/*
 * General classes and styles
 */
 
 body {
	background-color: #191919;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.8em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #f3f3f3;
}

a:link {
	color: #49a3ff;
	text-decoration: none;
}

a:visited {
	color: #2e8ae7;
	text-decoration: none;
}

a:hover {
	color: #d90000;
	text-decoration: underline;
}

a:active {
	color: #AEB1BA;
	text-decoration: none;
}

img {
	border: 0px none;
}

h1 {
	font-size: 1.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.15em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

hr {
	color: #E8E8E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 1px;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	text-align: center;
	width: 98%;
} 

/*
 * Custom classes
 */
 
.success {
	color: #009900;
	font-weight: bold;
	font-size: 1.2em;
}

.nomargin {
	margin: 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

.notify {
	color: #0066FF;
	font-weight: bold;
	font-size: 1.2em;
}

.small{
	font-size: 1.0em;
}

.highlight {
	background-color: #66FF99;
	padding: 2px;
}

.price {
	color: #c30000;
	font-weight: bold;
}

.log_highlight {
	background-color: #990000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #d9d9d9;
	font-weight: bold;
}

.navBar {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0.85em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	clear: both;
}

.linethrough {
	text-decoration: line-through;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rightr {
	float: right;
	text-align: right;
}

.quarter {
	width: 25%;
}

.half {
	width: 50%;
}

.threequarter {
	width: 75%;
}

.cleaner {
	clear: both;
	font-size: 0.1em;
	height: 0.1em;
	border: none;
	margin: 0px;
	padding: 0px;		
}

.thumbnailCaption {
	clear: both;
	font-size: 1.0em;
	border: none;
	margin: 0px;
	padding: 0px;		
}

.leftpanel {
	width: 40%;
	text-align: center;
}

.middlepanel {
	width: 20%;
	text-align: center;
	padding-top: 150px;
}

.middlepanel .button {
	margin-top: 10px;
}

.rightpanel {
	width: 40%;
	text-align: center;
}

.feature {
	border: thin solid #CCCCCC;
}

.feature p {
	text-align: left;
}

.ajaxlink {
	cursor: pointer;
}

.paging {
	padding-right: 2em;
	padding-top: 12px;
}

.attention {
	background-color: #FFCCCC;
	border: thin solid #FF99CC;
	padding: 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.attention:hover {
	background-color: #FFA6A6;
	border: thin solid #FF9393;
}

.important {
	padding: 2px 2px 2px 40px;
	width: 80%;
	background-color: #FFD2D2;
	border: 1px solid #FF9999;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-weight: bold;
}

/*
 * Tables
 */
 
table {
	font-size: 0.85em;
	width: 100%;
}
 
table th {
	padding: 5px;
	text-align: left;
}

table td {
	padding: 5px;
}

tbody tr:hover {
	background-color: #343434;
}

thead {
	background-color: #070707;
}

.row1 {
	background-color: #202325;
}

.row2 {
	background-color: #1d2226;
}

/*
 * Form Classes
 */
 
form {
	margin-top: 1.5em;
}

fieldset {
	background-color: #202325;
	border: thin solid #22292d;
	padding: 10px;
	clear: both;
	width: 96%;
}

fieldset:hover {
	background-color: #1d2326;
	border: thin dashed #C8C8C8;
}

fieldset hr {
	margin: 1.0em 0em 0em;
	color: #C8C8C8;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
}

.form label {
	float: left;
	text-align: right;
	margin-right: 1.5em;
	width: 22%;
	font-weight: bold;
	clear: left;
	color: #FFFFFF;
}

input  {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

input:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

select  {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

select:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 2px;
	color: #333333;
	border: 1px solid #CFD0D6;
	margin-right: 10px;
}

textarea:hover  {
	color: #000000;
	border: 1px solid #86C0D7;
	background-color: #FFFFCC;
}

p.button {
	margin-left: 25%;
}

input.button {
	height: 22px;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../images/button.gif) repeat-x left top;
	border: 1px solid #7B808E;
	cursor: pointer;
}

input.button:hover {
	background-position: center bottom;
	border: 1px solid #7B808E;
	color: #F5F5F5;
}

.filters {
	font-size: 0.8em;
	text-align: center;
}

.filters select {
	font-size: 1.0em;
}

form.filters select  {
	font-size: 1.0em;
	font-weight: normal;
}

/*
 * Custom IDs
 */

#headerContainer {
	width: 770px;
	margin: 0px auto 0px;
	height: auto;
	padding: 0px;
}
 
#headerContainer p  {
	text-align: right;
}

#menuContainer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-color: #070707;
}

#menuContainer ul {
	margin: 0px;
	padding: 0px;
	height: 37px;
}

#menuContainer li {
	display: inline;
	margin: 0px;
	padding: 5px 10px;
	font-size: 1.25em;
	min-width: 100px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 7px;
}

#menuContainer li a {
	color: #E1E1E1;
}

