/*
cssRESET
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a.bold {
    font-weight:bold;
    color:#2f2f2f;
    text-decoration: none;
    line-height: 14px;
}
a.bold:visited {
    color:#7e7e7e;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*______________resetEND*/

html {
    height:100%;
    min-width:1000px;
    
    background: url(/images/tpl2/bgMain.png?1) #f2f2f2;
}

body {
    margin: 0;
    padding: 0;
    color: #2f2f2f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    min-height:100%;
    position:relative;
    background: url(/images/tpl2/bgTop.png?1) repeat-x fixed;
}

* html body{
    height:100%;
}

input,button {
    font-family: Arial,Helvetica,sans-serif;
}

a {
    color: #2F2F2F;
    text-decoration:none;
}

a:visited {
    color: #7e7e7e;
}

a:hover, a.colR {
    color: #f5381f !important;
}

form, table, input, h1,h2,h3,h4,a,img {
    margin: 0; padding: 0;
}
img {
    border: none;
}

td {
    vertical-align: top;
}
.w100 { width: 100%;}
.al { text-align: left;}
.ar { text-align: right;}
.ac { text-align: center !important;}
.fl { float: left !important;}
.fr { float: right !important;}
.di { display:inline-block !important;   _overflow:hidden !important; *zoom:1 !important; *display:inline !important; }
.nw { white-space: nowrap !important;}
.vm { vertical-align: middle !important;}
.oh { overflow: hidden;}
.pr { position:relative;}
.vt { vertical-align:top !important;}
.vam {display: table-cell; vertical-align: middle;}
.off {cursor: default !important; }
.under a {text-decoration: underline;}

#header {
    margin-bottom: 17px;
}

#main {
    height: 100%;
    padding: 0 0 216px 0;
}

.main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#menuLogin {
    height: 41px;
    vertical-align: top;
    color: #4f4f4f;
    white-space: nowrap;
    margin: 0 0 0 19px;
    float: right;
}

#menuLogin a {
	display: block;
	text-align: center;
	padding: 0 15px;
	float: right;
	font-weight: bold;
	font-size: 11px;
	text-shadow: white 0px 1px;
    text-decoration:none;
    line-height:18px;
    margin-top: 10px;
}

#menuLogin span {
    display: block;
    float: right;
    width: 2px;
    height: 37px;
    background: url(/images/tpl2/bgSpriteV2.png) 0 5px no-repeat;
}

#menuLogin a.colR:hover {
    color: #303030 !important;
}

#menuLogin .iconUser {
    padding-right: 6px;
    margin-bottom: -3px;
    margin-right: 4px;
    width: 8px;
}

.menuLang {
    position: relative;
    white-space: nowrap;
    width: 52px;
    height: 29px;
    margin: 5px 0 0 15px;
}

.menuLang .langBox{
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    overflow: hidden;
    width: 50px;
    z-index: 4;
    background: #f4f4f4;
}

.menuLang a {
    display: none;
    height: 11px;
    padding: 8px;
    border: 1px solid #D9D9D9;
    border-width: 1px 0 0 0;
    line-height: 11px;
    font-size: 11px;
}

.menuLang .flag {
    margin-bottom: -1px;
}

.menuLang a.def {
    display: block;
    border: none;
}

.menuLang a.def .flag {
    margin-bottom: -2px;
}

.menuLang a:hover {
    background: #fff;
}

.menuLang a .iconSearchDown {
    margin: 0 0 2px 12px;
}

#footer .menuLang {
    float: right;
    margin-right: 20px;
    width: 140px;
}

#footer .menuLang .langBox {
    bottom: 0;
    width: auto;
}

#footer .menuLang a {
    border-width: 0 0 1px 0;
    width: 100px;
}

#footer .menuLang a .iconSearchDown {
    margin: 4px 0px 0px 0px;
}

#logo {
    margin-top: 18px;
}

#search {
    padding-left: 5px;
    width: 100%;
    margin-top: 3px;
}

#search input, #search button{
    border: none;
    height: 33px;
    margin: 0;
    padding: 0;
}

#search .select {
    position: relative;
    float: left;
    color: #969696;
    font-size: 12px;
    line-height: 31px;
    text-align: left;
    cursor: pointer;
    z-index: 4;
    border :1px solid #d9d9d9 ;
    padding: 0 20px 0 10px;
    background: #F9F9F9;
    white-space: nowrap;
}

#search .selectEd {
    background: #f4f4f4;
}

#search .list {
    display: none;
    position: absolute;
    top:31px;
    left: -1px;
    border:1px solid #d9d9d9 ;
    border-width: 0 1px 1px 1px;
    z-index: 4;
    min-width: 100%;
}

#search .select .icon {
    float: right;
    margin: 15px -13px 0 0;
}

#search .list a {
    text-align: left;
    padding:0 5px;
    display: block;
    color: #969696;
    border-top:1px solid #eaeaea ;
    line-height: 25px;
    background: #f4f4f4;
}

#search .list a:hover {
    background: #FFF;
}

#search .list a.sel {
    background: #FFF;
}

#search .text {
    background: #fff;
    line-height: 31px;
    height: 31px;
    padding-left: 7px;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #505050;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: 3px 0 0 3px;
}

#search .text:-moz-placeholder {
    color: #EEE;
}

#search .submit {
    background-image: url(/images/tpl2/icons.png?5);
    background-repeat: no-repeat;
    background-position: -56px -51px;
    line-height: 33px;
    width: 54px;
    cursor: pointer;
    margin: 0; 
    padding: 0;
    border:none;
    border-radius: 0 3px 3px 0;
}

#search .submit span{
    display: none;
    background-image: url(/images/tpl2/icons.png?5);
    background-repeat: no-repeat;
    background-position: -56px -51px;
    width: 35px;
    height: 32px;
    padding: 0;
    margin: 0;
}

#search .submit:hover,  #search .submit span:hover{
    background-position: -112px -51px;
}

#searchAdvBox {
    position: relative;
    margin: 11px 0px 0 10px;
    z-index: 10;
}


#searchAdvBox .icon {
    margin-top: -4px;
}

#searchAdv {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1000px;
    right: -156px;
    top: 32px;
    z-index: 10;
    display: none;
    font-size: 12px;
    color: #808080;
}

#searchAdv {
    right: 0;
    top: 92px;
}

#searchAdvBox  {
    position: inherit;
}

#searchAdv .arrow {
    display: none;
}

#searchAdvBtn {
    display: inline-block;
}
#searchAdv .arrow {
    background-image: url(/images/tpl2/icons.png?5);
    position: absolute;
    right: 156px;
    background-position: -411px -109px;
    height: 8px;
    width: 15px;
    top: -7px;
}

#searchAdv input {
    height: auto;
}
#searchAdv select{
    padding: 3px;
    font-size: 12px;
    width: 80px;
}

#searchAdv #advSort {
    width: 95px;
}
#searchAdv .box {
    border: 1px solid #D1D1D1;
    background: #fdfdfd;
    border-radius:3px;
}

#searchAdv .loader {
    background: url(/images/tpl2/loadTabSe.gif) no-repeat center center;
    height: 200px;
    position: inherit;
}

#searchAdv .close {
    display: block;
    float: right;
    width: 19px;
    height: 19px;
    margin: 7px 0 0 10px;
}

#searchAdv .params {
    line-height: 25px;
    margin: 10px 10px 10px 4px;
    white-space: nowrap;
}

#searchAdv .params td {
    vertical-align: middle;
}

#searchAdv .params label {
    font-weight: bold;
    padding: 0 5px;
}

#searchAdv .separate {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #fbfbfb;
    margin: 0;
}

#searchAdv .channelsGroup{
    width: 100%;
}

#searchAdv .chGroup {
    background: #f6f6f6;
    line-height: 40px;
}

#searchAdv .chGroup label {
    width: 120px;
    font-weight: bold;
    padding: 0 5px;
    display: block;
    text-align: right;
}

#searchAdv .chGroup .iconL {
    margin: 0 0 -5px 5px;
}

#searchAdv .tools {
    text-align: center;
    padding: 10px;
    border: none;
}

#searchAdv .channelsBox {
    margin: 5px 0 5px 20px;
    width: 100%;
}
.channelsBox {
    width: 688px;
    font-size: 12px;
    line-height: 20px;
}

.channelsBox .iconL {
    margin-left: 6px;    
    margin-bottom: -2px;
}

.channelsBox label {
    padding: 4px;
    white-space: nowrap;
}

#searchAdv .toggle {
    float: right;
    cursor: pointer;
    margin: 0 10px;
    color: #000;
    font-size: 11px;
}

#searchAdv .toggle:hover {
    color: #F5381F;
}

#searchAdv .btnBig {
    height: 30px;
    border: 1px solid #CECECE;
    padding: 0 20px;
}

/*------------------------- menu ----------------------*/
.menu ul {
    padding: 0;
    margin: 0;
}

.menu li {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu a {
    display: block;
    white-space: nowrap;
}

.menu .sub {
    position: absolute;
    display: none;
}
.menu .sub li {
    width: 100%;
    float: none;
    height: 35px;
}

.menu li {
    position: static;
}

/*------------------------- menuMain ----------------------*/
.menuMain {
    width: 100%;
    height: 37px;
    line-height: 36px;
    border-radius: 3px;
    background: url(/images/tpl2/bgSpriteV2.png) 0 -54px repeat-x #505050;
    margin-top: 16px;
}

.menuMain a {
    font-weight: bold;
    font-size: 13px;
    color: #FFF;
    border-right:1px solid #454545;
    border-left:1px solid #5b5b5b;
    border-bottom:1px solid #454545;
    border-top :1px solid #545454;
    text-shadow: #000 0px 1px;
    background:#505050;
    padding: 0 30px 1px 10px;
    line-height: 32px;
    text-decoration:none;
}

.menuMain a:hover {
    color: #FFF !important;
}

.menuMain a .hint{
    margin: 0 -6px -3px 9px;
}

.menuMain .iconHint {
    margin: 0px 5px -2px 2px;
}


.menuMain .sub {
    border-top:1px solid #414141;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.menuMain li, .menuMain .sub, .menuMain .sub li {
    z-index: 3;
}

.menuMain .last {
    border-radius:0 0 4px 4px;
    padding-right: 6px;
    float: none;
}

.menuMain .first {
    border-left:none;
    border-radius:3px 0 0 3px;
}

.menuMain .first:hover {
    border-radius: 3px 0 0 0;    
}

.menuMain .sub a:hover, .menuMain .sub a.sel{
    background: url(/images/tpl2/menuTopSubBg.png) #303030 right top repeat-y;
    border-top :1px solid #454545;
    border-bottom  :1px solid #545454;
    border-right  :1px solid #404040;
}

.menuMain .subChannel {
    width: 762px;
    border: 1px solid #414141 ;
    border-width: 1px 1px 1px 2px;
    border-radius:0 0 4px 4px;
    margin-top: -32px;
    margin-left: -1px;
    background: #505050;
}

.menuMain .subChannelPhoto {
    width: 608px;
    margin-left: -1px;
}

.menuMain .subChannel h3{
    font-size:13px;
    height: 30px;
    line-height: 28px;
    padding-bottom: 0px;
    padding-left: 5px;
    vertical-align: middle;
	border:1px solid #454545;
    border-left:1px solid #414141;
    color: #FFF;
	background: #454545;
    clear: both;
}

.menuMain .subChannel h3 .iconL{
    margin: 0 8px -5px 3px;
}

.menuMain .subChannel .icon {
    float: right;
    margin: 5px;
}

.menuMain .subChannel a{
    width: 140px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 0 0 10px;
    border-left: 1px solid #414141 ;
    float: left;
}

.menuMain .subChannel a:hover {
    background: url(/images/tpl2/menuTopSubBg.png) #303030 right top repeat-y;
    padding: 0 0 0 10px;
    border-top :1px solid #454545;
    border-bottom  :1px solid #545454;
}

.menuMain a.l1 {
    background: url(/images/tpl2/bgSpriteV2.png) 0 -54px repeat-x #505050;
    border-top: none;
    border-bottom : none;
    padding: 0 20px 1px 20px;
    font-size: 14px;
    line-height: 36px;
}

.menuMain .icon {
    float: left;
    margin: 13px -23px 0 5px;
}

.menuMain .iconMenuAjax {
    float: right;
    margin: 9px 0 0 0;
}

.menuMain .l1 .icon {
    float: right;
    margin: 16px 0px 10px 0;
}

.menuMain a.l1:hover, .menuMain a.l1.sel{
    background: url(/images/tpl2/bgSpriteV2.png) 0 -101px repeat-x #636363;
}

.menuMain a.itemLeft, .menuMain a.itemRand{
    line-height: 25px;
    float: right;
    font-size: 11px;
    background-image: url(/images/tpl2/icons.png?5);
    background-position: -224px -105px;
    background-repeat:no-repeat;
    color: #ebebeb;
    text-shadow: none;
    font-weight: bold;
    width: 29px;
    padding: 0;
    height: 25px;
    overflow: hidden;
    margin-top:6px;
    border: none;
    border-radius:0;
    background-color: transparent;
    margin-left: 8px;
}

.menuMain a.itemLeft:hover{
    background-position: -254px -105px;
}

.menuMain a.itemRand{
    background-position: -466px -107px;
}
.menuMain a.itemRand:hover{
    background-position: -496px -107px;
}


.itemLeft .icon{
    float: right;
    margin:6px 0 0 5px;
}
/*------------------------- menuMain ---------------------- end*/

/*------------------------- menuUser ----------------------*/
.menuUser li, .menuUser .sub, .menuUser .sub li,.menuUser .main {
    z-index: 100;
}


.menuUser {
    height: 29px;
    background: url(/images/tpl2/bgSpriteV2.png) 0 -148px repeat-x;
}

.menuUser .sub li {
    height: 29px;
}

.menuUser .sub li .ssub {
    float: right;
    top: 0;
    right: 0;
    min-width: 0;
    background: #CCCCCC url("/images/tpl2/editBg2.png") 0 -61px;
    border-radius: 2px;
    line-height: 11px;
    height: 12px;
    margin: 3px 0 3px 10px;
    padding: 2px 3px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #CCC;
    color: #4F4F4F;
}

.menuUser .sub li .ssub:hover {
    background-position: 0 -81px;
    color: #F5381F;
}

.menuUser .main{
    line-height: 24px;
}

.menuUser {
    height: 30px;
}

.menuUser .main, .menuUser a.l1 {
    height: 25px;
}

.menuUser a.l1 {
    border-top: none;
}

.menuUser a {
    font-weight: bold;
    font-size: 10px;
    color: #4f4f4f;
    border-top:1px solid #eaeaea;
    text-shadow:0px 1px #FFF;
    padding: 0 10px 1px 10px;
    text-decoration:none;
}

.menuUser .sub {
    min-width: 50px;
    border:1px solid #dbdbdb;
    border-width: 0 1px 1px 1px;
}

.menuUser .sub a {
    min-width: 100px;
    padding: 2px 8px;
    background: #f7f7f7;
}

.menuUser .sub a:hover, .menuUser .sub a.sel{
    background: #FFF;
}

.menuUser .sub a.unHovered{
    background: #f7f7f7 !important;
}

.menuUser a.l1, .menuUser .last {
    background-image: url("/images/tpl2/border.png?1");
    background-repeat: no-repeat;
    background-position: 0 -106px;
}

.menuUser a.l1 {
    text-align: center;
    min-width:20px;
	height: 26px;
}

.menuUser .last {
    width: 2px;
    height: 27px;
}

.menuUser .icon {
    float: left;
    margin: 11px 5px 0px 0px;
}

.menuUser .iconMenuAjax {
    float: right;
    margin: 6px 0 0 0;
}

.menuUser .l1 .icon {
    float: right;
    margin: 11px 0px 10px 0;
}

.menuUser a.l1:hover {
    background-color: #f7f7f7;
	height: 26px;
}

.menuUser .icon{
    float: right;
    margin:3px 0 0 3px;
}

.headSpace {
    line-height: 1px;
    height: 27px
}

#userMessages, #userInvites, #userGifts{
    display: none;
}

