@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Comic Sans;
	font-size: 80%;
}

a {
	color: #4070a9;
	text-decoration: none;
}

a:hover {
	color: darkorange;
	text-decoration: underline;
}


#wrapper {
	background-color: #3f84d6;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#header_wrapper {
	width: 100%;
	height: 145px;
	background: url('images/top_fill.jpg');
	background-repeat: repeat-x;
	margin: 0;
}

#header {
	width: 978px;
	height: 145px;
	background: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position:center;
	margin: 0 auto;
}

#header img {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -163px;
	border:none;
}

	#search {
		width: 200px;
		float: right;
		margin-top: 84px;
		color: #FFF;
	}

#bar {
	width: 978px;
	height: 32px;
	background: url('images/bar_top.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
}

	#bar_left {
		width: 400px;
		padding-left: 5px;
		padding-top: 6px;
	}
	
	#bar_right {
		width: 500px;
		float: right;
		max-height: 18px;
		vertical-align:top;
		padding-right: 5px;
		padding-top: 6px;
		text-align: right;
		display: block;
	}
	
	#bar_right text {
		padding-top: 5px;
	}

#main {
	width: 978px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	background-image: url('images/bg.jpg');
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
}

	.clearboth {
		clear: both;
		font-size: 0%;
	}

#left {
	float: left;
}

	.module {
		width: 184px;
		background-color: #f2f6fb;
		margin-bottom: 12px;
		margin-top: 8px;
		margin-left: 8px;
	}
	
		.module_header {
			width: auto;
			height: 28px;
			background: url('images/module_head_new.jpg');
		}
		
			.mod_icon {
				width: 35px;
				padding-left:12px;
				padding-top: 3px;
				float: left;
			}
			
			.mod_title {
				padding-top: 5px;
				/*font-family: "Times New Roman", Times, serif;*/
				font-family: sans-serif;
				font-size: 100%;
				font-weight: bold;
				color: #4070a9;
			}
		
		.mod_content {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			padding-bottom: 10px;
			border-right: 2px solid #c9daf4;
			border-left: 2px solid #c9daf4;
			border-bottom: 2px solid #c9daf4;
			color: #5b5b5b;
		}

#right {
	float: right;
}

#left, #right {
	width: 200px;

	height: 100%;
	z-index: 100;
}

#content {
	width:auto;
	min-height: 542px;
	_height: 542px;
	
	/*padding-left: 20px;
	border-left: 2px solid #f2f6fb;
	border-right: 2px solid #f2f6fb;
	padding-right: 20px;*/
	margin-left: 210px;
	margin-right: 210px;
	padding-top: 1px;
	color: #5b5b5b;
	z-index: -1;
}

#image_float {
	float: right;
	border: 1px solid #4070a9;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}

h1 {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	word-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	font-weight: normal;
	font-size: 160%;
	color: #4070a9;
}

h2 {
	margin-top: 25px;
	margin-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #4070a9;
	border-bottom: 1px solid #4070a9;
	width: auto;
	font-weight: normal;
}

em {
	font-style:normal;
	font-weight:bold;
}

.titlehelp {
	float: right;
	margin-top: 5px;
	font-size: 60%;
	letter-spacing: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.header_2 {
	margin-top: 25px;
	margin-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #4070a9;
	border-bottom: 1px solid #4070a9;
	width: auto;
	font-weight: normal;
	font-size: 140%;
}

	.header_2 img {
		padding-right: 5px;
	}

	#title {
		width: auto;
		background: url('images/title_fill_new.jpg');
		background-repeat: repeat-x;
		height: 36px;
		margin-bottom: 15px;
	}
	
		#title_left {
			float: left;
			background: url('images/title_left_new.jpg');
			width: 18px;
			height: 36px;
		}
		
		#title_right {
			float: right;
			background: url('images/title_right_new.jpg');
			width: 20px;
			height: 36px;
		}

#notice {
	text-align: center;
	background-color: #f2f6fb;
	border: 2px solid #c9daf4;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#legend {
	text-align: center;
	background-color: #f2f6fb;
	border: 2px solid #c9daf4;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}	

