/* CSS Document */
/*---GLOBAL SETTINGS---
----------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
ul{
	list-style-type:none;
	list-style-position:inside;
	}
input{
	font:12px Tahoma;
	color:black;
	}

input.button {
	border: thin solid grey;
        color:black;
        }

/*---COMMON---
-------------*/
.after:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
body{
	background:#fff;
	font:11px Tahoma;
	color:#000;
	}

div {text-align:left;}

table, td {
        /*background:#fff;*/
	font:11px Tahoma;
	/*color:#000;*/
        }

.main{
	width:1000px;
	margin:0 auto;
	}
/*---H---
--------*/
h1{
	font:normal 18px Tahoma;
	color:#fff799;
 //	padding:0 0 0 5px; 
 	padding:0 0 0 19px; // replaced back by Sher 
	}
h2{
	font:normal 18px Tahoma;
	color:#636363;
	}
h3{
	font:bold 12px Tahoma;
	color:#942117;
	padding-top:7px;
	}
h4{
	font:normal 18px Tahoma;
	color:#942117;
	}
h5{
	font:bold 17px arial narrow;
	color:#942117;
	padding-top:7px;
	}
/*---TOP---
-----------*/
.top{
	height:44px;
	background:#6e001e url(img/topbg.gif) repeat-x;
	text-align:center !important;
	line-height:44px;
	vertical-align:middle;
	color:#fff;
	}
.top a{
	font-size:14px;
	color:#fff;
	padding:0 5px;
	}
/*---HEADER---
--------------*/
.header{
	background:url(img/headerleft.jpg) no-repeat;
	border-bottom:1px solid #4f4f4f;
	}
.header_bg{
	height:210px;
	background:url(img/headerright.jpg) no-repeat right top;
	}
.header img{
	margin:17px 0 0 359px;
	}
/*---INTRO---
-------------*/
.intro{
	width:967px;
	background:#efec4f;
	border-bottom:1px solid #fff;
	padding:11px 10px 22px 23px;
	}
.spec{
	width:253px;
	float:left;
	height:148px;
	background:url(img/specbg.gif) no-repeat;
	margin:0 35px 0 0;
	padding:0 3px 0 18px;
	font-size:12px;
	}
.spec a{
	color:#000;
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
	}
.spec a:hover{
	text-decoration:none;
	}
.spec img{
	float:right;
	}
.spec em{
	color:#959595;
	}
.about{
	width:267px;
	float:left;
	margin:0 15px 0 0;
	}
.search{
	width:357px;
	height:148px;
	float:left;
	background:url(img/searchbg.gif);
	padding:0 0 0 19px;
	color:#9f9b9b;
	line-height:18px;
	}
.search h5{
	color:#a37408;
	}
.category{
	background:#ececec;
	width:146px;
	border:1px solid #bfbfbf;
	padding:2px;
	margin:3px 0 0 0;
	}

.ordertext{
	background:#ececec;
	width:300px;
	border:1px solid #bfbfbf;
	padding:2px;
	margin:3px 0 0 0;
	}

.ordercount{
	background:#ececec;
	width:40px;
	border:1px solid #bfbfbf;
	padding:2px;
	margin:3px 0 0 0;
	}

.orderarea{
	background:#ececec;
	width:300px;
	border:1px solid #bfbfbf;
	padding:2px;
	margin:3px 0 0 0;
	}

.price{
	width:33px;
	background:#ececec;
	border:1px solid #bfbfbf;
	padding:2px;
	margin:3px 0 0 0;
	}
.search label{
	color:#a37408;
	margin-right:13px;
	}
.sex{
	color:#000;
	}
.searchbtn{
	margin-top:3px;
	}
.search span{
	padding:0 4px;
	}
/*---WRAPPER---
--------------*/
.wrapper{
	width:1000px;
	padding-bottom:25px;
	}
