div.category_popup{
	background-color: #545454;
	width: 100%;
	background-image: url(/images/bg1.jpg);
	opacity: 0.9;
}

div.category_popup a{
	padding:5px;
	display: block;
	margin:2px;
	width:150px;
	height:20px;
	float:left;
	background-color: inherit;
	color:white;
	font-size: 12px;
	font-weight: bold;
}

div.category_popup div.image_right{
	float:right;
	height:20px;
	cursor:pointer;

}
/*
div.category_popup div.category{
	float:left;
	width:150px;
	margin:2px;
	background-color: inherit;
	background: inherit;

}


div.category_popup a:hover{
	display: block;
	background-color: gray; opacity: 0.7;
	color:black;
}
*/
div.absolute_menu{
	position: absolute;
	top:20px; 
	left:-10px;
	background-color: gray; 
	 border: solid red 1px;
	  display:none;
	
	width:200px;
	z-index:1000;
	
}

div.product_view{
	color: #513E2A;;
}

div.product_view div.name{
	font-weight:bolder;
	font-size: 16px;
	text-align: center;
	padding:5px 0px 5px 10px;
}

div.product_view div.left_image_menu{
	font-weight:bolder;
	width:150px;
	padding:10px;
}

div.product_view div.right_image{
	padding:10px;
	font-weight:bolder;
	font-size: 12px;
	text-align: right;
}

div.product_view div.right_image div.price{
 padding-left: 5px;
 color: black;
}


div.description{
	margin:5px 0px 15px 0px; 

}

div.description div.name{
	font-weight:bolder;
	font-size: 10px;
	background-color: inherit;
	text-align: left;
	padding: 0px 10px 0px 0px;
}

div.description div.desc{
	width:340px;
	background-color: inherit;
}

div.product_list{
	margin:5px;
}

div.product_list div.product_part{
	width: 100px
}

div.product_list div.product_name{
	width:300px;
	padding:0px;
	font-size: 10px;
	font-weight: bold;
}

div.product_list div.short_desc{
	font-size: 10px;
	text-align: justify;
	font-weight: normal;
}

div.product_list div.product_price{
	padding:0px;
	width:70px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

div.product_list div.product_cart{
	padding:0px;
	width:50px;
	text-align: center;
	font-size: 10px;
}

div.list_header_main{
	background-color: rgb(140, 140, 180);
	margin:0px 5px 0px 5px;
	text-align: center;
	color:white;
	font-size: 11px;
}

div.list_header{
	padding:5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
}


/*   EDIT        */

div.edit_product{
}

div.edit_product legend{
	font-weight: bold;
	font-size: 12px;
}

div.edit_product legend input{
	font-size: 9px;
}

div.edit_product fieldset.main_fieldset{
	border: 1px dotted gray;
	background-color:  rgb(240, 240, 245);
}

div.edit_product fieldset{
	border: 1px dotted gray; 
	margin-bottom: 10px;
}
div.edit_product div.param_name{
	font-weight: bold;
	margin-top: 5px;
}

div.edit_product div.price_section{
	margin-left: 20px;
}

div.edit_product div.price_section input{
	width: 100px;
	font-size: 9px;
}

div.edit_product div.parameters_section input{
	width: 200px;
	font-size: 9px;
}

div.edit_back{
	font-size: 13px;
	font-weight: bold;
}
	

li{
cursor: auto;
}


/* SEARCH */

div.left_search{
}

div.left_search div.list_header_main{
	padding: 3px 0px 3px 0px;
}

div.left_search input{
	font-size: 10px;
	margin:2px 8px 10px 8px;
}

div.left_search div.search_label{
	font-size: 10px;
	margin:5px 0px 0px 10px;
}

div.top_search{
	font-size: 10px;
	margin:5px 90px 0px 0px;
}

div.top_search div.search_label{
	font-size: 10px;
	margin:5px 0px 0px 10px;
}

div.top_search input{
	font-size: 10px;
	margin:2px 4px 5px 4px;
}

div.left_category_tree{
	font-size: 11px;
}

div.left_category_tree div.list_header_main{
	padding: 3px 0px 3px 0px;

}

div.navigation{
	font-size: 14px;
}

div.navigation a{
	color: #513E2A;
	
	font-family: monospace;
	font-weight: bold;
}
/* edit */

div.edit_header{
	padding:10px;
}
