/*  
Author: Faisal Faridi
*/


body {
	margin: 5px auto 0px auto; /**/
	padding: 0px;
	color: #5F5F5F;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	background: #FFFFFF url(images/back.gif) repeat-x;
}

table {
	color: #5F5F5F;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
}

h1 {
	color: #649CCC; 
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #006BB4; 
	font-size: 20px;
	font-weight: bold;
	margin-top:2px;
	margin-bottom:2px;
	font-family: Arial, Verdana, sans-serif;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

h3 a, 
h3 a:link, 
h3 a:visited, 
h3 a:active {
	color: #5F5F5F; 
	text-decoration: none; 
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top:4px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom:5px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	margin-top:20px;
}

a, 
a:link, 
a:visited, 
a:active {
	color: #006BB4; 
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#main_wrapper {
	width: 1007px;
	margin-left:auto;
	margin-right:auto;
}

#header_wrapper {
	float: left; 
	width:100%;
}

#header_logo_menu_wrapper {
	padding:0px;
	margin:0px;
}

#logo_wrapper {
	float: left;
	width:100%;
	background: #649CCC;
	padding:0px;
	margin:0px;
}

#logo {
	float: left;
	width:30%;
	padding:0px;
	margin:0px;
}

#menu {
	float: right; 
	width:100%;
	clear: both;
	display: block;
	padding:0px;
	margin:0px;
}

#date {
	float:left;
	width:20%;
	padding: 6px 0px 8px 6px;
}

#navigation {
	float: right; 
	width:100%;
}

#content_sidebar_wrapper {
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
}

#footer_wrapper {
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
}

#content_wrapper {
	float:left;
	width: 466px;
	padding-right: 10px;
}

#content_main_wrapper {
	float:left;
	width: 845px;
	padding-right: 10px;
}

#content_wrapper_full {
	float:left;
	width: 818px;
	padding-left: 10px;
}

#content_wrapper_general {
	float:left;
	width: 1007px;
}

#content_wrapper_home {
	float:left;
	width: 666px;
	padding-left: 15px;
}

#content {
	float:left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#left_sidebar_wrapper {
	float:left;
	width: 190px;
	padding-left: 15px;
	padding-right: 10px;
}

#left_sidebar_main_wrapper {
	float:left;
	width: 120px;
	padding-left: 15px;
	padding-right: 10px;
}

#right_sidebar_wrapper {
	float:right;
	width: 160px;
	padding-right: 10px;
}

#right_sidebar_wrapper_home {
	float:right;
	width: 300px;
	padding-right: 15px;
}

#sidebar {
	margin: 0px;
}

#sidebar_block {
	width:100%;
    	margin: 0px 0px 0px 0px;
}

#navigation UL{ margin:0px; padding:0px; display:inline; float:right;}
#navigation UL LI{ 
	list-style-type:none; 
	display:inline;
	padding-left:5px;
	padding-right:10px;
	background: url(images/menu_seperator.gif) no-repeat right;
	font-size:13px;
}

#navigation li a,
#navigation li a:link,
#navigation li a:visited,
#navigation li a:active {
    color: #5F5F5F;
}

#navigation li a:hover {
    color: #5F5F5F; 
    text-decoration: underline;
}

#navigation span{ 
	display:inline;
	padding-left:5px;
	padding-right:10px;
	font-size:13px;
	float:right;
}

#navigation span a,
#navigation span a:link,
#navigation span a:visited,
#navigation span a:active {
    color: #5F5F5F;
}

#navigation span a:hover {
    color: #5F5F5F; 
    text-decoration: underline;
}

#navigation span.username {
	font-weight:bold;
    color: #006BB4; 
}

#blank { 
	display: block; 
	clear: both; 
	height: 10px;
}

#halfblank { 
	display: block; 
	clear: both; 
	height: 5px;
}

.clear { 
	clear:both; 
	display: block; 
}

#message {
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

#form_wrapper {
	background:#FFFFFF;
	border:1px solid #B7CEFF;
	margin-top: 0px;
}

#form_wrapper_categories {
	background:#FFFFFF;
	border:1px solid #B7CEFF;
	margin-top: 0px;
	width:100%;
}

#form_heading {
	color: #649CCC; 
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px 6px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
	text-transform: uppercase;
}

#form_heading_login {
	color: #649CCC; 
	font-size: 16px;
	font-weight: bold;
	padding: 2px 10px 6px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
}

#form_heading_adv {
	color: #3399FF; 
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
}

#form_heading_sms {
	color: #FF6600; 
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
}

