/* CSS Document */
import url(reset.css);

html, body {

}

body {
	font-size: 62.5%;
	color: #232323; 
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	/* margin: 0 25px 0 25px; */
	margin: 0 0 20px 0;
	text-align:center;
}

body.popup {
	background: white;
	text-align: left;
	font-size: .9em;
}

/*********************************** DEFAULT SETTINGS */

h1 {
	background: url(../images/kop_icon.gif) no-repeat 0 5px;
	font-size: 1.5em;
	padding: 0 0 0 20px;
	margin-top: 0;
	color: #191919;
}

/*
h2 {
	font-size: 1.3em;
	color: #003375;
	border-bottom: 1px solid #003375;
	margin-bottom: 3px;
}
*/

h2, legend {
	color: #484848;	
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 2px;
}


h2.clear_top {
	margin-top: 0px;
}

strong, table.th {
	color: #0548AD;
	font-weight: bold;
}


hr {
	margin: 15px 0 5px 0;
	border: 1px solid #CCCCCC;
}

strong.specs {
	color: #525252;
}

 label {
	margin: 0 3px 0 0;
	float: left;
	color: #022760;
	font-weight: bold;
}


strong.label {
	width: 60px;
	float: left;
}

strong.label.large, label.large {
	width: 125px;
}

strong.full {
	width: auto;
	float: left;
}

input.submit_product {
	color: white;
	background: #022760;
	border: none;
}

input.quantity_product {
	margin: 0 3px 0 0;
}

.no_border, a.no_border img {
	border: none;
}


.clear_all {
	clear: both;
}

tr.no_border td a img {
	border: none;
}

tr.no_border td a:hover img {
	border: none;
}

.float {
	overflow: hidden;
}
/*********************************** FRAME LAYOUT */

#wrapper {
	overflow: hidden;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

#header{
	width: 100%;
	padding: 0;
	margin: 0;
    border-bottom: 3px solid #003375;
    color: white;
    font-size: 1.6em;
    text-align: center;
}

#header img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header a img {
	border: none;
}

#top_bar {
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #BFB8BF;
	padding: 5px 3px 5px 10px;
    background: white;
	clear: both;
	font-size: .9em;
	margin: 0 0 3px 0;
}

#top_bar #breadcrumbs {
	color: black;
	float: left;
	padding: 2px 0 0 0;
}

	#top_bar #breadcrumbs a {
		color: #03409A;
	}

	#top_bar #breadcrumbs a.current, #top_bar #breadcrumbs a:hover {
		text-decoration: none;
	}

#top_bar #search_holder {
	width: 320px;
	float: right;
	padding: 0 5px 0 0;
}

#top_bar #search_holder input.submit {
	background: #003375;
	border: none;
	color: white;
}


#top_bar #search_holder input.search {
	border: 1px solid #C1C1C1;
}

.search_focus {
	border: 1px solid #022760;
} 

/* main content */
#wrapper #column_center { 
	margin-right: 183px; 
	background: white;
	padding: 10px;
		overflow: hidden;
}

/* User section menu */
/* Contents */
#contents {
  width: auto;
  margin-left: 213px;
  /* border-left: 5px solid #04337B; */

}
#column_left {
  float: left;
  width: 210px;
}

	#column_left .block, #column_right .block {
		border: 1px solid #7F7B7A;
		background: #787878;
		display: block;
		margin: 0 0 5px 0;
	}
	#column_right .block {
		background: white;
	}
		#column_left .block .header, #column_right .block .header {
			background: #003375;
			border-bottom: 1px solid #FFFFFF;
			font-size: 1em;
			font-weight: bold;
			color: white;
			padding: 5px;
			background-image: url(../images/double_arrow_down.jpg);
			background-position: 190px 10px;
			background-repeat: no-repeat;
			height: 20px;
		}
		
		#column_right .block .header {
			background-position: 160px 10px;
		}

		#column_left .content, #column_right .content {
			padding: 5px 5px 5px 5px;
		}

/* category_menu */
#column_left ul, #column_right ul {
	list-style:none;
	margin:0;
	padding:0;

}

#column_left ul ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

#column_left ul li {
	
}

