/* defaults */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*
	margin-left: 0;
	margin-bottom: 1em;*/
}

img {
	border: none;
}

input {
	width: 180px;
	padding: 2px 5px;
}

input, button {
	font-size: 10px;
	border: 1px solid black;
}

input.radio, input.checkbox {
	width: auto;
	border: none;
}

button {
	padding: 0 10px;
	cursor : pointer;
}

input.radio, input.checkbox {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #0066CC;
}

h1{
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	margin: 4px 0;
}
p {
	color: #333333;
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.submit_button {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #005EAB;
	color: #FFFFFF;
	border: 1px solid #333333;
}

form.standard table td {
	padding: 5px;
}

.small {
	font-size: 95%;
}

/* header */
#header {
	font-size: 12px;
	color: #333;
}

#header table {
	width: 100%;
}

#header td {
	border-bottom: 1px solid black;
	padding: 4px 0;
}

#header #banner_container td  {
	padding: 0;
}

#header a {
	color: #333;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#message {
	height: 17px;
	margin: 0;
	text-align: center;
	padding-top: 2px;
}

#message div {
	display:inline;
	 background-color:#FAD163;
	 padding: 1px 3px;
}

/* Overall minimum width */
#container {
	min-width: 960px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 990 ? "950px" : "auto");
}

#content {
	margin-left: 150px;
	border-left: 1px solid black;
	background-color: #fff;
	padding: 0 15px 5px 15px;
}

/* left hand navigation */
#left_nav {
	width: 150px;
	float: left;
	border-right: 1px solid black;
}

#nav_links li.root {
	border-bottom: 1px solid black;
	padding: 0;
}

#nav_links li.root div.root {
	font-weight: bold;
}
#nav_links li, #nav_links li.root div.root {
	padding: 2px 0 2px 10px;
}

#nav_links li div.children li {
	padding: 2px 0 2px 20px;
}

#nav_links li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

#nav_links p {
	margin: 5px 0 10px 0;
}

#nav_browser {
	margin-left: 10px;
}


#nav_links hr {
	background-color: black;
	color: black;
	height: 1px;
	border: 0;
}

/* footer */
#footer {
	text-align: center;
	clear: both;
	font-size: 11px;
	/*margin-left: 150px;*/
	background-color: #fff;
}

#footer a {
	border-bottom: 1px solid;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #fff;
}

/* home page */
#home_modules {
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	min-width: 960px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 990 ? "950px" : "auto");
}

#left_column, #center_column, #right_column {
	float: left;
	width: 31.9%;
	margin-left: 2%;
}

#left_column {
	margin-left: 0;
	/*padding-left: 2%;*/
}

#center_column {

}

#right_column {

}

.module {
	padding-bottom: 10px;
}

.module div.t {
	margin: 0 14px;
	border-top: 2px solid;
	line-height:20px;
	font-weight: bold;
	white-space: nowrap;
}

.module div.t img {
	vertical-align: middle;
	padding-bottom: 2px;
}

.module div.b {
	margin: 0 14px;
	border-bottom: 2px solid;
	height: 12px;
	line-height: 12px;
}

.module div.content {
	padding: 2px 12px 0 12px;
	border-left: 2px solid;
	border-right: 2px solid;
}

.module div.icons {
	position: absolute;
	right: 0;
	padding-right: 20px;
}

.form_error_message img,  .form_error_message span {
	vertical-align: middle;
}

.special_offer .first_special_offer {
	padding: 4px 0;
}
.special_offer {
	border-top: 1px solid black;
}

#products {
	margin:0 10px;
}

.voucher_content {
	text-align:center;
}

.search_results td {

	vertical-align: top;

}

.search_results div.icons {
	position: static;
	float:right;
	padding: 0;
}

.paging .disabled {
	display: inline;
}

.cake-sql-log td {
	border: 1px solid #bbb;
	padding: 2px;
}