#form_heading_payment_opt {
	color: #008000; 
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
}

#form_heading_tabulated_search {
	color: #990099; 
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	background: transparent;
	border-bottom:0px solid #B7CEFF;
}

#columns_rows {
	padding: 0px 0px 0px 0px;
}

#columns_rows ul {
	margin: 0px 0px 0px 25px; 
	padding: 0px;
}

#columns_rows li { 
    font-size: 12px;
    padding: 0px 0px 0px 0px;
	font-size: 13px;
}

#columns_rows_inner {
	padding: 0px;
}

#column_name_blank {
	color: #5F5F5F; 
	float:left;
	padding: 2px 0px 7px 5px;
	background: transparent;
	margin-right:10px;
	text-align:left;
	font-weight: bold;
}

#column_name {
	color: #5F5F5F; 
	float:left;
	padding: 2px 0px 7px 5px;
	background: transparent;
	margin-right:10px;
	text-align:left;
	font-weight: bold;
}

#column_name_inner {
	color: #5F5F5F; 
	float:left;
	padding: 0px 0px 5px 0px;
	background: transparent;
	margin-right:10px;
	text-align:left;
	font-weight: bold;
}

#column_component {
	color: #222222; 
	float:left;
	padding: 2px 0px 7px 0px;
}

#column_component_inner {
	color: #222222; 
	float:left;
	padding: 0px 0px 5px 0px;
}

#command {
	text-align:left;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
}

.command_button {
	color: #649CCC; 
	background: #FFFFFF;
	border:1px solid #B7CEFF;
	cursor: pointer; 
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

.command_select {
	color: #5F5F5F;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #FFFFFF;
	border:1px solid #B7CEFF;
	font-family: Arial, Verdana, sans-serif;
}

#command_url {
	text-align:left;
	padding: 0px 10px 0px 10px;
}

input {
	color: #5F5F5F;
	border:1px solid #B7CEFF;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

button {
	border:1px solid #006BB4;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	background:url(images/gallery_header.png) bottom #0099FF;
}

.button {
	border:1px solid #006BB4;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	background:url(images/gallery_header.png) bottom #0099FF;
}

.button_interested {
	border:1px solid #006BB4;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	background:url(images/gallery_header.png) bottom #0099FF;
	height:30px;
}

textarea {
	color: #5F5F5F;
	border:1px solid #B7CEFF;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

select {
	color: #5F5F5F;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #FFFFFF;
	border:1px solid #B7CEFF;
}

#home_cat {
	float:left;
	width: 100%;
	margin-left: -8px;
	font-size: 11px;
}

.home_categories { 
	border:1px solid #CCCCCC;
}

.home_categories a,
.home_categories a:link,
.home_categories a:visited,
.home_categories a:active {
    color: #5F5F5F;
}

.home_categories a:hover {
    text-decoration: none;
}

#login_user_msg {
	float: right;
	margin: 5px 5px 5px 0px; 
	background: #F2F2F2;
}

font.upload {
	font-size: 12px;
	font-weight: bold;
}

font.smalltext {
	font-size: 11px;
	font-weight: normal;
}

font.smalltext_searchresult {
	font-size: 10px;
	font-weight: normal;
}

font.red {
	font-size: 11px;
	color: red; 
}

a.smalltext, 
a.smalltext:link, 
a.smalltext:visited, 
a.smalltext:active {
	font-size: 11px;
	color: #006BB4; 
	text-decoration: none; 
}

a.smalltext:hover {
	font-size: 11px;
	text-decoration: underline;
}

a.smalltext_searchresult, 
a.smalltext_searchresult:link, 
a.smalltext_searchresult:visited, 
a.smalltext_searchresult:active {
	font-size: 10px;
	color: #006BB4; 
	text-decoration: none; 
}

a.smalltext_searchresult:hover {
	font-size: 10px;
	text-decoration: underline;
}

a.breadcrumb, 
a.breadcrumb:link, 
a.breadcrumb:visited, 
a.breadcrumb:active {
	font-size: 11px;
	color: #5F5F5F; 
	text-decoration: none; 
}

a.breadcrumb:hover {
	font-size: 11px;
	text-decoration: underline;
}

.table_column_name_inner {
	padding: 0px;
	margin-right:0px;
	font-weight: bold;
}

a.link_in_table, 
a.link_in_table:link, 
a.link_in_table:visited, 
a.link_in_table:active {
	color: #5F5F5F; 
	text-decoration: none; 
}

a.link_in_table:hover {
	text-decoration: underline;
}

