/*
 Some colours and defaults used for this design...
 
 
 
*/

/* ------------ Page structure ------------*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#E6E7E3; /**/
	text-align: center;
}
div#container{
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	width: 914px; /**/
	background-color:#6A655D;
}
div#page_border {
	margin: 0;
	padding: 0;
	border: 0;
}

div#header {
	margin: 0;
	padding: 0;
	border: 0;
	position:relative;
	height:231px; /**/
	background: url('/theme/img/header.jpg') top left no-repeat;	/**/
}
div#header_overlay {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	height:112px; /**/
}
div#header_title {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
}
div#header_slogan {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
}

div#menu_container {
	margin: 0;
	padding: 0;
	border: 0;
	/*background: url('/theme/img/menu_top.gif') no-repeat top center #cc0000;*/
	background-color: #6A655D;
	height:30px;
	border-left: 7px solid #6A655D;
	border-right: 7px solid #6A655D;
}
ul#menu {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: 0;
}
ul#menu li
{
	padding:0;
	margin:0 1px 0 0;
	float:left;
	list-style-type: none;
}
ul#menu li a
{ 
	display:block;
	padding: 0px 15px;
	color:#ffffff;
	font-size: 9pt;
	/*background:url(/theme/img/button.gif) no-repeat bottom;*/
	line-height:25px;
	text-align:center;
	/*width:97px;*/
	text-decoration:none;
}
ul#menu li a:hover
{
	color:#bbbbbb;
}

div#searchBox
{
	border-top: 1px solid white;
	margin: 0;
	padding:10px 0 0 15px;
	height: 30px;
	text-align:left;
	color:#ffffff;
	/*font-size: 120%;*/
	/*background: url('/theme/img/menu_btm.gif') no-repeat bottom center #dfc398;*/
	background-color: #6A655D;
	border-left: 7px solid #6A655D;
	border-right: 7px solid #6A655D;
}

div#content { /*container for middle part with 3 col table inside*/
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #6A655D;
}
table#three_cols {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
td#left_col_cell {
	width: 184px;
	padding:0;
	vertical-align: top;
}
div#left_col_liner {
	margin: 0 7px;		
	background-color: #fff;
}
td#middle_col_cell {
	width: 546px;
	padding: 0;	
	margin: 0;
	vertical-align: top;
}
div#middle_col_liner {
	margin: 0;
	padding: 0;
	width: 546px;
	background-color: #fff;
}
td#right_col_cell {
	width: 184px;
	padding: 0;	
	vertical-align: top;
}
div#right_col_liner {
	margin: 0 7px;
	background-color: #fff;
}
div.middle_box {
	
}
div.middle_box_title {
	/*background: url(/theme/img/box_heading_middle.gif) top center no-repeat;*/
	background-color: #6A655D;
	border: 1px solid #fff;
	text-indent: 8px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;	
}
div.middle_box_title a {
	color: #FFF;
	line-height: 27px;
	font-weight: bold;	
}
div.middle_box_title a:hover {
	text-decoration: underline;	
}
div.middle_box_content {
	padding: 12px;
	/*background: url(/theme/img/box_shade.jpg) #FFF top center repeat-x;*/		
}
div.middle_box_item {
	clear: both;
	text-align: left;
	padding: 0 10px;
}
div.middle_box_item_separator {
	clear: both;
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
}
div.side_box {
	margin: 0;
	margin-bottom:10px;
	padding: 0;
}
div.side_box_title {
	/*background: url(/theme/img/box_heading_side.gif) top center no-repeat;*/
	background-color: #6A655D;
	border: 1px solid #fff;
	text-indent: 8px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;	
}
div.side_box_content {
	margin: 0;
	padding: 8px;
	/*background: url(/theme/img/box_shade.jpg) #FFF top center repeat-x;*/	
}
/* use left and right to override general styles for side boxes leave blank is left and right are the same! */
div.left_box {}
div.left_box_title {}
div.left_box_content {}
div.right_box {}
div.right_box_title {}
div.right_box_content {}

div#footer {
	margin: 7px;
	border: 1px solid #fff;
	padding: 7px;
	text-align: center;
	/*background:url(/theme/img/outer_footer.gif) bottom center no-repeat;*/
	background-color: #6A655D;
	color: #ffffff;
}
div#outer_footer
{
	background-color:#E6E7E3;
	text-align: right;
}

/* ------------ Global Styles -------------*/

body, table {
	font-family: verdana, tahoma, arial, geneva, sans-serif;
	font-size: 9pt;
	color:#000000;
}
a
{
	color:#4c4141;
	text-decoration: none;
}
a:hover
{
	color:#669900;
}
a.sideLink
{
	text-decoration:none;
}
a.sideLink:hover
{
	text-decoration:none;
}
h1
{
	font-size: 12px;
	margin: 0.4em 0;
}
h2
{
	font-size: 12px;
	margin: 0.4em 0;
}
h3
{
	font-size: 12px;
	margin: 0.4em 0;
}
h4
{
	font-size: 12px;
	margin: 0.4em 0;
}
h5
{
	font-size: 12px;
	margin: 0.4em 0;
}

/* ------------- Special Content -----------*/
div.side_form {
	
}
div.side_form label {
	display: block;
}
div.side_form input {
	display: block;
}

ul#cataloguesList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#cataloguesList li {
	display: block;
	list-style: none;
	list-style-position: outside;
	margin: 0 0.3em;
	padding: 0;
}
ul#cataloguesList li a {

}

div.sideImageHolder {
	text-align: center;
}

div#contact_info {
	padding-left: 50px;
}

div.middle_form {
	
}
div.middle_form_row {
	padding: 5px;
}
.middle_form label {
	width: 110px;
	text-align: right;
	padding-right: 10px;
	display: block;
	float: left;
}
div.errorbox {
	color: #990000;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #ccc;
}
div.image_holder {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
	padding: 3px;
}
div.links_image_holder {
}
#image_zoom_link {
	display: block;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 10px;
}
div#sort_links {
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
div#page_links {
	text-align: center;
	padding: 5px;
}
div.book_summary_info {
	margin-left: 120px;
}
table.orders_table {
	width: 100%;
}
table.orders_table td {
	border-bottom: 1px solid #ccc;
}
	
/*---------------- links page ---------------*/
