table td{vertical-align:top}

/* Global */
body {
margin: 0; 
padding: 0;
background: #fff;
text-align: center;
}
#container
{
width:980px;
margin: 0px auto;
padding: 10px;
text-align: left;
background-color: #fff;
}
.slicknav_menu {
	display:none;
}
.slicknav_btn {
	background-color: transparent;
}
img {
	max-width:100%;
	height: auto;
}
.border {
border:#999 1px solid;
}
.border2px {
border:#999 2px solid;
}
.noborder {
border:none;
}
.left {
text-align:left;
}
.right {
text-align:right;
}
.center {
text-align:center;
}
.float_left{
float:left;
width:auto;
}
.float_right{
float:right;
width:auto;
}
img.floatleft {
float:left;
margin-right:10px;
}
img.floatright {
float:right;
margin-left:10px;
}
.clearboth { clear: both; }
.clear_right { clear:right; }
.clear_left { clear:left; }
form {
margin: 0;
padding: 0;
}


#footer {
margin: 20px 0px 20px 0px;
float:left;
width:100%;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
padding:5px 0px 5px 0px;
text-align:center;
font-size:0.8em;
}
ul.link{
	list-style-image:url(../images/bullet.gif);
	margin:0px 10px 0px 10px;	
}
ul.link li{
	margin:2px 4px 2px 6px; /*top right bottom left*/
	padding:2px 0px 2px 0px; /*top right bottom left*/	
}
ul.link a{
	text-decoration:none;
	color:#FF9900;
}
ul.link a:hover{
	text-decoration:underline;
}
ul.nopad {
	list-style-type:disc;
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size:17px;
	line-height:170%;
}
ul.nopad li{
	margin:4px 20px 0px 0px;
	list-style-position:inside;
}
ul.nopad a{
	font-weight: normal;
	text-decoration:none;
	color:#FF9900;
}
ul.nopad a:hover{
	text-decoration:underline;
}
.leftborder2px {
border:#000 2px solid; 
margin: 0 10px 0 0;
float:left;
}

.leftborder1px {
border:#000 1px solid; 
margin: 0 10px 0 0;
float:left;
}

hr {
  border: 0;
  width: 100%;
}

hr.hr1 {
	color: #999;
	background-color: #000;
	height: 1px;
	margin-top:20px;
	margin-bottom:20px;
	border:0;
    }
/* Typography */
body {
font-family:Arial, Helvetica, Geneva, sans-serif;
font-size:76%;
color: #333;
line-height:1.4em;
}
p {
	font-size: 1.3em;
	line-height: 1.6em;
}
p.nopad {
padding-top:0;
margin-top:0;
}
h1{
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size:2em;
line-height:normal;
color:#FF6600;
margin:0;
padding:0;
font-weight:normal;
}
h1.black{
color:#000;
}
h2 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size:1.38em;
color:#FF6600;
margin: 0 0 8px;
padding:0;
font-weight:normal;
} 
h2.black14 {
	color:#000;
}

h3 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size: 1.35em;
	color:#FF6600;
}
h3.black12 {	/* only used in advsearch.php? */
margin:0;
padding:0 0 15px;
font-size:1.2em;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
line-height:normal;
color:#000;
}

.black12 {
margin:5px 0 0 0;
padding:0;
font-size:1em;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
line-height:97%;
color:#000;
}
.black-bold {
color:#000;
margin:0;
padding:0;
font-weight:bold;
}

.orangebold {
font-family:Arial, Helvetica, sans-serif;
color:#FF6600;
margin:0;
padding:0;
font-weight:bold;
}

a:link, a:visited {
text-decoration:none;
color:#FF6600;
}
a:hover { 
color:#FF9900; 
text-decoration:underline;
}
a:active {
text-decoration:none;
color:#FF6600;
}

.text {
color:#333;
}
.small_text2 {
font-size:0.94em;
color:#333;
text-align:right;
}
.small_text2L {
font-size:0.94em;
color:#333;
text-align:left;
}
.small_text {
font-size:0.8em;
color:#999999;
text-align:right;
}
.small_textL {
font-size:0.7em;
color:#999999;
text-align:left;
}
.list_text {
font-size:0.85em;
}
.white_11 {
font-size:0.9em;
color:#FFFFFF;
text-align:right;
}
.grey_11 {
font-size:0.9em;
color:#333;
text-align:right;
font-weight:normal;
}
/*.orange12 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF6600;
margin:0;
padding:0;
font-weight:normal;
}*/
.orange_12 {
/*font-size:1em;*/
font-weight:bold;
color:#FF6600;
}
.orange_12 a:link{
font-weight:bold;
color:#FF6600;
}
.orange_12 a:visited{
color:#FF6600;
text-decoration:none;
}
.orange_12 a:hover { 
color:#FF9900; 
text-decoration:underline;
}
.orange_12 a:active{
color:#FF6600;
text-decoration:underline;
}
.caption_10 {
font-size:1em;
}
.white-bold-subtitle, .black-bold-subtitle, .color2-bold-subtitle {
	font-size: 1.3em;
	line-height: 1.6em;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
}
.white-bold-subtitle {
	color:#fff;
}
.black-bold-subtitle {
	color:#000;
}
.color2-bold-subtitle {
	color:#FF6600;
}
.normal {
	color:#333;
	font-size:1.3em;
	line-height: 1.6em;
}/*
table.normal td {
	font-size:1.3em;
}*/
/* Header */
/*#header {
float: left;
width: 100%; 
}*/

#main_logo {
float: left;
width: 150px;
padding: 0px 0px 15px;
margin-top:28px;
clear:both;
}
/*
#banner_468 {
float: right;
width: 468px;
padding:10px 0 15px 0;
text-align:right;
}
#banner_468 img, object {
border:#CCCCCC 1px solid;
}*/
#banner_728 {
float: right;
width: 728px;
padding:10px 0 15px 0;
text-align:right;
}
.google_responsive_728 {
	width: 728px;
	height: 90px;
}
#banner_728>img, #banner_728>object {
border:1px solid #CCCCCC;
}

