html, body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-family: Open sans,tahoma;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
a img {
    text-decoration: none;
}
a {
    color: #000000;
    font-family: Open sans,tahoma;
    font-size: 13px;
    text-decoration: none;
}
a:hover {
    color: #0A98E5;
}
input[type="text"] {
    border: 1px solid #DDDDDD;
    padding: 5px;
}
textarea {
    border: 1px solid #DDDDDD;
}
select {
    border: 1px solid #DDDDDD;
    padding: 5px;
}
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#top {
    background: url("../images/shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    clear: both;
    height: 145px;
    margin: 0 auto;
    width: 990px;
}
#top_left {
    float: left;
    width: 250px;
}
#top_left img {
    margin: 3px 0;
}
#top_right {
    float: right;
    margin: 32px 0;
}
#top_right li {
    display: inline-block;
}
#top_right li a {
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
}
#top_right li .select {
    color: #0999E2;
}
#search-gl {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 0 auto;
    padding: 10px 20px;
    width: 950px;
}
#search-gl h2 {
    font-size: 14px;
    margin: 5px 0 0;
}
#search-gl input[type="text"] {
    border: 0 none;
    border-radius: 3px;
    color: #444444;
    font: 13px arial;
    margin: 10px 0;
    padding: 10px;
    width: 600px;
}
#search-gl .search {
    background: none repeat scroll 0 0 #0999E2;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font: 13px arial;
    margin: 15px 10px 0;
    padding: 8px 30px 9px;
}
#search-gl .search:hover {
    opacity: 0.9;
}
.customSelectbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font: 13px arial;
    padding: 10px;
    position: relative;
    width: 165px !important;
}
.customSelectbox:hover {
    color: #666666;
}
.customSelectbox.customSelectbox_opened {
    box-shadow: none;
}
.customSelectbox_display_container {
}
.customSelectbox_display_container .customSelectbox_icon_bg {
    position: absolute;
    right: 0;
    top: 25px;
    width: 21px;
    z-index: 4;
}
.customSelectbox_display_container .customSelectbox_icon {
    background: url("../images/arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 13px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 23px;
    z-index: 5;
}
.customSelectbox.customSelectbox_opened .customSelectbox_display_container .customSelectbox_icon {
    background-position: 0 -35px;
}
.customSelectbox_container {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 1px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    top: 99%;
    width: 270px !important;
    z-index: 3;
}
.customSelectbox_container li {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    margin: 0 13px;
    padding: 5px 0;
    white-space: nowrap;
    width: auto;
    z-index: 1;
}
.customSelectbox_container li:hover {
    color: #444444;
}
.customSelectbox_container li.customSelectbox_this_is_selected {
    font-weight: bold;
}
.button {
    background: none repeat scroll 0 0 #1C9FE3;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
}
.button:hover {
    opacity: 0.9;
}
#error {
    background-color: #CC0000;
    color: #FFFFFF;
    font: bold 13px tahoma;
    margin: 10px auto;
    padding: 6px;
    text-align: center;
}
#info {
    background-color: #0A98E5;
    color: #FFFFFF;
    font: bold 13px tahoma;
    margin: 10px auto;
    padding: 6px;
    text-align: center;
}
#box_2 {
    background: url("../images/box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 430px;
    margin: 10px auto;
    width: 990px;
    display:none;
    
}
#panels {
    float: left;
    height: 380px;
    margin: 10px 23px 0;
    position: relative;
    z-index: 0;
}
#sk-slider {
    margin: 0 auto;
    padding: 125px 0 0;
}
#sk-slider ul li.premium {
    width: 920px;
}
#sk-slider .premium-site {
    overflow: hidden;
    width: 915px;
}
#sk-slider .premium-site .left {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 310px;
    z-index: 1;
}
#sk-slider .premium-site .right {
    float: left;
    margin: 10px 5px 10px 0;
    overflow: hidden;
    width: 600px;
}
#sk-slider .premium-site .right h2 {
    margin: 0;
}
#sk-slider .premium-site .right h2 a {
    font-size: 16px;
    font-weight: 400;
}
#sk-slider .premium-site .right p {
    color: #111111;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    text-align: left;
}
#sk-slider .premium-site .evidence {
    color: #333333;
    float: left;
    font-weight: 300;
    margin: 0 0 5px;
}
#sk-slider .premium-site .evidence span {
    font-weight: 600;
}
#sk-slider .premium-site .evidence div.date {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}
#sk-slider .premium-site .evidence div.www {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}
#sk-slider .premium-site .evidence div.views {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}
#sk-slider .premium-site .evidence div.click {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}
#sk-slider .premium-site .evidence div.show {
    margin: 40px 0 0;
}
#sk-slider .premium-site .evidence div.show a {
    background: none repeat scroll 0 0 #088ED4;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 17px;
    text-shadow: none;
}
#sk-slider .premium-site .evidence div.show a span {
    font-weight: 700;
}
#sk-slider .premium-site .evidence div.ppr {
    float: left;
    margin: 17px 0;
}
#sk-slider .premium-site .evidence div.ppr a {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 20px;
    text-shadow: none;
    text-transform: uppercase;
}
#sk-slider .premium-site .evidence div.ppr a:hover {
    background: none repeat scroll 0 0 #39B6FD;
}
#sk-slider .premium-site .evidence div.ppr a span {
    font-weight: 700;
}
#sk-slider img.premium {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    height: 164px;
    padding: 2px;
    width: 268px;
}
#sk-slider img.premium:hover {
    border: 1px solid #333333;
}
#left_bar {
    float: left;
    margin-right: 10px;
    min-height: 1700px;
    width: 270px;
}
#left_bar .sub h2 {
    background: url("../images/tlo2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
#left_bar .sub h2 a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
#left_bar .sub h2 a:hover {
    color: #DDDDDD;
}
#left_bar small {
    color: #DDDDDD;
    float: right;
    font: 12px arial;
    padding: 3px;
    text-align: right;
}
#left_bar .st {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    line-height: 20px;
    margin: 20px 2px;
    padding: 7px;
}
#left_bar .st span {
    font-weight: 600;
}
#left_bar h3 {
    font-size: 19px;
}
#left_bar .topcat li {
    background: url("../images/rk.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #999999;
    padding: 4px 5px 4px 20px;
}
#left_bar .link li {
    background: url("../images/box.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 2px 0;
    padding: 5px;
}
#left_bar .link li a {
    color: #FFFFFF;
}
#left_bar .link li a:hover {
    color: #DDDDDD;
}
#left_bar .comm li {
    background: url("../images/comments.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #999999;
    padding: 10px 0 10px 75px;
}
#content {
    float: left;
    width: 710px;
}
#content h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
#content h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
#content p {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0;
}
#content #sites {
    float: left;
    margin: 0 0 25px;
    padding: 0;
}
#content #sites .all-site {
    border-bottom: 1px solid #DDDDDD;
    float: left;
}
#content #sites .info_sites {
    float: left;
    margin-top: 23px;
    padding-right: 15px;
}
#content #sites .info_sites ul li {
    list-style: none outside none;
    margin: 0 0 6px;
    padding: 0;
}
#content #sites ul li.premium h2 a {
    color: #088ED4;
    font-weight: bold;
}
#content #sites .info_sites h2 {
    color: #555555;
    font-family: open sans,arial;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
}
#content #sites .info_sites h2 a {
    color: #333333;
    font-family: open sans,arial;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
