/* CSS Document */

html, body {
	height: 100%;
}

.clear {
    clear: both;
}

.select {
	height:19px;
	cursor:default;
}                                                       

.select td{
	border:none !important;
	/*padding:0px !important;*/
}

.select_value {
	background:url(/.file/select/bg.gif) repeat-x !important;
	font-size:10px;
	height:19px;
	overflow:hidden;
	vertical-align:top;
	padding:1px 0 0 0;
}

.selectwarning_value {
	background:url(/.file/select/bg_warning.gif) repeat-x !important;
	font-size:10px;
	height:19px;
	overflow:hidden;
	vertical-align:top;
	padding:1px 0 0 0;
}

.select_asset {
	background:#CCCCCC;
	width:auto;
	cursor:default;
	position:absolute;
}

.select_asset td {
	padding:0 2px 0 2px;
	border:none !important;
	background:#CCCCCC !important;
}

.select_asset td:hover, .select_asset td.current {
	background:#f5f1f1 !important;
}

.select_asset * {

}

.alpha60 {
    opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=60); /* IE lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    -khtml-opacity: .60; /* Safari 1.x */
    -moz-opacity: .60; /* FF lt 1.5, Netscape */
}

.note {
    font-size: 9px;
}

/*.correction input {
	border: 1px solid white;
	width:35px;
	height:20px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-align:right;
	vertical-align:middle
}*/

.red_title{
	font: 14px/19px  Verdana, Arial, Helvetica, sans-serif;
	color:#6d2742;
	font-weight:bold;
}

.infopdf_title{
	font: 10px/11px  Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}


a {
	color:#6d2742;
	text-decoration:underline;
}  


#main_portal {
	width:691px;
	/*float:left;*/
	background: #ffffff url(/.file/bg_t_orig.jpg) top right no-repeat;
	height:auto;
	vertical-align:top;
}

#border {
	border-right:1px solid #FFFFFF;
}
#logo {
	height:81px;
}

#headcontainer {
	width: 690px;
	border-right: 1px solid #ffffff;
}
#topline {
	height: 2px;
	line-height: 2px;
	font-size: 0;
	border: none;
	border-bottom: 1px solid #ffffff;
	background: #6d2742;
	width: 690px;
	margin: 0;
}
#navigation {
	clear:both;
	height:15px;
	padding: 0 0 1px 25px;
	margin: 0;
	background:#d0d0d0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #797979;
	border-right:1px solid #797979;
	font-size:11px;
	width:664px;
	line-height: 11px;
}
#navigation div.links {
	width: 545px;
	margin: 2px 0 0 0;
	height: 13px;
	float: left;
	overflow: hidden;
}
#navigation div.links div.info {
	float: right;
	width: 400px;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
}
#navigation div.logout {
	width: 110px;
	margin: 2px 0 0 0;
	height: 13px;
	float: left;
	overflow: hidden;
}
#navigation a{
	display:block;
	float:left;
	margin-right:17px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	height: 13px;
	line-height: 13px;
}
#navigation div.info a {
	margin: 0 4px 0 0;
}
#logout {
	font-weight:bold;
	float:right !important;
}
#ndredline {
	background:#6d2742;
	border-bottom:1px solid #797979;
	border-right:1px solid #797979;
	height:8px;
	width:689px;
}

#frame {
	border-top:1px solid #FFFFFF;
	border-right: none; /*1px solid #888888;*/
	border-bottom: none; /*1px solid #888888;*/
	padding:21px 24px 33px 25px;
	min-height: 467px;
	height: auto !important;
	height: 467px;
}

#register_bar {
	margin:3px 0 0 0;
	font-size:10px;
	background:url(/.file/regbar_bg.gif);
	width:640px;
	height:27px;
}

#orders_register_bar {
	margin:3px 0 0 0;
	font-size:10px;
	background:url(/.file/regbar_bg.gif);
	width:641px;
	height:27px;
}

