/** { behavior: url(../js/iepngfix.htc) } png transparency for IE6*/

body{
	background: #000;
	text-align:center;
}

body *{
	font-family: Verdana;
	font-size:11px;
}

small, small *{
	font-size:9px;
}

a{color:#fff;}
a:visited{color:#fff;}
a:hover{color:#fff000;}

#page{
	width:950px;
	text-align:left;
	margin:auto;
}

#header{
	background-color:#000;
}

#header table td{
	border:0px;padding:0px;
}

#topmenu{ height:33px; background: red;}
#topmenu ul{ margin:0px; padding:0px; padding-top:10px;}
#topmenu li { list-style-type:none; float:left; width:96px; text-align:center;}
#topmenu li a { display:block; color: #fff;font-weight:bold;}
#topmenu li a:hover { color: #fff000; }

#left, #right{
	float:left;
	width:164px;
	display:inline; /*IE FIX*/
}

#left .panel_top, #right .panel_top {
	height:54px;
	background: url('../images/panel_top.gif');
}

#left h3, #right h3{
	margin: 25px 0 0 0;
	font-family: Arial;
	color: #fff;
	font-size:18px;
	font-style:italic;
	text-align:center;
	font-weight:normal;
	height:33px;
}

#left .panel_bottom, #right .panel_bottom  {
	height:8px;
	background: url('../images/panel_bottom.gif');
	margin-bottom:10px;
}

.panel{
	padding:15px 10px 15px 10px;
	background-color: #ff0000;
}

.smartinput,.smartinput2{ 
	margin:5px 0 5px 0; 
	background:transparent url('../images/input_field.gif') no-repeat !important;
	background:transparent url('../images/input_field.gif') no-repeat fixed; /*ie*/
	height:23px;
	width:125px;
	border:0px;
	padding:5px 0px 0px 5px;
	font-weight:bold;
	}

.smartinput2{ 
	background:transparent url('../images/input_field2.gif') no-repeat !important;
	background:transparent url('../images/input_field2.gif') no-repeat fixed; /*ie*/
}

/*menu*/
#prod_menu {margin:0px;padding:0px;list-style-type:none;}

/*cat*/
#prod_menu li a {text-decoration:none;font-weight:bold;}
#prod_menu li {display:block;}
#prod_menu img {cursor:pointer;}

/*subcat*/
#prod_menu ul {margin:0 0 5px 20px; padding:0px;}
#prod_menu ul li {display:block;border-bottom:1px solid #fff;}
#prod_menu ul li a {font-weight:normal;display:block;padding:2px;color:#fff} 
#prod_menu ul li a:hover {color:#000; background-color:#fff;} 

#main{
	width:594px;
	float:left;
	margin:20px 14px 0 14px;
	display:inline; /*IE FIX*/
}

#main {
	color:red;
}

#main p {
	text-align:justify;
}

h1{
	font-family: Arial;
	color: #fff;
	background:url('../images/title_heart.gif') 0px 0px no-repeat;
	padding-left:40px;
	line-height:33px;
	font-size:24px;
	font-weight:normal;
	margin:10px 0 20px 0;
}

form{
	margin:0px;
	padding:0px;
}

ol{
	list-style-type: none;
	padding: 0 4px 0 4px;
	margin:0px;
}

td, th{
	border-bottom:solid 1px #5d0000;
	margin-left:3px;
	padding:3px;
}

.c0{background-color:#6b0000;}
.c1{background-color:#000;}

table.order {text-align:right; width:100%;}

.orderc1{background-color:#000;}
.orderc2{background-color:#6b0000;}


/*applies to all*/
.b_plain, .b_left, .b_right, .b_up, .b_basket {color:#fff; 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*/; font-style:italic; color:#fff;}
.b_plain a:hover, a.b_left a:hover, .b_right a:hover, .b_up a:hover, .b_basket a:hover {color:#fff;}
/*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; background: url('../images/b2.gif') 0 50% repeat-x;}


a.b_plain .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.gif') 0 50% no-repeat;}
a.b_plain .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.gif') 100% 50% no-repeat;}

a.b_left .b1{padding-left: 7px; padding-right:7px; background: url('../images/b1_left.gif') 0 50% no-repeat;}
a.b_left .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.gif') 100% 50% no-repeat;}

a.b_basket .b1{padding-left: 26px; padding-right:3px; background: url('../images/b1_basket.gif') 0 50% no-repeat;}
a.b_basket .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.gif') 100% 50% no-repeat;}

a.b_right .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.gif') 0 50% no-repeat;}
a.b_right .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.gif') 100% 50% no-repeat;}

a.b_up .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.gif') 0 50% no-repeat;}
a.b_up .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_up.gif') 100% 50% no-repeat;}


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; background: url('../images/b2.gif') 0 50% repeat-x; border:0px; margin-bottom:0px !important; margin-bottom:-2px; 
}

input.b_left{padding-left:17px; background: url('../images/b2.gif') 0 50% repeat-x; }
input.b_right {padding-right:17px; background: url('../images/b2.gif')  0 50% repeat-x;}
input.b_up {padding-right:17px; background: url('../images/b2.gif')  0 50% repeat-x;}

.form{
	height:12px;
	margin:1px;
}

textarea { width:250px; }

.important{color:#CE3636;}

.mention{color:#515151;}

.notice{margin-top:10px;background-color:#350000; border:1px solid #6b0000; padding:5px;}
.crumbs{margin-top:10px;background-color:#350000; border:1px solid #6b0000; padding:5px;}

#footer {text-align:center; background: url('../images/main_bottom.gif') 50% 100% no-repeat; padding-bottom:20px;}
