@charset "utf-8";

html {
	margin: 0; padding: 0;
}

a img { border: none; }

body {
	margin: 0; padding: 0;
	font-size: 62.5%;
	font-family: Arial,Helvetica,sans-serif;
	background: #BECCD7 url(../img/bg.png);
}

#wrapper {
	width: 970px;
	background: #FFF;
	border: 1px solid #9E9E94;
	border-top: none;
	margin: 0 auto;
	font-size: 1.1em;
	color: #000;
	margin-bottom: 16px;
}

#header {
	position:relative;
	overflow: hidden;
}

#top-bar {
	width: 760px;
	background: #000F60;
	color: #FFF;
	padding: 7px 10px;
	text-align:right;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#top-bar a {
	color: #FFF;
	text-decoration: none;
}

#top-bar a:hover {
	text-decoration: underline;
}

#logo {
	float: right;
	/*
	position: absolute;
	right: 0; top: 0;
	*/
	border: none;
	margin-right:9px;
}

#logo img {
	border: none;
}

#strapline {
	width: 785px;
	font-size: 1.7em;
	color: #000;
	margin: 7px 0 8px 10px;
	text-transform: uppercase;
	padding: 14px 0 13px 25px;
	background: url(../img/strapline-bg.png) repeat-y 100% 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

#strapline strong {
	font-size: 1.1em;
	line-height: 1.4em;
}

#nav {
	margin: 0 9px;
	background: #F5F5F5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}

#menu-bar {
	display: table;
	width: 100%;
	margin: 0; padding: 0;
	list-style: none;
}

#menu-bar li {
	margin: 0; padding: 0;
	list-style: none;
	display: table-cell;
	background: url(../img/menu-separator.png) no-repeat 0 0;
}

#menu-bar li:first-child {
	background-image: none;
}

#menu-bar li a, #menu-bar li b {
	background: #DCDCDB url(../img/menu.png) no-repeat 50% 0;
	height: 31px;
	line-height: 31px;
	display: block;
	text-align: center;
	margin-left: 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	/*font-family: Tahoma, Arial, sans-serif;*/
	color: #000;
	padding-left: 8px;
	padding-right: 8px;
}

#menu-bar li a:hover, #menu-bar li a:active, #menu-bar li b {
	background-color: #C8C8C7;
}

#menu-bar li:first-child a, #menu-bar li:first-child b {
	background-position: 0 0;
	margin-left: 0px;
}

#menu-bar li:last-child a, #menu-bar li:last-child b {
	background-position: 100% 0;
}

#menu-bar li.last a, #menu-bar li.last b {
	background-position: 100% 0;
}

#breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 3px 10px 5px 9px;
}

#breadcrumbs li {
	list-style: none;
	margin: 0; padding: 0;
	display: inline;
	color: #777777;
	font-weight: bold;
}

#breadcrumbs li + li:before {
	content: '› ';
}

#breadcrumbs li a, #breadcrumbs li b {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
}

#footer {
	background: #C9CBCB;
	
}


/* ---------------------------- */

#main {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 8px;
	position: relative;
}

#sidebar-nav {
	float: left;
	display: inline;
	width: 182px;
	margin: 0 0 0 10px;
	background: #EAEAE7 url(../img/sidebar-top.png) no-repeat 0 0;
	padding-top: 15px;
}

#left-sidebar-footer {
	position: absolute;
	left: 10px; width: 182px;
	bottom: 15px;
}

#content {
	float: left;
	display: inline;
	width: 566px;
	margin: 0 10px;
}

#sidebar-related {
	float: left;
	display: inline;
	width: 182px;
	margin: 0 10px 0 0;
	background: #EAEAE7 url(../img/sidebar-top.png) no-repeat 0 0;
	padding-top: 15px;
}

#sidebar-nav ul {
	list-style: none;
	margin: 0; padding: 0;
	line-height: 1;
}

#sidebar-nav > ul {
	padding-bottom: 100px;
	background: url(../img/sidebar-bottom.png) repeat-x 0 100%;
}

