#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;
	padding: 0 0 5px 5px;
	background-color: #fff;
	text-align: center;
}
.prod_details {
}
.status2 {
	color: #0a0;
}
.status3 {
	color: #fb3f3e;
}
.status5 {
	color: #18b400;
}
.status6 {
	color: #e9a221;
}
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;
	vertical-align: middle;
}
.versions {
	border: 2px solid #777;
	border-width: 2px 2px 2px 0;
}
.versions .even td, .versions th {
	background-color: #eee;
}
.versions td, .versions th {
	border-left: 2px solid #777;
}
.versions .statusTxt {
	background-color: #faa !important;
}
.versions .statusAvailable {
	background-color: #afa !important;
}
.comment {
	background-color: #eee;
	border: 2px solid #eee;
	margin: 5px 0;
}
.comment_head {
	padding: 4px 0 4px 4px;
	font-weight: bold;
}
.comment_head span {
	float: right;
	font-weight: normal;
	font-style: italic;
	color: #888;
	margin-right: 4px;
}
.comment p {
	padding: 0;
	background-color: #fff;
	display: block;
	padding: 4px;
	margin: 0;
}
.prod_details .price {
	color: #f00;
	font-size: 1.1em;
	margin-top: 1em;
	font-weight: bold;
}
.prod_details .oldPrice span {
	text-decoration: line-through;
}
#hintCat dt {
	width: 200px;
	margin: 0;
	padding: 0;
}
#hintCat dt a {
	padding: .5em;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-right: 8px;
	text-decoration: none;
	display: block;
}
#hintCat dt.selected {
	background: url(/img/hintSelected.png) no-repeat right center #e9e9e9;
}
#hintCat dt.selected a {
	border-right: 0;
}
#hintCat dd {
	position: absolute;
	top: 0;
	margin: 0 0 0 220px;
	padding: 0;
	display: none;
}
#fancy_ajax #content_margin {
	background: transparent !important;
}
#prodContactForm {
	margin-top: 10px;
	display: inline-block;
}
