/**
 * CSS related to /pages/home/homePage.jspx
 */

@import url("./imports/general.css");
@import url("./imports/content.css");
@import url("./imports/tab.css");
ul.countries {
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}

ul.countries li {
	list-style: none;
	display: inline;
}

ul.countries a {
	color: #999999;	
}
div.tab p {
	color: #005A7A;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 5px 0px 5px 0px;
}

div.tab p img {
	margin: 0px 10px 0px 0px;
	vertical-align: bottom;
}

div.tab select {
	width: 200px;
}

span.homePageText {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

table.offer {
	background-image: url(../../images/table.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 206px;
}

table.offer td {
	vertical-align: top;
	font-size: 10px;
}

table.offer td.index {
	width: 20px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

table.offer td.img {
	vertical-align: middle;
	text-align: center;
}

table.offer td.img img {
	height: 40px;
	width: 60px;
	border-width: 0px;
}

span.oldprice {
	color: #F00;
	font-style: italic;
	text-decoration: line-through;
	font-size: 10px;
}

span.backPaginatorButtons{
	float: left;
}

span.pageNumbers{
	text-align: center;
	width: 110px;
	float: left;	
}

span.nextPaginatorButtons{
	float: right;
}



select.offerSelectBox {
	margin-bottom: 10px;
	border: 1px solid #F00;
}

div#pageNumbers {
	font-size: 12px;
	text-align: center;
}