#register_bar a {
	width:110px;
	height:23px;
	text-align:center;
	padding:4px 0 0px 0;
	display:block;
	float:left;
	margin-right:3px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	background-image:url(/.file/regcard_bg.gif);
}

#register_bar a.small {
	width:70px;
	height:23px;
	text-align:center;
	padding:4px 0 0px 0;
	display:block;
	float:left;
	margin-right:3px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	background-image:url(/.file/regcard_bg_small.gif);
}

#orders_register_bar a {
	width:110px;
	height:23px;
	text-align:center;
	padding:4px 0 0px 0;
	display:block;
	float:left;
	margin-right:3px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	background-image:url(/.file/regcard_bg.gif);
    
}

#register_bar a.current {
	background-image:url(/.file/regcard_bg_o.gif);
	color:#702d4e;
}

#register_bar a.smallcurrent {
	width:70px;
	background-image:url(/.file/regcard_bg_small_o.gif);
	color:#702d4e;
}

#orders_register_bar a.current {
	background-image:url(/.file/regcard_bg_o.gif);
	color:#702d4e;
}

#settings {
	background:#FFFFFF;
	clear:both;
	border:1px solid #797979;
	border-top:none;
}

#settings #glaschoice {
	padding:14px 10px 10px 20px;
	width:200px;
	border-right:1px dotted #797979;
	border-bottom:1px dotted #797979;
	vertical-align:top;
}

#settings #cylinderchoice {
	padding:14px 12px 10px 15px;
	width:150px;
	border-right:1px dotted #797979;
	border-bottom:1px dotted #797979;
	vertical-align:top;
}

#settings #refer {
	padding:14px 12px 10px 15px;
	width:130px;
	border-right:1px dotted #797979;
	border-bottom:1px dotted #797979;
	vertical-align:top;
}

#settings #lenscalcsection {
	padding:14px 12px 10px 15px;
	width:150px;
	border-bottom:1px dotted #797979;
	vertical-align:top;
}

#settings #descr {
	padding:14px 0px 7px 20px;
	width:61px;
	border-right:1px dotted #797979;
	border-bottom:1px dotted #797979;
	color:#000000;
}

#settings #data {
	padding:2px 12px 7px 20px;
	width:531px;
	border-bottom:1px dotted #797979;
	vertical-align:top;
}

#foot {
	margin: 0;
	padding: 0;
	width: 988px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #797979;
}
#footline1 {
	height:12px;
	background:#6d2742;
	clear:both;
	border-top:1px solid #FFFFFF;
}

#footline2 {
	height:12px;
	background:url(/.file/foot_bg.gif);
	clear:both;
	border-top:1px solid #FFFFFF;
}


#basedata_sum {
	/*width:638px;*/
}

#basedata_sum td, #basedata_sum th {
	text-align:right;
	border:1px dotted #555555;
	border-top:none;
	border-left:none;
	padding-right:8px;
}

#basedata_sum th {
	font-weight:bold;
	background:#f4f4f4;
	color:#666666;
}


#greylinks {
	font-size:10px;
	background:#d0d0d0;
	border:1px solid #797979;
	border-top:1px solid #ffffff;
	border-left:none;
	padding:3px 0 3px 22px;
}
#greylinks a{
	text-decoration:underline;
	color:#666666;
}


#cartcontent {
	font-size:10px;
	border: none;
	border-top:1px solid #ffffff;
	padding:3px 0px 3px 22px;
	background: #f5f1f1;
	min-height: 230px;
	height: auto !important;
	height: 230px; /* clearing box model */
}

#lensdetail {
	font-size:10px;
	background:#ffffff;
	border:1px solid #797979;
	border-left:none;
	border-top:1px solid #ffffff;
	padding:3px 0px 3px 22px;
	min-height:65px;
}


#cartcontent table {
	width:270px;
}