#userMessages div{
    background: url("/images/tpl2/mess.gif") no-repeat 5px 0 transparent;
    padding-right: 6px;
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 8px;
}

#userGifts div{
    background: url("/images/tpl2/gift.gif") no-repeat 5px 0 transparent;
    padding-right: 6px;
    float: right;
    width: 14px;
    height: 10px;
    margin-top: 8px;
}

#userInvites div{
    background: url("/images/tpl2/invites.png") no-repeat 5px 0 transparent;
    padding-right: 6px;
    float: right;
    width: 14px;
    height: 9px;
    margin-top: 8px;
}

#userInvites div.hover {
    background-position: 5px -9px;
}
/*------------------------- menuMain ---------------------- end*/

#adTop, #adIndex {
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin: 17px 0;
}

#adIndex {
    background: #FAFAFA;
    border: 1px solid #6a6a6a;
    padding: 30px;
    height: 30px;
    margin: 10px 20px;
}

#adBottom {
    height: 250px;
    padding: 0px;
    margin-top: 17px;
    text-align: center;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background: url(/images/tpl2/boxBg.png);
}

#topNews {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
    
#menuLeft, #menuRound, #menuRight {
    width: 145px;
}

#menuRound {
    margin-right: 10px;
}

#menuRound .head, #menuLeft .head, #menuLeft .bottom, #menuRight .head {
    background: #373737;
    text-shadow: #000 0px 1px;
    line-height: 17px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 2px;
    border:1px solid #404040;
    display: block;
    padding: 7px 0 8px 10px;
}

#menuRight .head a, #menuRight .head a:visited {
    color: #FFF;
}

#menuRound .head, #menuLeft .head {
    border: none;
    border-radius: 3px 0 0 0;
}

#menuRight .head {
    border-width: 1px 1px 0 0;
    border-radius: 0 3px 0 0;
    color:#ffffff !important;
    overflow: hidden;
    white-space: nowrap;
}

#menuRound .head {
    border-radius: 3px 3px 0 0;
}

#menuRound .list .last {
    border-bottom:none !important;
    border-radius: 0 0 3px 3px;
    margin-bottom: 10px;
}

#menuRound .iconMenuR.fr {
    margin: 6px 2px 0 0 !important;
}

#menuLeft .bottom, #menuLeft .list .last{
    border-radius: 0 0 0 3px;
    margin-bottom: 10px;
    border-bottom:none;
}

#menuLeft .list .last.sel, #menuLeft .list .last:hover {
    border-bottom:none;
}

#menuRight .bottom, #menuRight .last {
    border-radius: 0 0 3px 0;
    margin-bottom: 10px;
}

#menuLeft .bottom {
    font-style: italic;
    border: none;
    font-size: 12px;
}

#menuLeft .bottom:hover {
    color: #AAA !important;
}

#menuLeft .listR {
    border-radius: 0 0 0 4px;
    margin-bottom: 10px;
}

#menuRound .list div {
    position: relative;
}

#menuRound .list a, #menuLeft .list a, #menuRight .list a {
    background-color: #4c4c4c;
    display: block;
    text-shadow: #000 0px 1px;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    padding: 4px 5px 4px 10px;
    color: #EAEAEA;
    border-bottom  :1px solid #454545;
    border-top :1px solid #5b5b5b;
    padding-left: 11px;
    text-decoration:none;
}

#menuRound .list a.sub {
    background: url("/images/tpl2/editBg2.png") 0 0;
    border: none;
    position: absolute;
    top: 4px;
    border-radius: 3px;
    right: 4px;
    font-size: 10px;
    line-height: 17px;
    height: 19px;
    padding: 0 3px;
    color: #FFD02B;
    text-align: center;
}

#menuRound .list a.sub:hover {
    background: url("/images/tpl2/editBg2.png") 0 0;
    background-position: 0 -20px;
    color:#FFFFFF;
    border:none;
}

#menuRound .list a.subsel, #menuRound .list a.subsel:hover {
    background-position: 0 -40px;
    color:#bfbfbf !important;
}

#menuLeft .list a #menuRight .list a {
    background: url(/images/tpl2/boxLeftBg.png) repeat-y top right;
}

#menuLeft .list .flag {
   display:block;
   float: right;
   margin-top: 3px;
   margin-right: 5px;
}

#menuRound .list .icon, #menuLeft .list .icon {
    float: right;
    margin: 2px 2px 0 0;
}

/*#menuRound .list a:hover, #menuRound .list a.sel, #menuLeft .list a:hover, #menuLeft .list a.sel {
}*/

#menuRound .list a:hover, #menuRound .list a.sel, #menuLeft .list a:hover, #menuLeft .list a.sel, #menuRight .list a:hover {
    background-image: url(/images/tpl2/boxLeftBgSel.png);
    color: #FFF !important;
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #2E2E2E;
}

#menuRound .list a.sel, #menuLeft .list a.sel, #menuRight .list a.sel {
    background-image: url(/images/tpl2/boxLeftBgHover.png);
}

#menuRight .list a.sel {
    border-bottom: 1px solid #2E2E2E;
    border-top: 1px solid #3F3F3F;
}

#menuRight .list a.last {
    border-bottom: none;
}

#menuRight .upic {
    background: #4c4c4c;
    padding:10px;
    height:123px;
}

#menuRight .upic img {
    width:123px;
    height:123px;
}

.box {
    border-radius:3px;
}

.boxL {
    border-radius:0 3px 3px 0;
}

.boxTL {
    border-radius:3px 3px 3px 0;
}

.box .boxC, .boxB {
    border:1px solid #d1d1d1; 
    border-radius: 3px;
    min-height: 50px;
    background: url(/images/tpl2/boxBg.png);
    padding: 4px;
}

.box .boxC {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 3px 3px;
}

.boxC.noPads {
    padding:0;
}

.box .line, .box .lineS{
    border-bottom:1px solid #d1d1d1; 
    height: 1px;
}

.box .lineS {
    border-bottom:1px solid #dedede; 
    margin: 12px 0px;
}

.boxL .boxC{
    border-radius: 0 0 3px 3px;
}

.box .head, .box h2, .hAddition {
    line-height: 30px;
    border: 1px solid #d1d1d1;
    padding: 0 5px 1px 9px;
    text-align: left;
    font-size: 14px;
    color: #494949;
    font-weight: bold;
    background: url(/images/tpl2/contentHeaderBg.jpg) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    text-shadow: #F2F2F2 0px 1px;
}

.box .head h1 {
    font-weight: bold;
    display: inline;
}

.box h2 a, .box h2 a:visited, .box .head a, .box .head a:visited {
    color: #494949;
}
.box .head, .box h2 {
    height: 30px;
    line-height:30px;
}

.boxFrame {
    position: relative;
}

.boxFrame iframe{
    z-index: 99;
    width: 100%;
    height: 100%;
}

.boxFrame .loader {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/tpl2/loadTab.gif") no-repeat center center #ebebeb;
    z-index:100;
    width: 100%;
    height: 100%;
}

.hAddition {
    border-top:none;
    border-bottom:none;
    border-radius: 0;
    font-size:11px;
    font-weight:normal;
    background: url(/images/tpl2/filterBg.png) 0 0 repeat-x;
    background-position: bottom;
    color: #9C9C9C;
    height:32px;
}

.hAddition a {
    text-decoration: none;
}

.linkButtons {
    margin:0;
}

.linkButtons a {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 8px 1px 8px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    color: #707070;
    margin: 0 5px 0 2px;
    text-decoration: none;
    background: #ececec url("/images/tpl2/bgSpriteV2.png") repeat-x 0 -468px;
}

.linkButtons a:hover {
    background-position: 0 -498px;
    background-color: #f2f2f2
}

.linkButtons a.sel {
    color:#aeaeae;
    background-color:#ececec;
}

.box h2 .btnsRight, .box .head .btnsRight {
    font-size:11px;
}

.hAddition span, .box h2 .btnsRight, .box .head .btnsRight {
    display: block;
    float: right;
    margin: 0;
}

.hAddition span a, .box h2 .btnsRight a, .box h2 .btnsLeft a, .box h2 .btnsBetween a, .box .head .btnsRight a, .box .head .btnsLeft a, .box .head .btnsBetween a {
	background-image: url(/images/tpl2/filBg.png);
	background-repeat: repeat-x;
	border: 1px solid #D1D1D1;
    border-radius: 3px;
    box-shadow: 0 1px #ECECEC;
    display: block;
    float: left;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 4px 0 0 6px;
    padding: 0 7px;
    text-decoration:none;
}

.box h2 .btnsBetween a, .box .head .btnsBetween a, {
    float:none;
    display:inline-block;
}

.hAddition span a {
    margin: 4px 2px 0 3px;
}

.box h2 .btnsBetween, .box .head .btnsBetween {
    display: inline-block;
    font-size: 11px;
    padding-left: 1px;
    margin-bottom: -7px;
}

.box h2.gr .btnsLeft, .box .head.gr .btnsLeft {
    float:left;
    margin-right: 10px;
    margin-left: -10px;
}


.box h2.gr .btnsRight a, .box h2.gr .btnsLeft a, .box .head.gr .btnsRight a, .box .head.gr .btnsLeft a {
    box-shadow: none;
    background-image: url(/images/tpl2/slideBg.png);
    background-position: 0 -25px;
    /*background-position: center;*/
    border: none;
    color: #fff !important;
    height:24px;
    line-height: 23px;
    text-shadow: none;
}

.hAddition span a:visited, .box h2 .btnsRight a:visited, .box .head .btnsRight a:visited {
    color: #2F2F2F;
}

.hAddition span a:hover, .box h2 .btnsRight a:hover, .box h2 .btnsLeft a:hover, .box h2 .btnsBetween a:hover, .box .head .btnsRight a:hover, .box .head .btnsLeft a:hover, .box .head .btnsBetween a:hover {
	background-image: url(/images/tpl2/filBgH.png);
	background-repeat: repeat-x;
	color:#f5381f !important;
    background-position: 0;
}

.box h2.gr div.btnsRight a:hover, .box h2.gr div.btnsLeft a:hover, .box .head.gr div.btnsRight a:hover, .box .head.gr div.btnsLeft a:hover {
    background-image: url(/images/tpl2/slideBg.png);
    color: #fff !important;
    background-position: 0 0;
}

