html * { font-size:100%; }
/*GENERAL ELEMENTS SECTION*/
*{
    margin:0;
    padding:0
}

body{
    background: #FFF;
    font-size: 11px;
    margin: 0;
    color:#444;
    text-align:left;
    font-family: verdana,arial,sans-serif;
    -webkit-text-size-adjust:100%;
}

p{
    font-size:1em;
    line-height:1.5em;
    margin: 1.5em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color:#161e21;
    margin:0;
}

h1 {
    font-size:350%;
    line-height: 0.8571em;
    margin-top:10px;
    margin-bottom:10px;
    text-shadow: -1px 1px 0px #FFF;
}

h2 {
    font-size:250%;
    line-height: 1.2em;
    margin-top:10px;
    margin-bottom:10px;
    text-shadow: -1px 1px 0px #FFF;
    
}

h3 {
    font-size:175%;
    line-height: 0.8571em;
    margin-top:10px;
    margin-bottom:10px;
    text-shadow: -1px 1px 0px #FFF;
}

h4 {
    font-size:133.33%;
    line-height: 1.125em;
    margin-top:10px;
    margin-bottom:10px;
    text-shadow: -1px 1px 0px #FFF;
}

h5 {
    font-size:116.67%;
    line-height: 1.2857em;
    margin-top:10px;
    margin-bottom:10px;
    text-shadow: -1px 1px 0px #FFF;
}

h6 {
    font-weight: bold;
    font-size:100%;
    line-height: 1.5em;
    margin: 1.5em 0 0 0;
}

option{
    padding-left:.4em
}

select{
    padding:1px
}

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,ol,dl{
    font-size:1em;
    line-height:1.5em;
    margin: 1.5em 0 0 1em;
}

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;}

li {
    font-size:1em;
    line-height:1.5em;
    margin-left:0.8em;
}

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 {
    color:#4D87C7;
    background:transparent;
    text-decoration:none;
    
}
a:active { outline: none; }

a:hover, a:focus {
    background:none;
    color: #3c699c;
    text-decoration: underline;
}
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;
}

.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;}

div.errForm, span.errForm {
    background: none repeat scroll 0 0 #fffff3;
    border: 1px solid #cccccc;
    clear: both;
    color: #ffa814;
    display: block;
    margin: 2px 0 0;
    padding: 2px 3px;
    text-align: left;
}

.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: 960px;
}

table {
    width:100%;
    border-collapse:collapse;
    margin: 1.3571em 0 0 0;
    color:#333;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-spacing:0
}

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;}
th, td {
    line-height: 1.5em;
vertical-align: top;
padding: 0.7143em 0.5em;
}
th *:first-child,td *:first-child {margin-top: 0;}
th.nowrap,td.nowrap {white-space: nowrap;}
thead th {
    text-align: left;
    color:#000;
    border-bottom:2px #000 solid;
}
tbody th {
    text-align: left;
    border-top:1px solid #ccc;
    text-align:left;
}
tbody td {
    text-align: left;
    border-top:1px solid #ccc;
}
tbody tr:hover th,tbody tr:hover td {background:#f8f8f8;}
    

/* -- 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%;		
}
/*--IMAGES SECTION END--*/


/* -- PHPLD CLEARFIX --*/
.phpld-clearfix:before, .clearfix:before{
    content:"";
    display:table
}
.phpld-clearfix:after, .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: 107px;
}

.header {
    background: url("../images/header_bg.png") no-repeat;
    height: 107px;
    margin: 0 auto;
    width: 712px;
}

.header a {
    display: block;
    float: left;
    height: 60px;
    margin-left: 18px;
    margin-top: 36px;
    width: 150px;
}

.headerwrapper_bottom {
    background: url("../images/topbar_bg.gif") repeat-x;
    height: 37px;
}

.headerwrapper_bottom .path {
    background: url("../images/headerwrapper_bottom.gif") no-repeat;
    height: 37px;
    margin: auto;
    padding-top: 8px;
    width: 710px;
    color: #333333;
    font-size: 7.5pt;
    font-weight: bold;
}
.headerwrapper_bottom .path a {
    color: #333333;
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: underline;
}

.breadcrumbs span:first-child {
    padding-left: 17px;
}

.breadcrumbs .divider {
    padding: 0px 3px;
}
/*-- HEADER  SECTION END --*/


/*-- FOOTER SECTION --*/

.footerwrapper {
    background: url("../images/footer-bg.gif") repeat-x scroll 0 0 transparent;
    color: #ffffff;
    font-size: 7.5pt;
    font-weight: bold;
    height: 38px;
    text-decoration: none;
}

.footer {
    width: 712px;
    margin: auto;
}

.footer p.copyright {
    float: left;
    height: 38px;
    line-height: 3.7em;
    margin: 0px;
}

.footer .footer-menu {
    float: right;
    height: 38px;
    line-height: 3.7em;
}

.footer .footer-menu ul {
    list-style: none;
    margin: 11px 0 0;
}

.footer .footer-menu li {
    display: inline;
    margin: 0px;
}

.footer .footer-menu li:before {
    content: "|";
}

.footer .footer-menu li:first-child:before {
    content: "";
}