.highlighted {
	background-color: #CFE2FF;
}

.alternate {
	background-color: #F5F5F5;
}

.normal {
}

.search_logo {
	float:left;
	text-align:left;
	width:100%;
	padding-bottom:20px;
}

.search_again {
	float:left;
	text-align:left;
	padding-bottom:3px;
}

td.search_column_heading {
	font-weight: bold;
	border: 1px solid #B7CEFF;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
}

td.search_rows {
	border-left: 0px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 1px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
	font-size: 10px;
}

td.search_rows_title {
	border-left: 1px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 1px solid #B7CEFF;
	border-bottom: 1px dashed #B7CEFF;
	font-size: 14px;
	font-weight:bold;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
}

font.search_rows_label {
	font-size: 11px;
	font-weight:bold;
}

td.search_rows_desc1 {
	border-left: 1px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	font-size: 10px;
	padding-left:3px;
	padding-bottom:2px;
}

td.search_rows_desc2 {
	border-left: 1px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
	font-size: 10px;
	padding-left:3px;
	padding-bottom:2px;
}

td.search_rows_divider {
	border-top:0px solid #EEEEEE;
	height:6px;
}

td.search_rows_img {
	border-right: 1px solid #B7CEFF;
	font-size: 11px;
}

td.search_rows ul {
	margin: 0px; 
	padding: 0px 0px 0px 15px; 
}


