/* global styles */
*  {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    outline: 0;
    font-family: Arial;
    color: #143562;
    line-height: 16px;
    font-size: 14px;
    list-style: none;
}
p {
    font-size: 14px;
}

body {
    position: relative;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF
}

h1,h2 ,h1 span, h2 span  {
    font-size: 16px!important;
    display: inline;
    line-height: 35px;
    color: #143562;
}
h1 a, h2 a {
    text-decoration: none;
    font-size: 16px;
}
h1 a:hover, h2 a:hover {
    border-bottom: 1px solid;
}

a {
    text-decoration: none;
    color: #143562;
}
a:hover {
    text-decoration: underline;
}

.orange, .orange a {
    color: #E63C00;
}
.right {
    width: 100%;
    text-align: right;
}
dvi .right {
    width: 100%;
    float: right;
}
.center {
    text-align: center;
}
.strong {
    font-weight: bold;
}

/* Header */
#header  {
    position: relative;
    margin: 0 auto;
    background: white;
    height: 60px;
    width: 975px;
    padding: 0px;
}
#header .logo {
    position: absolute;
}
#header .menu{
    position: absolute;
    background: #EFEFEF;
    right: 0px;
    top: 30px;
    height: 25px;
    text-align: left;
    padding: 0 10px 0 10px;
}
#header .menu .langs {
    position: relative;
    display: table-cell;
    padding-top: 5px;
    float: left;
}
#header .menu .langs a img {
    margin-left: 5px;
}
#header .menu .bookmarks {
    position: relative;
    padding: 5px 0 0 0;
    float: left;
    overflow: hidden;
}
#header .menu .bookmarks  div {
    float: left;
    margin-right: 5px;
}
#header .menu .bookmarks img {
    margin: 0 3px 0 0;
    float: left;
}
#header .menu .bookmarks a {
    text-decoration: none;
    color: #143562;
    font-size: 12px;
}
#header .menu .bookmarks  a:hover {
    text-decoration: underline;
}
#header .googlesearch {
    position: absolute;
    left: 280px;
    top: 10px;
}
#header .googlesearch .find_text{
    position: relative;
    color: #C0C0C0;
    font-size: 12px;
    float: none;
    line-height: 12px;
    margin-bottom: 3px;
}
#header .googlesearch .search_button       {
    width: 111px;
    height: 33px;
    background: url(/i/search_button.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_en{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_en.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_pt{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_pt.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_es{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_es.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_it{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_it.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_de{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_de.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}
#header .googlesearch .search_button_fr{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_fr.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}

#header .googlesearch .search_button_ru{
    width: 135px;
    height: 33px;
    background: url(/i/search_button_ru.png) no-repeat top center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #ffffff;
}

#header .googlesearch .search_box {
    border: 2px solid #E34B02 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    height: 25px !important;
    float: left !important;
    margin-right: 5px !important;
    padding-left: 5px !important;
}

#submenu table {
    background-color: #143562;
    border-bottom: 1px solid white;
    height: 25px;
    width: 975px;
    margin: auto;
}
#submenu td{
    text-align: center;
}
#submenu td.spacer{
    width: 1px;
    background: url(/i/submenu_spacer.png) no-repeat;
    font-size: 1px;
}
#submenu td:hover{
    background: #E34B02;
}
#submenu a {
    text-decoration: none;
    color: white;
}
#submenu a:hover, #submenu td:hover a{
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.more {
    width: 75px;
}
.more_selected {
    width: 75px;
    background: #E34B02;
}

#moresubmenu {
    display: none;
    width: 975px;
    height: 20px;
    background: #4A6E9E;
    margin: 0px auto 1px;
    padding-top: 3px;
    color: white;
}
#moresubmenu a {
    color: white;
    font-size: 13px;
    margin: 0 5px 0 5px;
}

#toptop  {
    position: relative;
    margin: 0 auto;
    background: #A8CCF3;
    height: 107px;
    width: 975px;
    padding: 0px;
}

