/**
 * version: 1.0
 * author: negatyve.com
 * author uri: http://www.negatyve.com/
 * © 2008 negatyve.com | all rights reserved
**/


/**********************/
/* OFFERS LIST STYLES */
/**********************/


#offers-list
{
	position: relative;
	float: left;
	width: 600px;
	border:  0;
	padding: 0;
}
#offers-list thead tr
{
	height: 35px;
}
#offers-list tr
{
	height: 51px;
}
#offers-list tr, #offers-list td
{
	margin:  0;
	border:  0;
	padding: 0;
}
#offers-list tr.row-odd td
{
	background-color: #edf0ff;
}
#offers-list tr.row-even td
{
	background-color: #ffffff;
}
#offers-list thead th
{
	background: url( '../layout/offers-list-title-background.png' ) repeat-x top left;
	height: 35px;
}
#offers-list thead th.compare
{
	/*background: #edf0ff none;*/
}
#offers-list thead th.compare, #offers-list thead th.promo, #offers-list thead th.suggested
{
	width: 30px;
}
#offers-list thead th.price, #offers-list thead th.speed, #offers-list thead th.promo
{
	width: 100px;
}
#offers-list thead th.provider
{
	width: 150px;
}
#offers-list thead th.name
{
	width: 260px;
}
#offers-list td
{
	background: url( '../layout/dotted-offers-list-background.gif' ) repeat-y top left;
}
#offers-list td.compare
{
	background: none;
	text-align: center;
}
#offers-list th a
{
	padding-left: 10px;
}
#offers-list td a
{
	padding-left: 10px;
}
#offers-list th a
{
	color: #ffffff;
}
#offers-list td a
{
	color: #0045b1;
	text-decoration: none;
}
#offers-list td a:hover
{
	text-decoration: underline;
}
#offers-list td.name p
{
	padding: 0;
	height: 51px;
	width: 250px;

	line-height: 51px;
	background-position: center right;
	background-repeat: no-repeat;
}
#offers-list td.name a
{
	font-size: 12px;
	font-weight: bold;
}
#offers-list td.price, #offers-list td.speed, #offers-list td.promo
{
	color: #707070;
	text-align: center;
	font-size: 11px;
}
#offers-list td.offer-promoted p,
#offers-list td.offer-suggested p
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
	padding: 0;
	left: 6px;
}
#offers-list td.offer-promoted p
{
	background-image: url( '../layout/offers-list-icon-promoted.gif' );
}
#offers-list td.offer-suggested p
{
	background-image: url( '../layout/offers-list-icon-suggested.gif' );
}
#offers-list td.domain-business p
{
	background-image: url( '../layout/offers-list-icon-business-large.gif' );
}
.sort-links a.ordered-asc,
.sort-links a.ordered-desc
{
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
}
.sort-links a.ordered-asc
{
	background-image: url( '../layout/sort-direction-asc.gif' );
}
.sort-links a.ordered-desc
{
	background-image: url( '../layout/sort-direction-desc.gif' );
}
.empty-offers-list
{
	background: #edf0ff;
	width: 600px;
	padding: 20px 0;

	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}


/***************************/
/* OFFERS LIST FOOT STYLES */
/***************************/


.offers-list-compare-button
{
	width: 600px;
	height: 54px;
	background: #e5e5e5 url( '../layout/offers-list-foot-arrow.gif' ) no-repeat top left;
}
.offers-list-compare-button a
{
	display: block;
	position: absolute;
	float: left;
	width: 83px;
	height: 27px;
	background: url( '../layout/compare-offers-button.png' ) no-repeat top left;

	text-align: center;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
}
.offers-list-compare-button a.compare-button
{
	top: 15px;
	left: 50px;
}
.offers-list-pager-container
{
	width: 600px;
	height: 24px;
	background: url( '../layout/offers-list-pager-background.png' ) repeat-x top left;

	text-align: center;
	line-height: 24px;
}
.offers-list-pager
{
	/*
	position: static;
	float: none;
	margin: 0 auto;
	*/
	position: relative;
	float: right;
	right: 10px;
}
.offers-list-pager li
{
	display: inline;
	position: static;
	float: none;
}
.offers-list-pager span
{
	padding: 0 2px;
}
.offers-list-pager a
{
	color: #707173;
	text-decoration: none;
}
.offers-list-pager .selected-page
{
	color: #444444;
}
.offers-list-pager a:hover
{
	text-decoration: underline;
}
.offers-list-pager .prev-page a,
.offers-list-pager .next-page a
{
	font-weight: bold;
}
.offers-list-legenda
{
	position: relative;
	float: right;
	right: 0;
	padding-top: 5px;
}
.offers-list-legenda li
{
	height: 18px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 24px;
	padding-right: 20px;

	line-height: 18px;
	color: #949494;
}
.offers-list-legenda li.business
{
	background-image: url( '../layout/offers-list-icon-business.gif' );
}
.offers-list-legenda li.promoted
{
	background-image: url( '../layout/offers-list-icon-promoted.gif' );
}
.offers-list-legenda li.suggested
{
	background-image: url( '../layout/offers-list-icon-suggested.gif' );
	padding-right: 0;
}
p.offers-list-info
{
	padding: 0 0 0 10px;
	font-size: 11px;
}
p.offers-list-info .dark
{
	color: #444444;
	font-weight: bold;
}


/*******************************/
/* COMPARE LIST SUMMARY STYLES */
/*******************************/


#compare-list-summary .foot-link-container
{
	height: 30px;
	line-height: 25px;
	background-position: bottom left;
	text-align: center;
	overflow: hidden;
}
#compare-list-summary .foot-link-container ul
{
	background: none;
	width: auto;
	float: right;
	right: 15px;
}
#compare-list-summary .foot-link-container li
{
	width: auto;
	padding: 0;
	left: 0;
	height: auto;
	background: none;
	line-height: 25px;

	text-align: left;
}
#compare-list-summary .foot-link-container li.list-clear-button
{
	text-align: right;
}
#compare-list-summary .foot-link-container a
{
	padding: 0 4px;

	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #2062c8;
}
#compare-list-summary .foot-link-container li.list-clear-button a
{
	background: url( '../layout/compare-list-buttons-separator.gif' ) no-repeat center right;
}
#compare-list-summary h3
{
	background-image: url( '../layout/side-panel-head-background-green.png' );
	height: 32px;
	line-height: 37px;
	overflow: hidden;
}
#compare-list-summary .compare-items li
{
	height: auto;
	line-height: 30px;
}
#compare-list-summary .compare-items li a
{
	position: relative;
	float: left;
	background: url( '../layout/compare-remove-button.png' ) no-repeat center left;
	padding-left: 20px;
	left: 10px;
}
#compare-list-summary .compare-items li a span
{
	font-weight: normal;
	font-size: 11px;
}
#compare-list-summary .compare-items li.empty-list
{
	text-align: center;
	color: #999999;
}
