/* CSS
Author: Andrei Dobre
*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/*=====================================================================*/


* { behavior: url(../js/iepngfix.htc) } /*png transparency for IE6*/

body{
	background: #000 url('../images/bg.jpg');
	text-align:center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}

body *{
	font-family: "Trebuchet MS";
	font-size:11px;
}

small, small *{
	font-size:9px;
}

a{
	color:#FFFFFF
}
a:hover{
	color:#FFCCCC
}

#page{
	width:980px;
	text-align:left;
	float: left;
}

#top{
	background-image: url(../images/top.gif);
	width: 980px;
	height: 92px;
	margin: auto;
}

#logo{
	display:inline;
	float:left;
	margin: 4px 0px 0px 23px;
}


#login-box{
	display:inline;
	float:right;
	margin: 20px 0px 0px 0px;
	width:522px;
}
.login-title{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(../images/locker.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height:38x;
	height:30px;
	background-position: 0px 0px;
	margin-bottom: 14px;
}

.login-name{
	float: left;
	display: inline;
	line-height: 24px;
	margin: 0px 10px 0px 15px;
	font-weight: bold;
}

.login-link{
	color: #FFFFFF;
	margin: 4px 30px 0px 76px;
}
.button-login{
	background-image: url(../images/b_login.gif);
	height: 25px;
	width: 61px;
	display: inline;
	float: left;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
}

.login-b{
	height: 22px;
	width: 67px;
	display: inline;
	float: left;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	text-align:center;
	margin: 0px 0px 0px 5px;
	text-transform:uppercase;
	background-color: #e3007a;
}

.login-b a{
color:#fff;
}

.login-b a:hover{
color:#000;
}



#topmenu{
	height:36px;
	background:#8c004a;
	width: 522px;
	margin: 0px 0px 0px 0px;
	display: inline;
	float: right;
}
#topmenu ul{ margin:0px; padding:0px;}
#topmenu li {
	list-style-type:none;
	float:left;
	text-align:center;
}
#topmenu li a {
	display:block;
	padding:0px 19px 0px 19px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	line-height: 36px;
}
#topmenu li a:hover {
	background-color:#e3007a;
	margin-top: -13px;
	position: relative;
	z-index: 999;
	padding-top: 13px;
}

#left-area{
width:440px;
display:inline;
float:left;
margin:-36px 0px 0px 0px;
}

.left, .right{
	float:left;
	width:128px;
	display:inline; /*IE FIX*/
	background: #131313;
}

.left h3, .right h3 {
	color:#e3007a;
	font-size: 16px;
	font-weight: bold;
	margin-left: 4px;
}

.panel{
	padding:15px 10px 15px 10px;
	border: 1px solid #63757D;
}

.smartinput{
	margin:0px 0px 0px 0px;
	background-color:#444444;
	width:145px;
	height: 22px;
	border: 0px solid #444;
	padding:0;
	display:inline;
	float:left;
	color: #FFFFFF;
}
.smartinput2{
	margin:0px 0px 0px 0px;
	background-color:#666666;
	width:145px;
	height: 22px;
	border: 0px solid #444;
	padding:0;
	display:inline;
	float:left;
	color: #FFFFFF;
}

#products{
display:inline;
float:right;
width:128px;
background-color:#3b2a24;
}

/*menu*/
#prod_menu {
	margin:5px 0px 10px 7px;
	padding:0px;
	list-style-type:none;
	width: 114px;
}

/*cat*/
#prod_menu li a {
	text-decoration:none;
	font-weight:bold;
	color: #e3007a;
	font-size: 16px;
}
#prod_menu li {display:block;}
#prod_menu img {cursor:pointer;}

/*subcat*/
#prod_menu ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
#prod_menu ul li {
	display:block;
}
#prod_menu ul li a {
	font-weight:normal;
	display:block;
	width: 114px;
	height: 19px;
	line-height: 19px;
	text-indent: 5px;
	font-size: 11px;
	color: #FFFFFF;
} 
#prod_menu ul li a:hover {
	background-color:#e3007a;
	color: #FFFFFF;
} 

#main{
	width:522px;
	float:right;
	margin:0px 0px 0px 0px;
	display:inline; /*IE FIX*/
}

#main p {
	text-align:justify;
}

h1{
	line-height:23px;
	font-size:23px;
	font-weight:normal;
	margin-top: 4px;
}

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*/; font-style:italic; 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; background: url('../images/b2.png') 0 50% repeat-x;}


a.b_plain .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_plain .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.png') 100% 50% no-repeat;}

a.b_left .b1{padding-left: 7px; padding-right:7px; background: url('../images/b1_left.png') 0 50% no-repeat;}
a.b_left .b3{padding-left: 3px; padding-right:3px; background: url('../images/b3_plain.png') 100% 50% no-repeat;}

a.b_basket .b1{padding-left: 26px; padding-right:3px; background: url('../images/b1_basket.png') 0 50% no-repeat;}
a.b_basket .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.png') 100% 50% no-repeat;}

a.b_right .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_right .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_right.png') 100% 50% no-repeat;}

a.b_up .b1{padding-left: 3px; padding-right:3px; background: url('../images/b1_plain.png') 0 50% no-repeat;}
a.b_up .b3{padding-left: 7px; padding-right:7px; background: url('../images/b3_up.png') 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.png') 0 50% repeat-x; border:0px; margin-bottom:0px !important; margin-bottom:-2px; 
}

input.b_left{padding-left:17px; background: url('../images/b2.png') 0 50% repeat-x; }
input.b_right {padding-right:17px; background: url('../images/b2.png')  0 50% repeat-x;}
input.b_up {padding-right:17px; background: url('../images/b2.png')  0 50% repeat-x;}


.form{
	height:12px;
	margin:1px;
}

textarea { width:250px; }

.important{color:#CE3636;}

.mention{color:#515151;}

.notice{
	margin-top:10px;
	background-color:#8c004a;
	padding:5px;
}
.crumbs{
	margin-top:10px;
	background-color:#8c004a;
	padding:5px;
}

#footer {
	text-align:center;
	background: #272727;
	height: 53px;
	border-top: 8px solid #131313;
	margin: auto;
	line-height:24px;
	margin-top:10px;
}

#footer a{
padding:0px 20px 0px 20px;
}

.b_contact{
font-weight:bold; padding:4px 7px 4px 7px; background-color:#e3007a
}

.b_register{
font-weight:bold; padding:4px 7px 4px 7px; background-color:#e3007a
}


