/********************
 Configurator
********************/
div#content {
	background-position: 0px -701px;
}

div.configurator_top_box {
	width: 221px;
	/*padding: 46px 20px 5px 65px;*/
	padding: 0 20px 5px 65px;
	line-height: 17px;
	font-size: 11px;
	float: left;
	margin-right: 31px;
}

div.configurator_top_box span {
	display: block;
	font-size:14px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 24px -5px;
}

div#configurator_top_box1 {
	background: url('../img/configurator_choose_model.png') no-repeat scroll top left;
  background-color: #EAF7FF;
  height:200px;
}

div#configurator_top_box2 {
	background: url('../img/configurator_add_products.png') no-repeat scroll top left;
  background-color: #E6F7F1;
  height:200px;
}

div#configurator_top_box3 {
	background: url('../img/configurator_complete.png') no-repeat scroll top left;
	margin-right: 0;
  background-color:#F8ECFA;
  height:200px;
}

div#model_scroller, div.other_scroller {
	position: relative;
	padding: 0 0 0 4px;
	margin: 22px 0 0 -4px;
}

a.scroll_button {
	position: absolute;
	top: 263px;
	z-index: 2;
}

a#scroll_left {	
	left: 0;
}

a#scroll_right {
	right: 0;
}

div.product_scroller {
	overflow: hidden;
	position: relative;
	height: 333px;
}

div.product_scroller ul li img.product_image {
	width: 178px;
}

div#model_scroller div.product_scroller_top {
	background: url('../img/bar_black_wide_thick.png') no-repeat scroll top left;
	width: 988px;
	height: 47px;
	padding: 9px 0 0 20px;
	color: #fff;
}

div.other_scroller div.product_scroller {
	height: 343px;
	display: block;
}

div.other_scroller div.product_scroller_top {
	background: url('../img/bar_green_wide_thin.png') no-repeat scroll top left;
	width: 988px;
	height: 30px;
	padding: 7px 0 12px 20px;
	color: #fff;
	cursor: pointer;
}

div.other_scroller.type1 div.product_scroller_top {
	background: url('../img/bar_green_wide_thin.png') no-repeat scroll top left;
}

div.other_scroller.type2 div.product_scroller_top {
	background: url('../img/bar_green_wide_thin.png') no-repeat scroll top left;
}

div.other_scroller.type2 a.details {
	color: #5ecbab;
}

div.other_scroller a.details, div#model_scroller a.details {
	/*margin: 0 50px 0 13px;*/
	margin: 0 10px 0 13px;
	line-height: 22px;
	vertical-align: top;
	font-weight: bold;
	color: #32b5ff;
}

span.label {
	text-transform: uppercase;
	font-size: 10px;
}

span.label strong {
	font-size: 14px;
}

div#model_scroller span.label {
	font-size: 14px;
}

div#model_scroller span.label strong {
	font-size: 18px;
}

div#model_scroller span.label.blue strong {
	color: #66CCFF;
}

span.instructions {
	font-size: 10px;
	margin: 5px 40px 0 0;
	float: right;
}

div.other_scroller span.instructions {
	float: right;
	margin: 3px 35px 0 0
}

div#inner_content ul {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 5000px;
}

div#inner_content ul li {
	position: relative;
	float: left;
	/*width: 226px*/
	width: 178px;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url('../img/configurator_item_bg.gif') repeat-y scroll top right;
}

div#inner_content ul li img.disabler {
	position: absolute;
	top: 0;
	left: 6px;
	/*display: none;*/
}

div#inner_content ul li h3 {
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-weight: normal;
	margin: 0 13px 0 13px;
	padding: 9px 0 9px 0;
}

div#inner_content ul li span {
	display: block;
	line-height:17px;
	margin:9px 23px 0 13px;
	color: #666;
}

ul li span.price {
	font-weight: bold;
	color: #000;
}

ul li hr {
	color: #bfbfbf;
	background-color: #bfbfbf;
	border:0 none;
	height: 1px;
	margin: 6px 13px 12px 13px;
}

label {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	line-height: 22px;
}