.box .head .btnsRight a.sel, .box .head .btnsBetween a.sel, .hAddition span a.sel, .box h2 .btnsRight a.sel, .box h2 .btnsBetween a.sel {
    background-image: url(/images/tpl2/filBgA.png?1);
    background-repeat: repeat-x;
    color:#aeaeae;
    background-position: 0 -1px;
}

.box .head.gr .btnsRight a.sel, .box h2.gr .btnsRight a.sel {
    background: #616161 url(/images/tpl2/slideBg.png) 0 -50px;
    color: #bfbfbf !important;
}

.box .head .btnsRight a.sel:hover, .box .head .btnsBetween a.sel:hover, .hAddition span a.sel:hover, .box h2 .btnsRight a.sel:hover, .box h2 .btnsBetween a.sel:hover {
    color:#aeaeae !important;
}

.box .head.gr .btnsRight a.sel:hover, .box h2.gr .btnsRight a.sel:hover {
    background: #616161 url(/images/tpl2/slideBg.png) 0 -50px;
    color: #bfbfbf !important;
}

.box h2 a.tool, .box h2 span.tool, .box .head a.tool, .box .head span.tool{
    display: block;
    float: right;
    margin: 4px 0 0 6px;
    width: 29px;
    height: 24px;
    background-image: url(/images/tpl2/icons.png?5);
    background-position: -29px -111px;
    background-repeat: no-repeat;
}

.box .head .iconL, .box h2 .iconL {
    margin:0 5px 2px 5px;
}

.box .head .iconHint, .box h2 .iconHint {
    margin:0 5px -2px 5px;
}

.box h2 .icon, .box .head .icon {
    margin: 4px 5px;
}
.box .gr .icon {
    float: right;
    margin: 8px 2px;
    cursor: pointer;
}

.box h2 .remark,.box .head .remark{
    font-size: 11px;
    float: right;
    font-weight: normal;
    padding-right: 5px;
}

.box h2 a.sel,.box h2 span.sel, .box .head a.sel,.box .head span.sel {
    background-position: 0 -111px;
}

.box .head .sel .icon, .box h2 .sel .icon {
    opacity:0.35;
}

.box h2 a:hover, .box .head a:hover {
    background-position: -58px -111px;
}

.box .head.gr, .box h2.gr,.box h3.gr{
    background: #505050;
    border-color: #505050;
    text-shadow: #000 0px 1px;
    color: #FFF;
}

.box head.gr a, .box h2.gr a {
    color: #FFF;
    text-decoration:none;
}

.boxR h2, .box .head {
    border-radius: 3px 3px 0 0;
}

.boxL h2, .boxL .head{
    border-radius: 0 3px 0 0;
}

.boxTL h2, .boxTL .head{
    border-radius: 0 3px 0 0;
}

.boxTR h2, .boxTR .head{
    border-radius: 3px 0 0 0;
}



.box h2 small, .box .head small{
    padding-left: 10px;
    font-size: 11px;
    font-weight: normal;
}

.box h2 .right{
    float:right;
    margin-right:10px;
    font-size: 11px;
}

.box h2 .right a {
    color:#ffd02b !important;
}


#vPromo,#idxFeach {
    float: left;
    width: 517px;
    background: #E2E2E2;
    margin-bottom: 10px;
}

#idxFeach{
    float: right;
    margin-left: 10px;
    width: 324px;
}

#vPromo .boxC,#idxFeach .boxC , #vPromo .loader{
    height: 390px;
    background: url(/images/tpl2/popularBg.png?1) 0 0 repeat-y #f1f1f1;
    position: relative;
}

#vPromo .boxC {
    border-radius: 0px 0px 3px 0px;    
}

#vPromo .loader {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/tpl2/loadTab.gif") no-repeat center center #ebebeb;
    width: 100%;
    z-index: 2;
    display: none;
}

#idxFeach .boxC {    
    padding: 0 0 8px 0;
    position: relative;
}

#idxFeach iframe, #idxFeach .loader {
    width: 322px;
    height: 390px;
}

#idxFeach .loader {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/tpl2/loadTab.gif") no-repeat center center #ebebeb;
}

#vPromo .iconRefresh2  {
    float: right;
    margin: 8px 4px 0 0;
    cursor: pointer;
}

#content {
    margin-top: 17px;
}

hr, .clear {
    clear: both;
    border: none;
    padding: 0;
    margin: 0;
    height: 10px;
}

.vDate {
    clear: both;
    padding-left: 5px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    color: #5d5d5d;
    font-weight: bold;
    text-shadow: #F2F2F2 0px 1px;
}

.video {
    float: left;
    max-height: 174px;
    width: 160px;
    margin: 5px 4px;
    position: relative;
    text-align: left;
    font-size: 11px;
    color: #999;
}

.video a{
    text-decoration:none;
}

.video b, .video .hPaid {
    display: block;
    position: absolute;
    top: 102px;
    color: #F6F6F6;
    border-radius:2px;
    text-align: center;
    font-weight: bold;
    padding: 2px 4px;
    background: #4c4c4c;
    font-size: 11px;
    line-height: 13px;
    height: 12px;
    text-shadow: #565656 0px 1px;
    z-index: 2;
}

.video b {
    left: 2px;
}

.video .hPaid {
    right : 2px;
    color: #ffcc50;
}

.video .hPaid div{
    display: inline-block;
    background-image: url("/images/tpl2/icons.png?5");
    background-position: -283px -133px;
    height: 10px;
    width: 10px;
    margin: 0 0 -1px 2px;
}

.video .hSprite {
    background-repeat: no-repeat;
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
    z-index: 2;
}


.hRotator span {
    background-image: url("/images/tpl2/loadVideo.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    left: 127px;
    position: absolute;
    top: 2px;
    width: 31px;
    z-index: 1;
    border-radius: 2px;
}


.hSpriteHD {
    background-image: url("/images/tpl2/icons.png?5");
    background-position: -78px -13px;
    height: 13px;
    width: 22px;
    left: 3px;
    top: 3px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.video u {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin-top: 6px;
    padding: 0 4px;
}

.video .thumb {
    display: block;
    width: 160px;
    height : 120px;
}

.hRate, .hUnrate, .hNorate{
    padding: 8px 22px 0 4px;
    background-image: url(/images/tpl2/rate.png);
    background-position: 140px 1px;
    background-repeat: no-repeat;
    color: #999999;
    font-size: 11px;
    text-align: left;
}

.hUnrate {
    background-position: 140px -28px;
}

.hRate div {
    font-weight: bold;
    color: #89a650;
}

.hUnrate div {
    font-weight: bold;
    color: #d76161;
}

.hNorate {
    background-image: none;
}

.hNorate div{
    display: none;
}

div.hRatePlain, div.hUnratePlain {
    display: inline-block;
    color: #999999;
    font-size: 11px;
}

div.hRatePlain div, div.hUnratePlain div {
    display: inline-block;
    font-weight:bold;
}

div.hRatePlain div {
    color:#89A650;
	padding-bottom: 3px;
}


div.hUnratePlain div {
    color:#d76161;
	padding-bottom: 3px;
}

div.hRatePlain div.pic, div.hUnratePlain div.pic {
    background-image: url(/images/tpl2/rate.png);
    background-repeat: no-repeat;
    padding: 0 15px 0 4px;
    height:18px;
    vertical-align: bottom;
}

div.hRatePlain div.pic
{
    background-position: 3px 0px;
	margin-bottom: 3px;
}

div.hUnratePlain div.pic
{
    background-position: 3px -30px;
}

.pager {
    background: url(/images/tpl2/pagerBg.png) #dbdbdb 0 0 repeat-x;
    padding: 6px 0;
    line-height: 26px;
    border-top: 1px solid #D1D1D1;
    font-weight: bold;
    margin: 0px -4px -4px -4px; 
}

.pagerL {
    margin: 0 0 -4px -4px; 
}


.pager table {
    margin: 0 auto;
}

.pager span, .pager a {
    display: block;
    float: left;
    border: 1px solid #CECECE;
    border-radius: 2px;
    min-width: 12px;
    text-align: center;
    padding: 0 10px;
    margin: 0 3px 0 2px;
    background: url(/images/tpl2/pagerItemBg.png?1) #E0E0E0 0 0 repeat-x;
    color: #5e5e5e;
    box-shadow: 0 1px #EBEBEB;
    font-size: 14px;
    text-decoration: none;
}

.pager a:hover {
    background: url(/images/tpl2/pagerItemBgHover.png) #E0E0E0 0 0 repeat-x !important;
}

.pager span {
    color: #aeaeae;
    background: url(/images/tpl2/pagerItemBgSel.png) #E0E0E0 0 -1px repeat-x;
}

.pager a.last, .pager a.first {
    background: url(/images/tpl2/pagerItemBgPrev.png) #E0E0E0 0 0 repeat-x;
}

.pager a.lastR {
    color: #f5381f;
}
.pager .last .icon{
    float: right;
    margin: 11px 0 0 5px;
}

.pager .first .icon{
    float: left;
    margin: 11px 5px 0 0;
}
/* -------------  footer CSS --------------*/
#footer {
    color:#252525;
    font-size:11px;
    margin-top: 10px;
    bottom: 0;
    position: absolute;
/*
    height:226px;
*/
    width: 100%;
    
}

#footerBox {
    background: url(/images/tpl2/footerBg.png);
    min-width: 1000px;
}

#footer .shadow{
    background-image: url(/images/tpl2/footerShadow.png?1);
    background-position: center 0;
    background-repeat: no-repeat;
}

#footer .shadowTop{
    margin-top:15px;
    height: 13px;
    border-bottom:1px solid #FFF;
}

#footer .shadowDown{
    height: 13px;
    border-bottom:1px solid #f5f5f5;
    background-position: center -18px;
}

#footer #cols {
    width:1000px;
    margin: 0 auto;
    vertical-align: top;
}
#footer #cols, #footer ul {
    height: 140px;
}
#footer ul {
    background: url(/images/tpl2/border.png) 0 -25px no-repeat;
    float:left;
    list-style:none;
    margin:0;
    padding:0 10px;
    width:227px;
}
#footer #first {
    background:none;
}
#footer #last {
}

#footer .col-head {
    color:#333;
    font-size:18px;
    color: #494949;
    margin:5px 0 3px;
    text-shadow:0px 1px #fff;
}

#footer .col-head span {
    line-height: 40px;
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 8px;
}

#footer li {
    letter-spacing:1px;
    line-height:18px;
}
#footer li a {
    background-image:url(/images/tpl2/footerIcon.png);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    height:13px;
    padding:1px 0 4px 18px;
    width:190px;
    line-height: 13px;
    color: #666;
    text-decoration:none;
}

#footer #buttons {
    border-top :1px solid #f5f5f5;
    padding:10px 0 5px 0;
    height: 40px;
}
#footer #buttons #copy {
    color:#777;
    margin-top: 6px;
    float:left;
    font-size:10px;
    letter-spacing:1px;
    line-height:25px;
    padding-left:10px;
    text-shadow:0px 1px #f3f3f3;
}

#footer #buttons #copy span{
    color: #F00;
}

#footer #buttons img {
    display:block;
    float:right;
    padding-right:10px;
    border:none;
}
/* -------------  footer CSS -------------- end */

.icon,.iconL {
    display: block;    
    background-image: url(/images/tpl2/icons.png?7);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.iconL {
    display: inline-block;
    *display: inline;
    *zoom:1;
}

.iconMale, .iconTrans, .iconGays, .iconStraight {
    width: 19px;
    height: 16px;
}

.iconClose, .iconCloseOver {
    width: 19px;
    height: 19px;
    background-position: -472px -86px;
}

.iconCloseOver {
    background-position: -492px -86px;
}

.iconGallery {
    width: 15px;
    height: 11px;
    background-position: -303px -66px;
}

.iconMess, .iconMessOver {
    background-position: -286px -67px;
    height: 12px;
    width: 16px;
}

.iconMessOver {
    background-position: -269px -67px;
}

#menuLeft .list .iconFemale { 
    background-position: -172px -3px;
    width: 11px;
    height: 15px;
}

.iconHD { 
    background-position: -78px -13px;
    height: 13px;
    width: 22px;
}

.iconVip { 
    background-position: -202px -111px;
    height: 14px;
    width: 14px;
}

.iconVerify { 
    background-position: -530px -86px;
    height: 14px;
    width: 14px;
}

.iconCountry {
    background: none;
}

.iconCountry, .iconCountry img{
    width: 14px;
    height: 11px;
}
.iconTrans { background-position: -150px -4px;}
.iconGays { background-position: -129px -4px;}
.iconStraight { background-position: -106px -4px;}

.iconMale {
    background-position: -203px -48px;
    height: 14px;
    width: 14px;
}
.iconFemale {
    background-position: -204px -63px;
    height: 14px;
    width: 12px;
}

.iconFemale2 {
    background-position: -172px -3px;
    height: 15px;
    width: 11px;
}