.footer .footer-menu a {
    color: #ffffff;
    font-size: 7.5pt;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

.footerSponser {
    height: 13px;
    padding: 12px 0px;
    text-align: center;
}

.footerSponser a, .footerSponser a:link, .footerSponser a:active, .footerSponser  a:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

/*-- FOOTER SECTION END --*/

/*-- CONTENT SECTION --*/

.contentwrapper {
    background: none repeat scroll 0 0 #ffffff;
    min-height: 500px;
    width: 100%;
}

.content {
    margin: auto;
    width: 724px;
}

.phpld-col1, .phpld-col3 {
    float: left;
}

.phpld-col2 {
    float: right;
}

.phpld-col3 {
    margin: 0 0 0 15px !important;
    width: 495px;
}

.phpld-col1, .phpld-col2 {
    background: #fff url("../images/column-bg.png") no-repeat;
    min-height: 350px !important;
    width: 170px !important;
    padding: 20px 15px 0;
}

.phpld-col1 h3, .phpld-col2 h3, .phpld-col3 h3 {
    border-bottom: 1px solid #cbcbcb;
    color: #666666;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

.phpld-col1 ul, .phpld-col2 ul, .phpld-col3 ul {
    float: left;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 -8px;
    padding: 0px;
}

.phpld-col1 ul li a, .phpld-col2 ul li a, .phpld-col3 ul li a {
    color: #999999;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
}

.phpld-col1 ul li a:hover, .phpld-col2 ul li a:hover, .phpld-col3 ul li a:hover  {
    text-decoration: underline;
    color: #444;
}
    
.phpld-col3 h3 {
    font-size: 18px;
    padding-bottom: 8px;
}

.phpld-col3 ul li a {
    color: #666;
}

.phpld-col3 ul li a:hover {
    color: #999;
}

.phpld-g50 {
    float: left;
    width: 50%;
}

.phpld-widget {
    margin-bottom: 15px;
}

.AllCategories, .subcategories {
    margin-left: 15px;
}

.AllCategories h4, .subcategories h4 {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 5px 0 0;
}

.AllCategories h4 a, .subcategories h4 a {
    background: url("../images/catBullet.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    font-family: "trebuchet ms",verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 0 5px 20px;
}

.AllCategories h4 span, .subcategories h4 span {
    color: #999999;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 5px;
}

.AllCategories ul, .subcategories ul {
    margin-top: 0;
    padding: 0 0 10px 22px;
    text-align: left;
}

.AllCategories .phpld-g50:nth-child(2n+3){
    clear: left;
}

.subcategories .phpld-g50 {
    width: 33%;
}

.subcategories .phpld-g50:nth-child(3n+4){
    clear: left;
}

#sidebar-search form {
    margin: 0px;
    padding: 0px;
}

#sidebar-search button {
    background: url("../images/search.gif") no-repeat scroll 0 0 transparent;
    display: inline;
    border: 0 none;
    cursor: pointer;
    height: 17px;
    width: 15px;
    vertical-align: top;
}

#sidebar-search input {
    display: inline;
    background-color: #ffffff;
    border: 1px inset #666666;
    color: #333333;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    text-decoration: none;
    width: 148px;
}

table.link {
    margin: 0px;
}

table.link, table.link tr td {
    border: none;
    color: #888888;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
}

table.link, table.link tr, table.link tr td,
table.link:hover, table.link tr:hover, table.link tr td:hover {
    background: none;
}

table.link tr td a, table.link tr td a.readMore:link, table.link tr td a.readMore:active, table.link tr td a.readMore:visited {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

table.link tr td p {
    margin: 0px;
}

table.link tr td .url {
    color: #339933;
}

table.link tr td .pr {
    color: #000000;
    float: left;
    font-size: 6pt;
    height: 30px;
    margin-right: 5px;
}

table.link tr td div.prg {
    border: 1px solid #999999;
    font-size: 1px;
    height: 3px;
    width: 40px;
}

.listingsList h3 {
    background-image: url("../images/rlinks-top.gif");
    background-repeat: no-repeat;
    border-bottom: 1px solid #666666;
    color: #666666;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 0 8px 27px;
    text-shadow: none;
}

.listingsList h3 .small {
    color: #7abdd0;
    font-size: 9px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.listingsList h3 .small a {
    color: #7abdd0;
    font-size: 9px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.listingsList h3 .sort {
    color: #7abdd0;
}

#submitForm h4 {
    border-bottom: 1px solid #666666;
    color: #333333;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
    padding: 0 0 5px;
}

#submitForm .pricingBox {
    color: #888888;
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    margin: 5px 12px;
}

#submitForm .pricingBox input[type="radio"] {
    margin-right: 15px;
}

#submitForm .pricingBox .list_desc {
    color: #7abdd0;
    font-size: 9px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#submitForm .phpld-label, #submitForm .field {
    margin: 0.5em 1em 0 0;
}

#submitForm .field input[type="text"] {
    width: 200px;
}

#submitForm ul.dynatree-container {
    margin: 0px;
}

#submitForm .small {
    color: #7abdd0;
    font-size: 9px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#AGREERULES a {
    color: #666666;
    font-weight: bold;
}

.listing-details .phpld-label {
    width: 75px;
    margin: 0.5em 1em 0 0;
}

.listing-details .field {
    width: 380px;
    margin: 0.5em 1em 0 0;
}

.listing-details .field a {
    color: #666;
    font-weight: bold;
}

.phpld-columnar {
    clear: both;
}

.phpld-label {
    width: 100px;
}

.phpld-required {
    color: #e00000;
}

.phpld-fbox-button {
    margin: 20px 0 10px;
}

.phpld-fbox-button button {
    font-size: 13px;
}

.info-box.rfm {
    margin: 20px 0;
}

.navig {
    border-top: 1px solid #c5c5c5;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px 0 0;
    color: #888888;
}

.navig a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

/*-- CONTENT SECTION END --*/