html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,ul{
	margin-left: 10px;
}

li{
	margin-left: 25px;
}

a{
	color: #52504e;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #766ba2;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

fieldset{
	border: none;
	padding:0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575654;
	background-color: #ffffff;
}

input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575654;
	margin:1px;
}

input.error, textarea.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575654;
	border:1px solid red;
	margin:1px;
}

legend{
	color: #575654;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

div.title_medium{
	margin-top:0px;
	margin-bottom:5px;
	color: #52504e;
	font-size: 15px;
	font-weight:bold;
}

.text{
	color: #555555;
	text-align: justify;
	font-size:12px;
	margin-right:15px;
}


a.catalog_title, a.catalog_title:hover, div.title{
	margin-top:3px;
	margin-bottom:10px;
	color: #52504e;
	font-size: 18px;
	font-weight:normal;
}

div.title_small{
	font-weight: bold;
	color: #52504e;
	font-size: 13px;
}

a.top_menu {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div.top_menu {
	margin:9px 0px 0px 0px;
	text-align:center;
}

a.top_menu:hover {
	color: #bFbFbF;
	text-decoration: none;
	text-transform: uppercase;
}
a.bottom_menu {
	color: #222222;
	text-decoration: none;
}

a.bottom_menu:hover {
	color: #bFbFbF;
	text-decoration: none;
}

div.catalog_off{
	background:url('/images/catalog_off.png') no-repeat;
	width: 190px;
	height: 21px;
	margin-top: 15px;
}

div.catalog_on{
	background: url('/images/catalog_on.png') no-repeat;
	width: 190px;
	height: 21px;
	margin-top: 15px;
}

div.catalog_off a{
	margin-left:23px;
	color: #52504e;
}
div.catalog_on a{
	margin-left:23px;
	color: #ffffff;
}
div.catalog_off a:hover{
	color: #766ba2;
}

img.catalog_icon{
	border: 1px solid #8F8F8F;
	margin:4px;
}

td.item{
	text-align:center;
	height:146px;
	width:177px;
	padding-bottom:13px;
	vertical-align:top;
}
a.product_thumb,a.product_thumb:hover{
	color: #B21B12;
}

td.size{
	text-align:center;
	padding:2px 8px 2px 8px;
}