#column_left ul li a {
	padding: 5px 0 10px 15px;
	margin: 0;
	height: 15px;
	width: auto;
	display: block;
	text-decoration: none;
	background: #848283 url(../images/double_arrow_right.jpg) 190px 10px no-repeat;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
    
}

#column_left ul ul li {
	padding: 0;
	margin: 0;
}

#column_left ul ul li a {
	background: #B1AFB0;
	padding: 5px 0 10px 30px;
}

#column_left ul ul ul li a {
	padding: 5px 0 10px 50px;
}

#column_left ul ul li a:hover, #column_left ul ul li a.current {
	background: #E8E8E8;
}

#column_left ul li.bottom {
	height:20px;
}

#column_left ul li a:hover, #column_left ul li a.current {
	color: #5C5A5B;
	background: #CCCCCC url(../images/double_arrow_right_hover.jpg) 190px 10px no-repeat;
}

/* column_right (right sidebar) */
#column_right {
  float: right;
  width: 180px;
  overflow: hidden;
  display: inline;
}

#column_right li {
	width: 100%;
	background: white;
	color: #0548AD;
	padding: 5px;
	border-bottom: 1px solid #BFB8BF;
	font-size: .9em;
	overflow: hidden;
}

#column_right li.no_border {
	border: none;
}


#column_right li a, strong a {
	text-decoration: underline;
	color: #0548AD;
	font-weight: bold;
}

#column_right li a:hover, strong a:hover {
	text-decoration: none;
}

#column_right li a:visited, strong a:visited {
	color: #022760;
}


#column_right li.blocklink {
	padding: 0;
	overflow: hidden;
}

#column_right li.blocklink img {
	float: left;
	margin: 0 3px 3px 0;
}

#column_right li.blocklink a {
	padding: 5px;
	width: auto;
	display: block;
	background: white;
	text-decoration: none;
	height: 20px;
}

	#column_right li.blocklink.large a {
		height: 50px;
	}

#column_right li.blocklink a:hover {
	background: #E8E8E8;
	color: #5C5A5B;
}

/* Footer */
#footer {
	margin-right: 183px; 
	height: 50px;
	background: white url(../images/footer_bg_blue.jpg) bottom right no-repeat;
	padding: 10px;
	font-size: .8em;
	color: #8D8D8D;
	border-top: 1px solid #EBEBEB;

	overflow: hidden;
}

#footer .positioner {
	width: 350px;
	margin: 0 auto;
	overflow: hidden;
}

#footer .flags_holder {
	float: left;
	width: 130px;
	padding: 0;
	text-align: center;
}

#footer .disclaimer_holder {
	float: left;
	margin: 10px 0 0 0;
}

#footer a {
	color: #8D8D8D;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer img {
	vertical-align: middle;
}

#footer a img {
	border: 1px solid #F0F0F0;
}

#contents { padding: 0; }


/*********************************** PRODUCTS */
.product_list_holder {
	width: 98%;
	display: block;
	overflow: hidden;
}

.product_list_holder .product {
	padding: 5px;
	margin: 5px;
	height: 195px;
	width: 145px;
	float: left;
	overflow: hidden;
	border: 1px solid #D3D3D3;
	text-align: center;
}

.product_list_holder .product .name {
	font-size: .8em;
}

.product_list_holder .product .specs, .product_list_holder .product .price {
	padding: 3px;
	color: #525252;
	font-weight: bold;
	font-size: .8em;
	text-align: left;
}

.product_list_holder .product .price {
	text-align: center;
}

.product_list_holder .product a img {
	border: 2px solid #484848;
}

.product_list_holder .product a:hover img {
	border: 2px solid #022760;
}

.product_list_holder .product a {
	font-size: 1.1em;
}

.product_detail {
	display: block;
	overflow: hidden;
}

.product_detail .price {
	color: #022760;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 25px 0 0;
	float: left;
}

.product_detail .left {
	width: 250px;
	float: left;
}

.product_detail .right {
	margin-left: 260px;
	width: auto;
}

.product_detail img.product {
	border: 2px solid #022760;
	float: left;
	vertical-align: top;
	margin: 0 10px 10px 0;
}

/*********************************** ORDERS */
.order_list  {
	border: 1px solid #BFB8BF;
	border-bottom: none;
	width: 100%;
}

.order_list th, .order_list td.total {
	font-weight: bold;
	color: #525252;
	border-bottom: 1px solid #BFB8BF;
}

