@charset "utf-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/

#sidebar1, #sidebar1 span, #sidebar2, #sidebar2 span { behavior: url(iepngfix.htc); }

.ajax_updating {
	background: url(images/indicator.gif) top right no-repeat;
}

.ffield {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	color: #5b5b57;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(images/body_bg.png) repeat-y center center #e9e9df;
}
#container { 
	position: relative;
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #fff; */
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	position: relative;
	width: 956px;
	height: 0px;
	background: url(images/header_new.png) center top no-repeat;
	/*background: url(images/header_bg.png) center 90px no-repeat; */
	margin-left: 0px !important;
	margin-left: 1px;
}

#header #header_bottom {
	display: none;
	margin-top: 0px;
	padding-bottom: 27px;
	background: url(images/menu_bg.png) bottom left repeat-x;
}

#header ul#menu, #header ul#menu2 {
	font-size: 1em;
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	margin-top: -23px !important;
	margin-top: -25px;
	margin-right: 10px;
	padding-left: 2px;
	background:url(images/menu_divide.png) left center no-repeat;
}

#header ul#menu2 {
	float: left;
	background: none;
}

#header #menu li,#header #menu2 li {
	float: left;
	height: 16px;
	background:url(images/menu_divide.png) right center no-repeat;
}
#header #menu li a,#header #menu2 li a {
	padding-left: 20px;
	padding-right: 20px;
	color: #3d3d33;
	text-decoration: none;
	font-weight: bold;
}
#header #menu li a span, #header #menu2 li a span {
	font-weight: normal;
}

#header #menu li a:hover, #header #menu2 li a:hover {
	text-decoration: underline;
}

#header #banner {
	position: absolute;
	height: 60px;
	width: 460px;
	top: 10px;
	right: 10px;
	background:url(images/banner_sample.png);
	display: none;
}

#sidebar1 {
	display: none;
	position: relative;
/*	top: -120px;*/
	top: -18px; 
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
/*	background: url(images/sidebar_left_bg_top.png) no-repeat top center; */
	/*margin-bottom: -120px;*/
	margin-bottom: -18px;
}
#sidebar1 span {
	display: block;
	position: absolute;
	bottom: -40px !important;
	bottom: 0px;
	left: 0 !important;
	left: -12px;
	width: 196px;
	height: 40px;
	/*background: url(images/sidebar_left_bg_bottom.png) no-repeat top center #fff;*/
}
#sidebar1 .banner, #sidebar2 .banner {
	margin-bottom: 10px;
}

#sidebar2 {
	display: none;
	position: relative;
/*	top: -110px; */
	top: -18px;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
	/*background: url(images/sidebar_right_bg_top.png) no-repeat top center; */
	margin-right: 0px !important;
	margin-right: -1px;
/*	margin-right: -13px; */
	/*margin-bottom: -110px; */
	margin-bottom: -18px;
}
#sidebar2 span {
	display: block;
	position: absolute;
	bottom: -40px !important;
	bottom: 0px;
	left: 0 !important;
	left: -23px;
	width: 197px;
	height: 40px;
/*	background: url(images/sidebar_right_bg_bottom.png) no-repeat top center #fff; */
}

#mainContent {
	margin-left: 0px;
	margin-right: 0px;
	padding: 12px 12px 12px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: visible;
} 

#mainContent.inclusion {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
} 

#mainContent h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #f8853c;
}

#mainContent h2 em {
	color: #999 !important;
	font-style: normal;
	font-size: 1em;
}


#mainContent div.feature {
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #e9e9df;
	padding: 3px 8px 3px 8px;
}

#mainContent div.feature span.year {
	display: block;
	cursor: hand;
	float: left; 
	margin-right: 0.3em;
/*	font-weight: bold; */
	font-weight: normal;
	color: #5b5b57;
	margin-bottom: 1px;
	
}
#mainContent div.feature span.desc {
	text-align: left;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #5b5b57;
}
#mainContent div.feature span.desc a {
	text-decoration: none;
}
#mainContent div.feature span.desc a:hover {
	text-decoration: underline;
}

#mainContent div.feature span.price {
	display: block;
	float: right; 
	text-align: right;
	margin-left: 0.3em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #f8853c;

}

#mainContent div.feature span.price del {
	color: #323232;
}

#mainContent div.feature img {
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

#mainContent table.ads {
	width: 534px;
	margin-left: auto;
	margin-right: auto;
}

#mainContent table.ads tr td.desc a {
	text-decoration: none;
}

#mainContent table.ads tr td.desc a:hover {
	text-decoration: underline;
}

#mainContent table.ads tr.odd {
	background-color: #e9e9df !important;
}
#mainContent table.ads tr.even {
	background-color: #ffffff !important;
}