#notice_2 {
	text-align: center;
	background-color: #f2f6fb;
	border: 2px solid #c9daf4;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

	#notice_2 table tr td{
		padding: 10px;
	}

	#notice img {
		padding: 10px;
	}
	
	#notice table, #notice td {
		padding: 0px;
	}
	
	.fleft {
		float: left;
	}	
	.fright {
		float: right;
	}

#adverts {
	float: left;
	margin-bottom: 20px;
}

#adverts td {

	vertical-align:top;

}

#advert_1, #advert_2, #advert_3, #advert_4, #advert_5, #advert_6 {
	float: left;
	margin: 5px;
	height: 120px;
}

#advert_1 .advert_header, #advert_1 .advert_footer {
	background-color: #c9f4c9;
}

	#advert_1 .advert_information {
		border-left: 2px solid #c9f4c9;
		border-right: 2px solid #c9f4c9;
	}

#advert_2 .advert_header, #advert_2 .advert_footer {
	background-color: #dae8fb;
}

	#advert_2 .advert_information {
		border-left: 2px solid #dae8fb;
		border-right: 2px solid #dae8fb;
	}

#advert_3 .advert_header, #advert_3 .advert_footer {
	background-color: #f3e6bb;
}

	#advert_3 .advert_information {
		border-left: 2px solid #f3e6bb;
		border-right: 2px solid #f3e6bb;
	}

#advert_4 .advert_header, #advert_4 .advert_footer {
	background-color: #edd3ea;
}

	#advert_4 .advert_information {
		border-left: 2px solid #edd3ea;
		border-right: 2px solid #edd3ea;
	}

#advert_5 .advert_header, #advert_5 .advert_footer {
	background-color: #edd3d3;
}

	#advert_5 .advert_information {
		border-left: 2px solid #edd3d3;
		border-right: 2px solid #edd3d3;
	}

#advert_6 .advert_header, #advert_6 .advert_footer {
	background-color: #c3c9ff;
}

	#advert_6 .advert_information {
		border-left: 2px solid #c3c9ff;
		border-right: 2px solid #c3c9ff;
	}

.advert_header {
	padding: 5px;
}

	.advert_place {
		font-size: 120%;
		font-weight: bold;
	}

.advert_information {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}

.advert_footer {
	padding: 4px;
	text-align: center;
}

.advert_information text {
	vertical-align: middle;
}

.single {
	width: 170px;
}

.double {
	width: 350px;
}

.triple {
	width: 530px;
}

.empty {
	display: none;
}

#supplier_adverts_left {
	margin-top: 40px;
	color: #5B5B5B;
}

#supplier_advert_1 {
	margin: 5px;
	width: 99%;
}

#supplier_advert_2, #supplier_advert_3 {
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 184px;
}

#supplier_advert_1 {
	background-color: #dae8fb;
}

#supplier_advert_1 .advert_information {
	border-left: 2px solid #dae8fb;
	border-right: 2px solid #dae8fb;
}

#supplier_advert_2 {
	background-color: #f3e6bb;
}

#supplier_advert_2 .advert_information {
	border-left: 2px solid #f3e6bb;
	border-right: 2px solid #f3e6bb;
}

#supplier_advert_3 {
	background-color: #edd3d3;
}

#supplier_advert_3 .advert_information {
	border-left: 2px solid #edd3d3;
	border-right: 2px solid #edd3d3;
}

#bar_b {
	width: 978px;
	height: 22px;
	clear: both;
	background: url('images/bar_bottom.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
}

	#bar_b_left {
		padding-left: 5px;
		padding-top: 2px;
	}
	
	#bar_b_right {
		font-size: 100%;
		float: right;
		text-align: right;
		padding-right: 5px;
		padding-top: 2px;
	}

#footer {
	width: 100%;
	height: 64px;
	background: url('images/footer_fill.jpg');
	text-align: center;
}

#footer_inner {
	width: 602px;
	height: 54px;
	background: url('images/footer_new.jpg');
	background-position: center;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	color: #FFFFFF;
}

