/*
 * $Id: shop.css 103 2009-09-18 15:00:25Z alex $
 */

/* Override processContent layout */
div.processedContent {
	padding: 0;
	margin-right: 0;
}

div.shopBody {
	padding: 20px;
}

/* Common shop layout*/
h3.shopTitle {
	background-color: #525252;
	color: #ffffff;
	margin: 0;
	padding: 4px;
	font-size: 1.2em;
}

a.qfSubmitButton {
	color: #525252;
	background-color: #ffffff;
	border: 1px solid #525252;
	padding: 1px 10px;
	text-align: center;
}

a.selected {
	font-weight: bold;
}
a.selected:hover {
	cursor: default;
}

a.shopButton:hover, a.qfSubmitButton:hover {
	text-decoration: none;
}

/* Category Layout Start */
div.shopSeparator {
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
	height: 20px;
	border-top: 1px solid #125089;
}



/* End Shop overview table style */

div#shopCategoryOverview {
	float: left;
}

div.shopProduct {
	position: relative;
	float: left;
	width: 194px;
	height: 154px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 0 1px 0 1px;
	background: #fff url(../images/shop/category_bg.png) no-repeat scroll 0 0;
}

div.isLast {
	margin-right: 0px;
}

div.shopProduct h4 {
	text-align: right;
	margin: 0 0 0 0;
}


div.shopProduct h4 a {
	display: block;
	height: 24px;
	width: 165px;
	color: #484848 !important;
	letter-spacing: -1px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	padding: 9px 32px 0 0;
}

div.shopProduct div.rootWithSubs {
	width: 194px;
	height: 118px;
	position: relative;
}

div.rootWithSubs div {
	position: absolute;
	width: 186px;
	top: 0px;
	left: 0px;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#content_wrapper_shop #main_content_block div.rootWithSubs div a {
	color: #6d6d6d;
}

div.rootWithSubs img {
	opacity: 0.3;
	filter:alpha(opacity=30); /* IE patch */
}

div.subCategories {
	padding: 0;
	margin: 0 0px 0 1px;
	height: 118px;
	line-height: 1.2em;
}

div.hasSubCategories {
	opacity: 0.3;
}

div.subCategories a.viewCategory {
	display: block;
	height: 118px;
	width: 194px;
	text-decoration: none;
}

div.subCategoryLinks {
	position: absolute;
	top: 33px;
	padding: 5px 0 0 8px;
	margin: 0 5px 0 1px;
	height: 113px;
	overflow: auto;
	line-height: 1.2em;
	width: 182px;
	overflow: auto;
}

div.subCategoryLinks a {
	color: #616161 !important;
}

/* form markup */
form.shopForm input.contact,
form.shopForm textarea.contact {
	background-color: #F0F1F3;
	border: 1px solid #F0F0F2;
	color: #555;
	width: 256px;
	height: 20px;
	padding: 5px 2px 2px 5px;
	font-family: Arial, Verdana, Helvetica,'sans-serif';
	font-size: 12px;
	margin-bottom: 3px;
	vertical-align: middle;
}

form.shopForm textarea.contact {
	height: 60px;
}

form.shopForm td.key {
	width: 200px;
	font-weight: normal;
	vertical-align: middle;
}
form.shopForm input.submit {
	width: 200px;
	height: 25px;
	background-color: #9A0056;
	font-family: tahoma;
	color: #fff;
	text-align: right;
	padding-right: 2em;
	border-width: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
}

span.required {
	color: red;
}
