#header{
	background-image: url(/images/headerPicOptics.jpg);
}

#hd1000 h1,
#content .product h1 {
	color: #104D77;
	font-weight: normal;
	font-size: 36px;
	line-height: 38px;
}

#hd1000 #top-left {
	float: left;
	width: 50%;
}
#hd1000 #top-left h3,
#content .product h3 {
	color: #ee963f;
}

#hd1000 #top-right {
	float: right;
	width: 50%;
}
#hd1000 #top-right img,
#content .product img {
	border: 1px solid #0c4c78;
}

#accordion .accordion-section-title {
	color: #104d77;
	font-size: 18px;
}


/* ACCORDION */
#accordion {
	margin: 0;
	padding: 0;
}
#accordion .accordion-show-hide {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}
#accordion .accordion-show-hide a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
#accordion .accordion-section-body {
	clear: both;
}
#accordion .accordion-section-body p {
	/*line-height: 1em;*/
}

#accordion .accordion-active-title {
	background: white url(/wp-content/themes/xos/images/accordion-title-bg.jpg) top left repeat-x;
	border: 1px solid #bcbcbc;
	padding: 7px 15px 7px 15px;
	margin-top: 10px;
	height: 17px;
}
#accordion .accordion-active-title .accordion-title-text {
	float: left;
	width: 300px;
}
#accordion .accordion-active-body {
	margin: 10px 10px 0 10px;
}