#top_nav {
	float:left;
	width:100%;
	border-top: 1px solid #666;
	font-size: 125%;
	padding-bottom: 1.6em;
}
#sites_top {
float:left;
width:auto;
}
#siteslist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: auto;
color: #000;
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1em;
}

#siteslist li { 
display: inline;
font-size:1em; 
}

#siteslist li a
{
float:left;
width:auto;
color:#FF6600;
background-color:#fff;
padding:0.2em 1em 0.2em 0.7em;
text-decoration:none;
font-size:1em;
}

#siteslist li a:hover
{
background-color: #fff;
color: #000;
font-size:1em;
}

#siteslist li a span {
display: none;
}
/*hort navigation */
#hort_nav {
float:right;
width:auto;
}
#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
/*width: auto;*/
color: #000;
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1em;

	position:relative;
	z-index:5;
}

#navlist li {
font-size:1em; 
/*display: inline;*/
	float:right;
	margin-right:4px;
	position:relative;
}

#navlist li>a, #navlist li>a:visited
{
/*float: right;
width: auto;*/
color: #000;
background-color: #fff;
padding: 0.2em 1em 0.2em 0.7em;
text-decoration: none;
font-size:1em;

display:block;

}

#navlist li>a:hover, #navlist li>a:active
{
background: url(../images/orange_sq.gif) no-repeat top left;
/*background-color: #fff;
color: #000;
font-size:1em;*/
}

/*--- DROPDOWN ---*/
#navlist ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	top:20px;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	text-align:left;
	float:left;
	margin: 0;
	padding: 0;
}
#navlist li>ul>li{
	padding:1px 0 0; /* Introducing a padding between the li and the a give the illusion spaced items */
	margin: 0;
	float: left;
}
#navlist ul li>a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navlist li:hover>ul{ /* Display the dropdown on hover */
	left:0; 	/* Bring back on-screen when needed */
}
#navlist li:hover>a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background: url(../images/orange_sq.gif) no-repeat top left;
}
#navlist li:hover>ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	display: block;
	width: 280px;
	background: none;
	background-color: rgb(220,220,220);
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}
#navlist li:hover>ul>li>a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: rgb(220,220,220) url(../images/orange_sq.gif) no-repeat top left;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}
/*--- DROPDOWN ---*/

.icon_bar 
{
float:right; 
width:auto; 
margin-left:7px; 
margin-right:15px; 
margin-top:3px; 
text-align:right;  
clear:none;
}

#login_top{
float:right; 
width:auto;
}
/* Right Bar */
#right_bar {
float:right;
width:300px;
margin:0px;
padding:0 0 0 20px;
}
/* Right Nav bar */
#right_nav {
/*background: url(../../images/orange_bk.gif) no-repeat;*/
margin: 0 auto;
width:300px;
background-color:#000000;
}

#right_nav>img {
background-color:#000000;
width:24px;
text-align:left;
float:left;
}
#right_menu {
background:url(../images/info-container-bg.gif) repeat;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
width:276px;
padding-bottom:10px;
display:inline-block;
}
ul.right_list {
padding: 15px 0 15px 20px;
margin: 0;
list-style-type: none;
font-size:1em;
text-decoration: none;
display:block;
}
ul.right_list li{
padding: 3px 0 0 0;
}
ul.right_list li a{
color: #FF6600;
text-decoration: none;
list-style-type: none;
vertical-align:bottom;
}
ul.right_list li a span {
display: none;
}
ul.right_list li a:hover {
color: #FF3300;
list-style-type: none;
}
ul.right_list li a:visited {
color: #FF6600;
}

ul.right_list li ul {
/*width: 265px;*/
padding: 0 0 0 15px;
margin: 0;
float: left;
list-style-type:square;
}
ul.right_list li li {
padding: 3px 0;

color:#333;
font-size:0.9em;
}
ul.right_list li li a {
text-decoration: none;
color: #333;
}
ul.right_list li li a:hover {
color: #000;
}
ul.right_list li li a:visited {
color: #333;
}


