#article
{
    font-size: 12px;
    color: #000000;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    text-align: justify;
}
#article p
{
    margin-top: 0px;
    margin-bottom: 10px;
}
#article h1
{
    color: #577e7f;
    font-size: 18px;
    font-weight: bold;
}
#article h2
{
    color: #577e7f;
    font-size: 12px;
    font-weight: bold;
}

.highlighted-section
{
    clear: both;
	margin: 23px 0px 23px 0px;
	background: #e2e8e8;
	color: #000000;
	font-size: 1.1em;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.highlighted-section .title
{
    color: #577e7f;
    font-size: 1.1em;
    margin-bottom: 6px;
}

.article-image
{
    margin: 10px 0px 10px 0px;
    text-align: center;
}
.article-image-caption
{
    font-size: 11px;
    text-align: center;
}

.article-image-caption-left
{
    font-size: 11px;
    text-align: left;
}

.info-box-right
{
    position: relative;
    float: right;
    padding: 5px 0px 10px 10px;
}
.info-box-left
{
    position: relative;
    float: left;
    padding: 5px 10px 10px 0px;
}
.info-box-right .tag
{
    color: #577e7f;
    text-align: right;
    font-weight: bold;
    padding-right: 6px;
}
.info-box-left .tag
{
    color: #577e7f;
    text-align: left;
    font-weight: bold;
    padding-left: 6px;
}
.info-box-right .title, .info-box-left .title
{
    background-color: #577e7f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 6px 5px 6px;
    -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px;
}
.info-box-right .content, .info-box-left .content
{
    background-color: #e2e8e8;
    color: #577e7f;
    padding: 5px 6px 5px 6px;
    border: solid 1px #577e7f;
    -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;
}
.info-box-right-large .content, .info-box-left .content
{
    color: #577e7f;
    padding: 5px 6px 5px 6px;
    border: solid 1px #577e7f;
    -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;
}
#article .info-box-right .content p, #article .info-box-left .content p
{
    margin: 0px 0px 5px 0px;
    padding: 0;

}
.sub-caption
{
    font-size: 0.8em;
    font-style: italic;
}

.photo-right
{
    position: relative;
    float: right;
    padding: 0px 0px 10px 10px;
}

.photo-left
{
    position: relative;
    float: left;
    padding: 0px 10px 5px 0px;
}

.content-right
{
    display:inline-block;
}

.product_badge {
	background: url(../../images/buy_nowbutton.png);
	position: absolute;
	top: -12px;
	left: 148px;
	width: 111px;
	height: 26px;
}

.sub-heading
{
    color: #577e7f;
    font-size: 14px;
    font-weight: bold;
}


#article orangeheader
{
font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF6600;
    font-weight: bold;
}