﻿html * { font-size:100%; }
/*GENERAL ELEMENTS SECTION*/
*{
    margin:0;
    padding:0
}


html { height: 100%; margin-bottom: 1px; }
body {
    color: #328AA2;
    font-family: Tahoma;
    font-size: 11px;
    background: none repeat scroll 0 0 #CCE5EC;
}


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 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; }


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:link, a:active, a:visited {
    color: #338AA6;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    cursor:pointer;
    text-decoration:none;
}

a{outline: none;}
.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: 11px 16px 12px;
    display: inline-block;
    vertical-align:middle;
    letter-spacing: normal;
    white-space:nowrap;
   
    font-size: 13px;
    line-height: 14px;
}

.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: 980px;
}
    

/* -- 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 --*/
#headerwrapper {
    background: url(../images/header-bg.gif) repeat-x;
    height: 94px;
}
.header {
    height: 94px;
    margin: 0 auto;
    width: 1341px;
}


.headerLogo{
    display: block;
    float: left;
    height: 50px;
    width: 192px;
}

/*-- HEADER  SECTION END --*/


/* -- SEACH BOX -- */
#searchmenu {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #CCE4EB;
    border-color: #78BDD1 #78BDD1 #CCE4EB;
    border-style: solid;
    border-width: 1px;
    float: right;
    height: 76px;
    margin-left: 15px;
    margin-top: 7px;
    width: 190px;
}

#searchmenu div.center {
	float: left;
	background: url(../images/searchmenucenter.gif) repeat-x;
}

#searchmenu div.left {
	background: url(../images/searchleft.gif) no-repeat;
	float: left;
	width: 6px;
	height: 45px;
}

#searchmenu div.right {
	background: url(../images/searchright.gif) no-repeat;
	float: left;
	width: 6px;
	height: 45px;
}

#search {
	float: left;
    padding-top: 12px;
    color: #000000;
}

#search label {
    float: left;
    padding: 5px 10px 0 0;
    font-weight: bold;
}

#search input {
    border: 1px solid #5E74B3;
    color: #000000;
    margin-left: 20px;
    width: 150px;
}

#search button {
    background: url("../images/btn-search.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 21px;
    margin: 13px 10px 0 62px;
    width: 71px;
}



#search a:link, #search a:active, #search a:visited {
    display: block;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #514e4e;
    text-decoration: none;
    font-size: 7pt;
    width: auto;
    margin: 0 15px 0 5px;
    height: auto;
    float: left;
    text-align: right;
}

#search a:hover {
    color: #62971f;
}
/* -- SEACH BOX END-- */


/*-- MENU -- */

#nav {
    background: url("../images/topmenu-bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 30px;
    margin-left: 17px;
    margin-top: 62px;
    width: 922px;
}
#menuSelection {
    display: block;
    text-align: center;
    clear: both;
}
.phpld-hlist {
   margin:auto; width:300px;
}
.phpld-hlist ul {
   float: right;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
}
.phpld-hlist ul li {
    background: transparent none repeat scroll 0 0;
    float: left;
    padding-top: 8px;
}
.phpld-hlist ul li a,
.phpld-hlist ul li strong {
    background: transparent url("../images/topmenu-arrow.gif") no-repeat scroll 0 0;
    color: #338aa6;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none;
}

.phpld-hlist ul li a:hover {
    color: #000000;
}

.phpld-hlist ul ul {
	display: none;
}
.phpld-hlist ul li:hover > ul{
	display: block;
}
.phpld-hlist ul li a:hover {
        float:none;
}
.phpld-hlist ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: fixed;
        padding: 0px!important;
}
.phpld-hlist ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a; position: relative;
        margin:0px;        
}
.phpld-hlist ul ul ul {
	position: absolute; left: 100%; top:0;
}
.phpld-hlist ul ul li a:hover {
	background: #A8171E;
}
.phpld-hlist ul ul li a {
	padding: 15px 40px;
	color: #fff;
}

