﻿html * { font-size:100%; }
/*GENERAL ELEMENTS SECTION*/
*{
    margin:0;
    padding:0
}
* html body *{
    overflow:visible
}
html, body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #eae7d2;
	background-image: url(../images/03original.gif);
	background-repeat: repeat;
}

/*Headings*/
h1 {
	font-size: 14pt;
	margin: 0px 0 5px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h2 {
	font-size: 140%;
	color: #20323c;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #526071;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 25px;
	text-align: center;
}
h3 a {
	color: #20323c;
	text-decoration: none;
}
h4 {/*Main categories*/
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}
option{
    padding-left:.4em
}
select{
    padding:1px
}
div:target{
    outline:0 none
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
    display:block
}
fieldset,img{
    border:0 solid
}
fieldset{
    margin-top: 10px !important;
}
fieldset h1 , fieldset h2, fieldset h3, fieldset h4{
    margin-top:8px !important;
    margin-bottom:8px !important;
}

ul, li {
    margin: 0;
    padding: 0;
}
ul {list-style-type:disc;}

ol {list-style-type:decimal;}

ul ul {list-style-type:circle;margin-top:0;}

ol ol {list-style-type:lower-latin;margin-top:0;}

ol ul {list-style-type:circle;margin-top:0;}


dt { font-weight:bold; }
dd { margin:0 0 1.5em 0.8em; }

p{
    margin: 0;
    padding: 1px 0;
}
blockquote{
    margin:1.5em 0 0 1.5em;
    color:#666;
}
blockquote, cite, q {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style:italic;
}
q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}

strong, b { font-weight:bold; }
em, i { font-style:italic; }
big {font-size:116.667%;}
small {font-size:85.71%;}
pre,code,kbd,tt,samp,var {font-size:100%;}

