@CHARSET "ISO-8859-1" ;

.divBasket {
}

.divBasket .borderGreen {
	border-right:2px solid #6EBB1F;
}

.divRegistration {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.divRegistration h3 {
	font-size: 14pt;
}

.divRegistration hr {
	color: #BCD0E4;
	background-color:#BCD0E4;
	height:1px;
	margin: 0px;
	margin-top:2px;
	margin-bottom:15px;
	padding: 0px;
	border:0px;
}

.divRegistration table, .divRegistration tr, .divRegistration td, .divRegistration select, .divRegistration input, .divRegistration form, .divRegistration li, .divRegistration p, .divRegistration textarea
{
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #474747;
}

.prodtable {
   /*table-layout: fixed; */
   width: 600px; 
   border: 0px;
   border-collapse: collapse;
   border-style: hidden;
   border-spacing: 0;
   padding:0;
   background-color: #F2F0F1;
   margin:0 0 0 0;
}

#navigation {
	width: 192px; margin: 0px; padding: 0px; 
}

#control {
	width: 192px; margin-left: 10px; padding: 0px; 
}

#content {
	width: 500px;
}


#overview p {margin: 8px 0px;}
#overview hr {margin: 4px 0px;}
.product-tab ul {padding-left: 20px;}
.product-tab ol {padding-left: 20px;}
td.tab-header { min-height: 29px; height: 29px; font-family: Trebuchet MS; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #6EBB1F;}
span.product-remark { font-size: 11px; font-weight: bold; color: white; background: red; padding: 1px; padding-left: 5px; padding-right: 4px;}

/* Global styles */



/*
body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #474747;
}
*/

.divRegistration tr, .divRegistration td { padding: 0px; }


img { border-style: none; }


.divRegistration a { color: #474747; text-decoration:none;}
a.reference-lnk {text-decoration: underline;}

/* Control styles */
 
a.cart-lnk		{}
a.search-lnk	{font-size: 11px; font-weight: bold; padding-left: 0px; text-decoration:none;}

/* Navigation styles */

ul.catalog-item-group {font-size: 0px; list-style: none; margin-left: 10px; padding: 0px; }

li.catalog-item {
	font-family: Trebuchet MS; 
	font-size: 11px; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px; 
	border-bottom: 1px solid #CCD5D9; 
}

li.catalog-item-group {margin: 0px; padding: 0px; line-height: 17px;}

a.catalog-item-lnk {text-decoration: none; line-height: 17px; color: #474747;}
a.catalog-item-lnk:hover {color: #EE014C;}

a.catalog-item-lnk-selected {font-weight: bold; color: #EE014C; line-height: 17px;}
/*
// a.catalog-item-lnk-selected:hover, a.catalog-item-lnk:active {font-weight: bold; color: #EE014C; line-height: 17px;}
*/

/* Shared styles */

.search-tab, .cart-items-tab, .order-tab, .product-tab, .cart-items-tab, .error-tab, .tab-content {
   	table-layout: fixed; 
	width: 100%; 
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: normal;
	color: #474747;
	border: none;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	background-color: #F3F0F0;
}

.content-tab {
   	table-layout: fixed; 
	width: 100%; 
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #474747;
	border: none;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

input.cart-item-quantity, input.order-item-quantity {width:30px; text-align: right; font-size: 11px; vertical-align: middle;}
input.cart-item-evaluate {width:30px; font-size: 11px; }
input.search-field, select.search-field {width: 80%; font-size: 11px; }
input.order-field {width: 100%; font-size: 11px; color: #474747; margin: 2px 0px; }
select.order-field {width: 100%; font-size: 11px; color: #474747; margin: 2px 0px;}
textarea.order-field {width: 100%; font-size: 11px; color: #474747; margin: 2px 0px;}

.thick-bottom-line {border-bottom: 2px solid #000000}
.thick-top-line {border-top: 2px solid #000000}
.spaceline { height: 6px; font-size: 0px; }

/* Product styles */

.product-group-title-sec { padding: 5px 0 5px 0; display: block;}
.product-title-sec { padding: 5px 0px 5px 0px; display: block;}

.product-title {font-size: 11px; font-weight: bold; display: block; }
.product-sub-title { font-size: 11px; font-weight: normal; display: block; }
.product-remark { font-size: 11px; font-weight: bold; color: white; background: red; padding: 1px; padding-left: 5px; padding-right: 4px;}
.large-product-data { font-size: 13px; }

ul.product-text {list-style-type: disc; margin-left: 0px; padding-left: 18px; }
li.product-text {  }

.standard-but, .order-but, .product-but, .evaluate-but, .search-but, .complete-order-but {
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #474747;
	height:20; 
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: 1px; 
	border-color: #6EBB1F;
	padding-left: 5px;
	padding-right: 5px;	

/* Workaround for removing IE extra input field padding */
	width:auto;
   	overflow:visible;
}

.remove-but {
	border-color: #474747;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.edit-but {
	border-color: #474747;
    margin-top: -9px;
    position: absolute;
    right: 100px;
    top: 50%;
}

.product-data, .cart-item-data {}
.small-product-data { font-size: 10px }

.small-product-image, .large-product-image { margin-right: 10px;}
.product-image-sec { padding: 20px 0 20px 0;}

a.product-detail-lnk {}

.header-tab { 	
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

div.hr
{
	width:100%;
	line-height:1px;
	margin-bottom:15px;
	border-bottom:1px solid #BCD0E4;
	clear:both;
}

div.product-group-text { display: block; padding: 20px; font-size: 11px;}
div.product-text { display: block; padding: 10px; font-size: 11px;}

td.tab-header { min-height: 29px; height: 29px; font-family: Trebuchet MS; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #6EBB1F;}
.tab-header-selected { min-height: 29px; height: 29px; font-family: Trebuchet MS; font-size: 11px; font-weight: bold; color: #000000; background-color: #6EBB1F;padding:4px;}
.tab-border { border-style: solid; border-width: 2px; border-color: #6EBB1F; }
.tab-header-left-pad { width: 20px; }
.tab-header-right-pad { width: 20px; }
.tab-header-spacing { width: 2px; }
.tab-header-title { width: 316px;}
.tab-header-right-spacing { width: 50px; }
.tab-header-spacing-embedded { background-color: #F3F0F0;}
.tab-left-pad { width: 20px; }
.tab-right-pad { width: 20px; }

#cartTable a:link, #cartTable a:visited, #cartTable a:focus, #cartTable a:hover, #cartTable a:active{ color: #474747; text-decoration:none; }

#cartTable td.tab-cell { min-height: 35px; height: 35px; padding:5px 2px; }

.left-pad-col {width: 18px;} /* 20px - 2px border  */
.icon-col {width: 20px;}
.right-pad-col {width: 20px;}

#cartTable td.tab-firstcell { padding: 4px 30px; }

.stroked-background { background: url(../images/strokes.gif); }

.product-sec { width: 100%; border-style: solid; border-width: 2px; border-collapse: collapse; border-color: #6EBB1F;}
.product-sec-embedded { width: 100%; border-top-style: solid; border-width: 2px; border-collapse: collapse; border-color: #6EBB1F;}

form { /* for iE */
	margin: 0px;
	padding: 0px;
}

.mp_form td.titleOverview { padding: 3px; background-color:#CDE1EE; width:33%; border-bottom:1px solid #CDE1EE; }
.mp_form td.overview { padding: 3px; border-bottom:1px solid #CDE1EE; }

.mp_form .container {
	clear: both;
	/*background-color: #FFFFFF;*/
	padding: 0px;
}

.mp_form .container span {
	float: left;
}

.mp_form span.seperator {
	padding-left: 2px;
	padding-right: 2px;
}

span.button_separator {
	/*background-color: #FFFFFF;*/
	padding: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-botom: 0px;
}

.mp_form label {}

.mp_form .width_full { width: 330px; }
.mp_form .width_half { width: 160px; }
.mp_form .width_onethirds { width: 106px; }
.mp_form .width_twothirds { width: 214px; }
.mp_form .width_code { width: 60px; }
.mp_form .width_area { width: 60px; }
.mp_form .width_telephone { width: 180px; }
.mp_form .width_telephone_large { width: 251px; }
.mp_form .width_extension { width: 60px; }
.mp_form .width_option { width: 20px; }
.mp_form .width_optionlabel { width: 270px; }
.mp_form .width_mv { width: 40px; }

.mp_form .radio { margin-top: -2px }
.mp_form .checkbox { margin-top: -2px }

.mp_form .container label span {
	float: none;
}

.inputLabel {
	float:none;
	font-size:8pt;
	line-height:18px;
	padding-bottom:3px;
}

.inputLabelError {
	float:none;
	color:#FF0000;
	font-weight:bold;
	padding-bottom:3px;
	line-height:18px;
	font-size: 8pt;
}

.mandatoryInput {
	color: #EE014C;
}

.width_full {
	width:330px;
}

.width_twothirds {
	width:214px;
}

.width_onethirds {
	width:106px;
}

.width_dayinput {
	width:20px;
}

.width_yearinput {
	width:50px;
}

.spacer {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.naw_headline {font-family: Trebuchet MS; font-size: 18px; line-height: 14px; color:#474747;}
.naw_subhline {font-family: Trebuchet MS; font-size: 14px; line-height: 14px; color:#474747;}
a.naw_subhline {font-family: Trebuchet MS; font-size: 14px; line-height: 14px; color:#474747;}
.naw_text {font-family: Trebuchet MS; font-size: 11px; line-height: 14px; color:#474747;}
.naw_lblnormal {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; line-height: 14px; color:#474747;}
a.naw_infolnk:link, a.naw_infolnk:visited, a.naw_infolnk:focus, a.naw_infolnk:hover, a.naw_infolnk:active{ color: #474747; text-decoration:none; }
input.textfield {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; text-align:right; color:#474747; margin: 2px 0px;}
input.textfieldNormal {font-family: Trebuchet MS; font-size: 11px; font-weight: normal; color:#474747; margin: 2px 0px;}


#content .product-title { 
	font-size: 11px; 
	font-weight: bold; 
	display: block;
}

#content a { 
	color:#474747;
}

#content .tab-content table  { 
	border-collapse: separate; 
}

#content .tab-content tr  { 
	margin: 2px; 
}

#dialog-form button {
    cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #474747;
	height:20; 
	background-color: #FFFFFF;
	border-style: solid; 
	border-width: 1px; 
	border-color: #6EBB1F;
	padding-left: 5px;
	padding-right: 5px;	

/* Workaround for removing IE extra input field padding */
	width:auto;
   	overflow:visible;
}

.helpToggler { width: 500px; height: 200px; }
/* #helpButton { padding: .5em 1em; text-decoration: none; } */
#helpEffect { width: 400px; height: 150px; left:200px; top: 270px; padding: 0.4em; position: absolute; }
#helpEffect h3 { margin: 0; padding: 0.4em; text-align: center; }

