/* CSS Document for OrderProcess */


#topPanel	{
	color:#444;
	background-position:0% -1px;
}


/* ////////////////////////////////////////////////////////////////////// */
/* ORDER-STATUS-BAR */


#orderStatusBar	{
	background:url(../img/orderStatusBarBG.gif) top left no-repeat;
	width:587px;
	height:45px;
	padding:15px 0 0 17px;
	margin:0 0 -13px;
	overflow:hidden;
}

#orderStatusBar h2	{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	color:#444;
}

#orderStatusBar ul	{
	float:left;
	color:#888;
	list-style:none;
}

#orderStatusBar ul li	{
	float:left;
	margin:0 0 0 25px;
	font-size:1.1em;
	padding:0;
}

li.currentOrderPage	{
	background:url(../img/processIndicator.gif) 0% 23px no-repeat;
	height:32px;
	color:#008e8a;
}

li.pastOrderPage	{
	color:#444;
}



/* HEADLINES */


.pg2	{
	margin-bottom:10px;
}

.smallHead	{
	font-size:0.75em;
	padding:0 0 0 5px;
}

.red	{
	color:#f30;
}


/* RULERS */

.rH-888-200	{
	background:url(../img/rH_888.gif) bottom left repeat-x;
	width:200px;
	height:1px;
	padding:15px 0 0;
	clear:both;
}


.rH-b1b1b1-570	{
	width:570px;
	height:1px;
	background:url(../img/rH_b1b1b1.gif) left center repeat-x;
	clear:both;
	border:0;
	padding:15px 0;
	margin:0;
}

.rH-888-320	{
	width:320px;
	height:1px;
	background:url(../img/rH_888.gif) left center repeat-x;
	float:left;
	border:0;
	padding:15px 0;
	margin:0;
}



/* GENERAL BEHAVIOUR */

.orderProcess	{

}

.orderProcess h2	{
	float:left;
	width:320px;
	font-size:1.5em;
	font-weight:bold;
	height:35px;
	padding:30px 0 0;
}

.orderProcess h2 span	{
	font-weight:normal;
}

.orderProcess h3	{
	font-size:1.3em;
	font-weight:bold;
	height:25px;
	padding:20px 0 0;
}

.orderProcess input, .orderProcess textarea	{
	padding:2px;
}

.orderProcess input, .orderProcess select, .orderProcess textarea	{
	border:1px solid #66bbb9;
	background-color:#fff;
}

.orderProcess input:hover, .orderProcess select:hover, .orderProcess textarea:hover	{
	border:1px solid #008e8a;
	background-color:#e5f3f3;
}

.orderProcess p:hover	{
	color:#444;
}


/* PAGE-INDICATORS */

.oP-1	{

}

.oP-2	{

}

.oP-3	{

}

.oP-4 h3	{
	float:left;
	display:inline;
	margin:0 15px 0 0;
}

.oP-4 label:hover	{
	color:#008e8a;
}

.oP-4 p, .oP-5 p	{
	clear:left;
	width:320px;
	color:#444;
}


/* PAGE 11111111111111111111111111111111111111111111111111111111111111111 */


h2.wide	{
	float:none;
	width:570px;
}

/* FORM-ELEMENTS*/

div.eyeValues	{
	height:60px;
	padding:12px 0 0;
}

div.eyeThumb, div.selValue	{
	float:left;
}

div.eyeThumb	{
	width:115px;
	margin:0;
	font-size:1.3em;
	color:#444;
}

div.eyeThumb img	{
	width:94px;
	height:34px;
	margin:4px 0 0;
}

div.selValue	{
	width:112px;
	font-size:1.2em;
	color:#444;
}

div.selValue .eyeThumb	{
	font-size:1.1em !important;
	width:115px;
	line-height:1.2em;
	height:23px;
}

div.selValue select	{
	width:65px;
	height:18px; /* does not have any effect in safari / ie */
	margin:6px 0 0;
	float:left;
	font-size:1em;
}

div.selValue span	{
	font-size:0.9em;
	color:#888;
	padding:0 0 0 3px;
}


a.orderToolTip	{
	background:url(../img/orderToolTip.gif) top left no-repeat;
	width:23px;
	height:20px;
	float:left;
	margin:5px 0 0 2px;
	text-decoration:none !important;
	font-size:1.1em !important;
}

.selGlasses a.orderToolTip	{
	font-size:100% !important;
}


a.balloonTip	{
	float:left;
	width:auto;
	height:auto;
	z-index:10000;
	font-size:100% !important;
	text-decoration:none !important;
}


a.orderToolTip:link, a.orderToolTip:visited	{background-position:0% 0%;}
a.orderToolTip:hover, a.orderToolTip:active	{background-position:0% -20px;}