pre {
    line-height:1.5em;
    margin: 1.5em 0 0 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre, code { color:#800; }

kbd, samp, var, tt {
    color:#666;
    font-weight:bold;
}
var, dfn { font-style:italic; }

acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

mark {background: #ff0;color: #000;}

hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.75em 0;
    padding:0 0 0.75em 0;
    border:0;
    border-bottom:1px #eee solid;
}
a {
      color: #923222;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    
}
a:active { outline: none; }


a.link:active, a.link:link, a.link:visited {
    font-size: 12px;
    color: #AAA;
    text-decoration: none;
}
a.link:hover {
    font-size: 12px;
    color: #CA0002;
    text-decoration: underline;
}
a.readMore:link, a.readMore:active, a.readMore:visited {
    color: #CA0002;
    font-weight: bold;
    text-decoration: none;
}
a.readMore:hover {
    font-weight: bold;
    text-decoration: underline;
}
a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
    color: #3E81B4;
    text-decoration: none;
}
a.readMoreFeat:hover {
    color: #CA0002;
    text-decoration: underline;
}
.header a:hover{
    text-decoration: none;
}
.highlight {color:#c30;}

.box {
    border-radius: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-color: rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #444;
    color: rgba(0,0,0,.8);
    padding: 1.4286em;
    margin: 1.5em 0 0 0;
}
.box > *:first-child {
    margin-top: 0;
}
.label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align:middle;
    letter-spacing: normal;
    white-space:nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}

.info {background:#f4f4f4;}
.success {background:#8c8;}
.warning {background:#cc8;}
.error {background:#c88;}

.float-left {
    float:left;
    display:inline;
    margin: 1.5em 1em 0 0;
}
.float-right {
    float:right;
    display:inline;
    margin: 1.5em 0 0 1em;
}
.center {
    display:block;
    text-align:center;
    margin: 0 auto;
    width: 760px;
}
table {
    width:100%;
}

table.narrow {margin:  1.4286em 0 0 0;}
table.narrow th, table.narrow td {padding: 0 0.5em;line-height: 1.4286em;}
table.bordertable {border:1px #ccc solid;}
table caption {font-variant:small-caps;}

table td{
     vertical-align: top;
}

th *:first-child,td *:first-child {margin-top: 0;}
th.nowrap,td.nowrap {white-space: nowrap;}




    

/* -- GENERAL ELEMENTS SECTION END --*/



/*--IMAGES SECTION--*/
img,figure {margin: 0;}

.flexible {
    margin-top: 1.5em;
    max-width: 100%;
    height: auto;
}

* html .flexible {	/* IE6 support */
    width: 98%;		
}

.bordered {
    margin-top: 1.5em;
    border: 2px #eee solid;
    border: 2px rgba(255,255,255,1) solid;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}
/*--IMAGES SECTION END--*/


/* -- PHPLD CLEARFIX --*/
.phpld-clearfix:before{
    content:"";
    display:table
}
.phpld-clearfix:after{
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden
}
/* -- PHPLD CLEARFIX END--*/





/*-- HEADER  SECTION --*/
.header{
   height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.headerLogo h1{
    margin: 22px 0px 0px 6px;
}
.headerLogo{
    float:left;
}

#ads {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*-- HEADER  SECTION END --*/


/* -- SEACH BOX -- */
.breadcrumbs {
	margin: 0px 0px 10px;
	text-align: left;
	line-height: 29px;
	height: 29px;
	color: #526071;
	text-decoration: none;
	position: relative;
	padding-left: 10px;
	font-size: 1em;
}
.breadcrumbs a {
	color: #526071;
	text-decoration: underline;
	font-size: 1em;
}
#search {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 12px;
}
#search input.searchbar {
	color: #923222;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #eee;
	font-weight: bold;
	width: 200px;
}
#search input.button {
	color: #FFFFFF;
	background-color: #526071;
	border: 1px solid #999999;
	padding: 3px;
	font-size: 0.8em;
}
/* -- SEACH BOX END-- */


/*-- MENU -- */
#nav {
	color: #000000;
	background-color: #eee;
	margin-top: 5px;
	font-size: 1.1em;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #929292;
	border-bottom-color: #929292;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	text-align: center;
}

#nav ul li {
	padding: 7px 3px;
	display: inline;
}
#nav ul li a {
	color: #923222;
	text-decoration: none;
	font-size: 14pt;
	font-weight: normal;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
#nav ul li a:hover {
	color: #20323c;
}

/*-- MENU END -- */


/*--FOOTER SECTION--*/
/*Footer*/
div.footer{
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
	font-size: 1em;
}
div.footer a{
	color: #20323c;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
/*--FOOTER SECTION END--*/

/*-- AUTOCOMPLETE SECTION--*/
.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
/*-- AUTOCOMPLETE SECTION END--*/


/*--AJAX IMAGE UPLOADER--*/
.qq-uploader { position:relative; width: 100%;}
.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}
.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("/images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}
.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
/*--AJAX IMAGE UPLOADER END--*/

/*-- MISC SECTION--*/
.forgot-pass-label {
    margin-left: 30%;
    margin-top: 10px;
}
.forgot-pass-label a {
    margin-right: 15px;
}
.phpld-fbox-button {
    width:30%;
    margin:0;
}
.phpld-fbox-button input{
    margin: 0 !important;
}


/*For right side links*/
.btn-slide {
    text-align: right;
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;

}
.small{
    padding: 0px;
    margin: 0px;
    color: #909090;
    font-size: 7pt;
    text-decoration: none;
}

.listingsList ul li, ul.boxPopCats li, ul#twitter_update_list li {
    padding: 5px 0px 5px 12px;
    line-height: 18px;
    border-bottom: 1px solid #EFEFEF;
    list-style-type: none;
}
ul.boxStats li {
    padding: 5px 0px 5px 12px;
    line-height: 18px;
    border-bottom: 1px solid #EFEFEF;
    list-style-type: none;
}
.listingsList ul li:hover {
    background-color: #EFEFEF;
}
.userPanel {
    text-align: right;
}
.userPanel, .userPanel a {
    color: #333;
}
.categoryLocations ul li {
    list-style-type: none;
}

.list-headline{
    margin-bottom: 0px;
    clear:both;
}

.contactPage {
    margin: 0 auto;
    color: #2E2E2E;
}
.path {
    margin: 0 auto;
    padding: 5px 5px 5px 15px;
}
.path > a{
    color:#000000;
}
.path > a:hover{
    text-decoration:underline;
}
.breadcrumbs {
    margin: 0px;
    padding: 0px;
}
.breadcrumbs li {
    display: inline-block;
    margin: 0px;
    padding: 0px;

}
.breadcrumbs .divider {
    padding: 0 5px;
    color:#999;
}
#categtree {
    margin: 3px 0;
    height: 200px;
    width: 300px;
    overflow: auto;
    border: 1px dotted #9EC2F3;
    border-width: 0 1px 1px;
}
#categtree h2 {
    margin:0 0 5px;
    padding:2px;
    text-align:center;
    color:#3E81B4;
    background:#DDE5F3;
    vertical-align:middle;
    font-size:10pt;
}
#toggleCategTree {
    display: block;
    cursor: pointer;
    color:#6A8AD4;
}
#hierarchy {
    width: 70%;
    height: 40px;
    font-size: 30px;
}

.AllCategories ul li {
    list-style-type: none;
    display: inline-block;
}

.listing-details-picture object, .listing-details-picture iframe{
    width: 380px;
    height:240px;
    max-width: 380px;
    max-height:240px;
}
.listing-style-grid{
    display: block
}

.listing-style-grid .listing-list-item .thumbnail img, .listing-style-list .listing-list-item .thumbnail img{
    display:block;
    position:relative;
    margin-bottom: 8px;
}
.listing-style-grid .listing-list-item .thumbnail a, .listing-style-list .listing-list-item .thumbnail a{
    display: block;
    position:relative;
}
.listing-style-list .listing-list-item {
    margin-bottom: 20px;
}

