/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #253F7A; 
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #000000;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.0em; text-transform: none;}

#main h1, #rightbar h1 {
	padding: 10px 0 5px 0px;
	margin: 0 0 0 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

p, h1, h2, h3 {
	margin: 10px 0px;
}
ul, ol {
	margin: 10px 5px;
	padding: 0 15px;	
	color: #253F7A;	
}
ul span, ol span {
	color: #000000;
}

/* images */
img {
	border: 0 ;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0;
}
a:hover img {  
 border: 0 ;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #253F7A;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #253F7A;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #000000;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#000000;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #000000;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #000000; 
	vertical-align: top;
}
form.searchform input.button {
	
}
.formbutton {
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	width: 25px;
	text-align: center;
	background: #a5cceb;
}
/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
	width: 100%;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 100%;	
}

/* header */
#header {
	position: relative;
	background: url(headerback.gif) repeat-x;
	height: 84px;
	white-space: nowrap;
	}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #000000;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0;
	left: 5px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 55%;	
	border-left: 1px solid #f2f2f2;
}
#main2 {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 650px;	
	border-left: 1px solid #f2f2f2;
}
#main3 {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 55%;	
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 4px 0;	
	padding-right: 0;		
	text-decoration: none;
	white-space:nowrap;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 0px 5px; 
	padding: 2px 0px 2px 0px;
	margin-left:-7px;
	list-style: outside;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
			
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
div#menu_container{
	border: 1px solid #808080;
	border-width: 0 0 4px 0;
	width:100%;
	height:35px;
	white-space: nowrap;
}
div#menu {
	height:35px;
	float:left;
	width:100%;
	white-space: nowrap;
}
#menu ul {	
	position: relative; 
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/*Login*/
div#login{
	text-align:right;
	float:right;
	width:30%;
	padding-right:11px;
}
#login ul {
	position: relative; 
	margin: 0; padding: 0;	
	float: right;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	list-style: none;
}
#login ul li{
	display: inline;	
}
#login ul li a {
	position: relative; bottom: -4px;
	float: right;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
}
#login ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#login ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }

/* 3 column main table */
.maintable {
	width: 100%;
	border: 0px solid #AAAAAA;
	border-collapse: collapse;
	padding: 2px;
	margin: 2px;
	margin-left: 0px;
}

/*columns in main table */
.leftcolumn {
	width: 175px;
	padding:4px 11px 4px 4px;
	vertical-align: top;
	display: inline;
}
.centercolumn {
	vertical-align: top;
	padding:4px 4px 4px 8px;
}
.rightcolumn {
	vertical-align: top;
	width: 150px;
	padding:4px;
}