a.orderToolTip span.popup, a.balloonTip span.popup, div.pD-OrderOptions a.balloonTip span.popup	{
	background-color:#66bbb9;
	color:#fff;
	border:1px solid #008e8a;
	padding:8px 12px 10px;
	margin:-5px 0 0 4px;
	position:absolute;
	top:auto;
	display:none;
	width:160px;
	z-index:10000;
	line-height:1.4em;
	cursor:default;
}

p.productInfo a.balloonTip span.popup, div.pD-OrderOptions a.balloonTip span.popup	{
	margin:-16px 0 0;
}

div.pD-OrderOptions a.balloonTip span.popup	{
	font-size:1.2em;
	line-height:1.4em;
}

a.orderToolTip span.popup img, a.balloonTip span.popup img	{
	width:15px;
	height:14px;
	margin:-5px 7px 0 -4px;
}

a.orderToolTip iframe, a.balloonTip iframe	{	/* has separate ifram-declaration in ie-lt7.css */
	display:none;
}

a.orderToolTip:hover span.popup, p.productInfo a.balloonTip:hover span.popup, div.pD-OrderOptions a.balloonTip:hover span.popup	{
	text-decoration:none !important;
	display:block;
}

div.headValues		{
	background:url(../img/rV_ccc.gif) top right repeat-y;
	float:left;
	width:232px;
	margin:0 25px 0 0;
}

a.selThumb	{
	display:block;
	float:left;
	width:78px;
	margin:0 0 0 10px;
}

a.downloadStencil	{
	width:100px;
	display:block;
	margin:5px 0 5px 120px;
	
}

div.orderTipps	{
	float:left;
	width:295px;
	margin:0 15px 0 0;
}

div.orderTipps p	{line-height:1.5em;}
div.orderTipps p + p	{margin:20px 0 0;}

p.orderNote	{
	width:555px;
	margin:0 0 15px;
	line-height:1.6em;
}

div.selGlasses, div.selShades	{
	width:320px;
	height:44px;
	float:left;
	font-size:1.2em;
	line-height:1.3em;
}


div.selGlasses input, div.selShades input	{	/* styling the radiobuttons */
	float:left;
	width:16px;
	height:16px;
	margin:0 14px 0 0;
	border:0 !important;	/* necessary for opera */
}

div.selGlasses label	{
	float:left;
}

div.selGlasses a	{
	float:left;
	font-size:1.2em;
	line-height:1.2em;
}

div.selShades label	{
	float:left;
	width:135px;
}

div.selGlasses label:hover, div.selShades label:hover	{
	color:#008e8a;
}




/* PAGE 22222222222222222222222222222222222222222222222222222222222222222 */

div.addressLine	{
	float:left;
	width:320px;
	height:32px;
	overflow:hidden;	/* necessary for ie */
}

div.addressLine label	{
	float:left;
	width:90px;
	font-size:1.2em;
	line-height:1.1em;
	color:#444;
	margin:3px 0 0;
}

div.addressLine span	{
	font-size:1.2em;
	color:#f30;
	padding:0 0 0 3px;
}

div.addressLine span.hint	{
	display:block;
	float:left;
	color:#aaa;
	margin:2px 0 0 5px;
}

div.addressLine input	{
	width:71px;
	height:16px;
	float:left;
	display:inline;
}

div.addressLine input + input	{
	margin-left:10px;	/* doesn't work for ie 6.0 - see separate declaration in ie-lt7 */
}

div.addressLine select	{
	width:75px;
	height:18px;
	float:left;
}

div.langeSelectbox select	{ /*added 1.8.2009 makes the selectbox for 'country' wide enough to be readable */
	width:218px;
	height:18px;
	float:left;
}

h2.remarks	{
	margin:15px 0 0;
}

textarea	{
	width:302px;
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	color:#444;
	margin:0;
}




/* PAGE 33333333333333333333333333333333333333333333333333333333333333333 */

.selPayment, .selPaypal	{
	float:left;
	width:320px;
	color:#444;
	margin:0 0 15px;
}

.selPaypal	{
	margin:-10px 0 25px;
}

.rBut	{
	float:left;
	width:30px;
	height:80px;
}

.rBut input	{
	width:16px;
	height:16px;
	border:0 !important;	/* necessary for opera */
	background-color:#fff !important;	/* necessary for opera */
}

.selPaypal .rBut input	{
	margin:15px 0 0;
}

.rBut + label:hover	{
	color:#008e8a;
}

.selPayment label, .selPaypal label	{
	float:left;
	display:block;
	width:280px;
	height:15px;
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 5px;
}

