/* CSS Document */

html, body { 
	height: 100%; 
	margin: 0; padding: 0;	
}

body {
	background:#E5E5E5;
	font:11px tahoma,verdana,arial,serif;

	color:#444444;
}

form,h1,h2,h3,p,img,input {
	padding:0; margin:0;
}

table { border-collapse:collapse; }

td {
	font:11px tahoma,verdana,arial,serif;
	color:#444444;
}

a { color:#ED1C24; }

.red { color:#ED1C24; }

h2 { font-weight:bold; font-size:12px; color:#000; }

#logo {
	position:absolute;
	z-index:2;
	top:0px;
	left:36px;
	border-bottom:#fff solid 1px;
}

#main {
	width:100%;
	height:100%;
	border-collapse:collapse;
	background:url(/images/site/head.bg.jpg) top left repeat-x;	
}
#head {
	
}
#head td {
	height:116px;
}
#head td.left {
	width:347px;
	background:url(/images/site/head.l.jpg) left no-repeat;
}
#head td.right {
	background:url(/images/site/head.r.jpg) left no-repeat;
}

#menu td {
	height:43px;
	background:#B3B3B3;
	border-top:#FFFFFF solid 1px;
	border-bottom:#FFFFFF solid 1px;
	/*border:#f00 solid 1px;*/
}
* html  #menu td { height:40px; }

#menu-items { height:40px; position:absolute; z-index:1; top:117px; left:189px; }

#menu-items img { border:0; }

#main-search { position:absolute; z-index:1; right:20px; top:116px; }

#search {
	width:230px;
	float:right;	
	padding-top:10px;
	text-align:right;
}
#search input.text {
	width:140px;
	height:20px;
	border:none;
}
#search input.btn {
	margin-left:10px;
}
/**
 * 
 */
#content td {
	vertical-align:top;	
}
#content td.bg {
	background:url(/images/site/content.bg.jpg) top left repeat-x;
}

#info {
	height:125px;
	background:#FF9800 url(/images/site/info.bg.jpg) repeat-y left;
	border-bottom:#FFFFFF solid 1px;
}
#info .title {
	color:#FFFFFF;
	font-size:12px;
}
#info .prefix {
	color:#9F0000;
	font-size:13px;
	font-weight:bold;
}
#info .data {
	color:#9F0000;
	font-size:15px;
	font-weight:bold;
}

#container {
	padding:30px;
	padding-left:27px;
	float:left;
}
#container input.text {
	height:20px;
	border:#CFD0D0 solid 1px;    
}

#best {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
#best_product {
	/*width:120px;*/
}
#best_product img.icon {
	border:#FFFFFF solid 8px;
}
#best_product img.grey_icon {
	border:#999999 solid 8px;
}
#best_product h1 {
	font-size:10px;
	padding-top:14px;
	padding-bottom:14px;
}
#best_product h1 a {
	color:#424242;
	text-decoration:none;
}

#best_product h2 {
	font-size:11px;
	font-weight:normal;
	color:#424242;
}
#best_product h3 {
	color:#F32530;
	font-size:34px;
	font-weight:normal;
	padding-bottom:5px;
}
#best_product h3 .currency {
	color:#707070;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#subtitle {
	color:#9F0000;
	font-size:11px;
	font-weight:bold;
}

#data {
	font-size:11px;
}

#data img.content {
	margin-right:5px;
	border:#FFFFFF solid 8px;
}
#data p {
	margin-top:5px;
	margin-bottom:5px;
}

#navstring {
	margin-bottom:3px;
	color:#000000;
	font-size:10px;
}
#navstring img.separator {
	margin-left:8px;
	margin-right:8px;
}
#navstring a {
	color:#ED1C24;
}
/**
 *
 */
#login_cart {
	width:160px;
	background:#9F0000;
	padding-left:35px;
}
#login_title {
	color:#FF9200;
	font-size:14px;
	font-weight:bold;
	margin-top:13px;
}
#login {
	color:#FFFFFF;
	padding-top:10px;
	font-size:11px;
}
#login input.text {
	width:136px;
	height:16px;
	border:none;
	margin-top:3px;
	margin-bottom:3px;
    
    padding:2px;
}
#login input.btn {
	margin-top:9px;
	margin-bottom:12px;
}
#login a {
	color:#FFFFFF;
}
div.hr {
	background: url(/images/site/red.hr.gif) repeat-x left;
	height:1px;
	margin-top:16px;
	margin-bottom:16px;
	width:151px;
}

#cart_title {
	color:#FF9200;
	font-size:14px;
	font-weight:bold;
}
#cart {
	color:#FFFFFF;
	padding-top:10px;
	font-size:11px;
}
#cart img.btn {
	margin-top:10px;
}

