﻿/* -- PHPLD COLUMNS AND BOX --*/
.phpld-wbox{
    width:850px;
    margin: 0 auto;
}
.phpld-column{
    display:table;
    width:100%;
    /*padding-bottom: 10px;*/
}
.phpld-col1{
    float:left;width:20%
}
.phpld-col2{
    float:right;width:20%
}
.phpld-col2 .listing-style-list .listing-list-item, .phpld-col1 .listing-style-list .listing-list-item{
   margin: 0 0 20px;
}
.phpld-col2 .listing-style-list .listing-list-item a.listing-title,
.phpld-col1 .listing-style-list .listing-list-item a.listing-title{
    font-size:12px;
    font-weight:normal;
}
.phpld-col3 .listingsList
{
   /*margin:0px 10px; */
}
.phpld-col2 .listingsList .phpld-gbox,
.phpld-col1 .listingsList .phpld-gbox
{
    margin:0px;
}
.phpld-col3{
    width:auto;
	/*margin:0 20%
	margin: 0 !important;*/
}

.phpld-col3>.phpld-cbox{
    padding:0px;
    padding-bottom: 8px;
}

.phpld-col3 .phpld-cbox h1{
    margin-bottom: 10px !important;
   
    margin:0px -10px;
    padding: 0 15px;
}

.phpld-columnar{margin-top:10px;}

.phpld-col3 .phpld-columnar h3{
    margin-top:10px;
    margin-bottom:10px;
}

.phpld-cbox{
   /*padding:0 10px*/
}

.phpld-cbox .spotlight {
    text-align: center;
}

.phpld-grid{
    display:table;
    width:100%;
    table-layout:fixed;
    list-style-type:none;
    padding-left:0;
    padding-right:0;
    margin-left:0;
    margin-right:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.phpld-grid .phpld-cbox{
    margin-left: 0px;
    padding-left:0px;
}
.phpld-grid.phpld-full {
    /*margin: 5px 0 5px 0px;*/
	border: none;
	padding: 0;
}
.phpld-gl{
    float:left;
    margin:0
}
.phpld-gr{
    float:right;
    margin:0 0 0 -5px
}
.phpld-g20{
    width:20%
}
.phpld-g25{
    width:25%
}
.phpld-g33{
    margin-right: 6px;
    width: 254px;
}
.woo.phpld-g33 {
    width: 33.3%;
}
.phpld-g50{
    width:50%
}
.phpld-gbox{
    padding:0 8px;
    margin-left: 10px;
    margin-right: 10px;
}


.phpld-gbox.comment{
    margin-bottom:8px;
    padding: 3px;
}

.phpld-gbox.comment .date{
    padding:0px;
    margin:0px;
}


.phpld-equalize{
    overflow:hidden
}
.phpld-equalize>[class*="phpld-g"]{
    display:table-cell;
    float:none;
    margin:0;
    vertical-align:top
}
.phpld-equalize>[class*="phpld-g"]>[class*="phpld-gbox"]{
    padding-bottom:10000px;
    margin-bottom:-10000px
}
/* -- PHPLD COLUMNS END--*/
/* -- PHPLD FORM -- */
.phpld-form,.phpld-form fieldset{
    overflow:hidden
}
.phpld-form div{
    position:relative
}
.phpld-form label,.phpld-form .phpld-message{
    position:relative;
    display:block
}
.phpld-form .phpld-fbox-check label{
    display:inline
}
.phpld-form input,.phpld-form textarea{
    cursor:text
}
.phpld-form input[type="checkbox"],.phpld-form input[type="radio"],.phpld-form select,.phpld-form label{
    cursor:pointer
}
.phpld-form textarea{
    overflow:auto
}
.phpld-form input[type=hidden]{
    display:none!important
}
.phpld-form .phpld-fbox-text:before,.phpld-form .phpld-fbox-select:before,.phpld-form .phpld-fbox-check:before,.phpld-form .phpld-fbox-button:before{
    content:"";
    display:table
}
.phpld-form .phpld-fbox-text:after,.phpld-form .phpld-fbox-select:after,.phpld-form .phpld-fbox-check:after,.phpld-form .phpld-fbox-button:after{
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden
}
.phpld-form select,.phpld-form input,.phpld-form textarea{
    display:block;
    position:relative;
    width:58.5%
}
.phpld-form .phpld-fbox-check input{
    display:inline;
    width:auto
}
.phpld-form .phpld-fbox-button input{
    display:inline;
    overflow:visible;
    width:auto
}
.phpld-form .phpld-fbox-check input:focus,.phpld-form .phpld-fbox-check input:hover,.phpld-form .phpld-fbox-check input:active{
    border:0 none
}
.phpld-full .phpld-fbox-select select,.phpld-full .phpld-fbox-text input,.phpld-full .phpld-fbox-text textarea{
    width:94.2%;
    margin-right:-3px
}
.phpld-fbox-text input.text{padding: 3px;width:auto;}
.phpld-columnar .phpld-fbox-text label,.phpld-columnar .phpld-fbox-select label{
    display:inline;
    float:left;
    width:30%
}
.phpld-columnar .phpld-fbox-check{
    position:relative
}


.phpld-label{
    display:block;
    float: left;
    margin: 4px 5px 0px 0px;
    color:#000000;
    font-size:11px;
}
.phpld-columnar .phpld-fbox-check .phpld-label{
    position:absolute;
    top:0
}
.phpld-columnar .phpld-fbox-check input,.phpld-columnar .phpld-error .phpld-message{
    margin-left:30%
}
.phpld-columnar fieldset .phpld-fbox-button,fieldset.phpld-columnar .phpld-fbox-button{
    padding-left:30%
}
.phpld-columnar .phpld-fbox-select select,.phpld-columnar .phpld-fbox-text input,.phpld-columnar .phpld-fbox-text textarea{
    float:left;width:67.2%;margin-right:-3px
}
.phpld-fbox-select select{
    width:60%
}
.phpld-full .phpld-fbox-select select{
    width:94.8%
}
.phpld-columnar .phpld-fbox-select select{
    width:auto;
}
.phpld-form input,
.phpld-form input,
.phpld-form textarea,
.phpld-form select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width:60%;
}
.phpld-columnar label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.phpld-columnar .phpld-fbox-select select,
.phpld-columnar .phpld-fbox-text input,
.phpld-columnar .phpld-fbox-text textarea { width:auto; }

.phpld-full .phpld-fbox-select select,
.phpld-full .phpld-fbox-text input,
.phpld-full .phpld-fbox-text textarea { width:100%; }
.phpld-form {
    background:#f4f4f4;
    border:2px #fff solid;
    margin: 1.5em 0 0 0;
    padding: 0;
    -webkit-box-shadow: 0 0 4px #ddd;
    -moz-box-shadow: 0 0 4px #ddd;
    box-shadow: 0 0 4px #ddd;
}
.phpld-form fieldset {
    position:static;
    background:transparent;
    margin: 0.75em 0 0.75em 0;
    padding: 0 0.5em;
}
.phpld-form legend {
    background:transparent;
    color:#000;
    font-size:1.2em;
    line-height:1.25em;
    font-weight:bold;
    padding:0 0.5em;
}
.phpld-form label {
    color:#666;
    line-height: 1.5em;
}
.phpld-label {
    color: #666;
    padding-top: 0.25em;
}
.phpld-form .phpld-form div.phpld-fbox-check:focus + label {
    color:#000;
}
.phpld-form div.phpld-fbox-text,
.phpld-form div.phpld-fbox-select,
.phpld-form div.phpld-fbox-check,
.phpld-form div.phpld-fbox-button {
    padding: 0.3em 1em;
    margin-bottom: 0.5em;
}
.phpld-form div.phpld-fbox-button {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 2px;
    background:none;
    border-top:0px;
    margin:0px auto;
}


.phpld-form div.phpld-fbox-button .nopadding *{
    margin:0px;
}
.phpld-form div.phpld-fbox-button:hover{background:none;}
.phpld-form .phpld-fbox-button .float-right{
    padding:0px;
    margin:0px;
}
.phpld-form .phpld-gbox {
    padding: 0 0.5em;
    margin-right: 0;
}
.phpld-form h6 {
    color: #000;
    margin: 1em 0 0 1em;
}
.phpld-form .phpld-fbox-text input,
.phpld-form .phpld-fbox-text textarea {
    line-height: 1em;
    padding: 0.25em 0.3em;
    margin-top: -2px;
}
.phpld-form .phpld-fbox-select select {
    line-height: 1em;
    padding: 0.25em 2px 0.25em 1px;
    margin-top: -2px;
}
.phpld-form input,
.phpld-form textarea,
.phpld-form select,
.phpld-form optgroup {
    font-family:Arial, Helvetica, sans-serif;
        -webkit-box-shadow: inset 0 0 4px #eee;
        -moz-box-shadow: inset 0 0 4px #eee;
        box-shadow: inset 0 0 4px #eee;
    }
.phpld-form optgroup {
        font-style:normal;
        font-weight:bold;
}
.phpld-form .phpld-fbox-text input,
.phpld-form .phpld-fbox-text textarea,
.phpld-form .phpld-fbox-select select {
    border:1px solid #ddd;
}
.phpld-form .phpld-message {
        color:#666;
        margin-bottom:0.5em;
}
.phpld-form .phpld-required {
        color:#800;
        font-weight:bold;
    }

