@charset "windows-1251";
/* CSS Document */

.searchButton {
	text-align: right;	
}

#formAreaHeader {
	text-decoration: underline;	
}

#formParameters {
	font-size: 11px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#formParameters td {
	padding: 2px;
}

#formParameters tr.row0 {
	background-color: #F9F9F9;	
}

.jqmWindow {
	z-index: 10000;	
}

.quickSearchHeader {
	padding: 5px 0;
	position: relative;
}

#searchTable {
	overflow: auto;
	width: 100%;
	height: 400px;
}

#search,
#properties,
#form {
	width: 100%;
	height: 370px;
	background: #fff;
	margin: 0;
	padding: 0;
}

#properties {
	width: 200px;
	text-align: right;
	padding: 10px;
	border-right: 1px solid #ccc;
}

#form {
	width: 100%;
	text-align: left;
	padding: 5px;
}

ul.propertyList {
	margin-left: 15px;	
}

ul.propertyList {
	list-style: circle;	
	text-align: left;
}

ul.propertyList p {
	font-size: 10px;
	color: #666666;
}

ul.propertyList li.activeType a {
	font-weight: bold;	
}

/* search results */

div.productName {
	margin: 0 0 10px 0;	
}

div.productName a {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

div.productName a:hover {
	text-decoration: none;	
}

div.search {
	background: url("../images/rightarrow.gif") no-repeat 60px 7px;	
}

div.thumbArea {
	float: left;
}

div.productArt {
	color: #666666;
	font-size: 11px;
}

div.thumbArea img {
	border: 0;	
}

div.productDesc {
	font-size: 11px;	
}

div.productPrice {
	color: #cc0000;
	text-align: right;
	margin: 10px 40px 0 0;
}

div.productPrice strong {
	font-size: 16px;
	font-family: Helvetica, Tahoma, Arial;
}

div.typeName {
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial;
	text-align: right;
	margin: 0 0 20px 0;
}

.productSearchRow {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

div.productGroupLink a {
	font-size: 10px;	
}

/* -//- */