#cat_menu {
	width:158px;
	background:#FFFFFF;	
}
#cat_menu .level0 {
    position:relative;    
}
#cat_menu .level0 a {
    border-bottom:#E5E5E5 solid 2px;
	height:18px;
    display:block;
    color:#ED1C24;
    padding-left:8px;
    padding-top:2px;
    background:url("/images/site/cat_menu.grey.marker.gif") no-repeat 140px center;    
}
#cat_menu .level0.selected {
    background-color:#ED1C24;
}
#cat_menu .level0.selected a {
    color:#fff;    
    background-image:url("/images/site/cat_menu.white.marker.gif");    
}
#cat_menu .level0.selected a.loading {    
    color:#ED1C24;
    /*background:#fff url("/images/site/load.gif") no-repeat 130px center;*/
}

#cat_menu .level0.selected a span { color:#000; text-decoration:none; }

#cat_menu .submenu {
    width:180px;	
	position:absolute;
	margin-left:152px;
    margin-top:-22px;
    background:#FFFFFF;
    z-index:200;
}
#cat_menu .level0.selected .submenu a {
    color:#ED1C24;
    background:url("/images/site/cat_menu.grey.marker.gif") no-repeat 165px center;
    text-decoration:none;
}
#cat_menu .level0.selected .submenu a:hover {
    color:#fff;
    background-color:#ED1C24;    
    background-image:url("/images/site/cat_menu.white.marker.gif");
}

#cat_menu .level0 .submenu a {
    border-bottom:#E5E5E5 solid 1px;
	border-left:#E5E5E5 solid 1px;
}

/*#cat_menu table {
	border-collapse:collapse;
	background:#FFFFFF;
	font-size:11px;
}
#cat_menu table tr td {
	border:#E5E5E5 solid 1px;
	height:22px;	
}
#cat_menu table tr td.level0 { position:relative; }

#cat_menu table tr td a {
	color:#ED1C24;
	padding-left:8px;
}
#cat_menu table tr td a.selected {
	color:#FFFFFF;
}
#cat_menu_title {
	float:left;
	padding-top:2px;
}
#cat_menu_img {
	float:right; 
	padding-right:8px;
}
#cat_menu table.submenu {
	width:180px;	
	position:absolute;
	left:345px;
}
#cat_menu table.submenu tr td {
	width:180px;	
}
* html #cat_menu table.submenu {
	left:150px;
}
#cat_menu table.submenu4ie7 {
	width:180px;
	position:absolute;
	left:150px;
}**/


#bulletin {
	width:290px;
	margin-left:35px;
	padding-right:20px;
	border-right:#CCCCCC solid 1px;
}
#bulletin_title {
	color:#9F0000;
	font-size:14px;
	font-weight:bold;
	margin-top:18px;
	margin-bottom:18px;
}
#news {
	color:#424242;
	font-size:11px;	
}
#news h1 {
	color:#000000;
	font-size:11px;
	text-transform:uppercase;
}
#news img.detail {
	margin-top:16px;
	margin-bottom:16px;
}
#news div.hr, div.hline {
	background: url(/images/site/grey.hr.gif) repeat-x left;
	height:1px;
	margin-left:-9px;
	margin-bottom:12px;
}
#bulletin a {
	color:#ED1C24;
}

#footer td {
	height:64px;
	background:#D71921;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:11px;
}
#footer td a {
	color:#FFC500;
}
#footer .yellow {
	color:#FFC500;
	font-weight:bold;
}

.highlight {
	color:#990000;
}

/* register */
#container { width:90%; }

#container div.reg_title {
	color:#000000;
	padding-top:10px;
	font-size:11px;
}
#container div.reg_input input {
	width:140px;
	height:20px;
	border:#999999 solid 1px;
	margin-top:3px;
	margin-bottom:3px;
}
#container div.reg_input input.middle {
	width:200px;
}
#container div.reg_input input.long {
	width:350px;
}
#container div.reg_input textarea {
	border:#999999 solid 1px;
	width:350px;
	height:50px;
}
#container input.checkbox {
	border:none;
	margin:0; padding:0;
}

.done {
    color:#001C00;
}

.error {
	color:#ED1C24;
	font-size:12px;
}

.childs a {    
    margin-bottom:5px;
    background:url("/images/site/product.marker.gif") no-repeat right center;
    padding-right:10px;
    
    color:#9F0000;
	font-size:11px;
	font-weight:bold;    
}

table.products { width:100%; }
table.products td {
    width:50%;    
}

#product {
	padding-right:30px;
}
#product td {
	height:30px;
}
#product h1 {
	font-size:10px;
	padding-top:14px;
	padding-bottom:14px;
}

