/* CSS Document */
#item_template, #configurator { color:#333; background-color:#FFFFFF; text-align:left}
#configurator { font-size:11px}
#item_template #item-image {
	border-right:1px solid #B2AAA8;
	float:left;
	padding:10px 0;
	width:290px;
}
#item-image a#zoom {
	border-top:1px solid #B2AAA8;
	display:block;
	margin-top:10px;
	padding:1px 0;
	text-align:right;
	width:188px;
}

#item_template #item-info {
	float:left;
	padding-left:12px;
	width:303px;
}

#item_template h1 { margin:10px 0 6px;; font-size:14px}
#item_template h2 { font-size:12px; font-weight:normal}

#configurator  #item-image {
float:left;
padding:10px 0;
width:215px;
}
#configurator  #main-image img { width:210px}
#configurator #item-right {	float:left; width:380px; margin-left:12px; margin-bottom:10px}
#configurator #item-info {
	width:380px;
	padding-bottom:10px; 
	margin-bottom:10px 	;
	border-bottom:2px solid #949ABE; 
}

#configurator #text_info { float:left; width:205px; margin-right:10px}

#configurator h1 {
	color:#EF5593;
	font-size:20px;
	margin:0;
}
#configurator h2 {
color:#EF5593;
font-size:14px;
margin:0 0 10px;}

#configurator h4 { font-weight:normal; font-size:11px}

#configurator h3 {
	color:#EF5593;
	display:inline;
	font-size:12px;
	padding-right:3px; 
	clear:both; 
	width:380px; 	
	padding-top:10px;
}


#configurator .step { font-size:12px; font-weight:bold; color:#EF5593; padding-right:3px}

#configurator #step1 { margin-top:20px}

#configurator #step1-2 {border-top:1px solid #949ABE; padding-top:5px}

#configurator #step2 table{ font-size:11px}
#configurator #step2 p { padding-top:3px}
#configurator #step2 input {
	color:#333333;
	font-family:arial,verdana;
	font-size:11px;
	padding:0;
}

#configurator #step1-2, #configurator #step2, #configurator #step3, #configurator #step4, #configurator #step5, #configurator #step6, #configurator #step7, #configurator #step8, #configurator #step9, #configurator #step10, #configurator #step11 { 
	border-bottom:1px solid #949ABE;
	clear: both;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
}

#configurator #step2 img, #configurator #step3 img, #configurator #step4 img, #configurator #step5 img, #configurator #step6 img, #configurator #step7 img, #configurator #step8 img, #configurator #step9 img, #configurator #step10 img, #configurator #step11 img { padding-top:10px}

#configurator #step5 p, #configurator #step8 p{ padding-top:10px}

#configurator #step9 ul { float:left; width:300px; margin-right:10px; list-style: none; font-size:9px; margin-top:10px}

#configurator #step10 p { padding-bottom:10px}
#configurator #step10 ul { margin-left:20px; margin-bottom:10px}

#related_list { background-color:#FEE3C8;}

.radio_option { font-size:9px}

.bgbutton { border: none !important}

/*LightBox*/

/*Multi images*/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0 !important;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; 
	border:#777 solid 1px; 
	border-bottom: none !important
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border:#777 solid 1px; 
	border-top: none !important
}
*html #lightbox-container-image-data-box {width:524px !important;}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	float: right;
	padding-bottom: 0.7em;	
}

