body{
	font-family: Trebuchet MS, sans-serif;
	font-size:11px;
	color:#313131;
	background:#fff;
}

/*- Class styling--------------------------- */
h1.wellcome {font-size: 25px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: 3px;
line-height: 1.2em;
margin:5px 0 5px 0;}
h1.categorybar {width:175px; height:30px; background:#f2f2f2; color:#313131; font-weight:bold; line-height:30px; padding-left:15px; margin:0 0 18px 0; font-size:14px;}
h1.cartbar{width:175px; height:30px; background:#f2f2f2; color:#313131; font-weight:bold; line-height:30px; padding-left:15px; margin:0 0 0px 0; font-size:14px;}
h1.marginbar {width:175px; height:30px; background:#f2f2f2; color:#313131; font-weight:bold; line-height:30px; padding-left:15px; margin:25px 0 18px 0; font-size:14px;}
.searchform{width:170px;height:18px;margin:4px 8px 15px 8px;padding:4px 0 0 4px;font-size:11px;font-style:italic;border:1px solid #cecece;}
.form{width:170px;height:16px;margin:0px 0 0 4px;padding:4px 0 0 0px;font-size:11px;font-style:italic;border:1px solid #cecece;}
h1.prodtitle{color:#313131; font-size:13px; margin-top:10px;}
.price {font-size:18px; font-weight:bold; font-family:georgea;}
.send { font-weight:bold; background:#f2f2f2; border:0; margin: 0 0 10px 10px;}

.roundbox{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:180px;
	border:1px solid #d9d9d9;
	padding:5px;
	margin-bottom:10px;
}
hr {color:#cecece;}
#main {
	width:900px;
	margin:0 auto;
}

#header{
	width:900px;
	height:110px;
	background:url(../img/header_new.jpg);
}




/*- Menu--------------------------- */

#tabsE {
	float:left;
	width:100%;
	height:30px;
	font-size:12px;
	letter-spacing:1px;
	line-height:normal;
	margin-top:15px;
}

#tabsE ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabsE li {
	display:inline;
	margin-right:0;
	padding:0;
      }
	
#tabsE a {
	float:left;
  
    padding:0 0px 0 4px;
    text-decoration:none;
}

#tabsE a span {
	float:left;
	display:block;
	padding:6px;
	color:#FFF;
}


    /* IE5-mac hack \*/
#tabsE a span {float:none;}
    /* End IE5-Mac hack */
#tabsE a:hover span {color:#FFF;}
	
#tabsE a:hover {
      background-position:0% -42px;
	  background:url(../img/menubgover.gif) repeat-x;
      }
	  
#tabsE a:hover span {
      background-position:100% -42px;
	  text-decoration:underline;
      }  
	


#left{
	float:left;
	width:190px;
	background:#fafafa;
	margin:5px 10px 0 0;
}
#left p {padding:5px; line-height:16px; font-size:12px;}
#middle{
	float:left;
	width:500px;
	background:#fff;
	margin:5px 10px 20px 0px;		
}
#middle p {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#right{
	float:left;
	width:190px;
	min-height:700px;
	background:#fff;
	margin:5px 0 0 0;
}

#right a { margin-right:35px; font-size:14px; font-weight:bold;}
#right a:hover {color:#313131;}



#cart {
	padding:10px 5px 15px 5px;
	line-height:20px;
	font-size:14px;
	margin-bottom:20px;
	background:#fafafa;
}



.prodbox{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:215px;
	border:1px solid #d9d9d9;
	float:left;
	color:#313131;
	margin:15px 20px 5px 0;
	padding:10px 5px 20px 5px;
        height: 332px;

}
.button{
	background:#f7f7f7;
	padding: 2px 10px;
	margin: 0 5px;
	font-weight: bold;
	color:#ee6b08;
}
.prodinfo{
	margin:5px 0 10px 0;
	padding: 5px 0 5px 0;

}
.arrow{
	list-style-image:url(../img/arrow.gif);
	margin-left:25px;
	margin-bottom:20px;
	
}


.listmenu{
	width:160px;
	height:22px;
	margin:0;
	background:#fbfbfb;
	padding:7px 0 0 5px;
	color:#fff;
	border-bottom: 1px solid #f2f2f2;
}
.listmenu a {color:#313131; 	text-decoration:none;  font-size:13px; }
.listmenu a:hover {color:#91ab0f;}











#footer{
	width:1000px;
	background:#fff;
	margin:100px  auto 20px auto;
	clear:both;
	border-top: 1px solid #cecece;
}
#footer p { padding: 10px 0 0 10px;  color:#313131;}
#footer a {color:#313131;}
#footer a:hover {color:#91ab0f;}



.searchBtn {
    background: url(../../../img/icons/magnifier.png);
    height: 16px;
    width: 16px;
    border: none;
    cursor: pointer;
}

input[type=text]
{
	border:1px solid #d9d9d9;
	width:144px;
	padding:2px 3px;
	font-size:12px;
	color:#383838;
        margin: 2px 0;
}
input[type=password]
{
	border:1px solid #d9d9d9;
	width:144px;
	padding:2px 3px;
	font-size:12px;
	color:#383838;
        margin: 2px 0;
}

h1.welcome {
font-family: Times New Roman,Times,serif; 
font-size: 16px;
}

