/*
Extra styling not in the template.
This file is linked after the template so should override as needed.
*/




table {
  margin: 1em;
  text-align: left;
}

th, td {
  padding: 2px 15px 2px 0;
}

th {

}

/* ---------------- OVERRIDES ---------------------- */

h1, h2, h3 {text-transform: none}
#logo h2 {color: #372412}
#menu a {text-transform: none}
#footer, #footer a {color:#372412}

/* ---------------- VENUE BROWSING ---------------------- */

#browselist ul {
  list-style: none;
}

#browselist li {
  font-size: larger;
}

.venueleft {
  width: 256px;
  float:left;
  clear:left;
  margin:0;
}
.venueright {
  width: 256px;
  float:left;
  margin:0 0 0 20px;
}

/* ---------------- VENUE DETAILS ---------------------- */



table.address {
/*	border-width: 5px;
	border-color: #FFEA6F;
	background: #FFEA6F;
	color: black;*/
}
table.contact {

}
table.venue {

}
table.charges {

}

/* ---------------- PRODUCTS ---------------------- */

p#prod_desc {
	
}

p#prod_spec {
}

p#prod_personalise {
}

p.prod_pricing {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

img.prod_pic {
/*	display: block;*/
	margin: 0 1em 2em 0;
	border: 5px outset #FFEA6F;
	padding: 0px;
}

#pay_methods {
	margin: 2em 0 0 0;
}

.pay_button {
	background: url(images/button.jpg) no-repeat;
	margin: 2em 0 0 0;
	margin: 2em;
	float:left;
	height:86px;
	width:166px;
}

#pay_google {
	padding: 0;
	margin: 0;
}

#pay_google fieldset {
	margin: 18px 0 0 0;
	padding: 0;
}

#pay_paypal {
	padding: 0;
}

#pay_paypal fieldset {
	margin: 18px 0 0 0;
	padding: 0;
}

#sidebar_prod {
}

#sidebar_prod_pic {
	display: block;
	margin: auto;
}

#terms {
	clear: both;
}

/* ---------------- ALL FORMS ---------------------- */

form {
	text-align:center;
}

form fieldset {
	border: none;
	margin: 15px 0;
	width: 100%;
}
form fieldset fieldset {
	width: 95%;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
form legend {
	font-size:1.4em;
	margin:0;
	padding:0 5px;
	text-align:left;
	background:inherit;
}
form legend.title {
	color: #FFF;
	margin: 0 35px;
	padding: 0 125px;
}
form fieldset dl {
	clear: both;
}
form fieldset dt {
	float: left;
	width: 150px;
	padding: 0 15px;
	margin: 0;
	text-align: right;
	line-height: 2.5em;
}
form fieldset dd {
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	line-height: 2.5em;
}
form .button {
	background: #FFEA6F;
	color: #372412;
	font-weight: bold;
	font-size: larger;
}


/* ---------------- TABLES ---------------------- */

table.basic {
	border-style: outset;
}
table.basic th {
	background-color:#9C3D00;
	color: #FFF;
	padding: 7px;
}
table.basic tr.shade {
	background-color: #FFEFCA;
}
table.basic td {
	padding: 7px;
}

/* ---------------- SEARCH ---------------------- */

#search_form {
}
#search_box {
}
#search_button {
	background: #FFEA6F;
	color: #372412;
	font-weight: bold;
	font-size: larger;
}
#search_totals {
	clear:both;
	padding: 3em 0 0 0;
	font-size: larger;
	text-align: center;
}#search_nav {
	clear:both;
	padding: 1em 0;
}
#search_prev {
	float:left;
	font-size: larger;
}
#search_next {
	float:right;
	font-size: larger;
}