/* Content */
#main {
    position: rlative;
    width: 987px;
    margin: auto;
}
#main .center_td {
    position: relative;
    vertical-align: top;
    padding: 0 0 10px 0;
    width: 618px;
    float: left;
    margin-right: 10px;
}
#main .topblock {
    position: relative;
    width: 358px;
    padding-top: 10px;
    float: left;
    margin: 0;
}
#main .center_allgames {
    position: relative;
    vertical-align: top;
    padding-bottom: 10px;
    width: 975px;
    background: #efefef;
}
#main .center_allgames p{
    padding-bottom: 10px;
    font-size: 12px;
}

/*Top Ribbon*/
#toptop .newgamesarrow {
    width: 125px;
    height: 105px;
    float: left;
    background: url(/i/newgames_arrow.png) top right no-repeat;
}
#toptop .newgamesarrow div {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 30px;
    left: 20px;
    line-height: 24px;
}
#toptop .topribbon_item  {
    width: 120px;
    height: 90px;
    float: left;
    overflow: hidden;
    margin-top: 7px;
    margin-left: 20px;
}
#toptop .topribbon_item  .title{
    width: 108px;
    height: 18px;
    line-height: 12px;
    font-size: 11px;
    float: none;
    overflow: hidden;
    text-align: center;
}
#toptop .topribbon_item  a img{
    width: 110px;
    float: none;
}
#toptop .topribbon_item  a {
    height: 75px;
    float: none;
    text-decoration: none;
    font-size: 11px;
}
#toptop .topribbon_item  a:hover {
    text-decoration: underline;
}


/*featured big block  */
.featuredgames {
    display: block;
    position: relative;
    background: #e5eef6;
    padding: 5px 0 0 28px;
    margin: 10px 0 5px 0;
    height: 315px;
}
.featuredgames h1, .featuredgames h1 span {
    color: #E34B02;
}