.phpld-form input:valid,
.phpld-form textarea:valid { background-color: #fff; }
.phpld-form input:invalid,
.phpld-form textarea:invalid { background-color: #fdd; }

.phpld-form .phpld-error label {
        color:#800;
        font-weight:normal;
}
.phpld-form .phpld-error input,
.phpld-form .phpld-error select,
.phpld-form .phpld-error textarea {
    border: 1px #800 solid;
}
.phpld-form .phpld-error input:hover,
.phpld-form .phpld-error input:focus,
.phpld-form .phpld-error select:hover,
.phpld-form .phpld-error select:focus,
.phpld-form .phpld-error textarea:hover,
.phpld-form .phpld-error textarea:focus {
        border: 1px #800 solid !important;
}
.phpld-form .phpld-error .phpld-message {
        color:#800;
        font-weight: bold;
        margin-top: 0;
}
.phpld-form div.phpld-fbox-text input:focus,
.phpld-form div select:focus,
.phpld-form div textarea:focus,
.phpld-form div.phpld-fbox-text input:hover,
.phpld-form div select:hover,
.phpld-form div textarea:hover,
.phpld-form div.phpld-fbox-text input:active,
.phpld-form div select:active,
.phpld-form div textarea:active {
        border:1px #888 solid;
        background:#fff;
}

.phpld-button,
.phpld-form button,
.phpld-form input[type="button"],
.phpld-form input[type="reset"],
.phpld-form input[type="submit"] {
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.15);
    color: #333 !important;
    cursor: pointer;
    font: normal 1em/2em Arial, Helvetica;
    margin: 1.5em 0.75em 0 0;
    padding: 0 1.5em;
    overflow: visible; 
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.phpld-form button:hover,
.phpld-form input[type="button"]:hover,
.phpld-form input[type="reset"]:hover,
.phpld-form input[type="submit"]:hover,
.phpld-button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.phpld-form button:active,
.phpld-form input[type="button"]:active,
.phpld-form input[type="reset"]:active,
.phpld-form input[type="submit"]:active,
.phpld-button:active {
    background-color: #bbb;
    background-image: -webkit-linear-gradient(top, #ccc, #bbb);
    background-image: -moz-linear-gradient(top, #ccc, #bbb);
    background-image: -ms-linear-gradient(top, #ccc, #bbb);
    background-image: -o-linear-gradient(top, #ccc, #bbb);
    background-image: linear-gradient(top, #ccc, #bbb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
    box-shadow: 2px 2px 3px rgba(0,0,0,.2) inset;
    position: relative;
    top: 1px;
}

.phpld-form button:focus,
.phpld-form input[type="button"]:focus,
.phpld-form input[type="reset"]:focus,
.phpld-form input[type="submit"]:focus,
.phpld-button:focus {
    outline: 0;
    background: #fafafa;
}

.phpld-form button:before,
.phpld-button:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}

.phpld-form button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

    
.phpld-form input[type=button]::-moz-focus-inner,
.phpld-form input[type=reset]::-moz-focus-inner,
.phpld-form input[type=submit]::-moz-focus-inner {
    padding: .4em;
}

    
.phpld-form button[disabled],
.phpld-form button[disabled]:hover,
.phpld-form input[type=button][disabled],
.phpld-form input[type=button][disabled]:hover,
.phpld-form input[type=reset][disabled],
.phpld-form input[type=reset][disabled]:hover,
.phpld-form input[type=submit][disabled],
.phpld-form input[type=submit][disabled]:hover{
        background: #eee;
        color: #aaa !important;
        border-color: #aaa;
        cursor: default;
        text-shadow: none;
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
}

* html .phpld-button,
* html .phpld-form button {
        display: inline-block;
        white-space: nowrap;
        background-color: #ccc;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
        color: #333 !important;
        cursor: pointer;
        font: normal 1em/2em Arial, Helvetica;
        margin: 1.5em 0.75em 0 0;
        padding: 0 1.5em;
        overflow: visible; 
        text-decoration: none !important;
}

* html .phpld-form button:focus,
* html .phpld-button:focus {
    outline: 0;
    background: #fafafa;
}

* html .phpld-form button:hover,
* html .phpld-button:hover {
    background-color: #ddd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

* html .phpld-form button:active,
* html .phpld-button:active {
    background-color: #bbb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb');
    position: relative;
    top: 1px;
}
#submitForm, .phpld-form{
    padding-left:10px;
    margin-top:0em;
    padding-bottom: 10px;
    overflow: visible;
}
#submitForm .phpld-columnar .phpld-label {text-align:right;}
#submitForm .phpld-columnar .float-left{margin-top:0.5em;}
.formPage {
    margin: 0 auto;
    color: #2E2E2E;
}
.formPage .info-box{margin-top:8px;}
.formPage .phpld-columnar{margin-top: 3px !important;}


#submit_form .phpld-columnar .float-left{margin-top:0.5em;}
#submit_form .phpld-columnar .phpld-label {width:30%;text-align:right;}

#submitForm .phpld-equalize>.phpld-label{width:15%;}
#submitForm .phpld-equalize .field{width:70%;}

#submitForm .phpld-equalize .field .phpld-fbox-text{width:100%;padding-left: 0px;}
#submitForm .phpld-equalize .field .phpld-fbox-text input, #submitForm .phpld-equalize .field  textarea{width:100%;}

.submiItems .phpld-label {margin-top:0px;padding-top: 0px;}
.submiItems ul.multicheckbox {margin-top: 0;}
.submiItems .submitItem {margin: 5px 0;}

/* END PHPLD FORM*/
html *{font-size:100%;}
body{margin:0;color:#666;font:13px/16px "Trebuchet MS", Helvetica, sans-serif;background:#b2cfd0 url(../images/bg-page.png) no-repeat 50% 0;-webkit-text-size-adjust:none;}
img{border-style:none;}
a{text-decoration:none;color:#369;}
a:hover{text-decoration:underline;}
input[type="image"]{padding:0;border:0;}
input,
textarea,
select{font:100% "Trebuchet MS", Helvetica, sans-serif;vertical-align:middle;color:#aeaead;}
form,fieldset{margin:0;padding:0;border-style:none;}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside{display:block;}
figure{margin:0;padding: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;}
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}
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;}
.side-nav fieldset{margin-top:0px !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, li{margin:0;padding:0;list-style-position:inside;}
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.2em;margin-left:0.1em;}
dt{font-weight:bold;}
dd{margin:0 0 1.5em 0.8em;}
p{font-size:1em;margin:1.5em 0 0 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{font-family:Tahoma, Arial, sans-serif;color:#4D87C7;background:transparent;text-decoration:none;}
a:active{outline:none;}
a:hover, a:focus{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;}
.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:850px;}
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:3px;}
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{border-top:1px solid #ccc;}
img,figure{margin:0;}
.flexible{margin-top:1.5em;max-width:100%;height:auto;}
* html .flexible{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);}
.phpld-clearfix:before{content:"";display:table}
.phpld-clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}
.header{color:#fff;width:850px;height:80px;margin:0 auto;padding:0px;}
.headerLogo h1{margin:28px 0px 0px 6px;}
.headerLogo h1 a{color:#fff !important;text-shadow:-1px 1px 0px #113961 !important;}
.headerLogo{position:absolute;top:-2px;left:-84px;width:542px;height:104px;}
.headerLogo a{display:block;background:url("../images/logo.png") no-repeat scroll 0 0 transparent;background-position:0 -173px;text-indent:-9999px;width:542px;height:104px !important;}
.headerLogo a:hover{background:url("../images/logo.png") no-repeat scroll 0 0 transparent !important;background-position:0 -173px !important;height:104px !important;}
.headerSearch{float:right;color:#fff;display:inline;background:none;padding:0px;margin-top:-10px;margin-right:2px;-webkit-box-shadow:0 0 0px #DDD;-moz-box-shadow:0 0 0px #DDD;box-shadow:0 0 0px #DDD;border:0px;overflow:visible;}
form.headerSearch .phpld-label{float:left;margin:5px 5px 0px 0px;color:#1A4E80;}
form.headerSearch .phpld-fbox-text{margin-right:0px;margin-top:10px;}
form.headerSearch div.phpld-columnar{margin-top:20px;}
.select2-container{border:1px solid #ABBEC1 !important;box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.4) inset !important;}
.select2-container .select2-choice, .head_search{background:none repeat scroll 0 0 #FFFFE5 !important;font-size:16px !important;border:none !important;}
.select2-container .select2-choice span, .select2-container, .select2-container .select2-choice, .head_search{color:#444 !important;}
.select2-container .select2-choice span, .head_search{text-shadow:none !important;}
.select2-container .select2-drop{}
.select2-container .select2-choice{}
.headerSearch .phpld-fbox-button .phpld-searchbutton{height:27px;width:40px;font-size:0;background:url("../images/lupa.png") no-repeat scroll 3px 3px #F88C2C;background-position:9px -21px;border:none !important;border-radius:5px 5px 5px 5px;box-shadow:1px 1px 2px #888888;}
.headerSearch .phpld-fbox-button .phpld-searchbutton:hover{background:url("../images/lupa.png") no-repeat scroll 3px 3px #F88C2C !important;background-position:9px -21px !important;}
.phpld-form div.phpld-fbox-button{margin-left:-15px !important;}
.headerSearch .phpld-fbox-button{width:74px;margin-right:8px !important;margin-top:8px !important;}
.select2-focused{border:none !important;}
.select2-submit{overflow-y:visible !important;overflow:visible;clear:both;display:inline-block;width:100%;}
.select2-drop{z-index:10000;overflow:visible;}
.phpld-form input[type="submit"],
.phpld-form input[type="submit"]:hover{background:#39a84c;border:1px solid #52bb64;color:#fff !important;text-shadow:none !important;}
.select2-container{background:#082541;border:1px solid #113961;}
#nav{overflow:visible;height:49px;position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #113961;}
#menuSelection{display:block;text-align:center;clear:both;}
.phpld-hlist{overflow:visible;position:relative;line-height:1em;background:#222;border-radius:5px 5px;margin:0px auto;box-shadow:0px 1px 3px #999;}
.phpld-hlist ul{margin:0 0 0 10px;padding:0 !important;display:inline-table;list-style:none;position:relative;float:left;border-left:1px solid #113961;}
.phpld-hlist ul li{display:block;float:left;font-size:1.0em;line-height:1em;list-style-type:none;margin:0 0 0 0;border-right:1px solid #113961;padding:0;}
.phpld-hlist ul li a,
.phpld-hlist ul li strong{font-family:"Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;background:transparent;color:#fff;display:block;font-size:1em;line-height:2em;padding:0 0.5em;font-weight:bold;text-decoration:none;width:auto;}
.phpld-hlist ul li a:link, .phpld-hlist ul li a:active, .phpld-hlist ul li a:visited{font-weight:normal;font-size:13px;text-decoration:none;padding:10px 15px 0px 15px;color:#fff;display:block;height:39px;}
.phpld-hlist ul li a:focus,
.phpld-hlist ul li a:hover,
.phpld-hlist ul li a:active{color:#fff;background:rgba(255,255,255,.25);text-decoration:none;outline:0 none;float:left;display:block;font-weight:normal;font-size:13px;background-color:#113961 !important;}
.phpld-hlist ul li.active{background:#666;background:rgba(255,255,255,.3);-webkit-border-radius:0.2em;-moz-border-radius:0.2em;border-radius:0.2em;color:#fff;}
.phpld-hlist ul li.active strong,
.phpld-hlist ul li.active a:focus,
.phpld-hlist ul li.active a:hover,
.phpld-hlist ul li.active a:active{background:transparent;color:#fff;text-decoration:none;}
.phpld-hlist ul:after{content:"";clear:both;display:block;}
.phpld-hlist ul li:hover a{color:#fff;}
.phpld-hlist ul li:hover{}
.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;}
.footer{padding:20px 10px;text-align:center;width:100%;margin:auto;background:#082642;border-top:1px solid #082a4d;}
.footer-inner{width:850px;margin:auto;}
.footer > a, .footer, .footer a{color:#fff !important;}
.footer > a:hover{color:red;}
.autocomplete-w1{background:url(img/shadow.png) no-repeat bottom right;position:absolute;top:0px;left:0px;margin:8px 0 0 6px;_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;_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;}
.qq-uploader{position:relative;width:100%;}
.qq-upload-button{display: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;}
.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;}
.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{display:none;}
.phpld-widget .boxTop{background-color:#1B4C7B;height:16px;border-radius:5px 5px 0 0;margin:-11px -11px 10px -11px;display:none;}
.phpld-widget{border:1px solid #e9e9e9;border-top:0;padding:0 10px 10px 10px;}
.phpld-widget h3, .phpld-col3 .phpld-cbox h1{}
.phpld-col3 .phpld-cbox{margin:0px 10px;}
.phpld-widget h3 span{color:#fff;}
.phpld-col3 .phpld-widget{background:#fff;}
.phpld-col3 .phpld-widget h3, .phpld-col3 .phpld-cbox h1{}
.phpld-col3 .phpld-widget h3 span{color:#fff;}
.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;display:none;}
.userPanel, .userPanel a{color:#333;}
.categoryLocations ul li{list-style-type:none;}
.list-headline{margin-bottom:0px;clear:both;}
.content-wrapper{}
.contactPage{margin:0 auto;color:#2E2E2E;}
.path{margin:0 auto;}
.path > a{color:#000000;}
.path > a:hover{text-decoration:underline;}
.breadcrumbs{margin:0px 0 10px 0;margin-left:10px;background:#fff;border:1px solid #e9e9e9;padding:7px 12px 7px 12px;width:915px;}
.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{margin-top:10px;}
.AllCategories .phpld-gbox{margin-bottom:8px;margin-left:1px;border-top:1px solid #B2B2B2;}
.AllCategories h4 span{color:#757575;font-size:11px;font-weight:normal;font-family:Arial;margin-left:5px;}
.AllCategories h4{margin-bottom:0px;}
.AllCategories h4 a{font-weight:700;color:#838383;text-decoration:none;padding:0;line-height:30px;font-size:16px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
.AllCategories h4 a:hover{text-decoration:underline;}
.AllCategories ul{margin:0 0 16px 10px;}
.AllCategories ul li{list-style-type:none;}
.AllCategories ul li:before{}
.AllCategories p{margin:0 0 6px;font-size:12px;line-height:1.5em;color:#5C5C5C;}
.AllCategories .icon{position:relative;float:left;width:36px;min-height:30px;margin:4px 0 0 -2px;}
.listing-details-picture object, .listing-details-picture iframe{width:640px;height:390px;max-width:640px;max-height:390px;}
.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:5px;}
.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{}
.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;}
.phpld-wbox{}
.masthead{position:relative;height:104px;margin-bottom:10px;}
.masthead-inner{position:relative;width:850px;margin:0 auto;overflow:hidden;}
.wrap{width:850px;margin:0 auto;margin-top:18px;background:#fff;overflow:hidden;box-shadow:0 0 8px #555, 0 0 8px #555;-webkit-box-shadow:0 0 8px #555, 0 0 8px #555;-moz-box-shadow:0 0 8px #555, 0 0 8px #555;border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;}
header,
footer,
article,
section,
hgroup,
nav1,
figure,
aside{display:block;}
figure{margin:0;padding:0;}
#nav1{background:url(../images/bg-nav.png) repeat-x;line-height:40px;text-shadow:-1px -1px 0 #000;height:40px;}
#nav1 .holder{margin:0 auto;width:850px;position:relative;}
#nav1 ul{padding:0;margin:0;list-style:none;float:right;}
#nav1 ul li{float:left;}
#nav1 a{color:#fff;padding:8px;11px 0 14px;float:left;height:32px;}
#nav1 .active a,
#nav1 a:hover{background:url(../images/bg-nav.png) repeat-x 0 -50px;text-decoration:none;}
.header .headerLogo a img{height:80px;margin-top:-5px;width:500px;}
.select2-container{width:260px!important;}
.button .phpld-searchbutton input{float:left!important;font-size:0!important;line-height:0!important;text-indent:-9999px!important;overflow:hidden!important;width:22px!important;height:23px!important;background:url(../images/lupa.png) no-repeat 3px 3px!important;margin:0!important;padding:0!important;border:none!important;cursor:pointer!important;}
.button .phpld-searchbutton:hover{background:rgb(9,74,5!important);background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NGEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMTM3MTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjMWI4NzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMzlhYTIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjNTNjNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjNTJjMTMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlYjUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(top, rgba(9,74,5,1) 0%, rgba(19,113,10,1) 9%, rgba(27,135,15,1) 18%, rgba(57,170,33,1) 55%, rgba(83,199,50,1) 91%, rgba(82,193,49,1) 95%, rgba(78,181,47,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,74,5,1)), color-stop(9%,rgba(19,113,10,1)), color-stop(18%,rgba(27,135,15,1)), color-stop(55%,rgba(57,170,33,1)), color-stop(91%,rgba(83,199,50,1)), color-stop(95%,rgba(82,193,49,1)), color-stop(100%,rgba(78,181,47,1)));background:-webkit-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%);background:-o-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%);background:-ms-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%);background:linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#094a05', endColorstr='#4eb52f',GradientType=0)!important;}
.add-nav{background:url(../images/bg-add-nav.png);font-size:14px;line-height:28px;color:#484949;text-shadow:1px 1px 2px #fff;width:100%;position:relative;overflow:hidden;clear:both;}
.add-nav .holder{float:left;position:relative;left:50%;}
.add-nav ul{padding:0;margin:0;list-style:none;float:left;position:relative;right:50%;}
.add-nav li{float:left;padding:0 10px;}
.add-nav a{color:#484949 !important;float:left;padding:3px 0 2px;height:32px;font:14px "Trebuchet MS",Helvetica,sans-serif !important;text-shadow:1px 1px 2px #FFFFFF !important;}
#footer{background:#c6d2d8 url(../images/separator3.png) no-repeat;padding:21px 25px 18px 27px;overflow:hidden;font-size:12px;line-height:17px;text-shadow:1px 1px 0 #f5f2f2;margin:0 auto;width:910px;}
#footer .logo{float:right;width:345px;height:62px;margin:-11px 0 0;background-position:0 -81px;}
.links-box{float:left;}
.links-box ul{padding:0;margin:0;list-style:none;float:left;width:146px;}
.links-box .alt-col{position:relative;margin:0 0 0 -34px;}
.links-box ul li{padding:0;vertical-align:top;}
.links-box ul a{color:#1e4b77;}
.copyright{text-align:center;font-size:12px;line-height:14px;color:#5f696a;}
.copyright p{margin:0;}
.best-box ol{margin:0 0 0 28px;padding:2px 8px 0 13px;counter-reset:section;font-size:12px;line-height:14px;list-style:none;height:auto;}
.best-box li:before,
.best-box li .list-item-before{content:' 'counter(section)'.';counter-increment:section;margin:0 0 -17px -34px;position:relative;display:block;width:27px;color:#a0a0a0;font-size:15px;line-height:18px;text-align:right;vertical-align:top;overflow:hidden;}
* +html .best-box li{list-style-type:expression(function(t){t.runtimeStyle.listStyleType = 'none';t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');}(this));}
.post-box ol{margin:0 0 0 38px;padding:12px 8px 2px 13px;counter-reset:section;font-size:12px;line-height:16px;list-style:none;height:1%;}
* +html .post-box ol{line-height:14px;padding:12px 8px 0 13px;}
.post-box li:before,
.post-box li .list-item-before{content:' 'counter(section)'.';counter-increment:section;margin:0 0 -17px -30px;position:relative;display:block;width:27px;text-align:right;vertical-align:top;overflow:hidden;}
* +html .post-box li{list-style-type:expression(function(t){t.runtimeStyle.listStyleType = 'none';t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');}(this));}
.links-block{position:relative;overflow:hidden;padding:12px 0 10px;font:13px/16px Arial, Helvetica, sans-serif;}
.links-block .holder{float:left;position:relative;left:50%;}
.links-block .frame{float:left;position:relative;right:50%;}
.google{float:left;padding:0 0 0 36px;}
.links-block a{color:#3a55c4;float:left;}
.links-block nav{float:left;}
.links-block ul{float:left;padding:0 0 0 36px;margin:0;list-style:none;}
.links-block ul li{float:left;padding:0 36px;}
.paging{border-top:1px solid #999;font-size:13px;line-height:18px;color:#666;padding:2px 2px 0;margin:28px 0 -20px;position:relative;overflow:hidden;}
.paging ul{padding:0;margin:0;list-style:none;float:right;}
.paging ul li{float:left;padding:0 0 0 8px;}
.paging a{color:#369;}
body{
	margin:0;
	color:#666;
	font:13px/16px "Trebuchet MS", Helvetica, sans-serif;
	background:#b2cfd0 url(../images/bg-page.png) no-repeat 50% 0;
	/*min-width:900px;*/
	-webkit-text-size-adjust:none;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#369;
}
a:hover{text-decoration:underline;}
input[type="image"] {
	padding: 0;
	border: 0;
}
input,
textarea,
select{
	font:100% "Trebuchet MS", Helvetica, sans-serif;
	vertical-align:middle;
	color:#444;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure,
aside { display: block; }
figure {
	margin:0;
	padding:0;
}
#nav{
	background:url(../images/bg-nav.png) repeat-x;
	line-height:40px;
	text-shadow:-1px -1px 0 #000;
}
#nav .holder{
	margin:0 auto;
	width:850px;
	overflow:hidden;
}
#nav ul{
	padding:0;	margin:0;	list-style:none;
	float:right;
}
#nav ul li{float:left;}
#nav a{
	color:#fff;
	padding:0 11px 0 14px;
	float:left;
}
#nav .active a,
#nav a:hover{
	background:url(../images/bg-nav.png) repeat-x 0 -50px;
	text-decoration:none;
}
#wrapper{
	width:850px;
	margin:0 auto;
	padding:0 0 50px;
}
#header{width:100%;}
#header:after{
	content:'';	display:block;	clear:both;
}
#header .search-form{
	float:right;
	padding:16px 4px 0 0;
}
#header .search-form .text{
	background:#ffffe5;
	width:229px;
	font-size:16px;
	line-height:19px;
	height:18px;
	padding:4px 9px;
	margin:0 5px 0 0;
}
 .headerSearch .btn-search{
	float:left;
	background: rgb(248,140,44); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4OGMyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzQwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(248,140,44,1) 0%, rgba(211,64,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,140,44,1)), color-stop(100%,rgba(211,64,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,140,44,1) 0%,rgba(211,64,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,140,44,1) 0%,rgba(211,64,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(248,140,44,1) 0%,rgba(211,64,7,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(248,140,44,1) 0%,rgba(211,64,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88c2c', endColorstr='#d34007',GradientType=0 ); /* IE6-8 */
	margin-top: 5px;
	margin-left: 10px;
}
.headerSearch .btn-search:hover{
	background: rgb(134,42,4); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2MmEwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYTYzNTA2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNiZjNlMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNjZjQ2MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNkODRjMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiNmNTg2MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiNlZTgzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGQ3YjI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(134,42,4,1) 0%, rgba(166,53,6,1) 4%, rgba(191,62,9,1) 8%, rgba(207,70,11,1) 12%, rgba(216,76,12,1) 15%, rgba(245,134,41,1) 92%, rgba(238,131,41,1) 96%, rgba(221,123,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,42,4,1)), color-stop(4%,rgba(166,53,6,1)), color-stop(8%,rgba(191,62,9,1)), color-stop(12%,rgba(207,70,11,1)), color-stop(15%,rgba(216,76,12,1)), color-stop(92%,rgba(245,134,41,1)), color-stop(96%,rgba(238,131,41,1)), color-stop(100%,rgba(221,123,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a04', endColorstr='#dd7b27',GradientType=0 ); /* IE6-8 */
}
.headerSearch .btn-search input{
	width:40px;
	height:27px;
	background-position:9px -21px;
	
}
.logo{
	float:left;
	margin:-40px 0 10px -48px;
	background:url(../images/logo.png) no-repeat;
	width:408px;
	height:76px;
	text-indent:-9999px;
	overflow:hidden;
}
.size1{
	width:542px;
	height:104px;
	background-position:0 -173px;
	margin:-40px 0 13px -94px;
	position:relative;
}
.logo a{
	height:100%;
	display:block;
}
.add-nav{
	background:url(../images/bg-add-nav.png);
	font-size:14px;
	line-height:28px;
	color:#484949;
	text-shadow:1px 1px 2px #fff;
	width:100%;
	position:relative;
	overflow:hidden;
	clear:both;
    height:32px;
}
.add-nav .holder{
	float:left;
	position:relative;
	left:50%;
}
.add-nav ul{
	padding:0;	margin:0;	list-style:none;
	float:left;
	position:relative;
	right:50%;
}
.add-nav li{
	float:left;
	padding:0 10px;
}
.add-nav a{
	color:#484949;
	float:left;
	/*padding: 4px 0 2px;*/
	padding-top: 10px;
	padding-bottom: 0px;
}
#main{
	background:#fff;
	overflow:hidden;
	/*box-shadow: 0 0 8px #555, 0 0 8px #555;
	-webkit-box-shadow: 0 0 8px #555, 0 0 8px #555;
	-moz-box-shadow: 0 0 8px #555, 0 0 8px #555;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;*/
	margin:0 0 8px;
}
.info-block{
	background:url(../images/bg-info-block.png) repeat-y -850px 0;
	border-bottom:3px solid #778080;
}
.info-block .holder{background:url(../images/bg-info-block.png) no-repeat;}
.info-block .frame{
	background:url(../images/bg-info-block.png) no-repeat -1700px 100%;
	padding:14px 12px 14px 27px;
	overflow:hidden;
	width: 96%; /* Gilad - OCT-2015 */
}
.newsletter-col{
	float:left;
	width:65%; /*518px;*/
	font-size:12px;
	line-height:24px;
	color:#898f94;
	text-shadow:1px 1px 0 #fff;
}
.newsletter-col h2{
	font-family: "Trebuchet MS",Helvetica,sans-serif !important;
	font-size:20px;	
	font-weight: 700 !important;
	line-height:22px;
	color:#8c172e;
	position:relative;
	margin:0 0 -2px;
}
.newsletter-col h2 strong{
	font-size:15px;
	line-height:18px;
	color:#384f66;
	display:block;
	position:relative;
	margin:-2px 0 0;
}
.newsletter-col p{margin:0 0 7px;}
.newsletter-col .mark{
	background:none;
	color:#b96f75;
}
.subscribe-form{padding:0 13px 0 0;}
.newsletter-col .text{
	width:348px;
	border:1px solid #8f99a2;
	background:#f7f7f7;
	font-size:17px;
	line-height:20px !important;
	height:auto;
	padding:4px 13px;
	margin:0 5px 0 0;
	color:#444;
}
.newsletter-col .btn-subscribe{
	float:right;
	background: rgb(249,141,45); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5OGQyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMjNmMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(249,141,45,1) 0%, rgba(210,63,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,141,45,1)), color-stop(100%,rgba(210,63,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,141,45,1) 0%,rgba(210,63,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,141,45,1) 0%,rgba(210,63,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,141,45,1) 0%,rgba(210,63,6,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(249,141,45,1) 0%,rgba(210,63,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98d2d', endColorstr='#d23f06',GradientType=0 ); /* IE6-8 */
	border:1px solid #888;
}
.newsletter-col .btn-subscribe input{
	float:left;
	width:117px;
	height:27px;
	line-height:27px !important;
	overflow:visible;
	padding:0 0 2px;
}
* +html .newsletter-col .btn-subscribe input{line-height:25px !important;}
.newsletter-col .btn-subscribe:hover{
	border:1px solid #ce6420;
	background: rgb(134,42,4); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2MmEwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYTYzNTA2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNiZjNlMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNjZjQ2MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNkODRjMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiNmNTg2MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiNlZTgzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGQ3YjI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(134,42,4,1) 0%, rgba(166,53,6,1) 4%, rgba(191,62,9,1) 8%, rgba(207,70,11,1) 12%, rgba(216,76,12,1) 15%, rgba(245,134,41,1) 92%, rgba(238,131,41,1) 96%, rgba(221,123,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,42,4,1)), color-stop(4%,rgba(166,53,6,1)), color-stop(8%,rgba(191,62,9,1)), color-stop(12%,rgba(207,70,11,1)), color-stop(15%,rgba(216,76,12,1)), color-stop(92%,rgba(245,134,41,1)), color-stop(96%,rgba(238,131,41,1)), color-stop(100%,rgba(221,123,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(134,42,4,1) 0%,rgba(166,53,6,1) 4%,rgba(191,62,9,1) 8%,rgba(207,70,11,1) 12%,rgba(216,76,12,1) 15%,rgba(245,134,41,1) 92%,rgba(238,131,41,1) 96%,rgba(221,123,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#862a04', endColorstr='#dd7b27',GradientType=0 ); /* IE6-8 */
}
.info-block .social-col{
	float:right;
	width: 30%; /* 233px; */
	font-size:13px;
	line-height:14px;
	color:#62676b;
	padding:3px 0 0;
}
.google-holder{
	width:210px;
	float:left;
}
.social-col .social-networks{
	overflow:hidden;
	padding:0;	margin:0;	list-style:none;
}
.social-col .social-networks li{
	float:left;
	padding:0 0px 13px 0;
}
.social-col p{margin:0;}
.category-box{
	border-bottom:3px solid #687575;
	padding:14px 5px 30px 5px;
	color:#666;
	line-height:15px;
}
.content-block{
	padding:0 0 18px;
	width:100%;
}
.content-block h2{
	font-size:31px;
	line-height:36px;
	font-weight:normal;
	position:relative;
	margin:0 0 2px;
	color:#c30;
}
.category-box p{margin:0;}
.category-list{
	padding:0 0 0 25px;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0;	list-style:none;
	font-size:12px;
	line-height:16px;
	color:#5c5c5c;
}
.category-list li{
	border-top:1px solid #b2b2b2;
	display:inline-block;
	vertical-align:top;
	width:231px;
	padding:8px 0 2px;
	margin:0 24px 0 0;
}
* +html .category-list li{
	display:inline;
	margin:0 28px 0 0;
}
.category-list li:after{
	content:'';	display:block;	clear:both;
}
.category-list h3{
	font-size:16px;
	line-height:20px;
	color:#335c85;
	position:relative;
	margin:0 0 -3px;
}
.category-list h3 a{color:#335c85;}
.category-list p{margin:0 0 6px;}
.category-list .ico{
	float:left;
	width:36px;
	min-height:30px;
	position:relative;
	margin:0 0 0 -2px;
}
.category-list .ico img{float:left;}
.category-list .description{overflow:hidden;}
#twocolumns{
	background:url(../images/bg-sidebar.png) repeat-y;
	width:100%;
	margin:0 0 29px;
	padding:0 0 15px
}
#twocolumns:after{
	content:'';	display:block;	clear:both;
}
#content{
	float:right;
	width:642px;
	padding:14px 0 0;
}
.phpld-col3, .content-box{padding:0 21px 16px 0;}
.phpld-col3 .heading,  .content-box .heading{
	margin:0 0 0 -4px;
	height:1%;
}
.phpld-col3 .heading:after,
.content-box .heading:after{
	content:'';	display:block;	clear:both;
}
.phpld-col3 .heading img,
.content-box .heading img{
	float:left;
	position:relative;
	margin:0 5px -5px 0;
}
.phpld-col3 h1,.content-box h1{
	font-size:30px;
	line-height:34px;
	float:left;
	margin:2px 0 0;
	color:#900;
	letter-spacing:-1px;
}
.content-box .content-holder{width:100%;}
.content-box .content-holder:after{
	content:'';	display:block;	clear:both;
}
.content-box .content-holder img{
	float:right;
	margin:-12px 3px 0 15px;
	position:relative;
}
.content-box p{margin:0 0 5px;}
.content-box mark{
	background:none;
	color:#333;
}
.twocolumns{width:100%;}
.twocolumns:after{
	content:'';	display:block;	clear:both;
}
.twocolumns-listing{
	border-top:1px solid #b2b2b2;
	position:relative;
	margin:-2px 0 0;
}
.products-col{
	float:left;
	width:428px;
}
.twocolumns-listing .products-col{width:465px;}
.products-list{
	height:1%;
	padding:0 0 0 21px;	margin:0;	list-style:none;
}
.twocolumns-listing .products-list{
	padding:18px 10px 0 0;
	width:auto;
}
.products-list mark{
	background:none;
	font-size:10px;
	line-height:16px;
	color:#c33;
}
.products-list li, .listing-list-item{
	padding:2px 0 4px 27px;
	margin-left: 0px;
}

.listing-cat-item
{
	padding:2px 0 4px 27px;
	border-top:1px solid #b2b2b2 !important;
	margin-left: 30px;
	/*margin-top: 15PX;*/
}
.twocolumns-listing .products-list li,{
	border-color:#fff;
	padding:2px 0 4px 20px;
}
.twocolumns-listing .products-list a{color:#333;}
.products-list h2, .listing-list-item h2, .listing-list-item h2 a{
	font-size:15px !important;
	line-height:18px !important;
	margin:0 0 0 -28px !important;
	padding:0 0 0 8px !important;
	/*background:url(../images/sprite.png) no-repeat 0 -129px !important;*/
	position:relative !important;
	color:#333 !important;
	font-weight: bold;
	
}

.listing-cat-item h2, .listing-cat-item h2 a{
	font-size:15px !important;
	line-height:18px !important;
	margin:0 0 0 -27px !important;
	padding:0 0 0 27px !important;
	background:url(../images/sprite.png) no-repeat 0 3px !important;
	position:relative !important;
	color:#369 !important;
	font-weight: bold;
}
.twocolumns-listing .products-list h2{
	margin:0 0 0 -20px;
	padding:0 0 0 20px;
}
.products-list .lightning{background-position:0 -129px;}
.products-list .fire{background-position:0 -213px;}
.products-list p{margin:0 0 5px;}
.aside{
	float:right;
	width:176px;
	position:relative;
	overflow:hidden;
}
.google-box{padding:0 0 25px;}
.staff-ad{
	background:#f90;
	font-size:13px;
	line-height:14px;
	color:#333;
	padding:15px 10px 8px 16px;
	margin:0 0 26px;	list-style:none;
}
.staff-ad li{padding:0 0 11px;}
.staff-ad h3{
	font-size:16px;
	line-height:18px;
	margin:0;
	color:#fff;
}
.staff-ad h3 a{color:#fff;}
.staff-ad p{margin:0;}
.social-list{
	padding:0;	margin:0;	list-style:none;
	width:152px;
	border-top:1px solid #d1d1d1;
}
.social-list li{
	border-bottom:1px solid #d1d1d1;
	padding:4px 2px;
}
.products-newsletter{
	float:left;
	width:427px;
}
.info-container{
	border:1px solid #bababa;
	padding:3px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: 0 0 5px #777;
	-webkit-box-shadow: 0 0 5px #777;
	-moz-box-shadow: 0 0 5px #777;
	font-size:13px;
	line-height:17px;
	color:#666;
	margin:0 0 26px;
}
.info-container .holder{
	padding:12px 12px 13px 19px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#d3dbdb;
}
.info-container h2{
	font-size:17px;
	line-height:20px;
	color:#036;
	position:relative;
	margin:0 0 -2px;
}
.info-container p{margin:0 0 10px;}
.info-container .newsletter-box{width:100%;}
.info-container .newsletter-box:after{
	content:'';	display:block;	clear:both;
}
.info-container .subsribe-form .text{
	width:265px;
	padding:3px 10px;
	font-size:12px;
	line-height:16px;
	height:16px;
	background:#f7f7f7;
	border:1px solid #a2b7b7;
}
.info-container .btn-subscribe{
	float:right;
	background: rgb(100,216,61); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0ZDgzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzU1YzkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzQ3YmEyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzEzN2MwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(100,216,61,1) 0%, rgba(85,201,51,1) 23%, rgba(71,186,42,1) 36%, rgba(19,124,10,1) 82%, rgba(2,105,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,216,61,1)), color-stop(23%,rgba(85,201,51,1)), color-stop(36%,rgba(71,186,42,1)), color-stop(82%,rgba(19,124,10,1)), color-stop(100%,rgba(2,105,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d83d', endColorstr='#026901',GradientType=0 ); /* IE6-8 */
	border:none !important;
}
.info-container .btn-subscribe input{
	float:left;
	width:93px;
	font-size:13px;
	line-height:24px;
	height:24px;
	padding:0 0 2px;
	border:none !important;
}
* +html .info-container .btn-subscribe input{line-height:22px;}
.info-container .btn-subscribe:hover{
	background: rgb(9,74,5); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NGEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMTM3MTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjMWI4NzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMzlhYTIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjNTNjNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjNTJjMTMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlYjUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(9,74,5,1) 0%, rgba(19,113,10,1) 9%, rgba(27,135,15,1) 18%, rgba(57,170,33,1) 55%, rgba(83,199,50,1) 91%, rgba(82,193,49,1) 95%, rgba(78,181,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,74,5,1)), color-stop(9%,rgba(19,113,10,1)), color-stop(18%,rgba(27,135,15,1)), color-stop(55%,rgba(57,170,33,1)), color-stop(91%,rgba(83,199,50,1)), color-stop(95%,rgba(82,193,49,1)), color-stop(100%,rgba(78,181,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a05', endColorstr='#4eb52f',GradientType=0 ); /* IE6-8 */
	border:none;
}
.post-box{padding:0 0 13px;}
.post-box h2{
	font-size:32px;
	line-height:33px;
	font-weight:normal;
	border-bottom:2px solid #636363;
	margin:0 0 9px;
}
.post-box .heading{
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#666;
}
.post-box .issue{float:right;}
.post-box .issue strong{
	font-size:16px;
	padding:0 0 0 4px;
}
.post-box .issue mark{
	background:none;
	color:#c30;
}
.post-box .issue mark a{color:#c30;}
.post-box .heading h3{
	font-size:16px;
	line-height:18px;
	color:#c30;
	margin:0;
}
.post-box .heading h3 a{color:#c30;}
.post-box p{margin:0 0 6px;}
.post-box .title{
	font-size:16px;
	line-height:18px;
}
.container h3{
	font-size:16px;
	line-height:18px;
	color:#666;
	margin:0;
	width:100%;
	padding:0 0 4px;
	vertical-align:top;
}
.container ul{
	padding:0 0 7px;	margin:0;
	width:100%;
	overflow:hidden;	list-style:none;
}
.container ul li{
	background:url(../images/separator3.gif) repeat-x;
	padding:6px 0 9px;
	float:left;
	width:100%;
}
.container h4{
	font-size:13px;
	line-height:15px;
	color:#c30;
	margin:0 0 1px;
}
.container h4 a{color:#c30;}
.container p{margin:0 0 6px;}
.container dl{
	margin:0;
	overflow:hidden;
}
.container dt{
	float:left;
	padding:0 3px 0 0;
}
.container dd{
	margin:0;
}
.container .box{padding:7px 0 0;}
.container .box h3{
	color:#c30;
	position:relative;
	margin:0 0 2px;
}
.container .box dt{
	float:none;
	display:block;
}
.select-form{
	padding:11px 0 15px;
	width:100%;
}
.select-form select{
	font-size:12px;
	color:#666;
	width:160px;
	padding:0;
	margin:0 0 0 9px;
}
.list-box{padding:10px 0 0;}
#sidebar{
	float:left;
	width:183px;
	background:#dde4e8;
}
.newsletter-box{
	background:#cc3;
	font-size:13px;
	line-height:14px;
	color:#666;
	padding:14px 13px 12px;
	text-align:center;
}
.newsletter-box .heading{
	font-size:15px;
	line-height:18px;
	color:#585833;
	padding:0 0 2px;
}
.newsletter-box .title{
	display:block;
	position:relative;
	margin:0 0 -2px;
	letter-spacing:2px;
}
.newsletter-box .heading h3{
	font-size:26px;
	line-height:28px;
	letter-spacing:-2px;
	margin:0;
	color:#fff;
	text-shadow:-1px -1px 0 #888;
	
}
.newsletter-box p{margin:0 0 9px;}
.row{
	width:100%;
	padding:0 0 9px;
}
.row:after{
	content:'';	display:block;	clear:both;
}
.text{
	float:left;
	width:141px;
	padding:3px 7px 2px;
	margin:0;
	border:1px solid #959533;
	font-size:12px;
	line-height:17px;
	height:17px;
	overflow:hidden;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	background:#f6f6f5;
}
.btn-subscribe{
	float:left;
	padding:0;
	margin:0;
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-shadow:-1px -1px 0 #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	background: rgb(102,204,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Y2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzYwYjhlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVhYTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzQ3NjA5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzQyNTA4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTQwNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(102,204,255,1) 0%, rgba(96,184,234,1) 19%, rgba(90,161,211,1) 35%, rgba(71,96,145,1) 73%, rgba(66,80,129,1) 85%, rgba(62,64,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,204,255,1)), color-stop(19%,rgba(96,184,234,1)), color-stop(35%,rgba(90,161,211,1)), color-stop(73%,rgba(71,96,145,1)), color-stop(85%,rgba(66,80,129,1)), color-stop(100%,rgba(62,64,113,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,204,255,1) 0%,rgba(96,184,234,1) 19%,rgba(90,161,211,1) 35%,rgba(71,96,145,1) 73%,rgba(66,80,129,1) 85%,rgba(62,64,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,204,255,1) 0%,rgba(96,184,234,1) 19%,rgba(90,161,211,1) 35%,rgba(71,96,145,1) 73%,rgba(66,80,129,1) 85%,rgba(62,64,113,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,204,255,1) 0%,rgba(96,184,234,1) 19%,rgba(90,161,211,1) 35%,rgba(71,96,145,1) 73%,rgba(66,80,129,1) 85%,rgba(62,64,113,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(102,204,255,1) 0%,rgba(96,184,234,1) 19%,rgba(90,161,211,1) 35%,rgba(71,96,145,1) 73%,rgba(66,80,129,1) 85%,rgba(62,64,113,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#3e4071',GradientType=0 ); /* IE6-8 */
	letter-spacing:1px;
	border:1px solid #888;
}
.btn-subscribe input{
	float:left;
	width:157px;
	height:27px;
	cursor:pointer;
	padding:0 0 2px;
	margin:0;
	font-size:15px;
	line-height:26px;
	color:#fff;
	border:none;
	background:none;
	text-shadow:-1px -1px 0 #555;
}
* +html .btn-subscribe input{line-height:25px;}
.btn-subscribe:hover{
	border:1px solid #66b4e7;
	background: rgb(47,57,91); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMzk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjM2Q0ZTc5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiM0NTU5OGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWZiNmU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(47,57,91,1) 0%, rgba(61,78,121,1) 4%, rgba(69,89,138,1) 8%, rgba(95,182,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,57,91,1)), color-stop(4%,rgba(61,78,121,1)), color-stop(8%,rgba(69,89,138,1)), color-stop(100%,rgba(95,182,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(47,57,91,1) 0%,rgba(61,78,121,1) 4%,rgba(69,89,138,1) 8%,rgba(95,182,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(47,57,91,1) 0%,rgba(61,78,121,1) 4%,rgba(69,89,138,1) 8%,rgba(95,182,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(47,57,91,1) 0%,rgba(61,78,121,1) 4%,rgba(69,89,138,1) 8%,rgba(95,182,232,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(47,57,91,1) 0%,rgba(61,78,121,1) 4%,rgba(69,89,138,1) 8%,rgba(95,182,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f395b', endColorstr='#5fb6e8',GradientType=0 ); /* IE6-8 */
}
.phpld-col1,  .side-nav{
	font-size:13px;
	line-height:16px;
	padding:0 0 26px;
	background: none repeat scroll 0 0 #DDE4E8;
}
.phpld-col2,  .phpld-col3
{
	padding-top: 20PX;
}

.phpld-col2 { 
	margin-top: 160px !important;
}

.phpld-col3
{
	padding-left: 0PX;
	padding-right: 0PX;
}

.side-nav h4{
	font-size:17px;
	line-height:29px;
	color:#243342;
	text-shadow:1px 1px 0 #ddd;
	background:#9fb0b9 url(../images/separator1.gif) repeat-x 0 100%;
	margin:0;
	padding:0 15px 3px;
	font-weight: bold;
}
.side-nav ul{
	padding:4px 12px 0 15px;	margin:0;	list-style:none;
}
.side-nav ul li{
	background:url(../images/separator2.gif) repeat-x 0 100%;
	padding:0 0 2px;
	overflow:hidden;
	vertical-align:top;
}
.side-nav ul a{
	padding:0 5px 1px;
	color:#354555;
	width:150px;
	float:left;
	text-shadow:1px 1px 0 #fff;
	text-decoration:none !important;
}
.side-nav ul .active a{background:#f8fafa !important;}
.side-nav ul a:hover{background:#d2d3d4;}
.search-form{padding:0 5px 15px 15px;}
.search-form h2{
	font-size:17px;
	line-height:18px;
	font-weight:normal;
	color:#243342;
	text-shadow:1px 1px 0 #fff;
	margin:0;
}
.search-form label{
	display:block;
	font-size:13px;
	line-height:18px;
	color:#777a7b;
	padding:0 0 3px;
}
.search-form .text{
	width:116px;
	border:1px solid #abbec1;
	background:#f7f7f7;
	margin:1px 0 0;
}
.search-form .row{
	position:relative;
	margin:0 0 0 -2px;
}
.btn-search{
	background: rgb(100,216,61); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0ZDgzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzU1YzkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzQ3YmEyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzEzN2MwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjY5MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(100,216,61,1) 0%, rgba(85,201,51,1) 23%, rgba(71,186,42,1) 36%, rgba(19,124,10,1) 82%, rgba(2,105,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,216,61,1)), color-stop(23%,rgba(85,201,51,1)), color-stop(36%,rgba(71,186,42,1)), color-stop(82%,rgba(19,124,10,1)), color-stop(100%,rgba(2,105,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(100,216,61,1) 0%,rgba(85,201,51,1) 23%,rgba(71,186,42,1) 36%,rgba(19,124,10,1) 82%,rgba(2,105,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d83d', endColorstr='#026901',GradientType=0 ); /* IE6-8 */
	float:right;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	-moz-box-shadow: 1px 1px 2px #888;
}
.btn-search input{
	float:left;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	width:22px;
	height:23px;
	background:url(../images/lupa.png) no-repeat 3px 3px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
}
.btn-search:hover{
	background: rgb(9,74,5); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NGEwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMTM3MTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjMWI4NzBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMzlhYTIxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjNTNjNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjNTJjMTMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlYjUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(9,74,5,1) 0%, rgba(19,113,10,1) 9%, rgba(27,135,15,1) 18%, rgba(57,170,33,1) 55%, rgba(83,199,50,1) 91%, rgba(82,193,49,1) 95%, rgba(78,181,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,74,5,1)), color-stop(9%,rgba(19,113,10,1)), color-stop(18%,rgba(27,135,15,1)), color-stop(55%,rgba(57,170,33,1)), color-stop(91%,rgba(83,199,50,1)), color-stop(95%,rgba(82,193,49,1)), color-stop(100%,rgba(78,181,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(9,74,5,1) 0%,rgba(19,113,10,1) 9%,rgba(27,135,15,1) 18%,rgba(57,170,33,1) 55%,rgba(83,199,50,1) 91%,rgba(82,193,49,1) 95%,rgba(78,181,47,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094a05', endColorstr='#4eb52f',GradientType=0 ); /* IE6-8 */
}
.google-block{width:100%;}
.ad{
	width:150px;
	padding:9px 5px;
	background:url(../images/sprite.png) no-repeat -690px 0;
	margin:0 auto;
}
.text-logo{
	display:block;
	width:148px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -38px -73px;
	margin:0 0 3px;
}
.ad p{
	text-align:center;
	margin:0;
}
.ad-google{
	position:relative;
	overflow:hidden;
	padding:0 0 17px;
}
.ad-google .holder{
	float:left;
	position:relative;
	left:50%;
}
.ad-google .frame{
	float:left;
	position:relative;
	right:50%;
}
.threecolumns{
	overflow:hidden;
	padding:25px 27px 24px 27px;
	border-bottom:3px solid #687575;
}
.threecolumns-holder{
	float:left;
	width:471px;
}
.content-col{
	float:right;
	width:200px;
	font-size:13px;
	line-height:14px;
	color:#666;
}
.content-col .text-welcome{
	text-indent:-9999px;
	overflow:hidden;
	width:180px;
	height:36px;
	background:url(../images/sprite.png) no-repeat -247px -73px;
	margin:0 0 4px;
}
.content-col .title{
	display:block;
	padding:0 0 7px;
	font-weight:normal;
}
.content-col p{margin:0 0 9px;}
.content-col a{color:#369;}
.sidebar-col{
	float:left;
	width:244px;
}
.best-box{
	border:2px solid #8c4040;
	background:#e8e8e8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	font-size:12px;
	line-height:13px;
	color:#333;
	padding:0 0 19px;
	margin:0 0 16px;
}
.best-box .heading{
	background:#9a1414;
	padding:6px 5px 4px 22px;
	margin:-2px -2px 10px;
	position:relative;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
	-moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 2px 1px inset;
}
.best-box .heading h3{
	font-size:23px;
	line-height:27px;
	font-weight:normal;
	color:#fff;
	text-shadow:-1px -1px 0 #000;
	margin:0;
}
.best-box h4{
	font-size:13px;
	line-height:15px;
	color:#9e0f0f;
	position:relative;
	margin:0 0 -2px;
}
.best-box h4 a{
	color:#9e0f0f;
	font-weight: 700;
	font-family :"Trebuchet MS", Helvetica, sans-serif !important;
}
.best-box p{
	margin:0;
	line-height: 14px;
}
.alt-news{
	border:4px solid #d9d9d9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 1px inset;
	-webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 1px inset;
	-moz-box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 1px inset;
	padding:10px 11px 2px;
	font-size:12px;
	line-height:12px;
	color:#666;
}
.alt-news .heading{padding:0;}
.alt-news .heading .title{
	letter-spacing:1px;
	margin:0 0 -4px;
}
.alt-news .heading h3{
	font-size:35px;
	line-height:37px;
	margin:0;
}
.alt-news .subsribe-form{
	margin:0 auto;
	width:208px;
}
.alt-news .subsribe-form .text{
	width:194px;
	padding:4px 7px;
}
.alt-news .subsribe-form .btn-subscribe{
	width:180px;
	float:none;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.alt-news .subsribe-form .btn-subscribe input{
	width:180px;
	line-height:24px !important;
	padding:1px 0 2px !important;
}
.threecolumns .social-col{
	float:right; 
	width:300px;
}
.threecolumns .social{
	padding:0 0 3px;	margin:0;	list-style:none;
}
.threecolumns .social li{
	border:1px solid #91b8d2;
	position:relative;
	margin:0 0 11px;
	padding:8px 5px 7px;
	overflow:hidden;
}
.threecolumns .social .holder{
	float:left;
	position:relative;
	left:50%;
}
.threecolumns .social .frame{
	float:left;
	position:relative;
	right:50%;
}
.facebook-block{padding:0 0 14px;}
.links-block{
	position:relative;
	overflow:hidden;
	padding:12px 0 10px;
	font:13px/16px Arial, Helvetica, sans-serif;
}
.links-block .holder{
	float:left;
	position:relative;
	left:50%;
}
.links-block .frame{
	float:left;
	position:relative;
	right:50%;
}
.google{
	float:left;
	padding:0 0 0 36px;
}
.links-block a{
	color:#3a55c4;
	float:left;
}
.links-block nav{float:left;}
.links-block ul{
	float:left;
	padding:0 0 0 36px;	margin:0;	list-style:none;
}
.links-block ul li{
	float:left;
	padding:0 36px;
}
.paging{
	border-top:1px solid #999;
	font-size:13px;
	line-height:18px;
	color:#666;
	padding:2px 2px 0;
	margin:28px 0 -20px;
	position:relative;
	overflow:hidden;
}
.paging ul{
	padding:0;	margin:0;	list-style:none;
	float:right;
}
.paging ul li{
	float:left;
	padding:0 0 0 8px;
}
.paging a{color:#369;}
#footer{
	background:#c6d2d8 url(../images/separator3.png) no-repeat;
	padding:21px 25px 18px 27px;
	overflow:hidden;
	font-size:12px;
	line-height:17px;
	text-shadow:1px 1px 0 #f5f2f2
}
#footer .logo{
	float:right;
	width:345px;
	height:62px;
	margin-right: 110px;
	background-position:0 -81px;
}

#footer .logo:hover {
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent !important;
	background-position:0 -81px !important;
}

.links-box{float:left;}
.links-box ul{
	padding:0;	margin:0;	list-style:none;
	float:left;
	width:146px;
}
.links-box .alt-col{
	position:relative;
	margin:0 0 0 -34px;
}
.links-box ul li{
	padding:0;
	vertical-align:top;
}
.links-box ul a{color:#1e4b77;}
.copyright{
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#5f696a;
}
.copyright p{margin:0;}
.best-box ol {
	margin:0 0 0 28px;
	padding:2px 8px 0 13px;
	counter-reset:section;
	font-size:12px;
	line-height:14px;
	list-style:none;
	height:auto;
}
.best-box  li:before,
.best-box  li .list-item-before {
	content:' 'counter(section)'.';
	counter-increment:section;
	margin:0 0 -17px -34px;
	position:relative;
	display:block;
	width:27px;
	color:#a0a0a0;
	font-size:15px;
	line-height:18px;
	text-align:right;
	vertical-align:top;
	overflow:hidden;
}
* +html .best-box li {
	list-style-type:expression(
		function(t){
			t.runtimeStyle.listStyleType = 'none';
			t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');
		}(this)
	);
}
.post-box ol {
	margin:0 0 0 38px;
	padding:12px 8px 2px 13px;
	counter-reset:section;
	font-size:12px;
	line-height:16px;
	list-style:none;
	height:1%;
}
* +html .post-box ol {
	line-height:14px;
	padding:12px 8px 0 13px;
}
.post-box  li:before,
.post-box  li .list-item-before {
	content:' 'counter(section)'.';
	counter-increment:section;
	margin:0 0 -17px -30px;
	position:relative;
	display:block;
	width:27px;
	text-align:right;
	vertical-align:top;
	overflow:hidden;
}
* +html .post-box li {
	list-style-type:expression(
		function(t){
			t.runtimeStyle.listStyleType = 'none';
			t.insertAdjacentHTML('afterBegin','<span class="list-item-before">' + (++t.parentNode.IEcounter || (t.parentNode.IEcounter = 1)) + '. </span>');
		}(this)
	);
}

#toggleCategTree {
    color:#AAAAAA;
}

.phpld-hlist{
    background: none;
    box-shadow: none;
}



/*Latest Links begin*/
/*
.phpld-column .phpld-col3>.phpld-cbox{

}
*/
a:active, a:link{
    color: #000;
}

.listing-list-item a:visited
{
    color: #777 !important;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.AllCategories h4 a:hover
{
    text-decoration: underline !important;
}

a.link:active, a.link:link, a.link:visited {
    color: #3E81B4;
}

a.link:hover {
    color: #000;
}

.small{
    color: #909090;
}

#submitted_message .phpld-message .phpld-label{
    color:#CA0002;
    background: #F0F0F0;
    border: 1px solid #CECECE;
}
/*Submit Article end*/
/*Details begin*/
.phpld-grid .float-left{
    margin-top:0px;
}
/*Details end*/

/*LinkEdit part begin*/
#edit_link_form .phpld-columnar .float-left{
    margin-top:0.5em;

}
#edit_link_form{
    margin-left:130px;
}
#edit_link_form .phpld-columnar .phpld-label{
    /*width:100px;*/
    text-align:right;
}
#edit_link_form #addCategories{
    margin-left:60px;
}


/*LinkEdit part end*/
.footer > a{
    color: #AAAAAA;
}


.boxTopCenter {
    color: #707070;
}



.phpld-gbox.comment{
    border-bottom: 1px #AAAAAA solid;
}

.header a:link,.header a:visited,.header a:hover, .header a {
    color:#333;
    text-decoration: none;
    text-shadow: -1px 1px 0px #FFF;
}


.footer{

}

.select2-container .select2-results .select2-no-results{
    background-color:#333333 !important;
}

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

.fg-menu-container{position:absolute;top:0;left:-999px;padding:.4em;height:220px;, overflow:hidden;}
.fg-menu-container.fg-menu-flyout{overflow:visible;}
.fg-menu, .fg-menu ul{list-style-type:none;padding:0;margin:0;}
.fg-menu{position:relative;}
.fg-menu-flyout .fg-menu{position:static;}
.fg-menu ul{position:absolute;top:0;}
.fg-menu ul ul{top:-1px;}
.fg-menu-container.fg-menu-ipod .fg-menu-content,
.fg-menu-container.fg-menu-ipod .fg-menu-content ul{background:none !important;min-height:180px !important;}
.fg-menu.fg-menu-scroll,
.fg-menu ul.fg-menu-scroll{overflow:scroll;overflow-x:hidden;}
.fg-menu li{clear:both;float:left;width:100%;margin:0;padding:0;border:0;}
.fg-menu li li{font-size:1em;}
.fg-menu-flyout ul ul{padding:.4em;}
.fg-menu-flyout li{position:relative;}
.fg-menu-scroll{overflow:scroll;overflow-x:hidden;}
.fg-menu-breadcrumb{margin:0;padding:0;position:absolute;top:190px;width:160px;}
.fg-menu-footer{margin-top:.4em;padding:.4em;}
.fg-menu-header{margin-bottom:.4em;padding:.4em;}
.fg-menu-breadcrumb li{float:left;list-style:none;margin:0;padding:0 .2em;font-size:.9em;opacity:.7;}
.fg-menu-breadcrumb li.fg-menu-prev-list,
.fg-menu-breadcrumb li.fg-menu-current-crumb{clear:left;float:none;opacity:1;}
.fg-menu-breadcrumb li.fg-menu-current-crumb{padding-top:.2em;}
.fg-menu-breadcrumb a,
.fg-menu-breadcrumb span{float:left;}
.fg-menu-footer a:link,
.fg-menu-footer a:visited{float:left;width:100%;text-decoration:none;}
.fg-menu-footer a:hover,
.fg-menu-footer a:active{}
.fg-menu-footer a span{float:left;cursor:pointer;}
.fg-menu-breadcrumb .fg-menu-prev-list a:link,
.fg-menu-breadcrumb .fg-menu-prev-list a:visited,
.fg-menu-breadcrumb .fg-menu-prev-list a:hover,
.fg-menu-breadcrumb .fg-menu-prev-list a:active{background-image:none;text-decoration:none;}
.fg-menu-breadcrumb .fg-menu-prev-list a{float:left;padding-right:.4em;}
.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon{float:left;}
.fg-menu-breadcrumb .fg-menu-current-crumb a:link,
.fg-menu-breadcrumb .fg-menu-current-crumb a:visited,
.fg-menu-breadcrumb .fg-menu-current-crumb a:hover,
.fg-menu-breadcrumb .fg-menu-current-crumb a:active{display:block;background-image:none;font-size:1.3em;text-decoration:none;}
.fg-menu a:link,
.fg-menu a:visited,
.fg-menu a:hover,
.fg-menu a:active{float:left;width:92%;padding:.3em 3%;text-decoration:none;outline:0 !important;}
.fg-menu a{border:1px dashed transparent;}
.fg-menu a.ui-state-default:link,
.fg-menu a.ui-state-default:visited,
.fg-menu a.ui-state-default:hover,
.fg-menu a.ui-state-default:active,
.fg-menu a.ui-state-hover:link,
.fg-menu a.ui-state-hover:visited,
.fg-menu a.ui-state-hover:hover,
.fg-menu a.ui-state-hover:active,
.fg-menu a.ui-state-active:link,
.fg-menu a.ui-state-active:visited,
.fg-menu a.ui-state-active:hover,
.fg-menu a.ui-state-active:active{border-style:solid;font-weight:normal;}
.fg-menu a span{display:block;cursor:pointer;}
.fg-menu-indicator span{float:left;}
.fg-menu-indicator span.ui-icon{float:right;}
.fg-menu-content.ui-widget-content,
.fg-menu-content ul.ui-widget-content{border:0;}
.fg-menu.fg-menu-has-icons a:link,
.fg-menu.fg-menu-has-icons a:visited,
.fg-menu.fg-menu-has-icons a:hover,
.fg-menu.fg-menu-has-icons a:active{padding-left:20px;}
.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span{padding:0;margin:5px .6em;}
.fg-menu .horizontal-divider hr{border:0;height:1px;}
.fg-menu .horizontal-divider span{font-size:.9em;text-transform:uppercase;padding-left:.2em;}
#menuLog{font-size:1.4em;margin:10px 20px 20px;}
.hidden{position:absolute;top:0;left:-9999px;width:1px;height:1px;overflow:hidden;}
.fg-button{clear:left;margin:0 4px 40px 20px;padding:.4em 1em;text-decoration:none !important;cursor:pointer;position:relative;text-align:center;zoom:1;}
.fg-button .ui-icon{position:absolute;top:50%;margin-top:-8px;left:50%;margin-left:-8px;}
a.fg-button{float:left;}
button.fg-button{width:auto;overflow:visible;}
.fg-button-icon-left{padding-left:2.1em;}
.fg-button-icon-right{padding-right:2.1em;}
.fg-button-icon-left .ui-icon{right:auto;left:.2em;margin-left:0;}
.fg-button-icon-right .ui-icon{left:auto;right:.2em;margin-left:0;}
.fg-button-icon-solo{display:block;width:8px;text-indent:-9999px;}
.fg-button.ui-state-loading .ui-icon{background:url(spinner_bar.gif) no-repeat 0 0;}​
#hierarchy{min-width:250px;}

.select2-container{position:relative;display:inline-block;zoom:1;*display:inline;}
.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;box-sizing:border-box;}
.select2-container .select2-choice{background-color:#fff;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));background-image:-webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);background-image:-moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);background-image:-o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);background-image:-ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);background-image:linear-gradient(top, #eeeeee 0%, #ffffff 50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #aaa;display:block;overflow:hidden;white-space:nowrap;position:relative;height:26px;line-height:26px;padding:0 0 0 8px;color:#444;text-decoration:none;}
.select2-container .select2-choice span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
.select2-container .select2-choice abbr{display:block;position:absolute;right:26px;top:8px;width:12px;height:12px;font-size:1px;background:url(select2.png) right top no-repeat;cursor:pointer;text-decoration:none;border:0;outline:0;}
.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer;}
.select2-container .select2-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:100%;-webkit-box-shadow:0 4px 5px rgba(0, 0, 0, .15);-moz-box-shadow:0 4px 5px rgba(0, 0, 0, .15);-o-box-shadow:0 4px 5px rgba(0, 0, 0, .15);box-shadow:0 4px 5px rgba(0, 0, 0, .15);z-index:999;width:100%;margin-top:-1px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.select2-container .select2-choice div{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));background-image:-webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image:-moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image:-o-linear-gradient(bottom, #ccc 0%, #eee 60%);background-image:-ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);background-image:linear-gradient(top, #cccccc 0%, #eeeeee 60%);border-left:1px solid #aaa;position:absolute;right:0;top:0;display:block;height:100%;width:18px;}
.select2-container .select2-choice div b{background:url('select2.png') no-repeat 0 1px;display:block;width:100%;height:100%;}
.select2-container .select2-search{display:inline-block;white-space:nowrap;z-index:1010;min-height:26px;width:100%;margin:0;padding-left:4px;padding-right:4px;}
.select2-container .select2-search input{background:#fff url('select2.png') no-repeat 100% -22px;background:url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));background:url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);background:url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);background:url('select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;font-family:sans-serif;font-size:1em;width:100%;margin:0;height:auto !important;min-height:26px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.select2-container .select2-search input.select2-active{background:#fff url('spinner.gif') no-repeat 100%;background:url('spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));background:url('spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:url('spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);background:url('spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);background:url('spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);background:url('spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb;outline:none;}
.select2-dropdown-open .select2-choice{border:1px solid #aaa;border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;-o-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background-color:#eee;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));background-image:-webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);background-image:-moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);background-image:-o-linear-gradient(bottom, white 0%, #eeeeee 50%);background-image:-ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top, #ffffff 0%,#eeeeee 50%);-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-dropdown-open .select2-choice div{background:transparent;border-left:none;}
.select2-dropdown-open .select2-choice div b{background-position:-18px 1px;}
.select2-container .select2-results{margin:4px 4px 4px 0;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto;max-height:200px;}
.select2-container .select2-results li{line-height:80%;padding:7px 7px 8px;margin:0;list-style:none;cursor:pointer;display:list-item;}
.select2-container .select2-results .select2-highlighted{background:#DDD;color:#fff;}
.select2-container .select2-results li em{background:#feffde;font-style:normal;}
.select2-container .select2-results .select2-highlighted em{background:transparent;}
.select2-container .select2-results .select2-no-results{background:#f4f4f4;display:list-item;}
.select2-container .select2-results .select2-disabled{display:none;}
.select2-more-results.select2-active{background:#f4f4f4 url('spinner.gif') no-repeat 100%;}
.select2-more-results{background:#f4f4f4;display:list-item;}
.select2-container-multi .select2-choices{background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));background-image:-webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background-image:-moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background-image:-o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background-image:-ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background-image:linear-gradient(top, #eeeeee 1%, #ffffff 15%);border:1px solid #aaa;margin:0;padding:0;cursor:text;overflow:hidden;height:auto !important;height:1%;position:relative;}
.select2-container-multi .select2-drop{margin-top:0;}
.select2-container-multi.select2-container-active .select2-choices{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);-o-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #5897fb;outline:none;}
.select2-container-multi .select2-choices li{float:left;list-style:none;}
.select2-container-multi .select2-choices .select2-search-field{white-space:nowrap;margin:0;padding:0;}
.select2-container-multi .select2-choices .select2-search-field input{color:#666;background:transparent !important;font-family:sans-serif;font-size:100%;height:15px;padding:5px;margin:1px 0;outline:0;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;}
.select2-default{color:#999 !important;}
.select2-container-multi .select2-choices .select2-search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);-webkit-box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);color:#333;border:1px solid #aaaaaa;line-height:13px;padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;cursor:default;}
.select2-container-multi .select2-choices .select2-search-choice span{cursor:default;}
.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4;}
.select2-search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:13px;font-size:1px;background:url(select2.png) right top no-repeat;outline:none;}
.select2-container-multi .select2-search-choice-close{left:3px;}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px;}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px;}
.select2-container-multi .select2-results{margin:-1px 0 0;padding:0;}
.listing-list-item.ajax-search-result{color:#000;font-size:12px;line-height:1.5em;}

.ui-helper-hidden{display:none;}
.ui-helper-hidden-accessible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}
.ui-helper-clearfix:before, .ui-helper-clearfix:after{content:"";display:table;}
.ui-helper-clearfix:after{clear:both;}
.ui-helper-clearfix{zoom:1;}
.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}
.ui-state-disabled{cursor:default !important;}
.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}
.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
.ui-widget{font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;font-size:1.1em;}
.ui-widget .ui-widget{font-size:1em;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;font-size:1em;}
.ui-widget-content{border:1px solid #dddddd;background:#eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333333;}
.ui-widget-content a{color:#333333;}
.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#ffffff;font-weight:bold;}
.ui-widget-header a{color:#ffffff;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border:1px solid #cccccc;background:#f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#1c94c4;text-decoration:none;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405;}
.ui-state-hover a, .ui-state-hover a:hover{color:#c77405;text-decoration:none;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#eb8f00;text-decoration:none;}
.ui-widget:active{outline:none;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#ffffff;}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a{color:#ffffff;}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text{color:#ffffff;}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary{font-weight:bold;}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}
.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png);}
.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png);}
.ui-widget-header .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png);}
.ui-state-default .ui-icon{background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-active .ui-icon{background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_228ef1_256x240.png);}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon{background-image:url(images/ui-icons_ffd27a_256x240.png);}
.ui-icon-carat-1-n{background-position:0 0;}
.ui-icon-carat-1-ne{background-position:-16px 0;}
.ui-icon-carat-1-e{background-position:-32px 0;}
.ui-icon-carat-1-se{background-position:-48px 0;}
.ui-icon-carat-1-s{background-position:-64px 0;}
.ui-icon-carat-1-sw{background-position:-80px 0;}
.ui-icon-carat-1-w{background-position:-96px 0;}
.ui-icon-carat-1-nw{background-position:-112px 0;}
.ui-icon-carat-2-n-s{background-position:-128px 0;}
.ui-icon-carat-2-e-w{background-position:-144px 0;}
.ui-icon-triangle-1-n{background-position:0 -16px;}
.ui-icon-triangle-1-ne{background-position:-16px -16px;}
.ui-icon-triangle-1-e{background-position:-32px -16px;}
.ui-icon-triangle-1-se{background-position:-48px -16px;}
.ui-icon-triangle-1-s{background-position:-64px -16px;}
.ui-icon-triangle-1-sw{background-position:-80px -16px;}
.ui-icon-triangle-1-w{background-position:-96px -16px;}
.ui-icon-triangle-1-nw{background-position:-112px -16px;}
.ui-icon-triangle-2-n-s{background-position:-128px -16px;}
.ui-icon-triangle-2-e-w{background-position:-144px -16px;}
.ui-icon-arrow-1-n{background-position:0 -32px;}
.ui-icon-arrow-1-ne{background-position:-16px -32px;}
.ui-icon-arrow-1-e{background-position:-32px -32px;}
.ui-icon-arrow-1-se{background-position:-48px -32px;}
.ui-icon-arrow-1-s{background-position:-64px -32px;}
.ui-icon-arrow-1-sw{background-position:-80px -32px;}
.ui-icon-arrow-1-w{background-position:-96px -32px;}
.ui-icon-arrow-1-nw{background-position:-112px -32px;}
.ui-icon-arrow-2-n-s{background-position:-128px -32px;}
.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}
.ui-icon-arrow-2-e-w{background-position:-160px -32px;}
.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}
.ui-icon-arrowstop-1-n{background-position:-192px -32px;}
.ui-icon-arrowstop-1-e{background-position:-208px -32px;}
.ui-icon-arrowstop-1-s{background-position:-224px -32px;}
.ui-icon-arrowstop-1-w{background-position:-240px -32px;}
.ui-icon-arrowthick-1-n{background-position:0 -48px;}
.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}
.ui-icon-arrowthick-1-e{background-position:-32px -48px;}
.ui-icon-arrowthick-1-se{background-position:-48px -48px;}
.ui-icon-arrowthick-1-s{background-position:-64px -48px;}
.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}
.ui-icon-arrowthick-1-w{background-position:-96px -48px;}
.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}
.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}
.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}
.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}
.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}
.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}
.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}
.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}
.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}
.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}
.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}
.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}
.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}
.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}
.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}
.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}
.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}
.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}
.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}
.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}
.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}
.ui-icon-arrow-4{background-position:0 -80px;}
.ui-icon-arrow-4-diag{background-position:-16px -80px;}
.ui-icon-extlink{background-position:-32px -80px;}
.ui-icon-newwin{background-position:-48px -80px;}
.ui-icon-refresh{background-position:-64px -80px;}
.ui-icon-shuffle{background-position:-80px -80px;}
.ui-icon-transfer-e-w{background-position:-96px -80px;}
.ui-icon-transferthick-e-w{background-position:-112px -80px;}
.ui-icon-folder-collapsed{background-position:0 -96px;}
.ui-icon-folder-open{background-position:-16px -96px;}
.ui-icon-document{background-position:-32px -96px;}
.ui-icon-document-b{background-position:-48px -96px;}
.ui-icon-note{background-position:-64px -96px;}
.ui-icon-mail-closed{background-position:-80px -96px;}
.ui-icon-mail-open{background-position:-96px -96px;}
.ui-icon-suitcase{background-position:-112px -96px;}
.ui-icon-comment{background-position:-128px -96px;}
.ui-icon-person{background-position:-144px -96px;}
.ui-icon-print{background-position:-160px -96px;}
.ui-icon-trash{background-position:-176px -96px;}
.ui-icon-locked{background-position:-192px -96px;}
.ui-icon-unlocked{background-position:-208px -96px;}
.ui-icon-bookmark{background-position:-224px -96px;}
.ui-icon-tag{background-position:-240px -96px;}
.ui-icon-home{background-position:0 -112px;}
.ui-icon-flag{background-position:-16px -112px;}
.ui-icon-calendar{background-position:-32px -112px;}
.ui-icon-cart{background-position:-48px -112px;}
.ui-icon-pencil{background-position:-64px -112px;}
.ui-icon-clock{background-position:-80px -112px;}
.ui-icon-disk{background-position:-96px -112px;}
.ui-icon-calculator{background-position:-112px -112px;}
.ui-icon-zoomin{background-position:-128px -112px;}
.ui-icon-zoomout{background-position:-144px -112px;}
.ui-icon-search{background-position:-160px -112px;}
.ui-icon-wrench{background-position:-176px -112px;}
.ui-icon-gear{background-position:-192px -112px;}
.ui-icon-heart{background-position:-208px -112px;}
.ui-icon-star{background-position:-224px -112px;}
.ui-icon-link{background-position:-240px -112px;}
.ui-icon-cancel{background-position:0 -128px;}
.ui-icon-plus{background-position:-16px -128px;}
.ui-icon-plusthick{background-position:-32px -128px;}
.ui-icon-minus{background-position:-48px -128px;}
.ui-icon-minusthick{background-position:-64px -128px;}
.ui-icon-close{background-position:-80px -128px;}
.ui-icon-closethick{background-position:-96px -128px;}
.ui-icon-key{background-position:-112px -128px;}
.ui-icon-lightbulb{background-position:-128px -128px;}
.ui-icon-scissors{background-position:-144px -128px;}
.ui-icon-clipboard{background-position:-160px -128px;}
.ui-icon-copy{background-position:-176px -128px;}
.ui-icon-contact{background-position:-192px -128px;}
.ui-icon-image{background-position:-208px -128px;}
.ui-icon-video{background-position:-224px -128px;}
.ui-icon-script{background-position:-240px -128px;}
.ui-icon-alert{background-position:0 -144px;}
.ui-icon-info{background-position:-16px -144px;}
.ui-icon-notice{background-position:-32px -144px;}
.ui-icon-help{background-position:-48px -144px;}
.ui-icon-check{background-position:-64px -144px;}
.ui-icon-bullet{background-position:-80px -144px;}
.ui-icon-radio-off{background-position:-96px -144px;}
.ui-icon-radio-on{background-position:-112px -144px;}
.ui-icon-pin-w{background-position:-128px -144px;}
.ui-icon-pin-s{background-position:-144px -144px;}
.ui-icon-play{background-position:0 -160px;}
.ui-icon-pause{background-position:-16px -160px;}
.ui-icon-seek-next{background-position:-32px -160px;}
.ui-icon-seek-prev{background-position:-48px -160px;}
.ui-icon-seek-end{background-position:-64px -160px;}
.ui-icon-seek-start{background-position:-80px -160px;}
.ui-icon-seek-first{background-position:-80px -160px;}
.ui-icon-stop{background-position:-96px -160px;}
.ui-icon-eject{background-position:-112px -160px;}
.ui-icon-volume-off{background-position:-128px -160px;}
.ui-icon-volume-on{background-position:-144px -160px;}
.ui-icon-power{background-position:0 -176px;}
.ui-icon-signal-diag{background-position:-16px -176px;}
.ui-icon-signal{background-position:-32px -176px;}
.ui-icon-battery-0{background-position:-48px -176px;}
.ui-icon-battery-1{background-position:-64px -176px;}
.ui-icon-battery-2{background-position:-80px -176px;}
.ui-icon-battery-3{background-position:-96px -176px;}
.ui-icon-circle-plus{background-position:0 -192px;}
.ui-icon-circle-minus{background-position:-16px -192px;}
.ui-icon-circle-close{background-position:-32px -192px;}
.ui-icon-circle-triangle-e{background-position:-48px -192px;}
.ui-icon-circle-triangle-s{background-position:-64px -192px;}
.ui-icon-circle-triangle-w{background-position:-80px -192px;}
.ui-icon-circle-triangle-n{background-position:-96px -192px;}
.ui-icon-circle-arrow-e{background-position:-112px -192px;}
.ui-icon-circle-arrow-s{background-position:-128px -192px;}
.ui-icon-circle-arrow-w{background-position:-144px -192px;}
.ui-icon-circle-arrow-n{background-position:-160px -192px;}
.ui-icon-circle-zoomin{background-position:-176px -192px;}
.ui-icon-circle-zoomout{background-position:-192px -192px;}
.ui-icon-circle-check{background-position:-208px -192px;}
.ui-icon-circlesmall-plus{background-position:0 -208px;}
.ui-icon-circlesmall-minus{background-position:-16px -208px;}
.ui-icon-circlesmall-close{background-position:-32px -208px;}
.ui-icon-squaresmall-plus{background-position:-48px -208px;}
.ui-icon-squaresmall-minus{background-position:-64px -208px;}
.ui-icon-squaresmall-close{background-position:-80px -208px;}
.ui-icon-grip-dotted-vertical{background-position:0 -224px;}
.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}
.ui-icon-grip-solid-vertical{background-position:-32px -224px;}
.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}
.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}
.ui-icon-grip-diagonal-se{background-position:-80px -224px;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}
.ui-widget-overlay{background:#666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.50;filter:Alpha(Opacity=50);}
.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.20;filter:Alpha(Opacity=20);-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.ui-resizable{position:relative;}
.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle{display:none;}
.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}
.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}
.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}
.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}
.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}
.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}
.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}
.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}
.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}
.ui-accordion{width:100%;}
.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;}
.ui-accordion .ui-accordion-li-fix{display:inline;}
.ui-accordion .ui-accordion-header-active{border-bottom:0 !important;}
.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em;}
.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em;}
.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}
.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1;}
.ui-accordion .ui-accordion-content-active{display:block;}
.ui-autocomplete{position:absolute;cursor:default;}
* html .ui-autocomplete{width:1px;}
.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left;}
.ui-menu .ui-menu{margin-top:-3px;}
.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%;}
.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}
.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none !important;cursor:pointer;text-align:center;zoom:1;overflow:visible;}
.ui-button-icon-only{width:2.2em;}
button.ui-button-icon-only{width:2.4em;}
.ui-button-icons-only{width:3.4em;}
button.ui-button-icons-only{width:3.7em;}
.ui-button .ui-button-text{display:block;line-height:1.4;}
.ui-button-text-only .ui-button-text{padding:.4em 1em;}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}
.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}
input.ui-button{padding:.4em 1em;}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px;}
.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary{left:.5em;}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary{right:.5em;}
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary{right:.5em;}
.ui-buttonset{margin-right:7px;}
.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em;}
button.ui-button::-moz-focus-inner{border:0;padding:0;}
.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden;}
.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}
.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0;}
.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;}
.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus{padding:0;}
.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1;}
.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}
.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}
.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px;}
.ui-draggable .ui-dialog-titlebar{cursor:move;}
.ui-slider{position:relative;text-align:left;}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}
.ui-slider-horizontal{height:.8em;}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em;}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}
.ui-slider-horizontal .ui-slider-range-min{left:0;}
.ui-slider-horizontal .ui-slider-range-max{right:0;}
.ui-slider-vertical{width:.8em;height:100px;}
.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em;}
.ui-slider-vertical .ui-slider-range{left:0;width:100%;}
.ui-slider-vertical .ui-slider-range-min{bottom:0;}
.ui-slider-vertical .ui-slider-range-max{top:0;}
.ui-tabs{position:relative;padding:.2em;zoom:1;}
.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0;}
.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0 !important;padding:0;white-space:nowrap;}
.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer;}
.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}
.ui-tabs .ui-tabs-hide{display:none !important;}
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}
.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{top:1px;}
.ui-datepicker .ui-datepicker-prev{left:2px;}
.ui-datepicker .ui-datepicker-next{right:2px;}
.ui-datepicker .ui-datepicker-prev-hover{left:1px;}
.ui-datepicker .ui-datepicker-next-hover{right:1px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}
.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}
.ui-datepicker select.ui-datepicker-month-year{width:100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{width:49%;}
.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}
.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}
.ui-datepicker td{border:0;padding:1px;}
.ui-datepicker td span, .ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}
.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}
.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}
.ui-datepicker.ui-datepicker-multi{width:auto;}
.ui-datepicker-multi .ui-datepicker-group{float:left;}
.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}
.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}
.ui-datepicker-row-break{clear:both;width:100%;font-size:0em;}
.ui-datepicker-rtl{direction:rtl;}
.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}
.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}
.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}
.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}
.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right;}
.ui-datepicker-rtl .ui-datepicker-group{float:right;}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px;}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}
.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px;}
.ui-progressbar{height:2em;text-align:left;overflow:hidden;}
.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%;}