#menuContainer li a:hover {
	color: #FFFFFF;
}

#menuContainer li:hover {
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
 
#mainContainer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}
 
#mainContainerExtend {
	width: 95%;
	margin: 0px auto;
	padding: 0px;
}
 
#mainContainerExtend #contentContainer #content {
	background-image: url();
}

#contentContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content {
	background-image: url(../images/main_content_bg.gif);
	background-repeat: repeat-y;
	padding: 10px 20px;
	background-color: #141617;
	margin: 0px;
}

#introContainer {
	text-align: center;
	padding-top: 30px;
}

.bgcolour {
	background-color: #141617;
}

#footer {
	margin: 10px 0px 0px;
	padding: 5px 10px;
	clear: both;
	width: 750px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	position: relative;
	top: 10px;
	right: 20px;
}

#sidebar {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	float: right;
	width: 198px;
	background-image: url(../images/right_bar_tile.gif);
	background-repeat: repeat-y;
}

#sidebarFooter {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 208px;
	height: 24px;
	position: relative;
	right: 10px;
	background-image: url(../images/bar_bottom.gif);
}

.sidebarTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 5px;
	width: 208px;
	background-image: url(../images/bar_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	position: relative;
	right: 10px;
}

#featureBlock {
	margin: 0px;
	padding: 0px;
	line-height: 0.8em;
	text-align: center;
}

#assurancesBlock {
	text-align: center;
}

#featureBlock h4  {
	line-height: 1.5em;
}

#category label {
	font-size: 0.8em;
	text-align: right;
}

#category select {
	font-size: 0.7em;
}

#detailsLink {
	cursor: pointer;
	color: #3d71a2;
	text-decoration: none;
}

#detailsLink:visited {
	cursor: pointer;
	color: #0066FF;
	text-decoration: none;
}

#detailsLink:hover {
	cursor: pointer;
	color: #0066FF;
	text-decoration: underline;
}

#detailsLink:active {
	cursor: pointer;
	color: #AEB1BA;
	text-decoration: none;
}

#imageContainer {
	padding-top: 10px;
}

#imagePreview {
	height: 450px;
}

/* --- View table --- */

.itemdetails {
	font-size: 1.2em;
	background-color: #202325;
	border: thin dashed #C8C8C8;
	clear: both;
	width: 98%;
	margin: 0px 0px 10px;
	padding: 10px;
}

.itemdetails tr:hover {
	background-color: #202325;
}

.itemdetails th {
	font-size: 0.9em;
	text-align: right;
	padding-right: 20px;
}

.feasturelist {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

/* --- Thumbnail styling --- */

.item {
	float: left;
	padding: 10px 0px 0px;
	margin-bottom: 1%;
}

.item p {
	padding: 0px;
}

.item:hover {
	/*
	background-color: #FFFFCC;
	*/
}

#includeSold {
	color: #FFFF66;
	font-weight: bold;
}

.sig_cont {
	padding-top: 5px;
	padding-left: 5px;
}

.sig_cont .sig_thumb {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	background: url(../images/shadowAlpha.png) no-repeat right bottom!important;
	background: url(../images/shadow.gif) no-repeat bottom right;
}

.sig_cont .sig_thumb a {display:block;position:relative;background:none;text-decoration:none;}

.sig_cont .sig_thumb a:hover {display:block;position:relative;background:none;text-decoration:none;}

.sig_cont .sig_thumb a:active,.sig_cont .sig_thumb a:focus {outline:0;}

.sig_cont .sig_thumb a img {display:block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px 5px 5px -5px;padding:4px;}

/* --- Caption/Label styling --- */

.sig_cont .sig_thumb a span.sig_pseudocaption,

.sig_cont .sig_thumb a:hover span.sig_pseudocaption {display:block;text-align:center;margin:0px;padding:2px;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=40);position:absolute;bottom:5px;left:0px;right:4px;}

.sig_cont .sig_thumb a span.sig_pseudocaption {background:#000;}

.sig_cont .sig_thumb a:hover span.sig_pseudocaption{background:#fff;}

.sig_cont .sig_thumb a span.sig_pseudocaption b {visibility:hidden;margin:0px;padding:2px;}

.sig_cont .sig_thumb a span.sig_caption,

.sig_cont .sig_thumb a:hover span.sig_caption {display:block;text-align:center;margin:2px auto 0px auto;padding:2px;position:absolute;width:auto;cursor:pointer;bottom:5px;left:0px;right:4px;}

.sig_cont .sig_thumb a span.sig_caption {color:#fff;}

.sig_cont .sig_thumb a:hover span.sig_caption {color:#333;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left {
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

#JT_copy {
	padding: 10px 10px 10px 10px;
	color: #000000;
}

.JT_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #000000;
}

#JT_close_right {
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #000000;
}

#JT_copy p {
	margin: 3px 0;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip {
	cursor: help;
}