* {
	font-family: Tahoma, Arial, Verdana;
}
td, body {
	vertical-align: top;
	font-size: 11px;
}
hr {
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
}
a.left_menu_link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}

a.products_cat_links {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}
input {
	font-size: 10px;
	width: 150px;
}
input.small {
	width: 40px;
}
input.clean {
	width: auto;
}

table.cart_table {
	width: 600px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
}
td.cart_header {
	background-color: #E4E4E4;
	text-align: center;
}