#sidebar-nav li {
	list-style: none;
	margin: 0; padding: 0;
	border-bottom: 1px dotted #9D9E9C;
	margin: 0px 1px;
	padding: 1px 0px;
}

#sidebar-nav li li {
	margin: 0px;
}

#sidebar-nav li li:first-child {
	border-top: 1px dotted #9D9E9C;
}

#sidebar-nav li:last-child {
	border-bottom: none;
}

#sidebar-nav li.last {
	border-bottom: none;
}

#sidebar-nav li a, #sidebar-nav li b {
	display: block;
	color: #666666;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-nav li li a,             #sidebar-nav li li b             { padding-left: 20px; }
#sidebar-nav li li li a,          #sidebar-nav li li li b          { padding-left: 30px; }
#sidebar-nav li li li li a,       #sidebar-nav li li li li b       { padding-left: 40px; }
#sidebar-nav li li li li li a,    #sidebar-nav li li li li li b    { padding-left: 50px; }
#sidebar-nav li li li li li li a, #sidebar-nav li li li li li li b { padding-left: 60px; }

#sidebar-nav li a:hover, #sidebar-nav li a:active {
	background: #C5C5C5;
}

#sidebar-nav li b {
	background: #C5C5C5 url(../img/menu-bullet.png) no-repeat 4px 6px;
}

#sidebar-nav li li a {
	background-color: #FAFAFA;
	font-weight: normal;
}

#sidebar-related h2, #sidebar-related .h2title{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 0px 11px;
	color: #000;
	border-bottom: 1px dotted #9D9E9C;
	padding-bottom: 4px;
	margin-bottom: 9px;
}

#sidebar-related .h2title {
text-decoration:none;
display:block;
}
#sidebar-related .h2title:hover {
color:#000F60;
}

#sidebar-related dl {
	margin: 0; padding: 0;
	padding-bottom: 100px;
	background: url(../img/sidebar-bottom.png) repeat-x 0 100%;
}

#sidebar-related dt {
	margin: 0; padding: 0;
	padding: 0px 11px;
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}

#sidebar-related dd {
	margin: 0; padding: 0;
	padding: 0px 11px;
}

#sidebar-related dd a {
	color: #000;
	text-decoration: none;
}

/* ------------------------ */

#content > h1 {
	color: #9D9E9C;
	font-size: 2.4em;
	font-weight: normal;
	margin: 9px 4px;
	margin-top: 1px;
}

#content > p, #content > .snippet > p {
	margin: 9px 4px;
}

#content > h2, #content > .snippet > h2 {
	color: #000F60;
	margin: 9px 4px;
}


/* ------------------------ */

.big-box {
	border: 1px solid #a7a7af;
	margin-bottom: 10px;
	padding: 6px;
}

.big-box h2 {
	font-size: 1.8em;
	margin-top: 5px;
}

.box-wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	width: 594px;
	border-spacing: 14px 0px;
	left: -14px;
	display: table;
	table-layout: fixed;
}

.box-wrapper .box {
	display: table-cell;
	border: none;
	background: url(../img/box-bottom-grape.png) no-repeat 0 100%;
}

.box-wrapper .box h2 {
	font-size: 1.8em;
	background: #E8E7E7 url(../img/box-hat-grape.png) no-repeat 0 0;
	border-bottom: 1px dotted #916A7C;
	padding: 14px 11px 5px 11px;
	margin: 0;
	height: 1.2em; overflow: hidden; text-overflow: ellipsis;
}

.box img, .profile img, .engine img, .part img {
	float: left;
	margin: 5px 10px 5px 5px;
	border:none;
}

.profile .simple-gallery, .engine .simple-gallery, .box .gallery-thumb {
	float: left;
	margin: 5px 10px 5px 5px;
	border:none;
}

.profile .simple-gallery img, .engine .simple-gallery img, .box .gallery-thumb img {
	float: none; margin: 0;
}

 .box .content {
 margin:5px;
 }

.box .more {
	margin-bottom:5px;
}

.profile {
	min-height: 127px;
}

