html {
overflow-x: hidden;
overflow-y: auto;
} 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*background: #fafafa;*/
	background: #ebebeb;
}

a {
	color:#0436cc;
	text-decoration: none;
}

a:hover {
	color: #3366ff;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

form { /* Added for IE compatibility */
	margin: 0px;
	padding: 0px;
}

textarea {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;	
}

.outer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e1e1e1;
}
.outer2 {background: #e1e1e1;margin-left:auto;margin-right:auto;width:700px;}
.middle {background: #cfcfcf;}
.inner {background: #bfbfbf;}

.middle, .inner, #main {
  position: relative;
  left: -1px;
  top: -1px;
}

#header {
	position:relative; /* Add for IE CSS compatibility */
	width:760px;	
	color: #666666;

}

html>body #header {
	width:auto;
	min-width: 40px
}

#globalnav {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 12px;	
	
}

#sitenav {
	float: left;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

#status, .infoBoxHeading {
	height: 20px;
	background-color: /* <PrimaryColor:Begin */ #000000; /* PrimaryColor:End> */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 12px;
	padding-top: 4px;	
}

#status a {
	color: #FFFFFF;
	text-decoration: underline;
}

#message {
	height: 20px;
	padding-top: 4px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	
}

#message a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: underline;
}


#wrapper{
	padding-top: 10px;
	padding-bottom: 10px;		
	padding-right: 10px;
	padding-left: 10px;
	width:750px;	
}

#wrapper-top{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width:740px;
	font-size: 13px;
}

#wrapper-side{
	padding-right: 10px;
	padding-left: 10px;
	width:740px;
	font-size: 13px;
}

#wrapper-bottom{
	padding-bottom: 10px;		
	padding-right: 10px;
	padding-left: 10px;
	width:740px;
	font-size: 13px;
}

#wrapper h1
{
	font: 28px/1 Trebuchet Ms, arial, helvetica;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

html>body #wrapper {
	width:auto;
}

#content {
	float:right;
	text-align:left;
	width:70%;
	font-size: 13px;
}

#content h1 {
	/*font: 28px/1 Trebuchet Ms, arial, helvetica;*/
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;	
}

h1.content {
	/*font: 28px/1 Trebuchet Ms, arial, helvetica;*/
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;	
}


#sidebar {
	float:left;
	width:25%;
	/*background-color: #00FF00;*/
}

#search {
	padding: 7px;


	background-color: #eeeeee;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 1px solid #a0a0a0;
	height: 23px;

}


#search a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#banner1 {
	margin-bottom: 10px;
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
	
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.outline {
	border: 1px solid #BBCCDD;
	padding: 10px;
}

#register {
	float:left;
	width:48%;

}

#login {
	float:right;
	width:48%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin: 10px;
}

.section {
	font-weight: bold;
	font-size: 14px;
}

label {
	font-weight: bold;
}