#aswift_0_expand{display:none;}

.newsletter-box .text, .newsletter-box .btn-subscribe input, .newsletter-box .btn-subscribe{float: none !important;}
@media (max-width: 768px) {

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
        height: auto;
    }
    
    .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }

    .phpld-col1, .phpld-col2, .phpld-col3 {
        /*float: none;*/
        /*width: 100% !important;*/
    }

    .phpld-col3 {
        /*margin: 0 !important;*/
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo img {
        width: 335px;
    }

    .select2-container {
        width: 255px !important;
    }
    /*.newsletter-col{width:auto;} */
    .newsletter-col{width:75%;}
	.info-block .social-col { width: 15%; } 
    .newsletter-col .text{width:90%;}
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
    .threecolumns .social-col
    {
        clear: both;
    float: none;
    padding-top: 20px;
    width: 96%;
    }

    #submitForm, .phpld-form {
        padding-right: 40px;
        padding-top: 50px;
    }

    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 690px !important;
    }

    #nav .phpld-wbox {
        height: auto;
    }

    .path {
        padding: 5px 0;
    }

    .phpld-hlist ul li {
        margin-right: 0;
    }
    #footer .logo{display: none;}
    
    .add-nav{height: auto;}
    
    .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    
    #widget_19{display:none;}
    
    .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }
    
    .newsletter-col .text{
        width:100%;
    }
    .info-block .social-col{
        width:100%;
        
    }
    .phpld-g33{
        width:100%;
        
    }
    .threecolumns-holder,  .sidebar-col, .content-col {
       clear: both;
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    
  
  .phpld-col2{
        display: table-footer-group;
    }
    .phpld-col3{
        display: table-header-group;
    }
}

