#colon1 {/*background:#00FFFF;*/ vertical-align:top; padding-left:22px; width:72%;}
#colon2 {/*background:#00FF00;*/ vertical-align:top; width:36%; padding-left:20px;}
#colon3 {/*background:#FFFF00;*/ vertical-align:top; width:231px; padding-left:20px; }


/************************************************/
/* Таблица выдачи списком                       */
/************************************************/

table.simple-list {
	margin-top: 1em;
	width: 100%;
}

table.simple-list thead {
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	background-color: #5c65A6;
}

table.simple-list thead td {
	padding: 0.4em;
	text-align: center;
	white-space: nowrap;
}

table.simple-list tr.colored {
	background-color: #e7eefe;
}

table.simple-list td, th {
	padding: 0.4em;
	font-size: 0.8em;
}

table.simple-list th {
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
}

table.simple-list td.price {
	text-align: right;
	white-space: nowrap;
}

table.simple-list td.trader {	text-align: center;
}

table.simple-list td.trader a {	text-decoration: none;
	color: #0000aa;
	border-bottom: 1px dashed #0000aa;
	white-space: nowrap;
}
/*
a.b-page {	text-decoration: none;
	border-bottom: 1px solid;
	white-space: nowrap;
}
*/
/************************************************/
/* Таблица выдачи детально                      */
/************************************************/

table.xdb_search_results_detail {
	width: 100%;
	margin: 1em 0 0.5em 0;
}


/* Ячейка изображения позиции выдачи */
table.xdb_search_results_detail td.position_image {	width: 1%;
	vertical-align: top;
	padding: 3px 10px 0px 0px;
}

/* Блок изображения позиции выдачи */
table.xdb_search_results_detail td.position_image div {	border: #D8D8D8 1px solid;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

/* Ячейка данных позиции выдачи */
table.xdb_search_results_detail td.position_data {	vertical-align: top;
	padding: 0px 2px 7px 0px;
}


/* Блок типа позиции выдачи */
table.xdb_search_results_detail td.position_data div.type {
	font-size: 75%;
	padding: 0 0 0.3em 0;
}

table.xdb_search_results_detail td.position_data div.type a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

table.xdb_search_results_detail td.position_data div.type a:visited {
	color: black;
}

table.xdb_search_results_detail td.position_data div.type a:hover {
	color: #0000AA;
}



/* Блок текста позиции выдачи */
table.xdb_search_results_detail td.position_data div.item {
	font-size: 1em;
	padding: 0.3em 0.3em;
	background-color: #f2f2e6;
}

table.xdb_search_results_detail td.position_data div.item a {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #cccccc;
}

/* Блок цены позиции выдачи */
table.xdb_search_results_detail td.position_data div.item_price {
	font-size: 1em;
	line-height: 2.0em;
	font-weight: bold;
	white-space: nowrap;
	font-family:Arial,'Geneva CY',Sans-Serif;
}

/* Пролет продавца позиции */
table.xdb_search_results_detail td.position_data div.item_price span.trader {
	font-size: 0.8em;
}

table.xdb_search_results_detail td.position_data div.item_price span.trader a {	text-decoration: none;
	color: #0000aa;
	border-bottom: 1px dashed #0000aa;
	white-space: nowrap;
}



/* Блок модели */
table.xdb_search_results_detail td.position_data div.model {
	padding: 0.3em 0.3em;
	background-color: #e8e9ec;
	font-size: 1em;
	font-family:Arial,'Geneva CY',Sans-Serif;
}

/* Блок цены модели */
table.xdb_search_results_detail td.position_data div.model_price {	font-size: 0.8em;
	line-height: 2.0em;
	white-space: nowrap;
}

/* Блок цены модели */
table.xdb_search_results_detail td.position_data div.model_description {
	font-size: 0.8em;
	line-height: 1.3em;
}

table.xdb_search_results_detail td.position_data div.model a.all-company {	font-size: 0.8em;
	line-height: 1.4em;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px solid;
}


/************************************************/
/* Страница позиции                             */
/************************************************/

/* картинка слева */
div.limg td {
    border: #D8D8D8 1px solid;
    padding: 5px;
    text-align: center;
}

div.zoom-tool {
	float: right;
	width: 16px;
	height: 16px;
	background: url('http://www.xdb.ru/img/items/zoom-off.gif') no-repeat left top;
	margin: -1px 0 -4px 0;
}

div.limg {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 5px;
/*    behavior:url('/_lib/zoom.htc');} */
}

/* ширина и высота картинки слева */
div.limg table {
	width: 62px;
	height: 75px;
}

/* разделы соответствующие товару по результату выборки */
div.top-sections {	margin: 0 0 1.5em 0;
	line-height: 1.3em;
}