#cartcontent .addon * {
	color:#702e4e;
	font-weight:bold;
}

#cartcontent .total * {
	color:#702e4e;
	font-weight:bold;
}

#carttitle {
	font-size:10px;
	background:#dbcbcb;
	border: none;
	border-bottom: 1px solid #797979;
	border-top: 1px solid #ffffff;
	padding:3px 0 3px 22px;
	font-weight:bold;
}

#show {
	font-size:10px;
	background:#dfc7c9;
	border:1px solid #797979;
	border-left:none;
	border-top:1px solid #ffffff;
	padding:10px 0 10px 22px;
}

#productionarea {
	font-size:10px;
	background:#dbcbcb;
	border:1px solid #797979;
	border-left:none;
	border-top:1px solid #ffffff;
	padding:3px 0 3px 22px;
	font-weight:bold;
}

#account {
	margin:1px 0 0 0;
	border-left: none;
	border-bottom: none;
}
table#account {
	width: 690px;
}

#main_wrapper {
	border-right:1px solid #797979;
	height:auto;
	float: left;
	width: 689px;
	background: #eaeaea;
	min-height: 520px;
	height: auto !important;
	height: 480px;
}
.home #main_wrapper {
	background: #eaeaea url(/.file/bg_leftbar.gif) repeat-y 0;
}
.start #greylinks table tr td img {
	padding-top: 3px;
}

#pannel {
	float: left;
	padding: 0;
	margin: 0;
	font-size:10px;
	border: none;
	padding: 0;
	background: #f5f1f1;
	border-right: 1px solid #797979;
	border-left: 1px solid #ffffff;
	width: 297px;
	margin-top: 200px !important;
	margin-top: 190px;
}
#pannel_portal {
	width:299px;
	/*float:left;*/
	background:url(/.file/bg_r_orig.jpg) top no-repeat;
	padding-top:83px;
}


/* equal height colums */
div#account {
	overflow: hidden;
}
div#main_wrapper {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
div#pannel {
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
/* remove the cheat on portal page */
#main_portal #main_wrapper {
	padding: 1px 0 0 0;
	border-right: 0;
	margin: 0;
}

#account table td {
	border-spacing:0px;
	border-collapse: collapse;
}

#account div#leftbar,
#account div#kulanzmodeswitch {
	float: left;
	position: relative;
	width: 225px;
	margin: 0;
	padding: 0;
	border: none;
	background: #BABABA;
	min-height: 100%;
	/*min-height: 520px;
	height: auto !important;
	height: 520px;*/
}
#account div#kulanzmodeswitch a {
	color: #333333;
	text-decoration: none;
}
#account div#leftbar h2 {
	padding: 4px 14px;
	width: 197px;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #6D2742;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #797979;
	background: #d0d0d0 url(/.file/btn_tpl/arrows_down.png) no-repeat 204px 2px;
	cursor: pointer;
}
#account div#leftbar h2.active {
	background: #d0d0d0 url(/.file/btn_tpl/arrows_up.png) no-repeat 204px 2px;
}
#account div#leftbar h2.first {
	border-top: none;
}
#account div#leftbar h3 {
	padding: 2px 2px 2px 20px;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #6D2742;
}
#account #leftbar #myaccount,
#account #leftbar #promo,
#account #leftbar #basket_safe,
#account #leftbar #frail_import,
#account #leftbar div.menu {
	width: 225px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 10px 0;
	vertical-align: top;
	background: #BABABA;
}
#account #leftbar #basket_safe table {
	margin: 0 0 0 20px;
}

#account #leftbar #promo a.container,
#account #leftbar #promo div.container {
	display: block;
	margin: 2px 17px;
}