#headlogo {  float: left;  text-align: left; padding: 0px 0px 10px 15px;}
#slogan { color: #5F5F5F; font-size: 32px; font-weight: bold; float: right;  text-align: right; padding: 42px 20px 0px 0;}
#headmenu { width: 100%; background: #FFFFFF; float: right; text-align: right; }
#headmenu a {text-decoration: none; color: #5F5F5F; text-transform: none; font-weight: bold;} 
#headmenu a:hover {text-decoration: underline;} 
.gdh {
	color: #006BB4;
	font-size: 35px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

.gdh_string {
	color:#006BB4;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

.gdh_string_city {
	color:#8CC040;
	font-size:12px;
	font-weight:bold;
}

.maintablestyle {
	border:0px solid #CCCCCC;
}

.titlestyle {
	color: #AEAEAE;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 0px dashed #DDDDDD; 
}

.left_menu {
	width: 180px;
	padding-right: 10px;
}

.column_heading {
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}

.rows_value {
	padding-left: 10px;
	font-size: 12px;
}

.default {
	background-color: #F5F5F5;
}

.booked {
	background-color: #CCFFCC;
}

.total_days {
	background-color: #DDDDDD;
}

.table_label {
	font-weight: bold;
	font-size: 11px;
}

.table_value {
	font-weight: normal;
	font-size: 11px;
}

.table_value_required {
	font-weight: normal;
	font-size: 11px;
	color: red; 
	text-align:left;
}

.thanks {
	font-weight: bold;
	font-size: 14px;
	color: gray;
}

.steps {
	font-weight: bold;
	font-size: 14px;
	color: gray;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
}

.subtitlestyle {
	font-weight: bold;
	font-size: 17px;
	color: gray;
}

.table_view_classified_section {
	border:1px solid #CCCCCC;
}

.section_title {
	font-weight: bold;
	font-size: 14px;
	color: gray;
	text-transform:uppercase;
}

.boxed_content_head {background:url(images/boxed_content_hbg.gif) repeat-x;}
.boxed_content_lt {float:left; display:inline; width:8px; height:8px;}
.boxed_content_rt {float:right; display:inline; width:8px; height:8px;}
.boxed_content_headtxt {font-size:17px; font-weight:bold; color:#FF6C00; padding:0 15px 5px 10px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; clear:both;}
.boxed_content_body {border:1px solid #cccccc; padding:0px 0px 2px 0px; height:100%;}

.spacing {
	padding-top:10px;
	padding-bottom:10px;
}

.spacing_interested {
	padding-top:8px;
	padding-bottom:35px;
}

td.final_ad_subtitlestyle {
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #E8EFFF;
	padding-left:5px;
}

.final_ad_category {
	font-size:12px;
	font-weight:normal;
	padding-left:5px;
	color:#A2A2A2;
}

.final_ad_manuf_type {
	font-size:13px;
	font-weight:bold;
	border: 1px solid #B7CEFF;
	padding:10px;
	background:#DDE8FF;
}

.final_ad_box_border {
	border: 1px solid #E8EFFF;
}

.final_ad_locality_outer {
	font-size:15px;
	font-weight:bold;
	border: 1px solid #E8EFFF;
}

.final_ad_locality_inner {
	border: 0px solid #B7CEFF;
	background:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
}

.final_ad_box_header {
	font-size:12px;
	font-weight:bold;
	border: 1px solid #B7CEFF;
	padding:5px;
	background:url(images/dtl_tbl_hdr.gif1) repeat-x #DDE8FF;
	text-transform:none;
}

.final_ad_box_detail {
	font-size:11px;
	font-weight:normal;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	background:#FFFFFF;
	vertical-align:top;
}

.final_ad_box_detail_label {
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:right;
	vertical-align:top;
}

.final_ad_box_detail_value {
	font-size:11px;
	font-weight:normal;
	padding-left:2px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.final_ad_box_add_detail_value {
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.final_ad_box_detail_value ul {
	margin: 0px; 
	padding: 0px 0px 0px 15px; 
}

.final_ad_box_add_detail_value ul {
	margin: 0px; 
	padding: 0px 0px 0px 15px; 
}

.gray {
	text-align:left;
	font-size:11px;
	font-weight:normal;
	padding:5px;
}

tr.real_estate_details {
	height:100px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.vehicles_details {
	height:110px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.careers_details {
	height:150px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.careers_resume_details {
	height:200px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.education_details {
	height:80px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.electronics_details {
	height:100px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.lifestyle_details {
	height:220px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.business_details {
	height:250px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.events_details {
	height:160px;
	vertical-align:top;
	background:#FFFFFF;	
}

tr.events_add_details {
	height:80px;
	vertical-align:top;
	background:#FFFFFF;	
}

.glow {
	background:yellow;	
}

.glow_free{
	background:yellow;	
	font-size:14px;
}

.message_wrapper {
	background:#FFFFCC;
	border:1px solid #FFD700;
}

.message_wrapper_info {
	border: 1px solid #B7CEFF;
	padding:10px;
	background:#DDE8FF;
}

.message_wrapper_error {
	background:#FFDDD5;
	border:1px solid red;
	padding:10px;
}

.message_error {
	color:#FF0000;
}

.email_to_friend_msg {
	font-size:12px;
}

font.print_email_fav_text {
	font-size: 11px;
	font-weight: normal;
	padding-left:5px;
}

font.title {
	font-weight: bold;
	font-size: 19px;
	color: #006BB4;
}

font.title_purpose {
	font-weight: bold;
	font-size: 19px;
	color: #006BB4;
}

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

p.under_title_space {
	padding-top:5px;
	margin:0px;
}

p.featured_header {
	padding-left:4px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
}

font.default_plan_desc {
	font-weight:bold;
}

.main_table_style_post_an_ad {
	border:1px solid #E8EFFF;
}

.main_heading_post_an_ad {
	font-size:18px;
	font-weight:bold;
	border: 1px solid #E8EFFF;
	padding:8px;
	background:#FFFFFF;
}

.main_heading_search_an_ad {
	font-size:12px;
	font-weight:bold;
	border: 1px solid #0099FF;
	padding:5px;
	background:#0099FF;
	color:#FFFFFF;
}

.main_heading_search_result {
	font-size:15px;
	font-weight:bold;
	border: 1px solid #E8EFFF;
	padding:5px;
	background:#FFFFFF;
}

.sub_heading_post_an_ad {
	font-size:12px;
	font-weight:bold;
	border: 1px solid #B7CEFF;
	padding:5px;
	background:#DDE8FF;
}

.table_label_extra {
	font-weight: bold;
	font-size: 14px;
	color:#A2A2A2;
}

.table_value_extra {
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	color:#A2A2A2;
}

tr.extra_row {
	height:15px;
}

hr {
	border:1px dotted #006BB4;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}

.first_col_hdg_billing {
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 1px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
	background:#DDE8FF;
}

.col_hdg_billing {
	font-weight: bold;
	font-size: 11px;
	border-left: 0px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 1px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
	background:#DDE8FF;
}

.col_hdg_billing_wo_border {
	font-weight: bold;
	font-size: 11px;
}

.col_value_billing {
	font-weight: normal;
	font-size: 11px;
	border-left: 0px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 0px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
}

.first_col_value_billing {
	font-weight: normal;
	font-size: 11px;
	border-left: 1px solid #B7CEFF;
	border-right: 1px solid #B7CEFF;
	border-top: 0px solid #B7CEFF;
	border-bottom: 1px solid #B7CEFF;
}

.col_group_billing {
	font-weight: normal;
	font-size: 13px;
	padding:10px 5px 10px 5px;
}

.col_withn_col_value_billing {
	font-weight: normal;
	font-size: 11px;
}

.col_withn_col_value_expired {
	font-weight: normal;
	font-size: 11px;
	text-decoration: line-through;
}

.login_form_table ul {
	list-style-type: none; 
	list-style-image: none; 
	margin: 0px; 
	padding: 0px;
}

.login_form_table li { 
    font-size: 12px;
	font-weight:bold;
    padding: 3px 0px 4px 0px;
}

.login_form_table li a,
.login_form_table li a:link,
.login_form_table li a:visited,
.login_form_table li a:active {
    color: #006BB4;
}

.login_form_table li a:hover {
    color: #006BB4; 
    text-decoration: none;
	background:#FFFFFF;
	padding-left:5px;
	padding-right:2px;
}

.login_form_table p {
	border-bottom:1px dotted #006BB4;
}

.login_form_heading {
	font-size:18px;
	font-weight:bold;
	padding:5px;
	padding-bottom:10px;
}

.login_form_table {
	border: 1px solid #B7CEFF;
	padding:5px;
	background:#DDE8FF;
}

.login_form_label {
	font-weight: bold;
	font-size: 13px;
}

.login_form_value {
	font-weight: normal;
	font-size: 13px;
}

.footer {
	font-weight: normal;
	font-size: 11px;
	padding-left:10px;
	padding-right:0px;
	color:#A2A2A2;
}

.footer_company {
	font-weight: normal;
	font-size: 11px;
	color:#A2A2A2;
}

.logo_on_search_result {
	width:148px; 
	height:50px;
	border:0px;
}

.search_result_header_outer {
	width: 430px;
	margin: auto; 
	border: 0;
	float:right;
}

.search_result_header_inner {
	position: fixed; 
	width: 431px; 
	background: #FFFFFF url(images/space.gif) repeat;
	float:right;
}

.table_header_row {
	height:125px;
}

.collage_heading_wrapper {
	padding:12px 0px 0px 10px;
}

.collage_heading {
	font-size:18px;
	font-weight:bold;
	color:#006BB4;
}

.collage_sub_heading_wrapper {
	padding:0px 0px 2px 10px;
}

.collage_sub_heading {
	font-size:11px;
	font-weight:bold;
	color:#006BB4;
}

.collage_image_wrapper {
	padding:8px 0px 0px 10px;
}

.collage_category_wrapper {
	padding:5px 10px 0px 20px;
}

.collage_category {
	font-size:11px;
}

a.collage_search, 
a.collage_search:link, 
a.collage_search:visited, 
a.collage_search:active {
	font-size:12px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: none; 
	padding-right:10px;
}

a.collage_search:hover {
	font-size:12px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: underline;
	padding-right:10px;
}

a.post_an_ad_search, 
a.post_an_ad_search:link, 
a.post_an_ad_search:visited, 
a.post_an_ad_search:active {
	font-size:12px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: none; 
	padding-right:10px;
}

a.post_an_ad_search:hover {
	font-size:12px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: underline;
	padding-right:10px;
}

.featured_heading {
	font-size:18px;
	font-weight:bold;
	color:#006BB4;
	padding-top:50px;
}

a.right_sidebar_link, 
a.right_sidebar_link:link, 
a.right_sidebar_link:visited, 
a.right_sidebar_link:active {
	font-size:13px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: none; 
}

a.right_sidebar_link:hover {
	font-size:13px;
	font-weight:bold;
	color:#006BB4;
	text-decoration: underline;
}

.sidebar_heading {
	font-size:15px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:0px;
	color:#A2A2A2;
}

.upload_title {
	font-size: 15px;
	font-weight: bold;
	color: #006BB4;
}

td.entire_rows {
	border: 1px solid #B7CEFF;
	font-size: 10px;
}

.row_height_ads_728 {
	height: 50px;
}

p.question {
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

p.answer {
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;
}

p.nospace {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

p.smalltext_network {
	font-size: 11px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	padding-left:22px;
}

.total_products {
	font-size:11px;
	font-weight:bold;
}

.default_playlist {
	cursor: pointer; 
	cursor: hand;
}

.nowplaying {
	font-size:13px;
	font-weight:bold;
	color:#006BB4;
	text-align:center;
}

.related_ads {
	font-size:11px;
	padding:5px;
}

.related_ads ul {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type:none; 
}

.message_wrapper_info ul {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	list-style-type:none; 
}

.message_wrapper_info li {
	margin: 0px; 
	padding: 0px 0px 2px 0px; 
}
