/* header */
@import url("../content/header.css");
/* sidebars */
@import url("../content/sidebars.css");
/*  main panel */
@import url("../content/main_panel.css");
/* footer */
@import url("../content/footer.css");

@charset "utf-8";
/* CSS Document */
body {
	color: #000;
	line-height:14px;
}

#container {
	width: 100%;
	margin: 0;
	float:left;
	}
#wrapper {
	width: 820px;
	margin: 20px auto;
	border: solid 0px #999;
	
	}

.product_details .widget.product_image img {
	width: auto;
	height: auto;
}

.product_details .widget.product_image img { 
	height:auto; 
	width:auto;
	border: 0px solid #000000 ; 
	}



.browse #content .widget.browse_header {
	font-weight:normal ;
	color:#000000;
	font-size:12px;
	text-transform:none;
	margin-bottom:5px;
	}
	
	
.browse .widget.browse_items_per_page { 
	width:144px; 
	float:right; 
	height:25px; 
	margin:0px 0px 5px 0; 
	
	}
.browse .widget.product_preview img { 
	border:none;
	height:auto; 
	width:auto; 
	
	}

.login_box input[type="textbox"] {
	width:150px;
	margin-left:0px;
}
.login_box input[type="password"] {
	width:150px;
	margin-left:0px;
}
	
.product_details .widget.product_part_num { 
	float:left; 
	font-weight:normal; 
	margin-right:0px; 
	width:485px;
	}
	
.product_details .widget.product_image { 
	padding:0px ; 
	float:left; 
	font-size:0.8em; 
	text-align:center; 
	color:#000;
	width:100px;
	overflow:hidden;
	margin-top:0px;
	}
	
.registration .widget.registration_form {
	float:left;
	width:540px; 
	border: 0px dashed #999;
	background-color:transparent;
	padding:0px 30px 10px 0px;
	margin-left:0px;
	}
	
.reset_password .reset_password { 
	padding: 30px;
	background-color:transparent;
	margin:0px;
	border: 0px dashed #999;
	width:590px;
}

.reset_password .reset_password input[type="image"] {
	margin-bottom:-5px;
	}



.custom_pages #content {
	float:left;
	width:595px;
	border:1px solid #000000;
	background-color:#00A67E;
	margin-bottom:0px;
	margin-left:15px;
	padding:0px 0 5px 0px
}

.product_details .widget.supplemental_images {
	clear:none;
	float:left;
	}
	
.product_details .widget.product_price {
	margin-right:0px;
	margin-bottom: 0px;
	margin-right:5px;
	color:#000000;
	}
	
.product_details .widget.add_product_to_favourite {
	margin:0px 14px 0px 0px;
	}
	
.login .login_box {
	background-color:#ffffff;
	border:0px dashed #999999;
	margin:0px;
	padding:0px;
	width:160px;
}

.user_details .user_info, .widget.user_password_update { 
	width:470px; 
	border: 0px dashed #999;
	color:#000000;
	background-color:transparent;
	padding:0px;
	margin-left:15px;
	margin-top:20px;
}

.product_details .widget.product_header { 
	font-family:Georgia;
	font-size:20px;
	font-weight:bold; 
	color:#000; 
	font-size:1.15em; 
	text-transform:uppercase;	
	margin-bottom:5px; 
	
	}
	
.browse #content .widget.title { 
	display:block;
	
	
	}
.browse .widget.product_preview { width:100%; min-height:0px; border:none; float:left; margin-right:0px; margin-bottom:0px; }
.browse .widget .product_list{
	margin-top:10px;
}
	
.user_details .user_info .title, .widget.user_password_update .title { 
	font-weight:bold; 
	color:#000; 
	margin-bottom:10px; 
	}
	
.order_console_web #content .widget.order_console_menu {
	display:block;
	}


.order_console_web #search_basic {
	width:470px; 
	border: 0px dashed #999;
	background-color:transparent;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-top:0px;
}


.order_console_web #search_advanced {
	width:470px; 
	border: 0px dashed #999;
	background-color:transparent;
	padding:0px 30px 15px 0px;
	margin-left:0px;
	margin-top:0px;
}

.order_console_web .order_console_results { 
	width:510px; 
	border: 0px dashed #999;
	background-color:transparent;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
}

.order_console_web .tx20 { 
	color:#000;  
	}
	
	
.registration .widget.required_notice {  
	font-size:0.8em; 
	color:#666; 
	margin:10px 0 5px 40px;
	float:left; 
	}
	
.manage_favourites .widget.favourites { width:590px; float:left; }
.manage_favourites .widget.favourites td { border-top:0px dashed #CCC; padding:5px; }
.manage_favourites .widget.favourites a { color:#000000; font-size:0.9em; }
.manage_favourites .widget.favourites .widget.add_product_to_cart { margin-top:5px; }
.manage_favourites .widget.favourites input[type="text"] { width:265px; margin:5px; }
.manage_favourites .widget.favourites input[type="image"] { margin:0 0 -4px 5px; }