.order_list td.total {
	border: none;
}

.order_list td, .order_list th {
	padding: 5px;
	vertical-align: top;
}

.order_list td.right, .order_list th.right {
    border-right: 1px solid #BFB8BF;
}

.order_list td.bottom, .order_list th.bottom {
    border-bottom: 1px solid #BFB8BF;
}


.order_list td.image {
	width: 80px;
}

.order_list td.sum {
	background: #022861;
	color: white;
	font-weight: bold;
}

/*
.order_list td input.quantity {
	float: left;
	width: 20px;
	margin: 0 10px 0 0;
}
*/

td .spacer {
	width: 55px;
	float: left;
	clear: left;
}

.order_list td form {
	margin: 0;
	padding: 0;
	clear: both;
}

.order_list td img {
	vertical-align: top;
	margin: 0 3px 3px 0;
}

.order_list td a img {
	border: 2px solid #484848;
}

.order_list td a:hover img {
	border: 2px solid #022760;
}

.bottom_buttons {
	border: none;
	width: 100%;
}

.bottom_buttons td {
	padding: 5px;
}

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

.bottom_buttons td a img {
	border: none;
}

.order_step {
	float: left;
	border: 1px solid #CCCCCC;
	height: 45px;
	padding: 5px;
	margin: 0 5px 0 5px;
	text-align: center;
	width: 100px;
}

.order_step .step {
	font-size: 1.3em;
	font-weight: bold;
	color: #0A62BA;
}

.order_step .description {
	color: #525252;
}

.order_step.current {
	background: #ccc;
	border: 1px solid #0A62BA;
}

.order_step.current .step {

}

.order_step.current .description {
	font-weight: bold;
}


/*********************************** USER DATA */
.user_details {
	margin: 0;
	padding: 0;
}

.user_details input.field, user_details select.field {
	margin: 0 0 10px 0;
	width: 200px;
}

.user_details label {
	width: 150px;
    display: block;
    float: left;
	font-weight: bold;
}

.user_details a img {
	border: none;
}

form.user_login, form.user_edit {
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
}

form.user_login input.field {
	width: 200px;
}

.row {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.notice-alert, .validation-advice {
	/*
	background: #EAEAEA;
	border: 2px solid #992D35;
	color: #5F5F5F;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
	*/
	color: #992D35;
	font-weight: bold;
}

.notice-alert.border {
	border: 2px solid #992D35;
	color: #5F5F5F;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.notice-alert ul, .validation-advice ul {
	margin: 0 0 0 15px;
	
}

.validation-failed {
	border: 1px solid #992D35;
}

.validation-passed {
	border: 1px solid #7AA620;
}

.notice-ok {
	border: 2px solid #7AA620;
	color: #5F5F5F;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0 5px 0;
}

/*********************************** ORDERS AND OTHER LISTS */

.differentialList {
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
    border: 1px solid #BFB8BF;
    position: relative;
    float: left;
    font-size: 9pt;
}

.differentialList td, .differentialList th, .dataList th {
    padding: 7px;
}

.differentialList th, .differentialList td, .dataList td {
    font-size: 8pt;
 }
 
.differentialList th, .dataList th {
    color: white;
    font-weight: bold;
    background: #003375;
}

.dataList {
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
    border: 1px solid #BFB8BF;
    position: relative;
    float: left;
	font-size: 9pt;
}

.dataList tr.header td {
    border-bottom: 1px solid #BFB8BF;
}
.dataList td.header {
    border-right: 1px solid #BFB8BF;
    width: 150px;
}

.dataList td, .dataList th {
    padding: 5px;
    vertical-align: top;
}

.dataList th {
	border-bottom: 1px solid #BFB8BF;
}

.dataList td.border, .dataList th.border {
    border-right: 1px solid #BFB8BF;
}

.dataList img {
    padding: 0 3px 0 0;
}
.dataList a img {
    border: none;
    vertical-align: middle;
    text-decoration: none;
}

.dataList a {
    color: #4B4B4B;
    text-decoration: underline;
}

.dataList a:hover {
    text-decoration: none;
}

.dataList.border {
    border: 1px solid #BFB8BF;
}

table.popupTable {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    height: auto;
}