/*search */
#direct_search {
background: url(/images/search_frame.gif) no-repeat;
/*float:left;
clear:left;*/
margin:0 auto;
width:280px;
padding: 10px 15px 2px 15px ;
vertical-align:top;
font-size:.9em;
text-align:center;
}
#direct_search_img {
	width:100%;
	float:right;
	margin: 3px 0 10px;
}
.direct_search_type {
	float:left;
	width:49%;
	text-align:left;
}
#advance_search {
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#e3e3e3;
}
.search-radio {
float:left; 
width:282px; 
padding:1px 8px 0px 0;
background-color:#EEEEEE;
}
.search-radio>label {
float:left;
width:auto;
margin-right:15px;
}
.search-directory {
	float:left;
	width:290px; 
	background-color:#EEEEEE; 
	padding:7px 2px 3px 8px;
	font-size:11px;
}
.search-params {
	background-color:#FFFFCC;
	font-weight:bold;
	margin:0 auto 15px;
	width:290px;
	padding:5px 10px;
	clear:left;
}
.button_go_div {
float:left;
width:auto;
text-align:center;
margin:0;

}
.button_go {
	margin-left:5px;
	vertical-align:middle;
	float:left;
	text-align:center;
	border: solid 0px red;
	background: url(../images/button_go.gif) no-repeat left;
	font-size: 13px;
	color: #FF6600;
	width: 32px;
	height: 23px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.button_search {
	/*margin-left:5px;
	vertical-align:middle;
	text-align:center;
	border: solid 0px red;*/
	border-style: none;
	background: url(../images/button_search.gif) no-repeat left;
	font-size: 13px;
	color: #FF6600;
	width: 80px;
	height: 23px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	/*background-color: #ff5c00;
	border:1px solid gray;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px 1px #222222;
	padding: 8px 20px;
	min-width: 120px;*/
}
/*.button_search:hover,
.button_search:focus {
    background-color: #d45500;
}*/
.search-field { 
float:left;
text-align:left;
width:auto;
}
.field_window {
	width: 230px;
	height:16px;
	border: solid 1px #ccc;
	font-size: 14px;
	padding:3px 4px 3px 6px;
	background: #ffffff;
	color:#999;
	float:left;
	margin-right:3px;
}
/*#direct_search {
background: url(../../images/search_frame.gif) no-repeat;
float:left;
margin-bottom:15px;
width:280px;
padding: 10px 15px 0px 15px ;
vertical-align:top;
font-size:.9em;
clear:left;
}*/
/* 300 x 250 banner */
.sidebanner{
margin:15px auto;
clear:left;
width:300px;
border:1px solid #999;
}
.sidebanner>img, .sidebanner>object{
border-style:none;
}
/*.sidebanner img, object{
border: 1px solid #999;
}*/
.sidebanner span{
margin-top:20px;
}

/* Directory Tour */
/*#direct_tour {
padding:20px 0 15px 0;
width:310px;
float:left;
}

#direct_tour img {
border: 1px solid #999;
}*/
#mail_list {
background:url(/images/maillist_top.gif) no-repeat top #000000;
width:280px;
padding:10px;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
text-align:center;
}
#form_mail>.white_11 {
	text-align:left;
	margin-bottom:15px;
}
.mail_field {
	display:inline-block;
	width:32px;
}
/* left section */
#left_bar {
float:left;
width:655px;
margin:0px;
clear:left;
}

/* Main title */
#main_title {
margin-bottom:10px;
background-color:#FFFFFF;
text-align:left;
width:auto;
}
#sitelink {
margin: 0px 0px 5px 0px;
padding:3px 0px 3px 10px;
background-color:#ececec;
text-align:left;
/*width:645px;*/
font-size:0.9em;
}
/*.quick_jump{
width:610px;
}*/
#quick_menu {
float:left;
margin: 0px 0px 10px 0px;
padding:3px 10px 0px 0px;
text-align:left;
vertical-align:text-top;
}
/*.search_pg {
float:right;
margin: 0px;
text-align:right;
font-size:0.8em;
width:200px;
}*/
.search_pg {
	float:right;
	margin: 5px 0;
	text-align:right;
	font-size:0.9em;
}
.search_pg>div {
	display:inline-block;
	margin-left: 6px;
}
/* main content*/
#main_content {
margin-top:10px;
margin-bottom:10px;
text-align:left;
/*float:left;*/
}

/* black subtitle bar */
.subtitle_barbk {
/*background-color:#000000;*/
background:url(../images/info-container-bg.gif) repeat;
padding: 3px 15px 3px 0px;
text-align:right;
text-transform:uppercase;
font-size:1.1em;
}
/*catagory search thumbnails */
.thumb_main{
float: left;
width: 187px;
margin: 0 24px 5px 0;
}
/*.thumb_2images{
float: left;
width: 172px;
margin: 15px 16px 15px 90px;
text-align:left;
line-height:normal;
}*/
.thumb_2images img, .thumb_3images img {
border: 1px solid #666;
}
.thumb_2images, .thumb_3images {
float: left;
/*width: 172px;
margin: 15px 13px 15px 28px;*/
width: 33%;
padding: 15px 0 15px 20px;
box-sizing: border-box;
text-align: left;
line-height: normal;
}
/*.thumb_3images img {
border: 1px solid #666;
margin:0;
padding:0;
}*/
.thumb_6images{
float: left;
width: 78px;
margin: 15px 10px 15px 20px;
text-align:center;
line-height:105%;
font-size:0.85em;
}
.thumb_6images img{
border: 1px solid #999;
}
.thumb_directorylist{
/*float: left;*/
display: inline-block;
vertical-align: text-top;
width: 99px;
margin: 10px 15px 0px 10px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:0.95em;
line-height:100%;
}
.thumb_directorylist img {
border: 1px solid #999;
}
.thumb_directorylist a:link{
text-decoration:none;
color:#FF6600;
}
.thumb_directorylist a:visited{
text-decoration:none;
color:#FF6600;
}
.thumb_directorylist a:hover {
color:#FF9900; 
text-decoration:underline;
}
.thumb_directorylist a:active{
text-decoration:none;
color:#FF6600;
}


/* Preview sections */
.orangebar {
float:left;
box-sizing: border-box;
width:100%;
background:#ffcc99;
padding: 3px 15px 3px 3px;
}
.subtitle_right {
float:left;
padding-left:18px;
box-sizing: border-box;
width:100%;
text-align:right;
margin-top:30px;
height:13px;
}
.greybar {
float:left;
box-sizing: border-box;
width:100%;
background:#CCCCCC;
padding: 3px 3px 3px 3px;
font-family:Arial, Helvetica, sans-serif;
}

/* Bottom black strip */
.greystrip {
float:left;
box-sizing: border-box;
width:100%;
padding: 3px 15px 3px 3px;
margin-bottom:15px;
background:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align:right;
}
.greystrip a:link {
color:#000;
text-decoration:underline;
}
.greystrip a:visited {
color:#000;
text-decoration:underline;
}
.greystrip a:hover { 
color:#fff;
text-decoration:underline;
}
.greystrip a:active {
color:#000;
text-decoration:underline;
}
.orangestrip {
float:left;
box-sizing: border-box;
width:100%;
padding: 3px 15px 3px 3px;
margin-bottom:15px;
background:#FF9933;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align:right;
}
.orangestrip a {
text-decoration:underline;
color:#000;
}
.orangestrip a:visited{
text-decoration:underline;
color:#000;
}
.orangestrip a:hover { 
color:#fff;
text-decoration:underline;
 }
