#centerColumn {
	width: 420px;
	margin: 0 auto;
}

.productsOptions {
	height: 22px;
	line-height: 22px;
	color: #656565;
	position: relative;
	margin-top: 20px;
	background: url(/front/view/images/list_options.gif);
	padding: 0 6px;
	cursor: default;
	clear: both;
	z-index: 3000;
}
p.orderProductsBy {
	position: absolute;
	right: 0;
	width: 245px;
	margin: 0;
	padding: 0;
}
p.orderProductsBy span {
	display: block;
	float: left;
	font-size: 10px;
	padding-right: 12px;
	color: #fff;
}
p.orderProductsBy a {
	display: block;
	width: 110px;
	float: right;
	padding: 0 20px 0 10px;
	color: #737373;
	text-decoration: none;
	font-size: 11px;
}
.productsOptions ul {
	position: absolute;
	background: #fff;
	top: 4px;
	right: 0;
	width: 136px;
	border: 2px solid #ff0066;
	border-top: 0 none;
	display: none;
	margin: 0;
	padding: 0;
}
.productsOptions ul li {
	height: 14px;
	line-height: 14px;
	padding: 0 4px 6px 8px;
	list-style: none;
}
.productsOptions ul a {
	color: #737373;
	text-decoration: none;
	font-size: 11px;
}
.productsOptions ul a:hover {
	color: #ea5390;
}


			#tablebody
			{
				background: url('/front/view/images/back_fereastra_catalog.gif') top left repeat-x #EFEBEC;
			}

			#tablebody a:link, #tablebody a:active, #tablebody a:visited {
				font-weight: 900;
				font-size:11px;
				text-decoration:underline;
				color:#766e71;
			}

			#tablebody a: hover {
				color: #EA5390;
				margin-left: 3px;
			}