#account #welcome {
	padding:20px 10px 20px 20px;
	width:320px;
	height:400px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #welcome_login {
	padding:20px 10px 20px 20px;
	width:309px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #welcome_language {
	padding:20px 10px 20px 20px;
	width:309px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #welcome_spacer {
	padding:20px 10px 20px 20px;
	width:309px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #register_title {
	padding:20px 10px 20px 20px;
	width:691px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #register_body {
	padding:20px 10px 20px 20px;
	border:1px solid #797979;
	border-left:none;
	border-top:none;
	vertical-align:top;
}

#account #assortment {
	float: left;
	position: relative;
	padding:20px 10px 20px 15px;
	width:438px;
	border: none;
	vertical-align:top;
	height: 100%;
	/*min-height: 480px;
	height: auto !important;
	height: 480px;*/
}

#account #news_wrapper {
	padding:20px 20px 5px 20px;
	border:1px solid #797979;
	border-left:none;
	/*border-top:1px solid #ffffff;*/
	vertical-align:top;
}

#account #download_wrapper {
	/*padding:20px 20px 20px 20px;*/
	/*border-right:1px solid #797979;*/
	/*border-left:none;*/
	/*border-top:1px solid #ffffff;*/
	vertical-align:top;
}

#account #xtremelink {
	display:block;
	border-top:1px solid #797979;
	border-left:none;
	vertical-align:bottom;
	padding:0px;
	height:131px;
}

#account #dynamic_wrapper {
	/*border-right:1px solid #797979;*/
	vertical-align:top;
}

#account #leftbar a, #account #news a {
	text-decoration:none;
	color:#333333;
	text-decoration:none;
}

#account #lenstype_container {
	padding: 1px 0;
}

#account #assortframe {
	float: left;
	position: relative;
	left: -1px;
	z-index: 0;
	background: #FFFFFF;
	border:1px solid #797979;
	padding:0 10px 10px 10px;
	vertical-align:top;
	width:259px;
	min-height: 345px;
	height: auto!important;
	height: 345px;
}

#account #promoassortframe {
	float: left;
	position: relative;
	left: -1px;
	z-index: 0;
	background: #FFFFFF;
	border:1px solid #797979;
	vertical-align:bottom;
	width:279px;
	min-height: 345px;
	height: auto!important;
	height: 345px;
}

#account #assortprioframe {
	float: left;
	position: relative;
	left: -1px;
	z-index: 0;
	/*background: url(/.file/konto/frame_bg.gif) top repeat-x #ffbfbf;*/
	background: top repeat-x #FFFFFF;
	border:1px solid #797979;
	padding:0 10px 10px 10px;
	vertical-align:top;
	width:259px;
	min-height: 345px;
	height: auto!important;
	height: 345px;
}

#account div.superadvert {
	float: right;
	position: relative;
	margin: 10px 7px 0 0!important;
	margin: 10px 3px 0 0;
	background: #ffffff;
	border: 1px solid #797979;
	width: 279px;
}

#account #assortframe b {
	display:block;
	margin-top:20px;
}

#account #assortprioframe b {
	display:block;
	margin-top:20px;
}

#account #assortframe a {
	background:url(/.file/konto/frame_link_bg.gif);
	text-decoration:none;
	color:#333333;
}

#account #assortprioframe a {
	/*background:url(/.file/konto/frame_link_prio_bg.gif);*/
	background:url(/.file/konto/frame_link_bg.gif);
	text-decoration:none;
	color:#333333;
}

#lenstype_navigation_container {
	float: left;
	position: relative;
	width: 151px;
	z-index: 2;
}
#lenstype_navigation {
	width: 151px;
	vertical-align: top;
}
#lenstype_navigation table {

}