.orangestrip a:active{
text-decoration:underline;
color:#000;
}
#sub_gallery {
background:#FF9933;
padding: 3px 15px 3px 3px;
margin-bottom:15px;
width: 590px;
}

/* directory listing pg*/
.premium_listing {
float:left;
padding:0px;
margin:7px 0px 20px 0px;
text-align:left;
background-color:#fff;
border:#999 1px solid;
}
.listing_img {
border: none;
float:left;
margin:0;
width:193px;
max-width:193px;
}
.list_info {
float:left;
padding-left:10px;
padding-right:3px;
padding-top:3px;
width:320px;
max-width:320px;
}
.co_name {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#FF6600;
}
.list_intro {
font-size:0.9em;
text-align:left;
line-height:1.4em;
}
.list_phone {
	font-size: 1.15em;
}
.line_ht {
line-height:60%;
}
.list_right {
padding:7px 10px 0px 0px;
max-width:120px;
text-align:center;
float:right;
}
.list_right a{
text-decoration:underline;
font-size:0.9em;
font-weight:bold;
}
.premiumlist_bottom {
float:left;
padding:3px 10px 3px 10px;
width:100%;
box-sizing: border-box;
text-align:left;
background-color:#e8e8e8;
margin:0;
}
.premium_ratings, .premium_ratings_bottom {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
float:left;
width:auto;
font-size:0.9em;
}
.listing_feature {
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-weight:bold;
font-size:0.95em;
text-align:right;
float:right;
}
.listing_feature a{
font-family:Arial, Helvetica, sans-serif;
color:#FF9900;
text-decoration:none;
font-weight:normal;
}
.listing_feature a:hover{
text-decoration:underline;
color:#FF9900;
text-decoration:none;
font-weight:normal;
}
.basic_listing {
float:left;
padding:0px;
margin-top:7px;
margin-bottom:20px;
padding-bottom:20px;
text-align:left;
background-color:#fff;
border-bottom:#999 1px solid;
width:100%;
}

.basiclist_info {
float:left;
padding-top:3px;
}
.basiclist_bottom {
float:left;
padding:3px 0px 3px 0px;
width:100%;
box-sizing: border-box;
text-align:left;
background-color:#fff;
}
.basic_rating, .basic_rating_bottom {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
font-size:0.9em;
float:left;
width:auto;
}

/*Advanced search*/
.search_left {
float:left;
width:45%;
padding:50px;
box-sizing:border-box;
}
.search_right {
float:right;
width:55%;
margin-bottom:20px;
}
/*.select_cat {
float:left;
width:610px;
}*/
/*collapse menu sample*/
.mC {width:100px; margin:5px; float:right;}
.mH {color:#60c; cursor:pointer;  font-weight:bold; border-top:1px solid #300;}
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}

/*collapse menu*/
.c_bar, .c_bar2 {
/*background-position:center;
background-repeat:repeat-x;
background-size: cover;*/
background-color: #fdd1a5;
cursor:pointer;  
padding:3px 20px;
height:50px;
clear:both;
margin-bottom:10px;
/*width:604px;
float:left;
clear:both;*/
}
.c_barL {
font-size:1.3em;
font-weight:bold;
color:#000;
/*width:500px;
text-align:left;*/
line-height:3em;
float:left;
}
.c_barR {
font-size:1.1em;
line-height:3em;
/*width:104px;
text-align:left;*/
float:right;
}
.maincat {/* for collapse menu in advance search */
	border-right:none;
	background-color: #fce8db;	
	width:100%;
	margin-bottom:20px;
	float:left;
	display:none;
}
.subcat_hide {
display:none;
/*padding:0;
width:203px;
float:left;*/
}
.search_col {
	float:left;
	width:33.3%;
	font-size:1.35em;
}
.maincat td {/* for collapse menu in advance search */
	border-right:#fff 1px solid;
	vertical-align:middle;
	height: 50px;
	/*width:203px;*/
}
.collapse {/* for collapse menu in advance search */
	/*border-right:none;*/
	width:203px;
	float:left;
}
.collapse td {/* for collapse menu in advance search */
	vertical-align:middle;
	/*padding:3px 0px;*/
}
td.darkorange {
	background-color: #ffcc99;
	}
td.smaller {
	padding: 3px;
	width:15%;
	border-right:none;
	vertical-align:middle;
}
td.subcat {
	padding: 3px;
	width:70%;
	/*border-right:none;
	vertical-align:top;*/
}
td.subcat_s {
	padding: 3px;
	width:15%;
	/*border-right:none;
	vertical-align:top;*/
	text-align:right;
}
.subcat_hide>table {
	border-collapse:collapse;
}
/*td.bigger {
	border-right:none;
	border-collapse:collapse;
	padding: 3px 3px 3px 3px;
	width:176px;
	vertical-align:top;
}*/
/* profile pg */
/*#profilepg_content {
width:550px;
}*/
#profilepg_left {
width:198px;
margin:0px 10px 0px 2%;
}
#profilepg_right {
width:300px;
margin-left:5%;
}
#profilepg_left, #profilepg_right {
	text-align:left;
	float:left;
	font-size: 1.3em;
	line-height: 1.3em;
}
.profile_title {
text-align:left;
margin-top:20px;
/*margin-left:10px;*/
width:100%;
}
#name_bar {
padding:5px 0px 5px 1.8%;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
/*color:#FF6600;
font-size:1em;*/
text-align:left;
width:98.2%;
float:left;
background-color:#000;
margin:10px 0px 10px 0px;
}
#name_bar h1 { display:inline; }
#profile_cat
{
text-transform:uppercase;
float:right;
padding-top:3px;
padding-right:10px;
font-size:1em;
}
.colour_white { color:#FFFFFF; }
#profile_feature {
padding:3px 0.5% 3px 0px;
border:#666 1px solid;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
color:#000;
font-size:1.15em;
text-align:right;
width:95.5%;
margin:0 2% 10px 2%;
float:left;
}