.profile .content {
margin-left:110px;
}
.part .content {

margin-left:90px;
}
.engine img {width:152px;}
.engine .content {
	margin-left:162px;
	overflow: hidden;
	padding-bottom: 1.5em;
	width: 385px;
}

.pagination {
	/*
	width:288px;
	*/
	margin:10px;
	margin-left:0px;
	text-align:center;
	overflow:hidden;
}
.pagination a, .pagination span, .pagination b {
display:block;
border:1px solid #A7A7AF;
text-decoration:none;
padding:5px;
width:15px;
height:15px;
float:left;
margin-right:5px;
color:#374583;
font-weight:bold;
}

 .pagination b {
 background:#374583;
 color:#fff;
 }
 .pagination a:hover{
 color:#374583;
 background:#DDE5EA;
 }
 .pagination span {
 color:#A7A7AF;
 }
 
.engine {
	overflow: hidden;
	position: relative;
}

.engine .price, .part .price {
	color:#000F60;
	font-weight:bold;
	text-align:right;
	margin:5px;
	font-size:1.5em;
	float: right;
	
}

.engine .price {
	position: absolute;
	right: 6px;
	bottom: 3px;
}

.part {
overflow:hidden;
}
.part img {
margin:7px;
}
.part .price { float:right; margin-top:0px;}
.part h2 {
margin-bottom:5px;

}

.actions {
float:left;

}
.buyitnow, .actions .watchit{
display:block;
width:110px;
height:30px;
text-indent:-999px;
overflow:hidden;
background-image: url(../img/buy_now_btn.png);
float:left;
margin-right:5px;
margin-bottom:5px;
}
.timeleft {
margin-top:0px;
margin-bottom:5px;
}
.actions .watchit{
background-image: url(../img/watch_btn.png);
}
.buyitnow:hover, .actions .watchit:hover{
background-position: 0px -30px;
}
/* - - - - - - - Footer - - - - - - - - - */
#footer { overflow:hidden; }
#footer .left, #footer .right {
width:475px;
margin:5px;
float:left;
}
#footer .right {
text-align:right;


}

#footer a{
color:#000;
text-decoration:none;
}
#footer a:hover {
color:#222;
text-decoration:underline;
}

#footer ul {
width:470px;
width:275px;
margin-left:25px;
padding-left:0px;
}
#footer ul li {
float:left;
width:225px;
margin-right:10px;
}
#footer ul li ul {
width:225px;
padding-left:10px;
}
#footer ul li ul li {
float:none;
width:auto;
list-style:disc;
}
#footer ul li ul li a{
color:#333;
}
/* ----- contact form ----- */

fieldset {
border:medium none;
margin-bottom:10px;
padding:0;
}
legend {
border:medium none;

display:block;
font-weight:bold;
	color: #000F60;
	margin-bottom:10px;
	display:block;
font-size:1.5em;
font-weight:bold;

}

#Contact { 
margin:1px 20px 9px;
}


fieldset {
	margin-bottom:10px;
}
fieldset .input label {
display:block;
margin-bottom:2px;
}
/*
 .row {
margin-bottom:10px;
}
.row .input label {
display:block;
margin-bottom:2px;
}
*/
.input {
	overflow: hidden;
}

 .text input, .password input,  .input textarea {
	width: 554px;
padding:3px;
font-family: Arial,Helvetica,sans-serif;
border:1px solid #cccccc;
font-size:11px;

}

.select select {
font-family: Arial,Helvetica,sans-serif;
font-size:11px;
}

.input textarea.rich-text {
	width: 552px;
}

.submit {
	margin: 10px 0;
}

/*
*/

#ContactForm .input input, #ContactForm .input textarea {
	width: 300px;
}


#UserLoginForm .input {
	/*float: left;*/
	width: 280px;
	margin-right: 5px;
}

#UserLoginForm .input input {
	width: 270px;
}

 .error input,  .error textarea{
border:1px solid #990000;
background: #D69999;
background: #EBCCCC;
}
 .error-message {
width:308px;
color:#990000;
margin-top:2px;
margin-bottom:3px;
text-align:right;
}

.news-main dt {
color:#000000;
font-weight:bold;
margin:0 0 6px;
font-size:1.5em;
}