#account .assortlink {
	display:block;
	width:145px;
	height:21px;
	background:url(/.file/konto/assort_btn_bg.gif) no-repeat top left;
	vertical-align:middle;
	padding:3px 0 0 6px;
	margin-bottom:2px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .assortlink_priorityline {
	display:block;
	width:145px;
	height:21px;
	/*background:url(/.file/konto/assort_btn_prio_bg.gif) top;*/
	background:url(/.file/konto/assort_btn_bg.gif) no-repeat top left;
	vertical-align:middle;
	padding:3px 0 0 6px;
	margin-bottom:2px;
	text-decoration:none;
	color:#ed1c24;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinktop {
	display:block;
	width:145px;
	height:15px;
	background:url(/.file/konto/subassort_btn_bg_top.gif) top;
	vertical-align:middle;
	padding:3px 0 0 6px;
	margin-bottom:0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinktop_priorityline {
	display:block;
	width:145px;
	height:15px;
	/*background:url(/.file/konto/subassort_btn_prio_bg_top.gif) top;*/
	background:url(/.file/konto/subassort_btn_bg_top.gif) top;
	vertical-align:middle;
	padding:3px 0 0 6px;
	margin-bottom:0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinkmiddle {
	display:block;
	width:125px;
	height:15px;
	background:url(/.file/konto/subassort_btn_bg_mittle.gif) top;
	vertical-align:middle;
	padding:0px 0px 0px 26px;
	margin-bottom:0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinkmiddle_priorityline {
	display:block;
	width:125px;
	height:15px;
	/*background:url(/.file/konto/subassort_btn_prio_bg_mittle.gif) top;*/
	background:url(/.file/konto/subassort_btn_bg_mittle.gif) top;
	vertical-align:middle;
	padding:0px 0px 0px 26px;
	margin-bottom:0px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinkbottom {
	display:block;
	width:125px;
	height:21px;
	background:url(/.file/konto/subassort_btn_bg_bottom.gif) top;
	vertical-align:middle;
	padding:0px 0px 0px 26px;
	margin-bottom:2px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account .subassortlinkbottom_priorityline {
	display:block;
	width:125px;
	height:21px;
	/*background:url(/.file/konto/subassort_btn_prio_bg_bottom.gif) top;*/
	background:url(/.file/konto/subassort_btn_bg_bottom.gif) top;
	vertical-align:middle;
	padding:0px 0px 0px 26px;
	margin-bottom:2px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:10px;
}

#account #o.assortlink {
	background:url(/.file/konto/assort_btn_bg_o.gif);
}

#account #o.assortlink_priorityline {
	/*background:url(/.file/konto/assort_btn_prio_bg_o.gif);*/
	background:url(/.file/konto/assort_btn_bg_o.gif);
}

#account #o.subassortlinktop {
	background:url(/.file/konto/subassort_btn_bg_top.gif);
}

#account #o.subassortlinkmiddle {
	background:url(/.file/konto/subassort_btn_bg_mittle.gif);
}

#account #o.subassortlinkbottom {
	background:url(/.file/konto/subassort_btn_bg_bottom.gif);
}

#account #o.subassortlinktop_priorityline {
	/*background:url(/.file/konto/subassort_btn_prio_bg_top.gif);*/
	background:url(/.file/konto/subassort_btn_bg_top.gif);
}

#account #o.subassortlinkmiddle_priorityline {
	/*background:url(/.file/konto/subassort_btn_prio_bg_mittle.gif);*/
	background:url(/.file/konto/subassort_btn_bg_mittle.gif);
}

#account #o.subassortlinkbottom_priorityline {
	/*background:url(/.file/konto/subassort_btn_prio_bg_bottom.gif);*/
	background:url(/.file/konto/subassort_btn_bg_bottom.gif);
}

#account #o.assortlink span {
	background:url(/.file/konto/assort_btn_txt_bg_o.gif) bottom;
}

#account #o.subassortlinktop span {
	background:url(/.file/konto/assort_btn_txt_bg_o.gif) bottom;
}

#account #o.subassortlinkmiddle span {
	background:url(/.file/konto/subassort_btn_txt_bg.gif) bottom;
}

#account #o.subassortlinkbottom span {
	background:url(/.file/konto/subassort_btn_txt_bg.gif) bottom;
}