.listing-list-item h4
{
    margin-bottom: 2px;
}

.listing-style-grid .listing-list-item {
    margin: 5px;
    padding: 5px;
    padding-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    margin-left:1px;

}

.listing-style-grid .convo-continer{
    margin-top: 8px;
}

.listing-style-list .listing-list-item.list-box {
    border: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-left:5px;
    margin-right:5px;
    position:relative;
}

.phpld-gbox .listing-style-list .listing-list-item.list-box{
    margin-left:0px;
    margin-right:0px;
}
.listing-style-list .phpld-gbox {
    margin-left:0;
    margin-right: -5px;
    position:relative;

}

.listing-style-grid .listing-list-item:hover{
    /*background-color: #F2F0F0;
    cursor: pointer;*/
}

.listing-style-grid .convo, .listing-style-list .convo{
    margin: 0 -5px;
    padding: 10px 15px;
   background-color: #F2F0F0;
    border-top: 1px solid #FCFAFA;
    border-bottom: 1px solid #D9D4D4;
    overflow: hidden;
}

.listing-style-list .convo{
    margin: 0 -5px;
    padding: 10px 15px;
    background-color: #F2F0F0;
    border-top: 1px solid #FCFAFA;
    border-bottom: 1px solid #D9D4D4;
    overflow: hidden;
}
.listing-style-list .listing-categories {
    display: inline;
}
.listing-categories ul {
    margin:0px; padding: 0px;
    display: inline-block;
}
.listing-categories ul li{
    display: inline-block;
    margin: 0;
    padding: 3px;
}
.listing-categories span {
    color: #777;
    font-weight: bold;
}
.listing-categories a {
    color: #777;
    text-decoration: underline;
}
.listing-categories a:after {
    content: ', ';
}

.listing-categories a:last-child:after {
    content: '';
}
.listing-list-item .stats {
    padding: 5px;
    padding-left: 15px;
}
h4 a.listing-title {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 18px;
}
.listing-details-picture .full-image,
.listing-details-business .full-image
{
    float: right;
    margin: 0px 0 0 10px;
}
.listing-details-picture .full-image .read-more,
.description-detail .read-more
{
    text-align: center;
}
.listing-field{
    display:block;
}

.listing-grid{
    display:block;
}

.listing-grid img {
    display: block;
    position:relative;
}
.pageNotFound {
    text-align: center;
    font-size: 18px;
}
.pageNotFound > div{
    font-size: 80px;
}
.rssFeed .feedItem {
    border-top: 1px solid #DDD;
    padding-top: 3px;
    margin-top: 3px;
}
a.coupon_code, a.coupon_code:HOVER {
    border-radius: 3px;;
    background-color: #F5F59C;
    padding: 6px 18px 6px 2px;
    display: inline-block;
    border-top: 1px solid #D3D387;
    border-left: 1px solid #D3D387;
    border-bottom: 1px solid #92925E;
    border-right: 1px solid #92925E;
    background-image: url('../images/icon-tool-scissors.png');
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    color: #444;
    font-weight: bold;
}
.coupon_code span {
    border: 1px dashed #99957F;
    padding: 3px;
}
.thumb-rating form {
    display: inline-block;
}
.thumb-up-icon {
    background: url('../images/icon_thumb-up.gif');
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}
.thumb-down-icon {
    background: url('../images/icon_thumb-down.gif');
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}
.thumb-rating {
    float: right;
    border-radius: 3px;
    padding: 5px;;
    box-shadow: 0 0 3px 1px rgba(100,100,100,0.5);
    margin-right: 10px;;
}
.thumb-rating .title {
    text-transform: uppercase;
    font-weight: bold;;
}
.thumb-rating .rating {
    background-color: #eee;
    box-shadow: inset 0 0 1px 1px rgba(100,100,100,0.2);
    margin: 5px -5px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
}
.thumb-rating .thumbs {
    text-align: center;
}
.jmap {
    width: 100%;
    height: 400px;
    margin: 10px;
}
.description-detail{
    margin-top:8px;
}
.video-container{
    margin:8px;
}
.phpld-gray{
    color:#555 !important;
}
ul.tags li {
    padding: 5px 0px 5px 12px;
    line-height: 18px;
    border-bottom: 1px solid #EFEFEF;
    list-style-type: none;;
}

#sponsors {
	padding: 3px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eee;
	border-top: 1px dotted #929292;
	border-right: 1px none #929292;
	border-bottom: 1px dotted #929292;
	border-left: 1px none #929292;
	background-image: url(../images/partners.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#sponsors a {
	color: #20323c;
	margin-right: 10px;
}
#sponsors p {
	margin-left: 100px;
}

.listing-regular .title a{
    color: #20323c;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}


.listing-featured .title a {
    color: #923222;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: underline;
}