#content #sites .info_sites h2 a:hover {
    color: #666666;
}
#content #sites .info_sites .faq {
    height: 22px;
    margin-top: 10px;
}
#content #sites .info_sites .faq ul li a {
    color: #555555;
    font: 11px tahoma;
}
#content #sites .info_sites .faq ul li {
    color: #555555;
    display: inline;
    font: bold 11px tahoma;
    padding: 0 20px;
}
#content #sites .info_sites .faq ul li span {
    color: #555555;
    display: inline;
    font: 11px tahoma;
}
#content #sites .info_sites ul li.calendar {
    background: url("../images/calendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #888888;
    font: 11px tahoma;
    padding: 1px 20px;
}
#content #sites .info_sites p {
    color: #555555;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    min-height: 75px;
    text-align: left;
}
#content #sites .info_sites div.ile {
    background: url("../images/box.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    margin-right: 7px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
}
#content #sites .info_sites div.more {
    background: url("../images/box2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: left;
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
}
#content #sites .info_sites div.more a {
    color: #FFFFFF;
    font: 11px tahoma;
}
#content #sites small {
    color: #666666;
    font: 11px tahoma;
    text-align: left;
    width: 100%;
}
#content #sites small.right {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #444444;
    float: right;
    font: 11px tahoma;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
