body {
font-family: verdana, arial;
font-size: 11px; 
margin-top: 10px;
}
td {
font-family: verdana, arial;
font-size: 11px; 
}

.top_links {

text-align: right;
font-family: verdana, arial;
font-size: 11px;
color: white;
}

.top_links a{

text-align: right;
font-family: verdana, arial;
font-size: 11px;
color: white;
text-decoration: none;
}

.top_links a:vistited{
text-align: right;
font-family: verdana, arial;
font-size: 11px;
color: white;
text-decoration: none;

}

.top_links a:hover{

text-align: right;
font-family: verdana, arial;
font-size: 11px;
color: black;
background: white;
text-decoration: none;

}

.page_header {
text-align: left;
font-family: arial, verdana;
font-size: 24px;
color: #3399cc;
font-weight: bold;

}

.header_line td {

}

.products_left_menu_header {
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #376376;
	color: white;
	border: 1px solid #cccccc;
	font-weight: bold;
	text-align: center;
	padding: 2px;

}
.products_cat_header {
	font-family: verdana, arial;
	font-size: 16px;
	color: #FF9C00;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;

}
.product_name {
	font-family: verdana, arial;
	font-size: 14px;
	color: #3399cc;
	font-weight: bold;
	padding: 2px;
}

.product_image {
	width: 205px;
	vertical-align:top;
	border-bottom:1px dashed #cccccc;
	padding-bottom:5px;
}
.product_descr {
	vertical-align:top;
	border-bottom:1px dashed #cccccc;
	padding-bottom:5px;
	text-align: left;
	width: 100%;
}