#footer_inner a {
	color: #FFFFFF;
}

.field {
	height: 16px;
	width: 85px;
	font-size: 12px;
}

#sign_in input {
	width: 150px;
}

#top_offers{
	text-align: right;
}

.align_center {
	text-align: center
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -0.5em;
	position: relative;
}
	
ul li {
	background-image:url('images/bullet.png');
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	margin: 0;
}

ol li {
	
}

.linked li:hover {
	background-image:url('images/bullet_hover.png');
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	margin: 0;
}

li a, li a:hover {
	color: #4070a9!important;
	text-decoration: none!important;
}

.submit {
	width: auto;
}

.submit input {
	height: 22px;
	margin-top: 4px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #4070a9;
}

form {
	padding-top: 5px;
	padding-bottom: 5px;
}

.checkboxes {
	padding-top: 10px;
	padding-bottom: 6px;
	display: block;
}

#submenu {
	width: 99%;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #4070a9;
}

#submenu a {
	display: inline;
	background-color: #e1eaf9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 2px;
	max-height: 22px;
	height: 22px;
}

#submenu a:hover {
	border: 1px solid #4070a9;
	padding-left: 5px;
	padding-right: 5px;
	color: #4070a9;
	text-decoration: none;
}

.accountdetails {
	width: 99%;
	padding-bottom: 30px;
}
.accountdetails tr td {
	padding: 6px;
}

.datatable {
	width: 99%;
}

.datatable td {
	padding: 2px;
	margin: 5px;
}

.datatable th {
	background-color: #e1eaf9;
	text-align: left;
	color: #4070a9;
	padding: 5px;
}

/* BUSINESS PROFILE STYLES */

.basic b{
	color: #4070a9;
}

.profile_header {
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #4070a9;
	border-bottom: 1px solid #4070a9;
	font-weight: bold;
	font-size: 100%;
	background-color: #f2f6fb;
	width: 98%;
}

.profile_content {
	padding: 5px;
}

.profile_content b {
	color: #4070a9;
}

#telephone {
	/*float: left;
	margin-right: 50px;*/
}

#images {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #4070a9;
	display:inline-block;
	padding-bottom: 15px;
}

#images img {
	float: left;
	margin: 2px;
	border: 2px solid #4070a9;
}

#images img:hover {
	border: 2px solid darkorange;
}

#type, #address, #telephone, #website {

}

#description {
	margin-top: 15px;
	margin-bottom: 15px;
}

#row1 {
	margin-bottom: 10px;
	height: auto;
	display:inline-block;
}

#opentimes {
	width: 170px;
	float: left;
}

#specialities {
	float: left;
	margin-left: 10px;
	width: 180px;
}

	#speciality {
		width: 99%;
		margin-top: 15px;
	}
	
	#linkback {
		margin-top: 20px;
		text-align: center;
		width: 99%;
	}
	
	#linkback a:hover {
		text-decoration: none;
	}

#attributes {
	float: left;
	margin-left: 10px;
	width: 180px;
}

#row2 {
	margin-bottom: 10px;
	height: auto;
	display:inline-block;
}

#offers {
	float: left;
	width: 360px;
}

#delivery {
	float: left;
	margin-left: 10px;
	width: 180px;
}

#customers {
	width: 39%;
	float: left;
}

#transactions {
	width: 59%;
	float: left;
	margin-left: 10px;
}

#transactions_customer {
	width: 99%;
}

#add_transaction {
	margin-top: 10px;
	display: inline-block;
	width: 99%;
}

.viewall {
	float: right;
	font-size: 90%;
}

#notices, #todaysoffers {
	margin-top: 15px;
}

#notices .profile_content table, #todaysoffers .profile_content table{
	width: 99%;
}

#notices .profile_content table, #todaysoffers .profile_content table td{
	padding-left: 3px;
	padding-right: 3px;
}

.borderbottom td{
	border-bottom: 4px solid #f2f6fb;
}

#themap {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #4070a9;
}

.bigbtn {
	padding: 10px;
	margin-bottom: 5px;
}

.bignumber {
	font-size: 200%;
}