/*********************************************************************************/
/* CONFIGURATOR.CSS - Stylesheet for configurator.php ****************************/
/*********************************************************************************/

/*********************************************************************************/
/* general tag section 															 */
/*********************************************************************************/
 
h1.configurator {
	font-size: 13pt;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 2px 0pt;
	padding: 0pt;
	color: #ad9c64;
	letter-spacing: 1px;
}

h2.configurator {
	font-family: Arial;
	font-size: 8pt;
	margin: 2pt;
	padding: 0pt;
	color: #333333;
}

h3.configurator, h3.configurator2 {
	text-transform: uppercase;
	padding: 0;
	color: #666666;
	margin: 6px 0;
}

h3.configurator {
	font-size: 8pt;
	background-image: url(/grafiken/general/dark_pixel.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

h3.configurator2 {
	font-size: 7pt;
	font-weight: bold;
	width: 75px;
	height: 12px;
	float: left;
	margin: 4px 0 4px 0;
}

h3.subtotal {
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	color: #666666;
	margin: 6px 0;
	width: 75px;
	float: left;
	margin: 5px 0 5px 0;	
}

h3.total {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: #333333;
	margin: 10px 0 0 0;
	width: 75px;
	height: 12px;
	float: left;
}

label {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
}

input {
	border: 1px solid;
	border-color: #bfbcb7;
	background-color: #e8e2d2;
	width: 70px;
	height: 15px;
	margin: 0 5px 0 0;
	float: left;
}

select {
	float: left;
	width: 100px;
	background-color: #d4d0c4;
	border-color: #bfbcb7;
	font-size: 7pt;
}

div.hr, div.hr_margin {
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 2px 0 2px 0;
	background-image: url(/grafiken/general/dark_pixel.png);
	background-position: left top;
	background-repeat: repeat-x;
}

div.hr_margin {
	margin: 5px 0;
}

/*********************************************************************************/
/* main-section																	 */
/*********************************************************************************/
 
.configuratorMain {
	height: 485px;
}

#main #left, #main #right {
	position: absolute;
	height: 444px;
	background-image: url(/grafiken/configurator/bg.png);
	background-repeat: repeat;
	padding-left: 4px;
}

#main #left {
	left: 1px;
	top: 30px;
	width: 700px;
}

#main #right {
	left: 709px;
	top: 30px;
	width: 228px;
	padding-right: 3px;
}


/*********************************************************************************/
/* left section																	 */
/*********************************************************************************/

#main #left #selectModelMessage {
	position: absolute;
	left: 5px;
	top: 140px;
	color: #7d7044;
	font-size: 11pt;
	width: 380px;
}

#main #left #div_type1, #main #left #div_type2 {
	margin-top: -2px;
}

#main #left #div_type2 #border_color {
	width: 110px;
	float: left;
}

#main #left #div_type2 #texture_color {
	width: 140px;
	float: left;
} 

#main #left #div_type2 #line_color {
	width: 80px;
	float: left;
}

#main #left #div_bail1 {
	margin-left: 10px;
}

#main #left #div_bail2 {
	width: 400px;
	margin-top: -22px;
}

#main #left #div_texture {
	margin-top: 3px;
}

#main #left #div_bail1 p {
	float: left;
	margin: 2px 5px 0 1px;
	text-transform: uppercase;
}

#main #left #bigPicture {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 444px;
}

#main #left #bigPicture #bigBorderColor {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 66px;
	height: 166px;
	z-index: 5;
}

#main #left #bigPicture #bigBorderColor #bigBorderColorOverlay {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 6;
}

#main #left #bigPicture #bigBorderColor #bigBorderColorOverlay img {
	position: absolute;
	bottom: 0px;
}

#main #left .overlay {
	position: absolute;
	left: 132px;
	top: 38px;
}

#main #left #bail1, #main #left #bail2, #main #left #bail3, #main #left #bail4, #main #left #bail5 {
	position: absolute;
	width: 130px;
	height: 35px;
	left: 113px;
}

#main #left #bail1 {
	top: 85px;
}

#main #left #bail2 {
	top: 120px;
}

#main #left #bail3 {
	top: 155px;
}

#main #left #bail4 {
	top: 190px;
}

#main #left #bail5 {
	top: 225px;
}

#main #left .choose {
	float: left;
	width: 370px;
}

#main #left #models {
	float: left;
	width: 219px;
}

#main #left #typen {
	margin:0;
	padding:0;
	list-style-type: none;
}