@media (max-width: 736px) {

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
     .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 100% !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    

    .headerLogo img {
        width: 736px;
    }
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }

    .select2-container {
        width: 300px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
    }
    
    .newsletter-col .text
    {
        width:auto;
    }
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
    .threecolumns .social-col
    {
        width:96%;
        float: none;
    }

    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 690px !important;
    }

    #nav .phpld-wbox {
        height: auto;
    }

    .path {
        padding: 5px 0;
    }
     #footer .logo{display: none;}
     .add-nav{height: auto;}

}

@media (max-width: 667px) {

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
    .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 100% !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo img {
        width: 667px;
    }

    .select2-container {
        width: 300px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
    }
     .newsletter-col{width:auto;}
    
    .newsletter-col .text{width:90%;}
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
    .threecolumns .social-col
    {
        clear: both;
    float: none;
    padding-top: 20px;
    width: 96%;
    }

    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 617px !important;
    }

    #nav .phpld-wbox {
        height: auto;

        /*margin-right: -27px;*/
    }

    #nav {
        margin-right: -27px;
    }

    .path {
        padding: 5px 0;
        margin-right: -27px;
    }
    
     #footer .logo{display: none;}
     .add-nav{height: auto;}
     
        .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    
    #widget_19{display:none;}
    
     .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }

}