#profile_feature a{
font-family:"Arial Black", Arial, Helvetica, sans-serif;
color:#FF9900;
text-decoration:none;
}
#profile_feature a:hover{
text-decoration:underline;
}
#profile_logo {
float:left;
}
#profile_detail {
float:right;
text-align:left;
font-size:0.96em;
line-height:150%;
padding: 0;
width:317px;
}
#profile_rating {
float:left;
width:198px;
text-align:left;
margin-top:15px;
}
#profile_rating img{
margin:0;
padding:0;
border:0;
}
.rating_title {
text-align:left;
height:14px;
margin:0px;
}
#rating_orange {
padding:5px 5px 5px 5px;
width:188px;
background-color:#ff9933;
font-weight:bold;
font-size:1em;
text-align:left;
line-height:1.8em;
}
#rating_grey {
padding:10px 10px 10px 10px;
width:178px;
background-color:#CCCCCC;
}
.profile_contact {
float:right;
text-align:left;
font-size:0.9em;
line-height:150%;
width:317px;
margin-top:20px;
}
.profile_contact img{
border:none;
margin-right:5px;
}
.map_small {
text-align:center;
}

/* focus section */
.focus_story {
/*width:655px;*/
text-align:left;
}
.focus_story>img {
float:left;
border:#999 1px solid;
margin-right:20px;
}
.focus_story>h2 {
	font-size: 1.5em;
}
.focus_bar {
/*float:left;
width:645px;*/
height:18px;
padding:3px 3px 3px 3px;
border:#666 1px solid;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
color:#000;
font-size:0.94em;
margin-top:20px;
}
/* Resources Main page */
#resources_left, #resources_center, #resources_right {
width:30%;
margin:0;
float:left;
}

#resources_left img, #resources_center img, #resources_right img {
border:#000 1px solid;
}

#resources_left, #resources_right {
padding: 0 0;
}

#resources_center {
padding: 0 5%;
}

.resources_thumbleft, .resources_thumbcenter, .resources_thumbright {
/*width:183px;*/
width:33%;
padding: 0 32px 0 0;
box-sizing: border-box;
margin:0 0 50px 0;
float:left;
}

.resources_thumbleft img, .resources_thumbcenter img, .resources_thumbright img {
border:#000 1px solid;
float:left;
/*width:182px;*/
width: 100%;
box-sizing: border-box;
}
/*.resources_thumbleft {
padding: 0 0;
}

.resources_thumbcenter {
padding: 0 39px 0 39px;
}

.resources_thumbright {
padding:0 0;
}*/

.resources_bkbar {
float:left;
background-color:#000;
/*width:174px;*/
min-height:100px;
padding: 5px 5px 5px 5px;
text-align:left;
margin:0;
}
/* Cocoon Main */
.article_date {font:0.9em Arial, Helvetica, sans-serif; color:#666;}
#cocoon_intro {
/*width:655px;
float:left;*/
margin: 0;
padding: 0px 0px 0px 0px;
background-color:#fff;
}

#cocoon_intro img {
float:left;
}
.cocoon_intro2 {
width:590px;
background-color:#fff;
padding: 10px 10px 20px 10px;
text-align:left;
}

.cocoonintro_thumb, .cocoonintro_thumb1 {
	float:left;
	margin-top: 20px;
	width:133px;
	height: 235px;
	max-height:235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#000;
	text-align:left;
	line-height:1.2em;
	padding-bottom:15px;
}
.cocoonintro_thumb{
	margin-left:5%;
}

.cocoonintro_thumb img, .cocoonintro_thumb1 img{
border:#000 2px solid;
}
.cocoonintro_thumb>a>img {
    height: 133px;
}
.cocoonthumb_title {
width:129px;
background-color:#000;
text-align:right;
font: 1em Arial, Helvetica, sans-serif;
color:#fff;
padding:4px;
}
.cocoonthumb_title a{
color:#fff;
text-decoration:none;
}

.cocoon_mainpix {
width:auto;
}
.cocoon_mainpix>img{
	width:100%;
	margin:0;
	padding:0;
}

/*cocoon interactive main pg*/
.box-quote 
{
float:left; 
/*width:95%;*/
padding:20px; 
background-color:#FFFF99;
border:#666666 1px dotted;
}
.cocoonissue_thumb{
float:left;
margin-top: 20px;
margin-left:7%;
width:124px;
font-family: Arial, Helvetica, sans-serif;
font-size:0.85em;
color:#000;
text-align:left;
line-height:1.2em;
padding-bottom:15px;
}
.cocoonissue_thumb1{
float:left;
margin: 20px 0px 0px 0px;
width:124px;
font-family: Arial, Helvetica, sans-serif;
font-size:0.85em;
color:#000;
text-align:left;
line-height:1.2em;
padding-bottom:15px;
}
.cocoonissue_thumb img, .cocoonissue_thumb1 img, .cocoonissue_thumb1 img a{
border:#000 2px solid;
float:left;
vertical-align:baseline;
}
.cocoonissue_title {
width:116px;
background-color:#000;
text-align:right;
font: 1em Arial, Helvetica, sans-serif;
color:#fff;
padding:4px;
float:left;
}
.cocoonissue_title a{
color:#fff;
text-decoration:none;
}