/*box defining properties */
.box_150 {
	width: 150px;
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_content_1 {
	background-color: #a5cceb;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 0px;
	font-size: 12px;
}
.box_head_1_150 {
	width: 126px;
	background-color: #336699;
	background-image:url(boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}

.box_head_1_dyn a,
.box_head_1_dyn { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap; text-align:left;}
.box_head_1_dyn a:hover { color:#a5cceb; text-decoration: none; font-weight: bold;}
.box_head_2_dyn a { color:#FFFFFF; text-decoration: none; font-weight: bold; white-space:nowrap;}
.box_head_2_dyn a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}

.box_head_1_left {
	width:12px;
	height:21px;
	background-color: #336699;
	background-image:url(boxhead2/hd_336699_left.gif);
	background-repeat: no-repeat;
}
.box_head_1_right {
	width:12px;
	height:21px;
	background-color: #336699;
	background-image:url(boxhead2/hd_336699_right.gif);
	background-repeat: no-repeat;
}
.box_head_2_150 {
	width: 126px;
	background-color: #ff9900;
	background-image:url(boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_2_left {
	width:12px;
	height:21px;
	background-image:url(boxhead2/hd_ff9900_left.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
}
.box_head_2_right {
	width:12px;
	height:21px;
	background-image:url(boxhead2/hd_ff9900_right.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
}
.box_head_2_left_flip {
	width:12px;
	height:21px;
	background-image:url(boxhead2/hd_ff9900_left_flip.gif);
}
.box_head_2_right_flip {
	width:12px;
	height:21px;
	background-image:url(boxhead2/hd_ff9900_right_flip.gif);
}
.box_150_content_2 {
	width: 148px;
	background-color: #a5cceb;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 4px;
}
.box_head_2_dyn {
	background-color: #ff9900;
	background-image:url(boxhead2/hd_ff9900_mid.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_head_2_flip {
	background-color: #ff9900;
	background-image:url(boxhead2/hd_ff9900_mid_flip.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_content_2 {
	background-color: #EEEEEE;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 12px;
	font-size: 12px;

}
/* Fix for IE 6 to inherit font size */
.box_content_2 td{
	font-size:12px;
}
.box_dyn {
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_head_1_dyn {
	background-color: #336699;
	background-image:url(boxhead2/hd_336699_mid.gif); 
	background-repeat:repeat-x;
	height:21px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size: 12px;
	width:100%;
}
.box_dyn_content {
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 2px;
	padding-bottom: 2px;
}

/*not boxes*/
.submenu {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-collapse:collapse;
	text-indent: 8px;
	background-color: #a5cceb;
	padding: 2px;
	font-size: 12px;
}
.submenu_buttons {
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
	border: 0;
	font-size: 12px;
}
.formbutton {
background-color: #a5cceb;
border: 1px solid #000000;
color: #000000;
font-size: 10px;
font-weight: bold;
}
.user_admin_text1 {
color: #000000;
font-size: 12px;
font-weight: bold;
}
h1 {
font-size: 16px;
text-align: center;
font-weight:bold;
}
.footertext {
	font-size: 10px;}
.login_box_text1 { font-size: 12px; }
.login_box_text2 { font-size: 12px; }

/* ----- CSS for User Management Table ----- */
.use_man_table_container
{
  text-align: center;
  margin: 0px auto;
  width: 600px;
}
.use_man_table_header
{
     clear: both;
     width: 600px;
     padding-bottom: 0px;
     padding-top: 30px;
}
.use_man_table_left
{
  width: 295px;
  padding-right: 5px;
  float: left;
  clear: left;
}

.use_man_table_right
{
  width: 295px;
  padding-left: 4px;
  float: right;
  clear: right;
}
.use_man_table_footer
{
     clear: both;
     width: 600px;
     height: 1px;
}
.use_man_table_left div,
.use_man_table_right div{
	text-align:left;
}

.use_man_table_left div a,
.use_man_table_right div a {
	padding-left: 30px;
	text-decoration:none;
}
.use_man_table_left div img,
.use_man_table_right div img {
	width: 42px;
	height: 42px;	
}
.use_man_table_sep {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #dddddd;
	clear:both;
}

/* extra questions and extra checkboxes */
.extraCheckboxes {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;	
}
.extraCheckboxes li {
	background-image: url('images/checkbox_arw.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 0px solid black;
	white-space:nowrap;
	margin:0px;
}
.extraQuestionName,
.extraQuestionName li,
.extraQuestionValue,
.extraQuestionValue li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.extraQuestionName li,
.extraQuestionValue li {
	margin-bottom: 5px;
}













#galleryContainer
{
	width: 450px;
	height: 100%;
	margin: 0px auto; /* CENTER THE DIV */
	text-align: center;
}
#galleryBigImage
{
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 4px;
}
#galleryBigImage img
{
	margin: 0px auto;
}
#galleryThumbs
{
	width: 192px;
	
	float: right;
	padding: 3px;
	
	text-align: auto;
}

#galleryThumbs ul
{
	margin: 0px;
	padding: 0px;
}
#galleryThumbs ul li
{
	list-style: none;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	
}

#galleryThumbs ul li img
{
	margin: 0px auto;
	border: 0px;	
}

.newest_1_result_table_body_even {
	font-weight: normal;
	color: #000000;
	background-color: #CDDFED;
	text-align: left;
	padding: 4px;
}
.newest_1_result_table_body_even_bold {
	font-weight: bold;
	color: #000000;
	background-color: #CDDFED;
	text-align: left;
	padding: 4px;
}
.newest_1_result_table_body_odd {
	font-weight: normal;
	color: #000000;
	background-color: #B8CFE4;
	text-align: left;
	padding: 4px;
}
.newest_1_result_table_body_odd_bold {
	font-weight: bold;
	background-color: #B8CFE4;
	color: #000000;
	text-align: left;
	padding: 4px;
}

.newest_1_result_table_body_even, .newest_1_result_table_body_even_bold, .newest_1_result_table_body_odd,.newest_1_result_table_body_odd_bold a:link {
	text-decoration: none;
	color: #ff9900;
}
.newest_1_result_table_body_even, .newest_1_result_table_body_even_bold, .newest_1_result_table_body_odd,.newest_1_result_table_body_odd_bold a:visited {
	text-decoration: none;
	color: #ff9900;
}
.newest_1_result_table_body_even, .newest_1_result_table_body_even_bold, .newest_1_result_table_body_odd,.newest_1_result_table_body_odd_boldn a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/* Column Header Styles */

.photo_column_header, .address_column_header, .business_type_column_header, .city_column_header, .state_column_header, .country_column_header, .zip_column_header, .title_column_header, .description_column_header, .entry_date_column_header, .price_column_header, .ad_features_column_header, .cost_column_header {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
	background: #9ABDDA;
}
.optional_field_header_1, .optional_field_header_2, .optional_field_header_3, .optional_field_header_4, .optional_field_header_5, .optional_field_header_6, .optional_field_header_7, .optional_field_header_8, .optional_field_header_9, .optional_field_header_10, {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: #9ABDDA;	
}
a.optional_field_header_1:link, 
a.optional_field_header_2:link, 
a.optional_field_header_3:link, 
a.optional_field_header_4:link, 
a.optional_field_header_5:link, 
a.optional_field_header_6:link, 
a.optional_field_header_7:link, 
a.optional_field_header_8:link, 
a.optional_field_header_9:link, 
a.optional_field_header_10:link,  {
	text-decoration: none;
	color: #ffffff;
} 
a.photo_column_header:link, 
a.address_column_header:link, 
a.business_type_column_header:link, 
a.city_column_header:link, 
a.state_column_header:link, 
a.country_column_header:link, 
a.zip_column_header:link, 
a.title_column_header:link, 
a.description_column_header:link, 
a.entry_date_column_header:link, 
a.price_column_header:link, 
a.ad_features_column_header:link, 
a.cost_column_header:link {
	text-decoration: none;
	color: #ffffff;
} 
 
a.photo_column_header:hover, 
a.address_column_header:hover, 
a.business_type_column_header:hover, 
a.city_column_header:hover, 
a.state_column_header:hover, 
a.country_column_header:hover, 
a.zip_column_header:hover, 
a.title_column_header:hover, 
a.description_column_header:hover, 
a.entry_date_column_header:hover, 
a.price_column_header:hover, 
a.ad_features_column_header:hover, 
a.cost_column_header:hover {
	text-decoration: none;
	color: #ffffff;
} 
 
a.photo_column_header:visited, 
a.address_column_header:visited, 
a.business_type_column_header:visited, 
a.city_column_header:visited, 
a.state_column_header:visited, 
a.country_column_header:visited, 
a.zip_column_header:visited, 
a.title_column_header:visited, 
a.description_column_header:visited, 
a.entry_date_column_header:visited, 
a.price_column_header:visited, 
a.ad_features_column_header:visited, 
a.cost_column_header:visited {
	text-decoration: none;
	color: #ffffff;
}
 .browsing_result_table_body_even { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
background-color: #CDDFED;
 } 

.browsing_result_table_body_even_bold { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
background-color: #CDDFED;
 } 

.browsing_result_table_header { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #ffffff; 
 } 

.browsing_result_table_body_odd { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
background-color: #B8CFE4;
 } 

.browsing_result_page_links { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
 } 

.browsing_result_table_body_odd_bold { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
background-color: #B8CFE4;
 } 

.browsing_subcategory_name { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
padding-left: 5px; } 

.newest_ad_header { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #ffffff; 
background-color: #000000;
 } 

.browsing_subcategory_description { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
padding-left: 105px;
padding-bottom: 15px; } 

.browsing_category_tree { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
 } 

.featured_ad_title tr {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background: #34668F;
	padding-left:5px;
 } 

.browsing_subcategory_count { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: bold; 
color: #FF0000; 
text-decoration: none; 
 } 

.page_of { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
 } 

.more_results { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
 } 

.error_message { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
color: #ff0000; 
text-align: center;
 } 

.subcategories_of { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
 } 

.no_ads_in_category { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
text-align: center;
 } 

.main { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
 } 

.no_subcategories_to { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
 } 

.newest_ad_title { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
 } 

.featured_ads_links { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #ffffff; 
text-decoration: none; 
 } 
.normal_results_header {
padding-left:5px;
}
.featured_ad_pics_1_pic_row { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
background-color: #ffffff;
text-align: center;
 } 
.adstyle1 {
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}
.adstyle1 a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.adstyle1 a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.adstyle1 a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.adstyle2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.adstyle3 {color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }

span.display_ad_title {
font-size:14px;
font-weight:bold;
padding: 0px 0px opx 0px;
}
.display_ad_category_tree {
font-size:11px;
padding-bottom: 15px;
}
.display_ad_category_tree a {
font-size:11px;

}
.display_ad_main { 
font-size: 12px; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
text-align: left;
 } 
 
 
/* left column with 3D buttons ********************************************************  

#categories { width:230px;}
#categories .bg_box 		{margin:0 0px 9px 0;}

#categories .box_title_b_bg				{background:url(template/box4_title_b_bg.gif) 0px bottom repeat-x;}
#categories .box_title_bg				{background:url(template/box4_title_bg.gif) 0px 0px repeat-x;}
#categories .box_title_l				{background:url(template/box4_title_l.gif) 0px 0px repeat-y;}
#categories .box_title_r				{background:url(template/box4_title_r.gif) right 0px repeat-y;}

#categories .box_title_bl				{background:url(template/box4_title_bl.gif) 0px bottom no-repeat; width:100%;}
#categories .box_title_br				{background:url(template/box4_title_br.gif) right bottom no-repeat;}
#categories .box_title_tl				{background:url(template/box4_title_tl.gif) 0px 0px no-repeat;}
#categories .box_title_tr				{background:url(template/box4_title_tr.gif) right 0px no-repeat;padding:21px 22px 15px 29px;}


#categories .box_body_t					{background:url(template/box3_body_t.gif) 0px bottom repeat-x #ededed;}
#categories .box_body_l					{background:url(template/box3_body_line.gif) 0px 0px repeat-y;}
#categories .box_body_r					{background:url(template/box3_body_line.gif) right 0px repeat-y;}
#categories .box_body_b					{background:url(template/box3_body_line.gif) 0px bottom repeat-x;}
#categories .box_body_bl				{background:url(template/box3_body_bl.gif) 0px bottom no-repeat; width:100%;}
#categories .box_body_br				{background:url(template/box3_body_br.gif) right bottom no-repeat;}


#categories .box_title 				{color:#ffffff; font-size:12px; line-height:14px;font-weight:bold;text-transform:uppercase;font-family:arial;}
#categories .box_title a 			{color:#ffffff; text-decoration:none;}
#categories .box_title a:hover		{text-decoration:underline;}

#categories ul {padding:0px; margin:0 20px; color:#666666;}
#categories .box_body {margin:0; color:#585858; padding:20px 29px 30px 29px;}
*/

#categories { width:200px;}
#categories .bg_box 		{margin:10px 0px 0px 0;}

/*  ********************************************************  */
#categories .box_title_b_bg				{
	background:url(template/box4_title_b_bg.gif) repeat-x 0px bottom;
}
#categories .box_title_bg				{background:url(template/box4_title_bg.gif) 0px 0px repeat-x;}
#categories .box_title_l				{background:url(template/box4_title_l.gif) 0px 0px repeat-y;}
#categories .box_title_r				{background:url(template/box4_title_r.gif) right 0px repeat-y;}
#categories .box_title_bl				{background:url(template/box4_title_bl.gif) 0px bottom no-repeat; width:100%;}
#categories .box_title_br				{background:url(template/box4_title_br.gif) right bottom no-repeat;}
#categories .box_title_tl				{background:url(template/box4_title_tl.gif) 0px 0px no-repeat;}
#categories .box_title_tr				{background:url(template/box4_title_tr.gif) right 0px no-repeat;padding:21px 22px 15px 29px;}

/*  ********************************************************  */
#categories .box_body_t					{
	background: #F1F1F8;
}
#categories .box_body_l					{}
#categories .box_body_r					{}
#categories .box_body_b					{;}
#categories .box_body_bl				{ width:100%;}
#categories .box_body_br				{}


/*  ********************************************************  */
#categories .box_title 			{color:#ffffff; font-size:12px; line-height:14px;font-weight:bold;text-transform:uppercase;font-family:arial;}
#categories .box_title a 		{color:#ffffff; text-decoration:none;}
#categories .box_title a:hover 	{text-decoration:underline;}
/*  ********************************************************  */
#categoriesContent { padding: 10px 0px 10px 10px;}

#categories .box_body ul li 		{ font-family:tahoma; font-weight:normal;padding:0 0 3px 0; width:100%;}
#categories .box_body ul li span	{}
#categories .box_body ul li a:hover {text-decoration:underline;}

#categories .box_body ul li a { font-family:tahoma; font-weight:normal; font-size:11px; line-height:20px; text-decoration:none; color:#525252; padding:0 0 0 11px; background:url(template/bg_list3.gif) 0px 4px no-repeat;}

li {list-style:none;}
.main_navigation_1_name {
	background: url(template/blueballoon.png) no-repeat;
	height:36px; width:180px;
	position:relative;
	top:5px;
	left: -2px;
	text-align:center;
	text-decoration: none;
	color:#FFFFFF;
}

.main_navigation_1_name a {
	text-decoration: none;
	background: url(none);
	color:#FFFFFF;
}
.main_navigation_1_name a:hover { text-decoration: underline; color:#FFFFFF}

.main_navigation_1_name a:link { text-decoration: underline; color:#FFFFFF}

.main_navigation_1_name_text  {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	position:relative;
	top:10px;
	background: url(none);
}


.main_navigation_1_name_text a:link {
	color: #FFFFFF;
}

a.main_navigation_1_sub_category_name { font-style: normal; font-weight: normal; color: #000000; text-decoration: none; font-size: 10px; line-height: 20px; padding: 0px 0px 0px 5px; }
/*  ********************************************************  */

/* Light up box slideshow styles */
.lightUpBox {
	/* This is for the overall box the image gallery is in */
	
	/* position needs to be absolute to be able to be moved on the page */
	position: absolute;
	border: 3px solid black;
	background-color: white;
	/* needs to be bigger than anything else on the page */
	z-index: 1005;
	padding: 3px;
	padding-bottom: 8px;
}

.lightUpBoxOverlay {
	/* This is the overlay that hides the rest of the page, note that the
	opacity (transparency) will be set in JS for a "see through" or "faded"
	effect. */
	
	/* position needs to be absolute to work */
	position: absolute;
	top: 0px;
	left: 0px;
	/* Change the background color for different looks for how back is faded */
	background-color: #000000;
	width: 100%;
	/* needs to be second biggest z-index on the page */
	z-index: 1004;
}

.lightUpBox_imageBox {
	/* In the overall box, this is the div containing the image */
	text-align: center;
}
.lightUpBox_imageBox img {
	/* The actual image */
	border: 1px solid black;
	cursor: pointer;
}
img.lightUpBigImage {
	/* This is a stand-alone image in the box, it's not wrapped by extra HTML,
	this is used on image upload page as a "simpler" light up box without the
	fancy slideshow. */
	
	/* give it a pointer since when you click on it, it closes it. */
	cursor: pointer;
}

.lightUpBox_navigation {
	/* In the overall box, this is the div containing the navigation */
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	text-align: center;
	/* width: 80%; */
	background-color: white;
	border-bottom: 1px dashed black;
	border-left: 1px dashed black;
}

.lightUpBox_description {
	/* In the overall box, this is the div containing the image description */
	text-align: center;
}