@media (max-width: 568px) {

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
    .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 100% !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo img {
        width: 568px;
    }

    .select2-container {
        width: 210px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
    }
     .newsletter-col{width:auto;}
    
    .newsletter-col .text{width:90%;}
    
    .threecolumns .social-col
    {
       clear: both;
    float: none;
    padding-top: 20px;
    width: 96%;
    }

    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 518px !important;
    }

    #nav .phpld-wbox {
        height: auto;
    }

    .path {
        padding: 5px 0;
    }

    #hierarchy {
        width: 65% !important;
    }

    #tree .dynatree-container {
        width: 90% !important;
    }
    
     #footer .logo{display: none;}
     .add-nav{height: auto;}
     
    .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    
    #widget_19{display:none;}
    
     .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }

}


@media (max-width: 480px) {

    #widget_28 {
        display: none;
    }

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
    .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }
    

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 100% !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo img {
        width: 385px;
        margin-left: 10px;
    }

    .select2-container {
        width: 200px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
        float: left;
        padding-left: 40px;
    }
    
     .newsletter-col{width:auto;}
     .newsletter-col .text{width:90%;}
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
    .threecolumns .social-col{
        clear: both;
    float: none;
    padding-top: 20px;
    width: 96%;
    }
    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 375px !important;
    }

    #nav .phpld-wbox {
        height: auto;
    }

    .path {
        padding: 5px 0;
    }

    #submitForm .phpld-equalize>.phpld-label {
        width: 100%;
        text-align: left;
    }

    #hierarchy {
        width: 65% !important;
    }

    #tree .dynatree-container {
        width: 90% !important;
    }
    
     #footer .logo{display: none;}
     .add-nav{height: auto;}
     
    .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    
    #widget_19{display:none;}
    
     .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }

}