#product img.icon {
	border:#999999 solid 8px;
	margin-right:10px;
}
#product a {
	color:#404040;
}
#product h3 {
	color:#E7545A;
	font-size:12px;
}
#product h3 .currency {
	color:#404040;
	font-size:11px;
	font-weight:normal;
}
#product h3 .separator {
	color:#404040;
	font-size:11px;
	font-weight:normal;
}
#product input.text {
	width:30px;
	height:20px;
	border:#CFD0D0 solid 1px;
	/*text-align:right;*/
    text-align:center;
}

table.listView {
	border-collapse:collapse;
}
table.listView tr th {
	border:#999999 solid 1px;
}
table.listView tr td {
	border:#999999 solid 1px;
	text-align:center;
}

#pager {
    margin-top:10px;
}
#pager a {
	color:#000000;
    margin:2px;
}
#pager a.showall {
	color:#ED1C24;
	text-decoration:underline;
}
#pager .current {
	background:#ED1C24;
	color:#FFFFFF;
	border-left:#ED1C24 solid 2px;
	border-right:#ED1C24 solid 2px;
}

/*#viewType {
	text-align:left;	
}
#viewType .header {
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;	
}
#viewType .title {	
	color:#ED1C24;
	text-decoration:underline;
}*/
#viewType { 
	margin-bottom:20px; 
	position:absolute;
	/*right:0;*/
	margin-left:100%;
	left:-384px;
	margin-top:40px;
	/*margin-right:12px;*/
}
#viewType  label {
	display:block;
	float:left;
	color:#000000;
	font-size:10px;	
	font-weight:bold;
	margin-right:10px;
}
#viewType  label select { width:120px; }
#viewType  label select, #viewType  label input { display:block; margin-top:5px; border:#703e23 solid 1px; }
#viewType  label input.button { border:none; }
#viewType input.checkbox { margin-top:9px; }

.fix { clear:both; font-size:0px; }

.photo_icon { 
	border:#999999 solid 8px;
	margin-right:10px;
}

#hme { position:absolute; z-index:2; top:22px; left:11px; text-align:center; }
#hme a { margin-bottom:19px; display:block; }
#hme img { border:0; }

.map-item  { margin-left:10px; }
.map-item a {
	display:block;
	margin-bottom:5px;
    background:url("/images/site/product.marker.gif") no-repeat left center;
    padding-left:10px;
	color:#9F0000;
	font-size:11px;
	font-weight:bold; 
}

dt { display:block; clear:both; }
dt label { width:auto; display:block; margin-bottom:6px; }

fieldset.sheet { border:none; padding:0; margin:0; width:600px; }
strong.title { font-weight:bold; color:#9f0000; font-size:14px; padding:0; margin:0; margin-bottom:10px; display:block; }

dl { margin-bottom:20px; }
dl input, dl textarea { width:600px; /*display:block;*/ border:#ededed solid 1px; padding:2px; }
dl textarea { height:150px; }

div.option { margin:0; padding:0; margin:6px 0; width:255px; float:left; }
dl div.option input { margin:0; padding:0; vertical-align:middle; width:auto; display:inline; border:#ededed solid 1px; }
dl div.option label { margin:0; padding:0; padding-left:6px; display:inline; }
* html dl div.option label { padding-left:3px; }
.show-errors { color:#f00; }

#adv-filter-container { /*background:#ff8201; border:#fff solid 1px; border-left:none;*/ padding-bottom:10px; }
#adv-filter { /*padding:14px 15px;*/ }
#adv-filter table td { padding:0px 0 0 0; color:#FFFFFF; font-size:11px; }
#adv-filter label { color:#FFFFFF; font-size:11px; /*margin-left:1px;*/ /*margin-bottom:8px;*/ }
#adv-filter select { display:block; /*margin-top:4px;*/ width:133px; border:#723f20 solid 1px; }

.intro { margin-bottom:10px; }

/*.holder { position:relative; }
.holder img { position:absolute; z-index:1; left:-4px; }*/

.select { position:relative; width:133px; }
.select .layer { position:absolute; z-index:1; background:#9f0000; display:none; }
.select .left, .select .right { width:1px; height:18px; top:2px; z-index:2; }
.select .top, .select .bottom { width:100%; height:2px; }

.select .left { border-right:#703e23 solid 1px; }
.select .right { right:0; border-left:#703e23 solid 1px; }

.select .top { border-bottom:#703e23 solid 1px; }
.select .bottom { right:0; border-top:#703e23 solid 1px; bottom:0; }

.new { font-weight:bold; color:#9F0000; margin-left:5px; }

.withborder {
	border:#fff solid 8px; 
	margin-right:10px;
	margin-bottom:10px;
}

.ec {
	margin-left:5px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

.certificates .item {
	margin-right:10px;
	float:left;
	text-align:center;
	width:180px;
	height:250px;
}

.hline {
	border-top:#c3c3c3 solid 1px;
	font-size:1px;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
}
