@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}

html{
/*background:url(http://media.bizlocal.com/_alpha/css/images/heroback-904-536.jpg) repeat-x top center fixed;
-moz-background-size: 100% auto;
-o-background-size: 100% auto;
-webkit-background-size: 100% auto; 
background-size: 100% 100%;
background-size: cover;
width:100%;
height: 100%;
overflow-y: auto;
font-size:100%;
*/
width:100%;
font-size:100%;
/*background:#F1F1F1;*/
}

body {
/*
background: transparent url(images/effect_2.png) repeat;
background-attachment:fixed;
*/
font-family: "open_sansreg",Arial,sans-serif;
font-weight:200;
text-rendering:optimizeLegibility;
color:#000;
filter: dropshadow(color=#fff, offx=0, offy=1);
font-size:16px;text-align: center;line-height:24px;vertical-align: top;
letter-spacing:1px;
/*height:100%;*/
overflow:auto;
overflow-scrolling:auto;
-webkit-overflow-scrolling:touch;
-webkit-font-kerning: auto;
-webkit-font-smoothing: antialiased;
position:relative;
/*background:#F1F1F1;*/
}
div.clear{clear:both;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s,box-shadow linear .2s;
-moz-transition: border linear .2s,box-shadow linear .2s;
-o-transition: border linear .2s,box-shadow linear .2s;
transition: border linear .2s,box-shadow linear .2s;
}
.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
border: 1px solid #ccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}


[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}

[class^="icon-"], [class*=" icon-"] {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
}


[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}
/* begin animations */
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}
.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}

@-webkit-keyframes fadeIn { 
    0% { opacity: 0 }
    100% { opacity: 1 }
}
@-moz-keyframes fadeIn { 
    0% { opacity: 0 }
    100% { opacity: 1 }
}
@-o-keyframes fadeIn { 
    0% { opacity: 0 }
    100% { opacity: 1 }
}
@keyframes fadeIn { 
    0% { opacity: 0 }
    100% { opacity: 1 }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}