@media (max-width: 375px) {

    #widget_28 {
        display: none;
    }

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
    .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
    }
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 100% !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo img {
        width: 340px;
    }

    .select2-container {
        width: 190px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
    }
     .newsletter-col{width:auto;}
    
     .newsletter-col .text{width:90%;}
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
     .threecolumns .social-col{
        width:96%;
        float: none;
        padding-top: 20px;
        clear: both;
    }
    
    .threecolumns-holder{
        float: none;
        width: auto;
    }
    .content-col
    {
        float: none;
        width:100%;
    }


    .adsbygoogle, #aswift_0_expand, #aswift_0_anchor, #aswift_0_anchor iframe {
        width: 310px !important;
    }

    #nav .phpld-wbox {
        height: auto;
    }

    #nav {
        margin-right: -11px;
    }

    .path {
        padding: 5px 0;
        margin-right: -11px;
    }

    #submitForm .phpld-equalize>.phpld-label {
        width: 100%;
        text-align: left;
    }

    #hierarchy {
        width: 65% !important;
    }

    #tree .dynatree-container {
        width: 90% !important;
    }

    #google_ads_frame2 .rhbutton-container {
        left: -267px !important;
    }
    
     #footer .logo{display: none;}
     .add-nav{height: auto;}
     
    .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    
    #widget_19{display:none;}
    
     .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }

}

