div.more
{
	margin: 15px;
	
	text-align: right;
}

/*** Show ***/

#offers-show div.base-info,
#offers-show div.requirements-info
{
	float: left;
	
	width: 49%;
}

#offers-show h2
{
	margin: 0px;
	padding: 0px;
}

#offers-show div.position
{
	margin-top: 20px;
}

#offers-show div.position h3
{
	margin: 0px;
	padding: 0px;
	
	font-size: 20px;
	font-weight: normal;
	
	color: #456aa3;
}

#offers-show div.date
{
	float: left;
	
	margin: 0px 5px 20px 0px;
	
	color: #cc0000;
}

#offers-show table.details
{
	width: 100%;
	
	font-size: 12px;
	
	border-top: 1px solid #9999dd;
	border-left: 1px solid #9999dd;
}

#offers-show table.details th,
#offers-show table.details td
{
	padding: 4px;
	
	border-right: 1px solid #9999dd;
	border-bottom: 1px solid #9999dd;
}

#offers-show table.details th
{
	width: 100px;
	
	text-align: left;
	
	color: #ffffff;
	
	background-color: #456aa3;
}

/*** Categories + SearchOffers ***/
#offers-searchoffers div.offer,
#offers-category div.offer
{
	float: left;
	margin: 5px;
	padding: 2px;
	
	width: 340px;
	_width: 350px;
	
	border: 1px solid #9999dd;
	
	background: #f3f3ff;
}

#offers-searchoffers div.offer div.number,
#offers-category div.offer div.number
{
	padding: 2px;
	
	font-size: 12px;
	
	text-align: center;
	
	color: #ffffff;
	
	background: #456aa3 url('../../../layout/button-more-bg.gif') repeat-x;
}

#offers-searchoffers div.offer table,
#offers-category div.offer table
{
	width: 100%;
	
	text-align: center;
}

#offers-searchoffers div.offer table td,
#offers-category div.offer table td
{
	width: 50%;
}

#offers-searchoffers div.offer table th.date,
#offers-category div.offer table th.date
{
	color: #cc0000;
}

#offers-searchoffers div.offer div.more,
#offers-category div.offer div.more
{
	margin: 10px 3px 3px 0px;
	
	text-align: right;
}

/*** SearchForm ***/
#offers-searchform
{
	width: 100%;
}

#offers-searchform table
{
	margin: 10px 0px;
	
	width: 100%;
	
	font-size: 12px;
	
	border-top: 1px solid #9999dd;
	border-left: 1px solid #9999dd;
}

#offers-searchform table th
{
	width: 150px;
	
	text-align: left;
	
	color: #ffffff;
	
	background-color: #456aa3;
}

#offers-searchform table th,
#offers-searchform table td
{
	padding: 4px;
	
	border-right: 1px solid #9999dd;
	border-bottom: 1px solid #9999dd;
}