#main #left #typen li {
	width:70px;
	margin:0;
	padding-left: 3px;
	float:left;
	cursor: pointer;
}

#main #left #oberflaechen {
	float:left; 
	width: 148px;
	padding-left: 3px;
}

#main #left #container {
	width: 369px;
	height: 80px;
	padding:2px 2px 0 2px;
}

#main #left #wrap {
	float: left;
	height:85px;
	width:280px;
	overflow:hidden;
	position:relative;
}

#main #left #carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#main #left #carousel li {
	height:61px;
	width:60px;
	margin:0 10px 0 0;
	padding: 0;
	float:left;
	display:inline;
	cursor: pointer;
}

/*#main #left #carousel li:hover {
	opacity: 0.6;		
}*/

#main #left #previous, #next {
	display: block;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#main #left #formen {
	list-style: none;
	margin: 0 0 2px 40px;
	padding: 0;
	float: left;
}

#main #left #formen li {
	display: inline;
	background-color: #cfccbd;
	margin: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 0px;
	min-width: 45px;
	height: 15px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #666563;
}

#main #left #formen li.active {
	background-color: #a8a59c;
	color: #e2e2e4;
}

#main #left #pos {
	list-style: none;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#main #left #pos li {
	display: inline;
	padding-top: 15px;
	margin: 2px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 66px;
	height: 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

#main #left #pos li.active {
	font-weight: bold;
	text-decoration: underline;
	/*border: 1px dotted #666666;
	margin: 1px;*/
}

#main #left #pos #pos_left {
	background-image: url(/grafiken/configurator/pos_left.png);
}

#main #left #pos #pos_middle {
	background-image: url(/grafiken/configurator/pos_middle.png);
}

#main #left #pos #pos_right {
	background-image: url(/grafiken/configurator/pos_right.png);
}

#main #left #count {
	float: left;
	margin: 0 15px 10px 5px;
	padding-top: 1px;
	padding-left: 4px;
	background-image: url(/grafiken/cfe/checkbox_bg.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:140px;
	height:35px;
}

#main #left #count.not_chosen {
	/*margin: -1px 14px 9px 4px;
	border: 1px dashed red;*/
}
	
#main #left #productName {
	float: right;
	font-size: 16pt;
	color: #ad9c64;
	margin: 5px;
}

#main #right .tax_info {
	float: left;
}

#main #right #ust {
	margin: 0;
}

/*********************************************************************************/
/* Color Picker																	 */
/*********************************************************************************/

#main #left div.colorPickerSmall {
	position: relative;
	background-image: url(/grafiken/configurator/color_picker.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 40px;
	clear: both;
	cursor: default;
	z-index: 0;
}

#main #left div.colorPickerSmall:hover {
	background-image: url(/grafiken/configurator/color_picker_hover.png);
}

#main #left p.colorPickHeader {
	margin-left: 45px;
	margin-top: -17px;
	padding: 0;
	text-transform: uppercase;
}

#main #left img.pickedColor {
	margin-left: 4px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
}

#main #left ul.colorPicker {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 4px 0px 0px 2px;
	margin-top: -1px;
	background-color: #d4d0c4;
	border: 1px solid #c2c2b8;
	z-index: 1;
	max-width: 106px;
}

#main #left li.colorPicker {
	padding: 3px 3px 0px 3px;
	float: left;
	cursor: pointer;
}

#main #left li.colorPicker:hover {
	background-color: #a8a59c;
}


/*********************************************************************************/
/* Texture Picker																 */
/*********************************************************************************/

#main #left #texturePicker1Small {
	position: relative;
	background-image: url(/grafiken/configurator/texture_picker.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 137px;
	clear: both;
	cursor: default;
	z-index: 0;
}

#main #left #texturePicker1Small:hover {
	background-image: url(/grafiken/configurator/texture_picker_hover.png);
}

#main #left #pickedTexture1 {
	margin-left: 4px;
	margin-top: 4px;
}

#main #left #texturePicker1 {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 4px 0px 0px 2px;
	margin-top: -1px;
	background-color: #d4d0c4;
	border: 1px solid #c2c2b8;
	z-index: 1;
	width: 133px;
}

#main #left #texturePicker1 li {
	padding: 2px 15px 0px 2px;
	float: left;
	clear: left;
	cursor: pointer;
}

#main #left #texturePicker1 li:hover {
	background-color: #a8a59c;
}


