
.list_table {
	border-collapse: collapse;
	width: 700px;
}

.list_table_td, .list_table_td_no_bg, .list_table_td_empty {
	vertical-align: top;
	background: white;
	padding: 0;
	padding-right: 14px;
	padding-bottom: 4px;
	background: transparent url(../gfx/catalog/sep-y.gif) repeat-y top right;
}

.list_table_td_no_bg {
	background: none;
}

.list_table_td_empty {
    width: 150px;
    background: none;
}

.list_item_box {
	float: left;
	background: white;
	padding: 4px;
	margin: 0;

	position:relative;

}

.list_item_table {
	width: 150px;
	border-collapse: collapse;
}

.list_item_image {
	height: 160px;
	text-align: center;
	vertical-align: middle;
}


.page_text .list_item_image a img {
	border: 0;
	margin: 0;
}


.list_item_parameters_cell table {
	border-collapse: collapse;
}

.list_item_parameters_cell table td {
    padding: 0;
    padding-left: 6px;
}

.list_item_title {
	font-weight: bold;
	height: 27px;
	text-align: left;
	vertical-align: top;
}

.list_separator {
	clear: all;
	height: 20px;
	width: 100%;
	background: transparent url(../gfx/catalog/catalog_separator.gif) repeat-x center center;
}

.list_item_price_cell {
	vertical-align: bottom;
	padding: 0;
	padding-left: 4px;
	padding-right: 6px;
	height: 30px;
}

.list_item_price {
	color: #ea5c10;
    font-weight: bold;
}

.list_item_price_old_price {
	color: black;
	text-decoration: line-through;
}

.list_item_action_price {
	color: #ea5c10;
	font-weight: bold;
}

.list_item_action_end {
	color: #ea5c10;
	position: absolute;
	bottom: 18px;
	right:6px;
}

.page_text .list_item_more {
	position: absolute;
	bottom: 4px;
	right: 6px;
	color: #ea5c10;
	text-decoration: none;
	
	text-align:right;
}

.list_item_more:hover {
	text-decoration: underline;
}

.list_spacer_x {
	padding: 0;
	margin: 0;
	height: 15px;

	background: transparent url(../gfx/catalog/sep-x.gif) repeat-x 0 3px;
}


.item_count {
	text-align: center;
	padding: 0;
	padding-top: 30px;
	font-weight: bold;
}


/* puslapiu navigacija */

.paging {
	text-align: right;
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1px;
}

.paging span {
	font-weight: bold;
}

.paging_bottom {
	
	padding-top: 20px;
	padding-bottom: 10px;
}

.paging_top {
	padding-bottom: 20px;
    margin: 0;
    margin-bottom: 8px;
	padding-top: 10px;
	background: transparent url(../gfx/catalog/sep-x.gif) repeat-x bottom left;
}

.paging a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.paging a:hover, #paging a.page_active {
	text-decoration: none;
}

.paging a.page_active {
	color: #ea5c10;
}