@-moz-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}
@-o-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY();
    }
}
@keyframes fadeInUp { 
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY();
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}
@-moz-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}
@-o-keyframes fadeInDown { 
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY();
    }
}
@keyframes fadeInDown { 
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY();
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}
@-moz-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}
@-o-keyframes fadeInLeft { 
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}
@keyframes fadeInLeft { 
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX();
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}
@-moz-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}
@-o-keyframes fadeInRight { 
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}
@keyframes fadeInRight { 
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX();
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}
@-moz-keyframes fadeInUpBig { 
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}
@-o-keyframes fadeInUpBig { 
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY();
    }
}
@keyframes fadeInUpBig { 
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY();
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY();
    }
}
@-moz-keyframes fadeInDownBig { 
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY();
    }
}
@-o-keyframes fadeInDownBig { 
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY();
    }
}
@keyframes fadeInDownBig { 
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY();
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}
@-moz-keyframes fadeInLeftBig { 
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}
@-o-keyframes fadeInLeftBig { 
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}
@keyframes fadeInLeftBig { 
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX();
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX();
    }
}
@-moz-keyframes fadeInRightBig { 
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX();
    }
}
@-o-keyframes fadeInRightBig { 
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX();
    }
}
@keyframes fadeInRightBig { 
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX();
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut { 
    0% { opacity: 1 }
    100% { opacity: 0 }
}
@-moz-keyframes fadeOut { 
    0% { opacity: 1 }
    100% { opacity: 0 }
}
@-o-keyframes fadeOut { 
    0% { opacity: 1 }
    100% { opacity: 0 }
}
@keyframes fadeOut { 
    0% { opacity: 1 }
    100% { opacity: 0 }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp { 
    0% {
        opacity: 1;
        -webkit-transform: translateY();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@-moz-keyframes fadeOutUp { 
    0% {
        opacity: 1;
        -moz-transform: translateY();
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}
@-o-keyframes fadeOutUp { 
    0% {
        opacity: 1;
        -o-transform: translateY();
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}
@keyframes fadeOutUp { 
    0% {
        opacity: 1;
        transform: translateY();
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown { 
    0% {
        opacity: 1;
        -webkit-transform: translateY();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}
@-moz-keyframes fadeOutDown { 
    0% {
        opacity: 1;
        -moz-transform: translateY();
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}
@-o-keyframes fadeOutDown { 
    0% {
        opacity: 1;
        -o-transform: translateY();
    }
    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}
@keyframes fadeOutDown { 
    0% {
        opacity: 1;
        transform: translateY();
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft { 
    0% {
        opacity: 1;
        -webkit-transform: translateX();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}
@-moz-keyframes fadeOutLeft { 
    0% {
        opacity: 1;
        -moz-transform: translateX();
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}
@-o-keyframes fadeOutLeft { 
    0% {
        opacity: 1;
        -o-transform: translateX();
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft { 
    0% {
        opacity: 1;
        transform: translateX();
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight { 
    0% {
        opacity: 1;
        -webkit-transform: translateX();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}
@-moz-keyframes fadeOutRight { 
    0% {
        opacity: 1;
        -moz-transform: translateX();
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}
@-o-keyframes fadeOutRight { 
    0% {
        opacity: 1;
        -o-transform: translateX();
    }
    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}
@keyframes fadeOutRight { 
    0% {
        opacity: 1;
        transform: translateX();
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig { 
    0% {
        opacity: 1;
        -webkit-transform: translateY();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@-moz-keyframes fadeOutUpBig { 
    0% {
        opacity: 1;
        -moz-transform: translateY();
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}
@-o-keyframes fadeOutUpBig { 
    0% {
        opacity: 1;
        -o-transform: translateY();
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig { 
    0% {
        opacity: 1;
        transform: translateY();
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig { 
    0% {
        opacity: 1;
        -webkit-transform: translateY();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@-moz-keyframes fadeOutDownBig { 
    0% {
        opacity: 1;
        -moz-transform: translateY();
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}
@-o-keyframes fadeOutDownBig { 
    0% {
        opacity: 1;
        -o-transform: translateY();
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig { 
    0% {
        opacity: 1;
        transform: translateY();
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig { 
    0% {
        opacity: 1;
        -webkit-transform: translateX();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@-moz-keyframes fadeOutLeftBig { 
    0% {
        opacity: 1;
        -moz-transform: translateX();
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}
@-o-keyframes fadeOutLeftBig { 
    0% {
        opacity: 1;
        -o-transform: translateX();
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig { 
    0% {
        opacity: 1;
        transform: translateX();
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig { 
    0% {
        opacity: 1;
        -webkit-transform: translateX();
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-moz-keyframes fadeOutRightBig { 
    0% {
        opacity: 1;
        -moz-transform: translateX();
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-o-keyframes fadeOutRightBig { 
    0% {
        opacity: 1;
        -o-transform: translateX();
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig { 
    0% {
        opacity: 1;
        transform: translateX();
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn { 
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% { -webkit-transform: scale(0.9) }
    100% { -webkit-transform: scale(1) }
}
@-moz-keyframes bounceIn { 
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% { -moz-transform: scale(0.9) }
    100% { -moz-transform: scale(1) }
}
@-o-keyframes bounceIn { 
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }
    70% { -o-transform: scale(0.9) }
    100% { -o-transform: scale(1) }
}
@keyframes bounceIn { 
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% { transform: scale(0.9) }
    100% { transform: scale(1) }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% { -webkit-transform: translateY(10px) }
    100% { -webkit-transform: translateY() }
}
@-moz-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% { -moz-transform: translateY(10px) }
    100% { -moz-transform: translateY() }
}
@-o-keyframes bounceInUp { 
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }
    80% { -o-transform: translateY(10px) }
    100% { -o-transform: translateY() }
}
@keyframes bounceInUp { 
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% { transform: translateY(10px) }
    100% { transform: translateY() }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% { -webkit-transform: translateY(-10px) }
    100% { -webkit-transform: translateY() }
}
@-moz-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% { -moz-transform: translateY(-10px) }
    100% { -moz-transform: translateY() }
}
@-o-keyframes bounceInDown { 
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% { -o-transform: translateY(-10px) }
    100% { -o-transform: translateY() }
}
@keyframes bounceInDown { 
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% { transform: translateY(-10px) }
    100% { transform: translateY() }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% { -webkit-transform: translateX(-10px) }
    100% { -webkit-transform: translateX() }
}
@-moz-keyframes bounceInLeft { 
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% { -moz-transform: translateX(-10px) }
    100% { -moz-transform: translateX() }
}
@-o-keyframes bounceInLeft { 
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }
    80% { -o-transform: translateX(-10px) }
    100% { -o-transform: translateX() }
}
@keyframes bounceInLeft { 
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% { transform: translateX(-10px) }
    100% { transform: translateX() }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% { -webkit-transform: translateX(10px) }
    100% { -webkit-transform: translateX() }
}
@-moz-keyframes bounceInRight { 
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% { -moz-transform: translateX(10px) }
    100% { -moz-transform: translateX() }
}
@-o-keyframes bounceInRight { 
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% { -o-transform: translateX(10px) }
    100% { -o-transform: translateX() }
}
@keyframes bounceInRight { 
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% { transform: translateX(10px) }
    100% { transform: translateX() }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut { 
    0% { -webkit-transform: scale(1) }
    25% { -webkit-transform: scale(0.95) }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}
@-moz-keyframes bounceOut { 
    0% { -moz-transform: scale(1) }
    25% { -moz-transform: scale(0.95) }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
}
@-o-keyframes bounceOut { 
    0% { -o-transform: scale(1) }
    25% { -o-transform: scale(0.95) }
    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
}
@keyframes bounceOut { 
    0% { transform: scale(1) }
    25% { transform: scale(0.95) }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp { 
    0% { -webkit-transform: translateY() }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@-moz-keyframes bounceOutUp { 
    0% { -moz-transform: translateY() }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}
@-o-keyframes bounceOutUp { 
    0% { -o-transform: translateY() }
    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp { 
    0% { transform: translateY() }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown { 
    0% { -webkit-transform: translateY() }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@-moz-keyframes bounceOutDown { 
    0% { -moz-transform: translateY() }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}
@-o-keyframes bounceOutDown { 
    0% { -o-transform: translateY() }
    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}
@keyframes bounceOutDown { 
    0% { transform: translateY() }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft { 
    0% { -webkit-transform: translateX() }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@-moz-keyframes bounceOutLeft { 
    0% { -moz-transform: translateX() }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}
@-o-keyframes bounceOutLeft { 
    0% { -o-transform: translateX() }
    20% {
        opacity: 1;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft { 
    0% { transform: translateX() }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight { 
    0% { -webkit-transform: translateX() }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-moz-keyframes bounceOutRight { 
    0% { -moz-transform: translateX() }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-o-keyframes bounceOutRight { 
    0% { -o-transform: translateX() }
    20% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}
@keyframes bounceOutRight { 
    0% { transform: translateX() }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
/* end animations */

/* popup begin */

.popup {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: none;
}
.popup input.btn {
    width: 100%;
    text-indent: 0;
    color: #fff;
}
.popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    overflow: auto;
    background: #ebebeb;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.45);
}
.signup.popup .pre-header {
    position: absolute;
    top: -175px;
    display: inline-block;
    max-width: 460px;
    margin-top: -300px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin: 100px auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.popup.animated { top: 0 }
.login.popup .content { min-width: 300px }
.login.popup .welcome {
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: center;
}
.popup {
    margin-top: -27.5px;
    margin-left: -30px;
}
.popup form.content { padding: 35px 30px 20px 30px }
.popup .form-inputs { padding-top: 20px }
.popup .input-icon {
    display: inline-block;
    opacity: 0.5;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    margin-right: -3px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 4px 6px 4px 6px;
    color: #fff;
    text-align: center;
    background-color: #367ab3;
    border: 1px solid #2d5b98;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}
.popup .inner { position: relative }
/*
.popup input:not([type="submit"]) {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    font-size: 16px;
    text-indent: 56px;
    display: inline-block;
    color: #505050;
}
*/
.popup input.placeholder { color: #a0a0a0 }
.popup .btn {
    margin: 20px 0 10px;
    width: 100%;
    padding: 18px 0;
    font-weight: bold;
    font-size: 20px;
}
.popup .note {
    text-align: center;
    font-size: 12px;
    color: #707070;
}
.popup .close {
    position: absolute;
    right: 5px;
    top: -2px;
}
.popup {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: none;
}
.popup input.btn {
    width: 100%;
    text-indent: 0;
    color: #fff;
}
.popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    overflow: auto;
    background: #ebebeb;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.45);
}
.signup.popup .pre-header {
    position: absolute;
    top: -175px;
    display: inline-block;
    max-width: 460px;
    margin-top: -300px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin: 100px auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.popup.animated { top: 0 }
.login.popup .content { min-width: 300px }
.login.popup .welcome {
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: center;
}
.popup {
    margin-top: -27.5px;
    margin-left: -30px;
}
.popup form.content { padding: 35px 30px 20px 30px }
.popup .form-inputs { padding-top: 20px }
.popup .input-icon {
    display: inline-block;
    opacity: 0.5;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    margin-right: -3px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: 4px 6px 4px 6px;
    color: #fff;
    text-align: center;
    background-color: #367ab3;
    border: 1px solid #2d5b98;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}
.popup .inner { position: relative }

/*
.popup input:not([type="submit"]) {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0;
    font-size: 16px;
    text-indent: 56px;
    display: inline-block;
    color: #505050;
}
*/
.popup input.placeholder { color: #a0a0a0 }
.popup .btn {
    margin: 20px 0 10px;
    width: 100%;
    padding: 18px 0;
    font-weight: bold;
    font-size: 20px;
}
.popup .note {
    text-align: center;
    font-size: 12px;
    color: #707070;
}
.popup .close {
    position: absolute;
    right: 5px;
    top: -2px;
}
.login.popup .content { min-width: 300px }
.login.popup .welcome {
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: center;
}
/* end popup */

#ctl00_ctl00_cph1_cph1_cntrListingHeader_lblMessagempeSendEmail{
color: #fff;
width: 100%;
display: block;
padding: 5px;
text-shadow: 0 -1px 0px #999;
font-weight: 700;
}


.owrap{margin:0;padding:0;}
.owrap .ostripe{margin:0;padding:0;}


div:hover, img:hover{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
a{color:#3333AA;}
a:hover{color:#ff0000;}
li a:hover{color:#fff !important;}
.fluidc1d1 li a:hover{color:#333 !important;}
a:visited{color:#3333AA;}
a:active{color:#ff0000;}
/**, *:after, *:before{-moz-box-sizing:border-box;vertical-align:top;line-height:1.5em;}*/
* {margin: 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
p{font-size:1.1em;color:#000;line-height:1.2em;margin:.5em;text-align:justify;vertical-align:top;}
ul,li{margin:0;padding:0;}
#main ul{padding:0 20px;}
#main li{list-style-position:inside;}

.hide{display:none;}
h1{font-size:1.7em;margin:15px auto 3px auto;}
h2{font-size:1.5em;margin:15px auto 3px auto;}
h3{font-size:1.3em;}
h4{font-size:1.1em;}
h5{font-size:1.0em;}
h1,h2,h3,h4,h5{line-height:1.1em;}
select{
padding:5px;font-size:15px;margin:5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border:none;
-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,.3);-ms-box-shadow:0 1px 2px 1px rgba(0,0,0,.3);
-o-box-shadow:0 1px 2px 1px rgba(0,0,0,.3);-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.3);
box-shadow:0 1px 2px 1px rgba(0,0,0,.3);
line-height:18px;
}
input{
padding:5px;font-size:16px;margin:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border:none;
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
-o-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
border: 1px solid #C3C3C3;
border-top-color: #7C7C7C;
border-bottom-color: #DDD;
line-height:18px;
}
select:hover{background: #ff6;border-color: #339933;}
input:hover{background: #ff6;border-color: #339933;}
input[type="submit"],input[type="button"]{
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background: #ff0000 url(images/bgrade200x50.png)repeat-x top center;
border: 0 solid #FFFFFF;
color: #FFFFFF;
cursor: pointer;
font-size: 16px;
font-weight:700;letter-spacing:1px;
padding: 0 15px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
text-transform: uppercase;
-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-ms-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-o-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
height:35px;line-height:35px;}
input[type="submit"]:hover,input[type="button"]:hover{background:#16c308 url(images/bgrade200x50.png)repeat-x top center;}


.searchmods{display:inline-block;margin:5px 15px 0 15px;color:#000;line-height:30px;
text-shadow: 0 1px 1px #fff;
font-size: .7em;
letter-spacing: 0px;
color: #fff;
vertical-align:middle;}

.searchheadwrap{display:block;position:relative;text-align:center;margin:25px auto 0 auto;max-width:1000px;
margin:0;display:none;}
.slider-wrapper{/*min-height:0 !important;height:50px;*/}
.slider-wrapper .slide{
display:none !important;
}

.searchheadpre{display:inline-block;text-align:center;}
.searchheadmain{display:inline-block;text-align:center;vertical-align:middle;}
.searchheadpost{
display: inline-block;
text-align: center;
background: transparent url("images/transpar-blk-60.png") repeat;
margin: 0 auto;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-moz-box-shadow:0px 2px 25px -1px rgba(0, 0, 0, .9);
-ms-box-shadow:0px 2px 25px -1px rgba(0, 0, 0, .9);
-o-box-shadow:0px 2px 25px -1px rgba(0, 0, 0, .9);
-webkit-box-shadow:0px 2px 25px -1px rgba(0, 0, 0, .9);
box-shadow:0px 2px 25px -1px rgba(0, 0, 0, .9);
z-index: 999;
border: 1px groove #888;
}
.searchhead{
position:relative;
padding:0;
margin:0 30px 3px auto;
white-space:nowrap;
text-align:right;
vertical-align:middle;
display:block;
margin:2px auto 4px auto !important;
max-width:1200px;
}
.searchhead label{
position: relative;
display: inline-block;
}
.searchhead select{
background-color: #FFFFFF;
border: 1px solid #C8BFC4;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 1px 1px 2px #DDD8DC inset;
color: #555555;
display: inline-block;
font-size: 1.4em;
height: 38px;
line-height: 38px;
max-width: 140px;
outline: medium none;
padding: 4px 2px;
vertical-align: middle;
display:none;
}
.searchhead select option{
color: #444444;
font-size: 15px;
line-height: 18px;
padding: 2px 8px;
}



.searchhead input{
font-size:16px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow:0 0px 0px 0px rgba(0,0,0,.3);-ms-box-shadow:0 0px 0px 0px rgba(0,0,0,.3);
-o-box-shadow:0 0px 0px 0px rgba(0,0,0,.3);-webkit-box-shadow:0 0px 0px 0px rgba(0,0,0,.3);
box-shadow:0 0px 0px 0px rgba(0,0,0,.3);
border: 1px inset #C3C3C3;
line-height:18px;
background:#fff url(images/bgrade200x50.png)repeat-x scroll 0 -20px;
vertical-align:middle;
}
#ctl00_ctl00_ctrlHeaderMenu_cntrHeadAdvancedSearch_txtSearchTerm{
width: auto;
display: inline;
width: 150px;
height: 25px;
padding: 3px;
margin: 7px auto;
vertical-align: middle;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/*
-moz-box-shadow:0 1px 5px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 #ddd inset;
-ms-box-shadow:0 1px 5px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 #ddd inset;
-o-box-shadow:0 1px 5px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 #ddd inset;
-webkit-box-shadow:0 1px 5px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 #ddd inset;
box-shadow:0 1px 5px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 #ddd inset;
*/
background: #fff url(images/stripe-over12l.png)repeat;
border-style: groove;
border-width: 1px;

}
.searchhead select:hover{background: #fff;}
.searchhead input:hover{background: #fff;}
.searchhead input[type="submit"],input[type="button"]{
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background: #16c308 url(images/bgrade200x50.png)repeat-x top center;
border: 0 solid #FFFFFF;
color: #FFFFFF;
cursor: pointer;
font-size: 16px;
font-weight:700;letter-spacing:1px;
padding: 6px 10px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
text-transform: capitalize;
-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-ms-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-o-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
box-shadow:0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
vertical-align:middle;
border-radius:3px;
margin:0;
}
.searchhead input[type="submit"]:hover,input[type="button"]:hover{background-color:#f80;}

#navwrapper{margin:0 auto;}

.four-listflow ul{text-align:center;max-width:1200px;margin:0 auto;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; 
}
.four-listflow ul li {text-align:center;
    display: inline-block;
    padding: 0; 
    margin:5px auto 30px auto;
    width:auto;
    min-width:200px;
}
.four-listflow ul li a {text-align:center;
    color: rgb(0, 162, 232);
}


/* ADSPACE */
#header-wrap h.hadspace{font-family: "open_sansreg",Arial,sans-serif;text-align:center;font-size:16px;height:100px;color:#f80;display:inline-block;width:100%;}
#header-wrap h.vadspace{font-family: "open_sansreg",Arial,sans-serif;text-align:center;font-size:16px;color:#f80;display:inline-block;width:160px;}
#header-wrap h.vadspacew{font-family: "open_sansreg",Arial,sans-serif;text-align:center;font-size:16px;color:#f80;display:inline-block;width:160px;}
#header-wrap h.headright{color: #FF8800;
    display: inline-block;
    float: right;
    font-family: "open_sansreg",Arial,sans-serif;
    font-size: 16px;
    line-height: 60px;
    margin: 0 20px;
    padding: 0;
    text-align: center;
	overflow:hidden;}
#adLocation-1{margin:0;padding:0;max-width:456px;line-height:60px;overflow:hidden;}
#header-wrap h.headright img{width:100%;}
#header-wrap h.headright span{color:#777}

/* HEAD AREA */
header{text-align:center;top:0;left:0;width:100%;padding:0;margin:0;letter-spacing:1px;z-index:100;}
#header{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 40px;
top: 0;
left: 0;
right: 0;
z-index: 101;
background:#111;
-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
-o-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
header #header-wrap{
display: inline-block;
left: 0;
margin: 0;
padding: 0;
position: relative;
text-align: left;
top: 0;
width: 100%;
z-index: 999;
}
header #header-wrap h,header a.logo{font-family:BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;font-size:60px;line-height:40px;color:#f80;vertical-align:top;}
header #header-wrap h a{color:#fff !important;text-decoration:none;}
header #header-wrap h span{color:#fff;vertical-align:top;}
header #header-wrap a.logo{color:#fff;font-size:33px;display:inline;font-weight:700;position:absolute;margin-top:-30px;z-index:9;}
header #header-wrap a.logo img{height:135px;}
header #header-wrap a.logo:hover{color:#00CC34 !important;cursor:pointer;}
header #header-wrap a.logo a{}
header #header-wrap a.logo a:hover{color:#33ba0d;}
header #header-wrap a.logo a:visited{color:#00CC34;}
header #header-wrap h.headleft{color: #FF8800;display: inline-block;font-family: "open_sansreg",Arial,sans-serif;font-size: 15px;line-height: 60px;margin: 0 70px 0 0;padding: 0;text-align: left;}
.header-shadow{background:transparent url(images/slider-shadow3.png) no-repeat bottom center;margin:0;padding:0;height:16px;display:block;margin:0 auto;}

h2.listhead{
line-height: 1.8em;
}
h2.listinghead{
line-height: 1.8em;
background: red;
margin: 0;
padding: 0;
text-align: center;
background: url("images/nav5.png") repeat scroll 0 -55px #fff;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #EFEFEF;
-moz-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.20);
box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.20);
}
.Listingheader-box{text-align:right;}
.Listingheader-box a{margin:0 5px;}

.listing-headerstyle, .listing-profile-mylist th{background:url(images/sprite1.png) repeat scroll 0 0 #222;
-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-ms-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-o-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
filter:dropshadow(color=#000,offx=0,offy=1);
letter-spacing:1px;line-height:1em;color:#fff;font-size:.95em;line-height:1.5em;
text-shadow:0 1px 1px #000;padding:2px;}

.trpar5a{background:transparent url(images/transpar-blk-50.png)repeat;
font-size:1.7em;line-height:1.7em;padding:4px 10px;margin:3px auto;
width:auto;display:inline-block;
color:#fff;text-shadow:0 0 0 #000;
}
.trpar5c{background:transparent url(images/transpar-blk-50.png)repeat;
font-size:1.3em;line-height:1.3em;padding:4px 8px;margin:3px auto;
width:auto;display:inline-block;
color:#fff;text-shadow:0 0 0 #000;
}
#pcontact{width:100%;text-align:center;}
#pcontact h3{
border-top:2px groove #fff;
border-bottom:1px solid #eee;
}
#pcontact h5{width:120px;display:inline-block;vertical-align:middle;font-size:16px;}
#pcontact input{width:150px;}

#pcontact h6{vertical-align:middle;font-size:16px;}

#pcontact textarea{
width: 90%;
margin: 0 auto;
height: 120px;
}
#pcontact img{width:180px;margin:0 auto;}
#pcontact #ctl00_ctl00_cph1_cph1_ctrContactSeller_CaptchaCtrl_txtCode,
#pcontact #ctl00_ctl00_cph1_cph1_ctrContactSeller_btnContactSeller{display:block;width:180px;}
#pcontact #ctl00_ctl00_cph1_cph1_ctrContactSeller_cbSaveListforwatchlist,
#pcontact #ctl00_ctl00_cph1_cph1_ctrContactSeller_cbAllowNewsletter{width:15px;display:inline-block;}
/* HEAD NAVIGATION */
#header-wrap #nav-prime{
background:#00629D url(images/bgrade200x50.png)repeat-x top center;
/*margin:0 auto 0 130px;
-moz-box-shadow:0 7px 5px -5px rgba(0, 0, 0, 0.3);-ms-box-shadow:0 7px 5px -5px rgba(0, 0, 0, 0.3);
-o-box-shadow:0 7px 5px -5px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0 7px 5px -5px rgba(0, 0, 0, 0.3);
box-shadow:0 7px 5px -5px rgba(0, 0, 0, 0.3);
background:#fff;*/
}
.headstripe{
padding: 3px 3px 30px 3px;
}
#toplinkswrapperz{width:100%;margin:0;padding:0;position:absolute;top:45px;right:10px;z-index:999;color:#fff;text-shadow:0 1px 1px #000;}
#toplinkswrapperz a{color:#fff !important;text-decoration:underline;text-shadow:0 1px 1px #000;}
#header-wrap nav.head-nav-top-links{
}
#navtop{max-width:1200px;margin:0 auto;text-align:right;}
#navtop .lish10{display:inline-block;list-style:none;}
#navtop .lish10, #navtop .lish10 a{font-size:12px;}
#navtop .lish10 a:hover, #navtop .lish10 a:visited, #navtop .lish10 a li:hover, #navtop .lish10 a li:visited{}
#header-wrap nav.head-nav-mem-details{display:none;}


/* main nav */
#header-wrap nav#nav-top{
font-size: 13px;
letter-spacing: 0;
margin: 0px auto;
position: absolute;
top: 0;
text-align: center;
display: inline-block;
}
/*
#header-wrap nav#nav-top{font-size:13px;letter-spacing:0;
margin: 0px auto;
background: #f00;
position: absolute;
top: 0;
height: 75px;
width: 130px;
text-align: center;
padding: 25px 0;
-moz-box-shadow:0 5px 8px -2px rgba(0,0,0,0.6);
-ms-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.6);
-o-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 5px 8px -2px rgba(0,0,0,0.6);
box-shadow:0 5px 8px -2px rgba(0,0,0,0.6);
}*/
#header-wrap nav#nav-top .logo img{width:180px;margin-top:-6px;}
#header-wrap #nav-prime ul#nav span{display: none;}
#header-wrap #nav-prime ul#nav, nav#nav-prime ul#nav ul{list-style: none outside none;margin: 0;padding: 0;}
#header-wrap #nav-prime ul#navtop {display: inline;vertical-align:top;color:#0079C2;}
#header-wrap #nav-prime ul#navtop li{display: inline-block;font-size:14px;color:#fff;text-shadow:0 1px 1px #000000;line-height:40px;margin:0 0 0 15px;}
#header-wrap #nav-prime ul#navtop li h2{display: inline-block;font-size:14px;color:#fff;}
#header-wrap #nav-prime ul#nav {max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 9999;}
#header-wrap #nav-prime ul#nav ul.subs{
color: #333333;
display: none;
position: absolute;
/*top: 40px;*/
min-width: inherit;
width: 90%;z-index: 999;margin: 0 auto;left: 5%;
-moz-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-ms-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-o-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-webkit-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
white-space: normal;
}
#header-wrap #nav-prime ul#nav ul .navsubpnl{
background-color: #FFFFFF;color: #333333;margin:15px auto 0 auto;padding: 1%;
-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
-o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}

#header-wrap #nav-prime ul#nav > li {
display:inline-block;text-align: center;
-moz-transition: all 900ms fade-in-out;
-ms-transition: all 900ms fade-in-out;
-o-transition: all 900ms fade-in-out;
-webkit-transition: all 900ms fade-in-out;
transition: all 900ms fade-in-out;
margin:0 0 0 -5px;
 border-color: #EEEEEE;
    border-style: ridge;
    border-width: 0 1px;
height:40px;
padding:0 10px;
}
#header-wrap #nav-prime ul#nav li a{text-decoration: none;
-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
white-space: normal;}
#header-wrap #nav-prime ul#nav > li > a {
color: #fff;
font-size: 1.4em;
padding: 0 2px;
font-weight: 700;
text-align: center;
width: 140px;
margin: 0 2px;
border-radius: 0;
vertical-align:top;
display:block;
text-shadow:0 -1px 0px rgba(0, 0, 0, 0.7);
letter-spacing:1px;
}
#header-wrap #nav-prime ul#nav > li > a{
    display: block;
    font-family: BebasNeueRegular,'Arial Narrow',Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
	line-height:40px;
	margin:0 auto;
	}
/*
#header-wrap nav#nav-prime ul#nav > li.lish3{background:#00CC34;}
#header-wrap nav#nav-prime ul#nav > li.lish3 h2{color:#fff;text-shadow:0 -1px 1px #666;}
#header-wrap nav#nav-prime ul#nav > li.lish3:hover{background:#eee;}
*/
#header-wrap #nav-prime ul#nav > li.lish3{
/*background:url("images/sprite1.png") repeat scroll 0 -335px rgba(0, 0, 0, 0);*/
border-left: 1px solid #285475;border-right: 1px solid #285475;}
#header-wrap #nav-prime ul#nav > li.lish3:hover{color:#33BA0D;}
#header-wrap #nav-prime ul#nav > li.lish3:hover{background:url("images/nav5.png") repeat scroll 0 -50px #fff;}

#header-wrap #nav-prime ul#nav > li.lish4{
/*background:url("images/sprite1.png") repeat scroll 0 -335px rgba(0, 0, 0, 0);*/
border-right: 1px solid #285475;}
#header-wrap #nav-prime ul#nav > li.lish4:hover{color:#33BA0D;}
#header-wrap #nav-prime ul#nav > li.lish4:hover{background:url("images/nav5.png") repeat scroll 0 -50px #fff;}

#header-wrap #nav-prime ul#nav > li > a h3{display:block;color:#f80;font-size:13px;margin:0 auto 6px auto;font-weight:700;vertical-align:top;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);}
#header-wrap #nav-prime ul#nav > li > a h2:hover{color:#00CC34;}

#header-wrap #nav-prime ul#nav > li:hover {color: #f80 !important;
}
#header-wrap #nav-prime ul#nav > li.lish88{border:0px solid #000;float:right;}
nav#nav-prime ul#nav li.active > a{background-color: #333333;color: #FFF;}


/* submenu */


#header-wrap #nav-prime ul#nav li:hover ul.subs{display: block;text-align:left;line-height:20px;
-moz-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-ms-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-o-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
-webkit-transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
transition: color 950ms ease-in-out 0s, background-color 1450ms ease-in-out 0s;
}

#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li{float: none;padding: 5px;vertical-align: top;width: 32%;display: inline-block;}
#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li a{color: #000;line-height: 20px;font-size:1.1em;}
#header-wrap #nav-prime ul#nav ul li a:hover{color: #F55856;text-shadow:0 0 0 #fff;background:#f80;width:100%;padding:2px;color:#fff !important;}
#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li > a{display:block;font-weight:700;font-size: 1.2em;margin-bottom: 6px;text-transform: uppercase;color:#fff;background:#0079c2;padding:3px;text-shadow:0 0 0 #000;}
#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li > a:hover {color:#fff !important;}
#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li li{float: none;padding-left: 8px;-moz-transition: padding 150ms ease-out 0s;
-ms-transition: padding 150ms ease-out 0s;-o-transition: padding 150ms ease-out 0s;
-webkit-transition: padding 150ms ease-out 0s;transition: padding 150ms ease-out 0s;}
#header-wrap #nav-prime ul#nav ul.subs .navsubpnl > li li:hover{padding-left: 15px;text-shadow:0 0 0 #fff;}



/* Head Nav Style */
.row-nav {background: #282727;text-align: left;color: #c5c2c1;border-bottom: 1px solid #373535;}
#nav{font-family: sans-serif;font-weight: 400;max-width:1200px;margin:0 auto;}
#nav ul{list-style:none;margin:0;padding:0;}
#nav a{text-decoration:none;cursor:pointer;}
#nav > a{display: none;}
#nav li{position: relative;}
#nav li a{color: #0095f4;display: block;text-shadow:0px -1px 1px rgba(0,0,0,0.2);}
#nav li a:active{background-color: #c00 !important;}
#nav span:after{width: 0;height: 0;
border: 0.313em solid transparent; /* 5 */
border-bottom: none;border-top-color: #efa585;
content: '';
vertical-align: middle;
display: inline-block;
position: relative;
right: -0.313em; /* 5 */}
     /* first level */
#nav > ul{height: 3.75em; /* 60 */}
#nav > ul > li{width: 25%;height: 100%;float: left;}
#nav > ul > li > a{height: 100%;
font-size: 1.3em; /* 24 */
line-height: 2.4em; /* 60 (24) */
text-align: center;}
#nav > ul > li:not( :last-child ) > a{}
#nav > ul > li:hover > a,#nav > ul:not( :hover ) > li.active > a{background-color: #0F5487;}
     /* second level */
#nav li ul{background-color: #cc470d;display: none;position: absolute;top: 100%;z-index:99999999;}
#nav li:hover ul{display: block;left: 0;right: 0;}
#nav li:not( :first-child ):hover ul{left: -1px;}
#nav li ul a{font-size: 1.25em; /* 20 */
border-top: 1px solid #e15a1f;
padding: 0.75em; /* 15 (20) */}
#nav li ul li a:hover,#nav li ul:not( :hover ) li.active a{background-color: #e15a1f;}
/* End Head Nav Style */




/* left of search nav */
#header-wrap #nav-prime5{letter-spacing:0;text-shadow:0 1px 2px #fff;text-align:center;}
#header-wrap #nav-prime5 ul#nav5 span{display: none;}
#header-wrap #nav-prime5 ul#nav5, #nav-prime5 ul#nav5 ul{list-style: none outside none;margin: 0;padding: 0;}
#header-wrap #nav-prime5 ul#nav5 {display: block;position: relative;}
#header-wrap #nav-prime5 ul#nav5 ul.subs{background-color: #FFFFFF;
color: #333333;display: none;
padding: 1%;position: absolute;min-width: 200px;
max-width: 100%;
-moz-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);-ms-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
-o-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);-webkit-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
z-index:999;
margin:0 auto;
}
#header-wrap #nav-prime5 ul#nav5 > li {
display:inline-block;margin-bottom: -5px;text-align: left;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
#header-wrap #nav-prime5 ul#nav5 li a{display: block;text-decoration: none;
-moz-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-ms-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
white-space: normal;}
#header-wrap #nav-prime5 ul#nav5 > li > a {
color: #fff;
display: block;
font-size: 1.3em;
line-height: 15px;
text-shadow: 0 0px 20px #000;
padding: 0 2px;
font-weight: 400;
text-align: center;
margin: 0 2px;
border-radius: 0;
letter-spacing: 1px;
}
#nav-prime5 ul#nav5 > li:hover > a, #nav-prime5 ul#nav5 > a:hover {
color: #f80 !important;
text-shadow: 0 0px 35px #fff,0 0px 35px #fff, 0 0px 30px #fff,0 0px 20px #fff,0 0px 10px #000 !important;
}
#nav-prime5 ul#nav5 li.active > a{background-color: #333333;color: #FFF;}
/* submenu */
#header-wrap #nav-prime5 ul#nav5 li:hover ul.subs{display: block;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li{float: none;padding: 5px;vertical-align: top;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li a{color: #000;line-height: 20px;font-size:1.3em;}
#header-wrap #nav-prime5 ul#nav5 ul li a:hover{color: #F55856;text-shadow:0 0 0 #fff;background:#f80;width:100%;padding:2px;color:#fff !important;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li > a{font-weight:700;font-size: 1.3em;margin-bottom: 6px;text-transform: uppercase;color:#fff;background:#0079c2;padding:3px;text-shadow:0 0 0 #000;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li > a:hover {color:#fff !important;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li li{float: none;padding-left: 8px;-moz-transition: padding 150ms ease-out 0s;
-ms-transition: padding 150ms ease-out 0s;-o-transition: padding 150ms ease-out 0s;
-webkit-transition: padding 150ms ease-out 0s;transition: padding 150ms ease-out 0s;}
#header-wrap #nav-prime5 ul#nav5 ul.subs > li li:hover{padding-left: 15px;text-shadow:0 0 0 #fff;}



/* right of search nav */
#header-wrap #nav-prime6{letter-spacing:0;text-shadow:0 1px 2px #fff;text-align:center;}
#header-wrap #nav-prime6 ul#nav6 span{display: none;}
#header-wrap #nav-prime6 ul#nav6, nav#nav-prime6 ul#nav6 ul{list-style: none outside none;margin: 0;padding: 0;}
#header-wrap #nav-prime6 ul#nav6 {display: block;position: relative;}
#header-wrap #nav-prime6 ul#nav6 ul.subs{background-color: #FFFFFF;
color: #333333;display: none;
padding: 1%;position: absolute;min-width: 200px;
max-width: 100%;
-moz-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);-ms-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
-o-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);-webkit-box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
box-shadow:0px 5px 30px -2px rgba(0,0,0,.5);
z-index:999;
margin:0 auto;
}
#header-wrap #nav-prime6 ul#nav6 > li {
display:inline-block;margin-bottom: -5px;text-align: left;
-moz-transition: all 300ms ease-in-out 0s;
-ms-transition: all 300ms ease-in-out 0s;
-o-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
transition: all 300ms ease-in-out 0s;
}
#header-wrap #nav-prime6 ul#nav6 li a{display: block;text-decoration: none;
-moz-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-ms-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
-webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s;
white-space: normal;}
#header-wrap #nav-prime6 ul#nav6 > li > a {
color: #fff;
display: block;
font-size: 1.2em;
line-height: 15px;
text-shadow: 0 0px 20px #000;
padding: 0 2px;
font-weight: 400;
text-align: center;
margin: 0 2px;
border-radius: 0;
letter-spacing: 1px;
}
#nav-prime6 ul#nav6 > li:hover > a, #nav-prime6 ul#nav6 > a:hover {
color: #f80 !important;text-shadow: 0 0px 20px #fff !important;}
#nav-prime6 ul#nav6 li.active > a{background-color: #333333;color: #FFF;}
/* submenu */
#header-wrap #nav-prime6 ul#nav6 li:hover ul.subs{display: block;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li{float: none;padding: 5px;vertical-align: top;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li a{color: #000;line-height: 20px;font-size:1.3em;}
#header-wrap #nav-prime6 ul#nav6 ul li a:hover{color: #F55856;text-shadow:0 0 0 #fff;background:#f80;width:100%;padding:2px;color:#fff !important;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li > a{font-weight:700;font-size: 1.3em;margin-bottom: 6px;text-transform: uppercase;color:#fff;background:#0079c2;padding:3px;text-shadow:0 0 0 #000;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li > a:hover {color:#fff !important;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li li{float: none;padding-left: 8px;-moz-transition: padding 150ms ease-out 0s;
-ms-transition: padding 150ms ease-out 0s;-o-transition: padding 150ms ease-out 0s;
-webkit-transition: padding 150ms ease-out 0s;transition: padding 150ms ease-out 0s;}
#header-wrap #nav-prime6 ul#nav6 ul.subs > li li:hover{padding-left: 15px;text-shadow:0 0 0 #fff;}
nav li.separate{color: #ccc;font-size: 1.3em;line-height: 43px;}



/* homearea */
#main ul.rslides{position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;}
.rslides li{-webkit-backface-visibility: hidden;width: 100%;}
.rslides2{position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;margin: 0 auto;}
.rslides_tabs{display:none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), 0 0 5px #000000 inset;font-size: 18px;list-style: none outside none;max-width: 540px;padding: 10px 0;position: relative;right: -540px;text-align: center;top: -60px;width: 30%;display:none;}
.rslides_tabs li{display: inline;float: none;margin-right: 1px;}
.rslides_tabs a{width: auto;line-height: 20px;padding: 9px 20px;height: auto;background: transparent;display: inline;}
.rslides_tabs a:hover{border: 0;}
.rslides_tabs li:first-child{margin-left: 0;}
.rslides_tabs .rslides_here a{background: rgba(255,255,255,.1);color: #fff;font-weight: bold;}

#divFeaturedSlider{width: 100%;}
.divFeaturedSlider-Item{width: 100%;height:350px;display:inline-block;position:relative;overflow:hidden;}
.divFeaturedSlider-Item-image{width:100%;height:350px;overflow:hidden;float:none;}
.divFeaturedSlider-Item-image img{width:100%;height:auto;}
.divFeaturedSlider-Item-detail{color:#fff;background:#000;padding:8px 15px;width:inherit;height:auto;float:none;position:absolute;bottom:0;}
.divFeaturedSlider-Item-detail-name{font-size: 14px;}
.divFeaturedSlider-Item-detail-name a{color:#fff;}
.divFeaturedSlider-Item-detail-name span.Name{width:100%;display:inline-block;float:none;font-size:14px;line-height:20px;font-family:georgia;text-transform:capitalize;}
.divFeaturedSlider-Item-detail-name span.address{font-style: italic;font-size:11px;line-height:12px;}
.divFeaturedSlider-Item-detail-description{font-size:11px;line-height:1.5em;display:inline-block;float:none;}
.divFeaturedSlider-Item-detail-ask{font-weight: bold;display:inline-block;float:right;line-height:.9em;font-size:13px;}

#fluidmain0{width: 100%;margin:0 auto;float:none;display:block;}
.searchtarget h1{border-radius:3px;width:240px;background:#0c6fa0;color:#fff;line-height:35px;height:35px;padding:0;margin:6px 4px 6px auto;display:inline-block;font-size:21px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;}
.searchtarget h1:hover{background:#33ba0d;}
.searchtarget b {width:100%;background:#304258;color:#fff;line-height:35px;height:35px;padding:0;margin:15px auto 0 auto;display:inline-block;font-size:16px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;}
#ctl00_ctl00_cph1_cph1_cntrHomeBizlocal_cntrKeywordSearch_txtSearchTerm,
#ctl00_ctl00_cph1_cph1_cntrHomeBizlocal123_cntrKeywordSearch_txtSearchTerm
{border-radius:0;width:100%;margin:0 auto 5px auto;padding:5px;border-width:0;line-height:35px;height:35px;}
#ctl00_ctl00_cph1_cph1_cntrHomeBizlocal_cntrKeywordSearch_btnSubmit,
#ctl00_ctl00_cph1_cph1_cntrHomeBizlocal123_cntrKeywordSearch_btnSubmit
{border-radius:0;width:100%;height:45px;border-width:0;margin:0;padding:0;
-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-ms-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-o-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
box-shadow: 0 5px 8px rgba(0,0,0,0.5);
}
.calloutdown {height: 17px;width: 100%;display:block;left: 0px;top: 0px;z-index: 11;
background:transparent url(images/shad-lg-rt.png) no-repeat top right;
}

.layout-wrapper-left{float: left;padding-right: 5px;width: 69%;}
.layout-wrapper-right{float: right;padding-left: 5px;width: 29%;min-width:220px;}
.layout-widget{width: 100%;float: left;margin:15px 0 0px 0;}
.layout-widget-header{
background: #555;color: #FFFFFF;float: none;font-size: 1.3em;font-weight: bold;
padding: 5px 0 5px 10px;text-align:left;
}

.lwhclr1{background:#0F5487}
.lwhclr2{background:#0F5487}
.lwhclr3{background:#0F5487}
.lwhclr4{background:#0F5487}
.lwhclr5{background:#0F5487}
.lwhclr6{background:#0F5487}
.lwhclr7{background:#0F5487}

.layout-widget-detail{border: 0px solid #fff;float: left;margin-bottom: 5px;margin-top: 5px;width:100%;}
.layout-widget-detail .item{font-size:.9em;line-height:1.5em;text-align:left;padding:8px 8px 0 8px;}
.layout-widget-detail.blogs .post{font-size:13px;line-height:1.6em;text-align:left;padding:8px;border-bottom:1px solid #e2e2e2;color:#264464;font-style:italic;font-family: georgia;}
.layout-widget-detail.blogs .post a{font-weight:200;font-style:normal;font-family: "open_sansreg",Arial,sans-serif;float:none;}
.layout-widget-detail.news .item{font-size:13px;line-height:1.6em;text-align:left;padding:0 8px 7px;border-bottom:1px solid #e2e2e2;color:#264464;font-style:italic;font-family: georgia;margin-bottom:5px;}
.layout-widget-detail.news .item a{font-weight:200;font-style:normal;font-family: "open_sansreg",Arial,sans-serif;float:none;}
.layout-widget-detail.hot-search .item{font-size:13px;line-height:1.1em;text-align:left;padding:8px;color:#264464;font-style:italic;font-family: georgia;}
.layout-widget-detail.hot-search .item a{font-weight:200;font-style:normal;color:#264464}

.widget-one-post{border: 0px solid #FDF001;float: left;width: 33%;min-width:250px;display:inline-block;padding-right:5px;border-right:1px solid #e2e2e2;}
.widget-one-post .item-image{/*max-height:145px;overflow:hidden;*/}
.widget-one-post .item-image img{padding:0 0 7px 0;}
.widget-one-post .item-name{font-size:1.4em;font-family:Georgia;text-align:left;line-height:1.4em;font-style:italic;letter-spacing:normal;text-transform:capitalize;}
.widget-one-post .item-name a{color:#0a3969;text-decoration:none;}
.widget-one-post .item-name a:hover{color:#3333aa;text-decoration:underline;}
.widget-one-post .item-location{font-size:1.3em;font-style:italic;text-align:left;line-height:1.5em;}
.widget-one-post .item-ask{font-size:1.6em;line-height:1.7em;text-align:left;}
.widget-one-post .item-desc{font-size:1.2em;line-height:1.4em;letter-spacing:normal;text-transform:lowercase;text-transform:normal;}
.widget-one-post .item-desc:first-letter {text-transform: uppercase;}

.widget-multi-post{float: right;width: 66%;min-width:240px;display:inline-block;padding:0 5px;}
.widget-multi-post .item-image{width:100px;height:100px;overflow:hidden;}
.widget-multi-post .item-image img{width:97px;height:87px;padding:0 7px 7px 0}
.widget-multi-post .item-name{margin-left:100px;padding:0 10px 0 0;font-size:1.4em;text-align:left;line-height:1.3em;float:none;display:block;letter-spacing:normal;text-transform:capitalize;}
.widget-multi-post .item-name a{color:#0a3969;text-decoration:none;}
.widget-multi-post .item-name a:hover{color:#3333aa;text-decoration:underline;}
.widget-multi-post .item-location{padding:0 10px;font-size:1.3em;text-align:left;float:none;line-height:1.5em;}
.widget-multi-post .item-ask{padding:0 10px;font-size:13px;font-weight:400;text-align:left;line-height:1.5em;font-weight:700;font-style:italic;display:none;}
.widget-multi-post .item-desc{padding:0 10px;font-size:1.2em;text-align:left;float:none;display:block;line-height:1.6em;letter-spacing:normal;text-transform:lowercase;text-transform:normal;}
.widget-multi-post .item-desc:first-letter {text-transform: uppercase;}
.widget-multi-post .item{padding:10px 5px 7px 8px;border-bottom:1px solid #e2e2e2;}

.widget-one-post .item, .widget-multi-post .item{width: 100%;float: left;display:inline-block;}
.widget-one-post .item .item-image{width: 100%;float: left;}
.widget-multi-post .item .item-image{/*width: 30%;*/float: left;}
.widget-one-post .item .item-detail{width: 100%;float: left;}
.widget-multi-post .item .item-detail{/*width: 70%;float: right;*/}
/* end homearea */


/* FOOT AREA */
#lowpnl .cont15p{margin:0;padding:0;}
#lowpnl .slidebg2{
padding: 0;
margin: 0;
background: transparent;
border-radius: 0;
-moz-box-shadow: 0 0 0 0 #000;
-ms-box-shadow: 0 0 0 0 #000;
-o-box-shadow: 0 0 0 0 #000;
-webkit-box-shadow: 0 0 0 0 #000;
box-shadow: 0 0 0 0 #000;
}
#lowpnl .cont10p{margin:10px 0 0 0;}
#lowpnl a,#lowpnl a:visited,#lowpnl p{color:#ccc;text-align:center;text-decoration:none;}
#lowpnl.fluidwide, #lowpnl .footer-copyright{display:block;max-width:980px;margin:0 auto;}
#lowpnl.fluidwide h2{width:100%;text-align:center;font-size:.9em;font-size: 1.3em;
margin: 15px 0 10px 0;}
#lowpnl.fluidwide .cont10p{font-size:.8em;text-align:left;background:#444;padding:10px;margin:5px;height:125px;white-space:normal;
-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-ms-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-o-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
box-shadow:0 2px 3px 0 rgba(0,0,0,.3);filter:dropshadow(color=#000,offx=0,offy=1);}
#lowpnl.fluidwide .cont10p h3{text-align:center;font-size:1.4em;text-transform:uppercase;margin:0 0 6px 0}
#lowpnl.fluidwide .cont10p h4{text-align:center;font-size:.9em;font-weight:700;text-transform:uppercase;color:#f80;}
#lowpnl.fluidwide .cont10p p{text-align:left;}


footer{font-size: .8em;
line-height: 1.5em;
vertical-align: middle;
min-height: 50px;
width: 100%;
display: inline-block;
background:#0F5487;
color: #fff;
filter: dropshadow(color=#000,offx=0,offy=1);
text-shadow: 0 0px 0px #000;
/*padding: 0 0 50px 0;*/
}
footer a, footer:visited{color:#fff !important;text-decoration:none;font-weight:normal;text-shadow: 0 1px 0 #ccc;}
footer a:hover{text-decoration:none;color:#ff9405 !important;text-shadow: 0 -1px 0 #fff;}
#foot1{background:#000 url("images/wh3000.png") repeat scroll 0 0;
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.3);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#foot1 .cont10p{margin:10px 0 0 0;}
#foot1 a,#foot1 a:visited,#foot1 p{color:#fff;text-align:center;text-decoration:none;}
#foot1 .fluidwide, #foot1 .footer-copyright{display:block;max-width:980px;margin:0 auto;}
#foot1 .fluidwide h2{width:100%;text-align:center;font-size:.9em;font-size: 1.3em;
margin: 15px 0 10px 0;}
#foot1 .fluidwide .cont10p{font-size:.8em;text-align:left;background:#fff;padding:10px;margin:5px;height:125px;white-space:normal;
-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-ms-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-o-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
box-shadow:0 2px 3px 0 rgba(0,0,0,.3);filter:dropshadow(color=#000,offx=0,offy=1);}
#foot1 .fluidwide .cont10p h3{text-align:center;font-size:1.4em;text-transform:uppercase;margin:0 0 6px 0;color:#444;}
#foot1 .fluidwide .cont10p h4{text-align:center;font-size:.9em;font-weight:700;text-transform:uppercase;color:#f80;}
#foot1 .fluidwide .cont10p p{text-align:left;color:#555;}
#foot2{}
.slidebg01 .foot-listflow ul{
/*    -webkit-column-count: 4;*/
       -moz-column-count: 4;
            column-count: 4; 
}
.slidebg01 .foot-listflow ul li {
display: inline-block;
padding: 2px 7px;
/*
background:url("images/wh3000.png") repeat scroll 0 0 #eee;
-moz-box-shadow: 0 1px 8px rgba(0,0,0,0.6) inset;
-ms-box-shadow: 0 1px 8px rgba(0,0,0,0.6) inset;
-o-box-shadow: 0 1px 8px rgba(0,0,0,0.6) inset;
-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.6) inset;
box-shadow: 0 1px 8px rgba(0,0,0,0.6) inset;
*/
margin: 1px 0;
width: 180px;
position: relative;
}
.slidebg01 .foot-listflow ul li:hover {
}
.slidebg01 .foot-listflow ul li a {
    color: #222;
}


#foot2 .fluidwide{display:block;max-width:980px;margin:0 auto;padding-bottom:10px;border-bottom:3px groove rgba(34, 34, 34, 0.21)}
#foot2 .fluidwide p{font-size: 1.1em;
color: #fff;
text-align: left;
font-weight: 700;
text-shadow: 0 0 0 #ccc;
line-height: 2em;}
#foot2 .fluidwide .footnavt{padding-left: 15px;
font-size: 1.1em;
color: #fff;
text-align: left;
text-shadow: 0 1px 0 #ccc;
float: left;
padding-right: 8px;
line-height: 2em;}
#foot3{margin:0 0 30px 0;padding:0;background:url("images/wh3000.png") repeat scroll 0 0 #eee;
-moz-box-shadow:0 0px 5px rgba(0, 0, 0, 0.61);
-ms-box-shadow:0 0px 5px rgba(0, 0, 0, 0.61);
-o-box-shadow:0 0px 5px rgba(0, 0, 0, 0.61);
-webkit-box-shadow:0 0px 5px rgba(0, 0, 0, 0.61);
box-shadow:0 0px 5px rgba(0, 0, 0, 0.61);
}
#foot3 .cont10p{padding:0;margin:0 auto;}
#foot3 .fluidwide{display:block;max-width:980px;margin:0 auto;text-align: center;}
#foot3 h,#foot3 a.logo{font-family:BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;font-size:40px;line-height:60px;color:#f80;vertical-align:top;text-shadow:0 0 0 #000;display:none;}
#foot3 h a{color:#f80 !important;text-decoration:none;line-height:60px;}
#foot3 h span{color:#fff;vertical-align:top;line-height:60px;}
#foot3 .icons{display:inline-block;vertical-align:top;line-height:60px;}

.fluidc1d1  .icons{display:inline-block;vertical-align:top;}
.fluidc1d1  .icons a{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

#foot3 .icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px;
    vertical-align: middle;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
 
#foot3 .icons a.twitter { background: url("images/social/social-sprite.png") -150px -34px no-repeat; }
#foot3 .icons a.twitter:hover { background-position: -150px 0;text-decoration:none;}

#foot3 .icons a.dribbble { background: url("images/social/dribbble.png") left -34px no-repeat; }
#foot3 .icons a.rss { background: url("images/social/rss.png") left -34px no-repeat; }
#foot3 .icons a.pinterest { background: url("images/social/social-sprite.png") -100px -156px no-repeat; }
#foot3 .icons a.pinterest:hover { background-position: -100px -122px;text-decoration:none;}

#foot3 .icons a.digg { background: url("images/social/digg.png") left -34px no-repeat; }
#foot3 .icons a.flickr { background: url("images/social/flickr.png") left -34px no-repeat; }
#foot3 .icons a.forrst { background: url("images/social/forrst.png") left -34px no-repeat; }
#foot3 .icons a.vimeo { background: url("images/social/vimeo.png") left -34px no-repeat; }
#foot3 .icons a.reddit { background: url("images/social/reddit.png") left -34px no-repeat; }
#foot3 .icons a.linkedin { background: url("images/social/social-sprite.png") -50px -95px no-repeat; }
#foot3 .icons a.linkedin:hover { background-position: -50px -61px;text-decoration:none;}

#foot3 .icons a.facebook { background: url("images/social/social-sprite.png") -50px -34px no-repeat; }
#foot3 .icons a.facebook:hover { background-position: -50px 0;text-decoration:none;}

#foot3 .icons a.paypal { background: url("images/social/paypal.png") left -34px no-repeat; }
#foot3 .icons a.stumbleupon { background: url("images/social/stumbleupon.png") left -34px no-repeat; }
#foot3 .icons a.email { background: url("images/social/email.png") left -34px no-repeat; }
#foot3 .icons a.deviantart { background: url("images/social/deviantart.png") left -34px no-repeat; }
#foot3 .icons a.netvibes { background: url("images/social/netvibes.png") left -34px no-repeat; }
#foot3 .icons a.yahoo { background: url("images/social/yahoo.png") left -34px no-repeat; }
#foot3 .icons a.github { background: url("images/social/github.png") left -34px no-repeat; }
#foot3 .icons a.addthis { background: url("images/social/addthis.png") left -34px no-repeat; }
#foot3 .icons a.behance { background: url("images/social/behance.png") left -34px no-repeat; }
#foot3 .icons a.blogger { background: url("images/social/blogger.png") left -34px no-repeat; }
#foot3 .icons a.slashdot { background: url("images/social/slashdot.png") left -34px no-repeat; }
#foot3 .icons a.technorati { background: url("images/social/technorati.png") left -34px no-repeat; }
#foot3 .icons a.googleplus { background: url("images/social/social-sprite.png") -25px -156px no-repeat; }
#foot3 .icons a.googleplus:hover { background-position: -25px -122px;text-decoration:none;}

#foot3 .icons a.apple { background: url("images/social/apple.png") left -34px no-repeat; }
#foot3 .icons a.myspace { background: url("images/social/myspace.png") left -34px no-repeat; }
#foot3 .icons a.sharethis { background: url("images/social/sharethis.png") left -34px no-repeat; }
#foot3 .icons a.yelp { background: url("images/social/yelp.png") left -34px no-repeat; }
#foot3 .icons a.delicious { background: url("images/social/delicious.png") left -34px no-repeat; }
#foot3 .icons a.lastfm { background: url("images/social/lastfm.png") left -34px no-repeat; }
#foot3 .icons a.youtube { background: url("images/social/social-sprite.png") -150px -95px no-repeat; }
#foot3 .icons a.youtube:hover { background-position: -150px -61px;text-decoration:none;}

#foot3 .icons a.skype { background: url("images/social/skype.png") left -34px no-repeat; }
#foot3 .icons a.tumblr { background: url("images/social/tumblr.png") left -34px no-repeat; }
#foot3 .icons a.aim { background: url("images/social/aim.png") left -34px no-repeat; }
#foot3 .icons a.google { background: url("images/social/google.png") left -34px no-repeat; }
 
/*#foot3 .icons a:hover { background-position: left top;text-decoration:none;}*/
#foot4{display:none;}
#foot4 .cont10p{padding:15px 10px;}
.footlogo{display:inline-block;float:left;margin-left:30px;vertical-align:middle;}
#foot1 .footer-copyright .footcopymessage p{margin:7px auto;padding:0;display:inline-block;font-size:11px;line-height:40px;vertical-align:middle;}



.fluidc1d1  .icons{display:inline-block;vertical-align:top;}
.fluidc1d1  .icons a{text-decoration:none;display: inline-block;width: 24px;height: 24px;margin: 10px;vertical-align: middle;-o-transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-ms-transition: all .3s;}
.fluidc1d1 .icons a.twitter { background: url("images/social/social-sprite.png") -150px -34px no-repeat; }
.fluidc1d1 .icons a.twitter:hover { background-position: -150px 0;text-decoration:none;}

.fluidc1d1 .icons a.dribbble { background: url("images/social/dribbble.png") left -34px no-repeat; }
.fluidc1d1 .icons a.rss { background: url("images/social/rss.png") left -34px no-repeat; }
.fluidc1d1 .icons a.pinterest { background: url("images/social/social-sprite.png") -100px -156px no-repeat; }
.fluidc1d1 .icons a.pinterest:hover { background-position: -100px -122px;text-decoration:none;}

.fluidc1d1 .icons a.digg { background: url("images/social/digg.png") left -34px no-repeat; }
.fluidc1d1 .icons a.flickr { background: url("images/social/flickr.png") left -34px no-repeat; }
.fluidc1d1 .icons a.forrst { background: url("images/social/forrst.png") left -34px no-repeat; }
.fluidc1d1 .icons a.vimeo { background: url("images/social/vimeo.png") left -34px no-repeat; }
.fluidc1d1 .icons a.reddit { background: url("images/social/reddit.png") left -34px no-repeat; }
.fluidc1d1 .icons a.linkedin { background: url("images/social/social-sprite.png") -50px -95px no-repeat; }
.fluidc1d1 .icons a.linkedin:hover { background-position: -50px -61px;text-decoration:none;}

.fluidc1d1 .icons a.facebook { background: url("images/social/social-sprite.png") -50px -34px no-repeat; }
.fluidc1d1 .icons a.facebook:hover { background-position: -50px 0;text-decoration:none;}

.fluidc1d1 .icons a.paypal { background: url("images/social/paypal.png") left -34px no-repeat; }
.fluidc1d1 .icons a.stumbleupon { background: url("images/social/stumbleupon.png") left -34px no-repeat; }
.fluidc1d1 .icons a.email { background: url("images/social/email.png") left -34px no-repeat; }
.fluidc1d1 .icons a.deviantart { background: url("images/social/deviantart.png") left -34px no-repeat; }
.fluidc1d1 .icons a.netvibes { background: url("images/social/netvibes.png") left -34px no-repeat; }
.fluidc1d1 .icons a.yahoo { background: url("images/social/yahoo.png") left -34px no-repeat; }
.fluidc1d1 .icons a.github { background: url("images/social/github.png") left -34px no-repeat; }
.fluidc1d1 .icons a.addthis { background: url("images/social/addthis.png") left -34px no-repeat; }
.fluidc1d1 .icons a.behance { background: url("images/social/behance.png") left -34px no-repeat; }
.fluidc1d1 .icons a.blogger { background: url("images/social/blogger.png") left -34px no-repeat; }
.fluidc1d1 .icons a.slashdot { background: url("images/social/slashdot.png") left -34px no-repeat; }
.fluidc1d1 .icons a.technorati { background: url("images/social/technorati.png") left -34px no-repeat; }
.fluidc1d1 .icons a.googleplus { background: url("images/social/social-sprite.png") -25px -156px no-repeat; }
.fluidc1d1 .icons a.googleplus:hover { background-position: -25px -122px;text-decoration:none;}

.fluidc1d1 .icons a.apple { background: url("images/social/apple.png") left -34px no-repeat; }
.fluidc1d1 .icons a.myspace { background: url("images/social/myspace.png") left -34px no-repeat; }
.fluidc1d1 .icons a.sharethis { background: url("images/social/sharethis.png") left -34px no-repeat; }
.fluidc1d1 .icons a.yelp { background: url("images/social/yelp.png") left -34px no-repeat; }
.fluidc1d1 .icons a.delicious { background: url("images/social/delicious.png") left -34px no-repeat; }
.fluidc1d1 .icons a.lastfm { background: url("images/social/lastfm.png") left -34px no-repeat; }
.fluidc1d1 .icons a.youtube { background: url("images/social/social-sprite.png") -150px -95px no-repeat; }
.fluidc1d1 .icons a.youtube:hover { background-position: -150px -61px;text-decoration:none;}

.fluidc1d1 .icons a.skype { background: url("images/social/skype.png") left -34px no-repeat; }
.fluidc1d1 .icons a.tumblr { background: url("images/social/tumblr.png") left -34px no-repeat; }
.fluidc1d1 .icons a.aim { background: url("images/social/aim.png") left -34px no-repeat; }
.fluidc1d1 .icons a.google { background: url("images/social/google.png") left -34px no-repeat; }
 


/* MAIN AREA */
.login-page-wrap{text-align:center;margin:0 auto;position:relative;padding:0;}
.login-page{background: url(images/224shad1.png) bottom center no-repeat;
margin: 20px 10px;
width: 235px;
display: inline-block;
padding-bottom: 60px;
}

.login-page .wrapper{
background: aliceblue;
-webkit-border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
-ms-border-radius:8px;
border-radius:8px;
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-o-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
overflow: hidden;
position: relative;
text-align: center;
width: 225px;
height:350px;
display:inline-block;
}
.login-page .wrapper .register-title{
background:#336699 url(images/paneltops.png) no-repeat scroll 0 -50px;
border-radius: 5px 5px 0 0;
color: #FFFFFF;
display: inline-block;
font-family: BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0;
text-align: center;
text-shadow: 0 -1px 25px #fff;
width: 100%;
}
#ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_LoginForm_CaptchaCtrl_txtCode{
padding:2px;margin:2px auto 4px auto;width:150px;}
#ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_hlForgotPassword{
margin: -5px 0 0 0;
font-size: 15px;
line-height: 22px;
padding: 0px 10px;
text-align: center;
}
#ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_btnRegister{
#336699 url(images/paneltops.png) no-repeat scroll 0 -50px;
}

.login-page .wrapper .register-titleb{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -0px;
border-radius: 5px 5px 0 0;
color: #FFFFFF;
display: inline-block;
font-family: BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;
font-size: 18px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0;
text-align: center;
text-shadow: 0 -1px 25px #fff;
width: 100%;
}
.registration-page{
background: #efefef;
-webkit-border-radius:8px;
-moz-border-radius:8px;
-o-border-radius:8px;
-ms-border-radius:8px;
border-radius:8px;
-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-o-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
box-shadow:0 1px 2px 0 rgba(0,0,0,.5);
margin: 20px 20px 100px 20px;
overflow: hidden;
padding: 20px;
position: relative;
text-align: center;
max-width: 500px;
display:inline-block;
}
.login-page p{text-align:left;}
.login-page .item-name, .login-page label, .login-page .htmlcontent-body p,
.registration-page .item-name, .registration-page label, .registration-page .htmlcontent-body p{}
.login-page .forgot-password a{color:#009FFF;}
.login-table-container{
margin:3px auto;
color: #444444;
font-size: 16px;
font-weight: 700;
text-shadow: 0 1px 0 #FFFFFF;
}
.login-table .item-name{
margin:4px auto;}
.login-table-container #ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_LoginForm_RememberMe{display:inline;margin:8px;}
.login-table-container input{
position: relative;
display: inherit;
margin: 0 auto;
}
#ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_LoginForm_UserNameOrEmailRequired, #ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_LoginForm_PasswordRequired{
visibility: hidden;
position: absolute;
float: right;
right: 2px;
margin-top: -30px;
}

.checkout-one-page{
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px groove #EEEEEE;
    margin: 0 auto;
padding:10px;
}
#ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ddlBillingAddress{
border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    line-height: 18px;
    margin: 5px;
    max-width: 200px;
    padding: 5px;
}
.order-summary-content{
text-align:left;
}
.cart-footer{
text-align:right;display:block;
}
.cart-footer .totals{
border-top: 1px solid #CCCCCC;
    display: inline-block;
}
.order-process{display:none;}
.order-details{background: none repeat scroll 0 0 #FFFFFF;
    border: 1px groove #EEEEEE;
    margin: 0 auto 50px auto;
padding:10px;max-width:1000px;}
/*
.login-table-container .buttons input {
    background: url("images/sys-buttons1.png") repeat-x scroll 0 -12px #157FFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin: 8px auto 0 auto;
    padding: 5px;
    text-align: center;
    text-shadow: 0 -1px 2px #000000;
    width: 231px;
	border: 2px groove;
    border-radius: 2px;
	float: none;
	letter-spacing: 1px;
}
*/
#ctl00_ctl00_cph1_cph1_cntrKeywordSearch_lblError,#ctl00_ctl00_cph1_cph1_cntrKeywordSearch_lblError:before,#ctl00_ctl00_cph1_cph1_cntrKeywordSearch_lblError:after{color: #FF0000;display: inline-block;font-size: 13px;line-height: 17px;width: 70%;}
.searchtarget{text-align: center !important;color:#fff;text-shadow:0 1px 1px #000;}
.searchtarget h2{
font-size: 21px;
letter-spacing: 2px;
color: #fff;
line-height: 45px;
height: 45px;
background: transparent url(images/transpar-blk-80.png)repeat;
width: 100%;
margin: 5px auto;
padding: 0;
display: inline-block;
text-transform:uppercase;
-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-ms-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-o-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
box-shadow: 0 5px 8px rgba(0,0,0,0.5);
}
.searchtarget b{width: 100%;
background: transparent url(images/transpar-blk-80.png)repeat;
display: inline-block;
height: 35px;
padding: 0;
line-height: 35px;
color: #fff;
margin: 15px auto 0 auto;
-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-ms-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-o-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.5);
box-shadow: 0 5px 8px rgba(0,0,0,0.5);
}
.searchtarget ul{column-count: 2;font-size:.8em;line-height:.9em;text-align:center;position:relative;list-style:none;margin:4px 0;}
.searchtarget #ctl00_ctl00_cph1_cph1_cntrKeywordSearch_txtSearchTerm{background: #fff url(images/stripe-over12l.png)repeat;
width: 240px;
height: 45px;
margin: 6px auto;
border-width: 2px;
border-style: solid;
border-color: #777 #999 #ddd #999;}
.searchtarget #ctl00_ctl00_cph1_cph1_cntrKeywordSearch_btnSubmit{background: #ff0000;
border: 0 solid #FFFFFF;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
padding: 7px 10px 7px 10px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
text-transform: uppercase;
-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(255, 255, 255, 0.3);
width: 240px;
height: 45px;
margin: 6px auto;}
.searchtargetwrap{color:#000;text-shadow:0 0 0 #fff;width:auto;margin:0 auto;padding:0;display:inline-block;}

h4.zCTA{color: #fff;
text-align: center;
max-width: 220px;
height: 45px;
margin: 0 auto;
background: #FF0000;
line-height: 45px;
font-size: .9em;
text-transform: uppercase;
border-radius: 3px;}
h4.zCTA a{text-decoration: none;
margin: 0 auto;
font-size: 18px;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
font-family: arial;
line-height: 45px;}
h4.zCTA:hover{background:#33ba0d}

.advancedsearchwrap{
width:auto;
border:none;text-align:center;vertical-align:middle;
/*background:transparent url(images/respimg.png) no-repeat center left;*/
display:inline-block;
}

.advancedsearchwrap h1{text-shadow:0 1px 1px #fff;
font-family:BebasNeueRegular,'Arial Narrow',Arial,sans-serif;font-size:1.6em;letter-spacing:1px;color:#0079c2;margin:0 auto 12px auto;}
.advancedsearchwrap select{max-width:258px;}
.slidebg01{background: transparent;border-radius: 0;padding: 0 30px;}
.slidebg01 img{width:100%;margin:0;padding:0;}
.slidebg01 a{display:block;width:100%;padding:0;margin:0;float:left;}
.slidebg01 a img:hover{}
.slidebg01 .cont10p{margin:0;padding:0;}
.slidebg01 h3{text-align:center;color:#fff;background:#0079c2;padding:5px 8px;font-family:BebasNeueRegular,'Arial Narrow',Arial,sans-serif;font-size:.70em;text-shadow:0 -1px 1px #000;}
.slidebg01 .four-listflow h2{
font-size: 16px !important;
background: transparent url("images/transpar-blk-80.png") repeat;
width: 200px;
font-family: sanssemibold,'Arial Narrow',Arial,sans-serif;
text-transform: uppercase;
font-weight: normal;
line-height: 16px;
word-wrap: break-word;
text-align:center;
color:#fff;
text-shadow:0 -1px 1px #000;
padding:5px 8px;
}
.layout-widget-header a{display:inline;float:none;color:#fff;}

.slidebg01 .four-listflow .rdbutton{
color: #fff;
text-align: center;
max-width: 220px;
height: 45px;
margin: 10px auto 0 auto;
background: #FF0000;
line-height: 45px;
font-size: .9em;
text-transform: uppercase;
border-radius: 3px;
}

.slidebg01 .four-listflow .rdbutton a{
text-decoration: none;
margin: 0 auto;
font-size: 18px;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
font-family: arial;
line-height: 45px;
}
.slidebg1{padding:0 8px;border-radius:8px;}
.slidebg2{padding:15px;
/*
background:#eee;border-radius:3px;-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-ms-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
-o-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);
box-shadow:0 1px 2px 0 rgba(0,0,0,.3);*/
}
.slidebg2:hover{
/*-webkit-box-shadow: 0 0 25px -5px #000;
-moz-box-shadow: 0 0 25px -5px #000;
-o-box-shadow: 0 0 25px -5px #000;
box-shadow: 0 0 25px -5px #000;
*/
}

.slidebg1 ul, .slidebg2 ul{margin:0 auto 0 0px;list-style:none;}
#tpspace{line-height:40px;height:40px;display:inline-block;width:100%;display:none;}
#main {position: relative;margin:0 0 0 0;
line-height:1.5em;
}
#right.rtlistcnt{width:225px !important;text-align:center;}
#center.listdetl{margin: 0 260px 0 50px;}

.slidebg01 .fluidwide{padding:0;margin:0;text-align:center;}
#fluidwide {position:relative;display:block;margin:0;}
#fluidmain0 {/*position: relative;display:block;margin:0 auto 0 auto;width:100%;float:left;*/}
#fluidmain00 {position: relative;display:block;margin:0;width:100%;}
#fluidmain1 {position: relative;display:block;margin:0;width:100%;}
#fluidmain2 {/*position: relative;*/display:inline-block;margin:0;width:100%;}
#fluidmain3 {position: relative;display:block;margin:0;width:100%;}
#fluidmain4 {position: relative;display:block;margin:0;width:100%;}
#fluidmain5 {position: relative;display:block;margin:0;width:100%;}
#fluidmain6 {position: relative;display:block;margin:0;width:100%;}
.sub-secth1,.sub-secth2,.sub-secth3,.sub-secth4{font-size:1.3em;margin:0;text-align:left;}
.sub-secth2{margin:0 auto 15px 15px;}
.sub-secth3{margin:25px auto 0 0;}
.fluidwide{width:100%;display:block;}

#primetop{font-size: 3em;
color: #fff;
text-align: center;
font-family: open_sanslight,'Arial Narrow',Arial,sans-serif;
margin: 0px auto 0 auto;}
#primesub{font-size: 1.2em;
color: #fff;
text-align: center;
margin: 15px auto 20px;
font-family: open_sanslight,'Arial Narrow',Arial,sans-serif;
text-transform: uppercase;}
.yrclwrap{position:relative;display:block;margin:0 auto;color:#fff;font-size:.8em;text-align:center;vertical-align:top;max-width:850px;margin:0 auto;}
.yrclwrap h3{background:transparent;font-size:2em !important;margin:0 auto;
-ms-text-shadow:0 0 0 #fff;-o-text-shadow:0 0 0 #fff;-moz-text-shadow:0 0 0 #fff;-webkit-text-shadow:0 0 0 #fff;
text-shadow:0 0 0 #fff;}

.fluidc1{background:#4F91C4;padding:50px 0;
-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}
.fluidc1 #yr1 img,.fluidc1 #yr2 img,.fluidc1 #yr3 img{float:left;height:100px;width:auto;border:none;}
.fluidc1d1{background:#fff;padding:0px 0 25px 0;
-moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.50);
-ms-box-shadow:0px 0px 15px -5px rgba(0, 0, 0, 0.50);
-o-box-shadow:0px 0px 15px -5px rgba(0, 0, 0, 0.50);
-webkit-box-shadow:0px 0px 15px -5px rgba(0, 0, 0, 0.50);
box-shadow:0px 0px 15px -5px rgba(0, 0, 0, 0.50);
max-width:1200px;
margin:10px auto;
border-radius:3px;
}
.fluidc1d1clear{background:transparent;border:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}

.fluidc1d1 #yr1 img,.fluidc1d1 #yr2 img,.fluidc1d1 #yr3 img{width:auto;border:none;}
.fluidc1d1 #yr1 h3,.fluidc1d1 #yr2 h3,.fluidc1d1 #yr3 h3{font-size:.9em;color:#336699;padding:0;}
.fluidc1d1 #yr1 h4,.fluidc1d1 #yr2 h4,.fluidc1d1 #yr3 h4{
color:#fff;text-align:center;
max-width: 220px;
height: 45px;
margin: 0 auto;
background: #FF0000;
line-height: 45px;
font-size: .9em;
text-transform: uppercase;
border-radius: 3px;
}
#fluidmain0 #yr1 img,#fluidmain0 #yr2 img,#fluidmain0 #yr3 img{width:auto;border:none;}
#fluidmain0 #yr1 h4,#fluidmain0 #yr2 h4,#fluidmain0 #yr3 h4{
color:#fff;text-align:center;
max-width: 220px;
height: 45px;
margin: 0 auto;
background: #FF0000;
line-height: 45px;
font-size: .9em;
text-transform: uppercase;
border-radius: 3px;
}
#fluidmain0 #yr1 h4 a,#fluidmain0 #yr2 h4 a,#fluidmain0 #yr3 h4 a{text-decoration: none;
margin: 0 auto;
font-size: 18px;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
font-family: arial;
line-height: 45px;}

#fluidmain0 #yr1 a.lmore,#fluidmain0 #yr2 a.lmore,#fluidmain0 #yr3 a.lmore{
background: transparent url("images/transpar-blk-60.png") repeat;
max-width: 200px;
margin: 3px auto;
color: #fff;
}
.fluidc2{background:#4fc48f;
-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}
.fluidc3{background:#4fc48f;
-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}
.fluidc4{background:#4fc48f;
-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}
.fluidc5{background:#f7f7f7;
-moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-ms-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-o-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.20);
}
#brokerreg .registration-page{max-width:700px;}
#brokerreg .registration-page table{width:auto;text-align:left;}

.homepage-hottestbusiness-results{}
.homepage-hottestbusiness-results li{color:#ff0000;font-size:11px;}
.homepage-hottestbusiness-results li .item{}
.homepage-hottestbusiness-results li .item a{color:#3333aa}
.homepage-hottestbusiness-results li .item a:visited{color:#3333aa}
.homepage-hottestbusiness-results li .item a:hover{color:#ff0000}

.content.contentback{width: 100%;min-height: 500px;display:inline-block;background:transparent;box-shadow:0 0 0 #fff;position:relative;top:auto;left:auto;right:auto;}
.contentback .contentinner{margin:0 220px 0 50px;}
.order-summary-body{
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
-ms-box-shadow:0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
-o-box-shadow:0 1px 2px rgba(0,0,0,0.3);
box-shadow:0 1px 2px rgba(0,0,0,0.3);
margin:10px;
padding:15px;
}
.order-summary-body table.cart{width:100%;}
.order-summary-body table.cart th{border-bottom:1px solid #555;}
.order-summary-body table.cart td{border-bottom:1px solid #777;}
.order-summary-body table.cart th, .order-summary-body table.cart td{padding:5px;}

.slidebg01 .info{background:#fff;padding:0;margin:0;;margin:0 auto;}
.slidebg01 .info .htmlcontent{padding:60px;margin:0 auto;display:inline-block;float:left;width:100%;font-size:1.1em;line-height:1.4em;}
.slidebg01 .info .htmlcontent ul{margin:10px auto 10px 45px;}
.slidebg01 .info .spotlight{min-width:240px;padding:60px 20px;margin:0;display:inline-block;float:left;}

#buy-a-business-learn-more{margin:0px auto 20px;}
#sell-a-business-learn-more{margin:0px auto 20px}
#broker-listing-account-learn-more{margin:0px auto 20px}

#zr1, #zr2{overflow:hidden;}
#zr1{}
#zr2{}

#zzr1, #zzr2{min-height:250px;}
#zzr1{background:orange;}
#zzr2{background: transparent;}

#yr1, #yr2, #yr3{min-height:100px;vertical-align:top;margin:0 auto;}
#yr1{background:transparent;}
#yr2{background: transparent;}
#yr3{background:transparent;}

#yyr1, #yyr2, #yyr3{min-height:100px;}
#yyr1{background:purple;}
#yyr2{background: transparent;}
#yyr3{background:aqua;}

#ar1, #ar2, #ar3, #ar4{}
#ar1{background: transparent;}
#ar2{background: transparent;}
#ar3{background: transparent;}
#ar4{background: transparent;}

#br1, #br2, #br3, #br4{height: 100px;}
#br1{background: #ccc;}
#br2{background: transparent;}
#br3{background: #ccc;}
#br4{background: transparent;}

#cr1, #cr2, #cr3, #cr4{height: 200px;}
#cr1{background: #ccc;}
#cr2{background: #eee;}
#cr3{background: #ccc;}
#cr4{background: #ddd;}

.cont10p{margin:0;padding:0;text-align:left;}
.cont15p{margin:0;text-align:left;}
.cont12p{margin:20px;text-align:left;}
.cont15ptb{margin:0px 0 15px 0;}
.cont15 b{font-family:BebasNeueRegular,'Arial Narrow',Arial,sans-serif;font-size:1.1em;letter-spacing:1px;color:#0079c2;}
.cont20p{margin:20px;text-align:justify;}
.cont25p{margin:25px;text-align:justify;}
.cont60p{text-align:justify;max-width:1100px;position:relative;display:inline-block;}

#listingdetailwrap{
background:#fff;
-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-ms-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
box-shadow:0 1px 3px rgba(0,0,0,0.1);
border-radius:8px;
}
.listingdetailinner{
padding:25px 45px;
}

/* Listing Packages */
.listing-packages
{
    
}
.listing-packages .listing-packages-items
{
    
}

.listing-packages .listing-packages-items .items
{   
background-color: #FAF9FE;
margin: 8px;
background: aliceblue;
display: inline-block;
width: 225px;
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
border-radius: 8px;
overflow: hidden;
height:320px;
text-align:center;
}

/*
.listing-packages .listing-packages-items .items:nth-child(1){
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
-ms-transform: scale(1.04);
-o-transform: scale(1.04);
transform: scale(1.04);
}
*/

.listing-packages .listing-packages-items .items:hover, .listing-packages .listing-packages-items .items:nth-child(1):hover, .listing-packages .listing-packages-items .items:nth-child(2):hover, .listing-packages .listing-packages-items .items:nth-child(3):hover, .listing-packages .listing-packages-items .items:nth-child(4):hover {
-webkit-transform: scale(1.04);
-moz-transform: scale(1.04);
-ms-transform: scale(1.04);
-o-transform: scale(1.04);
transform: scale(1.04);
}

.listing-packages .listing-packages-items .items .item
{
    width:100%;
    border:1px solid #eee;
	border-bottom:0 solid #eee;
}

.listing-packages .listing-packages-items .items .item .name
{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -50px;
border-radius: 5px 5px 0 0;
color: #FFFFFF;
display: inline-block;
font-family: BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;
font-size: 35px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0;
text-align: center;
text-shadow: 0 -1px 25px #fff;
width: 100%;
}
.listing-packages .listing-packages-items .items .item .description h1{
font-family: BebasNeueRegular, 'Arial Narrow', Arial, sans-serif;
font-weight:200;
color: #2D75C4;
font-size: 45px;
margin: 8px auto;
padding: 0;
text-shadow: 0 -1px 1px #555,0 1px 1px #fff;
}
.listing-packages .listing-packages-items .items .item .description h2{
font-family: 'Arial Narrow', Arial, sans-serif;
color: #f80;
font-size: 35px;
margin: 8px auto;
padding: 0;
}
.listing-packages .listing-packages-items .items .item .description ul{
font-family: 'Arial Narrow', Arial, sans-serif;
color: #2d2d2d;
font-size: 14px;
margin: 3px auto 0 auto;
padding: 0;
list-style:disc;
display:inline-block;
text-align:left;
}
.listing-packages .listing-packages-items .items .item .description ul li{
margin:0;padding:0;line-height:18px;}

.listing-packages .listing-packages-items .items .item .description h3{
font-family: 'Arial Narrow', Arial, sans-serif;
margin: 5px auto 0 auto;
font-size: 16px;
}

.listing-packages .listing-packages-items .items .item .description h4{
font-family: 'Arial Narrow', Arial, sans-serif;
color: #2d2d2d;
font-size: 16px;
margin: 15px auto;
padding: 0;
}
.listing-packages .listing-packages-items .items .item .description h5{
font-family: 'Arial Narrow', Arial, sans-serif;
color: #2d2d2d;
font-size: 14px;
margin: 6px auto 0 auto;
padding: 0;
}
.listing-packages .listing-packages-items .items:nth-child(1) .item .name{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -50px;
}
.listing-packages .listing-packages-items .items:nth-child(2) .item .name{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -0px;
}
.listing-packages .listing-packages-items .items:nth-child(3) .item .name{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -100px;
}
.listing-packages .listing-packages-items .items:nth-child(4) .item .name{
background: #336699 url(images/paneltops.png) no-repeat scroll 0 -150px;
}

.listing-packages .listing-packages-items .items .item .price
{
    float:left;
    text-align:center;
    width:100%;
	-o-box-shadow:0 0 20px #ddd;
	-ms-box-shadow:0 0 20px #ddd;
	-moz-box-shadow:0 0 20px #ddd;
	-webkit-box-shadow:0 0 20px #ddd;
	box-shadow:0 0 20px #ddd;
}

.listing-packages .listing-packages-items .items .item .price .amount
{
    float:left;
    text-align:center;
    font-size:14px;
    color:Red;
    width:100%;
}
.listing-packages .listing-packages-items .items .item .price .pricetext
{
    float:left;
    text-align:center;
    text-transform:capitalize;
    width:100%;
}

.listing-packages .listing-packages-items .items .attribute
{
    float:left;
    width:100%;
    border-bottom:1px solid #ccc;
    border-top:1px solid #fff;
	text-align:left;
}
.listing-packages .listing-packages-items .items .attribute .left
{
     float:left;
     width:85%;
     padding-left:5px;
    
     
}
.listing-packages .listing-packages-items .item .attribute .attribute-help
{
     float:right;
     width:10%;
      padding-right:5px;
}
.listing-packages .listing-packages-items .item .visibility
{ float:left;
     text-align:center;
     width:100%;
}
.listing-packages .listing-packages-items .item .visibility .value
{
     float:left;
   
    font-size:14px;
    color:Red;
    width:100%;
}

.listing-packages .listing-packages-items .item .buttons 
{
     float:left;
     text-align:center;
     width:100%;
}

.listing-packages .listing-packages-items .items .buttons .purchasebutton
{background:red;}

.listing-packages .listing-packages-items .items:nth-child(1) .buttons .purchasebutton{
background: #d51e00 url(images/paneltops.png) no-repeat scroll 0 -50px;
}
.listing-packages .listing-packages-items .items:nth-child(2) .buttons .purchasebutton{
background: #d51e00 url(images/paneltops.png) no-repeat scroll 0 -0px;
}
.listing-packages .listing-packages-items .items:nth-child(3) .buttons .purchasebutton{
background: #d51e00 url(images/paneltops.png) no-repeat scroll 0 -100px;
}
.listing-packages .listing-packages-items .items:nth-child(4) .buttons .purchasebutton{
background: #d51e00 url(images/paneltops.png) no-repeat scroll 0 -150px;
}

/* Banners */
.banner-upt, .banner-top{margin:0 auto 0 auto;}
.banner-top-item, .banner-upt-item{width:100%;position:relative;vertical-align:top;display:inline;}
.banner-top-item img, .banner-upt-item img{width:800px;height:auto;max-width:100% !important;}

/* Listing Results */
.searchwrap{
padding: 0;
overflow: hidden;
/*
background: #fff;
-moz-box-shadow:0 0px 10px -2px rgba(0,0,0,.5);
-ms-box-shadow: 0 0px 10px -2px rgba(0,0,0,.5);
-o-box-shadow: 0 0px 10px -2px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0px 10px -2px rgba(0,0,0,.5);
box-shadow: 0 0px 10px -2px rgba(0,0,0,.5);
*/
}
#listingsearch #fluidmain2, #listingdetail #fluidmain2{width:100%;min-height:1200px;}
#listingsearch #left .htmlcontent, #listingdetail #left .htmlcontent{line-height:1.5em;list-style:none;text-align:left;}
#listingsearch #left .htmlcontent ul, #listingdetail #left .htmlcontent ul{list-style:none;}
#listingsearch select, #listingsearch input, #listingdetail select, #listingdetail input{max-width:90%;}
.listing-tablestyle{border:none;padding:0 5px;vertical-align:middle;font-size:.8em;width:100%;}
.listing-tablestyle th{border:0px solid #000;vertical-align:middle;}
.listing-tablestyle td{width:5%;border-color:#ddd;border-top-width:0px;vertical-align:middle;}
.listing-tablestyle td:nth-child(1){width:10%;}
.listing-tablestyle td:nth-child(2){width:60%;}
.listing-tablestyle td:nth-child(3){width:10%;}
.listing-tablestyle td:nth-child(4){width:10%;}
.listing-tablestyle td:nth-child(5){width:10%;}
.listing-rowstyle img, .listing-altrowstyle img{max-width:120px;max-height:120px;}
.listing-altrowstyle{background:url("images/index_x.png") repeat-x scroll 0 -150px}
.GoToLabel,.GoToArrow{display:inline-block;vertical-align:middle;}
.product-pager, .listing-pager{display:inline-block;
/*height:45px;line-height:45px;*/padding:0 7px;
vertical-align:top;
}
.listing-sorting{display:inline-block;vertical-align:top;text-align:right;float:right;margin-right:15px;}
.listing-sorting .recordperpage,.listing-sorting .sorting{display:inline-block;
height:45px;line-height:45px;padding:0 7px;white-space:nowrap;}
.listing-profile ul,.listing-content ul{margin:5px auto 8px 40px;}
#ctl00_ctl00_cph1_cph1_cntrListingAdd_ListingTabs_pnlListingInfo_cntrEstablishedBizforSale_ddlBusinessCategory1,
#ctl00_ctl00_cph1_cph1_cntrListingAdd_ListingTabs_pnlListingInfo_cntrEstablishedBizforSale_ddlBusinessCategory2{max-width:220px !important;}
.shoppingcart-page h1{display:none;}
.order-progress li{display:inline-block;margin:0 auto;padding:0 15px;width:auto;}
.order-progress li a{color:#fff;}
.zmoreinfo{cursor: pointer;
    cursor: pointer;
    display: inline-block;
    width: 65%;
}
table.PagerContainerTable td{display:none;}
table.PagerContainerTable td:first-child{display:inline-block;}
table.PagerContainerTable td:last-child{display:inline-block;}
.GoToLabel{display:inline-block !important;position:relative;}
#goto_img{display:none;}
#pgrFooterControldiv_goto{display:inline-block !important;}
.listing-pager{display:block;width:auto;margin:0 auto;float:right;}
.listing-intro-customer {
min-width:250px;
max-width: 45%;
text-align: center;
padding:15px 40px;
display:inline-block;margin:0 auto;vertical-align:middle;
}
.listing-profile
{
width:100%;

}
.listing-intro
{
width:100%;
text-align:center;
}
.profile-subheader
{
width:100%;
font-weight:bold;
margin:20px auto 4px auto;
}
.profile-description
{
width:100%;
}

#listingprofile #left{padding:5px;}
#listingprofile #left .htmlcontent{font-size:.6em;line-height:.85em;list-style:none;text-align:left;}
#listingprofile #left .htmlcontent ul{list-style:none;}
#listingprofile select, #listingsearch input{max-width:90%;}
.listing-intro-picture img{width:170px;height:170px;border-radius:50%;}
.listing-intro-picture{width:180px;height:180px;border-radius:50%;border:8px solid #efefef;overflow:hidden;display:inline-block;margin:0 auto;vertical-align:middle;}
.listing-profile-mylist img{border-radius: 50%;
    float: right;
    height: 75px !important;
    margin: 3px 15px;
    width: 75px !important;}
.listing-profile-mylist img:hover{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
-ms-box-shadow:0 0 20px rgba(0,0,0,0.5);
-o-box-shadow:0 0 20px rgba(0,0,0,0.5);
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
box-shadow:0 0 20px rgba(0,0,0,0.5);

}
.listing-profile-mylist .listing-post-result table,
.listing-profile-mylist .listing-post-result th,
.listing-profile-mylist .listing-post-result tr,
.listing-profile-mylist .listing-post-result td{border:0px solid #fff;border:none;border-collapse:collapse;}

.transparbk, .listhead{padding:3px 8px;
text-shadow:0 0 0 #000;}

/* home sliders start */
/*
.slides {display: none}
.slides .slidesjs-navigation {margin-top:5px;}
*/
#slidewraperz{width:100%;display:inline-block;text-align:center;margin:40px auto 0 auto;}
#slidewraperz .htmlcontent{display: inline-block;
text-align: left;
margin: 0 auto;}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {background-image: url(images/btns-next-prev.png);background-repeat: no-repeat;display:none !important;width:12px;
overflow: hidden;text-indent: -9999px;float: left;margin:-25px 0 0 0;height:25px;position:relative;z-index:999999999}

a.slidesjs-next {background-position: -12px 0;width:50px;display:none !important;}
a:hover.slidesjs-next {background-position: -12px -18px;}
a.slidesjs-previous {background-position: 0 0;width:50px;display:none !important;}
a:hover.slidesjs-previous {background-position: 0 -18px;}
a.slidesjs-play {width:15px;background-position: -25px 0;display:none !important;}
a:hover.slidesjs-play {background-position: -25px -18px;}
a.slidesjs-stop {width:18px;background-position: -41px 0;display:none !important;}
a:hover.slidesjs-stop {background-position: -41px -18px;display:none;}
.slidesjs-pagination {list-style: none;
line-height: 45px;
margin: -45px 0 0 0;
position: relative;
width: 100%;
text-align: right;
height: 45px;
display: block;z-index:999;}
.slidesjs-pagination li {margin: 0;
display: inline-block;
padding: 0 20px 0 0;}
.slidesjs-pagination li a {
display: block;width: 13px;height: 0;
padding-top: 13px;background-image: url(images/pagination.png);
background-position: 0 0;float: left;overflow: hidden;}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {background-position: 0 -13px}
.slidesjs-pagination li a:hover {background-position: 0 -26px}
/*
.slides a:link,
.slides a:visited {color: #333;padding:0px ! important;}
.slides a:hover,
.slides a:active {color: #9e2020}
.slidesjs-container { width:180px; height:auto;position:relative; z-index:10;background-color:#fff }
.slidesjs-control {height:250px; width:180px;}
.slides{width:180px; height:auto;background:Gray;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
border:1px solid #d1d1d1;border-radius: 3px;}
.slides:hover{box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.3);}
.slide_div{width:180px; height:auto; float:left; top:0; position:absolute; display:block;  z-index:999999999;}
.slide_div a{ background:#d1d1d1; font-size:12px; text-decoration:none; color:#333;}
.slide_div a:hover{ text-decoration:none;  color:#333 !important;}
.navbar {overflow: hidden}
.slides {display: none}
.slidesjs-container { }
*/
.slidesjs-control a{height:auto;}
#divcreated,#divupdated,#divshowcase,#divpremiere {
display:inline-block;float:left;width:180px; height:200px;margin:5px;}
#divcreatedslides,#divupdatedslides,#divshowcaseslides,#divpremiereslides {
display:inline-block;float:left;width:180px; height:auto;margin:0;}
/*.listing-image{margin:0 auto;width:180px; height:98px;overflow:hidden;text-align:center}
.listing-image img{display:inline-block;float:left;}
.listing-wrap{width:180px;height: 100px;font-size:12px;line-height:18px;background:#ccc;overflow:hidden;display:inline-block;float:left;}
.listing-info-askprice{padding: 0 0 0 5px;}
.listing-info-cashflow{padding: 0 0 0 5px;}
.listing-info-revenue{padding: 0 0 0 5px;}
.listing-info-location{padding: 0 0 0 5px; }
.listing-info-AdHeadline{background: transparent url("images/transpar-blk-60.png") repeat;line-height:20px;padding:3px 5px;color:#fff;}
*/

/* individual featured slider control */
#divfeatured h1,#divfeatured h2,#divfeatured h3,#divfeatured h4{margin:0;padding:0;background:transparent;width:auto;text-shadow:0 0 0 #000;font-family:'Arial Narrow',Arial,sans-serif;text-align:left;}
#divfeatured{max-width: 550px;max-height: 330px;display: block;margin: 0 auto;background:#000;overflow:hidden;font-family:Arial,sans-serif;}
#divfeaturedslides{margin: 0 auto;overflow:hidden;min-height:300px;}
#divfeatured .slidesjs-container{max-width: 550px;max-height: 330px;margin: 0 auto;display: inline;overflow:hidden;min-height:300px;}
#divfeatured .slidesjs-control{max-width: 100%;max-height: 330px;display: inline-block;margin: 0 auto;overflow:hidden;min-height:300px;}
#divfeatured .slide_div{width: 100%;height: auto;display: block;overflow: hidden;text-align: left;padding: 0;margin: 0 auto;}
#divfeatured .listing-image{display: block;vertical-align: middle;margin: 0;overflow: hidden;position: relative;min-width: 200px;}
#divfeatured .listing-image img{width: 100%;}
#divfeatured .listing-wrap{background: transparent url("images/transpar-blk-60.png") repeat;
vertical-align: middle;float: none;position: absolute;display: block;text-align: left;padding: 15px 15px 22px 15px;
color: #fff;text-shadow: 0 -1px 0 #eeeeee;overflow:hidden;left:0;top:0;}
#divfeatured .listing-info-AdHeadline{font-size: 1.4em;line-height: 1.2em;display: block;vertical-align: middle;
background: none;width:100%;margin:0 auto 8px auto;}
#divfeatured .listing-info-description{font-size: .75em;font-weight:200;line-height: 2.1em;display: block;
vertical-align: middle;background: none;width:100%;}
#divfeatured .listing-info-askprice{font-size: 1.2em;font-weight:200;line-height: 1.9em;display: inline-block;
vertical-align: middle;color:#fff;text-shadow:0 0 0 3px #ff80000;width:100%;margin:10px auto 0 auto;}
#divfeatured .listing-info-location{font-size: .75em;font-weight:200;line-height: .85em;display: inline-block;
vertical-align: middle;background: none;margin:3px auto 8px auto;}
/* home sliders end */


/* home page premium listings from slider static */
#divpremiere h1,#divpremiere h2,#divpremiere h3,#divpremiere h4{margin:0;padding:0;background:transparent;width:auto;text-shadow:0 0 0 #000;font-family:'Arial Narrow',Arial,sans-serif;text-align:left;}
#divpremiere{display: block;margin: 0 auto;overflow:hidden;font-family:Arial,sans-serif;}
#divpremiereslides{margin: 0 auto;overflow:hidden;min-height:300px;}
#divpremiere .slidesjs-container{max-width: 550px;max-height: 330px;margin: 0 auto;display: inline;overflow:hidden;min-height:300px;}
#divpremiere .slidesjs-control{max-width: 100%;max-height: 330px;display: inline-block;margin: 0 auto;overflow:hidden;min-height:300px;}
#divpremiere .slide_div{width: 100%;height: auto;display: block;overflow: hidden;text-align: left;padding: 0;margin: 0 auto;}
#divpremiere .listing-image{display: block;vertical-align: middle;margin: 0;overflow: hidden;position: relative;min-width: 200px;}
#divpremiere .listing-image img{width: 100%;}
#divpremiere .listing-wrap{background: transparent url("images/transpar-blk-60.png") repeat;
vertical-align: middle;float: none;position: absolute;display: block;text-align: left;padding: 15px 15px 22px 15px;
color: #fff;text-shadow: 0 -1px 0 #eeeeee;overflow:hidden;left:0;top:0;}
#divpremiere .listing-info-AdHeadline{font-size: 1.4em;line-height: 1.2em;display: block;vertical-align: middle;
background: none;width:100%;margin:0 auto 8px auto;}
#divpremiere .listing-info-description{font-size: .75em;font-weight:200;line-height: 2.1em;display: block;
vertical-align: middle;background: none;width:100%;}
#divpremiere .listing-info-askprice{font-size: 1.2em;font-weight:200;line-height: 1.9em;display: inline-block;
vertical-align: middle;color:#fff;text-shadow:0 0 0 3px #ff80000;width:100%;margin:10px auto 0 auto;}
#divpremiere .listing-info-location{font-size: .75em;font-weight:200;line-height: .85em;display: inline-block;
vertical-align: middle;background: none;margin:3px auto 8px auto;}
#divpremiere .slidesjs-control a:nth-child(1){width:25% !important;display:inline-block !important;background;green;position:relative !important;float:left;}
#divpremiere .slidesjs-control a:nth-child(2){width:75% !important;display:inline-block !important;background;green;position:relative !important;}
#divpremiere .slidesjs-control a:nth-child(3){width:75% !important;display:inline-block !important;background;green;position:relative !important;}
#divpremiere .slidesjs-control a:nth-child(4){width:75% !important;display:inline-block !important;background;green;position:relative !important;}
#divpremiere .slidesjs-control a:nth-child(5){width:75% !important;display:inline-block !important;background;green;position:relative !important;}
/* home premium listings end */


.popupcancelbutton{
background:url("images/closelabel.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
color:#fff !important;
border:0 0 0 #fff !important;
box-shadow:0 0 0 #fff !important;
width:70px !important;
}
#goto_img{width: 25px !important;
height: 25px !important;
box-shadow: 0 1px 2px #000;
margin: 0;
padding: 0;}
.product-pager .PagerContainerTable{height:40px;line-height:37px;}
.product-pager .PagerContainerTable .PagerHyperlinkStyle, .listing-pager .PagerContainerTable .PagerHyperlinkStyle{}
#listing-search-left {background: none repeat scroll 0 0 #FFFFFF;font-size: 12px;margin: 0 50px 10px 0;}
#listingprofile #center h3{margin:25px auto 5px auto;}
#listingprofile #center h4{margin:25px auto 5px auto;}
#ctl00_ctl00_cph1_cph1_cntrListingSearch_rdblAging, #ctl00_ctl00_cph1_cph1_cntrListingSearch_cblBusinessType{text-align:left;padding-left:10px;}
#listing-search-left.zblog  ul{list-style:none;font-size:1.2em;}
#listing-search-left.zblog hr{margin:8px 20px 3px 20px;}
#listing-search-left.zblog .title{font-size:2.2em;margin:12px auto 8px auto;}
#listingdetailwrap .blog .blogposts .post{
margin: 10px auto;
border-bottom: 1px solid #eee;
padding: 15px 0 25px 0;}
#listingdetailwrap .blog .blogposts .post .blogtitle, #listingdetailwrap .blogpost h1{
font-size: 1.3em;
display: block;
font-weight: 700;
}
#listingdetailwrap .blogpost .postbody{
margin:15px auto;}

.listing-content{width: 100%;padding:10px 0px;text-align:justify;display:inline-block;}
.listing-content a{cursor:pointer;}
.listing-adheadline{text-align: center;font-size:1.2em;width: 100%;margin:0 auto 10px auto;}
.listing-adheadline h1{text-align: center;font-size: 1.6em;font-weight: bold;margin:10px auto 5px auto;}
.listing-images{width: 39%;text-align:center;display:inline-block;vertical-align:middle;}
#ctl00_ctl00_cph1_cph1_ctl00_lnkMainLightbox{margin:0px;display:inline-block;border:1px groove #eee;
width:300px;height:300px;
box-shadow:1px 1px 5px rgba(0,0,0,0.7);
}
.listing-images img{max-width:300px;max-height:300px;text-align:center;}
.listing-images table{margin:0 auto;}
.listing-images .picture .picturewrap{max-width:300px;margin:0 auto;}
.listing-post-line .picture .sold, .listing-images .picture .sold{position:absolute;z-index:40;float:right;}
.listing-post-line .picture .featured, .listing-images .picture .featured{position:absolute;z-index:40;float:right;
background: transparent url(images/featured-left20.png)repeat;
width: 137px;
height: 137px;
margin:-7px auto auto -7px;
}
.listing-post-line .picture .updated, .listing-images .picture .updated{position:absolute;z-index:35;float:right;}

.listing-financials{width: 59%;text-align:left;display:inline-block;vertical-align:middle;}
.listing-financials .lfr{display:inline-block;margin:0 auto 3px 0;width:100%;}
.listing-financials .lfc1{display: inline-block;width: 65%;min-width:230px;}
.listing-financials .lfc2{display: inline-block;width: 30%;min-width:200px;}
.listing-financials ul li{margin:0;padding:0;line-height:1em;}
.listing-header{font-weight: bold;font-size: 1.2em;width: 100%;padding: 4px;margin:20px auto 5px auto;border-top:2px groove #fff;border-bottom:1px solid #eee;}
.listing-detail{text-align:justify;width:100%;display:inline-block;margin:12px auto 0 auto;font-weight: bold;}
		
.listing-additionalinfo{text-align:left;}
.listing-additionalinfo h5{font-size:1.3em;margin:3px auto 5px auto;}
.contact-seller-form h3{margin:3px auto 10px auto;}
.contact-seller-detail span{position:absolute;}
.listing-info-box .section-body textarea{width:100%;height:80px;}
.listing-info-box .section-body td.item-name{min-width:180px;text-align:left;}
.listing-info-box .section-body td.item-value{width:100%;}
.listing-info-box .section-body td.w100 input{width:100% !important;}

/* place listing layouts */
.listing-info-box .section-body{text-align:left !important;margin:0 auto 30px auto}
.addlisting-contactarea {margin: 5px auto;padding:8px 3px; position: relative;display:inline;vertical-align:middle;}
.addlisting-summaryarea {margin: 10px 2%;position: relative;text-align: right;width: 500px;}
.addlisting-descriptionarea {margin: 10px 2%;position: relative;text-align: right;width: 850px;}
.w100{width:100%;}
.ad5{display:block !important;max-width:400px;margin:0 auto 0 0;}

/* end place listing layouts */
#listing-search-top{}
#listing-search-top hr{margin:10px;}
#listing-search-top h4{font-size:.8em;margin:4px auto 1px auto;}
#listing-search-top .lst-left{display:inline-block;width:45%;margin:0 auto;}
#listing-search-top .lst-right{display:inline-block;width:45%;margin:0 auto;}
#listing-search-top .lst-lwr1w1{display:inline-block;margin:0 auto;}
#listing-search-top .lst-lwr1w2{display:inline-block;margin:0 auto;}
#listing-search-top .lst-lwr1{display:inline-block;width:200px;margin:0 auto;}
#listing-search-top .lst-lwr2{display:inline-block;width:200px;margin:0 auto;}
#listing-search-top .lst-lwr3{display:inline-block;width:200px;margin:0 auto;}
#listing-search-top .lst-lwr4{display:inline-block;width:200px;margin:0 auto;}

.ezerror input, .ezerror select, .ezerror .cke_skin_kama{
border-color:#999 #777 #888 #ff0000;
border-style:solid;
border-width:1px 1px 1px 4px;
}
.payment-methods td{text-align:right;}
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtFirstName_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtPhoneNumber_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtLastName_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtEmail_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtFaxNumber,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtCompany,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtAddress1_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtAddress2,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtCity_txtValue,
.payment-methods #ctl00_ctl00_cph1_cph1_ctrlCheckoutOnePage_ctrlBillingAddress_txtZipPostalCode_txtValue,
.payment-methods table select{width:100px;}
.payment-info td:nth-of-type(1),
.payment-methods td:nth-of-type(1),
.payment-methods td:nth-of-type(3){text-align:right;font-size:13px;}

.payment-info td:nth-of-type(2),
.payment-methods td:nth-of-type(2),
.payment-methods td:nth-of-type(4){text-align:left;font-size:13px;}

div.message-error ul{border:2px solid #ff0000;margin:0 auto 10px;padding:10px 20px;background:#FFDFDF;}
div.message-error li{margin:0 0 0 40px; line-height:16px;font-size:14px;}
#center .listing-post-result .listing-post-line .maindetailwrap1 p, #main .info .listing-post-result .listing-post-line .maindetailwrap1 p,#center .listing-post-result .listing-post-line .maindetailwrap1 font, #main .info .listing-post-result .listing-post-line .maindetailwrap1 font{
line-height:18px !important;font-size:12px !important;
font-family: "open_sansreg",Arial,sans-serif !important;color:#000 !important;text-align:left !important;
}

#center .listing-post-result .listing-post-line .maindetailwrap1, #main .info .listing-post-result .listing-post-line .maindetailwrap1{
display: inline-block;
float: left;
height: 45px;
margin: 0;
padding: 4px 8px;
vertical-align: top;
width: 100%;
overflow: hidden;
line-height:1.3em;font-size:1.2em;
font-family: "open_sansreg",Arial,sans-serif !important;color:#000 !important;text-align:left !important;
}

#center .listing-post-result .listing-post-line .maindetailwrap, #main .info .listing-post-result .listing-post-line .maindetailwrap{
    display: inline-block;
    float: left;
    margin: 0;
    padding: 8px 8px;
    vertical-align: top;
    width: 100%;
	overflow:hidden;
line-height:1.2em;font-size:1.3em;
font-family: "open_sansreg",Arial,sans-serif !important;text-align:left !important;
}
#center .listing-post-result .listing-post-line .footdetailwrap, #main .info .listing-post-result .listing-post-line .footdetailwrap{border-top: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 0 -3px;
    text-align: center;
    width: 100%;
	display:none;
}
#center .listing-post-result .listing-post-line .footdetailwrap:hover, #main .info .listing-post-result .listing-post-line .footdetailwrap:hover{/*background: #f80 url(images/shad-h-bl-1.png) repeat scroll top center;*/}

#center .listing-post-result .listing-post-line .footdetailwrap .fdw1, #main .info .listing-post-result .listing-post-line .footdetailwrap .fdw1{padding:3px;width:33.333333%;float:left;background:transparent url(images/transpar-wht-70.png);}
#center .listing-post-result .listing-post-line .footdetailwrap .fdw2, #main .info .listing-post-result .listing-post-line .footdetailwrap .fdw2{padding:3px;width:33.333333%;float:left;height:40px;border-left:1px solid #eee;border-right:1px solid #eee;background:transparent url(images/transpar-wht-70.png);}
#center .listing-post-result .listing-post-line .footdetailwrap .fdw3, #main .info .listing-post-result .listing-post-line .footdetailwrap .fdw3{padding:3px;width:33.333333%;float:left;background:transparent url(images/transpar-wht-70.png);}

#center .listing-post-result, #main .info .listing-post-result{width: 100%;float: left;text-align: center;}
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line{
/*
background:#fff url(images/bgrade200x125.png) repeat-x bottom center !important;
*/
font-family: Arial,sans-serif;
display: inline-block;
vertical-align: top;
overflow: hidden;
background: #fff;
margin: 12px 9px;
float:none;
text-align:left;
padding:0;
font-size:13px;
line-height:16px;
color:#272C33;

}


#center .listing-post-result .listing-post-line:hover, #main .info .listing-post-result .listing-post-line:hover{
cursor:pointer;
top: -10px;
/*
background:rgba(0, 255, 102, 0.15) url(images/white-grad-bg.png)repeat top center;
-webkit-box-shadow:0 0 15px -1px rgba(0, 0, 0, 0.34);-ms-box-shadow:0 0 15px -1px rgba(0, 0, 0, 0.34);-moz-box-shadow:0 0 15px -1px rgba(0, 0, 0, 0.34);
-o-box-shadow:0 0 15px -1px rgba(0, 0, 0, 0.34);box-shadow:0 0 15px -1px rgba(0, 0, 0, 0.34);*/

}
#center .listing-post-result .listing-post-line .refid, #main .info .listing-post-result .listing-post-line .refid{text-align:left;}

#center .listing-post-result .listing-post-line .adlinename, #main .info .listing-post-result .listing-post-line .adlinename {
color: #0B3862;
display: inline-block;
float: left;
font-size: 1.3em;
font-weight: 200;
letter-spacing: 0;
margin: 0;
overflow: hidden;
padding: 8px;
text-align: left;
width: 100%;
line-height:1.3em;
}
#center .listing-post-result .listing-post-line .subdetailwrap, #main .info .listing-post-result .listing-post-line .subdetailwrap{
/*height: 18px;
overflow: hidden;*/}
#center .listing-post-result .listing-post-line .subdetailwrap .location, #main .info .listing-post-result .listing-post-line .subdetailwrap .location{margin:0 !important;}
#center .listing-post-result .listing-post-line .adlinename a, #main .info .listing-post-result .listing-post-line .adlinename a{color:#262626;text-decoration:none;text-align:left;}
#center .listing-post-result .listing-post-line .adlinename a:hover, #main .info .listing-post-result .listing-post-line .adlinename a:hover{text-decoration:underline;color:#427fed;}

#center .listing-post-result .listing-post-line .picture, #main .info .listing-post-result .listing-post-line .picture{
    float: left;
    margin: 0;
    padding: 0;
    width: 35%;
	overflow:hidden;
}


#center .listing-post-result .listing-post-line .picture:hover, #main .info .listing-post-result .listing-post-line .picture:hover{
/*
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
*/
}
#center .listing-post-result .listing-post-line .picture img, #main .info .listing-post-result .listing-post-line .picture img{
width:100%;
height:100%;
min-height:100px;
overflow: hidden;
}
#center .listing-post-result .listing-post-line .picture img:hover, #main .info .listing-post-result .listing-post-line .picture img:hover{
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

#center .listing-post-result .listing-post-line .valuewrap, #main .info .listing-post-result .listing-post-line .valuewrap{width:100%;
display:inline-block;vertical-align:top;font-weight:200;float:none;
/*background: #ff0000 url("images/paneltops.png") no-repeat scroll top center;*/
color: #000;
text-shadow: 0 1px 0px #fff;
text-align:center;
height:18px;
line-height:18px;
border-radius:3px;overflow:hidden;margin:8px auto;
}
#center .listing-post-result .listing-post-line .valuewrap:hover, #main .info .listing-post-result .listing-post-line .valuewrap:hover{/*background: #f80 url(images/shad-h-bl-1.png) repeat scroll top center;*/}

#center .listing-post-result .listing-post-line .valuewrap div, #main .info .listing-post-result .listing-post-line .valuewrap div{margin:0;}
#center .listing-post-result .listing-post-line .askprice span, #main .info .listing-post-result .listing-post-line .askprice span {
font-weight: 200;
font-size: 1.6em;
text-align:right;color:#222;
}
#center .listing-post-result .listing-post-line .revenue, #main .info .listing-post-result .listing-post-line .revenue{
display: inline-block;font-weight: 700;vertical-align: top;width:50%;float:left;text-align:center;height:32px;}
#center .listing-post-result .listing-post-line .cashflow, #main .info .listing-post-result .listing-post-line .cashflow{
display: inline-block;font-weight: 700;vertical-align: top;width:50%;float:left;text-align:center;height:32px;}
#center .listing-post-result .listing-post-line .keywords, #main .info .listing-post-result .listing-post-line .keywords{
text-align: left;
display: inline-block;
height: 55px;
overflow: hidden;
padding:5px;
}
#center .listing-post-result .listing-post-line .shortdescription, #main .info .listing-post-result .listing-post-line .shortdescription {
width: auto;
margin: 0;
font-size: .9em;
letter-spacing: 0;
height: 35px;
display: block;
overflow: hidden;
}
.listingdetailinner .section-title{
margin: 5px auto 5px auto;
border-top: 2px groove #fff;
border-bottom: 1px solid #eee;
font-weight: bold;
font-size: 1.2em;
width: 100%;
padding: 4px;
}
#lst101 a{display:inline;width:auto;height:auto;}
#lst101 h3{font-size:1.3em;line-height:1.1em;font-family: Arial,sans-serif;color:#272c33;background:transparent;text-shadow:0 0 0 #fff;}
#center .listing-post-result .listing-post-line .zprimemessage, #main .info .listing-post-result .listing-post-line .zprimemessage{display:inline-block;position:relative;z-index:3;}
#center .listing-post-result .listing-post-line .zmoremessagebo, #main .info .listing-post-result .listing-post-line .zmoremessagebo{
position:fixed; display:none;visibility:hidden;text-align:left;pointer:cursor;text-decoration:none;
height:0;width:0;overflow:none;
opacity: 0;
/* Fade out */
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;
-ms-transition: opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}
#center .listing-post-result .listing-post-line .zmoremessage, #main .info .listing-post-result .listing-post-line .zmoremessage{
position:absolute; display:none;visibility:hidden;text-align:left;pointer:cursor;text-decoration:none;
height:0;width:0;overflow:none;
opacity: 0;
/* Fade out */
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;
-ms-transition: opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}
#center .listing-post-result .listing-post-line:hover .zmoremessage, #main .info .listing-post-result .listing-post-line:hover .zmoremessage{
visibility: visible;
display: inline-block;
width: 200px;
height: auto;
overflow: auto;
padding: 10px;
cursor: default;
z-index: 50;
position: absolute;
background: #fff;
border: 1px solid #eee;
margin-left: 0px;
margin-top: -1px;
max-height: 500px;
opacity: 1.0;
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;
-ms-transition:opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;
-moz-transition:opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}
#center .listing-post-result .listing-post-line:hover .zmoremessagebo, #main .info .listing-post-result .listing-post-line:hover .zmoremessagebo{
position:fixed;z-index:49;width:100%;height:100%;background:transparent url(images/transpar-blk-50.png)repeat;top:0;left:0;visibility: visible;display:inline-block;
opacity: 1.0;
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;
-ms-transition:opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;
-moz-transition:opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}

#center .listing-post-result .listing-post-line .zmoremessagebo:hover, #main .info .listing-post-result .listing-post-line .zmoremessagebo:hover{
position:fixed; display:none;visibility:hidden;text-align:left;pointer:cursor;text-decoration:none;
height:0;width:0;overflow:none;
opacity: 0;
transition: opacity;
transition-timing-function: ease-out;
transition-duration: 250ms;
-ms-transition: opacity;
-ms-transition-timing-function: ease-out;
-ms-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
}
.zmoremessage.popup.animated{top:auto;left:auto;}

#ctl00_ctl00_cph1_cph1_cntrListingAdd_ListingTabs_pnlListingInfo_cntrEstablishedBizforSale_rfvSummaryDescription{
position:absolute;bottom:-20px;}
.ajax__tab_default .ajax__tab_tab{overflow:auto;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner{background:transparent !important;padding:0;height:auto;}
.ajax__tab_xp .ajax__tab_inner{background:transparent !important;padding:0;height:auto;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab{background: transparent !important;
padding: 0 !important;
height: auto !important;
font-size: 14px !important;
margin: 0 10px !important;}
.ajax__tab_xp .ajax__tab_tab{background:transparent !important;padding:0;height:auto;}
.ajax__tab_xp .ajax__tab_header{font-size: 17px !important;
line-height: 30px;
max-width: 1000px;
margin: 5px auto 0 auto;
background: transparent !important;
text-align:right;
}
.ajax__tab_xp .ajax__tab_tab{background: transparent !important;
padding: 0 !important;
height: auto !important;
font-size: 14px !important;
margin: 0 10px !important;}

.ajax__tab_xp .ajax__tab_body{
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent !important;
    border-image: none;
    border: 0px solid #fff !important;
    font-size: 10pt;
    margin: 0 auto 20px;
    max-width: 1000px;
    padding: 20px 0 !important;
	font-family: "open_sansreg",Arial,sans-serif !important;
	font-weight:200;
	}
	
.ajax__tab_xp .ajax__tab_outer{
background: #eee !important;
border: 1px ridge #eee;
border-radius: 15px;
height: 30px !important;
display: inline-block;
margin: 0 5px 5px 5px;
vertical-align: middle;
line-height: 30px;
overflow:hidden;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer{
background: #33ba0d url("images/bzsprite.png") repeat-x scroll 0 -603px !important;
border: 1px solid #eee;
border-radius: 15px;
height: 30px;
display: inline-block;
margin: 0 5px 5px 5px;
vertical-align: middle;
line-height: 30px;
color:#fff;
overflow:hidden;
}



#fsb-social-bar {
width: 100%;
border-bottom: 1px solid #dbdbdb;
border-top: 1px solid #dbdbdb;
background: #fff;
position: relative;
clear: both;
margin: 15px 0;
padding: 4px 0 0 0;
display: inline-block;
line-height: 25px;
text-align:right;
}

#fsb-social-bar a {
border:0!important;
color:#333;
text-decoration:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#fsb-social-bar .socialite {
display:block;
position:relative;
background:url(images/soci-sprite.png) no-repeat scroll 0 0;
border-radius:3px 3px 3px 3px;
}
#fsb-social-bar .fsb-title {
display:inline-block;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#333;
margin:0 15px 0 0;
vertical-align:top;
}

#fsb-social-bar .fsb-share-facebook,
#fsb-social-bar .fsb-share-google,
#fsb-social-bar .fsb-share-twitter,
#fsb-social-bar .fsb-share-linkedin,
#fsb-social-bar .fsb-share-pinterest {
display:inline-block;
padding:0;margin:0 8px;
}


#fsb-social-bar .fsb-linkedin {
background-position: -347px -12px;
overflow: hidden;
border-radius: 3px;
width:60px;
height:20px;
display:block;}

#fsb-social-bar .fsb-pinterest {
background-position: -486px -12px;
overflow: hidden;
border-radius: 3px;
width:40px;
height:20px;
display:block;
}
.fb-comments{
margin:30px 0 0 0;
width:100%;
text-align:center;}
#listing-search-left h2{font-size:14px;margin:5px auto 2px;padding:3px 0 3px 0;}
#listing-search-left input{
max-width:150px;
}
#listing-search-left select{
max-width:150px;
margin:2px;}


#left input, #left select{padding:2px;}
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_bbtnSubmit{padding:5px;}
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_btnSubmit{padding:5px;margin:3px auto 15px auto;}
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_rdblAging  tr,
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_rdblAging  td,
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_rdblAging  label,
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_cblBusinessType td,
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_cblBusinessType tr,
#left #ctl00_ctl00_cph1_cph1_cntrListingSearch_cblBusinessType label{
border-collapse: collapse;
margin: 0;
padding: 0;
line-height: 12px;
height: 12px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SLIM BOX (PRODUCT IMAGES)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading{background:#fff url(images/loading.gif) no-repeat center}
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none}
#lbPrevLink{left:0}
#lbPrevLink:hover{background:transparent url(images/prevlabel.gif) no-repeat 0 15%}
#lbNextLink{right:0}
#lbNextLink:hover{background:transparent url(images/nextlabel.gif) no-repeat 100% 15%}
#lbBottom{font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(images/closelabel.gif) no-repeat center;outline:none;margin:5px 0}
#lbCaption,#lbNumber{margin-right:71px}
#lbBottom{}
#lbCenter, #lbCaption, #lbNumber{z-index:99999;}
#lbCaption, #lbNumber{width: 100%;
display: inline-block;
background: #fff;
position: relative;
padding: 10px 10px 0 10px;
left: 0;
margin: 10px 0 0 0;
font-size:12px;color:#333;}
#lbNumber{margin:0 0 10px 0;padding:0 10px 10px 10px;}




/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Accordion
----------------------------------*/
.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; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	width: 100%;
	text-align:left;
}
.ui-menu .ui-autocomplete-category
{
    text-align:left;
}
.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 {
	margin: -1px;
}
/* Button
----------------------------------*/

.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; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.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 .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .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 .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-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */





/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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; }

/* with multiple calendars */
.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%; }

/* RTL support */
.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; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 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 { 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 button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; 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;}/* Slider
----------------------------------*/
.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; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.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; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

.ui-combobox {
        position: relative;
        display: inline-block;
    }
    .ui-combobox-toggle {
position: relative;
padding: 0;
height: 17px;
width: 17px;
vertical-align: bottom;
border: 0px solid #000;
background: transparent url(images/showcase/arrows-small.png)scroll 0 -34px no-repeat;
margin: 5px 0 5px 1px;
    }
    .ui-combobox-input {
        margin: 0;
        padding: 0.3em;
    }
.ui-menu{height:400px;overflow:auto;}






/* ##### Media Query Area ##### */

@media only screen and (max-width:100px){
body {text-rendering:optimizeLegibility;overflow-scrolling:auto;-webkit-overflow-scrolling:touch;
-webkit-font-kerning: auto;-webkit-font-smoothing: antialiased;position:relative;
background:#fff;}
#zr1, #zr2, #zzr1, #zzr2, #yr1, #yr2, #yr3, #yyr1, #yyr2, #yyr3, #ar1, #ar2, #ar3, #ar4, #br1, #br2, #br3, #br4, #cr1, #cr2, #cr3, #cr4 {width:100%;display: inline-block;}
#zr2{display:none;}
#center {display:block;width:100%;margin: 0;position:relative;background:#fff;}
#left{display:block;width:100%;position:relative;height:auto;top:150px;background:yellow;}
#right{display:block;width:100%;position:relative;height:auto;top:150px;background:red;}
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line{width:95%;margin:9px auto;}
#header-wrap h.headright{width:100%;max-height:60px;float:none;text-align:center;margin:0 auto;}
header #header-wrap {
-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
-ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);}
nav#nav-prime ul#nav > li.lish88 {border: 0 solid #000000;width: 100%;float:none;}
.searchhead {margin:4px auto;}
.widget-multi-post{width:100%;}
.widget-one-post{width:100%;}
.widget-one-post .item .item-detail {width:auto;float: none;}
.widget-one-post .item .item-image {width: auto;float: left;padding-right: 10px;}
.layout-wrapper-left {width: 100%;padding-right: 0;}
.layout-wrapper-right {width: 100%;padding-left: 0;}
.layout-wrapper-right .layout-widget{width:100%;margin:15px 3px 0 3px;}
.four-listflow ul li{display:block;float:auto;margin:0 auto;width:100%;}
}

@media only screen and (min-width:101px){
body {text-rendering:optimizeLegibility;overflow-scrolling:auto;-webkit-overflow-scrolling:touch;
-webkit-font-kerning: auto;-webkit-font-smoothing: antialiased;position:relative;
/*
background:#fff;
*/}
#zr1, #zr2, #zzr1, #zzr2, #yr1, #yr2, #yr3, #yyr1, #yyr2, #yyr3, #ar1, #ar2, #ar3, #ar4, #br1, #br2, #br3, #br4, #cr1, #cr2, #cr3, #cr4 {width:100%;display: inline-block;}
#zr2{display:none;}
#center {display:block;width:100%;margin:0;position:relative;}
#leftadv{display:none;}
#left{display:none;}
#right{display:none;width:100%;position:relative;height:auto;top:150px;}
#main{margin:0;padding:20px 0 50px 0;}
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line{width:95%;margin:9px auto;}
header #header-wrap {}
nav#nav-prime ul#nav > li.lish88 {border: 0 solid #000000;width: 100%;float:none;}
.searchhead {margin:4px auto;}
#foot2 .foot-listflow ul{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
.four-listflow ul{text-align:center;-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
#topnav ul{display:none;}form input[type="submit"]{margin-bottom:10px;}
#nav{position: relative;top: 0;left:0;right:auto;right: 0;z-index:99999999;}
#nav > a{width: 2.8em; /* 50 */
height: 2.8em; /* 50 */
text-align: left;text-indent: -9999px;background-color: #e15a1f;position: relative;margin:0 auto 0 0;}
#nav > a:before,#nav > a:after{position: absolute;border: 2px solid #fff;top: 35%;left: 25%;right: 25%;content: '';}
#nav > a:after{top: 60%;}
#nav:not( :target ) > a:first-of-type,#nav:target > a:last-of-type{display: block;}
    /* first level */
#nav > ul{height: auto;display: none;position: absolute;left: 0;right: 0;background:#e15a1f;z-index:99999999;}
#nav:target > ul{display: block;}
#nav > ul > li{width: 100%;float: none;}
#nav > ul > li > a{height: auto;text-align: left;padding: 0 0.833em; /* 20 (24) */}
#nav > ul > li:not( :last-child ) > a{border-right: none;/*border-bottom: 1px solid #cc470d;*/}
    /* second level */
#nav li ul{position: static;padding: 1.25em; /* 20 */
padding-top: 0;}
.width-50{width:50%;display:inline-block;float:left;}
.width-33{width:100%;display:inline-block;float:left;}
.width-25{width:100%;display:inline-block;float:left;}
.width-20{width:100%;display:inline-block;float:left;}
#toplinkswrapperz{display:block;top:85px;}
header #header-wrap a.logo{margin-top:-20px;}
.widget-one-post{width:100%;}
.widget-multi-post{width:100%;}
.widget-one-post .item .item-detail {width:auto;float: none;}
.widget-one-post .item .item-image {width: auto;float: left;padding-right: 10px;}
.layout-wrapper-left {width: 100%;padding-right: 0;}
.layout-wrapper-right {width: 100%;padding-left: 0;}
.layout-wrapper-right .layout-widget{width:100%;margin:15px 3px 0 3px;}
}

/* iPhone Portrait */
@media only screen and (min-width:300px){
html{background:#F1F1F1 url(images/shirt-wall.jpg) repeat-x scroll 50% 105px;}
#zr1, #zr2, #zzr1, #zzr2, #zrr1, #zrr2{width:100%;display: inline-block;padding: 0;}
#zr2{display:none;}
#br1, #br2, #br3, #br4, #cr1, #cr2, #cr3, #cr4 {width:49%;display: inline-block;}
#right{display:none;width:100%;position:relative;height:auto;top:150px;}
#ar1, #ar2, #ar3, #ar4{width:99%;display: inline-block;margin:0 auto;}
.searchheadwrap{padding:0 25px;}
.advancedsearchwrap{margin:0;}
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line{
/*width:224px;*/margin:9px auto;}
#center .listing-post-result .listing-post-line .valuewrap, #main .info .listing-post-result .listing-post-line .valuewrap{/*background: #ff0000 url("images/paneltops.png") no-repeat scroll top center;color: #fff;*/}
#listing-search-left {
-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-ms-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-o-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
box-shadow:0 2px 3px 0 rgba(0,0,0,.3);
background:#fff;
}
#leftadv{
display:block;position:relative;height:210px;text-align:center;
width: 275px;position: absolute;top: 20px;left: -235px;z-index: 9999;
background: transparent url(images/adsearchbk.png) top right no-repeat;
padding: 0px !important;
color:#004b91;}
#left{
display:block;width:100%;position:relative;height:auto;text-align:center;
width: 275px;position: absolute;top: 20px;left: -235px;z-index: 9999;
background: transparent url(images/adsearchbk.png) top right no-repeat;
padding: 0px !important;color:#004b91;}#left:hover{left:0;}
#foot2 .foot-listflow ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2; }
.four-listflow ul{text-align:center;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
#center .listing-post-result .listing-post-line .picture, #main .info .listing-post-result .listing-post-line .picture{}
#center .listing-post-result .listing-post-line .adlinename, #main .info .listing-post-result .listing-post-line .adlinename{}
}

/* iPhone Landscape */
@media only screen and (min-width:400px){
#center {margin:0;width:auto;}
.advancedsearchwrap{}
.slidebg1 ul, .slidebg2 ul{margin:0 auto 0 30px;list-style:none;}
.searchtargetwrap{width:260px;padding:0px;}
.cont15p{margin:2px 0;text-align:left;margin:0 auto;}
}

@media only screen and (min-width:500px){
#header-wrap h.headright{width:456px;margin:0 auto;max-height:60px;text-align:center;float:none;}
header #header-wrap {}
nav#nav-prime ul#nav > li.lish88 {border: 0 solid #000000;float:right;width: auto;}
.searchhead {margin:0 30px 3px auto;}
#foot2 .foot-listflow ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;}
.layout-wrapper-right .layout-widget{width:48%;margin:15px 3px 0 3px;}
}

@media only screen and (min-width:600px){
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line{width:370px;margin:15px 12px;}
#center .listing-post-result .listing-post-line .picture, #main .info .listing-post-result .listing-post-line .picture{padding:0;height:50%;width:100%;float:left;margin:0;max-height:250px;}
.zmoreinfo{cursor: pointer;display: inline-block;width: 100%;}
#foot2 .foot-listflow ul{-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;}
}

@media only screen and (min-width:630px){
#main{margin:0 0 0 0;padding:20px 0 50px 0;}
#yr1, #yr2, #yr3, #yyr1, #yyr2, #yyr3{width:200px;display: inline-block;margin:0 1%;}
.four-listflow ul{text-align:center;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
}

/* iPad Portrait */
@media only screen and (min-width:700px){
body {text-rendering:optimizeLegibility;overflow-scrolling:auto;-webkit-overflow-scrolling:touch;-webkit-font-kerning: auto;-webkit-font-smoothing: antialiased;position:relative;}
.slidebg01 h3{font-size: 16px !important;
background: transparent url("images/transpar-blk-80.png") repeat;
width: 200px;
font-family: sanssemibold,'Arial Narrow',Arial,sans-serif;
text-transform: uppercase;
font-weight: normal;
line-height: 16px;
word-wrap: break-word;}
#nav:not( :target ) > a:first-of-type,#nav:target > a:last-of-type{display: none;}
#nav > a{display:none;}
#nav > ul{height: auto;display: block;position: relative;left: 0;right: 0;background:transparent;z-index:99999999;max-width:1200px;margin:0 auto;}
#nav > ul li{width:auto;float:none;display:inline-block;margin:0;}
#toplinkswrapperz{display:block;top:45px;width:auto;margin:0 3% 0 auto;}
header #header-wrap a.logo{margin-top:-30px;}
#nav{background:#fff url(images/bgrade200x50.png)repeat-x top center;margin:0 auto;max-width:100%;}
.widget-one-post{width:33%;}
.widget-multi-post{width:60%;}
}

@media only screen and (device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
.layout-wrapper-left {width: 69%;padding-right: 5px;}
.layout-wrapper-right {width: 29%;padding-left: 5px;}
.layout-wrapper-right .layout-widget{width:100%;margin:15px 0 0 0;}
}


@media only screen and (min-width:800px){
#zr1{width:40%;display: inline-block;float:left;padding:0;}
#zr2{width:60%;display: inline-block;float:left;padding:0;}
#zr2 .cont10p{background:transparent url(images/iStock_000005244112Small-transpar-450w.png) no-repeat bottom center !important;min-width:450px;height:304px;}
#zrr1, #zrr2{width:50%;display: inline-block;float:left;padding:0;}
#zzr1, #zzr2{width:49%;display: inline-block;}
#yr1, #yr2, #yr3, #yyr1, #yyr2, #yyr3{width:200px;display: inline-block;margin:0 1%;}
.htmlcontent-body #yr1, .htmlcontent-body #yr2, .htmlcontent-body #yr3, .htmlcontent-body #yyr1, .htmlcontent-body #yyr2, .htmlcontent-body #yyr3{}
#ar1, #ar2, #ar3, #ar4, #br1, #br2, #br3, #br4, #cr1, #cr2, #cr3, #cr4 {width: 25%;
display: inline-block;
white-space: nowrap;
float: left;}
.slidebg01 h3{}
.advancedsearchwrap{margin:0;}
#header-wrap h.headright{display:inline-block;width:456px;max-height:60px;text-align:center;float:right;margin:0 auto;}
#primenav form{display:none;}
.widget-one-post .item .item-detail {width: 100%;float: left;}
.widget-one-post .item .item-image {width: 100%;float: left;padding:0;}
.widget-one-post{width:33%;}
.widget-multi-post{width:45%;}
.layout-wrapper-left {width: 69%;padding-right: 5px;}
.layout-wrapper-right {width: 29%;padding-left: 5px;}
.layout-wrapper-right .layout-widget{width:100%;margin:15px 0 0 0;}

}

@media only screen and (max-width:800px){
h.headleft{display:none;}
h.headright{display:none;}
nav#nav-prime ul#nav > li {float: none;border-bottom: 0;margin-bottom: 0;}
nav#nav-prime ul#nav ul.subs {position: relative;top: 0;}
nav#nav-prime ul#nav li:hover ul.subs {display: none;}
nav#nav-prime ul#nav li #s1:target + ul.subs,
nav#nav-prime ul#nav li #s2:target + ul.subs, 
nav#nav-prime ul#nav li #s3:target + ul.subs, 
nav#nav-prime ul#nav li #s4:target + ul.subs, 
nav#nav-prime ul#nav li #s5:target + ul.subs {display: block;}
nav#nav-prime ul#nav ul.subs > li {display: block;width: auto;}
header{position:relative;}
#fsb-social-bar.fsb-fixed {position:relative!important;top:auto!important;}
}

@media only screen and (min-width:900px){
.four-listflow ul{text-align:center;-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;}
#nav{width: 100%;position: static;margin: 0;}
.widget-multi-post{width:55%;}
}

/* iPad Landscape */
@media only screen and (min-width:1000px){
/*#zr1, #zr2{width:50%;display: inline-block;float:left;padding:0;}*/
.slidebg01 h3{}
#center {margin: 0 190px 0 50px;padding:0;}
#right{display:inline-block;width: 175px;height: 100%;position: absolute;top: 150px;right:0;}
.widget-multi-post{width:60%;}
}

@media only screen and (max-width:1024px){
.advancedsearchwrap select {display: block; margin: 5px auto;}
.product-pager {float: none;}
.PagerContainerTable {margin: 0 auto;font-size: .9em;}
.listing-sorting {width: 100%;float: none;}
#center .listing-post-result .listing-post-line, #main .info .listing-post-result .listing-post-line {/*max-width: 100%;width: 80%;*/}
.listing-images{width: auto;margin: 10px auto;display: inline;padding: 5px;}
.listing-financials {width: 450px;min-width:240px;max-width:600px;margin: 20px auto;display: block;padding: 5px;}
.cont60p {max-width: 100%;margin: 20px 0;}
}

@media only screen and (min-width:1100px){
.widget-multi-post{width:64%;}
}

@media only screen and (min-width:1200px){
.slidebg01 h3{}
.widget-multi-post{width:67%;}
}

@media only screen and (min-width:1300px){
}


@media only screen and (min-width:1400px){
.advancedsearchwrap{margin:0;}
}

@media only screen and (min-width:1600px){
}

@media only screen and (min-width:1800px){
}

@media only screen and (min-width:2000px){
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}



/*! Hint.css - v1.3.0 - 2013-08-05
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */

.hint,[data-hint]{position:relative;display:inline-block;}
.hint:before,.hint:after,[data-hint]:before,[data-hint]:after{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease}
.hint:hover:before,.hint:hover:after,.hint:focus:before,.hint:focus:after,[data-hint]:hover:before,[data-hint]:hover:after,[data-hint]:focus:before,[data-hint]:focus:after{visibility:visible;opacity:1}
.hint:before,[data-hint]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}
.hint:after,[data-hint]:after{content:attr(data-hint);background:#383838;color:#fff;text-shadow:0 -1px 0 #000;text-align:left;padding:8px 10px;
font-size:12px;line-height:12px;box-shadow:4px 4px 8px rgba(0,0,0,.3);width:250px;word-wrap:break-word;}
.hint--top:before{border-top-color:#383838}
.hint--bottom:before{border-bottom-color:#383838}
.hint--left:before{border-left-color:#383838}
.hint--right:before{border-right-color:#383838}
.hint--top:before{margin-bottom:-12px}
.hint--top:after{margin-left:-125px}
.hint--top:before,.hint--top:after{bottom:87%;left:50%;}
.hint--top:hover:after,.hint--top:hover:before,.hint--top:focus:after,.hint--top:focus:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}
.hint--bottom:before{margin-top:-12px}
.hint--bottom:after{margin-left:-18px}
.hint--bottom:before,.hint--bottom:after{top:100%;left:50%}
.hint--bottom:hover:after,.hint--bottom:hover:before,.hint--bottom:focus:after,.hint--bottom:focus:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}
.hint--right:before{margin-left:-12px;margin-bottom:-6px}
.hint--right:after{margin-bottom:-14px}
.hint--right:before,.hint--right:after{left:100%;bottom:50%}
.hint--right:hover:after,.hint--right:hover:before,.hint--right:focus:after,.hint--right:focus:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}
.hint--left:before{margin-right:-12px;margin-bottom:-6px}
.hint--left:after{margin-bottom:-14px}
.hint--left:before,.hint--left:after{right:100%;bottom:50%}
.hint--left:hover:after,.hint--left:hover:before,.hint--left:focus:after,.hint--left:focus:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}
.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726;}
.hint--error.hint--top:before{border-top-color:#b34e4d}
.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}
.hint--error.hint--left:before{border-left-color:#b34e4d}
.hint--error.hint--right:before{border-right-color:#b34e4d}
.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}
.hint--warning.hint--top:before{border-top-color:#c09854}
.hint--warning.hint--bottom:before{border-bottom-color:#c09854}
.hint--warning.hint--left:before{border-left-color:#c09854}
.hint--warning.hint--right:before{border-right-color:#c09854}
.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #193b4d}
.hint--info.hint--top:before{border-top-color:#3986ac}
.hint--info.hint--bottom:before{border-bottom-color:#3986ac}
.hint--info.hint--left:before{border-left-color:#3986ac}
.hint--info.hint--right:before{border-right-color:#3986ac}
.hint--success:after{background-color: #222;
text-shadow: 0 0px 2px #fff;
font-size: 14px;
line-height: 18px;
color: #fff;}
.hint--success.hint--top:before{border-top-color:#f80}
.hint--success.hint--bottom:before{border-bottom-color:#458746}
.hint--success.hint--left:before{border-left-color:#458746}
.hint--success.hint--right:before{border-right-color:#458746}
.hint--always:after,.hint--always:before{opacity:1;visibility:visible}
.hint--always.hint--top:after,.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}
.hint--always.hint--bottom:after,.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}
.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}
.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}
.hint--rounded:after{border-radius:4px}.hint--bounce:before,.hint--bounce:after{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(0.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(0.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(0.71,1.7,.77,1.24)}
#ctl00_ctl00_cph1_cph1_cntrHomePageContacts_pnlResult{
position: absolute;
z-index: 9999999;
top: 1%;
left: 50%;
margin: 0 auto 0 -120px;
width: 240px;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}




.fraction-slider{
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	position:relative;
	width:100%; height:100%;
	overflow:visible;
	z-index:100 !important;
	margin:60px auto 0 auto;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:-10 !important;
}

.fraction-slider .active-slide{
/*	z-index:0 !important;*/
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:100%;
	background:url(images/fs.spinner.gif) center center no-repeat transparent;
}

/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:40;
}

.fraction-slider .prev{
	left:10px; top:48%;
	background:url(images/fs.prevnext.png) 0px 0px no-repeat transparent;
}
.fraction-slider .prev:hover{
	background:url(images/fs.prevnext.png) 0px -45px no-repeat transparent;
}

.fraction-slider .next{
	right:10px; top:48%;
	background:url(images/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(images/fs.prevnext.png) -45px -45px no-repeat transparent;
}

.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
	}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:10px; bottom:10px;
	z-index:0;	
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a{
	display:inline-block;
	width:14px; height:14px;
	margin:0 5px 0 0;
	background:url(images/fs.pager.png) 0px -14px no-repeat transparent;
}
.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px 0px no-repeat transparent;
}

/* SLIDER STYLES */
.slider-wrapper{
position: relative;
width: 100%;
margin:0;
/*
overflow: hidden;
min-height:200px;
background: url(http://media.bizlocal.com/_alpha/css/images/slides/iStock_000022974742Medium-los-angeles480b.jpg) no-repeat bottom center fixed;
box-shadow: 0 3px 5px #666;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bizlocalforsale.com/_alpha/css/images/slides/iStock_000023128774Medium-los-angeles6002.jpg',sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://media.bizlocalforsale.com/_alpha/css/images/slides/iStock_000023128774Medium-los-angeles6002.jpg',sizingMethod='scale')";
background-attachment: fixed;
*/
}

.responsive-container{
/*
background:transparent url(http://media.bizlocal.com/_alpha/css/images/effect_2.png) repeat;
background-attachment: fixed;
*/
}

.slider{
position: relative;
width: 100%;
margin: 0 auto;
}

@media only screen and (min-width: 1000px){
	.slider{
	}
}

@media only screen and (min-width: 1440px){
	.slider{
	}
}

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	z-index:0;
	padding:1% 3%;
	font-size:24px;
	line-height:100%;
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.slide:hover{
}
