#prodQuestion, #prodCommentForm {
	display:none;
}
#filterHide, #cat_header {
	display: none;
}
#shop_view div {
	float: left;
	padding: 2px 20px 0 0;
}
#filterHide.filterVisible {
	display: inline;
}
#filterShow.filterVisible {
	display: none;
}
.prod_images {
	float: right;
}
.prod_details {
}
.status2 {
	color: #00ff01;
}
.status3 {
	color: #fb3f3e;
}
.status5 {
	color: #18b400;
}
td {
	vertical-align: top;
}
/*
table input, table textarea {
	border: 2px solid #ccc;
	background-color: #fff;
	color: #000;
	font-family: inheited;
	overflow: auto;
	width: 100%;
}
*/
.submit {
	background-color: #ccc;
	font-weight: bold;
	width: auto;
}
.versions .even td, .versions th {
	background-color: #eee;
}
.submit {
	margin-left: 10px;
	vertical-align: middle;
}
.catMain, .prodList {
	margin: 0;
	padding: 0;
}
.catMain li, .prodList li {
	display: block;
	float: left;
	width: 200px;
	height: 270px;
	text-align: center;
}
.catMain li {
	margin-bottom: 10px;
}
.catMain h2 a {
	background: url(/img/item.png) no-repeat center right;
	padding-right: 15px;
}
.catMain a {
	color: #000;
	text-decoration: none;
}
.catMain li h3, .catMain li p, .prodList li h3, .prodList li p {
	padding: 0;
	margin: 0;
}
.catMain li span, .prodList li span {
	display: block;
}
#prod_form select {
	position: relative;
	z-index: 0;
}
#pricesGrid {
	background-color: #eee;
	border: 1px solid #aaa;
	width: 150px;
}
#pricesGriidWrap th {
	text-align: center;
}
#pricesGriidWrap td {
	background-color: #fff;
	padding: 2px 4px;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
#optDesc {
	position: absolute;
	font-size: .85em;
	display: none;
	z-index: 100;
	width: 300px;
	overflow: hidden;
}
#optDesc * {
	margin: 0;
}
#optDesc p, #optDesc h1, #optDesc h2, #optDesc h3, #optDesc h4 {
	padding: .5em 0;
}
#optDesc .optDesc {
	border: 1px solid #555;
	border-width: 1px 1px 1px 0;
	margin-left: 14px;
	background-color: #fff;
	padding: 0 .5em;
}
#optDesc .border {
	background: url(/img/tipBottom2.png) no-repeat;
	width: 14px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