.featuredgames .big_game_item {
    position: relative;
    width: 305px;
    height: 290px;
    float: left;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.featuredgames .big_game_item  a {
    color: #143562;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.featuredgames .big_game_item  a img {
    width: 296px;
    height: 191px;
    float: left;
    overflow: hidden;
    border: 1px solid #a8ccf3;
    padding: 3px;
}
.featuredgames .big_game_item  a:hover{
    text-decoration: underline;
}
.featuredgames .big_game_item .title {
    display: block;
    line-height: 14px;
    height: 17px;
    width: 296px;
    overflow: hidden;
    padding: 5px 0 0 4px;
    margin-bottom: 5px;
    float: none
}
.featuredgames .big_game_item .text {
    display: block;
    line-height: 14px;
    height: 32px;
    width: 296px;
    overflow: hidden;
    padding: 0 0 0 5px;
    font-size: 12px;
    color: #494949;
}

.featuredgames .game_item {
    position: relative;
    width: 118px;
    height: 127px;
    float: left;
    margin: 0 10px 15px 0;
    padding: 0px;
    font-size: 13px;
    overflow: visible;
    border: none;
    background: none;
}
.featuredgames .game_item  a {
    color: #143562;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    display: block;
    font-size: 13px;
    line-height: 18px;
}
.featuredgames .game_item  a img {
    width: 110px;
    height: 83px;
    border: 1px solid #a8ccf3;
    padding: 3px !important;
    margin: 0 !important;
}
.featuredgames .game_item  a:hover{
    text-decoration: underline;
}
.featuredgames .game_item .title{
    display: block;
    padding: 0;
    line-height: 19px!important;
    text-align: center;
    height: 35px;
    width: 116px;
    overflow: hidden;
}
.featuredgames .game_item .new {
    position: absolute;
    background: url(/i/new.png) no-repeat;
    font-size: 1px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: -5px 0 0 100px;
}

/* block title */
.game_block {
    display: block;
    position: relative;
    margin-bottom: 10px
}
.game_block .btitle {
    position: relative;
    border-bottom: 2px solid #143562;
    margin-bottom: 15px;
}
.game_block .content {
    padding-left: 8px;
    overflow: hidden;
    padding-top: 5px;
}
.game_block .content p{
    font-size: 14px!important;
}

.game_block .content .game_item {
    position: relative;
    width: 140px;
    height: 175px;
    float: left;
    margin: 0 12px 15px 0;
    padding: 0px;
    line-height: 16px;
    font-size: 13px;
    overflow: visible;
    border: none;
}
.game_block .content .game_item  a {
    color: #143562;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.game_block .content .game_item  a img {
    width: 130px;
    height: 83px;
    border: 1px solid #a8ccf3;
    padding: 3px !important;
    margin: 0 !important;
}
.game_block .content .game_item  a:hover{
    text-decoration: underline;
}
.game_block .content .game_item .title{
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    width: 139px;
    height: 63px;
    overflow: hidden;
    font-size: 13px;
    color: #666666;
}
.game_block .content .game_item .new {
    position: absolute;
    background: url(/i/new.png) no-repeat;
    font-size: 1px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: -5px 0 0 115px;
}
.game_block .content p {
    color: #606060;
}

.game_block .content .cat_coll{
    width: 140px;
    float: left;
    padding-left: 5px;
    margin-right: 2px;
}

.game_block .content  .cat_coll a{
    text-decoration: none;
}
.game_block .content  .cat_coll a:hover{
    text-decoration: underline;
}
.game_block .content  .cat_coll .ctitle {
    height: 18px;
    overflow: hidden;
    margin-bottom: 8px;
    clear: both;
}
.game_block .content  .cat_coll .ctitle a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.game_block .content  .cat_coll .ctitle a:hover{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.game_block .content  .cat_coll_spacer {
    width: 1px;
    height: 180px;
    border-right: 1px silver dashed;
    margin: 0 5px 0 0px;
    float: left;
}
.game_block .content  .cat_coll_spacer_nob {
    width: 1px;
    height: 180px;
    margin: 0 10px 0 3px;
    float: left;
}

.game_block .content .game_item_small {
    position: relative;
    width: 138px;
    height: 53px;
    float: left;
    margin: 0 0px 15px 0;
    padding: 0px;
    line-height: 16px;
    font-size: 13px;
    overflow: hidden;
    border: none;
}
.game_block .content .game_item_small  a {
    color: #143562;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}
.game_block .content .game_item_small a img {
    width: 45px;
    height: 45px;
    border: 1px solid #a8ccf3;
    padding: 3px !important;
    margin: 0 5px 0 0 !important;
    float: left;
}
.game_block .content .game_item_small a:hover{
    text-decoration: underline;
}
.game_block .content .game_item_small .title{
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 17px;
    text-align: left;
    width: 80px;
    height: 50px;
    float: left;
    overflow: hidden;
}
.game_block .content .game_item_small .new {
    position: absolute;
    background: url(/i/new.png) no-repeat;
    font-size: 1px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: -8px 0 0 -5px;
}

.topblock .top_box {
    background: #EFEFEF;
}
.topblock .top_box .ttilte {
    background: url(/i/top_block_bg_1.png) repeat-x;
    height: 39px;
    padding-left: 15px;
    border-bottom: 1px dotted #e86817;
}
.topblock .top_box .ttilte h2  {
    line-height: 20px!important;
    display: block;
    padding-top: 10px;
}
.topblock .top_box .ttilte h2  a {
    font-size: 18px!important;
    color: #E34B02 !important;
}
.topblock .top_box .ttilte h2  a span  {
    font-size: 18px!important;
    color: #E34B02 !important;
}
.topblock .top_box .tcontent {
    padding: 15px 0 10px 0;
}
.topblock .top_box .tspacer {
    width: 290px;
    clear: both;
    border-bottom: 1px dotted #E68301;
    margin: 15px auto 15px;
}

.topitem {
    width: 270px;
    height: 73px;
    float: none;
    margin: auto;
    overflow: hidden;
}
.topitem img {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #a8ccf3;
    padding: 3px !important;
    margin-right: 10px
}
.topitem a {
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    color: #143562;
}
.topitem a:hover {
    text-decoration: underline;
}
.topitem .title {
    float: left;
    width: 185px;
    height: 60px;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
}
.topitem  .star_orange {
    background: url(/i/star_orange.png) no-repeat;
    width: 30px;
    height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    line-height: 32px;
    margin-left: -10px;
    margin-top: -9px;
}
.topitem .new {
    position: absolute;
    background: url(/i/new.png) no-repeat;
    font-size: 1px;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: -5px 0 0 0;
}

.star_orange_main {
    background: url(/i/star_orange.png) no-repeat;
    width: 30px;
    height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    line-height: 32px;
    margin-left: 20px;
    margin-top: 5px;
}
.star_orange {
    background: url(/i/star_orange.png) no-repeat;
    width: 30px;
    height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    line-height: 32px;
    margin-left: -5px;
    margin-top: -5px;
}
.star_orange_game {
    background: url(/i/star_orange.png) no-repeat;
    width: 30px;
    height: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    line-height: 32px;
    margin-left: 20px;
    margin-top: 5px;
}




/* categories */
.categories {
    background-color: #A8CCF3;
    width: 968px;
    border-top: 1px solid #A8A8A8;
    margin: 0 auto;
    padding: 10px;
    font-size: 11px;
    color: #143562;
}
.categories   a {
    font-weight: bold;
    font-size: 12px;
    color: #143562;
    text-decoration: none;
    line-height: 20px;
}
.categories   a:hover{
    text-decoration: underline;
}
.categories   p {
    color: #47668E;
    font-size: 11px;
}
.categories  h1, .categories h2 {
    color: #E34B02;
    font-size: 16px;
    padding-right: 20px;
    line-height: 30px;
}
.categories  h1  span, .categories h2 span  {
    color: #E34B02;
    font-size: 16px;
    line-height: 30px;
}

/* footer */
#footer {
    width: 975px;
    background-color: #004c94;
    height: 85px;
    border-top: 1px solid #FFFFFF;
    margin: 0 auto;
}
#footer .copyr {
	width: 350px;
    color: #FFFFFF;
    font-size: 13px;
    float:right;
    text-align: right;
}
#footer .menu {
	height:30px;
	width:100%;
	float:left;
    color: #FFFFFF;
    font-size: 13px;
    margin: 12px 0 0 20px;
}
#footer .menu a {
    color: #FFFFFF;
    font-size: 13px;
	letter-spacing:-0px;
}