@media (max-width: 320px) {

    #widget_28 {
        display: none;
    }

    .phpld-wbox, .wrap, .masthead-inner, #nav1 .holder {
        width: 100%;
    }

    .header {
        width: 96%;
         height: auto;
    }
    
    .headerSearch{
        float: left;
        margin-bottom: 10px;
    }
    
    .masthead
    {
        margin-bottom: 0px;
        height:  auto;
    }
    
    .headerLogo a, .headerLogo, .header > div{width:100%  !important;}
    
    
     .header > div, .headerLogo{
        position: static !important;
        margin-top: 0px !important;
        
    }

    .phpld-col1, .phpld-col2, .phpld-col3 {
        float: none;
        width: 320px !important;
    }

    .phpld-col3 {
        margin: 0 !important;
    }
    
    .phpld-col2
    {
        margin: 0px !important;
    }

    .headerLogo {
        /*float: none;*/
        /*padding-left: 50px;*/
    }
    
    .headerLogo img {
        width: 300px;
    }

    .select2-container {
        width: 180px !important;
    }

    #submitForm, .phpld-form {
        padding-right: 15px;
        padding-left: 10px;
    }
    
     .threecolumns-holder{
        float: none;
        width: auto;
        
    }
    .content-col
    {
        float: none;
        width:100%;
    }

    .adsbygoogle, #aswift_1_expand, #aswift_1_anchor, #aswift_1_anchor iframe {
        width: 260px !important;
    }

    #nav {
        margin-right: 0px;
    }

    .path {
        padding: 5px 0;
        margin-right: 0px;
    }

    .path {
        padding: 5px 0;
    }

    #submitForm .phpld-equalize>.phpld-label {
        width: 100%;
        text-align: left;
    }
     .newsletter-col{width:auto;}
    
     .newsletter-col .text{width:90%;}
    
    .newsletter-col .btn-subscribe
    {
        clear: both;
        float: left;
        margin: 10px;
    }
    
     .threecolumns .social-col{
        clear: both;
    float: none;
    padding-top: 20px;
    width: 96%;
    }
    


    #hierarchy {
        width: 65% !important;
    }

    #tree .dynatree-container {
        width: 90% !important;
    }
    
     #footer .logo{display: none;}
     .add-nav{height: auto;}
     
    .side-nav ul li a, .side-nav ul li{
        font-size: 1.1em;
        width:100%;
        text-align: center;
    }
    
    .search-form .text
    {
        width: 80%;
    }
    #widget_19{display:none;}
    
     .full_icon{
        float: right !important;
        margin-top: -200px  !important;
        margin-left: 0px !important;
        position: static !important;
    }
    
    .phpld-columnar
    {
        position: static !important;
        width: auto !important;
    }

}