.iconLesbi {
    background-position: -182px -110px;
    height: 14px;
    width: 17px;
}
.iconTransC {
    background-position: -162px -111px;
    height: 14px;
    width: 17px;
}

.iconMail, .iconMailOver, .iconMailGray {
    background-position: -91px -124px;
    width: 17px;
    height: 11px;
}

.iconMailGray {
    background-position: -297px -146px;
}

.iconMailOver {
    background-position: -91px -112px;
}

.iconMailSmall {
    background-position: 0 0;
    width:11px;
    height:8px;
    border-radius: 2px;
    margin-bottom: 2px;
    background-image: url("/images/tpl2/newMail.gif");
}

.iconSettings, .iconSettingsOver {
    background-position: -279px -79px;
    height: 20px;
    width: 16px;
}

.iconSettingsOver {
    background-position: -262px -79px;
}

.iconSettingsAdv, .iconSettingsAdvOver  {
    background-position: -448px -86px;
    height: 20px;
    width: 23px;
}

.iconSettingsAdvOver {
    background-position: -425px -86px;
}

.iconSlideFav {
    background-position: -138px -143px;
    height: 14px;
    width: 17px;
}

.iconSlideComm {
    background-position: -113px -143px;
    height: 13px;
    width: 19px;
}

.iconSlidePlay, .iconSlidePlayOver {
    background-position: -19px -158px;
    height: 10px;
    width: 8px;
}

.iconSlidePlayOver {
    background-position: -19px -169px;
}

.iconSlidePause, .iconSlidePauseOver {
    background-position: -28px -158px;
    height: 10px;
    width: 9px;
}

.iconSlideClose, .iconSlideCloseOver {
    background-position: -412px  -86px;
    height: 11px;
    width: 11px;
}
.iconSlideCloseOver {
    background-position: -412px  -98px;
}

.iconSlidePauseOver {
    background-position: -28px -169px;
}

.iconSlidePrev, .iconSlidePrevOver, .iconSlideNext, .iconSlideNextOver {
    background-position: -1px -158px;
    width: 8px;
    height: 6px;
}

.iconSlideNext {
    background-position: -1px -165px;
}

.iconSlidePrevOver {
    background-position: -10px -158px;
}

.iconSlideNextOver {
    background-position: -10px -165px;
}

.iconSlideFull, .iconSlideFullOver {
    background-position: -52px -158px;
    width: 13px;
    height: 10px;
}

.iconSlideFullOver {
    background-position: -52px -169px;
}

.iconSlideExit, .iconSlideExitOver {
    background-position: -433px -114px;
    width: 10px;
    height: 10px;
}

.iconSlideExitOver {
    background-position: -447px -114px;
}

.iconSlideSpeedL, .iconSlideSpeedLOver{
    background-position: -529px -126px;
    height: 14px;
    width: 24px;
}

.iconSlideSpeedLOver{
    background-position: -557px -126px;
}

.iconSlideSpeedM, .iconSlideSpeedMOver{
    background-position: -529px -144px;
    height: 14px;
    width: 24px;
}

.iconSlideSpeedMOver{
    background-position: -557px -144px;
}

.iconSlideSpeedF, .iconSlideSpeedFOver{
    background-position: -529px -162px;
    height: 14px;
    width: 24px;
}

.iconSlideSpeedFOver{
    background-position: -557px -162px;
}

.iconMail2, .iconMail2Over, .iconMail3 {
    background-position: -224px -47px;
    width: 21px;
    height: 15px;
}

.iconMail3 {
    background-position: -297px -146px; 
}

.iconMail2Over {
    background-position: -224px -31px;
}

.iconNoInvite {
    background-position: -301px -46px;
    width: 20px;
    height: 15px;
}

.iconNoInviteOver {
    background-position: -301px -30px;
}

.iconUnInvite, .iconUnInvite2, .iconUnInviteOver {
    background-position: -281px -47px;
    width: 19px;
    height: 15px;
}

.iconUnInvite2 {
    background-position: -350px -146px;
}

.iconUnInviteOver {
    background-position: -281px -31px;
}

.iconInvite, .iconInvite2, .iconInviteOver {
    background-position: -261px -47px;
    width: 19px;
    height: 15px;
}

.iconInvite2 {
    background-position: -330px -146px;
}

.iconInviteOver {
    background-position: -261px -31px;
}

.iconValid {
    background-position: -393px -52px;
    height: 9px;
    width: 12px;
}

.iconValidBig {
    background-position: -527px -107px;
    height: 13px;
    width: 17px;
}

.iconInvalid {
    background-position: -428px -53px;
    height: 9px;
    width: 12px;
}

.iconSpam, .iconSpam2, .iconSpamOver, iconSpam2Over {
    background-position: -246px -47px;
    width: 14px;
    height: 15px;
}

.iconSpam2 {
    background-position: -315px -146px;
}

.iconSpam2Over {
    background-position: -315px -130px;
}

.iconSpamOver {
    background-position: -246px -31px;
}

.iconBlocked, .iconBlockedOver {
    background-position: -445px -62px;
    width: 14px;
    height: 15px;
}

.iconBlockedOver {
    background-position: -445px -46px;
}


.iconVipBig {
    background-position: -283px 0px;
    width: 30px;
    height: 29px;
}
.iconModelBig {
    background-position: -253px 0px;
    width: 30px;
    height: 29px;
}
.iconModelMiddle {
    background-position: -285px -106px;
    width: 21px;
    height: 20px;
}
.iconModelLittle {
    background-position: -259px -131px;
    width: 13px;
    height: 14px;
}
.iconProducerBig {
    background-position: -223px 0px;
    width: 30px;
    height: 29px;
}

.iconRandom {
    background-position: -170px -24px;
    width: 18px;
    height: 14px;
}

.iconSlide {
    background-position: -296px -83px;
    height: 16px;
    width: 16px;
}

.iconEdit{
    background-position: -413px -70px;
    height: 13px;
    width: 13px;
}

.iconEditOver{
    background-position: -426px -70px;
}


.iconRefresh {
    background-position: 0px -51px;
    height: 14px;
    width: 15px;
}

.iconRefresh2 {
    background-position: -66px -157px;
    height: 14px;
    width: 15px;
}

.iconRefresh:hover {
    background-position: -17px -51px !important;
}

.iconRefresh2:hover {
    background-position: -83px -158px !important;
}

.iconMenuD,.iconMenuR {
    width: 5px;
    height: 5px;
}

.iconMenuAjax {
    background-image: url(/images/tpl2/ajax.gif);
    width: 16px;
    height: 16px;
}

.iconArrowWL, .iconArrowWR, .iconArrowWLover, .iconArrowWRover {
    background-position: -349px -36px;
    height: 24px;
    width: 26px;
}

.iconArrowWLover {
    background-position: -349px -61px;
}

.iconArrowWR {
    background-position: -322px -36px;
}

.iconArrowWRover {
    background-position: -322px -61px;
}

.iconArrowWhiteDown, .iconArrowWhiteUp {
    width:5px;
    height:4px;
}

.iconArrowWhiteDown {
    background-position: -422px -55px;
}

.iconArrowWhiteUp {
    background-position: -416px -55px;
}

.iconUser, .iconUserOver, .iconUserGray{
    background-position: -202px -141px;
    height: 15px;
    width: 14px;
}
.iconUserGray {
    background-position: -370px -146px;
}
.iconUserOver{
    background-position: -216px -141px;
}
.iconUserB {
    background-position: -169px -164px;
    width: 14px;
    height: 15px;
}

.iconMenuD {background-position: -85px -3px;}
.iconMenuR {background-position: -78px -3px;}
.iconSearchUp, .iconSearchDown{
    background-position: -2px -68px;
    height: 3px;
    width: 6px;
}

.iconSearchDown {
    background-position: -2px -72px;
}

.iconPagerNext, .iconPagerPrev, .iconPagerNextHover, .iconPagerPrevHover {
    background-position: -11px -69px;
    height: 5px;
    width: 8px;
}

.iconPagerPrev {
    background-position: -11px -76px;    
}

.iconPagerNextHover {
    background-position: -20px -69px;    
}

.iconPagerPrevHover {
    background-position: -20px -76px;    
}

.iconHint, .iconHintOver {
    background-position: -248px -67px;
    height: 14px;
    width: 9px;
}

.iconHintOver, .iconHint:hover {
    background-position: -258px -65px;
}

.iconHintSmall, .iconHintSmallOver {
    background-position: -312px -108px;
    width:9px;
    height:12px;
}

.iconHintSmallOver, .iconHintSmall:hover {
    background-position: -322px -108px;
}

.iconHintBig, .iconHintBigOver {
    background-position: -224px -64px;
    width:12px;
    height:17px;
}

.iconHintBigOver, .iconHintBig:hover {
    background-position: -236px -64px;
}

.iconNewWin, .iconNewWinOver {
    background-position: -376px -67px;
    height: 14px;
    width: 16px;
}

.iconNewWinOver {
    background-position: -376px -52px;
}

.iconFavGal, .iconFavGalOver{
    background-position: -338px -17px;
    height: 15px;
    width: 36px;
}

.iconFavGalOver{
    background-position: -338px 0;
}

.iconFavPhoto, .iconFavPhotoOver{
    background-position: -375px -17px;
    height: 15px;
    width: 37px;
}

.iconFavPhotoOver{
    background-position: -375px 0px;
}

.iconFavRounded{
    background-position: -466px -133px;
    width:28px;
    height:25px;
}

.iconFavRoundedOver{
    background-position: -495px -133px;
}

.iconFavRounded.sel{
    background-position: -466px -159px;
}

.iconArrow {
    background-position: -11px -69px;
    height: 5px;
    width: 4px;    
}

.iconMenuUserD , .iconMenuUserUp {
    background-position: -185px -6px;
    height: 4px;
    width: 5px;
}

.iconMenuUserD {
    background-position: -185px -6px;
}

.iconMenuUserDover {
    background-position: -185px -12px;
}

.iconArrowBL, .iconArrowBR, .iconArrowBLhover, .iconArrowBRhover {
    width: 26px;
    height: 24px;
    background-position: 0 -26px;
}

.iconArrowBL {
    background-position: -28px -26px;
}

.iconArrowBLhover {
    background-position: -28px 0;
}

.iconArrowBRhover {
    background-position: 0 0;
}

.iconMenuUserUp {
    background-position: -185px 0px;
}

.iconLike,.iconLikeOver,.iconUnLike,.iconUnLikeOver{
    background-position: -113px -112px;
    height: 23px;
    width: 22px;
}

.iconOnline {
    background: url(/images/tpl2/onlineBig.gif) 0 0 no-repeat;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    border: 1px solid #a4ab91;
}

.iconOnlineSmall {
    background: url(/images/tpl2/online.gif) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 1px solid #a4ab91;
}

.iconLock {
    background-position: -376px -34px;
    height: 11px;
    width: 9px;
}

.tools .iconLike {
    margin: 1px 3px 0 4px;
}

.tools .iconUnLike {
    margin: 1px 4px 0 3px;
}

.iconUnLike {
    background-position: -194px -24px;
}

.iconUnLikeOver {
    background-position: -136px -111px;
}

.iconLikeOver {
    background-position: -194px -1px;
}

.iconLoad,.iconLoadOver {
    background-position: -14px -86px;
    height: 15px;
    width: 13px;
}
.iconLoadOver {
    background-position: 0px -86px;
}

.tools .iconLoad, .tools .iconLoadOver {
    margin: 6px 6px 0 0;
}

.iconFav, .iconFavOver, .iconFavGray {
    background-position: -181px -66px;
    height: 15px;
    width: 18px;
}

.iconFavGray {
    background-position: -264px -146px;
}

.iconFavOver {
    background-position: -181px -48px;
}

.tools .iconFav, .tools .iconFavOver {
    margin: 5px 3px 0 5px;
}

.iconFavOk {
    background-position: -181px -82px;
    height: 22px;
    width: 28px;
}

.tools .iconFavOk {
    margin: -2px -7px 0 5px;
}

.iconFlag, .iconFlagOver, .iconFlagGray {
    background-position: -35px -68px;
    height: 15px;
    width: 13px;
}

.iconFlagGray {
    background-position: -283px -146px;
}

.iconGift, .iconGiftOver {
    background-position: -495px -159px;
    height: 14px;
    width: 14px;
}

.iconGiftOver {
    background-position: -510px -159px;
}

.iconFlagOver {
    background-position: -35px -86px;
}

.tools .iconFlag, .tools .iconFlagOver {
    margin: 5px 5px 0 5px;
}

.iconPrint, .iconPrintOver {
    margin:4px 0 0 2px;
    height: 20px;
    width: 17px;
}

.iconPrint {
    background-position: -240px -83px;
}

.iconPrintOver {
    background-position: -223px -83px;
}

.iconGold {
    background-position: -231px -131px;
    width:13px;
    height:14px;
}

.iconGoldSmall {
    background-position: -283px -133px;
    height: 10px;
    width: 10px;
}

.iconCrown {
    background-position: -245px -131px;
    width:13px;
    height:12px;
}

.iconAccept {
    background-position: -334px -115px;
    width:28px;
    height:28px;
}

.iconDecline {
    background-position: -363px -115px;
    width:28px;
    height:28px;
}