.news-main dd {
margin-left:0px;
margin-bottom:20px;
}
/* ------------------------------------- */

table {
	border: 1px solid #9E9F9D;
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 16px;
	margin-top: 1px;
}

table thead th {
	padding: 3px 3px;
	background: #EAEAE7;
	border-top: 1px solid #9E9F9D;
	border-bottom: 1px solid #9E9F9D;
	color: #000033;
	font-weight: bold;
	text-align: center;
	border: 1px solid #9E9F9D;
}

table tbody tr.alt td {
	background: #EAEAE7;
}

table tbody td {
	padding: 1px 3px;
	border-top: 1px solid #9E9F9D;
	border-bottom: 1px solid #9E9F9D;
	font-size: 90%;
	color: #000033;
	text-align: center;
}

td.text {
	text-align: left;
}

th.colour, td.colour { text-align: left; }
th.description, td.description { text-align: left; }
th.image, td.image { text-align: left; width: 64px; }
th.options, td.options { text-align: right; }

/* ------------------------------------------------- */

img.nofloat {
float:none;

}

.centered { margin:0 auto;  display:block; width:215px;}

sup {
	font-size: 80%;
	margin: 0;
	position: relative;
	top: -0.4em;
	line-height: inherit;
	vertical-align: inherit;
}

.image-holder {
	text-align: center;
}

#sidebar-related .image-holder {
	margin-top: -100px;
	background: url("../img/sidebar-bottom.png") repeat-x scroll 0 0 white;
	padding-top: 20px;
}

#sidebar-related .image-holder img {
}

/* --------------------- */

.property-images-edit {
	list-style: none;
	margin: 0; padding: 0;
	vertical-align: bottom;
}

.property-images-edit li {
	vertical-align: bottom;
	display: inline-block;
	margin: 8px;
	border: 1px solid #DDDDDD;
	padding: 2px;
	position: relative;
	font-size: 80%;
	width: 160px;
	background: #FFF;
}

.property-images-edit li.moving {
	border-color: #000;
}

.property-images-edit li.deleting {
	border-color: #FAA;
}

.property-images-edit li.added {
	border-color: #0F0;
}

.property-images-edit li img {
	display: block;
	width: 160px;
	height: 128px;
	background: #FFF url(../img/throbber.gif) no-repeat 50% 50%;
}

.property-images-edit .text label {
	padding-top: 2px;
}

.property-images-edit .text input {
	width: 150px;
}

.property-images-edit li .progress {
	display: block;
	width: 160px;
	height: 64px;
	background: #FFF url(../img/throbber.gif) no-repeat 50% 20px;
	padding-top: 64px;
	text-align: center;
}

.fader {
	position: absolute;
	background: #FFF;
	z-index: 99;
	visibility: hidden;
}

/* --------------------- */

/* ----------------------- */

.simple-gallery {
	position: relative;
	/*
	left: 0; top: 0;
	width: 372px; height: 392px;
	*/
	overflow: hidden;
}

.simple-gallery .gallery-pane {
	position: relative;
	left: 0; top: 0;
	width: 372px; height: 392px;
	float: left;
}

.simple-gallery .gallery-pane img {
	position: absolute;
	left: 0; top: 0;
	width: 372px; height: 392px;
}

.simple-gallery .gallery-pane img + img {
	visibility: hidden;
}

/* Gallery sizes */

.gallery-large .gallery-pane, .gallery-large .gallery-pane img {
	width: 566px; height: 311px;
}

.gallery-small .gallery-pane, .gallery-small .gallery-pane img {
	width: 269px; height: 200px;
}

.gallery-profile .gallery-pane, .gallery-profile .gallery-pane img {
	width: 100px; height: 117px;
}

.gallery-engine .gallery-pane {
	width: 152px; height: 128px;
}

.gallery-engine .gallery-pane img {
	width: 152px; height: auto;
}

.gallery-thumb .gallery-pane {
	width: 80px; height: 60px;
}

.gallery-thumb .gallery-pane img {
	width: 80px; height: auto;
}