.seotable {
    display: table;
    margin: auto;
    border-top: 1px solid #9ABEE4;
}
.seorow {
    display: table-row;
}
.seocell {
    display: table-cell;
    font-size: 11px;
    width: 460px;
    padding-top: 5px;
    font-size: 11px;
}
.seocell strong {
    font-size: 11px;
}

/* all games */
.allgames {
    width: 230px;
    border-right: 2px dotted #D6D4D4;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    float: left;
}
.allgames a {
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    height: 18px;
    overflow: hidden;
    display: block;
}
.allgames a:hover {
    text-decoration: underline;
}
.allgames .new {
    background: url(/i/new_small.png);
    font-size: 1px;
    width: 16px;
    height: 7px;
    float: right;
}

/* game description */
.game_description {
    width: 100%;
    border: 1px solid red;
}
.game_topads {
    padding: 0 0 5px 15px;
}
.game_name {
    width: 190px;
    text-align: center;
    font-weight: bold;
    height: 25px;
}
.game_cats a{
    text-decoration: none;
    color: #143562;
    font-weight: bold;
}
.game_cats a:hover {
    text-decoration: underline;
}
.game_button {
    padding-top: 25px;
    text-align: center;
}
.game_download_button {
    width: 210px;
    /*height: 44px;*/
    margin-top: 10px;
}
.game_text {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 15px;
}
.game_text img{
    float: left;
    padding-right: 15px;
}
.game_leftads {
    padding-left: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}
.game_centerads {
    text-align: left;
    padding-left: 20px;
}
.requirements  {
    padding: 5px 0 10px 20px;
}
.requirements  ul li{
    font-size: 14px;
    list-style: circle;
    color: #606060;
}