/*********************************************************************************/
/* right section																 */
/*********************************************************************************/

#main #right div.info {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

#main #right #thumbnail {
	margin-top: 4px;
	float: left;
}

#main #right #base_price {
	margin-top: 50px;
	font-size: 10pt;
	clear: none;
	color: black;
}

#main #right #subtotal, #main #right #netto {
	margin-top: 16px;
}

#main #right #total {
	padding-right: 2px;
	margin: 0px 0 2px 0;
	float: right;
	font-size: 18pt;
	color: #333333;
}

#main #right p {
	float: left;
	margin: 0;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 8pt;
	color: #333333;
}

#main #right div.detailInfo {
	float: left;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

#main #right div.costs {
	font-size: 8pt;
	padding-right: 2px;
	margin: 5px 0 0 0;
	float: right;
}

#main #right #check_discount {
	float: left;
	margin-top: 3px;
}

#main #right .plz {
	margin-left: 2px;
	margin-bottom: 1px;
	width: 100%;
	float: left;
}

#main #right div#div_send {
	margin-top: 20px;
}

#main #right img.send_img {
	/* NEW 23.12.2009 */
	/*margin-left: -15px;*/
	margin-top:-5px;
	padding-right:6px;
	vertical-align:middle;
}

#main #right #send {
	text-transform: uppercase;
	font-size: 10pt;
	color: #666563;
}

#main #right div.code_accepted {
	float: left;
	width: 80px;
	visibility: hidden;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin-left: 4px;
}

/*********************************************************************************/
/* Summary section																 */
/*********************************************************************************/
div#summary {
	width: 550px;
	height: 400px;
	margin-top: 1px;
	display: none;
	font-size: 8pt;
}

#summary #sumTab {
	margin: 5px;
	padding: 1px;
}

#summary #sumTab .name {
	width: 140px;
	font-weight: bold;
	text-transform: uppercase;
	height: 13px;
}

#summary #sumTab .name_small {
	width: 140px;
	font-weight: bold;
	text-transform: uppercase;
	font-size:7pt;
	padding-left: 5px;
	height: 12px;
}

#summary #sumTab .detailInfo {
	width: 140px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

#summary #sumTab .detailInfo_small {
	width: 140px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	font-size: 7pt;
}

#summary #sumTab .sub {
	font-size: 7pt;
}

#summary #sumTab .price {
	width: 40px;
	text-align: right;
}

#summary #sumTab .total {
	font-size: 14pt;
	color: black;
	text-transform: uppercase;
}

#summary #buttons {
	position: absolute;
	bottom: 7px;
	left: 20px;
	width: 90%;
}

#summary #buttons ul {
	margin: 0;
	padding: 0;
}

#summary #buttons li {
	display: block;
	float: left;
	margin-right: 20px;
}

#summary #buttons a {
	margin-left: 4px;
	padding-top: 5px;
	float: left;
}

#summary #buttons img {
	float: left;
}

#summary #order_response {
	position:absolute;
	left:355px;	
	bottom:255px;
	font-size:14pt;
	text-align:center;
	width:282px;
}

div#mb_send, div#mb_not_chosen, div#print_header {
	display: none;
}

div#mb_send2 {
	background-image:url(/grafiken/configurator/bg.png);
	background-repeat: repeat;
	position:absolute;
	left:0;
	bottom:40px;
	height:360px;
	width:630px;
}

#mb_send_table {
	margin: 12px 0 0 20px;
}

#mb_send_table td.text {
	vertical-align: top;
	padding-right: 5px;
	text-align: right;
	height: 20px;
}

#mb_send_table input, #mb_send_table textarea {
	background-color: white;
	border: 1px solid black;
	margin: 0 0 3px 0;
	padding: 0;
	width: 351px;
}

#mb_send_table input.submit {
	width: 174px;
	height: 22px;
	margin-right: 5px;
}

#mb_send_table label {
	float: none;
	margin: 0;
	padding: 0;
}

#mb_send_table input.valid {
	color: green;
	border: 1px solid green;
}

#mb_send_table span.valid {
	
}

#mb_send_table input.invalid, #mb_send_table textarea.invalid {
	color: red;
	border: 1px solid red;
}

#mb_send_table span.invalid {
	color: red;
}

div#TextblockUeberKonfigurator{	
	position:absolute;	
	padding-top:10px;
	padding-left:5px;
}
div#TextblockUeberKonfiguratorSpacer{
height:10px;
}