.iconAcceptOver {
    background-position: -334px -115px;
}

.iconDeclineOver {
    background-position: -363px -86px;
}

.iconAcceptBig {
    background-position: -392px -156px;
    width:36px;
    height:28px;
}

.iconAcceptBigOver, .iconAcceptBig:hover {
    background-position: -392px -128px;
}

.iconDeclineBig {
    background-position: -429px -156px;
    width: 36px;
    height: 28px;
}

.iconDeclineBigOver, .iconDeclineBig:hover {
    background-position: -429px -128px;
}

.iconFlag_en {
    height: 11px;
    width: 16px;
    background-position:-224px -165px;
}

.iconFlag_de {
    height: 11px;
    width: 16px;
    background-position:-242px -165px;
}

.iconFlag_fr {
    height: 11px;
    width: 16px;
    background-position:-278px -165px;
}

.iconFlag_es {
    height: 11px;
    width: 16px;
    background-position:-260px -165px;
}

.iconFlag_it {
    height: 11px;
    width: 16px;
    background-position:-296px -165px;
}

.iconFlag_ru {
    height: 11px;
    width: 16px;
    background-position:-332px -165px;
}

.iconFlag_pt {
    height: 11px;
    width: 16px;
    background-position:-206px -165px;
}

.iconFlag_jp {
    height: 11px;
    width: 16px;
    background-position:-350px -165px;
}

.iconFlag_nl {
    height: 11px;
    width: 16px;
    background-position:-368px -165px;
}

.iconFlag_pl {
    height: 11px;
    width: 16px;
    background-position:-314px -165px;
}

.iconCam {
    background-position:-588px -102px;
    width: 14px;
    height: 16px;
}

.iconMic {
    background-position:-588px  -124px;
    width: 10px;
    height: 15px;
}

.iconOpts {
    width: 8px;
    height: 7px;
    background-position:-93px  -143px;
}

#adIndex {
    display: none;
}

.adVideo {
    height: 345px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    padding: 14px 0;
    float: right;
    width: 325px;
    text-align: center;
    font-size: 10px;
    color: #7a7a7a;
    margin: 5px 5px 8px 0;
    background: url(/images/tpl2/adVideo.png) center bottom no-repeat;
    text-shadow: #F4F4F4 0px 1px;
}

.adVideo.withCams {
    height: 288px;
    margin-bottom: 14px;
}

.adVideo.withCams a {
    line-height: 15px;
}

.adVideo2 {
    height: 576px;
    margin-top: 0;
    margin-right: 0;
    padding-top:14px;
}

.adPr2 {
    height: 534px;
}

#playerSpot1 {
    margin-top: 14px;
    margin-bottom: 5px;
}

#playerSpot2 {
    margin-top: 11px;
    margin-bottom: 11px;
}

.adVideo .frame {
    width: 300px;
    height: 250px;
    margin: 6px auto;
    overflow: hidden;
}

.adVideo2 .frame {
    margin: 0 auto 20px;
}

.adVideo a {
    line-height: 56px;
    color: #b1afaf;
    text-decoration: underline;
}
.adVideo2 a {
    line-height: 30px;
    margin: 12px 0;
    padding-bottom: 0;
}

.adVideo a:hover,.adVideo a.red:hover {
    color: #2F2F2F !important;
}

.adVideo a.red {
    color: #f5381f;
}

.adVideo .clear {
    border: none;
    background: url(/images/tpl2/adShadow.png) center -3px no-repeat;
    height: 3px;
    display: block;
    margin: 6px 0 3px 0;
}

.adVideo2 .clear {
    margin: 0px 0 5px;
}

.hintBox {
    position: absolute;
    z-index: 10000;
    color: #7d7d7d;
    font-size: 11px;
    display:none;
    margin-top: -10px;
    margin-left: -50%;
}

.hintBox .box{
    background-image:url("/images/tpl2/hintBg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFF;
    border-radius:3px;
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
}

.hintBox .txt {
    padding: 5px 10px;
}

.hintL .txt {
    padding: 7px 10px;
}

.hintBox b {
    color: #8fad55;
}

.hintBox u {
    color: #f5381f;
    text-decoration: none;
}

.hintBox .arrow{
    background-image:url("/images/tpl2/hintArrow.png?3");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 6px;
    width: 11px;
    margin: 0 auto;
    position: absolute;
    margin: 0 0 0 -5px;
    left: 50%;
}

.hintL {
    margin-top: -10px;
}

.hintL .arrow{
    background-position: -12px 0;
    left: 100%;
    top: 50%;
    margin: -6px 0 0 0;
    width: 6px;
    height: 11px;
}

.tools {
    height: 36px;
    padding: 9px 8px 9px 9px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.tools a {
    border: 1px solid #cecece;
    border-radius: 3px;
    background-image:url("/images/tpl2/bgSpriteV2.png");
    background-repeat: repeat-x;
    background-position: 0 -187px;
    background-color: #e0e0e0;
    display: block;
    margin: 0 0 0 8px;
    line-height: 24px;
    height: 24px;
    padding: 5px 10px;
    font-weight: bold;
    color: #666;
    font-size: 12px;
}

.tools a:hover {
    background-position: 0 -231px;
    background-color: #f1f1f1;
}

.tools a.down, .tools a.down:hover {
    background-position: 0 -275px;
    background-color: #ececec;
}

.tools a.r {
    margin-left:0;
    border-radius: 0 3px 3px 0;
}


.tools a.l {
    margin:0;
    border-radius: 3px 0 0 3px;
}

.tools a.l:hover {
    color: #89a651 !important;
}

.tools a .icon {
    float: left;
}

.error {
    padding: 20px;
    margin: 50px;
    font-weight: bold;
    text-align: center;
    border-radius:3px;
    border: 1px solid #e48484;
    background-color:#f7e8e8;    
    color: #2f2f2f;
}

.mess {
    padding: 20px;
    margin: 50px;
    font-weight: bold;
    text-align: center;
    border-radius:3px;
    border: 1px solid #A6E484;
    background-color:#F0F7E8;    
    color: #2f2f2f;
}

.error a, .mess a {
    text-decoration: underline;
}

.errorBox {
    color: #5D5D5D;
    font-size: 12px;
    font-weight: bold;
    padding: 175px 0;
    text-align: center;
}

.tabs {
}

.tabs .head {
    height: 34px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.tabs .head a {
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 3px 3px 0 0;
    line-height: 30px;
    padding: 0 10px;
    color: #494949;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-right: 7px;
    margin-top: 2px;
    background-image: url(/images/tpl2/bgSpriteV2.png);
    background-position: 0 -320px;
    background-repeat: repeat-x;
    background-color: #f0efef;
    height: 31px;
    text-decoration:none;
}

.tabs .head a.sel {
    border-bottom: none;
    margin-top: 0;
    height: 34px;
    line-height: 34px;
}

.tabs .head a.sel, .tabs .head a.sel:hover {
    background-position: 0 -389px;
    background-color: #ebebeb;
}

.tabs .head a:hover {
    background-position: 0 -355px;
    background-color: #f1f1f1;
}

.tabs .head a.right {
    float: right;
    margin-right: 0;
}

.tabs .content {
    border: 1px solid #d8d8d8;
    border-radius: 0 3px 3px 3px;
    background-color: #ebebeb;
    max-width: 998px;
}


.tabs .tab {
    display: none;
	padding-bottom: 3px;
}

.tabs .loader {
    background: url("/images/tpl2/loadTab.gif") no-repeat center center #EBEBEB;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

.tabs iframe {
    width: 100%;
    height: 100%;
}

.tabs .pager {
    padding: 6px 0 6px 0;
    margin: 0 0 0 -1px;
}

.tabsSmall .head {
    height: 26px;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.tabsSmall .head a.sel {
    height: 26px;
    line-height: 26px;
}

.tabsSmall .head a {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    margin-right: 4px;
}

.tabsWithPager .tab {
    padding-bottom:0;
    margin-left:1px;
}

/*-------------- modal popup ------------------*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  width:100%;
  height: 100%;
  cursor:pointer;
  min-width: 1000px;
}
  
.modal {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:9999 !important;
  box-shadow:0 0 5px rgba(0,0,0,0.3);
  color: #5d5d5d;
  font-size: 12px;
}


.modalBox {
  position:relative;
}

.modal .close, .event_popup .close {
   background-image: url(/images/tpl2/icons.png?5);
   width: 19px;
   height: 19px;
   background-position: -40px -138px;
   background-repeat: no-repeat;
   float: right;
   margin: 6px 1px 0 0;
   display: block;
}

.modal .close:hover, .event_popup .close:hover {
   background-position: -62px -138px !important;
}

/*-------------- modal popup ------------------ end*/

#recaptchaPop {
    width: 320px;
    height: 130px;
}

#captchaPop .submit{
    background-color: #E0E0E0;
    background-image: url("/images/tpl2/bgSpriteV2.png");
    background-position: 0 -187px;
    background-repeat: repeat-x;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 10px 40px;
    padding: 0 10px;
    text-align: center;
}

#captchaPop .err {
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #F5381F;    
}

/*-------------- table.standart ------------------*/

table.standart {
    margin:6px;
    border-spacing: 1px;
}

table.standart td, table.standart th {
    vertical-align: middle !important;
    padding:10px;
}

table.standart th {
    background-color: #d9d9d9;
    font-size:12px;
    font-weight:bold;
    color:#505050;
}

table.standart td.firsta, table.standart td.firstb  {
    color:#808080;
    font-size:12px;
}

table.standart td.firsta {
    background-color:#dddddd;
}

table.standart td.firstb {
    background-color:#efefef;
}

table.standart td.a {
    background-color:#e4e4e4;
}

table.standart td.b {
    background-color:#eeeeee;
}

table.standart td.topLeft, table.standart th.topLeft {
    border-radius: 3px 0 0 0;
}

table.standart td.topRight, table.standart th.topRight {
    border-radius: 0 3px 0 0;
}

table.standart td.bottomLeft {
    border-radius: 0 0 0 3px;
}

table.standart td.bottomRight {
    border-radius: 0 0 3px 0;
}

/*-------------- table.standart -------------- end*/


/*------ ratingBar -------*/
.boxC .ratingBar {
    float: left;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    width: 100px;
    font-size: 10px;
    height: 24px;
    text-align: center;
    padding: 5px 7px;
    margin: 0;
    line-height: 16px;
    background-image: url("/images/tpl2/toolRateBg.png");
    background-repeat: repeat-x;
    background-position: -1px 0;
    background-color: #E0E0E0;
    line-height: 16px;
}

.boxC .ratingBar div {
    background-color: #F56C6C;
    background-image: url("/images/tpl2/rateShadow.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 4px;
    margin: 3px 0px;
    box-shadow: 0 1px #F0F0F0;
}

.ratingBar .green {
    background-color: #A5C665 !important;
    border-radius: 3px 0 0 3px;
}

.ratingBar .red {
    background-color: #F56C6C !important;
    border-radius: 0 3px 3px 0;
}


/*------- user bigThumb ------*/
div.bigThumb {
    float:left;
    width:186px;
    height:205px;
    border-radius: 3px;
    background-color: #e4e4e4;
    border:1px solid #d9d9d9;
    margin:10px 5px 0px 5px;
    position:relative;
}

div.bigThumbVerified {
    background-color: #e9fab4;
}

div.bigThumb div.iconVipBig {
    position:absolute;
    top:3px;
    right:3px;
}

div.bigThumb .avatar{
    height:156px;
    border-bottom:1px solid #d9d9d9;
    text-align: center;
}

div.bigThumb .avatar img{
    width:150px;
    height:150px;
    margin-top:3px;
}

div.bigThumb .panel{
    height:20px;
    font-size: 11px;
    color:#2f2f2f;
    padding:4px 0 0 6px;
}

div.bigThumb .panel .age{
    color:#808080;
}

div.bigThumb .panel div.iconL{
    vertical-align: middle;
}

div.bigThumb .panel .rIcons{
    float:right;
    line-height: 13px;
}

div.bigThumb .panel .rIcons div.iconL {
    margin-right:6px;
}

div.bigThumb .sendMsg{
    height:24px;
    background: #e7e6e6 url(/images/tpl2/usButBgGrey.png) repeat-x;
    font-size:11px;
}

div.bigThumb .sendMsg:hover{
    background: #e7e6e6 url(/images/tpl2/usButBgGreyHover.png) repeat-x;
}

div.bigThumbVerified .sendMsg{
    background: #eef6d6 url(/images/tpl2/usButBgGreen.png) repeat-x;
}

div.bigThumbVerified .sendMsg:hover{
    background: #eef6d6 url(/images/tpl2/usButBgGreenHover.png) repeat-x;
}

div.bigThumb .sendMsg a{
    display: block;
    padding: 7px 0 7px 0px;
    text-decoration: none;
    text-align: center;
}

.btnBigList a, .btnBig {
    display: inline-block;
    background: #E0E0E0 url("/images/tpl2/bgSpriteV2.png") repeat-x 0 -187px;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 0 3px 0 3px;
    padding: 0 13px;
    cursor: pointer;
    text-decoration: none !important;
}

.btnBigList a {
    margin: 0 3px;
}

.btnBigList a:hover, .btnBig:hover {
    background-position: 0 -231px;
    background-color: #F2F2F2;
    color:#F5381F;
}

.btnBigList a.sel, .btnBig.sel, .btnSmall.sel {
    background: #ececec url("/images/tpl2/filBgA.png?1") repeat-x 0 -1px;
    color: #aeaeae;
}

.btnBigList a.down {
    background-color: #ECECEC;
    background-position: 0 -275px;
    color: #CCCCCC !important;
    cursor: default;    
}

.btnBig.disabled, .btnSmall.disabled, .btnBig.disabled:hover, .btnSmall.disabled:hover {
    /*opacity:0.5;color:#707070;*/
    background: #ececec url("/images/tpl2/filBgA.png?1") repeat-x 0 -1px !important;
    color: #aeaeae !important;
    cursor:default;
}

.btnSmall {
    display: inline-block;
    background: #ececec url("/images/tpl2/bgSpriteV2.png") repeat-x 0 -468px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px #F0F0F0;
    color: #707070;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 6px 7px 1px;
    padding: 3px 8px 4px 8px;
    cursor:pointer;
    text-decoration: none !important;
    border:1px solid #CECECE;
}

.btnSmall:hover {
    background-position: 0 -498px;
    background-color: #f2f2f2;
    color:#F5381F;
}

.btnBig.disabled:hover, .btnSmall.disabled:hover {
    background: #E0E0E0 url("/images/tpl2/bgSpriteV2.png") repeat-x 0 -187px;
    color:#666666;
}

.btnGreen {
    background: #d2fa8d url("/images/tpl2/tipGr.png") repeat-x 0 0;
}

.btnBlue {
    background: #e1ecf3 url("/images/tpl2/buttBlue.png") repeat-x 0 0;
}

.btnRed {
    background: #f3e1e1 url("/images/tpl2/buttRed.png") repeat-x 0 0;
}

.btnGold {;
    background: #f4e4c0 url("/images/tpl2/goPrivate.png") repeat-x 0 0;
}

.btnGreen:hover, .btnBlue:hover, .btnRed:hover, .btnGold:hover {
    background: #f1f1f1 url("/images/tpl2/bgSpriteV.png") repeat-x 0 -191px;
}

#searchList {
    display: none;
    position: absolute;
    border: 1px solid #E9E9E9;
    border-width: 1px 1px 0 1px;
    background: #FFF;
    z-index: 100;
    left: 10px;
    top: 24px;
    border-radius: 0 0 3px 3px;
    margin:-1px 0 0 0;
}

#searchList span{
    border-bottom: 1px solid #E9E9E9;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    min-width: 332px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}


#searchList span:hover, #searchList span.sel{
    background: #F0F0F0;
}

#searchList2 {
    display: none;
    position: absolute;
    border: 1px solid #E9E9E9;
    border-width: 1px 1px 0 1px;
    background: #FFF;
    z-index: 100;
    left: 10px;
    top: 24px;
    border-radius: 0 0 3px 3px;
    margin:-1px 0 0 0;
}