.simple-gallery .edit-bar {
	text-align: right;
}
/*
.simple-gallery .edit-bar {
	position: absolute;
	right: 4px;
	top: 10px;
	z-index: 9999;
}
*/

/* -------------------------------- */

form.naked {
	margin: 0; padding: 0; display: inline-block;
}

/* ----------------------- */

.edit-bar {
	overflow: hidden;
}

.edit-bar button, .edit-bar a.button {
	display: block;
	float: left;
}

.simple-gallery .edit-bar button, .simple-gallery .edit-bar a.button {
	float: right;
}

.right .edit-bar button, .right .edit-bar a.button {
	float: right;
}

/* -------------------------------- */

button {
	border: none;
	padding: 0;
}

@-moz-document url-prefix(http://) {
    button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
        padding: 0px !important;
        border: 0px none !important;
    }
}

a.button, button {
	/* top: #37424C, bottom: #1A232D */
	text-decoration: none;
	cursor: pointer;
	background: #2A343E;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	border: 1px solid #EAEAEA;
	border-right-color: #737373;
	border-bottom-color: #737373;
	padding: 3px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ADADAC 0px 1px 0px;
	-moz-box-shadow: #ADADAC 0px 1px 0px;
	box-shadow: #ADADAC 0px 1px 0px;
	/*
	background: #E1E1E0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E1E1E0), to(#CCCCCC));
	background: -moz-linear-gradient(#E1E1E0, #CCCCCC);
	background: linear-gradient(#E1E1E0, #CCCCCC);
	-pie-background: linear-gradient(#E1E1E0, #CCCCCC);
	*/
	
	background: #DCDCDB url("../img/menu.png") no-repeat 50% 50%;
	
	behavior:url('htc/PIE.htc');
	margin: 0 4px 0 0;
}

a.button:hover, button:hover, a.button.hot, button.hot {
	background-color: #C8C8C7;
	/*
	background: #D0D0CF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D0D0CF), to(#BABAB9));
	background: -moz-linear-gradient(#D0D0CF, #BABAB9);
	background: linear-gradient(#D0D0CF, #BABAB9);
	-pie-background: linear-gradient(#D0D0CF, #BABAB9);
	*/
}

a.button:active, button:active {
	background-color: #C8C8C7;
	/*
	background: #D0D0CF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D0D0CF), to(#BABAB9));
	background: -moz-linear-gradient(#D0D0CF, #BABAB9);
	background: linear-gradient(#D0D0CF, #BABAB9);
	-pie-background: linear-gradient(#D0D0CF, #BABAB9);
	*/
}

/* -------------------------------- */


/* --------------------------- */

.pages {
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 8px 8px 8px 0px;
	
	background: #FFF;
	padding: 6px 16px;
}

.pages .counter {
	position: absolute;
	left: 8px; top: 6px;
	padding-left: 2px;
}

.pages .prev-next {
}

.pages .numbers {
	position: absolute;
	right: 8px; top: 6px;
	padding-right: 2px;
}

.neighbours {
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 80%;
	clear: both;
	
	margin: 0px 11px 8px 11px;
	/*
	border: 1px solid #E0DCC3;
	background: #FFF;
	*/
}

.neighbours .prev {
	float: left;
}

.neighbours .prev a:before { content: '\ab '; margin-right: 5px;  text-decoration: none; font-size: 130%; }

.neighbours .next {
	float: right;
}

.neighbours .next a:after { content: ' \bb'; margin-left: 5px; text-decoration: none; font-size: 130%; }

.neighbours a {
  color: #B72A19; 
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

/* --------------------- */

#tab-links {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	overflow: hidden;
}

#tab-links li {
	display: block;
	margin: 0 0px 0 0;
	padding: 0;
	float: left;
}

#tab-links li a.button {
	float: left;
	display: block;
}

#EngineTablePdfsForm .select fieldset {
	overflow: hidden;
}

#EngineTablePdfsForm .select fieldset .checkbox {
	width: 180px;
	display: inline-block;
}

td .editable {
	min-width: 16px;
	min-height: 1em;
	cursor: pointer;
}
