/*------------------------------------------------------------------------------------------------------------
CSS FOR ADVERTISING + SIGN-UP COLUMN
This CSS will ONLY effect the advertising, search + signup area
-------------------------------------------------------------------------------------------------------------*/


/*AFFECTS TEMPLATE(S)
-------------------------------------------------------------------------------------------------------------*/
/*sets td with which will hold log-in / search / adverts etc*/
#advert_td {
	width: 140px;
	background-color: #CFEBFE;
	height: 100%;
}
/*class created to give the td a background incase the log-in or search overflows 
and causes the table cells they sit in to expand*/
td.feature_td {
	background-image:url("/assets/images/advertising_area/blue_title_bg.jpg");
	background-repeat: repeat-x;
}

/*AFFECTS INCLUDE: advertising.inc
-------------------------------------------------------------------------------------------------------------*/
/*CSS to render the search & sign-up features*/
.input_area {
	width: 140px;
	background-color: #CFEBFE;
	background-image: url("/assets/images/advertising_area/blue_title_bg.jpg");
	background-repeat: repeat-x;
}
.input_container {
	padding: 8px 8px 20px 8px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.input_field {
	margin-bottom: 5px;
	width: 119px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.search_submit {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.input_checkBox {
	letter-spacing: -1px;
	margin-bottom: 6px;
}
.input_checkBox input {
	margin-bottom: 0px;
}
#advertisingPanels {
	padding: 8px 8px 20px 8px;
}
#adverts_td {
	padding-top:20px;
}
	