* { behavior: url(../js/iepngfix.htc) } /*png transparency for IE6*/

body{
	background: #fff url('../images/body.gif') no-repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

body *{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	color:#000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#c20000
}

#top{
	width:965px;
	text-align:left;
	margin:auto;
}


#logo{
	display:inline;
	float:left;
	width:195px;
	height:105px;
	background-image: url(../images/logo.gif);	
}

#page{
	background-color:#fff;
	width:965px;
	text-align:left;
	margin:20px auto;
}

#header{
	height:266px;
	background:url('../images/header.jpg');
	width: 958px;
	margin: 4px 0px 10px 4px;
	display: inline;
	float: left;
}

#topmenu{
	height:34px;
	background-image: url(../images/bg-topmenu.gif);
	width: 644px;
	display: inline;
	float: right;
	border: 1px solid #fff;
	margin-top: 10px;
}
#topmenu ul{ margin:0px; padding:0px;}
#topmenu li {
	list-style-type:none;
	float:left;
	text-align:center;
	height: 34px;
	line-height: 26px;
}
#topmenu li a {
	display:block;
	color: #000;
	margin: 5px 26px 0px 26px;
	font-size: 12px;
}
#topmenu li a:hover {
	border-bottom: 4px solid #c20000;
}

#left, #right{
	float:left;
	width:190px;
	display:inline; /*IE FIX*/
}

#left h3, #right h3 {
	color:#000;
	border-bottom: 3px solid #343434;
	font-size: 18px;
	font-weight: regular;
	margin: 10px 0px 10px 0px;
	line-height: 26px;
}

.smartinput{ margin:0 0 0 10px; background-color:#fff; border: 1px solid #818181; width:190px; display:inline; float:left; height:24px;}
.smartinput2{ margin:0 0 0 10px; background-color:#fff; border: 1px solid #818181; width:190px; display:inline; float:left; height:24px;}

/*menu*/
#prod_menu {margin:0px;padding:0px;list-style-type:none;}

#categ {
	margin:0px;
	padding:5px;
	width:130px;
	float:left;
}

/*cat*/
#prod_menu li a {
	text-decoration:none;
	font-weight:bold;
	line-height: 16px;
}
#prod_menu li {display:block;}
#prod_menu img {cursor:pointer;}

/*subcat*/
#prod_menu ul {
	margin:0;
	padding:0px;
}
#prod_menu ul li {
	display:block;
	border-bottom:1px solid #c0c0c0;
	list-style: none;
}
#prod_menu ul li a {
	font-weight:normal;
	display:block;
	padding:2px;
	padding-left: 30px;
} 
#prod_menu ul li a:hover {
} 

#main{
	width:565px;
	float:left;
	margin:0 7px 0 7px;
	display:inline; /*IE FIX*/
}

#main p {
	text-align:justify;
}

h1{
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	border-bottom: 3px solid #000;
}

form{
	margin:0px;
	padding:0px;
}

ol{
	list-style-type: none;
	padding: 0 4px 0 4px;
	margin:0px;
}

td, th{
	border-bottom:solid 1px #C6C6C6;
	margin-left:3px;
	padding:3px;
}

.c0{background-color:#f3f9fa;}
.c1{background-color:#fff;}

table.order {text-align:right; width:100%;}

.orderc1{background-color:#fff;}
.orderc2{background-color:#EDEDED;}

/*applies to all*/
.b_plain, .b_left, .b_right, .b_up, .b_basket {color:red; text-decoration:none; text-transform:capitalize;}
a.b_plain, a.b_left, a.b_right, a.b_up, a.b_basket {	line-height:20px; /*button height for IE*/; color:red;}
.b_plain a:hover, a.b_left a:hover, .b_right a:hover, .b_up a:hover, .b_basket a:hover {color:red;}
/*padding sets button height*/
a.b_plain span, a.b_left span, a.b_right span, a.b_up span, a.b_basket span {padding-top: 7px; padding-bottom:7px;}
/*center of button - padding sets button width*/
a.b_plain .b2, a.b_left .b2, a.b_right .b2, a.b_up .b2, a.b_basket .b2 {padding-left: 5px; padding-right:5px; border-bottom:3px solid black;}


a.b_plain .b1{padding-left: 3px; padding-right:3px; }
a.b_plain .b3{padding-left: 3px; padding-right:3px; }

a.b_left .b1{padding-left: 7px; padding-right:7px; }
a.b_left .b3{padding-left: 3px; padding-right:3px; }

a.b_basket .b1{padding-left: 26px; padding-right:3px; }
a.b_basket .b3{padding-left: 7px; padding-right:7px; }

a.b_right .b1{padding-left: 3px; padding-right:3px;}
a.b_right .b3{padding-left: 7px; padding-right:7px; }

a.b_up .b1{padding-left: 3px; padding-right:3px; }
a.b_up .b3{padding-left: 7px; padding-right:7px; }


input.b_left,input.b_right,input.b_up { 
	cursor:pointer;
	overflow: visible; /*great IE fix for aditional horizontal space in buttons  */
	padding:3px 10px 3px 10px; border:0px; margin-bottom:0px !important; margin-bottom:-2px; background:#fff;border-bottom:3px solid black; font-weight:bold;
}

input.b_left{padding-left:17px;  }
input.b_right {padding-right:17px; }
input.b_up {padding-right:17px; }


.form{
	height:12px;
	margin:1px;
}

textarea { width:250px; }

.important{color:#CE3636;}

.mention{color:#515151;}

.notice{
	margin-top:10px;
	background-color:#EAEAEA;
	border:1px solid #CCC;
	padding:5px;
}
.crumbs{
	margin-top:10px;
	background-color:#EAEAEA;
	border:1px solid #CCC;
	padding:5px;
}

#footer {text-align:center; background: url('../images/main_bottom.gif') 50% 100% no-repeat; padding-bottom:20px;}

.login{
	width:72px;
	height:26px;
	background-color:#343434;
	text-align:center;
	border:1px solid #595959;
	color:#fff;
	display:inline;
	float:left;
	margin-left: 10px;
	line-height:26px;
}

.cauta{
	width:72px;
	height:26px;
	background-color:#343434;
	text-align:center;
	border:1px solid #595959;
	color:#fff;
	display:inline;
	float:left;
	margin: 6px 0px 0px 60px;
	line-height:26px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