#mainContent table.ads td {
/*	border-bottom: 1px solid #e9e9df; */
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

#mainContent table.ads tr td .year {
	font-weight: normal;
	float: left;
	height: 1.2em !important;
	height: 1.3em;
	padding-right: 3px !important;
	padding-right: 0px;
	cursor: hand;
	
}
#mainContent table.ads tr td.desc {
	color: #666666;
}
#mainContent table.ads tr td.price_orig {
	color: #323232;
	text-align: right;
	text-decoration: line-through;
	margin-right: 5px;
	width: 12%;
}
#mainContent table.ads tr td.price {
	width: 15%;
	color: #f8853c;
	text-align: right;
}

#mainContent table.ads tr td.desc a {
	position: relative;
	display: block;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#mainContent table.ads tr td.desc a:hover, #mainContent table.ads tr td.desc a:focus {
	border-style:none;
	z-index: 110;
}

#mainContent table.ads tr td.desc a .detpic {
	top: 115% !important;
	top: 105%;
	display: none;
	position: absolute;
	z-index: 100;
	padding: 10px;
	width: 100px;
	border: 1px solid #666666;
	background-color: #fff;
	z-index: 120;
}

 #mainContent table.ads tr td.desc a .detpic span {
	display: block;
	margin-top: 3px;
	font-size: 0.8em;
	color: #000;
}

#mainContent table.ads tr td.desc a:hover .detpic, #mainContent table.ads tr td.desc a:focus .detpic {
	display: block;
	z-index: 130;
}

#mainContent table#addAdvert td {
	vertical-align: top;
}

/*
#mainContent table.ads td {
	font-weight: bold;
	padding: 3px;
}
#mainContent table.ads tr.even td.year {
	width: 6%;
	color: #323232;
}
#mainContent table.ads tr.odd td.year {
	width: 6%;
	color: #6b6b6b;
}
#mainContent table.ads tr.even td.desc {
	width: 50%;
	color: #666666;
}
#mainContent table.ads tr.odd td.desc {
	width: 50%;
	color: #8a8a8a;
}
#mainContent table.ads tr.even td.price_orig {
	width: 22%;
	color: #323232;
	text-align: right;
	text-decoration: line-through;
}
#mainContent table.ads tr.odd td.price_orig {
	width: 22%;
	color: #6b6b6b;
	text-align: right;
	text-decoration: line-through;
}
#mainContent table.ads tr.even td.price {
	width: 22%;
	color: #323232;
	text-align: right;
}
#mainContent table.ads tr.odd td.price {
	width: 22%;
	color: #6b6b6b;
	text-align: right;
}
*/
.brown {
	display: block;
	background-color: #e9e9df;
	width: 502px;
	padding: 15px;
	border: 1px solid #b0b0b0;
	line-height: 2em;
	color: #5b5b57;
	margin-bottom: 15px;
}

.brown em {
	font-weight: bold;
	font-size: 1.2em;
}

.strong {
	font-weight: bold;
}

.brown h3 {
	font-size: 1.2em;
	text-align: center;
}

.brown h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #f8853c;
}

.brown table {
	table-layout: fixed;
}

.brown th {
	font-weight: bold;
	text-align: right;
	padding: 2px;
	padding-right: 5px;
	vertical-align: top;
}

.brown td {
	background-color: white;
	border-bottom: 3px solid #e9e9df;
	padding: 2px;
	padding-left: 5px;
}

.brown td {
white-space: pre-wrap; /* css-3 */
/*white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
/*white-space: pre;*/
white-space: -hp-pre-wrap; /* HP Printers */
white-space: pre-line; 
}

.phpmakerlist td {
	border-bottom: none;
}

.ewmsg {
	color: #b52e2e;
}

.quicksearch {
	display: block;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #b0b0b0;
	background-color: #e9e9df;
	line-height: 2em;
	height: 105px;
	color: #5b5b57;
}

.quicksearch form {
	margin: 5px 15px 5px 15px
}

.quicksearch .sfield {
	display: block;
	float: left;
	margin-top: -3px;
}

#ad_pics img {
	margin-left: 11px !important;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 11px !important;
	margin-right: 10px;
}

.mainContent input, select {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

.quicksearch a {
	color: #5b5b57;
	font-weight: bold;
}


#mainContent strong {
	font-weight: bold;
}

#footer {
	position: relative;
	text-align: center;
	color: #3d3d33;
	font-size: 0.9em;
	padding-bottom: 15px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.ajax_updating {
	padding-right: 18px;
	background: url(admin/img/indicator.gif) center right no-repeat #fff;
}


/* lightbox: */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails, #lightboxDetails a, #lightboxDetails visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}