/* home visit */
.article_feature {
	box-sizing: border-box;
	width:100%;
	height: 132px;
	margin-bottom:8px;
}
.article_feature>a {
    box-sizing: border-box;
    width: 37%;
	height: 100%;
    float: left;
}
.article_feature>a>img {
	padding:2px;
	border:1px solid #CCCCCC;
	margin-top:5px;
}

.article_intro1 {
	box-sizing: border-box;
	width:63%;
	height: 100%;
	background-color:#fff;
	float:left;
	text-align:left;
	padding: 10px 10px 20px 20px;
	color:#666;
	border-bottom:#CCCCCC 1px dotted;
	font-size:1.2em;
}

/*.article_intro2 {
	width:340px;
	height:100px;
	background-color:#fff;
	float:right;
	text-align:left;
	padding: 10px 10px 20px 20px;
	color:#666;
	border-bottom:#CCCCCC 1px dotted;
	font-size:1.2em;
}*/

/*.article_intro1>h2, .article_intro2>h2 {*/
.article_intro1>h2 {
	font:1.3em Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	margin-bottom: 8px;
}
.alsolinks {
padding: 5px 10px 5px 10px;
background-color:#fef2e0;
border-top:#ccc 2px dotted;
border-bottom:#ccc 2px dotted;
font-size: 1.3em;
line-height: 1.6em;
}
#cocoon_caption {
	font-size:0.9em;
	clear:both;
}
.hv_story {
/*width:660px;*/
text-align:left;
}
.hv_story img {
border:#000 1px solid; 
margin: 0 10px 10px 0;
float:left;
}
/* designer's look */
.dl_story {
/*width:660px;*/
text-align:left;
}
.dl_story img {
border: none; 
margin: 0 10px 10px 0;
float:left;
}

/* Art of Living */
.aol_blockL {
	float:left;
	width:47%;
	padding-right:15px;
}
.aol_block {
	float:left;
	width:50%;
}
.button_panel {
float:left;
padding:5px;
border-top:#CCCCCC 1px solid;
border-bottom:#CCCCCC 1px solid;
/*width:600px;*/
margin: 15px 0px;
}

.button_panel img {
border:none;
float:right;
padding:0px 0px 0px 5px;
margin:0;
}

/* home finance */
.hf_focus {
/*width:660px;
float:left;*/
margin:20px 0 10px 0;
padding:0px;
text-align:left;
}

table.hf {  /* table border frames around every page */
	margin-top:20px;
	background-color:#FFFFFF;
	width:95%;
	border:#666 1px solid;

}
table.hf th {
background-color:#FFCC99;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
padding:5px;
height:inherit;
}
table.hf td {
vertical-align:baseline;
padding:5px;
}
.hw_focus {
text-align:left;
/*width:660px;
float:left;*/
margin:20px 0 0 0;
}

.hw_focus>img, .hf_focus>img {
	padding:0;
	margin:0 auto 15px;
    display: block;
}

.hw_step, .hw_step2 {
	/*float:left;
	border:0;*/
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:text-top;
	padding:0px;
	margin: 0 10px 20px 0;
	text-align:left;
}
.hw_step, .hw_step2 {
	width:47%;
}
/*.hw_step2 {
	width:317px;
}*/
.hw_focus>ul, .hw_step>ul, .hw_step2>ul {
	font-size:1.3em;
	line-height:1.45em;
	text-align:left;
}
.credit {
float:left;
border:#CCC 1px dotted;
padding: 10px;
width:auto;
margin-bottom:20px;
background-color:#fef2e0;
}
/*Home Tech*/
.tech_thumb{
width:155px;
float:left;
background-color:#000;
text-align:center;
font-size:0.9em;
padding:3px 2px 3px 2px;
margin-right:15px;
margin-bottom:20px;
}
.tech_thumb img {
border:#000 1px solid;
}
/* tastebuds */
#loadarea {
	/*width:660px;*/
	padding:0;
	margin: 20px 0;
	float:left;
	font-size: 1.3em;
	line-height: 1.6em;
}
#tb_horizontal {
	margin:0; 
	padding:0;
}
#tb_horizontal>div, #tb_vertical>div {
	line-height:0;
}
#tb_horizontal>div {
	float:left;
}
#tb_vertical {
	margin: 20px 0;
	max-width:14%;
	float: left;
}
.taste_thumb{
width:120px;
float:left;
background-color:#000;
text-align:center;
font-size:0.9em;
padding:2px 1px 2px 1px;
margin:0 15px 20px 15px;
line-height:normal;
}
.taste_thumb img {
border:0;
}
/* promotions */
.promo_mainpix {
float:left;
width:610px;
}
.promo_mainpix img{
margin:0;
padding:0;
border:0;
}

.promo_box{
float:left;
padding:0;
margin:10px;
clear:left;
}
.promo_thumb{
width:100px;min-height:180px;
float:left;
text-align:left;
font-size:0.9em;
margin:0px 10px 0px 10px;
padding:0;
line-height:normal;
list-style:none;
display:block;
}
.promo_thumb img {
border:#000 1px solid;
padding:0;
margin:0;
width:99.6px;
height:99.6px;
}
.promo_thumb strong{ float:left;height:auto; }
.promo_thumb span {
display:block;
height:auto;
float:left;
width:100%;
}
ul.promoOrange{
float:left;
color:#FF6600;
font-weight: bold;
list-style-position: outside;
list-style-type: square;
margin-left: 0;
padding-left: 1.5em;
line-height:normal;
padding-top:0;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
width:auto;
}

ul.promoOrange li{
padding: 5px 0px;
margin:0;
}
ul.promoNested {
list-style-position: outside;
list-style-type:disc;
color:#333;
font-weight:normal;
float:left;
margin-left: 0;
padding-left: 1.5em;
line-height:normal;
padding-top:0;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
width:auto;
}
ul.promoNested li{
padding: 5px 0px;
margin:0;
}