#searchList2 a {
	border-bottom: 1px solid #E9E9E9;
	line-height: 30px;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	min-width: 332px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

#searchList2 a:hover, #searchList2 a.sel{
    background: #F0F0F0;
}

.separate {
    width:100%;
    height:0;
    margin:10px 0 10px 0;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #E4E4E4;
    clear: both;
}

.separate2 {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #E4E4E4;
    height: 0;
    margin: 10px 0;
}

.separateShadow {
    background: url("/images/tpl2/footerShadow.png") center 1px no-repeat;
    height: 16px;
    text-align: center;
    clear: both;
    float: none;
}

.user {
    float: left;
    width: 80px;
    margin-right: 10px;
    background: url('/images/tpl2/userBg.png') 0 0 repeat-x #ececec;
    border: 1px solid #d9d9d9;
    padding: 2px 5px;
    text-align: center;
    border-radius:3px;
    box-shadow: 0 1px #F0F0F0;
    font-weight: bold;
    font-size: 11px;
}

.user .name {
    line-height: 19px;
    text-decoration:none;
}

.ret {
    border-radius:3px;
    line-height: 30px;
    background-color: #E1E1E1;
    text-shadow: 0 1px rgba(255,255,255,100);
    margin: 2px 0 3px;
    font-weight: normal;
    color: #F5381F;
}


.userVer {
    background: url('/images/tpl2/userBgGreen.png') 0 0 repeat-x #e1fbbf;
}

.userPr {
    background: url('/images/tpl2/userPrBg.png') 0 0 repeat-x #ffeec0;
}

.user .thumb {
    text-align: center;
    margin: 3px 0;
    line-height: 0;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    position: relative;
}
.user .thumb img {
    height: 80px;
    width: 80px;
}

.user .online {
    position: absolute;
    bottom: 69px;
    right: 3px;
    background: url(/images/tpl2/online.gif) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    border-radius:4px;
    border: 1px solid #727a60;
}


.user .icons {
    line-height: 0px;
    padding: 2px 0;
}

.user .icon {
    display: block;
    float: left;
    margin: 0 2px;
}

.user .iconCountry {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user .iconMail {
    margin-top: 1px;
    margin-bottom: 2px;
    cursor: pointer;
}

.userOuter {
    border-radius: 2px;
    padding:9px;
    float:left;
    background: #E3E3E3 url(/images/tpl2/galleryBg.png) repeat-x;
    margin-right:6px;
    margin:5px 6px 5px 0;
    border:1px solid #d9d9d9;
    height: 151px;
}

.userOuter.sel {
    background: #fff4f3;
}

.userOuter label.s {
    display:block;
    margin-top:10px;
    margin-left:22px;
    text-align: center;
    font-size: 11px;
    color:#7e7e7e;
}

.userOuter label.s span {
    display:block;
    float:left;
}

.userOuter label.s span.c {
    margin-top:-1px;
}

.userOuter .user {
    float:none;
    margin-right:0;
    height: 123px;
}

.userOuter .user .ret {
    line-height: 100px;
}

.userOuter.userChoosing .user {
    float:left;
    margin-right:10px;
}

.boxC .uList {
    margin:3px 0 0 7px;
}

.boxC .uList .clear {
    height:7px;
}


/************ Forms ***********/

select.std, input.textStd, textarea.std {
    background-color: #FCFCFC;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    box-shadow: 0 1px #F0F0F0;
    padding: 3px;
    color: #717171;
}

select.std {
    height: 28px;
}

input.textStd {
    height: 21px;
}

.userControlButtons {
    text-align: center;
    min-height:0;
}

.userControlButtons div {
    padding:6px;
}

/**** Messages ******/

div.noContentMessage {
    color:#5d5d5d;
    text-align: center;
    font-size:12px;
    font-weight: bold;
    padding:80px 0 80px 0;
}
.noContentMessage a {
    text-decoration:underline;
}

.bigCenterMessage {
    width: auto;
    border: 1px solid #d8d8d8;
    padding: 23px 0 23px 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 18px;
    color: #5d5d5d;
    text-align: center;
    margin: 70px auto 70px auto;
    min-width: 468px;
    max-width: 668px;
}

.bigCenterMessage a {
    color:#2f2f2f;
}

.boxMsg, .boxErr {
    padding: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e48484;
    background-color: #f7e8e8;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.boxMsg a, .boxErr a {
    font-weight: bold;
    text-decoration: underline;
}

.boxMsg {
    background-color: #f0f7e8;
    border:2px solid #a6e484;
}

/*** remove&flag small buttons ***/

a.btnDel, a.btnFlag {
    display: block;
    width: 11px;
    height: 11px;
    background: #B3B3B3 url(/images/tpl2/icons.png?5) no-repeat -26px -139px;
    border-radius: 2px;
    box-shadow: 0 1px #F0F0F0;
}

a.btnFlag {
    background-position: -15px -139px;
}

a.btnDel:hover, a.btnFlag:hover {
    background-color: #F5381F;
}

/***** Rules *****/

div.rulesList {
    text-align: left;
    background: #faf8ed;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    padding: 10px 0;
    color: #505050;
    line-height: 15px;
    margin: 0 0 10px 0;
}

div.rulesList.green {
    background: #ebfddc;
}

div.rulesList h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width:100%;
}

div.rulesList .uLine {
    border-top: 1px solid #edebe1;
    border-bottom: 1px solid #fdfcf6;
    margin-bottom: 6px;
}

div.rulesList.green .uLine {
    border-bottom: 1px solid #F5FEEE;
    border-top: 1px solid #DFF0D1;
}

div.rulesList p {
    padding:4px 0 8px 0 !important;
    font-size:12px !important;
    color:#505050 !important;
    margin:0 10px;
}

div.rulesList p .iconValid {
    padding-right:6px;
}

div.rulesList i {
    display:block;
    margin-left:18px;
    margin-bottom:5px;
}

div.rulesList i p{
    padding:2px 0 2px 0px !important;
}

.notFoundB {
    color: #505050;
    font-weight: bold;
    margin: 50px 100px;
    text-align: center;
}

.adSpot {
    overflow: hidden;
    margin:0 auto;
}

.adVideo2 .adSpot {
    margin:10px auto;
}

.adSpot .frame {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.loaderAjax {
    background: url("/images/tpl2/loadTab.gif") no-repeat center center #EBEBEB;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:2;
}

.iconM {
    background: url("/images/tpl2/iconsMenuMain.png") no-repeat 0 0;
    width: 15px;
    height: 19px;
    margin:7px 7px 0 -2px !important;
}
.iconMRecom {
    background-position: 0 0;
}
.iconMTopRated {
    background-position: -16px 0;
}
.iconMCats {
    background-position: -32px 0;
}
.iconMMobile {
    background-position: -48px 0;
}
.iconMHD {
    background-position: -64px 0;
}
.iconMUpload {
    background-position: -80px 0;
}
.iconMStar {
    background-position: -96px 0;
}
.iconMGirls {
    background-position: -112px 0;
}
.iconMBoys {
    background-position: -128px 0;
}
.iconMCouples {
    background-position: -144px 0;
}
.iconMTrans {
    background-position: -160px 0;
}
.iconMWin {
    background-position: -176px 0;
}
.iconMWanted {
    background-position: -192px 0;
}
.iconMStartBroadcasting {
    background-position: -208px 0;
}
.iconMUploadPhotos {
    background-position: -224px 0;
}
.iconMVideos {
    background-position: -240px 0;
}
.iconMPhotos {
    background-position: -256px 0;
}
.iconMDocs {
    background-position: -272px 0;
}

.iconMR {
    background: url("/images/tpl2/iconsMember.png") no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-position: 0 0;
    float:left !important;
}

.menuUser .iconMR {
    margin:5px 5px 0 -3px;
}

#menuRound .list .iconMR {
    margin:1px 5px 0 -3px;
}