div#summary {
	background: transparent url('../img/summary_bg.png') no-repeat scroll bottom left;
	width: 980px;
	margin-top: 30px;
	padding-bottom: 10px;
}

div#summary_top {
	height: 30px; /* 35 - 5 */
	padding: 5px 0 0 14px;
	margin-left: -4px;
	background: url('../img/summary_top.png') no-repeat scroll top left;
}

div#summary_top span {
	color: #fff;
	font-size: 10px;
}

div#summary_top span strong {
	font-size: 14px;
}

#summary fieldset {
	border: 0;
	float: left;
	width: 300px;
	margin: 0;
	margin: 0 0 -50px;
	padding: 0 0 0 25px;
	color: #fff;
}

#summary legend {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 24px 0 10px 0;
}

#summary label {
	font-size:10px;
	display: block;
	float: left;
	width: 145px;
}

#summary input.txt {
	float: left;
	width: 136px;
	margin: 0 5px 4px 0;
	border:	0;
	height: 20px;
	font-size: 14px;
	padding: 2px 0 0 4px;
	background-color: #7a7a7a;
	color: #fff;
}

#summary input.btn {
	margin: 15px 10px 0 0;
	float: right;
}

#summary input.checkout {
	margin: 15px 10px 0 0;
	position:relative;
	left:82px;
	top:30px;

}

#summary select {
	margin: 0 0 7px 0;
}

div.totalcost_outer {
  display: block;
  float:right;
	font-size: 21px;
	font-weight: bold;
	margin: 10px 32px 0 0;
	background: url('../img/total_cost_background.png') no-repeat scroll top left;
	height:45px;
	width:273px;
	left:665px;
}

div.totalcost_inner {
  position:relative;  
  margin: 10px 15px;
}

div.totalcost_terms {
  position:relative; 
  font-size: 9px;
  top:-25px;
  left: 136px;
}

fieldset.col3 span {
	display: block;
  float:right;
	font-size: 21px;
	font-weight: bold;
	margin: 10px 32px 0 0;
}

#summary fieldset.col3 select {
	float: right;
	margin: 10px 32px 30px 0;
}

div#popup {
	position: absolute;
	z-index:5;
	background-color: #ececec;
	width: 500px;
	top: 0;
	left: 234px;
	display: none;
}

div#popup h3 {
	font-size: 14px;
	margin: 20px 0 0 0;
}

div#popup h4 {
	font-size: 11px;
	margin: 0;
}

div#popup input { 
	display: block;
	margin: 10px auto 20px auto;
}

div#popup a#manufactor_link {
	line-height: 24px;
	color: #72cafc;
	text-decoration: underline;
}

div#popup div.hr {
	height: 1px;
	background-image: url('../img/hr.gif');
	margin: 14px 0 14px 0;
}

div#popup div.hr hr {
	display: none;
}

div#popup_top {
	background: url('../img/configurator_pop_top.png') no-repeat scroll top left;
	width: 492px; /* 509 - 17 */
	height: 30px; /* 36 - 6 */
	margin-left: -5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 17px;
}

div#inner_popup {
	color: #666;
	background-color: #ececec;
	padding: 0 28px 0px 28px;
}

div#inner_popup p {
  padding: 0px;
  margin: 0px;
}

span#selected_system {
	display: block;
	margin: 10px 0 20px 13px;
	color: #fff;
}

span#selected_system a {
	color: #fff;
	text-decoration: underline;
}

a#clearall {
	float: right;
	margin: 10px 13px 0 0;
	text-decoration: underline;
	color: #fff;
}

table {
	color: #fff;
	font-size: 10px;
	width: 980px;
	padding: 0 17px 15px 10px;
	border-spacing: 0;
}

table a {
	color: #fff;
	text-decoration: underline;
}

th, td {
	padding: 5px 0 5px 15px;
}

th {
	text-align: left;
	color: #9b9b9b;
}

th.prod_col {
	padding-left: 2px;
}

tr.odd {
	background-color: #3c3c3c;
}

span.total_cost {
  backgroundimage: 
}