/*-- MENU END -- */


/*--FOOTER SECTION--*/
#footerwrapper {
    border-top: 5px solid #79BDD2;
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
}
.footer{
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.footer > a, .footer{
    color: #999999;
}
.footer > a:hover{
    color:red;
}
/*--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;
}
.phpld-widget h1, .phpld-widget h2, .phpld-widget h3, .phpld-widget h4, .phpld-widget h5, .phpld-widget ul {
    margin-top: 0px;
}
.phpld-col3 .phpld-widget .boxTop {
    background-color: #e51921;
}

.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;
}
.content-wrapper {
	width: 100%;
	background:#FFFFFF;
	min-height:500px;
}
.contactPage {
    margin: 0 auto;
    color: #2E2E2E;
}

#path_bg {
    background-image: url("../images/topbar-bg.gif");
    background-repeat: repeat-x;
    color: #338AA6;
    font-family: Tahoma;
    font-size: 11px;
    height: 25px;
}
.path {
    margin: auto;
    padding-bottom: 11px;
    width: 982px;
}
.path a {
	padding: 0px;
}

.path span {
	padding: 0px;
}
.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;
}
.catBox, .catBoxa{
    height: auto;
    margin: 5px 10px;
}
.AllCategories, .categories {
    margin-top:10px;
}
.AllCategories .phpld-gbox, .categories .phpld-gbox{
    margin-bottom:8px;
    margin-left: 1px;
}
.AllCategories h2 span, .categories h2 span {
    color: #757575;
    font-size: 11px;
    font-weight: normal;
    font-family: Arial;
    margin-left: 5px;
}
.AllCategories h2,  .categories h2{
    margin-bottom: 0px;
}
.AllCategories h2 a, .categories h2 a {
    float: left;
    padding-bottom: 5px;
    background: url("../images/catBullet.png") no-repeat scroll 0 0 transparent;
    padding-left: 15px;
    color: #328AA2;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    font-weight:bold;
}
.AllCategories ul, .categories ul{
    padding: 0 5px 10px 0;
    margin-top: 0px;
    text-align: left;
    clear: both;
}
.AllCategories ul li, .categories ul li {
    list-style-type: none;
    display: inline-block;
}
.AllCategories ul a, .categories ul a{
    color: #328AA2;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: underline;
    font-weight:normal;
}
.AllCategories ul a:hover, .categories ul a:hover{
   color: #000000;
}
.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;;
}
.page-title {
    color: #606060;
    font-size: 175%;
    padding: 5px !important;
}

.titleBgmain_future {
    background: url("../images/flinks-top-bg.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 2.2em;
}

.titleIcon_future{
    float: left;
    background: url("../images/flinks-top.gif") repeat-x scroll 0 0 transparent;
    width:120px;
    height:28px;
}

#flinks {
    background-image: url("../images/flinks-bg.gif");
    background-repeat: repeat-x;
    padding: 10px 10px 0;
    border: 1px solid #8FC905;
    border-top:none;
    margin-top:-1px;
    margin-bottom:20px;
}

.titleBgmain {
    background: url("../images/mainTitleBg.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 2.2em;
}


.titleIcon1 {
    float: left;
    background: url("../images/rlinks-top.gif") repeat-x scroll 0 0 transparent;
    width:120px;
    height:28px;
}

#links {
    background-image: url("../images/rlinks-bg.gif");
    background-repeat: repeat-x;
    padding: 10px 10px 0;
    border: 1px solid #79BDD0;
    border-top:none;
    margin-top:-1px;
    margin-bottom:20px;
}

#links .pr {
    background-image: url("../images/rpr-bg.gif");
    color: #90CA06;
    font-weight: bold;
    height: 40px;
    width: 71px;
    margin-right:7px;
}

.pr {
    background-image: url("../images/rpr-bg.gif");
    color: ##77BED0;
    font-weight: bold;
    height: 40px;
    width: 71px;
    margin-right:7px;
}