.listlink {
    display:block;
    padding:0 0 0 30px;
    /*background:url(/.file/link_arrow.gif) top left no-repeat;*/
    margin:5px 0;
    text-decoration: none;
}

.imglistlink {
    display:block;
    padding:0 0 0 15px;
    /*background:url(/.file/link_arrow.gif) top left no-repeat;*/
    margin:5px 0;
    text-decoration: none;
}

.listpdf {
	display:block;
	padding:0 0 0 30px;
	background:url(/.file/pdf.gif) top left no-repeat;
	margin:10px 0 0px 0;
}

.nobglistlink {
	display:block;
	text-decoration:none;
	padding:0 0 0 0px;
	margin:10px 0 0px 0;
}

.nobglistlink2 {
	display:block;
	padding:0 0 0 0px;
	margin:0px 0 0px 0;
}

.listlink_pdf {
	display:block;
	padding:0 0 0 30px;
	background:url(/.file/pdf.gif) top left no-repeat;
	margin:3px 0 8px 0;
	color:#333333;
}

.listlink_exe {
	display:block;
	padding:0 0 0 30px;
	background:url(/.file/exe.gif) top left no-repeat;
	margin:3px 0 8px 0;
	color:#333333;
}

.listlink_basket {
	display:block;
	padding:0 0 0 30px;
	background:url(/.file/basket.gif) top left no-repeat;
	margin:3px 0 8px 0;
	color:#333333;
}

.listlink_fral {
	display:block;
	padding:0 0 0 0px;
	margin:3px 0 8px 0;
	color:#333333;
}

.normallink {
	color:#000000;
}

.normallink {
	color:#000000;
	text-decoration:underline;
}


.dezborder th, .dezborder td {
	border-bottom:none !important;
}

.plusminus {
	background:url(/.file/plusminus_bg.gif) bottom no-repeat;
	width:88px;
	float:left;
	margin:0 11px 11px 0;
}

.diameter {
	width:38px;
	height:16px;
	padding:2px 2px 2px 22px;
	display:block;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:left;
	margin:2px 5px 2px 0px;
	float:left;
	cursor:pointer;
}

.prismbtn {
	width:50px;
	height:16px;
	padding:2px 2px 2px 26px;
	display:block;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:middle;
	margin:0px 2px 0px 0px;
	float:right;
	cursor:pointer;
}

.expand {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.option {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	margin:5px 10px 0 20px;
	vertical-align:middle;
	/*clear:both;*/
}

.option_high {
	float:left;
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	margin-top:5px;
}

.copyoption {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	margin:0px 0px 0 0px;
	vertical-align:left;
	/*clear:both;*/
}


#choice {
	width:311px;

	margin-bottom:5px;
}

#choice .opt {
	padding:1px 0 2px 20px;
}

#choice .price {
	font-size:10px;
	font-weight:bold;
	text-align:right;
	padding:3px 6px 1px 0;
}

#choice .set {
	border-bottom:1px dotted #555555;
	padding:0 0 4px 43px;
}

#choice .set2 {
	border-bottom:1px dotted #555555;
	padding:0 0 4px 0px;
	text-align:left;
}

#choice .current td {
	background:#FFFFFF;
	border-bottom:1px dotted #555555;
	border-top:1px dotted #555555;
}

#preferences_table {
	margin:20px;
}

#bigcart {
	margin:20px 20px 20px 20px;
}

#bigcart td {
	padding:2px;

}

#bigcart .lineapart td{
	border-top:1px dotted #9E9E9E;
	vertical-align:top;
}

#orders_form {
	margin:0px 20px 20px 20px;
}

#orders_form {
	padding:2px;

}

#orders_form .lineapart td{
	border-top:1px dotted #9E9E9E;
	vertical-align:top;
}

#tbladdress{
	height:316px;
}

#tbladdress td{
	width:289px;
	vertical-align:top;
	padding:10px 10px 10px 20px;
}