#content #sites small a {
    color: #444444;
    font: 11px tahoma;
    text-decoration: none;
}
#content #sites small a:hover {
    color: #999999;
    text-decoration: none;
}
#content .topsites {
    float: left;
    margin: 20px 0;
}
#content .topsites ul {
    margin: 20px 0;
}
#content .topsites li {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    float: left;
    margin: 0 3px 7px;
    padding: 10px;
    width: 327px;
}
#content .topsites img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #444444;
    float: left;
    margin-right: 10px;
    padding: 2px;
    width: 105px;
}
#content .topsites h2 {
    margin: 0;
}
#content .topsites h2 a {
    color: #333333;
    font-weight: 600;
}
#content .topsites p {
    font: 11px/18px tahoma;
    max-height: 50px;
    text-align: justify;
}
#content .topsites h2 a:hover {
    color: #444444;
}
#wraper {
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 990px;
}
img.premium {
    margin: 4px 0;
    padding: 0;
}
#www h1 {
    clear: both;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px 5px 5px;
    text-transform: uppercase;
}
#www h1 a {
    font-size: 17px;
    font-weight: bold;
}
#www .more_www {
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}
#www .more_www .more_info_site {
    margin: 15px 0;
}
#www .more_www .more_info_site li {
    display: inline-block;
    opacity: 0.75;
}
#www .more_www .more_info_site li span {
    font-weight: 700;
}
#www .more_www .more_info_site li.www_tab1 {
    font-size: 13px;
    padding: 5px;
}
#www .more_www .more_info_site li.www_tab2 {
    font-size: 13px;
    padding: 5px;
}
#www .more_www .more_info_site li.www_tab3 {
    font-size: 13px;
    padding: 5px;
}
#www .more_www .more_info_site li.www_tab4 {
    font-size: 13px;
    padding: 5px;
}
#www .more_www .more_www_left {
    float: right;
    margin-left: 15px;
    width: 600px;
}
#www .more_www .more_www_left p {
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
}
#www .more_www .more_www_left .contacts {
    float: left;
}
#www .more_www .more_www_left .contacts a {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 15px;
}
#www .more_www .more_www_left .contacts a:hover {
    opacity: 0.8;
}
#www .more_www .more_www_left .reports {
    float: left;
    margin: 0 10px;
}
#www .more_www .more_www_left .reports a {
    background: none repeat scroll 0 0 #1C9FE3;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 15px;
}
#www .more_www .more_www_left .reports a:hover {
    opacity: 0.8;
}
#www .more_www .more_www_left .map_apis {
    clear: both;
    float: left;
    margin: 20px 0;
    width: 590px;
}
#www .more_www .more_www_left .key span {
    float: left;
    font-weight: 600;
    height: 25px;
}
#www .more_www .more_www_left .key li {
    padding: 0 0 13px;
}
#www .more_www .more_www_left .http textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 13px arial;
    padding: 15px;
    text-align: center;
}
#www .more_www .more_www_right {
    float: left;
    width: 355px;
}
#www .more_www .more_www_right .screen {
    height: 290px;
    margin: 14px 0;
}
#www .more_www .more_www_right .screen img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px dotted #333333;
    padding: 2px;
    width: 345px;
}
#www .more_www .more_www_right .rat {
    border-radius: 4px;
    float: left;
    margin: 0 0 20px;
    padding: 10px;
}
#www .more_www .more_www_right .rat span {
    float: left;
    font-size: 18px;
    font-weight: 600;
}
#www .more_www .more_www_right .rat .ratingblock {
    color: #777777;
    float: left;
    font: 11px tahoma;
    width: 215px;
}
#www .more_www .more_www_right .infobox1 {
    float: left;
    margin: 0 0 20px;
    padding: 10px;
    width: 335px;
    border-bottom: 1px solid #ddd;
}
#www .more_www .more_www_right .infobox1 li {
    display: block;
    padding: 4px 0 4px 5px;
}
#www .more_www .more_www_right .infobox2 {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 355px;
}
#www .more_www .more_www_right .infobox2 li {
    display: block;
    padding: 5px 0 5px 15px;
}
#www h2 {
    background: none repeat scroll 0 0 #333333;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px;
}
#www h3 {
    font-weight: 600;
    padding: 5px;
    width: 99%;
}
#www ul.unit-rating {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#www ul.unit-rating li {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#www ul.unit-rating li a {
    border: 0 none;
    display: block;
}
#www ul.unit-rating li a:hover {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#www .comment-www {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    float: left;
    margin: 10px 0;
    padding: 10px;
}
#www .comment-www h3 small {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#www .comment-www small {
    color: #666666;
    font: 12px arial;
    padding: 4px;
}
#www .comment-www small a {
    color: #777777;
}
#www .comment-www p a {
    color: #444444;
    float: left;
    font-weight: 300;
    margin: 30px 0;
    padding: 5px;
}
#www .comment-www p a:hover {
    opacity: 0.8;
}
.thanks {
    color: #36AA3D;
    font: 10px arial !important;
    position: absolute;
}
#footer {
    background: url("../images/footer.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    overflow: hidden;
}
#footer .foot_c {
    margin: 0 auto;
    width: 990px;
}
#footer .top_footer {
    float: left;
    margin: 10px 0;
    width: 990px;
}
#footer .top_footer li {
    background: url("../images/rk.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 0 0 21px;
}
#footer .top_footer li a {
    color: #111111;
    font-size: 16px;
    margin-right: 20px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#footer .top_footer li.pr a {
    font-weight: bold;
    text-transform: uppercase;
}
#footer .top_footer li a:hover {
    color: #666666;
}
#footer .bottom_footer {
    float: left;
    margin: 10px 0;
    width: 990px;
}
#footer .bottom_footer .l_f {
    float: left;
    font-size: 16px;
    padding: 27px 0;
    width: 400px;
}
#footer .bottom_footer .r_f {
    float: right;
}
#google-map-add {
    background: none repeat scroll 0 0 #808080;
    border: 1px solid #BABABA;
    float: left;
    height: 300px;
    margin-bottom: 6px;
    width: 400px;
}
#google-map-site {
    background: none repeat scroll 0 0 #808080;
    float: left;
    height: 300px;
    margin-bottom: 10px;
    width: 600px;
}
#google-map-site #google-map-error {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    font: 19px bold;
    height: 10px;
    width: 600px;
}