/*---LEFT---
------------*/
.left{
	width:275px;
	float:left;
//	padding-left:23px; // removed by Sher
	}
.left_block{
	width:275px;
	background:#902a02;
	margin-bottom:6px;
	}
.left_block_top{
	background:url(img/leftblocktop.gif) no-repeat;
	}

.left_block_bot{
	width:275px;
	padding:15px 0 15px 0;
	background:url(img/leftblockbot.gif) no-repeat bottom;
	}
.catalogue{
	width:250px;
	padding:0 0 20px 0;
	}
.catalogue h3{
	background:url(img/arrowright.gif) no-repeat 7px 4px;
	margin:0;
	font:normal 12px Tahoma;
	cursor: pointer;
	color:#fff;
	padding:0 5px 0 18px;
	line-height:16px;
	}
.catalogue h3.active{
	background: url(img/arrowdown.gif) no-repeat 7px 5px;
	}
.catalogue p{
	margin: 0;
	padding:0 5px 0 30px;
	}
.catalogue a{
	display:block;
	color:#fff;
	font-size:12px;
	}
.left_block em{
	display:block;
	text-indent:-15px;
	margin:0 13px 0 30px;
	color:#fff;
	}
.left_block i{
	display:block;
	color:#fff;
	float:right;
	margin:0 10px 20px 0;
	}
.left_block_top h1{
	margin-bottom:10px;
	}
.left_block_bot div{
	clear:both;
	padding:0 10px 0 15px;
	color:#fff799;
	}
.left_block_top a{
	color:#fff799;
	}
.next{
	float:right;
	}
.contacts{
	padding:15px 10px 0 10px;
	color:#636363;
	}
.contacts p{
	padding:15px 0;
	font-size:14px;
	}
.contacts div{
	font-size:22px;
	padding:0 0 0 37px;
	}
.contacts span{
	margin-left:-37px;
	font-size:14px;
	}
/*---RIGHT---
------------*/
.right{
	width:661px;
	float:right;
	}
.right_block h4{
	padding:20px 0 15px 0;
	}

.items{
	/*width:632px;*/
	border-collapse:collapse;
	margin-bottom:18px;
        height:3px;
	}
.item_top{
	width:199px;
	height:4px;
	background:url(img/itemtop.gif) no-repeat;
	font-size:0;
                line-height:0;
	}
.item_bot{
	height:4px;
        max-height:4px;
	background:url(img/itembot.gif) no-repeat bottom left;
	font-size:0;
                line-height:0;
	}
.item_mid{
	background:url(img/itemmid.gif) repeat-y;
	padding:7px 4px 0 8px;
	font-size:10px;
	}
.item_intend{
	width:17px;
	}
.items img{
	float:left;
	margin:0 20px 0 5px;
	}
.items a{
	font-size:14px;
	color:#000;
	}
.items strong{
	display:block;
	}
.items strong:hover{
	text-decoration:underline;
	}
.items img{ 
	float:right;
	margin:-4px 0 0 0;
	}
.order img{ 
	float:center;
	margin:-4px 0 0 0;
	}

img.order {float:left;}

.items b{
	font-size:16px;
	color:#ff0000;
	}
.items b span{
	font-size:12px;
	font-weight:normal;
	color:#ff0000;
	}
/*---FOOTER---
--------------*/
.footer{
	height:51px;
	background:#983914 url(img/footerbg.gif) repeat-x;
	font-size:11px;
	padding:0 59px;
	}
.footer_menu{
	color:#fff;
	text-align:center !important;
	padding:5px 0 14px 0;
	}
.footer_menu a{
	color:#fff;
	padding:0 5px;
	}
.footer span{
	padding-right:50px;
	font-size:10px;
	}


table.cover {
     border:1px solid; 
     margin-right:10px; 
     margin-bottom:10px; 
     background-color: #ECECEC; 
     border-color: black; 
     height: 220px;
     width: 320px;
     max-width: 320px;
     
}