#basket {
	clear:both;
	min-height :400px;
}

/* Popup */
.popup{
	position:absolute;
	background:#EAEAEA;
	border-top:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
}

/* waitload */
.waitload{
position:absolute;
background:#EAEAEA;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
}

.popup_content{
	position:absolute; top:0; left:0;
	z-index:2;
	padding:0px;


}

.popup_closelink{
	position:relative; top:0; left:0;
	z-index:3;
	clear:both;
	display:block;
	text-align:right;
}

.detail_list {
	padding-left:25px;
	list-style-type:disc;
}

.detail_list li {
	background:none;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}

#account #support {
	float: left;
	position: relative;
	padding:5px 10px 10px 10px;
	width:438px;
	border: none;
	vertical-align:top;
	height: 100%;
}

/* Virtual Factory */
#virtual_factory {
    width: 850px;
    height: 670px;
    background: #ffffff;
}
#virtual_factory h2 {
    padding: 0px;
    margin: 0px;
    height: 40px;
    border-bottom: 1px solid #000000;
    padding-left: 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
}
#virtual_factory div.left {
    float: left;
    padding: 10px;
    width: 499px;
    height: 609px;
    border-right: 1px solid #797979;
}
#virtual_factory .factory_footprint {
    position: relative;
    padding: 0;
    width: 485px;
    height: 600px;
    background-image: url(/.file/virtual_factory/footprint/footprint_sprite.gif);
    background-repeat: no-repeat;
}
#virtual_factory .overlay {
    position: relative;
    padding: 10px;
    width: 465px;
    height: 580px;
    background-image: url(/.file/virtual_factory/footprint/overlay_sprite.gif);
    background-repeat: no-repeat;
}
#virtual_factory .left .branch0,
#virtual_factory .left .mark0 {
    background-position: 10px 10px;
}
#virtual_factory .left .branch1,
#virtual_factory .left .mark1  {
    background-position: -465px 10px;
}
#virtual_factory .left .branch2,
#virtual_factory .left .mark2  {
    background-position: -940px 10px;
}
#virtual_factory .left .branch3,
#virtual_factory .left .mark3  {
    background-position: -1415px 10px;
}
#virtual_factory .left .branch4,
#virtual_factory .left .mark4  {
    background-position: -1890px 10px;
}
#virtual_factory .left .branch5,
#virtual_factory .left .mark5  {
    background-position: -2365px 10px;
}
#virtual_factory .left .branch6,
#virtual_factory .left .mark6  {
    background-position: -2840px 10px;
}
#virtual_factory .left .branch7,
#virtual_factory .left .branch8,
#virtual_factory .left .mark7,
#virtual_factory .left .mark8   {
    background-position: -3315px 10px;
}
#virtual_factory .left .branch9,
#virtual_factory .left .mark9  {
    background-position: -3790px 10px;
}
#virtual_factory .left .branch10,
#virtual_factory .left .mark10  {
    background-position: -4265px 10px;
}
#virtual_factory .left .blink {
    background-position: 10px 10px;
}
.factory_image {
    width: 465px;
    height: 549px;
}
.factory_footprint .label_1 {
    position: absolute;
    left: 10px;
    top: 259px;
}
.factory_footprint .label_0 {
    position: absolute;
    left: 10px;
    top: 565px;
}
#virtual_factory div.right {
    float: right;
    padding: 20px 10px 10px 10px;
    width: 310px;
    height: 599px;
    background: #d1d1d1;
}
.branch_detail {
    width: 310px;
    height: 360px;
}
.branch_detail .detail {
    width: 302px;
    background: #ffffff;
    border: 1px solid #797979;
}
#virtual_factory div.right dl {
    margin: 20px 0 0 0;
    width: 310px;
}
.branch_detail h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
#virtual_factory div.right dl dt {
    padding: 2px 2px 2px 2px;
    width: 126px;
    float: left;
    clear: left;
    font-weight: bold;
    background: transparent;
}
#virtual_factory div.right dl dd {
    padding: 2px 2px 2px 2px;
    width: 176px;
    float: left;
    background: transparent;
}
#virtual_factory div.right dl .current {
    background: #e4001b;
    color: #ffffff;
}
#virtual_factory div.right div.detail {
    display: none;
}
#virtual_factory div.right div.active {
    display: block;
}
#virtual_factory div.right #gallery {
    width: 302px;
    height: 227px;
    border-bottom: 1px solid #797979;
    margin-bottom: 12px;
}
#virtual_factory #gallery-control {
    border-top: none;
    padding: 0;
    margin: 0 auto;
}
#virtual_factory #gallery-control div.slide ul.select {
    height: 36px;
}
#virtual_factory #gallery-control ul.select li {
    height: 30px;
}
#virtual_factory div.right h3 {
    border-top: 1px solid #797979;
    padding: 10px;
    text-align: center;
}
#virtual_factory #gallery-control a {
    height: 38px;
    padding: 10px 0 0 0;
}