.selPaypal label{
	height:30px;
}

.selPaypal label img	{
	padding:0 0 0 10px;
}

.creditLine	{
	margin:-10px 0 15px;
}

.creditLine label	{
	margin:0 0 10px;
}

.selPayment p, .selPaypal p	{
	width:280px;
	font-size:1.1em;
	line-height:1.3em;
}

.selCard	{
	float:left;
	width:280px;
}

.selPayment .selCard label	{
	clear:left;
	font-size:1.1em;
	width:70px;
	margin:3px 0 0;
}

.selCard select	{
	float:left;
	width:150px;
	height:18px;
	margin:0 0 10px;
}

.selCard span	{
	float:left;
	display:block;
	width:10px;
	height:18px;
	margin:1px 0 0 5px;
	font-size:1.4em;
}

.selCard input	{
	width:146px;
	height:16px;
	margin:0 0 10px;
	padding:2px;
}

.checkNumLine	{
	float:left;
	width:62px;
}

.checkNumLine input	{
	width:44px;
}

.selCard p	{
	float:left;
	width:145px;
	line-height:1.2em;
}

.codeLine {
	float:left;
	width:145px;
	margin:0;
}

.codeLine h2 {
	width:150px;
	margin:0;
	font-size:1.5em;
	font-weight:bold;
}

.codeLine input {
	width:144px;
	height:18px;
}

p.codeInfo {
	float:left;
	width:150px;
	margin:50px 0 0 17px;
	font-size:1.1em;
	line-height:1.2em;
}


/* PAGE 44444444444444444444444444444444444444444444444444444444444444444 */

.formLine	{
	float:left;
	width:320px;
	height:20px;
	margin:0 0 25px;
	padding:0;
}

.formLine input	{	/* checkboxes */
	float:left;
	width:16px;
	height:16px;
	background:none;
	border:0;
}

.formLine input:hover	{
	background:none;
	border:0;
}

.formLine label	{
	display:block;
	font-size:1.2em;
	line-height:1.4em;
	padding:0 0 0 30px;
}


/* PAGE 55555555555555555555555555555555555555555555555555555555555555555 */

p.accountInfo	{
	width:320px;
	margin:20px 0 0;
}

p.accountInfo	span	{
	float:left;
	width:130px;
}

p.accountInfo	b	{
	float:left;
	width:150px;
	font-weight:bold;
}



/* ////////////////////////////////////////////////////////////////////// */
/* STATUS-BOX */


div.statusBox	{	/* IE6-Fix for margin-right */
	width:217px;
	float:right;
	margin:15px 17px 30px 0;
	padding:15px 0 0 15px;
	background:url(../img/orderStatusBoxBG.gif) top left no-repeat;
	color:#444;
}

div.statusBoxFooter	{
	background:url(../img/orderStatusBoxFooter.gif) top left no-repeat;
	width:232px;
	height:15px;
	margin:0 0 0 -15px;
	clear:both;
}

div.statusBox h2	{
	font-size:1.5em;
	font-weight:bold;
	margin:0;
	padding:0;
	width:200px; /* necessary for ie6 */
}

.statusBoxThumb	{
	width:200px;
	height:88px;
	margin:10px 0 15px;
}

div.statusBox h3	{
	float:left;
	margin:5px 0 2px 0;
	padding:0;
	font-size:1.3em;
	font-weight:bold;
}

div.statusBox span	{
	float:left;
	display:block;
	width:120px;
	font-size:1.1em;
	line-height:1.3em;
}

div.statusLine	{
	background:url(../img/rH_888.gif) bottom left repeat-x;
	width:200px;
	height:34px;
	margin:0 0 5px 0;
}

div.statusLine span	{
	float:left;
	display:block;
	width:200px;
}

div.shortLine span	{
	width:132px;
}

div.statusLine img	{
	float:right;
}

div.statusPrice	{
	float:right;
	background:url(../img/orderPriceBG.gif) top left no-repeat;
	width:79px;
	height:38px;
	text-align:center;
	margin:7px 10px 0 0;
	padding:9px 0 0;
	font-size:1.5em;
	font-weight:bold;
}


div.statusBox h3.valueStatus	{
	color:#888;
	height:25px;
	float:left;
	padding:5px 0 0;
	margin:5px 15px 2px 0;
}

.statusBox table	{
	float:left;
	width:200px;
	color:#888;
	border:0;
	font-size:1.1em;
	margin:0 0 10px;
}

.statusBox th	{
	font-weight: bold;
}

.statusBox	tr	{
	height:18px;
}

tr.emptyRow	{
	height:6px;
	font-size:0.6em;
}