.subheading {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.disabled
{
	color:#999999;
}

.tip
{
	font-size:9pt;
}

.ad-title
{
	/* Same as content-h1 but without bottom padding */
	font-size:18px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ad-number
{
	color:#666666;
	font-size:8.5pt;
}

.ad-price
{
	font-size:16px;
}

.thumbnail {
	border: 1px solid #999999;
}

.textgray {
	font-size:11pt;
	color: #999999; 
}

.rowgray {
	background-image: url(images/th_bg.gif);
	height: 21px;
}

.rowgray-rev {
	background-image: url(images/th_bg_rev.gif);
	height: 21px;
}

.small {
	color:#000000;
	font-size:8.5pt;
}

.featured-ad {
	padding: 6px;
	font-size: 9pt;
	background-color: #f7f7f7;
	/*background-image: url(images/star.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #b1b1b1;
}

.ad-count {
	color: #999999;
	font-size: 8.5pt;
}

.annoucement {
	font-size: 10pt;
}

.textbox
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d9d9d9;
	border-right-color: #aeaeae;
	border-left-color: #aeaeae;
	border-top-color: #999999;
	background-image: url(images/textbox_bg.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}

.textbox-required
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #d9d9d9;
	border-right-color: #aeaeae;
	border-left-color: #aeaeae;
	border-top-color: #999999;
	background-color: #FFFFCB;
	padding-left: 1px;
}

.box {
	border-top: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 10px;
}

.box-title {
	height: 20px;
	width:100%;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	padding-top: 4px;
	padding-top: 2px;
	background-repeat: repeat-x;
	background-image: url(images/bg_grey.gif);
}

.box-title2 {
	height: 20px;
	width:100%;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
}

.box-content, .infoBoxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.featurebox-content a {
	font-size: 9pt;
}

.example-ad {
	border: 1px solid #b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	width: 70%;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
}

.example-ad-title {
	font-weight: bold;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ad-source {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.ad-total {
	font-size: 16px;
}
.error {
	font-size: 16px;
	color: #FF0000;
	padding: 10px;
	width: 75%;
	border: 2px solid #FF0000;
}

.menu-button {
	color:#333333;
	width:91;
	height:24;
	text-align:center;
	padding-top: 3px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	background-image: url(images/button_off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	overflow: hidden;
}

.menu-button:hover {
	color:#000000;
	padding-top: 3px;
	margin-top: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	background-image: url(images/button_over.gif);
	background-repeat: no-repeat;
	width:91;
	height:24;
	text-decoration: none;
}

.menu-button-active {
	color:#ffffff;
	margin-right:1px;
	padding-top:3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: /* <PrimaryColor:Begin */ #000000; /* PrimaryColor:End> */
	width:90;
	height:24;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b1b1b1;
	border-right-color: #b1b1b1;
	border-left-color: #b1b1b1;
}

.menu-button-link {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.menu-button-link:hover {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.house-ad-top {
	color:#ffffff;
	padding-top:3px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: /* <SecondaryColor:Begin */ #F8B593; /* SecondaryColor:End> */
	background-image: url(images/house_ad.gif);
	background-repeat: no-repeat;
	width:244;
	height:60;
	text-decoration: none;
}

.house-ad-top:hover {
	color:#ffffff;
	padding-top:3px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: /* <SecondaryColor:Begin */ #F8B593; /* SecondaryColor:End> */
	background-image: url(images/house_ad.gif);
	background-repeat: no-repeat;
	width:244;
	height:60;
	text-decoration: none;
}

.house-ad-top-link {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.house-ad-top-link:hover {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}


.house-ad-bottom {
	color:#ffffff;
	padding-top:3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: /* <SecondaryColor:Begin */ #F8B593; /* SecondaryColor:End> */
	background-image: url(images/house_ad2.gif);
	background-repeat: no-repeat;
	width:244;
	height:90;
	text-decoration: none;
}

.house-ad-bottom:hover {
	color:#ffffff;
	padding-top:3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: /* <SecondaryColor:Begin */ #F8B593; /* SecondaryColor:End> */
	background-image: url(images/house_ad2.gif);
	background-repeat: no-repeat;
	width:244;
	height:90;
	text-decoration: none;
}

.house-ad-bottom-link {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.house-ad-bottom-link:hover {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.primaryColor {
	background-color: /* <PrimaryColor:Begin */ #000000; /* PrimaryColor:End> */
}

.secondaryColor {
	background-color: /* <SecondaryColor:Begin */ #F8B593; /* SecondaryColor:End> */
}

.calendar {
	height: 20px;
	width:100%;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight:bold;
	color: #000000;
	font-weight: bold;
	text-align:center;
	padding-top: 4px;
	padding-top: 2px;
	background-repeat: repeat-x;
	background-image: url(images/bg_grey.gif);
}

.tab-button {
	color:#333333;
	text-align:center;
	padding-top: 3px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	background-image: url(images/tab-button_over2.gif);
	background-repeat: repeat-x;
	/*	background-repeat: no-repeat; */
/*	width:91; */
	height:24;
	text-decoration: none;
}

.tab-button:hover {
	color:#000000;
	padding-top: 3px;
	margin-top: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	background-image: url(images/tab-button_off2.gif);
/*	background-repeat: no-repeat; */
/*	width:91; */
	height:24;
	text-decoration: none;
}

.tab-button-active {
	color:#ffffff;
	margin-right:1px;
	padding-top:3px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: /* <PrimaryColor:Begin */ #000000; /* PrimaryColor:End> */
	width:90;
	height:24;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #b1b1b1;
	border-right-color: #b1b1b1;
	border-left-color: #b1b1b1;
}

/* Ad Preview Styles */
/*
 .BoldCentered { color:black;font-family : Verdana, Arial, sans-serif; font-weight: bold;font-size : 14px;text-align : center;text-justify : auto;} 
.Default { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: light;text-align:justify;text-justify : newspaper;}
.Bold { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: bold;text-align:left;text-justify : newspaper;}
.BoldText { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: bold;text-align:left;text-justify : newspaper;}
.BoldCenteredText { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: bold;text-align:center;text-justify:auto;}
.PlainText { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: light;text-align:left;text-justify : newspaper;}
.CenteredText { font-size:10px; color:black;font-family :  Verdana, Arial,sans-serif; font-weight: light;text-align:center;text-justify:auto;}
*/


.attention
{
	background-color: #FFFFCB;
	padding-left: 1px;
}

.roundedcornr_box_909981 {
/*   background: #dddddd url(roundedcornr_909981_grad.gif) repeat-x top left; */ 
   background: #b1b1b1 url(images/bg_grey.gif) repeat-x top left; 
/*   background: #b1b1b1 url(roundedcornr_842618_grad.gif) repeat-x top left; */ 
		 
}
.roundedcornr_top_909981 div {
   background: url(roundedcornr_909981_tl.gif) no-repeat top left;
}
.roundedcornr_top_909981 {
   background: transparent url(roundedcornr_909981_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_909981 div {
   background: url(roundedcornr_909981_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_909981 {
   background: transparent url(roundedcornr_909981_br.gif) no-repeat bottom right;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        //padding: 10px;
    }

.small {
}

.active-step {
	background-color: #f7f7f7;
	color:#000000;
	font-size:8.5pt;
	font-weight: bold;
	text-align: left;
	border:3px double #000000;
	padding: 5px;	
}

.finished-step {
	background-color: #ffffff;
	color:#000000;
	font-size:8.5pt;
	font-weight: bold;
	text-align: left;
	border:1px solid #b1b1b1;
	padding: 5px;	
}

.unfinished-step {
	background-color: #eeeeee;
	color:#000000;
	font-size:8.5pt;
	font-weight: bold;
	text-align: left;
	border:1px solid #b1b1b1;
	padding: 5px;	
}
    
/* HIGHLIGTED CATEGORIES */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* HIGHLIGTED CATEGORIES */
html>body #highlighted{margin:5px 0px 5px 0px; width:579px;}
#highlighted{margin:5px 0px 5px 0px; width:578px;}

#highlighted .feat_box,#highligted_ads .feat_box{
	border-color:#d7d5d5;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	padding:5px 0px 5px 0px;
	background-color:e7e7e7;
 	height:175px;
 	overflow:hidden;
}
#highlighted .bottom {}

#highlighted .header,#highligted_ads .header {
	font-size:14px;
	background-color:#EFEFEF;
	padding: 2px 5px 3px 5px;
	border:solid 1px #d7d5d5;
	display:block;
	font-style: normal;
}
#highlighted .featured_category {
	text-align:left;
	width:119px;
	text-align:left;
	padding:3px;
	font-size:11px;
	float: left;
	padding-left:19px;
}
/*FEATURED AD STYLES*/

html>body #highligted_ads { margin: 5px 0px 5px 0px; overflow:hidden;}
#highligted_ads { margin: 5px 0px 5px 0px; overflow:hidden; width:580px;}
html>body #highligted_ads .featured_ads {
	text-align:left;
	width:144px;
	text-align:center;
	font-size:12px;
	float: left;
	}
#highligted_ads .featured_ads {
	text-align:left;
	width:142px;
	text-align:center;
	font-size:12px;
	float: left;
	}
html>body #highligted_ads .bottom { padding-left:0px;}
#highligted_ads .bottom {padding-left:1px;}
.featured_ads dt,dl { margin:0px;}
.featured_ads .item01 { 
border-bottom:1px dashed #ECECEC;
font-size:12px;
font-style:normal;
line-height:12px;
margin:2px 10px;
padding:0px 0px 2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.featured_ads .item02 { font-style:normal; font-size:11px; }
.featured_ads .item03 { font-style:normal; font-size:10px; font-weight:bold; color:#5F5F5F; font-family:Verdana, Arial, Helvetica, sans-serif; }
.featured_ads dl { width:110px; display:inline;}

#highligted_ads .featured_ads img,#highlighted .featured_category img {
border:solid 1px #EFEFEF;
}
html>body #highligted_ads .feat_box{
background-image:url(images/featuredAd_box_separator.png);
background-repeat:repeat-y;
padding-left:0px;
}
#highligted_ads .feat_box{
background-image:url(images/featuredAd_box_separator.png);
background-repeat:repeat-y;
padding-left:5px;
}