/* game screenshot */
.game_screenshot {
    background-color: #EFEFEF;
    width: 755px;
}
.game_screenshotads{
    padding-bottom: 20px;
    text-align: center;
    width: 320px;
}
.game_picture {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

/* play game */
.play_game {
    width: 975px;
    margin: auto;
}
.play_ads {
    width: 20%;
    vertical-align: top;
}
.play_item {
    text-align: center;
    width: 80%;
}
.play_item .top4 {
    background-color: silver;
    text-align: left;
    padding-left: 30px;
    float: left;
}

/* ads & etc*/
.a728x90 {
    margin: 15px 0 5px 0;
}
.a300x250 {
    float: right;
    margin: 20px 30px 35px 0;
    background: silver;
}


.ads72890 {
    width: 728px;
    height: 90px;
    background-color: silver;
    margin: 20px;
}
.ads300250 {
    width: 300px;
    height: 240px;
    background-color: silver;
    margin: -30px 5px 10px 0;
    float: left;
}
.ads160600 {
    width: 160px;
    height: 600px;
    background-color: silver;
    float: left;
}
.ads340280 {
    width: 340px;
    height: 280px;
    background-color: silver;
    margin: 0 5px 10px 0;
    float: left;
}
.ads300250_s {
    width: 300px;
    height: 240px;
    background-color: silver;
    float: left;
}
.ads72890_d {
    width: 728px;
    height: 90px;
    background-color: silver;
}
.ads340280_d {
    width: 340px;
    height: 280px;
    background-color: silver;
    margin: 0 5px 10px 0;
    float: none;
}
.clear {
    clear: both;
    float: none;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
}

/* end */

.paginator .firsttd {
    padding: 8px 0 0 0;
}
.pager {
    display: none;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 750px;
    padding: 8px 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 750px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 30px;
    height: 20px;
    text-align: center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/i/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/i/prev-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/i/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/i/next-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#sbuts a {
    margin-right: 13px;
}

#swfmovie {
    display: none;
}

#progressbar {
    font-size: 10px;
    border: 1px solid #E63C00;
}
#progressbar div {
    background: #E63C00;
    height: 10px;
    width: 0px;
}
#timeleft {
    color: white;
}

.support input, .support textarea {
    border: 1px solid #A8CCF3;
    line-height: 18px;
    margin-bottom: 10px;
}
.support input[type=text] {
    width: 470px;
    height: 20px;
}
.support input[type=submit] {
    width: 100px;
    height: 35px;
    background: #E34B02;
    color: white;
    font-weight: bold;
    border: none;
}
.support textarea {
    width: 470px;
    height: 200px;
}
.support td {
    vertical-align: top;
    color: #606060
}
.support .error{
    color: red;
    font-weight: bold;
    padding-left: 10px;
}
.submit_result {
    border: 1px solid green;
    padding: 10px;
    color: green;
    font-weight: bold;
    background: #D6FFF1;
    width: 635px;
    margin-bottom: 20px;
}

/* PUI */
.playads {
    display: block;
    margin: auto;
    width: 973px;
    height: 275px;
    position: relative;
    margin-bottom: 25px;
}
.playads .a {
    border: 1px solid #A8CCF3;
    padding: 10px;
    width: 300px;
    height: 250px;
    position: relative;
    float: left;
}
.playads .na {
    border: 1px solid #A8CCF3;
    padding: 8px 0 0 0;
    width: 320px;
    height: 262px;
    position: relative;
    text-align: center;
    float: left;
}
.playads .ads{
    position: relative;
    display: block;
    width: 135px;
    height: 120px;
    float: left;
    margin: 8px 0 0 17px;
    overflow: hidden;
    line-height: 12px;
}
.playads .ads img{
    width: 110px;
    height: 83px;
}
.playads .ads a{
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}
.playads .ads a:hover{
    text-decoration: none;
}
.playads .noborder {
    border-left: none;
    border-right: none;
}
.playads .b300250 {
    width: 300px;
    height: 250px;
}
.titleads1 {
    position: absolute;
    padding: 0 10px 0 10px;
    height: 18px;
    font-weight: bold;
    color: #143562;
    background: white;
    margin: -8px 0 0 330px;
    padding: 0 10px 0 10px;
    z-index: 9999;
}
.titleads2 {
    position: absolute;
    padding: 0 10px 0 10px;
    height: 18px;
    font-weight: bold;
    color: #143562;
    background: white;
    margin: -8px 0 0 7px;
    padding: 0 10px 0 10px;
    z-index: 9999;
}
.titleads3 {
    position: absolute;
    padding: 0 10px 0 10px;
    height: 18px;
    font-weight: bold;
    color: #143562;
    background: white;
    margin: -8px 0 0 650px;
    padding: 0 10px 0 10px;
    z-index: 9999;
}
/******/
.share_this_main {
    border: 1px solid silver;
    border-radius: 7px;
    width: 100%;
    height: 32px;
    padding: 4px 0 4px 0;
    text-align: center;
    margin-bottom: 4px;
}