.iconMRSites {
    background-position: 0 0;
}
.iconMTSites {
    background-position: 0 -16px;
}
.iconMTSitesOver {
    background-position: 0 -32px;
}
.iconMRAddNewSite {
    background-position: -16px 0;
}
.iconMTAddNewSite {
    background-position: -16px -16px;
}
.iconMTAddNewSiteOver {
    background-position: -16px -32px;
}
.iconMRVideos {
    background-position: -32px 0;
}
.iconMTVideos {
    background-position: -32px -16px;
}
.iconMTVideosOver {
    background-position: -32px -32px;
}
.iconMRGals {
    background-position: -48px 0;
}
.iconMTGals {
    background-position: -48px -16px;
}
.iconMTGalsOver {
    background-position: -48px -32px;
}
.iconMRUploadVideo {
    background-position: -64px 0;
}
.iconMTUploadVideo {
    background-position: -64px -16px;
}
.iconMTUploadVideoOver {
    background-position: -64px -32px;
}
.iconMRBulkUpload {
    background-position: -80px 0;
}
.iconMTBulkUpload {
    background-position: -80px -16px;
}
.iconMTBulkUploadOver {
    background-position: -80px -32px;
}
.iconMRUploadGal {
    background-position: -96px 0;
}
.iconMTUploadGal {
    background-position: -96px -16px;
}
.iconMTUploadGalOver {
    background-position: -96px -32px;
}
.iconMRProtectContent {
    background-position: -112px 0;
}
.iconMTProtectContent {
    background-position: -112px -16px;
}
.iconMTProtectContentOver {
    background-position: -112px -32px;
}
.iconMRManual {
    background-position: -128px 0;
}
.iconMTManual {
    background-position: -128px -16px;
}
.iconMTManualOver {
    background-position: -128px -32px;
}
.iconMRProfile {
    background-position: -144px 0;
}
.iconMTProfile {
    background-position: -144px -16px;
}
.iconMTProfileOver {
    background-position: -144px -32px;
}
.iconMRMessages {
    background-position: -160px 0;
}
.iconMTMessages {
    background-position: -160px -16px;
}
.iconMTMessagesOver {
    background-position: -160px -32px;
}
.iconMRInvites {
    background-position: -176px 0;
}
.iconMRNews {
    background-position: -192px 0;
}
.iconMRFriends {
    background-position: -208px 0;
}
.iconMTFriends {
    background-position: -208px -16px;
}
.iconMTFriendsOver {
    background-position: -208px -32px;
}
.iconMRSubscr {
    background-position: -224px 0;
}
.iconMTSubscr {
    background-position: -224px -16px;
}
.iconMTSubscrOver {
    background-position: -224px -32px;
}
.iconMRBlog {
    background-position: -240px 0;
}
.iconMTBlog {
    background-position: -240px -16px;
}
.iconMTBlogOver {
     background-position: -240px -32px;
}
.iconMRBlockedUsers {
    background-position: -256px 0;
}
.iconMTBlockedUsers {
    background-position: -256px -16px;
}
.iconMTBlockedUsersOver {
    background-position: -256px -32px;
}
.iconMRSettings {
    background-position: -272px 0;
}
.iconMTSettings {
    background-position: -272px -16px;
}
.iconMTSettingsOver {
    background-position: -272px -32px;
}
.iconMRNewsAll {
    background-position: -288px 0;
}
.iconMTNewsAll {
    background-position: -288px -16px;
}
.iconMTNewsAllOver {
    background-position: -288px -32px;
}
.iconMRNewsFreshComs {
    background-position: -304px 0;
}
.iconMTNewsFreshComs {
    background-position: -304px -16px;
}
.iconMTNewsFreshComsOver {
    background-position: -304px -32px;
}
.iconMRNewsContentFeed {
    background-position: -320px 0;
}
.iconMTNewsContentFeed {
    background-position: -320px -16px;
}
.iconMTNewsContentFeedOver {
    background-position: -320px -32px;
}
.iconMRNewsStatus {
    background-position: -336px 0;
}
.iconMTNewsStatus {
    background-position: -336px -16px;
}
.iconMTNewsStatusOver {
    background-position: -336px -32px;
}
.iconMRNewsFriendships {
    background-position: -352px 0;
}
.iconMTNewsFriendships {
    background-position: -352px -16px;
}
.iconMTNewsFriendshipsOver {
    background-position: -352px -32px;
}
.iconMRGames {
    background-position: -368px 0;
}
.iconMTGames {
    background-position: -368px -16px;
}
.iconMTGamesOver {
    background-position: -368px -32px;
}
.iconMRUsers {
    background-position: -384px 0;
}
.iconMTUsers {
    background-position: -384px -16px;
}
.iconMTUsersOver {
    background-position: -384px -32px;
}
.iconMRPremiumVideos {
    background-position: -400px 0;
}
.iconMTPremiumVideos {
    background-position: -400px -16px;
}
.iconMTPremiumVideosOver {
    background-position: -400px -32px;
}
.iconMRPornstars {
    background-position: -416px 0;
}
.iconMTPornstars {
    background-position: -416px -16px;
}
.iconMTPornstarsOver {
    background-position: -416px -32px;
}
.iconMRUploadPost {
    background-position: -432px 0;
}
.iconMTUploadPost {
    background-position: -432px -16px;
}
.iconMTUploadPostOver {
    background-position: -432px -32px;
}
.iconMRUploadIntro {
    background-position: -448px 0;
}
.iconMTUploadIntro {
    background-position: -448px -16px;
}
.iconMTUploadIntroOver {
    background-position: -448px -32px;
}
.iconMRStartBroadcast {
    background-position: -464px 0;
}
.iconMTStartBroadcast {
    background-position: -464px -16px;
}
.iconMTStartBroadcastOver {
    background-position: -464px -32px;
}
.iconMRMyTokens {
    background-position: -480px 0;
}
.iconMTMyTokens {
    background-position: -480px -16px;
}
.iconMTMyTokensOver {
    background-position: -480px -32px;
}
.iconMRPayments {
    background-position: -496px 0;
}
.iconMTPayments {
    background-position: -496px -16px;
}
.iconMTPaymentsOver {
    background-position: -496px -32px;
}
.iconMRPaymentSettings {
    background-position: -512px 0;
}
.iconMTPaymentSettings {
    background-position: -512px -16px;
}
.iconMTPaymentSettingsOver {
    background-position: -512px -32px;
}
.iconMRDocs {
    background-position: -528px 0;
}
.iconMTDocs {
    background-position: -528px -16px;
}
.iconMTDocsOver {
    background-position: -528px -32px;
}
.iconMRBannedCountries {
    background-position: -544px 0;
}
.iconMTBannedCountries {
    background-position: -544px -16px;
}
.iconMTBannedCountriesOver {
    background-position: -544px -32px;
}
.iconMRReview {
    background-position: -560px 0;
}
.iconMTReview {
    background-position: -560px -16px;
}
.iconMTReviewOver {
    background-position: -560px -32px;
}
.iconMRTop {
    background-position: -576px 0;
}
.iconMTTop {
    background-position: -576px -16px;
}
.iconMTTopOver {
    background-position: -576px -32px;
}
.iconMRErrors {
    background-position: -592px 0;
}
.iconMTErrors {
    background-position: -592px -16px;
}
.iconMTErrorsOver {
    background-position: -592px -32px;
}

.iconMRGetTokens {
    background-position: -608px 0;
}
.iconMTGetTokens {
    background-position: -608px -16px;
}
.iconMTGetTokensOver {
    background-position: -608px -32px;
}


.iconMRPurchases {
    background-position: -640px 0;
}
.iconMTPurchases {
    background-position: -640px -16px;
}
.iconMTPurchasesOver {
    background-position: -640px -32px;
}

.iconMRRClub {
    background-position: -624px 0;
}
.iconMTRClub {
    background-position: -624px -16px;
}
.iconMTRClubOver {
    background-position: -624px -32px;
}

#menuNews {
    position: absolute !important;
    left: 145px;
    top: 0;
    z-index:1000;
}

#menuNews a {
    font-size:11px !important;
    background-color: #414141 !important;
    width: auto;
    padding-right: 30px !important;
    white-space: nowrap;
}

#menuNews a.first {
    border-radius: 0 3px 0 0;
}

#menuNews a.last {
    border-bottom: 1px solid #454545 !important;
    border-radius: 0 0 3px 0 !important;
}

#editor_acts .btnSmall {
    margin-left:0;
}

.uLine {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #E4E4E4;
    height: 0;
    margin: 10px 0;
}

.uLine.long {
    margin-left: -4px;
    margin-right: -4px;
}

noindex:-o-prefocus, .menuMain .sub li {
    min-width: 240px;
}

/*------------------- form errors --------------*/

.inpErr {
  background:#FEE !important;
}

.chkErr, .chkErr2 {
  font-size:10px;
  color:red;
  font-family:Tahoma;
  text-align: left;
}

.chkErr2 {
    margin-top:3px;
    clear:both;
}

/*------------------- form errors -------------- end*/

#cType {
    background: url(/images/tpl2/icons.png?5) no-repeat -545px 0 ;
    width: 35px;
    height: 24px;
    float: right;
    position: relative;
    margin: -3px 4px 0 0;
    padding-left: 5px;
    line-height: 30px;
}

#cType .iconMenuD {
    margin: 0 0 5px 1px;
}

#cType .list{
    background: url(/images/tpl2/icons.png?5) no-repeat -545px -25px ;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 73px;
    width: 40px;
    margin: 0;
    padding: 0;
}

#cType:hover .list{
    display: block;
}

#cType .list a, #cType .list a:hover{
    background:none;
    display: block;
    height: 17px;
    line-height: 16px;
    padding: 4px 5px 3px 5px;
    margin: 0;
    border: none;
}

#cType .list a:hover {
    background: url(/images/tpl2/icons.png?5) no-repeat -545px 0 ;
}

#cType .list .iconMenuD {
    margin: 0 0 5px 2px;
}


#supportAds {
    background: url(/images/tpl2/bg-promo.png) no-repeat 0 0;
    width: 1000px;
    margin: 15px 0;
    line-height: 39px;
    height: 39px;
    text-align: center;
    font-size: 14px;
    color: #505050
}

#supportAds a{
    color: #F5381F;
}

#supportAds a.btnSmall{
    color: #505050;
}

.menu2 {
    position: relative;
    height: 70px;
    margin-top: 16px;
}

.menu2 a {
    display: block;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px #000000;
}

.menu2 a:hover {
    color: #FFFFFF !important;
}

.menu2 .l1 {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.menu2 .l1, .menu2 .l1 a {
    background: url(/images/tpl2/bgSpriteV2.png) 0 -54px repeat-x #434343;
    height: 36px;
}
.menu2 .l1 a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px 1px;
    border-left : 1px solid #5B5B5B;
    border-right : 1px solid #454545;
}

.menu2 .l1 a:first-child {
    border-radius:5px 0 0 0;
    border-left:none;
}


.menu2 .l1 a:hover, .menu2 .l1 a.sel {
    background-position: 0 -101px;
    background-color: #535353;
}

.menu2 .l2 {
    background: #535353;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    position: relative;
    height: 33px;
}

.menu2 .l2 .sub {
    width: 100%;
    top: 0px;
    left: 0;
    display: none;
    position: absolute;
}

.menu2 .l2 .sub a {
    left: 0;
    height: 33px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 15px;
}

.menu2 .l2 .sub a:first-child {
    border-radius: 0 0 0 5px;
}

.menu2 .l2 .sub a:hover {
    background: #373737;
}

.menu2 .l2 .sub .hint{
    display: inline-block;
    margin-left: 4px;
}

.menu2 .l2 .sub .hint div {
    margin-bottom: -3px;
}

.menu2 .l2 .sub a:first-child {
    border-left : none;
}

.menu2 .iconMenuAjax {
    border-radius: 8px;
    float: right;
    margin: 8px -19px 0 3px;
}

.menu2 .iconM {
    float: left;
    margin: 7px 5px 0 -2px !important;
}

.menu2 .l1 .last {
    padding-right: 6px;
}
.menu2 .l1 .last a {
    line-height: 25px;
    float: right;
    font-size: 11px;
    background-image: url(/images/tpl2/icons.png?5);
    background-position: -224px -105px;
    background-repeat:no-repeat;
    color: #ebebeb;
    text-shadow: none;
    font-weight: bold;
    width: 29px;
    padding: 0;
    height: 25px;
    overflow: hidden;
    margin-top:6px;
    border: none;
    border-radius:0;
    background-color: transparent;
    margin-left: 8px;
}

.menu2 .l1 .last a:hover{
    background-position: -254px -105px;
}

.menu2 .l1 .last a.itemRand{
    background-position: -466px -107px;
}

.menu2 .l1 .last a.itemRand:hover{
    background-position: -496px -107px;
}


.menu2 .l3 {
    position: relative;
}

.menu2 .l3 .sub {
    position: absolute;
}


.menu2 .subChannel {
    width: 998px;
    border: 1px solid #414141 ;
    border-radius:5px;
    background: #505050;
    top:0;
    z-index: 100;
    box-shadow:1px 1px 5px rgba(0,0,0,0.2);
}

.menu2 .subChannel h3{
    font-size:13px;
    height: 30px;
    line-height: 28px;
    padding-bottom: 0px;
    padding-left: 5px;
    vertical-align: middle;
    border:1px solid #454545;
    border-left:1px solid #414141;
    color: #FFF;
    background: #454545;
    clear: both;
    border-radius: 5px;
    margin: 1px 0;
}

.menu2 .subChannel h3 .toggle {
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 11px;
    margin: 0 10px;    
}

.menu2 .subChannel h3 .iconL{
    margin: 0 8px -5px 3px;
}

.menu2 .subChannel .icon {
    float: right;
    margin: 5px;
    margin-right: -10px;
}

.menu2 .subChannel .flag {
    float: right;
    margin: 1px -10px 0 0;
    width: 14px;
    height: 11px;
}

.menu2 .subChannel .flag img{
    width: 14px;
    height: 11px;
}

.menu2 .subChannel a, .menu2 .subChannel span{
    width: 140px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 15px 0 10px;
    border-left: 1px solid #545454 ;
    border-top:1px solid #505050;
    border-bottom:1px solid #545454;
    float: left;
    display: block;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.menu2 .subChannel a:hover {
    background: #303030;
    border-top :1px solid #454545;
    border-bottom  :1px solid #545454;
}

/*----------- login popup ----------------*/
.login {
    margin: 10px auto;
    display: table;
    color: #505050;
}

.modal .login {
    margin: 0;
}

.login .gr {
    text-align: center;
}


.modal .login .gr {
    text-align: left;
}


.login .item{
    border: 1px solid #d1d1d1;
    border-radius:3px;
    background: url("/images/tpl2/loginBg.png") repeat-x scroll 0 0 #e8e8e8;
    margin-top: 9px;
    margin-left:9px;
    margin-right:4px;
    margin-bottom:9px;
}

.login .item label {
    white-space: nowrap;
}

.login .itemR{
    border: 1px solid #d1d1d1;
    border-radius:3px;
    background: url("/images/tpl2/loginBg.png") repeat-x scroll 0 0 #e8e8e8;
    margin: 9px 9px 9px 5px;
}


.login .itemBottom {
    border: 1px solid #D1D1D1;
    border-radius:3px;
    padding: 9px;
    width: 411;
    margin: 9px 9px 9px 5px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: ;
    vertical-align: bottom;
}

.login .loginBnt{
    display: block;
    background-image: url("/images/tpl2/bgSpriteV2.png");
    background-position: 0 -187px;
    /*
    background-image: url("/images/tpl2/toolBtnBg.png");
    */
    background-repeat: repeat-x;
    background-color: #E0E0E0;
5    border-radius:3px;
    border: 1px solid #D9D9D9;
    line-height: 39px;
    height: 39px;
    font-size: 13px;
    color: #505050;
    text-align: center;
    text-shadow: 0 1px #F0F0F0;
    font-weight: bold;
}

.login .loginBnt:hover{
    /*
    background-image:url("/images/tpl2/toolBtnBgHover.png");
    */
    background-position: 0 -231px;
    background-color: #f1f1f1;
}

.login .boxC {
    padding: 0;
}

.login .loginModel {
    background: url(/images/tpl2/loginModelNew.png) left bottom no-repeat;
}

#login .loginBnt{
    padding: 0 30px;
}