ul.promo {

list-style-position: outside;
list-style-type: square;
margin-left: 0;
padding-left: 1.5em;
line-height:normal;
padding-top:5px;
padding-bottom:0;
margin-top:0;
margin-bottom:0;
width:auto;
}
ul.promo li{
padding: 5px 0px;
margin:0;
}
.promo_bar {
float:left;
padding:3px 3px 3px 3px;
border:#666 1px solid;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
color:#000;
font-size:0.94em;
width:100%;
margin:0px 0px 10px 0px;
}

.promo_bar a{
font-family:"Arial Black", Arial, Helvetica, sans-serif;
}

.promo_left{
float:left; 
/*width:auto; 
text-align:left;*/
}
.promo_center{
float:left; 
/*width:50%; 
text-align:left;*/
}
.promo_right {
float:right; 
/*width:37%; 
text-align:right;*/
}

/* Index page*/
#index_left{
float:left;
width:725px;
}
.updatefeature {
	float:none;
	text-align:left;
	margin-right:20px;
	background-color:#fff;
}
.updatefeature>a>img{
	border:#000000 2px solid;
	margin-bottom:10px;
	vertical-align:top;
	width:100%;
}
.latestnews {
float:left;
width:275px;
height:89px;
margin-bottom:10px;
line-height:normal;
}
.latestnews>a{
color:#000;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
line-height:normal;
}

.latestnews img{
float:left;
width:auto;
border:#999 1px solid;
margin:0px 10px 10px 0px;
}
.title {
width:auto;
margin-bottom:10px;
border:none;
}
.viewmore {
background-color:#e5e5e5;
padding:3px; 
font-size:0.8em;
width:269px; 
text-align:right; 
float:left; 

}
.index_focus {
padding-top:20px;
border-top:#ccc 1px solid;
margin-top:20px;
clear:both;
}
/*.index_focus>h1{
margin:0;
padding:0;
}*/
.f_img {
float:left;
border:#000000 2px solid;
}
.f_lineleft {
margin-top:10px;
float:left;
border-right:#999 1px solid;
width:167px;
text-align:left;
padding-right:25px;
}
.f_lineright {
float:left;
width:167px;
text-align:left;
margin:10px 25px 10px 25px;
}
.f_co {
width:154px;
padding:0 5px 2px 5px;
background-color:#000;
font-weight:bold;
text-align:right;
}

a.orange {
color:#FF6600;
text-decoration:none;
}
a.orange span {
color:#fff;
text-decoration:none;
}
.index_gallery {
float:left;
width:315px;
float:left;
text-align:left;
}
#viewsearch {
	width:365px;
	margin-bottom: 20px;
	float:left; 
}
.viewgallery{
	background-color:#e5e5e5;
	padding:3px; 
	font-size:0.8em;
	text-align:right; 
	margin-bottom:15px;
}
.g_subtitle {
/*width:338px;*/
padding: 3px 3px 3px 0;
background-color:#000;
text-align:right;
margin-bottom:10px;
}
/*.g_content {
float:left;
width:246px;
height:70px;
}*/
img.g_content {
border:#999 1px solid;
margin:0px 10px 10px 0px;
}
.g_container{
/*margin-bottom: 10px;*/
position:relative; 
/*width:341px;
float:left;*/
}

.g_coname {
position:absolute; 
top:30%; 
/*height:74px; 
margin-top:-20px; 
width:151px;
font-weight:bold;*/
left:190px;
}
.g_coname a{
color:#000;
font-family:"Arial Black", Arial, Helvetica, sans-serif;
line-height:normal;
/*font-weight:normal;*/
}
.search {
	background-color:#fdebda;
	overflow: hidden;
}
.search_directory {
	box-sizing: border-box;
	width:67%;
	height:109px;
	padding: 15px 10px 15px 10px;
	background-color:#e5e5e5;
	background-image:url(../images/index-pg/grey-corner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
.advance_search {
	box-sizing: border-box;
	width:33%;
	height:109px;
	padding: 15px 10px;
	float:left;
	text-align:left;
	line-height:normal;
}

.c_section {
float:left;
width:180px;
margin:0 10px 20px 0;
vertical-align: text-top;
}
/*
.index_cocoon {
float:left;
width:770px;
padding-top:20px;
border-top:#ccc 1px solid;
margin-top:20px;
}
.c_section {
float:left;
width:174px;
margin:0 23px 20px 0;
}
.c_sectionr {
float:left;
width:174px;
margin:0 0 20px 0;
}

img.c_pix  {
float:left;
border:#000 2px solid;
}
.c_title {
width:172px;
float:left;
text-align:right;
font-weight:bold;
background-color:black;
padding:3px;
}
.c_articles {
width:178px;
float:left;
text-align:left;
font-weight:normal;
min-height: 85px;
}
*/
.c_articles {
text-align:center;
}
.c_articles>h2>a {
font-family:Arial, Helvetica, Geneva, sans-serif;
margin:0;
padding:0;
text-align:center;
font-size:0.9em;
line-height:0.9em;
font-weight:bold;
}
/*
.c_articles img {
border:none;
}*/
/* index pg right panel */
#index_right {
background-color:#e5e5e5;
width:180px;
float:right;
margin:0 0 0 15px;
padding:10px 0;
}
#sign_up {
width:160px;
border:#ccc 1px solid;
margin: 0 10px 15px 10px;
clear:left;
height:240px;
}
/*#index_sidead {
width:160px;
margin: 0 10px 15px 10px; 
clear:left;
text-align:left;
}*/
#index_maillist {
margin: 0 10px 15px 10px; 
width:150px;
clear:left;
text-align:left;
background-color:#000;
padding:5px;
background-image:url(../images/index-pg/black-corner.gif);
background-position:0 0;
background-repeat:no-repeat;
}

