#left_nav{
    display:block;width:215px;background-color:#EDEDEC;border:1px solid #A6A6A5;
    }
#left_nav div{
	padding:5px 0 0 5px;font-size:16px;font-weight:bold;
}
#left_nav a, a:visited, a:active, a:link{
	color:black;text-decoration:none;font-size:12px;font-weight:bold;padding-left:5px;
}
#left_nav a:hover{
	text-decoration:underline;
}

#left{
float:left;width:215px;
}
#search {
	margin-left:10px;margin-top:5px;display:block;float:left;
}

#search span{
	float:left;color:red;padding-top:3px;font-size:13px;font-weight:bold;
}

#search .words{
	float:left;width:100px;margin:3px;height:15px;font-size:12px;
}
#search .butt{
	float:left;width:25px;margin:3px;height:15px;background-color:transparent;color:red;border:0;font-size:13px;font-weight:bold;cursor:pointer;
}

.category1{
float:left;padding:0;width:175px;height:121px;overflow:show;cursor:pointer;
}
.category2{
float:left;padding:0;width:174px;height:121px;overflow:show;cursor:pointer;
}
.category1 img{
border:1px solid transparent;
}
.category1 img:hover{
border:1px solid red;
}
.category2 img{
border:1px solid transparent;/*margin-left:-2px;margin-top:-2px;*/
}
.category2 img:hover{
border:1px solid red;
}

.subcat_item:hover{
    border:7px groove #A6A6A5;#border:7px groove #DDDDDD;
}

.tableprod{
 border:1px solid #A6A6A5;border-top:none;margin-left:10px;margin-top:10px
}
.tableprod .head1{
background-color:#EDEDEC;border:1px solid #A6A6A5;border-left:none;border-right:none;font-weight:bold
}

.tableprod .head2{
background-color:black;color:white;font-weight:bold;text-align:center;font-size:14px;
}

#content{
float:left;width:740px;display:block;margin-left:5px;
}

#content a, a:visited{
color:black;text-decoration:none;font-size:14px;font-weight:none;
}
#content a:hover{
text-decoration:underline;
}
