/* @override http://localhost/webclassifieds/css/main.css */

/* @override http://localhost:8888/webclassifieds_2.0/css/main.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

#tabs ul.ui-tabs-nav.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-deader.ui-corner-all {
	background-color: #f2f2f2;
	border: none;
}

div#tabs.ui-tabs.ui-widget-content {
	background-color: #f2f2f2;
	border: none;	
}

div#submenu {
	background-color: #f2f2f2;
	border: none;		
}

/* @group Interior Menu */

#tabs {
	clear: both;
	overflow: auto;
padding: 10px;
}
#tabs ul li.tab {
	float: left;
	padding: 10px;
	-moz-border-radius-topleft:5px;
    -khtml-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -khtml-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;	
background: #E2E2E2; /* old browsers */
background: -moz-linear-gradient(top, #E2E2E2 0%, #F6F6F6 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#F6F6F6)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#F6F6F6',GradientType=0 ); /* ie */
margin: 0 10px 0 0;    
}

/* @end */

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}

:focus {outline: 0;}
button::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner { 
 border: 0;
 padding: 0;
}
/*custom font declaration*/
@font-face {
	font-family: 'MyriadProBold';
	src: url('fonts/myriadpro-bold-webfont.eot');
	src: local('?'), url('fonts/myriadpro-bold-webfont.woff') format('woff'), url('fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('fonts/myriadpro-bold-webfont.svg#webfontMJzMPuJP') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('fonts/myriadpro-regular-webfont.eot');
	src: local('?'), url('fonts/myriadpro-regular-webfont.woff') format('woff'), url('fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('fonts/myriadpro-regular-webfont.svg#webfontMJzMPuJP') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 20px 40px 10px 40px;
	font-family: 'Arial', Verdana, sans-serif;
	color: #676767;
	font-size: 12px;
	min-width:900px;
	background:url(../images/body-bg.png);
}

h1 {
		font-size: 36px;
	color: #363636;
}

h2 {
	font-size:16px;
	color:#176497;
	font-weight:bold;
	margin: 0 0 10px 0;
}

h1 a {
	font-family: 'MyriadProRegular', Arial, sans-serif;
	font-size: 36px;
	color: #4997c9;
	float: left;
	padding:30px 10px;
	text-decoration:none;
}
h1 a:hover{text-decoration:none;}
h1 a span {
	font-family: 'MyriadProBold', Arial, sans-serif;
	color: #277cb3;
}

h3 {
	font-size:16px;
	color:#176497;
	font-weight:bold;
}

a {
	text-decoration: none;
	color:#277cb2;
}

a:hover {
	text-decoration: underline;
}

p.clear {clear:both;}

button, input[type=submit]{
	cursor:pointer;
}

input[type=text], input[type=password] {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #ababab;
	background: #fff;
	padding: 6px 10px 3px;
}

.left{
	float:left
}

.right {
	float: right;
}

.round {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius: 4px	
}

.round5px {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-border-radius: 5px	
}

.toolbox {
	word-spacing: 6px;
	font-size: 11px;
	padding-bottom: 15px;
}
	.toolbox a{
		color: #7f7f7f;
	}
	
.login-form {
	clear: right;
}
	
	.login-form p {
		width:100%;
		text-align:right;
	}
	
		.login-form p a {
			text-decoration:underline;
		}

		.login-form p a:hover {
			text-decoration:none;
		}
		
		
	.login-form fieldset{
		background: #ececec;
		padding: 5px;
	}
	
	.login-form input[type=text]{
		width: 115px;

	}
	
	.login-form input[type=submit]{
		background:url(../images/login-submit.png) no-repeat;
		border: 0;
		display: inline-block;
		height: 24px;
		padding-left:25px;
		font-size:11px;
		color:#fff;
		font-weight:bold;
	}
	
.search-bar	{
	clear:both;
	float:left;
	width:100%;
	background:url(../images/search-form-bg.png) repeat-x;
	padding:10px 0;
	border:1px solid #e6e6e6;
	line-height:26px;
	margin-bottom:10px;
	position:relative;
}
	.search-bar> *:first-child {
		margin-left:10px;
	}

	.search-bar	label {
		margin-right:5px;
	}
	
	.search-bar input[type=text], .search-bar .replaced {
		background:url(../images/searchfields-bg.png);
	}
	
	.search-bar input[type=text] {
		background-position:0 bottom;
		height:18px;
		border:0;
	}
	
	.search-bar input[type=submit]{
		background:url(../images/search-btn-bg.png) no-repeat;
		border:0;
		display:inline-block;
		width:77px;
		height:28px;
		padding-left:28px;
		padding-right:10px;
		font-weight:bold;
		font-size:12px;
		color:#fefefe;
		margin-right:10px;
	}

.shadowed {
	color:#277cb3;
	font-size:12px;
	text-shadow: 1px 1px #fff;
	font-weight:bold;
	line-height:30px;
	float:left;
	margin-bottom:-2px;
}

.register, .post-ad {
	line-height:40px;
	display:inline-block;
	margin:-5px 0 -5px 6px;
	background:url(../images/search-buttons.png);
	font-size:14px;
	font-weight:bold;
	color:#fff9f8;
}

.register {
	width:82px;
	text-align:center;
}

.post-ad {
	background-position:right 0;
	padding:0 8px 0 37px;
	margin-right:10px;
}

ul.navigation {
	padding:10px 0 10px 46px;
	background:url(../images/nav-bg.png) no-repeat;
	height:25px;
	clear:both;
}

	ul.navigation li {
		float:left;
		line-height:25px;
	}
	
	ul.navigation a {
		font-size:14px;
		color:#fff;
		background: transparent url(../images/nav-divide.png) no-repeat left center;
		display:inline-block;
		padding: 0 15px;
	}

.content {
	margin-top:13px;
//	padding-left:240px;
	clear: both;
}

.sidebar {
	margin-left:-240px;
	float:left;
	background:no-repeat #e7e7e7 url(../images/world.png) 10px 0;
	border:1px solid #dfdfdf;
	padding:20px 10px 25px 25px;
	width:200px;
}
 
	.sidebar h3 {
		margin-left:-10px;
		padding-bottom:40px;
	}
	
	.sidebar dl {
		width:100px;
		float:left;
		padding-bottom:15px;
		line-height:18px;
	}
	
	.sidebar dt {
		font-size:12px;
		color:#176497;
		text-shadow:1px 1px #fff;
		font-weight:bold;
		padding-bottom:4px;
		font-weight:bold;
	}
	
	.sidebar dd a:hover{
		color:#176497;
	}
.main {
	padding-left:10px;
}

.main h2 {
	font-size:18px;
	line-height:22px;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:3px;
}

	.main h2 a {
		float:right;
		font-size:11px;
		display:inline-block;
	}
	
	a.spotlight {
		padding-left:17px;
		background:url(../images/spotlight.png) no-repeat center left;
		margin-right:5px;
	}
	
	a.next, a.prev {
		width:14px;
		height:14px;
		margin-left:2px;
		background:url(../images/title-buttons.png) no-repeat center left;
		margin-top:3px;
	}
	
	a.next {
		background-position: right 0;
	}
	

	
.ad-thumbs {
	border-top:1px solid #fff;
 	overflow:hidden;
	padding:10px 0;
	border-bottom:1px solid #e3e3e3;	
	height:78px;
}

	.ad-thumbs a img {
		border:3px solid #e5e5e5;
		float:left;
		margin-right:10px;
		margin-bottom:20px;
	}
	
	.img-wrapper {
		width:5000px;
		position:relative;
	}

	.img-wrapper li {
		float:left;
		position:relative;
	}
	
.list-area {
	border-top:1px solid #fff;
	padding-top:10px;
}	
	
	
	
.list-area dl {
	width:220px;
	padding:0 4px 15px 4px !important;
	position:absolute;
	background:#fff;
	margin-bottom:15px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
}	
	
.list-area dt {
	background:0 0 transparent url(../images/list-header.png) no-repeat;
	color:#1E6DA1;
	font-size:16px;
	line-height:36px;
	margin-left:-4px;
	padding:0 10px 10px 10px;
	width:208px;
	text-shadow:1px 1px #fff;
	font-weight:bold;
}	

.list-area dt a {
	color: #1E6DA1;
}
	
.list-area dt span {
	float:right;
}	
	
.list-area dd a{
	width:197px;
	padding-left: 19px;
	display:inline-block !important;
	line-height:22px;
	color: #676767;	
}	

.list-area dd a:hover {
	background:#f4f4f4;
	color:#196798;
	text-decoration:none;
}

.list-area dd span {
	font-weight:bold;
}

.side-bar {
	width: 260px;
	float: left;
	min-height: 500px;
}

.content-area {
}
	

.search-area {
	border-top:1px solid #fff;
	padding-top:10px;
	clear: both;
}	
	

.search-area .listing {
	padding:0 4px 15px 10px !important;
	background: white url(../images/nav-bg.png) no-repeat;
	margin-bottom:15px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
	min-height: 90px;	
	overflow: auto;
}	

.listing h3 {


	font-size:19px;
	line-height:36px;
	margin-left:-4px;
	padding:5px 10px 20px 40px;
	text-shadow: #145883 1px 1px 0;
	font-weight:bold;
}

.listing h3 a {
		color: #fff;
}
.listing .date, .listing .location {
	font-size: 11px;
	color: #a9a9a9;
	padding: 10px 0 0 0;
}

.listing .date {
	float: left;
	width: 200px;
}
.listing .location {
	float: right;
	width: 200px;
}
.listing .price {
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-shadow: #516679 0 1px 0;
	color: white;
	padding: 10px;
}

.listing .description {
	font-size: 14px;
}

.footer {
	background:#757575;
	padding:0 25px;
	height:70px;
	margin-top: 20px;
}
	.footer p {
		float:left;
		line-height:70px;
	}
	.footer p, .footer p a {
		font-size:12px;
		color:#cecece;
	}
	
		.footer p a {
			font-weight:bold;
		}
		
		.footer p a:hover {
			text-decoration:none;
		}

.footer form {
	float:right;
}
	.footer form fieldset {
		height:38px;
		background:#848484;
		margin-top:15px;
		line-height:38px;
		padding:0 12px;
		color:#fff;
		width:385px;
	}
	
	.footer form fieldset input[type=text]{
		width:50px;
		height:12px;
	}
	
	.footer form fieldset input[type=submit]{
		width:50px;
		display:inline-block;
		width:31px;
		height:23px;
		background:url(../images/footer-submit.png) no-repeat;
		border:0;
		font-size:12px;
		font-weight:bold;
		color:#fff;
	}
	
	
/*select-replacement styles*/
.selectWrapper { 
	display:inline-block;
}

.replaced {
		display:inline-block;
		width:150px;
		height:27px;
		padding:0 25px 0 10px;
		line-height:30px;
		cursor:pointer;
	}

.ddholder {
	position:absolute;
	display:none;
	border:1px solid #d6d6d6;
	padding:3px;
	background:#fff;
	top:30px;
	left:0;
}	

.ddholder li {
	padding-left:10px;
	width:168px;
}

.ddholder li:hover {
	text-decoration:underline;
	color:#196798;
	cursor:pointer;
}
	
.box-shadow {
  -moz-box-shadow: 0px 0px 10px #a5c8de; /* Firefox */
  -webkit-box-shadow: 0px 0px 10px #a5c8de; /* Safari, Chrome */
  box-shadow: 0px 0px 10px #a5c8de; /* CSS3 */
}

.tooltip{
	position:absolute;
	padding:10px;
	background:#fff url(../images/popup-bg.png) repeat-x bottom left;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	z-index:999;
	-moz-box-shadow: 0px 0px 5px #aaa; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #aaa; /* Safari, Chrome */
    box-shadow: 0px 0px 10px #aaa; /* CSS3 */
	top:50px;
	right:-5px;
	z-index:999;
	line-height:15px;
	display:none;	
	font-size:11px;
}
.tooltip span {
	font-weight:bold;
	color:#669c14;
	padding-top:5px;
	display:inline-block;
}

.triangle{
	margin-top:-22px;
	float:left;
	margin-left:80px;
}

.tooltip-data {
	display:none;
}

.tooltip-hover {
	position:absolute;
	padding:10px;
	background:#fff url(../images/popup-bg.png) repeat-x bottom left;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	z-index:999;
	-moz-box-shadow: 0px 0px 5px #aaa; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #aaa; /* Safari, Chrome */
    box-shadow: 0px 0px 10px #aaa; /* CSS3 */

	z-index:999;
	line-height:15px;
	display:none;
	font-size:11px;
}

img.triangle2 {
	position:absolute;
	bottom:-14px;
	left:50%;
}

.tooltip-hover h4 {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#3984b5;
	padding-bottom:6px;
}

.tooltip-hover p {
	float:left;
	clear:both;
	line-height:15px;
}

div.sort {
	float: right;
	clear: both;
}

.form_value input, .form_value select {
	width: 200px;
	padding: 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-border-radius: 4px;
	margin-bottom: 10px;
	color: black;
	font-size: 12px;	
}

.form_value input:hover, .form_value input:active, input.button:hover, a.button:hover {
  -moz-box-shadow: 0px 0px 10px #a5c8de; /* Firefox */
  -webkit-box-shadow: 0px 0px 10px #a5c8de; /* Safari, Chrome */
  box-shadow: 0px 0px 10px #a5c8de; /* CSS3 */

}
.form_value select {
	font-size: 14px;
	height: 38px;	
	border: none;
	width: 220px;
}

fieldset {
	margin: 20px 0 20px 0;
}
fieldset .left {
	float: left;
}
fieldset .right {
	float: left;
	margin-left: 20px;
}

div.form_label.tos {
	clear: both;
	margin-bottom: 20px;
}

.vdivider {
	border-right: 1px dashed #b9b9b9;
	padding: 0 20px 0 0;
}

form.search fieldset {
	margin: 0;
}

input.button, a.button {
background: #eeeeee; /* old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
padding: 10px;
border: 0;
font-size: 12px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-border-radius: 6px;
	color: #3f3f3f;
	text-shadow: #fff 0 1px 0;
}

.right10 {
	margin-right: 10px;
}

/* @group Images */

img.thumbnail {
	border: 2px solid #e9e9e9;
}


/* @end */



/* @group My Ads */

table.ads {
	width: 100%;
	margin: 10px 0 10px 0;
}

td.photo {
	width: 69px;
}

/* @end */