p.breadcrumbs {
    font-size: 12px;
    margin-top: 6px;
    padding-bottom: 0px;
}
p.breadcrumbs a {
    font-size: 12px;
    text-decoration: underline;
}
.tw {
    background-image: url("../../img/twitter.png");
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 3px;
    border-radius: 25px;
    transform: scale(0.8);
}
.vk {
    background-image: url("../../img/vkontakte.png");
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 3px;
    border-radius: 25px;
    transform: scale(0.8);
}
.fac {
    background-image: url("../../img/facebook.png");
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 3px;
    border-radius: 25px;
    transform: scale(0.8);
}

.pt {
    background-image: url("../../img/pinterest.png");
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-right: 3px;
    border-radius: 25px;
    transform: scale(0.8);
}
.fg {
    float: right;
    float: right;
        margin: 10px auto;
        width: 73%;
}
.fl {
    float: left;
}
.padtop8 {
        padding-top: 8px;
    color: #fff;
}
.ad-block {
    float: left;
    margin-right: 40px;
}
.category-text {
    margin-bottom: 20px;
    color: #666;
    font-size: 11px;
}
.title-header {
    display: block;
    margin-bottom: 20px;
}
.col {
    width: 33%;
    float: left;
}
.col ul {
    margin: 5px 0 20px 15px;
}
.col li ul li, .col.last li{
    list-style-type: circle;
    list-style-position: inside;
}
.adv {
    padding-top:16px;
    background:url(/i/adv_topline_1.png) top left no-repeat;
    text-align: center;
}
/**/
.ad728-90 {
        width: 728px;
        height: 90px;
        /*background: url(/i/adv_topline.jpg) top left no-repeat;*/
       padding: 8px 12px 0px 12px;
       background: #ebebeb;
        border-bottom: 12px solid #ebebeb;
        margin-bottom: 10px;
     
}
.ad728-90:before {
        content: "";
        font-size: 0.7rem;
        font-style: italic;
        padding: 1px;
        text-transform: uppercase;
        display: block;
}
.ad336-280 {
         width: 336px;
        height: 280px;
       padding: 8px 12px 0px 12px;
       background: #ebebeb;
        border-bottom: 12px solid #ebebeb;
        margin-bottom: 7px;
}
.ad336-280:before {
        content: "";
        font-size: 0.7rem;
        font-style: italic;
        padding: 1px;
        /*text-transform: uppercase;*/
        display: block;
        text-align: right;
}
.ad336-280-ff {
         width: 336px;
        height: 300px;
       padding: 0 12px 0px 12px;
       background: #fff;
        border-bottom: 12px solid #fff;
        margin-bottom: 7px;
         margin-left: 10px;
}
.ad336-280-ff:before {
        content: "";
        font-size: 0.7rem;
        font-style: italic;
        padding: 1px;
        text-transform: uppercase;
        display: block;
}
.hei500 {
        overflow: hidden;
        height: 500px;
}
.ad160-600 {
        width: 160px;
        height: 618px;
       padding: 0 12px 0px 12px;
       background: #ebebeb;
        border-bottom: 12px solid #ebebeb;
        margin-bottom: 7px; 
}
.ad160-600:before {
        content: "";
        font-size: 0.7rem;
        font-style: italic;
        padding: 1px;
        /*text-transform: uppercase;*/
        display: block;
        text-align: right;
}