/**
 * Форма поиска
 */
form.searchForm {
	margin: 0px;
	padding: 0px;
	position:relative;
}
form.searchForm h3 {
	margin: 10px 10px 0px 10px;
}
form.searchForm table.collections {
	margin: 10px 10px 0px 10px;
	width: 300px;
}
form.searchForm div.collection {
	text-align: center;
	margin-right: 2px;
	padding: 5px 5px;
	border: 1px solid rgb(189, 196, 227);
	background-color: rgb(211, 218, 255);
	cursor: pointer;
}
form.searchForm div.activeCollection {
	text-align: center;
	margin-right: 2px;
	padding: 5px 5px;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(132, 146, 209);
	background-color: rgb(132, 146, 209);
}
form.searchForm input.searchQuery {
	margin: 0px 10px 10px 0;
	width: 300px;
	border: 1px solid rgb(189, 196, 227);
	left:10px;
	position:relative;
	z-index:500px;
}
form.searchForm input.searchButton {
	margin: 0px 10px 10px 0px;
	background: #8390C9;
	color: #FFFFFF;
	border: 1px normal #424D73;
}

/**
 * Блок результатов поиска
 */
td.searchBox {
	padding-left: 10px;
}
div.searchControl {
	margin: 8px 0px 10px 0px;
	color: rgb(115, 115, 115);
}
div.searchContent {
	margin-bottom: 20px;
	width: 100%;
}
div.searchContent div.sortTypePanel {
	margin-bottom: 20px;
	color: rgb(115, 115, 115);
}
div.searchContent p.spelling {
	margin-top: -15px;
	margin-bottom: 20px;
}
div.searchContent div.searchItems {
}
div.searchContent div.searchItems div.searchItem {
	margin-bottom: 20px;
}
div.searchContent div.searchItems div.searchItem div.searchItemTitle {
	margin-bottom: 5px;
}

/**
 * Блок информации о программе в списке результатов поиска
 */
table.searchItem {
	width: 100%;
}
table.searchItem td {
	vertical-align: top;
	padding-left: 10px;
}
table.searchItem td.picture {
	padding-left: 0px;
}
table.searchItem td.picture img {
	width: 70px;
	border: 0px;
}
table.searchItem td.title {
	padding-bottom: 5px;
}
table.searchItem td.path {
	padding-bottom: 10px;
	color: rgb(128, 128, 128);
}
table.searchItem td.path a:active, table.searchItem td.path a:link, table.searchItem td.path a:visited {
	color: rgb(128, 128, 128);
	text-decoration: underline;
}
table.searchItem td.path a:hover {
	color: rgb(128, 128, 128);
	text-decoration: none;
}
table.searchItem td.description {
	vertical-align: top;
	padding-bottom: 15px;
}
table.searchItem td.price {
	vertical-align: top;
	padding-bottom: 20px;
}
table.searchItem td.price span.price {
	color: rgb(185, 0, 0);
	font-weight: bold;
}
table.searchItem td.price span.bold {
	font-weight: bold;
}
table.searchItem img {
	margin-bottom: 18px;
}

/**
 * Сообщение о пустом результате поиска
 */
div.searchEmpty {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 4px solid rgb(132, 146, 209);
}
div.searchEmpty span.searchCollection {
	font-weight: bold;
}
div.searchEmpty span.searchQuery {
	font-weight: bold;
	color: rgb(13, 131, 188);
}

/**
 * Сообщение о результате поиска по другим коллекциям
 */
div.searchOthers {
	padding-left: 14px;
}
div.searchOthers div.searchOthersAllPagesCount {
	font-weight: bold;
}
div.searchOthers div.searchOthersPagesCount {
	padding: 10px 0px 10px 10px;
}
div.searchOthers div.searchOthersPagesCount div.item {
}

/**
 * Результаты поиска по softline.ru
 */
table.searchSoftlineContent {
	border: 1px solid rgb(203, 207, 223);
}
table.searchSoftlineContent tr.title td {
	padding: 5px 10px;
	border-bottom: 1px solid rgb(203, 207, 223);
	background-color: rgb(237, 238, 244);
}
table.searchSoftlineContent tr.content td {
	padding: 10px 10px 0px 10px;
}
table.searchSoftlineContent tr.link td {
	padding: 0px 10px 10px 10px;
	text-align: right;
}
table.searchSoftlineContent span.searchQuery {
	font-weight: bold;
	color: rgb(13, 131, 188);
}

div.wishFormErrors {
	padding: 5px 0px 10px 0px;
	color: rgb(150, 50, 50);
}
div.wishFormSuccess {
	padding: 5px 0px 10px 0px;
	color: rgb(50, 150, 50);
}

table.keymatch {
	color: #424242;
	background-color: #fef9d7;
	border: solid #dddddd 1px;
}

table.keymatch td{
	color: #424242;
	background-color: #fef9d7;
	padding: 10px;

}
table.keymatch td span.a{
	display: block;
	font-size: 90%;
	padding-top: 5px;
}

table.keymatch td a{
	font-weight: bold;
}

/* 7 years TODO:remove */
.searchForm .b-img-ribbons {
	position:absolute;
	right:0;
	top:-19px;
}
@-moz-document url-prefix(){
	.searchForm .b-img-ribbons {
		top:17px;
	}
}