#calc_popup {
    margin:0px 20px 10px 20px;
}
#calc_popup td {
    padding:2px;
}
#calc_popup .lineapart td{
    border-top:1px dotted #9E9E9E;
    vertical-align:top;
}
#stats {
    padding: 0 20px 20px 20px;
}
table.stats_table {
    width: 100%;
}
table.stats_table tr.odd td {
    background-color: #eaeaea;
}
table.stats_table tr.lenstype td {
    height: 20px;
    border-top: 1px dotted #9E9E9E;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
}
table.stats_table tr.lensgroup td {
    height: 20px;
    background: #d0d0d0;
    border-top: 1px dotted #9E9E9E;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
}
table.stats_table tr.lensgroup td.visibleIcon {
    width: 40px;
    background: #d0d0d0 url(/.file/btn_tpl/arrows_up.png) no-repeat 20px 2px;
}
table.stats_table tr.lensgroup td.invisibleIcon {
    width: 40px;
    background: #d0d0d0 url(/.file/btn_tpl/arrows_down.png) no-repeat 20px 2px;
}
table.stats_table tr.lenstype td.visibleIcon {
    width: 40px;
    background: #ffffff url(/.file/btn_tpl/arrows_up_white.png) no-repeat 2px 2px;
}
table.stats_table tr.lenstype td.invisibleIcon {
    width: 40px;
    background: #ffffff url(/.file/btn_tpl/arrows_down_white.png) no-repeat 2px 2px;
}
table.stats_table tr.total th {
    border-top: 1px dotted #9E9E9E;
    border-bottom: 3px double #9E9E9E;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
}
table.statsearch {
    width: 590px;
    margin: 0 auto 10px auto;
}

td.right-align {
    text-align: right;
}












ul.drillset_fields {
    padding: 0;
    margin: 50px 0;
    list-style: none;
}
ul.drillset_fields li {
    clear: both;
    height: 20px;
    margin: 4px 0;
    padding: 0;
    background: none;
}
ul.drillset_fields li div {
    float: left;
    margin-right: 4px;
}
ul.drillset_fields li div.field_label {
    width: 120px;
}
ul.drillset_fields li div.delete {
    padding: 3px;
}
div.drillwhole {
    width: 5px;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
    border: 1px solid #000000;
}
div.d1 {
    background-color: #ff0000;
}
div.d2 {
    background-color: #00ff00;
}
div.d3 {
    background-color: #ffff00;
}
div.d4 {
    background-color: #0000ff;
}
ul.drillset_fields li div.field_label div.drillwhole {
    margin: 6px 6px 0 0;
}
#drillset div.drillwhole {
    position: absolute;
    display: none;
    margin: -3px 0 0 -3px;
    cursor: move;
}
#drillset_control p.info {
    width: 250px;
}