.login .itemBottom .iconPagerNext {
    margin: 2px 7px;
}

.login .item .top, .login .item .bottom {
    line-height: 35px;
    text-align: center;
    color: #505050;
    font-weight: bold;
}

.login .item .top, .login .item .content {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.login .item .content, .login .item .bottom {
    border-top: 1px solid #F7F7F7;
    padding: 10px;
    text-align: right;
}

.login .inp, .login .inp div {
    height: 27px;
}

.login .inp {
    background-color: #FCFCFC;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    box-shadow: 0 1px #F0F0F0;
    height: 21px;
    padding: 3px;
    width: 312px;
    float: left;
    display: block;
    color: #717171;
    margin: 2px 0;
}

.login .red {
    border: 1px solid #F5381F;
}

.login .ajax {
    background-image: url("/images/ajax-loader.s.gif");
    background-repeat: no-repeat;
    background-position: 298px 6px;
}

.login select.inp {
    height: 28px;
    width: 320px;
}

.login label {
    color: #5d5d5d;
    text-align: right;
    width: 70px;
    font-weight: bold;
    line-height: 30px;
    font-size: 12px;
    text-shadow: 0 1px #F0F0F0;
    margin-right: 8px;
    margin-top: 3px;
}

.login .check label {
    font-size: 10px;
    width: auto;
    font-weight: normal;
    text-align: left;
    margin: 0 6px;
    line-height: normal;
    white-space: normal;
}

.login .check {
    margin: 9px 0;
    text-align:left;
    width: 315px;
}

.login .check input {
    float: left;
    padding: 0;
    margin: 0;
    margin-top:1px;
    border: none;
    background: none;
    border-radius:0;
}

.login .captcha {
    border: 1px solid #d9d9d9;
    border-radius:3px;
    background: #e0e0e0;
    height: 129px;
    width: 318px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.login .signup {
    display: block;
    font-size: 13px;
    line-height: 34px;
    height: 39px;
    background: url(/images/tpl2/signupBg.png) 0 0 repeat-x #f22b10;
    color: #FFF;
    border: 1px solid #f22b10;
    border-radius:3px;
    box-shadow: 0 1px #F0F0F0;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    padding-bottom:4px;
    width: 100%;
    position: relative;
}

.login .signup:hover {
    color: #FFF !important;
    background-position: 0 -46px;
    background-color: #424242;
    border: 1px solid #424242;
}

.login .ajSubmit {
    display: none;
    width: 16px;
    height: 16px;
    background: url("/images/tpl2/ajax-loader.s.gif") no-repeat 0 0;
    position: absolute;
    border-radius:8px;
    top: 11px;
    left: -23px;
}

.login #signup .ajSubmit {
    left: 50%;
    top: -20px;
}

.itemR .signup {
    height: 33px;
    margin-top: 10px;
}


.login .res {
    background-image: url(/images/tpl2/icons.png?5);
    background-repeat: no-repeat;
    background-position: -109px -138px;
    width: 20px;
    height: 20px;
    margin: 4px;
}

.login .resEr { background-position: -133px -138px;}
.login .resOk { background-position: -156px -138px;}
.login .resAlert { background-position: -86px -138px}

.login .load{
    background: url(/images/tpl2/signupLoad.gif) 0 0 no-repeat;
    border-radius:10px;
}

.login .ad {
    padding: 10px;
}

.login .ad span {
    display: block;
    background: url(/images/tpl2/signupAd.png) 0 0 repeat-x;
    height: 38px;
    line-height: 37px;
    color: #505050;
    text-shadow: 0 1px #F0F0F0;
    text-align: left;
    border-radius:3px;
    margin-top: 4px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#signupPop, #loginPop {
    max-width: 1000px;
}

div .feat {
background-image: url("/images/tpl2/icons.png?5");
    background-position: -178px -139px;
    background-repeat: no-repeat;
    float: left;
    height: 18px;
    margin-top: 10px;
    padding-left: 20px;
    width: 4px;
    margin-right:4px;
}

.itemR center {
    height: 25px;
    line-height: 20px;
    color: #505050;
    text-shadow: 0 1px #F0F0F0;
    font-size:12px;
    text-align: center;
    font-weight: bold;
}

.login .counter {
    color: #696969;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    margin: 16px 25px;
    text-align: center;
    line-height: 17px;
}

.login .digitsAd {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 26px;
    text-align: center;
}

.login .err, .login .err label {
    color: #F5381F;
}

.login .err {
    font-size: 10px;
    text-align: center;
    line-height: 10px;
    clear: both;
    width: 312px;
}

.login .err a{
    text-decoration:underline;
}


#loginForm .loginBnt {
    float: right;
    margin: 5px 0px 5px 6px;
    padding: 0 15px 4px 15px;
    line-height: 20px;
    cursor:pointer;
    position: relative;
}

#loginForm .check {
    margin: 10px;
    width: auto;
}

#loginForm .bottom {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0;
    text-align: center;
}

.digits {
    text-align: center;
    height: 45px;
}

.digits div, .digits span {
    background-image: url(/images/tpl2/numbers.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: inline-block;
    width: 38px;
    height: 41px;
}

.digits span {
    margin: 0 1px;
    background-position: -39px -370px;    
    padding-bottom: 14px;
}

.digits span.dot {
    background-position: -13px -417px;
    height: 4px;
    margin: 0 1px;
    padding: 0;
    width: 5px;
}

#signup .content {
    border-top: none;
    width:100%;
}

#mailHelp {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    display: none;
}

#mailHelp a {
    font-style: italic;
    font-weight: bold;
}

.digits .d00 {background-position: -1px -1px;}
.digits .d01 {background-position: -39px -1px;}
.digits .d02 {background-position: -77px -1px;}
.digits .d03 {background-position: -115px -1px;}
.digits .d04 {background-position: -153px -1px;}
.digits .d10 {background-position: -1px -42px;}
.digits .d11 {background-position: -39px -42px;}
.digits .d12 {background-position: -77px -42px;}
.digits .d13 {background-position: -115px -42px;}
.digits .d14 {background-position: -153px -42px;}
.digits .d20 {background-position: -1px -83px;}
.digits .d21 {background-position: -39px -83px;}
.digits .d22 {background-position: -77px -83px;}
.digits .d23 {background-position: -115px -83px;}
.digits .d24 {background-position: -153px -83px;}
.digits .d30 {background-position: -1px -124px;}
.digits .d31 {background-position: -39px -124px;}
.digits .d32 {background-position: -77px -124px;}
.digits .d33 {background-position: -115px -124px;}
.digits .d34 {background-position: -153px -124px;}
.digits .d40 {background-position: -1px -165px;}
.digits .d41 {background-position: -39px -165px;}
.digits .d42 {background-position: -77px -165px;}
.digits .d43 {background-position: -115px -165px;}
.digits .d44 {background-position: -153px -165px;}
.digits .d50 {background-position: -1px -206px;}
.digits .d51 {background-position: -39px -206px;}
.digits .d52 {background-position: -77px -206px;}
.digits .d53 {background-position: -115px -206px;}
.digits .d54 {background-position: -153px -206px;}
.digits .d60 {background-position: -1px -247px;}
.digits .d61 {background-position: -39px -247px;}
.digits .d62 {background-position: -77px -247px;}
.digits .d63 {background-position: -115px -247px;}
.digits .d64 {background-position: -153px -247px;}
.digits .d70 {background-position: -1px -288px;}
.digits .d71 {background-position: -39px -288px;}
.digits .d72 {background-position: -77px -288px;}
.digits .d73 {background-position: -115px -288px;}
.digits .d74 {background-position: -153px -288px;}
.digits .d80 {background-position: -1px -329px;}
.digits .d81 {background-position: -39px -329px;}
.digits .d82 {background-position: -77px -329px;}
.digits .d83 {background-position: -115px -329px;}
.digits .d84 {background-position: -153px -329px;}
.digits .d90 {background-position: -1px -370px;}
.digits .d91 {background-position: -39px -370px;}
.digits .d92 {background-position: -77px -370px;}
.digits .d93 {background-position: -115px -370px;}
.digits .d94 {background-position: -153px -370px;}

/*----------- login popup ---------------- end*/

.transHint {
    background-color: #ffff99;
}


#giftInfo {
    width: 480px;
}

#giftInfo iframe {
    height: 400px;
    width: 460px;
    margin: 10px 5px;
}

.edit .btnBig {
margin: 0 5px 0 5px;
}


#form .btnBig {
margin: 0 5px 0 5px;
}

#userMessages span, #userGifts span, #userInvites span {
    margin-right: 18px;
    display: block;    
}

.stdDialog .boxC, .stdDialog .boxB {
    padding:14px;
    font-size: 12px;
    line-height: 12px;
}

.stdDialog .btns {
    margin-top: 10px;
    text-align: center;
}

.stdDialog .t {
    display: table;
    border-spacing: 10px;
}

.stdDialog .t .r {
    display: table-row;
    margin-bottom: 10px;
}

.stdDialog .t .r input[type=text] {
    width: 315px;
    height:18px;
}

.stdDialog .t .r div {
    display: table-cell;
    vertical-align: middle;
}

.stdDialog .loader {
    text-align: center;
    padding:20px;
}

.stdDialog .choosing {
    margin: 7px 0 14px 10px;
    text-align: center;
}

.stdDialog .choosing input {
    vertical-align: top;
}

.stdDialog .choosing label {
    margin-right: 20px;
    line-height: 16px;
}

#helpTranslate {
    top: -1px;
    left: 10px;
    position: relative;
}

.event_popup {
    position:fixed;
    bottom:10px;
    right:10px;
    width:365px;
    height:86px;
    background-color: #fcfcfc;
    border-radius: 4px;
    z-index:10000;
    border: 1px solid #dfdfdf;
    color:#494949;
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(top, #ffffff, #efefef);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.event_popup a, .event_popup a:hover {
    color:#494949 !important;
}

.event_popup .head {
    padding:12px;
    font-size:22px;
}

.event_popup .head .flag {
    margin-right: 5px;
}

.event_popup .head b {
    font-weight: normal;
    color: #f84b33;
}

.event_popup .desc {
    color:#494949;
    padding:0 12px;
}

.event_popup .close {
    margin-top: 0;
}

a.arrow {
    display: block;
    background: url(/images/tpl2/icons.png) no-repeat -125px -29px;
    width: 22px;
    height: 18px;
}

a.arrow:hover {
    background-position: -79px -29px;
}

.bottom_message {
    height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size:11px;
    z-index:1000;
    line-height: 20px;
}

.bottom_message a.exit {
    display:inline-block;
    width:20px;
    height:20px;
    background: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.bottom_message a.exit:hover {
    background: rgba(255, 0, 0, 0.5);
}

.bottom_message a .iconL {
    margin-bottom: -1px;
}

.bottom_message a {
    color: white;
    text-decoration: underline;
}

#cRng {
    position: relative;
    float: left;
    z-index: 99;
}

#cRng div.list {
    display: none;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 100%;
    /*margin-right: 6px;*/
    /*background: #efeeee;
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e2e2);
    background-image: -moz-linear-gradient(top, #f4f4f4, #e5e2e2);
    background-image: -o-linear-gradient(top, #f4f4f4, #e5e2e2);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e5e2e2);
    background-image: linear-gradient(top, #f4f4f4, #e5e2e2);
    padding-right: 1px;*/
}

#cRng div.list a.label {
    border-radius: 3px 3px 0 0;
}

#cRng div.list a {
    display: block;
    border-radius: 0;
    margin:0;
    /*background: none;*/
    width: 100%;
}

#cRng a.label {
    cursor:pointer;
    margin-right: -5px;
}

#cRng a.label:hover {
    color:#494949 !important;
}

#cRng a {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#cRng a.sel:hover {
    background-image: url(/images/tpl2/filBgA.png?1);
    background-position: 0 -1px;
}

#cRng a:hover {
    background: url(/images/tpl2/filBgH.png) repeat-x 0 0;
}

#cRng a span {
    padding-left: 7px;
}

#cRng a.u {
    margin-top: -1px !important;
}

#cRng a.l {
    border-radius: 0 0 3px 3px !important;
    box-shadow: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}