.orange_subtitle {
width:174px;
float:left;
padding:3px;
background-color:#ff6600;
text-align:right;
border:none;
margin-bottom:5px;
}

.orange_subtitle img {
border:none;
}
.index_promo img {
border:#999 1px solid;
margin-right:5px;
width:80px;
height:80px;
float:left;
}
.index_promo{
width:170px;
margin: 0 5px 15px 5px; 
text-align:left;
float:left;
clear:none;
}
.p_content {
width:80px;
float:left;
line-height:normal;
margin-bottom:15px;
}
.index_forum {
	width:170px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	line-height:normal;
/*font-weight:normal;*/
}
.f_cat {
margin-bottom:5px;
}
.f_thread {
margin-bottom:3px;
}
.f_thread a{
color:#333;
text-decoration:none;
font-weight:normal;
border:none;
}
.f_thread a:hover{
color:#ff6600;
text-decoration:underline;
font-weight:normal;
border:none;
}

/*member signup */
.signup{
margin-top:1em;
margin-bottom:1em;
}
.signup fieldset {
 font-size:1em;
 padding-bottom:20px;
  }
.signup legend {
 font-size:1.6em;
 color:#ff6600;
 font-family:"Arial Black", Arial, Helvetica, sans-serif;
 padding-bottom:10px;
}
.info_field label {
  float:left;
  width:25%;
  margin-right:1em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
.info_field {
	padding: 15px 15px 0 0;
}
.info_field>div>p {
	font-size:1em;
	line-height:normal;
}

/* directory */
/*
.small_link {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#333333;
padding: 0 5px 3px 5px;
background-color:#ececec;

}
.small_link a:link{
color:#333333;
}
.small_link a:visited{
color:#333333;
text-decoration:none;
}
.small_link a:hover { 
color:#FF6600; 
text-decoration:underline;
}
.small_link a:active{
color:#FF6600;
text-decoration:underline;
}
*/
/*-- Category Overview --*/
.cat-overview {
	width:70%;
	box-sizing:border-box;
	float:left;
}
.cat-overview>ul{
	margin:0;
	padding:0;
	overflow:hidden;
	/*height:1%;*/
	text-align: center;
}
.cat-overview>ul>li{
	display:block;
	list-style:none;
	float:left;
	box-sizing:border-box;
	width:33%;
	/*height:200px;*/
	vertical-align: text-top;
	padding:7px 15px 7px 15px; 
	margin:0 0 11px 0;
	overflow: hidden;
}
.cat-overview ul>li>p{
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
}
.cat-overview>ul>li>h2{
	font-family:Arial, Helvetica, Geneva, sans-serif;
	margin:0;
	padding:0;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
}
.img-holder>img{
	padding:2px;
	border:1px solid #CCCCCC;
	width: 100%;
	height: auto;
}
/*.cat-overview img{
	border:none;
}
.border-bottom-right{
  background:url(../images/directorylisting/border-bottom-right.gif) no-repeat;
}
.border-bottom{
  background:url(../images/directorylisting/border-bottom.gif) no-repeat bottom;
}*/

.right-main-panel {
	width:30%;
	box-sizing:border-box;
	float:right; 
	background-color:#F4F4F4; 
	padding:10px 10px 10px 10px; 
	border:#CCCCCC 1px solid;
}
.column-title {
	width:auto; 
	float:left; 
	padding:0;
}
.column-title span{
	 font-family:Arial, Helvetica, sans-serif; 
	 font-weight:bold; 
	 font-size:14px; 
	 color:#FF6600
}
.column-more {
	float:right; 
	width:auto; 
	border:none; 
	vertical-align:text-bottom; 
	font-size:11px; 
	font-weight:bold; 
	text-align:right;
}

/*.right-content {
	width:146px; 
	float:left;
	line-height:normal;
}*/
/*.right-content span {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:14px; 
	color:#FF6600
}*/
.right-sub-content {
width:auto;
}
.focus-preview {
border:#999 1px solid;
width:100%;

}
/* shopping jump menu */
/*.shop_field label {
  float:left;
  width:15%;
  margin-right:1em;
  padding-top:0.25em;
  text-align:left;
  font-weight:bold;
  }
.shop_field {
padding:0;
margin-top:10px;
}
.select-box{vertical-align:middle;}
.select-box select{width:144px;}
*/
/* Rating Panel */
.rating_panel {
float:left;
width:200px;
text-align:left;
margin:15px;
}
/*Sitemap*/
#sitemap_menu {
background:url(../images/info-container-bg.gif) repeat;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
float:left;
width:276px;
padding-bottom:10px;
clear:none;
}
ul.sitemap_list {
padding: 0 0 15px 0;
margin: 0;
list-style-type: none;
font-size:1.2em;
text-decoration: none;
/*display:block;*/
}
ul.sitemap_list li{
padding: 10px 0 0 0;
}
ul.sitemap_list li a{
color: #FF6600;
text-decoration: none;
list-style-type: none;
vertical-align:bottom;
}
ul.sitemap_list li a span {
display: none;
}
ul.sitemap_list li a:hover {
color: #FF3300;
list-style-type: none;
}
ul.sitemap_list li a:visited {
color: #FF6600;
}

ul.sitemap_list li ul {
/*width: 265px;*/
padding: 0 0 0 25px;
margin: 0;
list-style-type:square;
}
ul.sitemap_list li ul li {
padding: 3px 0;
color:#333;
font-size:0.9em;
}
ul.sitemap_list li ul li.nolist {
list-style:none;
}
ul.sitemap_list li ul li a {
text-decoration: none;
color: #333;
}
ul.sitemap_list li ul li a:hover {
color: #000;
}
ul.sitemap_list li ul li a:visited {
color: #333;
}