/*colour values


HEADER
light blue 	(colour 1)	:#ffffff
dark blue 	(colour 2)	:#ffffff

FOOTER
light blue 	(colour 1)	:#ffffff

TITLE BACKGROUNDS
light blue 	(colour 1)	:#ffffff

FORMS
light blue 	(colour 1)	:#ffffff
lighter blue (colour 3)	:#000000

BORDERS (forms)
dark blue 	(colour 1)	:#ffffff;

MENU
lightest blue (colour 3)	:#000000
lighter blue (colour 4)	:#ffffff


HEADING TEXT
not quite black			:#090909

orange					:#ff6b00

grey box				:#f6f7f1;


*/

/*basics*/


html,body,div, span, applet, object, iframe,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset,dl,dt,dd,img,label,a,strong,caption,legend, table, caption, tbody, tfoot, thead, tr, th, td, blockquote  {
text-align:left;
/* font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
margin:0;
padding:0;
font-weight:normal;
font-size:13px;
border: 0;
outline: 0;
text-align:left;
}


.hrule_4col, .hrule_2col, .hrule_3col, .hrule_4col_colour1, .hrule_2thirdscol, .hrule_4col_content {
	margin:0 20px; border-bottom:solid #F1F3E9 3px; width:940px; clear:both; display:block; height:0px;
}
.hrule_2col { width:450px; }
.hrule_3col { width:540px; margin:0 0 20px 0;}
.hrule_4col_colour1 {border-bottom:solid #ffffff 3px;}
.hrule_1thirdscol {
	border-bottom:solid #8ED6D1 1px;
	width:378px;
}
.hrule_2thirdscol { width:700px; margin:0; }
.hrule_4col_content {margin-left: 0px; }

textarea{
border: none;
}

html {
height:100%;
margin-bottom:1px;
}

h1,h2,h3,h4,h5,h6,p, blockquote {
color: #404040;
padding:10px;
}


h1, h1 a,h2, h2 a,h3,h5,h6, caption {
/* font-family: Georgia, "Times New Roman", Times, serif; */
color: #090909;
font-size:21px;
line-height:21px;
font-weight:normal;
}

h2, caption{
font-size: 23px;
line-height:28px;
color: #555555;
padding-left: 0px;
}

h2.formheading a
{
	color: #555555!important;
}

h2 small a
{
	font-size:16px!important;
	font-weight:bold;
	color:#fff;
}


p, h4, blockquote{
padding:10px;
}

strong{
font-weight: bold;
/*color: #404040;*/
}

blockquote
{
	padding: 10px 25px 10px 25px;
	background: #FEFDDE url(/images/common/quote_watermark.gif) no-repeat 0 0;
	margin:0 10px;
	border:1px solid #999;

}

a{
color: #404040;
}

a, a dfn, a span, a b, a font {
	color:#000000;
	text-decoration:none;
}
a:hover, a:hover dfn,  a:hover span, a:hover b , a:hover font{
	color:#000000;
	text-decoration:underline;
}

h3{
background:#ffffff;
font-size: 14px;
color: #fff;
line-height: 18px;
height: 18px;
padding: 5px;
}

h4{

font-size: 13px;
color: #ff6b00;
line-height: 18px;
height: 18px;
padding: 5px 0 0 10px;
}

h6{
text-align: right;
font-size: 24px;
color: #444;
padding: 12px 20px;
padding-top:8px;
}

#secondhead h6{
float:right;
text-align: right;
font-size: 16px;
color: #444;
padding:8px 0px;
}


body {
text-align:center;
background:#EAEDDE;
}

input[type="checkbox"]
{
	border:none;
}
.centre_star
{
	margin-left: 7px;
}

.header_2col, .header_4col, .header_1col, .header_3col, .header_1thirdcol, .header_2thirdscol
{
border-bottom: solid 3px #ffffff; width:940px; clear:both; display:block; min-height:35px;
}

.header_2col h2, .header_4col h2, .header_1col h2, .header_1thirdcol h2, .header_3col h2, .header_2thirdscol h2
{
	margin:0;
	padding:5px 0;
}

.header_2col
{
	width:460px;
}

.header_3col
{
	width:700px;
}

.header_4col
{
	width:940px;
}

.header_1col
{
	width:220px;
}

.header_1thirdcol
{
	width:380px;
}


.header_2thirdscol
{
	width:540px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*main layout standard*/

#header{
width:100%;
height:115px;
background:#ffffff;
clear:both;
position:relative;
z-index:5;
min-width:980px;
}



#headermid{
width:960px;
height:115px;
margin:0 auto;
position:relative;
z-index:5;

}
.header_light, .headermid_light  {
	height:90px!important;
}

#secondhead{
width:980px;
height:3.0em!important;
margin:0 auto;
position:relative;
background:#F1F3E9;
z-index:1;
border-bottom: 1px solid #E5E5E5;
padding: 0px;
}

#footer {
    width:100%;
    clear:both;
    background:#ffffff;
    min-width:980px;
}

#footermid {
    width:980px;
    margin:0px auto;
    margin:0 auto;
    padding: 10px 0px;
    position:relative;
	/*z-index:29;*/
}

#copy{
clear:both;
padding:10px;
position:relative;
z-index: 1;
display: block;

}
#copy p{
padding-top: 0  10px 10px 10px;
}

#copy span{

position: absolute;
z-index: 12;
display: block;
top:20px;
right: 10px;
}
#copy span a{
font-size: 12px;
}

.content{
    width:980px;
    margin:0 auto;
    background:#fff;
    clear:both;
   /*padding: 50px 0px 30px 0;*/
	padding: 30px 0px 30px 0;
    position: relative;
}
.content_light{
	padding-top: 10px;
}
.col{
	position:relative;
    float:left;
    padding: 0 0 0 20px;
}

.col_single {
    width:220px;
}

.col_double {
    width:460px;
}

.col_triple {
    width:700px;
}

.col_triple_mail {
    width:718px;
    padding-left: 2px;
}

.col_quad {
    width:940px;
}

.col_third {
    width:380px;
    position: relative;
}
.col_two_third {
    width:540px;

}

.col_three_quarters {
    width:700px!important;
}

.unit1 {
width:220px;
float: left;

}

.unit2 {
width:460px;
}

.unit3 {
width:700px;
}
.unit4 {
width:940px;
clear: both;
}
.right {
    padding-left: 20px!important;
    float: right;
    clear: right;
}
.left{
clear:left!important;}

#a, #b, #c {
width: 305px;
}

.rateit
{
	list-style:none;
	float:left!important;
	padding: 5px;
	color: #404040!important;
}

.rateit_right
{
	list-style:none;
	float:right!important;
	margin-left: 10px!important;
	color: #404040!important;
	padding: 5px;
}


/* boxes */

.box1, .box2, .box3{
margin-bottom: 10px;
	}


.box1{/* shadow box */
	background: #fff url(/images/common/box1bg.gif) repeat-x 0 0;
	border: 1px solid #eaeaea;
	clear:both;
	margin-top: 2px;
}
.box2{/* gray box */
	background: #f6f7f1;
	border: 1px solid #eaeaea;
	border-top: none;
	clear:both;
}
.box3{/* white only box */
	background: #fff;
	clear:both;

}
.box_auto{
		overflow: auto!important;
		height:auto!important;
		width: 378px;
		}


/* logo

#logo {
background: transparent url(/images/common/iconys/logo.png) no-repeat 0 0;

position: relative;
z-index: 10;
top:30px;
left:-30px;
text-indent: -9999px;
}*/
#logo a{
height: 31px;
width: 175px;
display: block;}


/* boxes content*/

#htips p, #hprofile p, #news p{
padding: 3px 10px!important;
}

#htips h4, #hprofile h4, #news dt{
border-top: 1px dashed #eaeaea;
}

#news dl dt{
font-size: 13px;
color: #ffffff;
line-height: 18px;
height: 18px;
padding: 5px 0 0 10px;
}
#news dl dd a{
color: #404040;
}

#hprofile a p{
padding:10px;
float: right;
}

#hprofile a {
padding:10px;
float: left;
clear: both;
}

.hotpicks{
list-style: none;
padding: 1px;
margin:0 auto 0 auto;
}

.hotpicks li{
float: left;
padding: 6px 2px 2px 2px;
}
.hotpicks li a{
color: #999;
}
.hotpicks li img, #hprofile img{
float: left;
padding: 3px;
border: 1px solid #eaeaea;
background: #fff;
}
.hotpicks li span{
float: left;
clear: left;
padding: 2px;
font-size: 11px;
//color: #666;
line-height: 11px;
}

.hotpicks li span a{
font-size: 11px!important;
color: #666;
line-height: 11px!important;
}

.search_images
{
width:280px;
float:left;
margin-bottom:10px;
}
.search_images_4pic
{
width:180px;
float:left;
margin-bottom:10px;
}

.search_list_buttons
{
/*margin-top:-30px!important;	*/
}

.online_now
{
	vertical-align:top;
	width:5px;
}

.online_now img
{
	padding: 10px 5px 0px 5px;
	vertical-align:top;
}


#hprofile h4 {
clear:both;

}
#hprofile h4 span{

color: #ffffff;
}


/* form elements */

.formsearch, .formsearchad, .formblog, .formpost, .formmail, .formpost3{
border: 5px solid #ffffff;
background:#ffffff;
margin:0 0 50px 0;
position: relative;
z-index: 4;
width:460px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

fieldset{
float:left;}

.formheading{
margin: 0;
padding: 10px 10px;
font-size: 24px;
/*background: transparent url(/images/common/snowflakes.png) top left repeat-x;*/
background-color: #000000;
}

.formheading3{
background: #000000;
margin: 0;
padding: 10px 10px;
font-size: 24px;
}

.formheading3 textarea
{
	width: 515px;
}


fieldset dt{
background:#F7F8F2;
display:block;
width:150px;
float: left;
clear:left;
border-bottom: 1px dashed #eaeaea;
min-height:30px;
}
fieldset dt label{
color: #444;
padding: 5px 5px 0 0;
display:block;
text-align: right;
}


fieldset dd{
display:block;
float: left;
color: #fff;
border-bottom: 1px dashed #fff;
min-height:25px;
width:300px;
padding: 5px 0px 0 10px;
}


.formsearch{width: 460px!important;}
.formsearchad{width: 930px;}
.formmail{width: 700px; margin: 10px 0 50px 8px;}
.formmail dt{width: 145px;}
.formmail dd{width: 545px;}
.formsearch dt{width: 145px;}
.formsearch dd{width: 295px;}
.formblog{width: 370px;}
.formblog dt{width: 145px;}
.formblog dd{width: 215px;}
.formreg{width: 690px;}
.formreg dt{width: 255px;}
.formreg dd{width: 425px;}


.formpost{width: 530px;}
.formpost dt{width: 145px;}
.formpost dd{width: 375px;}

.formpost3{width: 690px;}
.formpost3 dt{width: 145px;}
.formpost3 dd{width: 535px;}


.date_form select{
margin-right: 8px; }

.formsearchad fieldset{width: 465px;}
.col4_form fieldset{width: 930px;}

.col4_form fieldset dd{width: 765px;}
.col4_form textarea {width: 765px;}
.col4_form input {width:430px;}
.col4_form .smiley_list {width: 435px;}



#post_comment_text{
width: 370px;
height: 130px;
}

.post_comment_text{
width: 370px;
height: 130px;
}

#post_comment_text3{
width: 525px;
height: 130px;
}


fieldset dd input{
margin: 0 5px 0 0;
padding:2px;
font-size: 12px;
border: 1px solid #eaeaea;
float: left;

}


fieldset dd input.radbut, form dd input.checkbox,fieldset dd .radbut input, form dd .checkbox input {
margin:2px 9px 0 2px;
border: none!important;
float: left;
display: block;
}

.lb_col1 .checkbox input
{
border:none!important;
width:20px!important;
padding-left:0px!important;
margin-left:0px!important;;
text-align:left;
}

form dd .listbox{
height: 84px;
overflow: hidden;
clear:both;
width:180px;
font-size: 12px;
}


fieldset dd label{
color: #fff;
text-align: left;
float: left;
display: block;
}

fieldset dd dfn, fieldset dd p {
color: #fff;
}

fieldset dd select{
color: #444;
height:22px;
padding: 0;
margin: -1px 0 3px -1px;
float: left;
display: block;
}
fieldset dd input.radio{
border:none!important;
margin: 2px 4px 3px -1px;
}

.subcurve{
border: 2px solid #ffffff;
border-top: none;
background: #ffffff;
margin: 10px;
position: absolute!important;
right:0;
bottom:-50px;
z-index: 100;
width:190px;
height:35px;
padding:4px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;

}

.subcurve input, .subcurve dfn input{
margin:0px;
margin-top:6px;
padding:0px;
width:100%;
}

.subcurve2{
border: 5px solid #ffffff;
border-top: none;
background:#F7F8F2;
margin: 10px;
position: absolute!important;
left:0px;
bottom:-50px;
z-index: 0;
width:190px;
height:30px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;

}

.subcurve2 a{
padding: 6px 18px 0px 28px!
important;
display: block;
}

.textarea_tell_us{
width:330px!important;
margin-right: 5px;
float:left;
}

.input_tell_us{
width:325px!important;
margin-right: 5px;
float:left;
}


.last{
border: none;
}

.button{
background: #ff6b00;
border: 3px #fff solid;
height: 30px!important;
font-size: 17px;
color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:0;
}

.simple_button{
border: 3px #ff6b00 solid;
border-top: none;
background: #ff6b00;
margin: 10px;
width:190px;
height:35px;
padding:0;
margin-left:0px!important;
padding-left:0px!important;
font-size: 17px;
color: #fff;
cursor:hand;
cursor:pointer;
}

.button:hover{
background: blue;
}

input.button {
	padding-left:3px;
	padding-right:3px;
	cursor:hand;
	cursor:pointer;
}

.simple_form {
border: 1px solid #eaeaea;
margin-top: 5px;
margin-bottom: 10px;
background:#F7F8F2!important;
float: left;

}

.simple_form dt{

display:block;
width:100px;
float: left;
clear:left;
border-top: 1px dashed #eaeaea;
min-height:25px;
padding: 6px 10px 0 6px;
text-align: right;
}

.simple_form dt label{
color: #444;
padding: 1px 5px 0 0;
display:block;
text-align: right;
height: 14px;


}




.simple_form dd{
color: #444;
padding: 6px 0 3px 6px;
margin: 0px;
float: left;
display: block;
width:336px;
min-height:25px;
border-top: 1px solid #fff;
}

.simple_form .first{
border:none;
}

.simple_form3 dt{
width:100px;
}

.simple_form3 dd{
width:320px;
}

.checkbox_3col dd label
{
	width: 150px;
}


			/* nav main */
.nav{
	text-decoration: none;
	list-style: none;
	position: absolute;
	bottom:0;
	left: 0px;
	z-index: 230!important;
	padding-right: 0px;
	width:930px;
	}

.nav li{
float: left;
padding: 0;
margin: 0;
border-left: 1px solid #ffffff;
background: #ffffff;
}

.nav li a{
text-decoration: none;
color: #fff;
display: block;
padding: 6px 9px;
margin: 0;

}
.nav li a dfn, .nav li a span{
color: #fff;
text-decoration:none;
}

.nav li a:hover{
text-decoration: none;
color: #444;
display: block;
padding: 6px 9px;
margin: 0;
background:#F1F3E9;
}
.nav li a:hover dfn{
text-decoration: none;
color: #444;
background:#F1F3E9;
}

.nav li a:hover span{
color: #fff;
text-decoration:none;
}

.nav div, #footnav div
{
	position:absolute;
	vertical-align: top;
	display:inline;
	white-space: nowrap;
}
.nav span, #footnav div span {
	position:absolute;
	top:-9px;
	left:-15px;
	cursor: hand;
	cursor: pointer;
	border:1px solid #FFF;
	background:red;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:0px 4px;
	color:#FFFFFF;
	display:block;
	min-width:8px;
	text-align:center;
	font-size:11px;
	-webkit-box-shadow: #666 1px 2px 3px;
	-moz-box-shadow: #666 1px 2px 3px;
	box-shadow: #666 1px 2px 0px;
	background: #FFAB80;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFAB80), to(#CC0000));
	background: -webkit-linear-gradient(#FFAB80, #CC0000);
	background: -moz-linear-gradient(#FFAB80, #CC0000);
	background: -ms-linear-gradient(#FFAB80, #CC0000);
	background: -o-linear-gradient(#FFAB80, #CC0000);
	background: linear-gradient(#FFAB80, #CC0000);
	-pie-background: linear-gradient(#FFAB80, #CC0000);
	opacity:.7;
	behavior: url(/template/styles/PIE.htc);
}
.nav li a {
	white-space: nowrap;
}

/* Navigation dropdown elements */

.nav ul {
background: #ffffff;
    list-style: none;
    margin: 0;
    padding:0;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: -999px;
    left: 0;
    z-index: 330;
    width:12em;
}

.nav li:hover ul,
.nav li.sfHover ul {
position: absolute;
z-index: 1330;
top: 28px;
left:auto;
zoom: 1;
}

.nav ul li {
    border: 0;
    float: none;
    z-index: 1330;
    min-height:15px;
    width:100%;
}




.nav ul li:hover {
    visibility: inherit;
}



.nav ul a:link,
.nav ul a:visited {
    border: 1px solid #fff;
    border-bottom: 0;
    /*white-space: nowrap;*/
    min-height:15px;


}

* html .nav ul li,
* html .nav ul a:link,
* html .nav ul a:visited {
    height:15px;
}

.nav ul a:hover,
.nav ul a:active {
  background:#F1F3E9;
}
			/* nav tabs */
.tabs{
	text-decoration: none;
	list-style: none;
	position: absolute;
	bottom:-1px;
	left: 10px;
	}

.tabs li{
float: left;
padding: 0;
margin: 0 1px 0 0;
}
.tabs li a{
text-decoration: none;
color: #999;
display: block;
padding: 6px 10px;
margin: 0;
background: #fff url(/images/common/tab.gif) repeat-x 0 0px;
border: 1px solid #f0f1ec;
}
.tabs li a:hover{
text-decoration: none;
color: #444;
display: block;
padding: 6px 10px;
margin: 0;
background: #fff url(/images/common/tab_over.gif) repeat-x 0 0;
border: 1px solid #efefeb;
border-bottom: 1px solid #fff;
}

.tabs li a dfn{
text-decoration: none;
color: #999;
}
.tabs li a:hover dfn{
text-decoration: none;
color: #444;
}

.tabs li a:hover span{
text-decoration: none;
color: #fff;
}

.currenttab {
color: #222!important;
}

.currenttab a{
background: #fff url(/images/common/tab_over.gif) repeat-x 0 0!important;
border-bottom: 1px solid #fff!important;
}

.currentpage a{
text-decoration: none;
color: #000000!important;
display: block;
padding: 6px 10px;
margin: 0;
background:#F1F3E9;
}
.currentpage a dfn{
text-decoration: none;
color: #000000!important;
background:#F1F3E9;
}

.tabs li a{
display:block;
position:relative;
}
.tabs li div
{
	top:0px;
	right:0px;
	/*float:right;*/
	position:absolute;
	display:block;
	width:0px;
	height:0px;
}
.tabs li span {
	position:absolute;
	top:-5px;
	left:-19px;
	cursor: hand;
	cursor: pointer;
	border:1px solid #FFF;
	background:red;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:0px 4px;
	color:#FFFFFF;
	display:block;
	min-width:8px;
	text-align:center;
	font-size:11px;
	-webkit-box-shadow: #666 1px 2px 3px;
	-moz-box-shadow: #666 1px 2px 3px;
	box-shadow: #666 1px 2px 0px;
	background: #FFAB80;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFAB80), to(#CC0000));
	background: -webkit-linear-gradient(#FFAB80, #CC0000);
	background: -moz-linear-gradient(#FFAB80, #CC0000);
	background: -ms-linear-gradient(#FFAB80, #CC0000);
	background: -o-linear-gradient(#FFAB80, #CC0000);
	background: linear-gradient(#FFAB80, #CC0000);
	-pie-background: linear-gradient(#FFAB80, #CC0000);
	opacity:.7;
	behavior: url(/template/styles/PIE.htc);
}

     /* nav footer */
#footnav{
top:-28px;
left:30px;
}
#footnav li{
border-left: 1px solid #fff;/*dark color*/
}

#footnav li a:hover{
color: #444;
margin: 0;
background:#ffffff;
}

#footnav li a:hover dfn{
color: #444;
background:#ffffff;
}
			/* nav footer */
.footernv {
	text-decoration: none;
	list-style: none;
	position: relative;
	z-index: 200;
	padding: 0;
	margin-left: -10px;
}

.footernv li {
	border-top: dashed 1px #fff;
	margin: 0 10px;
	padding: 5px 0;
}
.footernv li a {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	line-height: 21px;
	height:28px;

}
.footernv li a:hover {
	color: #fff;
}

.footernv li a strong{
	color:#fff;
	font-weight: bold !important;
}

.footernv li a small{
	color:#666;

}

			/* nav pagenav */
.pagenav{
	text-decoration: none;
	list-style: none;
	position: relative;
	z-index: 200;
}

.pagenav li {
	border-top: dashed 1px #eaeaea;
	margin: 0;
}
.pagenav li a {
/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #ff6b00;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	font-size: 16px;
	line-height: 28px;
	height:28px;
	margin: 0 0 0 10px;
	position:relative;
	z-index: 10;
	display: block;
}

.pagenav li a span{
/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #ff6b00;
	list-style: none;
	font-size: 16px;
	margin:0;
	padding: 0 0 0 15px;
	width:30px;
	background: transparent url(/images/common/person.gif) no-repeat 0 50%;
	position: absolute;
	z-index: 12;
	top:0;
	right: 0;

	}

.pagenav li a:hover {
	color: #a2d4e0;
}

.pagenav li a strong{
	color:#fff;
	font-weight: bold !important;
}

/* nav header overviews */

#coming {
	text-decoration: none;
	list-style: none;
	position: absolute;
	top:7px;
	right: 0px;
	z-index: 20;
	}

#overview{
	text-decoration: none;
	list-style: none;
	position: absolute;
	top:7px;
	right:200px;
	z-index: 20;
	}


#coming li, #coming li dfn, #overview  li dfn{
	color: #fff;
	text-decoration: none;
}
#coming li a, #overview li a{
color: #fff;
line-height:25px;
text-decoration: none!important;
padding-left: 30px;
}
#coming li a span, #overview li a span{
font-weight: bold;
text-decoration: underline;
color: #fff;
}

#stats {
	list-style: none;
	position: absolute;
	top:10px;
	right: 0px;
	z-index: 20;
	width:280px;
	line-height:30px;
	}

#stats li{
color: #fff!important;
line-height:25px;
padding-left:30px;
line-height:30px;

}

#stats li span{

float:left;
}
#stats li b{
float:right;
}
#stats li br{
clear:both;
}

#peepsml{
background: transparent url(/images/common/mail.gif) no-repeat 0 50% ;}
#peepsol{
background: transparent url(/images/common/peeps.gif) no-repeat 0 50% ;}
#peepscr{
background: transparent url(/images/common/chat.gif) no-repeat 0 50% ;}
#peepscr2{
background: transparent url(/images/common/chat.gif) no-repeat 0 50% ;}
#peepsvc{
background: transparent url(/images/common/video.gif) no-repeat 0 50% ;}
#hidecome{
background: transparent url(/images/common/run.gif) no-repeat 0 50% ;}
#stats_total{
background: transparent url(/images/adult/signup_e/total.png) no-repeat 0 50% ;}
#stats_online{
background: transparent url(/images/adult/signup_e/online.png) no-repeat 0 50% ;}
#stats_photo{
background: transparent url(/images/adult/signup_e/photo.png) no-repeat 0 50% ;}
#stats_chat{
background: transparent url(/images/adult/signup_e/chat.png) no-repeat 0 50% ;}

/* nav footer */

.pages{
float: right;
clear: both;
padding: 20px 0px;
display: block;
min-height:2.2em;
}
.pages .nextprev{
color: #c5c5c5;
border: 1px solid #cccccc;
padding: 2px 5px;

text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pages .nextprev dfn{
color: #000;
text-decoration: none;

}

.pages .nextprev:hover dfn{
color: #fff;
text-decoration: none;

}

.pages span{
display: block;
float: left;
margin: 1px;
}

.pages a{
border: 1px solid #ffffff!important;
display: block;
float: left;
margin: 1px;
padding: 2px 5px;
text-decoration: none;
color: #333!important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.pages a:hover{
background: #999;
color: #fff!important;
}
.pages .current{
border: 1px solid #ffffff;
padding: 2px 5px;
text-decoration: none;
background: #ffffff;
color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
float: left;
}

#forum_page_numbers
{
padding-top:0;
padding-bottom:10px;
}

/* search results*/

.result{
width:940px;
min-height:6em;
clear: both;
border-bottom: 1px dashed #999;
}

.comments{
background:#F1F3E9;
min-height:6em;
clear: both;
border-bottom: 1px dashed #999;
}

.c_approve{
background-color:white!important;
}
.c_approve .profile_image {
background:transparent url(/images/common/pickshadow.png) no-repeat  right bottom!important;
}

.comments p{
display: block;
}

.comments_container{
padding: 10px 0 20px 0;
}

.result img, .result_event img{
float: left;
padding: 10px;

}

.resultdes{
float: left;
}

.result p, , .result_event p{
float: left;
width:640px;
}



.resultlist{
float: left;
padding: 10px;
width: 170px;
}


.panel_bg_colour
{
	background-color: #f6f7f1;
	margin: 0 0 10px 0;
	display: block;
	overflow:auto;
}

.resultlist li, .resultlist_event li{
text-decoration: none;
list-style: none;
}

.resultlist_event li img{
padding:0px 2px 0px 2px;
}

.list2 li{
text-decoration: none;
list-style: none;
display: block;
}


.resultlist2{

padding: 0px 10px 10px 10px;
list-style: none;
display: block;
margin-left: -20px;
min-height: 25px;
clear:both;
width:100%;
}
.resultlist2 li{
float:right;
margin-left:3px;
height:35px;
display: block;
}
.resultlist2 li a{
padding:3px 10px;
background:#EAEDDE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
float: left;
color: #404040;
margin-bottom: 4px;
text-decoration: none;
padding-left: 24px!important;
background-color: #EAEDDE;
background-position: 4px 50%;
background-repeat: no-repeat;
}

.resultlist2 li a dfn{
color: #404040;
text-decoration: none;
}

.resultlist2 li a:hover, .resultlist2 li a:hover dfn{
color: #ff6b00;
text-decoration: none;
}

.standardbutton{
padding: 0px 10px 40px 10px;
list-style: none;
display: block;
margin-left: -10px;
clear:both;
}
.standardbutton li{
float:right;
margin-left:3px;
height:25px;
display: block;
}
.standardbutton li a{
padding:3px 10px;
background:#EAEDDE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
float: left;
color: #404040;
margin-bottom: 4px;
text-decoration: none;
padding-left: 24px;
background-color: #EAEDDE;
background-position: 4px 50%;
background-repeat: no-repeat;
}
.standardbutton li a dfn{
	color: #404040;
	text-decoration: none;
}

.standardbutton li a:hover{
color: #ff6b00;
}
.standardbutton li a:hover dfn{
color: #ff6b00;
}

.manage_buttons
{
height:18px!important;
padding:0;
margin-top:-25px;
float:right;
width:90px;
}
.manage_buttons li {
	float:right!important;
}
.manage_buttons li a{
font-size:13px!important;
/* font-face:"Lucida Grande" */
}

.pr_buttons{
padding: 10px 10px 10px 0px;
margin-right: 0px;
margin-left: 10px!important;
margin-top:0px!important;
	}
.pr_buttons li {
	float:left!important;
	margin-bottom:5px;
	padding:0!important;
}
.pr_buttons li a{
	background-color:#fff;
	padding-right: 5px;
	margin-right: 3px;
	}


.view_forum_cell
{
	padding:0 10px 10px 10px;
}

.exteral{
padding: 0px 0px 30px 20px;
}

/* events */

.event_details_header
{
	list-style:none;
	display:block;
	padding: 5px 1px 0px 3px;
}

.event_details_header li
{
	padding: 5px 1px 2px 3px;
}

.event_details_header img
{
	padding: 3px 1px 0px 3px;
}


.resultlist_event{
float: left;
padding: 10px;
width: 340px;
}

.resultlist2_event{
padding: 0px 10px 10px 10px;
list-style: none;
display: block;
min-height: 10px;
margin-left: -10px;
clear:both;
}
.resultlist2_event li{
float:left;
margin-left:3px;
height:25px;
display: block;
}
.resultlist2_event li a{
padding:3px 10px;
background:#EAEDDE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
float: left;
color: #404040;
margin-bottom: 4px;
text-decoration: none;
padding-left: 24px!important;
background-color: #EAEDDE;
background-position: 4px 50%;
background-repeat: no-repeat;
}

.resultlist2_event li a:hover{
color: #ff6b00;
}

.event_pics
{
	width: 435px;
}

.event_details{
float: left;
clear:both;
width:460px;
border:1px solid #eaeaea;
border-top: none;
margin-bottom: 10px;
}

.event_details dt{
float: left;
width:90px;
padding: 5px;
border-top:1px solid #eaeaea;
clear: left;
text-align: right;
}

.event_details dd{
float: left;
width: 350px;
padding: 5px;
background-color: #F7F8F2;
border-top:1px solid #eaeaea;
}

/* buttom icons*/

.newtopic_image		{background-image:url(/images/common/new_topic.gif)!important; margin:0px; }
.comment_image		{background-image:url(/images/common/comment.gif)!important;}
.newtopic_image		{background-image:url(/images/common/new_topic.gif)!important;margin:0px;}
.addcomment_image	{background-image:url(/images/common/add_comment.gif)!important;}
.tellfriend_image	{background-image:url(/images/common/mail_friend.gif)!important;}
.report_image		{background-image:url(/images/common/report.gif)!important;}
.edit_blog			{background-image:url(/images/common/edit_blog.gif)!important;}

.hide_blog			{background-image:url(/images/common/hide_blog.gif)!important;}
.delete_blog		{background-image:url(/images/common/delete_blog.gif)!important;}
.add_post			{background-image:url(/images/common/add_post.gif)!important;}
.edit_post			{background-image:url(/images/common/edit_post.gif)!important;}

.invite_chat		{background-image:url(/images/common/invite_chat.gif)!important;}
.add_hotlist		{background-image:url(/images/common/add_hotlist.gif)!important;}
.view_profile		{background-image:url(/images/common/view_profile.gif)!important;}
.view_blog			{background-image:url(/images/common/view_blog.gif)!important;}

.goto_blog			{background-image:url(/images/common/view_blog.gif)!important;}
.delete				{background-image:url(/images/common/iconys/delete.gif)!important;}
.blackList			{background-image:url(/images/common/blackList.gif)!important;}
.reply_mail			{background-image:url(/images/common/reply_mail.gif)!important;}
.report_spam_mail	{background-image:url(/images/common/spam_mail.png)!important;}
.move_mail			{background-image:url(/images/common/move.gif)!important;}
.manage				{background-image:url(/images/common/more_details.png)!important;}
.mail_thread		{background-image:url(/images/common/thread.gif)!important;}
.compose_mail		{background-image:url(/images/common/reply_mail.gif)!important;
             		 background-position:left center;
             		 background-repeat:no-repeat;
             		 padding:3px 10px 3px 24px;}
.invite_request		{background-image:url(/images/common/send_invitation.png)!important;}
.view_forum			{background-image:url(/images/common/view_forum.png)!important;}
.reply_forum		{background-image:url(/images/common/reply.gif)!important;}
.quote_forum		{background-image:url(/images/common/quote.gif)!important;}
.edit_forum			{background-image:url(/images/common/edit.gif)!important;}
.edit_section		{background-image:url(/images/common/edit_section.gif)!important;}
.add_video			{background-image:url(/images/common/addVideo.png)!important;}
.add_photo			{background-image:url(/images/common/addPhoto.png)!important;}
.add_friend			{background-image:url(/images/common/addAsFriend.png)!important;padding-left:30px!important;}
.add_hotlist		{background-image:url(/images/common/addToHotlist.png)!important;padding-left:30px!important;}
.remove_friend		{background-image:url(/images/common/removeFromMyFriends.png)!important;padding-left:30px!important;}
.remove_hotlist		{background-image:url(/images/common/removeFromHotlist.png)!important;padding-left:30px!important;}
.send_flirt			{background-image:url(/images/common/flirt.png)!important;}
.contact			{background-image:url(/images/common/contact.png)!important;}

.lock_image		{background-image:url(/images/common/lock.png)!important;}
.move_image		{background-image:url(/images/common/move.png)!important;}
.stick_image		{background-image:url(/images/common/stick.png)!important;}
.delete_blog		{background-image:url(/images/common/delete_blog.gif)!important;}
.approve_button		{background-image:url(/images/common/iconys/approve_icon.png)!important;}

.attach_media{
	background:#EAEDDE url(/images/common/attachment.gif) no-repeat 3px 50%!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 4px 3px 30px;
	text-decoration: none;
}


.attach_friend		{

background:#EAEDDE url(/images/common/addfriend.png) no-repeat 3px 50%!important;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 3px 4px 3px 30px;
text-decoration: none;
margin-left: 10px;
}

.attach_friend dfn, .attach_media dfn{
text-decoration: none;
color:#000;
}
.attach_friend:hover dfn, .attach_friend:hover,
.attach_media:hover dfn, .attach_media:hover {
text-decoration: none;
color: #ff6b00;
}

/* blog results styles */

.blog_result{
width:700px;
padding: 0;
}

.blog_result p{
width:400px;
padding: 0;
}

.blog_result h2{
font-size: 18px;
padding: 5px 0 0 0;
}

.blog_result .resultlist{
float: right;
padding: 10px 0 10px 10px;
width: 170px;
margin-right: -10px;
}

.blog_result .resultlist{
float: right;
padding: 10px 0 10px 10px;
width: 170px;
margin-right: -10px;
}

#profile_descrition{
padding-bottom: 20px;
}

#profile_descrition p{
padding-left: 0px;
}
#profile_descrition h5{
padding: 0px;
}

.profile_image img{
padding: 5px;
border:#E5E5E5 1px solid;
background: #fff;
float: left;
display: block;
}

.profile_image {
background:transparent url(/images/common/pickshadow.png) no-repeat  right bottom;
padding-bottom: 14px;
display: block;
float:left;
zoom:1;
}

         /* profile gallery */
.profile_galley, .media_galley {
width:100%;
clear:both;
min-height:6em;
display: block;
margin: -6px 0;
overflow: auto;
zoom: 1;
}

.profile_galley .profile_image, .media_galley .profile_image {
margin-right: 4px;
padding-bottom: 9px;
}
		/* alternate colours */
.unit4 .odd{
background: #fff;
}
.unit4 .even{
background: #f6f7f1;
}

.forum_accord .odd{
background: #fff;
}
.forum_accord .even{
background: #f6f7f1;
}

/* profile tables */
#pro_details{
border-top: 3px solid #ffffff;
border-right: 1px solid #eaeaea;
border-collapse: collapse;
margin-bottom: 10px;
}


#pro_details td, #pro_details th {
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
padding: 5px;
border-collapse: collapse;
}


#pro_details .table_col1{
width:100px;
}


#pro_details .odd{
background:#F4F3F2;
}
#pro_details .even{
background:#f6f7f1;
}

.profiletable
{
width: 100%;
border-top: 3px solid #ffffff;
border-right: 1px solid #eaeaea;
border-collapse: collapse;
}

.profiletable td, .profiletable th {
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
padding: 5px;
border-collapse: collapse;
}

.profiletable h4
{
/* font-family: Georgia, "Times New Roman", Times, serif; */
color: #090909;
padding-left: 0px;

}

.profiletable2
{
width: 100%;
border-collapse: collapse;
}

.profiletable2 td, .profiletable2 th {
padding-left: 7px;
padding-top: 5px;
padding-right: 7px;
padding-bottom: 0px;
border-collapse: collapse;
color:#999;
}

.profiletable2 td a{
color:#999!important;
}


.cent
{
text-align:center;
}


.event_odd{
background:#F7F7F1;
}
.event_even{
background:#fff;
}

/* payment tables */
.pay_details2col
{
float:left;
border-right: 1px solid #eaeaea;
border-collapse: collapse;
margin: 10px 20px 10px 0;
}


.pay_details2col td, .pay_details2col th {
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
padding: 5px;
border-collapse: collapse;
}

.pay_details2col th {
font-size: 16px;
/* font-family: Georgia, "Times New Roman", Times, serif; */
text-indent: 0px!important;
color: #555;
text-align: center;
border-top: 1px solid #eaeaea;
}

.pay_details2col td
{
background-color: #FBFFFB;
}

.mc_dark{
background-color: #F7F3F3!important;
width:70px;
text-indent: -10000px;
}
.mc_light{
background-color: #F7F7F7!important;
text-indent: -10000px;
}

.lc_dark{
background-color: #EBEFE7!important;
width:70px;
text-indent: -10000px;
}

.lc_light{
background-color: #EFF3EF!important;
text-indent: -10000px;
}

.feature_row{
border-left: none!important;
border-top: none!important;
}
.hottest_list h2{
padding: 10px 0 0 10px;
font-size: 18px;
}
.hottest_list h6{
padding: 10px 0 0 10px;
font-size: 36px;
width:40px;
text-align:left;
/* font-family: Arial; */
color:#ff6b00;
}


/* forum accordian */

.forum_accord{
padding: 20px 0;
}


.forum_accord h3{
background: #ffffff url(/images/common/arrow.gif) no-repeat 6px 50% ;
padding-left: 24px;
cursor: hand;
cursor: pointer;
margin-bottom: 4px;
}


.forum_accord .selected{
background: #ffffff url(/images/common/arrow2.gif) no-repeat 6px 50%!important;
}

.yes_feature{
background-image: url(/images/adult/upgrade/tick.gif);
background-position:  50% 50%;
background-repeat: no-repeat;
}
.no_feature{
background-image: url(/images/adult/upgrade/cross.gif);
background-position:  50% 50%;
background-repeat: no-repeat;
}

/* forum */

.forum td {
vertical-align: top;
}
.forum h2{
padding: 10px 0 0 10px;
font-size: 18px!important;
}
.forum{
width:940px;
min-height:6em;
clear: both;
}

.club_list th{
padding: 10px 20px!important;
}

.club_list th a{
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-size: 18px;
}

.order_col_asc, .order_col, .order_col_desc{
padding-right: 30px;
color:#404040;
text-decoration: none;
}
.order_col_asc dfn, .order_col  dfn, .order_col_desc  dfn{
color:#404040;
text-decoration: none;
}
.order_col_asc:hover dfn, .order_col:hover  dfn, .order_col_desc:hover  dfn,
.order_col_asc:hover, .order_col:hover, .order_col_desc:hover{
color:#404040;
text-decoration: none;
}

.order_col{
background: transparent url(/images/common/order_arrow.gif) no-repeat right -33px!important;
}

.order_col_asc{
background: transparent url(/images/common/order_arrow.gif) no-repeat right -68px!important;
}

.order_col_desc{
background: transparent url(/images/common/order_arrow.gif) no-repeat right 0px!important;
}

.forum_list{
width:250px;
}
.forum_desc p{
width: 450px;
}

.odd{
background:#fff;

}
.even{
background:#f6f7f1;
}

.forum_line td{
border-bottom: 1px dashed #999!important;
}

.forum_thread
{
	width: 100%;
	border: none;
	border-collapse:collapse;
	border-top: 3px solid #ffffff;
}

.no_border_top
{
	border-top: none;
}

.forum_thread img
{
    padding: 15px 0px 15px 15px;
}

.forum_thread p img
{
    padding: 0px 3px 0px 0px;
}

.thread_column
{
	width: 380px;
}

.club_list
{
	width: 100%;
	border: none;
	border-collapse:collapse;
	border-top: 3px solid #ffffff;
}
.club_list td
{
	padding: 10px 20px;
	color: #404040;
}
.club_list th
{
	padding: 0px 10px;
}



.breadcrumb
{
margin-top:-30px;
font-size: 18px;
line-height:18px;
}

.breadcrumb a {
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-weight:normal;
font-size: 18px;
line-height:18px;
color: #555555;
padding-left: 0px;
}

.breadcrumb a:hover {
color: #FF6B00;
}

.forum_title
{
margin-bottom: 0px;
}

.forum_title a {
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-weight:normal;
font-size: 16px;
line-height:16px;
color: #555555;
padding-left: 0px!important;
}

.forum_title a:hover {
color: #FF6B00;
}

#forum_legend
{
	height: 135px!important;
	min-height:135px;
}

#forum_legend ul
{
	margin: 10px;
	list-style:none;
}

#forum_legend li
{
	float:left;
	margin: 5px;
	display:block;
	clear:both;
	width:460px;
}

.forum_rating
{
	display:block;
	float:left;
	text-align:left;
}

.input_2col
{
	width:290px;
}

.area_2col
{
	width:290px;
	height: 150px;
}

.smiley_list, .smiley_list_15
{
	list-style:none;
	width: 290px;
	background:#000000;
	padding:3px 0 3px 3px;
	height:60px;
}
.smiley_list li, .smiley_list_15 li
{
	float:left;
	display:block;
	background:#fff;
	border:1px solid #F1F3E9;
	border-right: 1px solid #999;
	border-bottom:1px solid #999;
	margin-right: 3px;
	margin-bottom: 3px;
}
.smiley_list li a, .smiley_list_15 li a
{
	background:#fff;
	border:none;
}

.smiley_list_15
{
	width:435px;
}

.forum_avatar
{
	width: 100px;
	list-style:none;
	padding: 15px 20px 0px 20px;
}

.forum_avatar li
{
	padding: 5px 0 0 0;
	text-align:center;
}

.forum_avatar li img
{
	padding: 1px;
}

/* Blog Page Styles */


.date{
color: #999!important;
}

.blog h4{
border-top: 1px dashed #eaeaea!important;
}

#profile_blog {
background:#F1F3E9;
margin-bottom: 10px;
min-height:20px;
}

#profile_blog .profile_image,
.comments .profile_image {
margin: 10px;
background:transparent url(/images/common/pickshadow_baige.png) no-repeat  right bottom;
}

.comments .profile_image {
margin-bottom: 0px;
}
.comments .profile_image {
padding-bottom: 10px;
}

#profile_blog h4{
color: #ffffff!important;
padding: 0;
margin: -5px 0;
}


/* Slider Help Desk */

a:focus {
outline: none;
}
#panel {
background:#F1F3E9;
height:350px;
display: none;
width:940px;
margin: 0px 0 18px 20px;
border: 1px solid #EAEDDE;
overflow-y: scroll;
z-index:10;
}

#panel p{ width: 900px;}
#panel h3{ width: 900px;padding-left: 10px;}
#panel h2{ width: 900px;padding-left: 10px;}


.slide {
margin:-40px 0 40px 0;
padding: 0;
width:100%;
display:block;
}
.slide a{
}

.active {
background-position: right -118px;
}

.noaccess{
background: #EAEDDE;
}
.noaccess p{
padding: 30px 20px 30px 50px;
background: transparent url(/images/common/padlock.gif) no-repeat 20px 50%;
}

#top_tips{
min-height: 30px;
/*float:left;*/
width: 700px;
background: #FFE2CA;
border: 1px solid #ff6b00;
/*position: absolute;
left:20px;
top: 15px;*/
margin-left:20px;
margin-bottom:10px;
}


#top_tips p{
color: #ff6b00;
padding: 6px;
}

#top_slide
{
	padding:0;
	margin:0;
	position: absolute;
	right:10px;
	top: 0px;
	z-index:1;

}
#top_slide p{
	width: 191px!important;
	height: 25px!important;
	background:transparent url(/images/common/pull_tab.gif) no-repeat left -10px;
}
.btn-slide {
	width: 171px!important;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 3;
	color:#000;
	//text-decoration:underline;
	padding-left:20px;
	font-size:15px;
}

.top_tips2{
background: #FFE2CA;
border: 1px solid #ff6b00;
clear: both;
margin:0px 10px 0px 10px;
}

.top_tips2 p{
	color: #ff6b00!important;
	padding: 6px!important;
}


.top_tips3{
	background: #FFE2CA;
	border: 1px solid #ff6b00;
	clear: both;
	margin:0px 0px 10px 0px;
}
.top_tips3 h5{
	padding: 6px 6px 0px 6px;
}
.top_tips3 p{
	color: #ff6b00;
	padding: 6px;
}

.tip_form{
	background: #FFE2CA;
	border: 1px solid #ff6b00;
	clear: both;
	color: #ff6b00;
	padding: 10px 10px 10px 10px;
	line-height:normal;
}
/* mail pages */

.email_list a{
text-decoration: none;
}

.unopened_email{
font-weight: bold;
}


.mail_col{
background-color: #F1F3E9;
margin-top: 1px;
width: 200px;
}

.mail_col .current{
font-weight: bold;
}

#mail_heading{
background: #ffffff;
clear: both;
margin:0px;
height:28px;
width:718px;
}

#mail_title p{

margin:0px!important;
padding: 2px 10px!important;

}


#mail_title{
background: #EAEDDE ;
border: 1px solid #D8D8D8;
clear: both;
margin:2px 0px 4px 0px;
height:25px;
width:716px;
}


#mail_heading .from_mail,
#mail_heading .subject_mail,
#mail_heading .date_mail{
/* font-family: Georgia, "Times New Roman", Times, serif; */
font-size: 14px;
padding: 4px!important;
color: #fff;
}

.from_mail, .subject_mail, .date_mail{
padding: 4px!important;
font-size: 12px;
}

.from_mail{width:90px;}
.subject_mail{width:370px;}
.date_mail{width:250px;}

.from_mail_rp,
.subject_mail_rp,
.date_mail_rp,
.tickbox_mail_rp,
.delivered_mail_rp,
.autoreply_mail_rp,
.junk_mail_rp,
.attachment_mail_rp{
font-size: 12px;
padding: 5px;
}


#mail_heading .from_mail_rp,
#mail_heading .subject_mail_rp,
#mail_heading .date_mail_rp,
#mail_heading .tickbox_mail_rp,
#mail_heading .delivered_mail_rp,
#mail_heading .autorply_mail_rp,
#mail_heading .junk_mail_rp,
#mail_heading .vip_admin_mail_rp,
#mail_heading .attachment_mail_rp{
font-size: 14px!important;
/* font-family: Georgia, "Times New Roman", Times, serif!important; */
color: #fff;
}

.vip_admin_mail_rp img {
padding-right:4px;
}

.email_body .profile_image{
margin: 10px;
}

#textarea_email{
width:540px;
border:none;
height:160px;
font-size: 12px;
}

#email_attachment{
border-top: 1px dashed #eaeaea;
padding-top:15px;
margin-top: 10px;
clear: both;
}

#email_subject{
width: 535px;
}

.clear{clear: both;}

.friends_list{
background:#ffffff;
width: 620px;

}

.friends_list h2{
width: 600px;
}

.friends_list #hotpicks{
height:390px;
width:618px;
overflow-y: auto;
overflow-x: hidden;
}


.friends_list li{
width:104px;
height: 110px;
margin: 3px;
background: #fff;
border: 3px solid #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.media_list li{
height: 92px;
}

.friends_list .member_name{
margin-top: -8px;
cursor: pointer!important;
}

.member_name{
cursor: pointer!important;
}

.friends_list li input{
float:right;
margin: 0px!important;
}

.friends_list input{
margin: 0px!important;
}

#group_message{
margin-top: 0;
}

.mail_pages{
width:720px!important;
}

.hotlist_pages{
width:540px!important;
padding-top: 0px!important;
}

/*signup page*/

.no-toptip .col{
padding-top: 0px!important;
margin-top: -40px!important;
}

.no-toptip .col{
padding-top: 0px!important;
margin-top: -40px!important;
}

.sign_pro_details{
margin: 10px 10px 0px 10px;
width:360px;
}

.example{
position: absolute;
z-index: 999;
top:0px;
left:0px;
width:300px;
height:900px;
background: transparent url(/images/adult/signup_e/example.gif) repeat-y 0px 0px;
opacity: .2;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
 			}


}


.check_list input{
padding-right: 4px!important;
margin-right: 0px!important;
}

.check_list label{
padding-left: 0px!important;
margin-left: -4px!important;
margin-right: 8px;
}

#signup_gallery{
margin: 10px 0 -10px 0!important;
}

#signup_gallery li{
margin: 4px!important;
}

#page_title{
float: left!important;
text-align: laft!important;
margin-left:10px;
}

#flags{
position: absolute;
right: 18px;
top:6px;
z-index: 999px;
}

#flags li{
float: left;
list-style: none;
margin: 2px;
}

#flags li a{
border: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/images/adult/signup_e/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/adult/signup_e/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/adult/signup_e/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.tool_tip_but{
cursor:help;
background: orange;
padding: 0px 4px;
float: left;
border: 2px solid #fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #fff;
text-decoration: none;
font-weight: bold;

}

.info {
width:536px;
margin:0 0 10px 0;
border:1px solid red;
background:#FEE1E2;
}
.info p {
color:red;
}

.male_col {
width:250px;
float:left;
}

#decor_left {
position:absolute;
top:0px;
left:0px;
padding-left:8px;
padding-top:5px;
width:250px;
}
#decor_right {
position:absolute;
top:0px;
left:250px;
padding-left:10px;
padding-top:5px;
}

#decor {
position:absolute;
top:0px;
left:0px;
padding-left:8px;
padding-top:5px;
}

#decor br, #decor_left br, #decor_right br{
clear:both;
}

/* Payment list*/

/* Payment list*/

#payment_list{
margin-bottom: -20px;
}

#payment_list li{
/*background: #A7DBD8;*/
margin: 0px 0px 10px 0px;
list-style: none;
/*height:133px;*/
height:auto;
min-height:133px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative!important;
z-index: 100;
clear: both;
}

#payment_list p,
#payment_list h2,
#payment_list h3{
/* font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
padding: 2px 2px 2px 135px;
margin: 0px;
background: transparent;

}


#payment_list p{
color: #fff;
line-height: 18px;
width:315px;
font-size: 12px;
padding-top: 2px;
}

#payment_list h2{
color: #1A96AE;
padding-top: 5px;
}
#payment_list h3{
color: #0F7587;
font-size: 16px;
padding-top: 0px;
}

#payment_list li a{
position: absolute;
bottom: 5px;
right:10px;
z-index: 500;
}

#offer_1m, #offer_3m, #offer_1y-d, #offer_1y-s, #offer_2y-d, #offer_40, #offer_41{
position: absolute;
top:0;
left:0;
height: 135px;
width: 120px;
border-right: 4px solid #fff;
z-index: 3000;
text-indent: -9999px;
}


#offer_1m a, #offer_3m a, #offer_1y-d a, #offer_1y-s a, #offer_2y-d a, #offer_40 a, #offer_41 a{
height: 135px;
width: 120px;
display: block;}

#offer_1m{
background:transparent url(/images/adult/upgrade/1month2.gif) no-repeat 15px 15px !important;
}

#offer_3m{
background:transparent url(/images/adult/upgrade/3month_offer.gif) no-repeat 0px 0px !important;
}

#offer_40{
background:transparent url(/images/adult/upgrade/9m.gif) no-repeat 15px 15px !important;
}

#offer_41{
background:transparent url(/images/adult/upgrade/15m.gif) no-repeat 15px 15px !important;
}

#offer_1y-d{
background:transparent url(/images/adult/upgrade/1year_offer.gif) no-repeat 0px 0px !important;
}

#offer_1y-s{
background:transparent url(/images/adult/upgrade/1year.gif) no-repeat 25px 12px !important;
}

#offer_2y-d{
background:transparent url(/images/adult/upgrade/2year.gif) no-repeat 25px 12px !important;
}

#namesPanel table{
	margin-bottom:10px;
}
#namesPanel td{
	margin: 3px 3px 3px 3px;
	color: #1A96AE;
	padding-left:5px;
	padding-top:3px;
}
#card_type{
list-style: none;
clear: both;
width: 460px;
height:35px;
}

#card_type li{
background: black;
width:45px;
height: 40px;
float: left;
margin-left: 2px;
}

#card_type #american{background:transparent url(/images/adult/upgrade/american_express.gif) no-repeat 0 0;}
#card_type #delta{background:transparent url(/images/adult/upgrade/delta.gif) no-repeat 0 0;width:55px;}
#card_type #diners{background:transparent url(/images/adult/upgrade/diners.gif) no-repeat 0 0;width:95px;}
#card_type #jcb{background:transparent url(/images/adult/upgrade/jcb.gif) no-repeat 0 0;width: 35px;}
#card_type #solo{background:transparent url(/images/adult/upgrade/solo.gif) no-repeat 0 0;width: 25px;}
#card_type #maestro{background:transparent url(/images/adult/upgrade/maestro.gif) no-repeat 0 0;width: 55px;}
#card_type #visa{background:transparent url(/images/adult/upgrade/visa.gif) no-repeat 0 0;width: 52px;}
#card_type #ukash{background:transparent url(/images/adult/upgrade/ukash.jpg) no-repeat 0 0;width: 55px;}

.ukash {
border: 1px solid #eaeaea;
margin-top: 5px;
margin-bottom: 10px;
background-color: #FBFFFB;

}

.ukash img{
padding: 15px 10px 5px 10px;
float: left;
}

/* Easy Tooltip */

#easyTooltip{
	margin:0 10px 10px 15px;
	width:250px;
	padding:8px;
	background: #FFE2CA ;
	line-height:130%;
	z-index: 1000;
	position: relative;
	border: 1px solid #ff6b00;
}

#easyTooltip .tool_arrow{
	margin:0 0 0 -20px;
	width:40px;
	height: 55px;
	background: transparent url(/images/adult/upgrade/tool_tip_bg.gif) no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: 2px;
}

#easyTooltip .tool_arrow_right{
	width:18px;
	height: 55px;
	background: transparent url(/images/adult/upgrade/tool_tip_bg_inv.gif) no-repeat 0 0;
	position: absolute;
	top: 10px;
	left: 266px;
}

#easyTooltip h3{
	padding: 5px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
color: #090909;
font-size:21px;
line-height:21px;
	background: none;
	}
#easyTooltip p{
	padding: 5px;
	color: #ff6b00;
	}
#easyTooltip img{
	background:#fff;
	padding:1px;
	border:1px solid #e1e1e1;
	float:left;
	margin-right:10px;
	}



#tooltip_container{display:none;}

.suggestion{
	margin:5px 0 ;
	width:350px;
	padding:8px;
	display: block;
	background: #FFE2CA ;
	border: 1px solid #ff6b00;
	color:#ff6b00;
	clear: both;
	text-align: left;
	font-size: 11px;
}

.add_event_text {
width:290px;
height:130px;
}

.profile_headline_text{
width:285px;
}

.result{
width:940px;
min-height:6em;
clear: both;
border-bottom: 1px dashed #999;
}
.result_event{
width:460px;
min-height:80px;
clear: both;


}


.more_details a{
	padding:3px 10px;
	background:#EAEDDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	clear:both;
	color: #404040;
	margin: 0px 0px 10px 4px;
	text-decoration: none;
	padding-left: 24px!important;
	background-color: #EAEDDE;
	background-position: 4px 50%;
	background-repeat: no-repeat;
	background-image:url(/images/common/more_details.png)!important;
	z-index: 3001;
}


.formy{
z-index: 3000;
margin-top: -40px;
}



.formy .more_details{
clear:both;
width: 450px;
height: 10px;
list-style: none;
margin: -30px 0 0 0;
}

.resultlist2_event{
margin: 0px 0px 20px 0;

}


.people_list{

	background: #f6f7f1;
	border: 1px solid #eaeaea;
	border-top: none;
	clear:both;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	overflow: auto;
	}

.people_list ul{
	clear:both!important;
	display: block;
	overflow: auto;
}

/* Gallery */

#gallery_panel {
overflow: auto;
}




.Recent_messages{
list-style: none;
}

.Recent_messages li{
padding: 0 0 0 25px;
	border-bottom: dashed 1px #eaeaea;
}

.Recent_messages li a {
padding: 0px
	font-size: 14px;
	line-height: 28px;
	min-height:28px;
	}

.Recent_feeds{
list-style: none;
}

.Recent_feeds li{
padding: 0 0 0 25px;
border-bottom: dashed 1px #eaeaea;
line-height: 28px;
min-height:28px;
}

.Recent_feeds li a {
padding: 0px
font-size: 14px;

}




.male_icon{background: transparent url(/images/common/chaticons/man.png) no-repeat left 5px;}
.female_icon{background: transparent url(/images/common/chaticons/woman.png) no-repeat left  5px;}
.couple_icon{background: transparent url(/images/common/chaticons/couple.png) no-repeat left  5px;}
.group_icon{background: transparent url(/images/common/chaticons/man.png) no-repeat left  5px;}
.tv_icon{background: transparent url(/images/common/chaticons/tv.png) no-repeat left  5px;}

.blog_post_icon{background: transparent url(/images/common/blog_post.jpg) no-repeat left 5px;}
.new_event_icon{background: transparent url(/images/common/blog_post.jpg) no-repeat left 5px;}
.forum_post_icon{background: transparent url(/images/common/forum_post.jpg) no-repeat left 5px;}
.new_media_icon{background: transparent url(/images/common/new_media.jpg) no-repeat left 5px;}
.now_friends_icon{background: transparent url(/images/common/now_friends.jpg) no-repeat left 5px;}

.wizard{
	list-style:none;
	clear:both;
	padding:0px 0;
	float:left;
	height:25px;
	display:block;
	background: #F5F5F5;
	border:1px solid #ccc;

	}
	.wizard li {
		list-style:none;
		display: block;
		float:left;
		/* font-family: Georgia, "Times New Roman", Times, serif; */
		font-size:18px;
		line-height: 23px;
		padding:0px 5px;
		color:#666;

	}
	.wizard .current_wizard{
		background: #CCC url(/images/common/wizard_arrow.gif) no-repeat center 32px;
		color:#333;
		margin: -3px 5px 10px 5px;
		height:30px;
		padding:5px;

	}
	.wizard .complete_wizard{
	color:#CCC;

	}

	.hot_box
	{
		padding:0 0 0px 10px;
		position:absolute;
		right: 20px;
		width:210px;
		top: 140px;
		z-index: 20;
		background: #f6f7f1 url(/images/common/hot_arrow.gif) no-repeat left center;


	}

	.hot_stars
	{
		width:190px;
		padding: 10px;
		height: 40px;
		border: solid 1px #ccc;
		border-left: none;
	}

	.hot_stars p
	{
		padding:0 0 5px 0;
	}

	.hot_nav
	{
	position:absolute;
	top: 300px;
	width:200px;
	text-align:center;
	}


	.hot_nav p, .hot_nav h2
	{
	text-align:center;
	padding:0;
	}


	.hot_nav h2
	{
	padding:10px;
	}



.hot_nav img
{
	padding: 4px;
	border: 1px #ccc solid;

}

.hot_nav h2 a
{
	background: transparent url(/images/common/arrnext.gif) no-repeat right center;
	padding-right: 20px;
}

.hot_title h5
{
	color:#999;
	font-size:18px;
}

.option1 {
	background: transparent url(/images/common/search1.png) no-repeat 0 2px;
	}

.option2 {
	background: transparent url(/images/common/search2.png) no-repeat 0 2px;
	}

.option1_off {
	background: transparent url(/images/common/search1_off.png) no-repeat 0 2px;
	}

.option2_off {
	background: transparent url(/images/common/search2_off.png) no-repeat 0 2px;
	}

	/*	location control*/

.locationControl{
	padding:0px;
	min-height:27px;
	margin-left: -5px;
	z-Index:1;
	}

.lc_unit {
	float:left;}

.lc_unit p, .lc_unit select{
	float:left;
	padding:5px;}

.lc_unit select{
	padding:0px;
	margin:4px 2px;
	}

.lc_unit2{
	float:left;
	position: relative;
	z-index:98;
	}

.selectedData{
	float:left;
	position: relative;
	padding:5px;}


.lc_list{
	height:200px;
	width: 220px;
	background-color:#FFF;
	overflow: auto;
	border: 1px solid #CCC;
	margin: 0 10px;
	border-top:none;
	}

	.lc_list li{
		padding:2px 5px;
		}

			.lc_list li a:hover{
				display:block;
				//color: #ff6b00;
		}

.selectionControls {
	width: 240px;
	background-color: #E0E0E0;
	border: 1px solid  #CCC;
	position:absolute;
	top:0;
	left:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index:900;
	display:block;
	}
.selectionControls p{
	padding:5px 0px;
	margin:0px 10px;
	border-bottom:1px solid #CCC;
	}
.lc_button{
padding: 5px 10px 5px 10px;
list-style: none;
display: block;
clear:both;
height:30px;
}
.lc_button li{
float:right;
margin-left:1px;
height:25px;
display: block;
}
.lc_button li a{
padding:3px 5px;
background:#EAEDDE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
float: left;
color: #fff;
margin-bottom: 4px;
text-decoration: none;
background: #ff6b00;
border: 3px #fff solid;
}
.lc_button li a dfn{
color: #fff;
text-decoration: none;
}

.loc_pointer{
	background: #ff6b00 url(/images/common/iconys/location_icon.png) no-repeat left 0!important;
	width:80px;
}
.loc_pointer:hover{
	background: blue url(/images/common/iconys/location_icon.png) no-repeat left 0!important;
}

.lc_button li a:hover{
background: blue;
}

.selectionControls
{
	position:absolute;
    height:auto!important;
}
.selectionControls a
{
	//text-decoration:underline;
}
.combo
{
    float:left;
    width:223px;
    z-index:3381;
    text-align:left;
}

.combo > p > input
{
    height:15px!important;
    width:151px;
    margin-right:0px!important;
    padding-right:0px!important;
    float:none!important;
}

.combo > ul
{
    overflow : auto;
    width:100%;
    max-height:200px;
    height:0px;
}
.selectedData
{
    //text-decoration:underline;
    display:inline;
    float:left;
    max-width:230px;
}
.selectedData:hover{
	text-decoration:underline;
}

.pr_utilies{
	background: transparent url(/images/common/panel.gif) no-repeat  center 0;
	clear:both;
	width: 380px;
	border-bottom:1px solid #CCC;
}

.textbox_container{
	margin-left:10px;
	margin-top:0px;
	padding:0;
	display:block;
	height:100px;
	position:relative;
}

.textbox_result_box{
	border:solid 1px black;
	width:300px;
	position:absolute;
	padding:10px;
	top:32px;
	left:30px;
	background-color:#f0f0f0;
	display:none;
	z-index:12;
}
.sendmessage_textbox{
	width:380px;
	height:80px;
	opacity:1;
	position:absolute;
	top:25px;
	left:0px;
	resize:none;
	max-width: 380px;
	max-height: 80px;
	min-width: 380px;
	min-height: 80px;
	 overflow: auto;
}
textarea.sendmessage_textbox
{
	background:transparent;
	border:solid 1px #a0a0a0;
	z-index:10;
}
.textbox_background{
	background-color:white;
	z-index:0
}
.textbox_back_text{
	background:transparent;
	margin:1px;
	z-index:1;
}

.pro_premium, .pro_standard{
	background-position:top;
	background-image:url(/images/common/gold.jpg);
	background-color:#F4C46F;
	padding-bottom: 0px;
	margin-bottom:10px;
}

/*.pro_premium img{
	background:transparent!important;
	padding-top:33px!important;
}*/

.pro_premium h3, .pro_standard h3{
	position:absolute;
	top:5px;
	left:2px;
	width:370px;
	background:transparent;
	color:#fff;
	font-size:20px;
}

.pro_vip{
	background-position:top;
	background-image:url(/images/common/vip.jpg);
	background-color:#000;
	padding-bottom: 0px;
	margin-bottom:10px;
}

/*.pro_premium img{
	background:transparent!important;
	padding-top:33px!important;
}*/

.pro_vip h3{
	position:absolute;
	top:7px;
	left:5px;
	width:370px;
	background:transparent;
	color:#ffcc00;
	font-size:20px;
}

.pro_vip img{
	background-color:Transparent!important;
	padding-top:33px;
	/*border:#ffcc00 solid 1px;*/
	}

.pro_classic {
	background-position:top;
	background-color:Transparent!important;
	background-image:url(/images/common/classic.jpg);
	padding-bottom: 0px;
	margin-bottom:10px;
	}

/*.pro_classic img{
	background-color:Transparent!important;
	padding-top:33px;
	}*/

.classic img{
	background-color:Transparent!important;
	background-image:url(/images/common/fullsize_bg.png);
	padding-top:39px!important;
	padding-left:10px;
	padding-right:306px;
	padding-bottom:307px;
}

.normal img{
	background:transparent!important;
	margin-top:33px!important;
	margin-left:3px!important;
	margin-right:3px!important;
	margin-bottom:3px!important;
	padding:0!important;
}

.pro_classic h3{
	position:absolute;
	top:5px;
	left:2px;
	width:370px;
	background:transparent;
	color:#000;
	font-size:20px;
}

.premium_tab{
	background: #fff url(/images/common/pre_tab.gif) no-repeat 0px 2px;
	border-right: 1px solid #f4c571;
	width: 23px;
	}
.classic_tab{
	background: #fff url(/images/common/classic_tab.gif) no-repeat 0px 2px;
	border-right: 1px solid #e6e3de;
	width: 23px;
	}
.standard_tab{
	background: #fff url(/images/common/standard_tab.gif) no-repeat 0px 2px;
	border-right: 1px solid #e6e3de;
	width: 23px;
	}
.vip_tab{
	background: #fff url(/images/common/vip_tab.gif) no-repeat 0px 2px;
	border-right: 1px solid #383838;
	width: 23px;
	}
.empty_tab{
	border-right: 1px solid #e6e3de;
	width: 23px;
	}
#footermid {
	z-index: 0!important;
}

#footermid .nav{
	z-index: 0!important;
}
.alert {

background:#FFFFCC;
border:1px solid #FF6666;
position:relative;
}

.alert div{
color:white;
background:#FF6666;
width:135px;
text-align:right;
font-weight:bold;
padding:5px;
}
.alert span{

display:block;
position:absolute;
left:145px;
top:0px;
padding:5px 10px;
}

.ok {
	border:1px solid #8AC642!important;
}

.ok div{
	background:#8AC642!important;
}

.alert_warning{
background:#FF6666;
width:378px;
margin:0;
margin-top:10px!important;
margin-bottom:15px!important;
background:#FFFFCC;
border:1px solid #FF6666;
display:block;
position:relative;
}

.alert_warning_700{
background:#FF6666;
width:700px;
margin:0;
margin-top:10px!important;
margin-bottom:15px!important;
background:#FFFFCC;
border:1px solid #FF6666;
display:block;
position:relative;
}

.alert_question {
margin-bottom:10px;
background:#FFFFCC;
border:1px solid #FF6666;
padding:7px 10px;
}

.info ul
{
	padding-left:40px!important;
	margin-bottom:10px!important;
	list-style-type:none;
	font-weight:bold!important;
	margin-left:10px;
}

.info li
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px!important;
}

.nothanks{
	padding: 5px 0 0 10px;
	border-top: 1px dashed #E5E5E5;
}

.nothanks p{
	padding: 3px 4px 3px 0px;
}

.nothanks .standardbutton{
	padding: 0px;
	height:26px;
}
.no_thanks_icon{
background-image:url(/images/common/nothanks.png)!important;
padding-left:30px!important;
}

.add_custom_folder{
	background:#F1F3E9;
	clear:both;
	display:block;
	padding:0;
	margin:0;
	float:left;
	width: 100%;

	}

.add_custom_folder label{
	padding:10px 10px 0px 10px;
	color:#333;
	clear:both;
	float:left;}

.add_custom_folder input{
	margin:5px 0 0 10px;
	width: 195px;
	float:left;
	}
.topBorderDotted td{
	border-top: 1px dotted #EAEAEA;
}

#footermid h2, #footermid .footernv li a, #footermid li a strong, #footermid li a small, .formheading{
color:#555555;
}

.male_col {
width:200px;
float:left;
}

#decor_left {
position:absolute;
top:0px;
left:0px;
padding-left:8px;
padding-top:5px;
width:200px;
}
#decor_right {
position:absolute;
top:0px;
left:200px;
padding-left:10px;
padding-top:5px;
}

#decor {
position:absolute;
top:0px;
left:0px;
padding-left:8px;
padding-top:5px;
}

#decor br, #decor_left br, #decor_right br{
clear:both;
}

.smiley_list li a img{
width:24px!important;
height:24px!important;
}

.tool_tip_but2{
    cursor:help;
    vertical-align:top;
    background: orange;
    padding: 0px 4px;
    border: 2px solid #fff;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


/*Roustem style for partners default page */


#partner .content{
    padding-top:20px;
	}

#partner .subcurve {
padding-left:5px;
}
#partner #stats{
	text-decoration: none;
	list-style: none;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 20;
	}

#partner	#stats li {
padding-top:5px;
float:left;
}
#partner	#stats li span {
color: #000;
text-decoration: none!important;
padding-left: 30px;
}
#partner	#stats li span b{
font-weight: bold;
color: #000;
}
#partner .formsearch {
border-color:#ffffff;
}
#partner .subcurve {
background:#ffffff;
border-color:#ffffff;
}
#partner #loginBox {
background:#F1F3E9;
padding:10px 20px;
}
#partner #loginBox div{
width:147px;
float:left;

}
#partner #loginBox div a{
color:black;
line-height:20px;
}
#partner #loginBox div input{
border:1px solid #000000;
width:120px;
}
#partner #loginBox #Image1 {
margin-top:10px;
}
#partner #header{
height:115px;
}

#partner #headermid{
height:115px;
}
#partner #logo{
top:10px;
left:0px;
}
#partner #secondhead{
height:2em;
}
#partner h1{
font-size:23px;
color: #404040;
}
#partner h2{
padding-left:10px;
color: #404040;
}
#partner h5{
padding-top:0px;
margin-top:-10px;
color:#CC0000;
}
#partner h6{
text-align:left;
padding:0px;
}
#partner div.content p {
padding-bottom:0px;
}
#partner #footerlinks {
text-align:left;
padding-left:20px;
}

#partner #pay_details{
border-top:1px solid #eaeaea;
}
#partner #pay_details
{
	float:left;
	border-right: 1px solid #eaeaea;
	border-collapse: collapse;
	margin: 10px 0px 10px 0;
}

#partner #pay_details td, #partner #pay_details th {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	padding: 5px;
	border-collapse: collapse;
}

#partner #pay_details th {
	font-size: 16px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	text-indent: 0px!important;
	color: #555;
	text-align: center;
	border-top: 1px solid #eaeaea;
}

#partner #pay_details td
{
	background-color: #FBFFFB;
}
#partner .b {
font-weight:bold;
}
#partner #flashblock {
padding:8px;
background:#F1F3E9;
}

.news_date{
font-size: 13px;
color: #999;
line-height: 18px;
height: 18px;
padding: 5px 0 0 10px;
}

.news_text{
padding: 3px 10px!important;
}

.pointer_cursor{
cursor:pointer !important;
margin:0px!important;
padding:0px!important;
}

.normal_cursor{
cursor:default!important;
margin:0px!important;
padding:0px!important;
}

.help_page ul {
padding: 20px 0px 20px 40px;
}
.help_page ul li{
margin:0px;
padding:0px;
}

.profile_menu {
	clear:both;
	position:relative;
	top:-20px;
	/*float:left*/
}

.profile_menu_less {
	margin-bottom:0px
}

		/*   Roustem new mail pop up style*/

.alert_popup {
	width:170px;
	height:92px;
	position:absolute;
	top:12px;
	right:0px;
	background-color:#ffffff;
	z-index: 999;
	border: solid 4px white;
}
.alert_popup p {
	width:130px;
	float:left;
	font-size:11px;
	color:white!important;
	padding:0;
	padding-top:5px;
	padding-left:15px;
}

.alert_popup p a {
	font-size:11px;
	color:white!important;
}

.alert_popup p.points_added {
	width:130px;
	float:left;
	font-size:16px;
	color:white!important;
	text-shadow:black 1px 1px 2px, gray 0 0 1em;
	filter: Shadow(Color=gray, Direction=135, Strength=2);
	padding-top:0;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:15px;
}

.alert_popup p.new_mail {
	background:transparent url(/images/common/mail_popup_s.png) no-repeat top left;
	width:140px;
	float:left;
	font-size:12px;
	color:white!important;
	padding:0;
	margin-top:5px;
	margin-left:5px;
	padding-bottom:5px;
	padding-left:37px;
}
#one_new_point_added
{
	position:absolute;
	top:12px;
	right:12px;
	font-size:16px;
	color:#101010!important;
	text-shadow:lightgray 1px 1px 2px, lightgray 0 0 1em;
	filter: Shadow(Color=lightgray, Direction=135, Strength=2);
	z-index:4000;
}
/*
#new_mail {
	width:322px;
	height:102px;
	position:absolute;
	top:12px;
	right:0px;
	background:#FFF url(/images/common/mail_popup.jpg) no-repeat;
	z-index: 999;
}
#new_mail b {
	float:right;
	color:#B6B6B6;
	display:block;
}
#new_mail b a{
	color:#B6B6B6;
	display:block;
	line-height:15px;
	width:auto;
	margin: 7px 10px 0px 0px;
	padding-right: 18px;
	background:url(/images/common/mx.gif) no-repeat right;
}
#new_mail b a:hover{
	color:#555555;
	background:url(/images/common/mx_over.gif) no-repeat right;
}
#new_mail span {
	clear:right;
	float:right;
	font-size:15px;
	color:#555555;
	padding:20px 20px 0px 0px;
}
#new_mail span a{
	font-size:15px;
	color:#FF6B00;
}
#new_mail span a:hover{
	color:#555555;
}	*/

/*Roustem Price december 2009 style*/

#central_col {
	width:700px;
	margin:0 auto;

}
#central_col p{
	padding-left:0px;
}
#payment_list p{
	color: #666;
	line-height: 18px;
	width:350px;
	font-size: 14px;
	padding-left:175px;
	padding-top: 35px!important;
}

#payment_list h3 {
	padding-left:175px;
	width:450px;
}

#offer {
	position: absolute;
	top:0px;
	left:0px;
	height: 135px;
	width: 155px;
	border-right: 4px solid #fff;
	z-index: 3000;
}
#offer a {
	position: absolute;
	top:0px;
	left:0px;
	height: 135px;
	width: 155px;
	display: block;
	text-decoration:none;
}
#offer b{
	color:#239eda;
	/* font-family:Georgia; */
	/*font-size:45px;*/
	font-size:38px;
	display: block;
	text-align:center;
	float:left;
	font-weight:normal;
	margin-top:15px;
	margin-left:5px;
}
#offer span{
	margin-top:0px;
	color:#239eda;
	/* font-family:Georgia; */
	font-size:20px;
	font-weight:normal;
	display: block;
	text-align:center;
}
.upgrade_bt2{
	background: transparent url(/images/adult/upgrade/upgrade_button.png) no-repeat top left;
	width:149px;
	height:33px;
	margin-left:10px;
	margin-top:3px;
}
.curr_GBP{
	background: transparent url(/images/adult/upgrade/pound.png) no-repeat top left;
	float:left;
	width:44px;
	height:44px;
	margin-top:25px;
	margin-left:10px;
}
.curr_USD{
	background: transparent url(/images/adult/upgrade/dollar.png) no-repeat top left;
	float:left;
	width:44px;
	height:44px;
	margin-top:25px;
	margin-left:10px;
}
.curr_EUR{
	background: transparent url(/images/adult/upgrade/evro.png) no-repeat top left;
	float:left;
	width:44px;
	height:44px;
	margin-top:25px;
	margin-left:10px;
}
#overlap {
	position: absolute;
	top:0px;
	margin-left:130px;
	height: 50px;
	width: 50px;
	z-index: 3001;
	cursor:pointer;
}
#note {
	background:#FFFFCC;
	border:1px dotted #FF7300;
	border-bottom:5px solid #FF7300;
	padding:10px;
	color:#FF7300;
	font-size:16px;
}
#note span{
	font-size:16px;
	color:black;
}

.instruction p{
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:18px;
	line-height:28px;
	padding:2px 0;
	}

.instruction h2{
	color:#000;
	font-size:28px;
	background: transparent url(/images/adult/upgrade/lock.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-top:15px;
}

.instruction p a, .upgrade_bt a{
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:18px;
	background:#F60;
	padding:3px 6px;
	text-decoration:none;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.instruction p a:hover, .upgrade_bt a:hover{
	background: #6C3;
}

.unhappy a {
	background:#999!important;
}

.unhappy a:hover {
	background:#6C3!important;
}
#central_col p{
	padding-left:0px;
}
#payment_list p{
	color: #666;
	line-height: 18px;
	width:350px;
	font-size: 14px;
	padding-left:175px;
	padding-top: 35px!important;
}

#payment_list h3 {
	padding-left:175px;
	width:450px;
}

#offer {
	position: absolute;
	top:0px;
	left:0px;
	height: 135px;
	width: 155px;
	border-right: 4px solid #fff;
	z-index: 3000;
}
#offer a {
	position: absolute;
	top:0px;
	left:0px;
	height: 135px;
	width: 155px;
	display: block;
	text-decoration:none;
}
#offer a b{
	color:#1B94AC;
	/* font-family:Arial; */
	font-size:48px;
	display: block;
	margin-top:25px;
	text-align:center;
	margin-bottom:0px!important;
	padding-bottom:0px!importnat;
}
#offer a span{
	color:#1B94AC;
	/* font-family:Arial; */
	font-size:22px;
	font-weight:bold;
	display: block;
	text-align:center;
}
#overlap {
	position: absolute;
	top:0px;
	left:0px;
	height: 135px;
	width: 155px;
	z-index: 3001;
}
#note {
	background:#FFFFCC;
	border:1px dotted #FF7300;
	border-bottom:5px solid #FF7300;
	padding:10px;
	color:#FF7300;
	font-size:16px;
}
#note span{
	font-size:16px;
	color:black;
}

.instruction p{
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:18px;
	line-height:28px;
	padding:2px 0;
	}

.instruction h2{
	color:#000;
	font-size:28px;
	background: transparent url(/images/adult/upgrade/lock.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-top:15px;
}

.instruction p a, .upgrade_bt a{
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:18px;
	background:#F60;
	padding:3px 6px;
	text-decoration:none;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.instruction p a:hover, .upgrade_bt a:hover{
	background: #6C3;
}

.unhappy a {
	background:#999!important;
}

.unhappy a:hover {
	background:#6C3!important;
}

.profile_icons img{
padding: 3px;
border:#E5E5E5 1px solid;
background: #fff;
display: block;
}
.profile_icons {
padding:5px;
float:left;
width:70px;
}
.contacts_near span{
float:right;
display:block;
width:360px;
padding-top:5px;
}

#mobile {
background:url(/images/adult/upgrade/mobile.gif) top left no-repeat;
padding-left:35px!important;
height:54px;
min-height:54px;
margin-left:-3px;
}

.pay_image{
	width:330px;
	float:left;
	height:750px;
	margin-top:20px;
}

.man{
	background:transparent url(/images/adult/upgrade/girl_drink.jpg) no-repeat right 0;
}
.gay{
	background:transparent url(/images/adult/upgrade/gay_drink.jpg) no-repeat right 0;
}
.woman{
	background:transparent url(/images/adult/upgrade/man_drink.jpg) no-repeat right 0;
}
.group{
	background:transparent url(/images/adult/upgrade/couple_drink.jpg) no-repeat right 0;
}
.tv{
	background:transparent url(/images/adult/upgrade/tvts_drink.jpg) no-repeat right 0;
}
.couple{
	background:transparent url(/images/adult/upgrade/couple_drink.jpg) no-repeat right 0;
}

#payment_left{
	margin:20px;
	width:600px;
	float:left;
}

.verisign {
background:url(/images/adult/upgrade/Verisign.gif) top left no-repeat;
padding-left:115px!important;
padding-top:20px!important;
height:54px;
min-height:54px;
margin-left:3px;
}

.effects-distort{
	background:url(/images/common/chess.png) top left;
	position:absolute;
	z-index:1000;
	color:red;
	font-weight:bold;
	margin:0px
	padding-left:100px;
	padding-top:50px;
	padding-bottom:0px;
	padding-right:0px;
	font-size:23px;
}

.heading_underline {
	color: #555;
	border-bottom: solid 3px #93C9DD;
	clear:both;
	display:block;
	padding:0px;
	font-size:22px;
	font-weight:normal;

	padding-top:10px;
}

h3.heading_underline {
	background-color:transparent!important;
	padding-top:10px;
	margin-left:10px;
}

h1.heading_underline {
	margin-left:10px;
}

.old_pro{
border-right: 1px solid #eaeaea;
border-collapse: collapse;
margin-bottom: 10px;
}


.old_pro td, .old_pro th {
border-bottom: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
padding: 5px;
border-collapse: collapse;
}


.old_pro .table_col1{
width:100px;
}


.old_pro .odd{
background:#F4F3F2;
}
.old_pro .even{
background:#f6f7f1;
}

.icons_links div{
	border-top:1px solid #CCCCCC;
}
.icons_links img{
	padding:7px 5px 20px 5px;
	float:right;
}

.hand{
	cursor:hand;
	cursor:pointer;
}

/*quick swing css	*/



#quickswing_header {
	width:505px;
	padding:8px 0 3px 35px;
	background:transparent url(/images/common/clock_large.gif) no-repeat 0 0;
	position:relative;
}

.col_third #quickswing_header {
	width:345px!important;
	padding:8px 0 3px 35px;
}
#quickswing_header .standardbutton {
	position:absolute;
	right:-10px;
	top:15px;
}
.quick_swing_slide
{
    position: relative;
	float:left;
	clear:none;
	display:block;
	width:10000px;
	height:219px;
}
.quick_swing_container
{
    left: 0px;
    position: relative;
	width:460px;
	overflow:hidden;
}
.swing_box {
	width:230px;
	display:block;
	float:left;
}
.swing_box p {
	padding-left: 3px;
	clear:both;
	background: #f6f7f1;
	height:77px;
	border-right:5px solid white;
}
.quick_swing_result{
	border:solid 2px #c0c2bb;
	border-top:solid 5px #c0c2bb;
	position:absolute;
	margin:0;
	padding:10px 10px 10px 10px;
	width:350px;
	padding-bottom:20px;
	color:#555;
	background-color:#eef1e6;
	/*background:#eef1e6 url(/images/common/pickshadow_baige.png) no-repeat  right bottom;		*/
	z-index:1000;
	top:20px;
	left:50px;
}
.quick_swing_result strong{
	/* font-family:Georgia; */
	color:#819651;
}
.swing_box img {
	padding: 3px;
	border:1px solid #CCC;
	margin:8px 5px 0px 0;
	background-color:#FFF;
	float:left;
}
.swing_box ul {
	list-style:none!important;
}
.swing_box .standardbutton {
	position:absolute;
	top:179px;
	width:224px;
	padding-bottom:0px;
}
.swing_box .username_sb a {
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:15px;
}
.swing_box .username_sb {
	margin-top:8px;
	margin-bottom:3px;
}
.add_quicky {
	background-image: url(/images/common/add_quicky.gif)!important;
	padding-left:40px!important;
}

.quick_li {
	background: transparent url(/images/common/clock_small.png) no-repeat 0 0;
	padding-left:20px!important;
}

.quick_li_social {
	background: transparent url(/images/common/quick_beer.png) no-repeat 0 0;
	padding-left:20px!important;
}
.quick_cancelled {
	text-decoration:line-through;
}
.quick_cancelled a {
	text-decoration:line-through;
}

.quick_li_holiday {
	background: transparent url(/images/common/quick_parasol.png) no-repeat 0 0;
	padding-left:20px!important;
}

.quicky_icon {
	background-image: url(/images/common/quicky_icon.gif)!important;
}

.quick_event_calendar{
	background: transparent url(/images/common/clock_small.png) no-repeat 3px 4px;
	padding-left:12px!important;
}
.quick_event_calendar_social{
	background: transparent url(/images/common/quick_beer.png) no-repeat 3px 4px;
	padding-left:12px!important;
}
.quick_event_calendar_holiday{
	background: transparent url(/images/common/quick_parasol.png) no-repeat 3px 4px;
	padding-left:12px!important;
}

.swing_dates ul{
	width:70px;
	list-style:none;
	padding:8px 10px 8px 0;
	float:left;
}

	.swing_dates ul li a{
		color:#00859E !important;}

		.swing_dates p{
			width:300px;
			float:left;
			clear:none;
			padding:0px;
			padding-top:8px;
			padding-bottom:8px;
}

/* Roustem box office style*/

#box_office {
height:355px!important;
background:#F7F9F3 url(/images/common/box_office_bg.jpg) repeat-x top left;
border:1px solid #E2E2E1!important;
border-top:3px solid #93C9DD!important;
text-align:center;
padding-top:29px;
position:relative;
}
#box_office h2{
text-align:center;
}
#code {
width:250px;
height:56px;
background:url(/images/common/code_bg.jpg) no-repeat top left;
text-align:center;
line-height:56px;
color:#3399CC;
/* font-family:Georgia; */
font-size:22px;
margin:0 auto;
}


#box_office_message {
background:url(/images/common/message_bg.png) top left no-repeat;
position:absolute;
bottom:10px;
left:15px;
width:670px;
}
#box_office_message span{
background:url(/images/common/message_bottom_bg.png) bottom left no-repeat;
color:#FF6600;
/* font-family:Georgia; */
font-size:20px;
padding:10px 20px;
display:block;
}
#box_office_message span a{
/* font-family:Georgia; */
font-size:20px;
color:#555;
}
#box_office_after {
font-size:12px;
background:url(/images/common/box_shadow.jpg) no-repeat top left;
height:34px;
padding-top:10px;
padding-left:15px;
color:#555;
}
.box_office_button {
background:transparent url(/images/common/box_button.png) no-repeat top left;
height:29px;
width:228px;
display:block;
margin:0 auto;
margin-bottom:20px;
background-position:0% -29px;
}
.box_office_button:hover {
background-position:0% -29px;
}


.quick_checkbox{
	padding:0px;
	border: 0px solid black!important;
	margin-left:7px;
	margin-right:5px;
	white-space: nowrap;
}

.validation_level{
	width:380px;
	height:60px;
	margin:0 auto;
	margin-bottom:20px;
}
.NOT_VALIDATED{
	background:transparent url(/images/common/trust_none.gif) no-repeat top left;
}
.EMAIL_VALIDATED{
	background:transparent url(/images/common/trust_low.gif) no-repeat top left;
}
.USER_VALIDATED{
	background:transparent url(/images/common/trust_medium.gif) no-repeat top left;
}
.ADMIN_VALIDATED{
	background:transparent url(/images/common/trust_high.gif) no-repeat top left;
}

.header_validation{
	position:relative;
	top:-25px;
	left:915px;
	height:30px;
	cursor:hand;
	cursor:pointer;
}
.NOT_VALIDATED_header{
	background:transparent url(/images/common/iconys/t_none.png) no-repeat top left;
}
.EMAIL_VALIDATED_header{
	background:transparent url(/images/common/iconys/t_low.png) no-repeat top left;
}
.USER_VALIDATED_header{
	background:transparent url(/images/common/iconys/t_medium.png) no-repeat top left;
}
.ADMIN_VALIDATED_header{
	background:transparent url(/images/common/iconys/t_high.png) no-repeat top left;
}

.profile_validation{
	position:relative;
	top:-10px;
	left:295px;
	height:105px; /* was 75 */
	width:105px; /* was 75 */
	cursor:hand;
	cursor:pointer;
	padding-left:22px;
	padding-top:22px;
	font-size:30px;
	font-weight:bold;
	/* font-family:Georgia; */
	color:#555555;
}
.NOT_VALIDATED_profile{
	/*background:transparent url(/images/common/iconys/red.png) no-repeat top left;*/
	background:transparent url(/images/common/iconys/white.png) no-repeat top left;
}
.EMAIL_VALIDATED_profile{
	background:transparent url(/images/common/iconys/yellow.png) no-repeat top left;
}
.USER_VALIDATED_profile{
	background:transparent url(/images/common/iconys/blue.png) no-repeat top left;
}
.ADMIN_VALIDATED_profile{
	background:transparent url(/images/common/iconys/green.png) no-repeat top left;
}

.profile_level{
	position:absolute;
	font-size:30px;
	line-height:40px;
	width:53px;
	height:50px;
	font-weight:bold;
	/* font-family:Georgia; */
	color:#555555;
	text-align:center;
}
.popup_congratulation{
	border:solid 2px #c0c2bb;
	border-top:solid 5px #c0c2bb;
	position:absolute;
	margin:0;
	padding:10px 10px 10px 10px;
	width:500px;
	padding-bottom:20px;
	color:#555;
	background-color:#eef1e6;
	/*background:#eef1e6 url(/images/common/pickshadow_baige.png) no-repeat  right bottom;		*/
	z-index:1000;
	top:30px;
	left:200px;
}
.popup_congratulation strong{
	/* font-family:Georgia; */
	color:#819651;
}
.profile_marks{
	padding:0;
	margin:0;
	width:230px;
	/*height:112px;*/
	padding-bottom:20px;
	color:#555;
	background-color:#eef1e6;
	background:#eef1e6 url(/images/common/pickshadow.png) no-repeat  right bottom;
	font-size:8px;
}

.profile_marks a{
	font-size:12px;
}
.profile_marks .left{
	float:left;
	margin-left:10px;
	margin-top:2px;
	width:220px;
	padding-bottom:1px;
	font-size:12px;
}

.profile_marks .slider_back{
	background-color:white;
	width: 190px;
	border: solid 2px #819651;
	margin-left:10px;
	height:17px;
	padding-top:0px;
	margin-top:10px;
	padding:0;
	clear:both;
}
.slider_back .max_mark
{
	position:absolute;
	top:22px;
	left:184px;
	font-weight:bold;
}
.slider{
	text-align:center;
	color:white;
	margin:0;
	font-weight:bold;
	background-color: #a6bf6c;
	height:17px;
	padding-left:2px;
	border-right: solid 2px #819651;
}
.nextitem_images
{
	list-style: none;
	overflow:auto;
	display: block;
	padding: 4px;
	margin:5px auto 0 auto;
	clear:both;
	width:100%;
	float:left;
}
.nextitem_images li
{
	float: left;
	padding: 2px 2px 2px 2px;
	width: 44px;
}

.two {
	padding-left:10px;
}

.four {
	padding-left:10px;
}

.nextitem_images img
{
	width: 40px;
	height: 40px;
	border: 1px solid #819651;
}

.popup_congratulation img{
	float:right;
	margin-right:13px;
	margin-top:-5px;
	padding-top:0px;
}

.profile_avatar
{
	position:absolute;
	bottom:35px;
	left:290px;
	height:60px;
	width:60px;
	cursor:hand;
	cursor:pointer;
	color:#819651;
}

.profile_avatar_arrow
{
	position:absolute;
	top:-9px;
	left:-9px;
	height:27px;
	width:27px;
	cursor:hand;
	cursor:pointer;
	background:transparent url(/images/common/corn_arrow.png) no-repeat top left;
}

dfn {
    font-style:normal;
}
.close_win {
	float:right;
	font-weight:bold;
	color:#B6B6B6;
	display:block;
	padding-top:0px!important;
	margin-top:0px!important;
}
.close_win a{
	color:#B6B6B6;
	display:block;
	line-height:13px;
	width:30px;
	padding-top:5px!important;
	padding-bottom:5px!important;
	padding-right: 25px;
	padding-left:5px;
	text-decoration:none;
	background: white url(/images/common/mx.gif) no-repeat right;
}
.close_win a:hover{
	color:#555555;
	text-decoration:none;
	background:white url(/images/common/mx_over.gif) no-repeat right;
}


.standardbutton li.like{
float:left;
margin-left:10px;
height:25px;
}

.standardbutton li.like a:hover{
color: #ff6b00;
}
.like_image {
	background:#EAEDDE url(/images/common/like.png) no-repeat!important;
	background-position: 4px 50%!important;
}

li.like span {
padding-left:5px;
font-size:11px;
line-height:normal;
}

.likeit {
font-size:11px;
line-height:normal;
}

.likethis_img{
margin:0px!important;
padding:0px!important;
vertical-align:bottom;
}

.locked_item
{
	position:relative;
	top:1px;
	left:5px;
	width:22px;
	height:28px;
	background:transparent url(/images/common/locked.png) no-repeat top left;
	z-index:100;
}

.new_item
{
	position:relative;
	top:56px;
	left:42px;
	width:40px;
	height:26px;
	background:transparent url(/images/avatars/new_item.png) no-repeat top left;
	z-index:100;
}

.new_item_category{
	position:relative;
	top:15px;
	left:23px;
	width:22px;
	height:13px;
	background:transparent url(/images/avatars/new.png) no-repeat top left;
	z-index:100;
}
.statusmenu
{
    margin-top:10px;
    margin-left:0px;
    z-index:20;
}

.statusmenu ul
{
    margin-left:0px;
    padding-left:0px;
    list-style-type: none;
}

.statusmenu ul li {
    float: left;
    padding-left:0px;
    padding-top:10px;
    width:172px;
    height:43px;
}
.statusmenu ul a
{
    padding-right: 0px;
    margin-left: 5px;
    padding-left: 15px;
    display: block;
    text-decoration: none;
    /* font-family: Lucida Grande; */
    font-size: 11px;
}
upgrade_tab
{
	border: solid 4px #FF8200!important;
}

.upgrade_2step{
	width:500px!important;
}

.upgrade_2step td{
	padding-right: 0px;
    margin-left: 5px;
    padding-left: 15px;
    padding-top:5px;
    text-decoration: none;
    /* font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; */
    font-size: 14px;
    color: #666;
}

.upgrade_2step td input{
	border: solid 1px #666;
	width:150px;
    font-size: 13px;
    /* font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; */
    color: #666;
}

.upgrade_nextstep{
	background: transparent url(/images/adult/upgrade/next.png) no-repeat top left;
	width:247px;
	height:33px;
	margin-left:10px;
	margin-top:3px;
	float:left;
	color:transparent;
}
.upgrade_cancel{
	background: transparent url(/images/adult/upgrade/cancel.png) no-repeat top left;
	width:104px;
	height:33px;
	margin-left:10px;
	margin-top:3px;
	color:transparent;
	float:left;
}


/* Points */
#points {
	background:white;
	width:450px;
}
#points p{
	padding: 10px 25px;
}
#points table tr td {
	text-align:center;
	padding:2px;
}

#points table thead tr td {
	background:#F7F8F2;
	font-weight:bold;
	padding:10px 0px;
}
#points table tr.even td {
	background:#F7F8F2;
}
#points table tr td:first-child {
	text-align:right;
	padding-right:10px;
}
.hotpicks{
	overflow:hidden;
}
.profile_galley{
	overflow:hidden;
}
.hotpicks li{
	position:relative;
}
.profile_galley li{
	position:relative;
}
.profile_galley li img{
float: left;
border: 1px solid #eaeaea;
background: #fff;
}
.media_galley{
	overflow:hidden;
}
.media_galley li{
	position:relative;
}
.play_button{
	position:absolute;
	background: transparent url(/images/common/video_arrow.png) no-repeat;
	background-position:center center;
	top:4px;
	left:4px;
	z-index:1;
	padding:0!important;
	margin:0!important;
}
.m400{

}
.play_button:hover{
	background: transparent url(/images/common/video_hover.png) no-repeat;
	background-position:center center;
}

/* css Icons for search result pages */

.resultlist .icons_set {
margin-top:5px;
}
.resultlist .icons_set img {
margin-right:3px;
}

.val {
width:35px;
height:35px;
text-align:center;
float:right;
margin:10px 10px 0px 7px;
}
.val_green {
background:url(/images/common/status/val_bg_green.png) no-repeat;
}
.val_orange {
background:url(/images/common/status/val_bg_orange.png) no-repeat;
}
.val_blue {
background:url(/images/common/status/val_bg_blue.png) no-repeat;
}
.val span{
display:block;
margin-top:9px;
text-align:center;
font-size:10px;
}
/* */

.fields_validation{
	display:none;
	float:left;
	min-height:30px;
	width: 290px!important;
	border:solid 1px #FF9933;
	margin:0;
	padding:0;
	padding-left:40px;
	margin-top:0px;
	margin-bottom:5px;
}

.v_red{
	background:#FFFFCC url(/images/common/triangle_red.png) no-repeat top left;
}
.v_orange{
	background:#FFFFCC url(/images/common/triangle_orange.png) no-repeat top left;
}

.fields_validation span{
	position:relative;
	top:-5px;
	font-size: 11px;
	color:black;
	margin-bottom:5px;
}
.field_pointer{
	background:transparent url(/images/common/boxarrow.png) no-repeat top left;
	position:relative;
	left:0px;
	width:12px;
	height:9px;
}

.feedDate{
	clear:both;
	color: #999;
	padding-top:2px;
}

.feedData{
	clear:both;
	color: black;
	padding-top:2px;
	margin-top:0px;
	margin-bottom:0px;
}

.profile_menu_r {
	position:relative;
	clear:both;
	min-height:20px!important;
/*	float:left
	height:40px;*/
	margin-top:20px;
}

.pr_utilies_r {
	/*background: transparent url(/images/common/panel.gif) no-repeat  center 0;*/
	clear:both;
	margin-top:-45px;
	position:absolute;
	top:20px;
	width: 540px;
	border:1px solid #cccccc;
	background-color: #eaedde;
	height:30px;
}

.pr_buttons_r {
	padding-top:5px;
	margin-right: 0px;
	list-style: none;
	display: block;
	clear:both;
}

.pr_buttons_r li {
	background-color:#fff;
	float:left!important;
	height:19px;
	margin-left:5px;
	padding-top:5px;
	text-align:center;
	width:80px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.pr_buttons_r li.active  {
	border-bottom:none;
	background-color:#fff;
	height:20px;
}

.pr_buttons_r li a {
	padding-right: 5px;
	margin-right: 3px;
}
.pr_buttons_r li.active a{
	font-weight:bolder;
}

h2 ul.standartbutton{
	width:100px;
	float:right;
	margin-top:-30px;
	height:18px;
}

h2 ul.standartbutton a{
	font-size:12px!important;
	font-face:Verdana!important;
}
.feedtable
{
	width: 100%;
	border-collapse: collapse;
}

.feedtable td, .feedtable th {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 7px;
	border-collapse: collapse;
	vertical-align:top;
}

.feedtable h4
{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	color: #090909;
	padding-left: 0px;
}
.feedtable p
{
	padding-top: 0px!important;
	padding-bottom: 2px!important;
}
.cit
{
	padding: 10px 25px 10px 25px;
	background: #FEFDDE url(/images/common/quote_watermark.gif) no-repeat 0 0;
	margin:0 10px;
	color: #999!important;
}

.summary_head
{
	font-size:16px;
	padding:10px;
}
.summary_info
{
	color:#c04f4d;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
}

.ads_main {
width:940px;
margin:0 auto;
margin-top:10px;
margin-bottom:10px;
}

#google_plusone {
	float:right;
	min-width:110px;
	padding:7px;
	padding-right:0px;
	padding-bottom:0px;
	margin-right:0px;
	height:28px;
}
#header_google_plusone
{
	position:absolute;
	left:370px;
	top:35px;
	z-index:10000;
}

#header_fb
{
	position:absolute;
	left:470px;
	top:35px;
	z-index:10000;
}

.header_box {
	display:inline;
	float:right;
}
.feed_forum_list{
	list-style-image: none;
	list-style-type:none;
	padding:5px;
}
.feed_forum_list li{
	padding:2px;
	clear:both;
}
.feed_forum_list li .pic{
	padding:2px;
	float:left;
}
.feed_forum_list li .forum_descr{
	padding:2px;
	margin-top:5px;
	margin-left:5px;
	float:left;
}


/* New design media page */

.media_manager, .video_manager {
	clear:both;
	margin-bottom:20px;
	overflow: hidden;
    zoom: 1; /* for IE */
	}
.media_box {
	width:187px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#eaedde;
	float:left;
		}
.media_box a.img img{
	background:#FFF;
	padding:8px;
	display:block;
	width:147px;
	height:147px;
	margin:0 auto;
	}
.media_box a.img{
display:block;
width:163px;
margin:0 auto;
position:relative;
}
.media_box .caption{
display:block;
font-size:11px;
width:150px;
height:25px;
line-height:25px;
margin-left:12px;
overflow:hidden;
}
.media_box .inf{
height:25px;
width:163px;
margin-left:12px;
}
.media_box .status{
width:100px;
padding-left:20px;
display:block;
font-size:11px;
float:left;
height:25px;
line-height:25px;
}

.media_box .Passed{
background:url(/images/common/media_passed.png) no-repeat center left;
}
.media_box .Naughty{
background:url(/images/common/media_naughty.png) no-repeat center left;
}
.media_box .Pending{
background:url(/images/common/media_pending.png) no-repeat center left;
}
.media_box .Failed{
background:url(/images/common/media_failed.png) no-repeat center left;
}
.media_box .Deleted{
background:url(/images/common/media_deleted.png) no-repeat center left;
}
.media_box .like{
display:block;
width:25px;
background:url('/images/common/like.png') no-repeat center left;
padding-left:18px;
font-size:11px;
height:25px;
line-height:25px;
float:left;
}

.media_buttons {
list-style:none;
margin:0px;
padding:0px;
display: block;
height:30px;
width:175px;
}
#save_media_buttons{
	margin-bottom:15px;
}
.media_buttons li{
float:right;
margin-left:5px;
height:22px;
background:#FFF;
display:inline;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.media_buttons li a{
padding-left:18px;
height:22px;
line-height:22px;
text-decoration:none;
display: inline;
margin:0px 5px;
}
.media_buttons li a{
color:#000;
}
.media_buttons li a:hover{
color:#FF6600;
}

.media_buttons .edit {
background: url("/images/common/reply.gif") no-repeat center left!important;
}
.media_buttons .delete {
background: url("/images/common/delete.gif") no-repeat center left!important;
}
.media_buttons .add_photo {
background: url(/images/common/plus_icon.png) no-repeat center left!important;
}

.private {
background:#eaedde url(/images/common/private_icon_bg.png) no-repeat top right!important;
}
.private a.img img{
background:#FFF url(/images/common/private_band_bg.png) no-repeat top right;
}
.profile_photo a.img img{
background:#ffcc66;
}



.media_box .img .play_button{
	position:absolute;
	background: transparent url("http://theadulthub.com/images/common/video_arrow.png") no-repeat;
	background-position:center center;
	top:8px;
	left:8px;
	z-index:1;
	width:147px;
	height:147px;
	padding:0!important;
	margin:0!important;
}

.media_box .img:hover .play_button{
	background: transparent url("http://theadulthub.com/images/common/video_hover.png") no-repeat;
	background-position:center center;
}

/* Edit media pages*/

.edit_media {
width:280px;
/*height:410px;*/
border: solid 1px black;
background:#FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position:fixed;
   top: 50%;
   left: 50%;
   margin-top: -210px;
   margin-left: -130px;


}
.edit_media .media_buttons {
width:200px;
}

.edit_media .media_buttons li{
background:#eaedde;
}

.media_buttons .save {
background: url(/images/common/save.png) no-repeat center left!important;

}
.media_buttons .rotate_left {
background: url(/images/common/rotate_left.png) no-repeat center left!important;
}
.media_buttons .rotate_right {
background: url(/images/common/rotate_right.png) no-repeat center left!important;
}
.media_buttons .resubmit {
background: url(/images/common/resubmit.png) no-repeat center left!important;
}

.edit_media #img {
width:200px;
min-height:200px;
margin:0 auto;
/*border:1px solid #777777;*/
margin-top:40px;
}
.edit_media .close {
display:block;
float:right;
margin-top:5px;
margin-right:15px;
}
.edit_media .close:hover {
color:#FF6600;
}
.edit_box {
margin:0 auto;
margin-top:10px;
width:200px;
}
.chek_box {
margin:10px 0;
min-height:20px;
}
.chek_box input{
vertical-align:-2px;
}

.not_comleted_edit{
	color:gray;
	font-style:italic;
}

.images_4_large_pic
{
width:450px;
float:left;
margin-bottom:10px;
}

.images_2_large_pic
{
width:188px;
float:left;
margin-bottom:10px;
}

.contact_me {
	position:relative;
	top:15px;
	left:15px;
	margin-top:5px;
	margin-bottom:3px;
	display:block;
	width:370px;
	height:37px;
	background:url(/images/common/cbtn.png) top left no-repeat;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
}

.contact_me:hover {
background-position:bottom;
}

.no_active {
background-position:center;
color:#b0b0b0;
cursor: default;
}
.no_active:hover {
background-position:center;
}



/* new buttons */

.smart_buttons {
	list-style:none;
}
.smart_buttons li{
	float:left;
	padding:10px 7px;
}
.smart_buttons li a, .smart_buttons li a dfn,
	.gray_btn, .green_btn,
	.gray_btn a, .gray_btn dfn, .green_btn a, .green_btn dfn,
	.contact_me_free a, .contact_me_free a dfn {
	color:#FFFFFF;
	text-decoration:none;
}
.smart_buttons li a:hover, .smart_buttons li a:hover dfn,
	.gray_btn:hover, .green_btn:hover, .gray_btn:hover dfn, .green_btn:hover dfn,
	.gray_btn a:hover, .gray_btn a:hover dfn, .green_btn a:hover, .green_btn a:hover dfn,
	.contact_me_free:hover, .contact_me_free a:hover, .contact_me_free:hover dfn {
	color:#FFFFFF;
	text-decoration:none;

}

.green_btn {
	width:174px;
	height:27px;
	line-height:24px;
	display:inline-block;
	background:url(/images/common/green_btn.png) no-repeat top left;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	cursor: hand;
	cursor: pointer;
}
.green_btn:hover {
background-position:bottom
}
.gray_btn {
	width:174px;
	height:27px;
	line-height:24px;
	display:inline-block;
	background:url(/images/common/gray_btn.png) no-repeat top left;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	cursor: hand;
	cursor: pointer;
}

.free_message {
display:block;
float:left;
margin-right:20px;
width:220px;

}
.free_message img{
padding:5px;
border:1px solid #CCC;
-webkit-box-shadow: #999 1px 2px 3px;
-moz-box-shadow: #999 1px 2px 3px;
box-shadow: #999 1px 2px 3px;
}
.free_message ul{
margin:10px auto;
list-style:none;
height:60px;
}
.contact_me_free{
position:relative;
display:block;
width:216px;
height:38px;
background:green;
background:url(/images/common/contact_me_free.png) top left no-repeat;
text-align:center;
line-height:35px;
color:#FFF;
font-size:18px;
font-weight:bold;
text-decoration:none;
margin:10px auto;
margin-left:-4px;
margin-top:2px;


}
.contact_me_free:hover {
background-position:bottom;
}
.contact_me_free span{
position:absolute;
top:-6px;
right:2px;
width:55px;
height:51px;
background:url(/images/common/free.png) no-repeat;
text-indent:-999px;
overflow:hidden;
}
.date_expire {
color:#ff6600;
font-weight:bold;
}

.cancel {
background:url(/images/common/cancel.png) top right no-repeat;
padding-right:22px;
padding-bottom:5px;
}

.contact_me span{
position:absolute;
top:-6px;
right:2px;
width:55px;
height:51px;
background:url(/images/common/free.png) no-repeat;
text-indent:-999px;
overflow:hidden;
}

.send {
position:relative;
margin-top:5px;
display:block;
width:115px;
height:26px;
background:url(/images/common/send.png) top left no-repeat;
color:#FFF!important;
text-align:center;
text-decoration:none;
font-size:14px;
font-weight:bold;
line-height:22px;
}
.send:hover {
background-position:bottom;
}

.send_free {
text-align:left;
text-indent:36px;
}
.send span{
position:absolute;
top:-5px;
right:2px;
width:37px;
height:33px;
background:url(/images/common/free_small.png) no-repeat;
text-indent:-999px;
overflow:hidden;
}
.send, .send_free, .send span, .send_free span,
	.send:hover, .send_free:hover, .send:hover span, .send_free:hover span {
	color:#FFF;
	text-decoration:none;
}

.pr_utilies ul.row_float_right {
list-style:none;
margin-top:10px;
margin-bottom:0px;
padding-bottom:0px;
}
.pr_utilies ul.row_float_right li{
float:right;
line-height:30px;
padding-right:8px;
margin-bottom:0px;
padding-bottom:0px;
}


#mail_legend
{
	padding:0;
	margin-top:20px;
	padding-bottom:10px;
	clear:both;
	display:block;
	float:left;
	width: 100%;
	border:0px;
	background:#F1F3E9;
}

.legend_faq
{
	background:none!important;
	margin-top:0px!important;
}

#mail_legend ul
{
	margin: 7px;
	list-style:none;
}

#mail_legend li
{
	float:left;
	margin: 5px;
	display:block;
	clear:both;
	padding-left:30px;
	font-size:11px;
}

.legend_faq li
{
	font-size:13px!important;
}

#mail_legend .attachment
{
	background:url(/images/common/iconys/attachment.gif) no-repeat top left;
}
#mail_legend .tick
{
	background:url(/images/common/small_tick_24.png) no-repeat top left ;
}
#mail_legend .autoreply
{
	background:url(/images/common/autoreply_24.png) no-repeat top left;
}
#mail_legend .admin
{
	background:url(/images/common/iconys/admin_24.png) no-repeat top left;
}
#mail_legend .vip
{
	background:url(/images/common/iconys/vip_24.png) no-repeat top left;
}
#mail_legend .new
{
	background:url(/images/common/iconys/intro_24.png) no-repeat top left;
	min-height:26px;
}
#mail_legend .flirt
{
	background:url(/images/common/iconys/flirt_24.png) no-repeat top left;
	min-height:26px;
}
#mail_legend div
{
	margin: 5px;
	display:block;
	clear:both;
	padding-left:10px;
}


/* Upgrade him section */
#upgrade_him{

	/*background:url(/images/common/gift.png) no-repeat 10px 20px; */
	color: #444;
	width: 350px;
	margin-top:20px;
	margin-left:5px;
	padding:20px 10px 10px 10px;
}

#upgrade_him ul {
	list-style:none;
}
#upgrade_him ul li{
	float:right;
}

#upgrade_him p{
	padding-left: 0px;/*70px;*/
}

/*.send_long {
	position:relative;
	margin-top:5px;
	display:block;
	width:225px;
	height:26px;
	background:url(/images/common/send_long.png) top left no-repeat;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
.send_long:hover {
	background-position:bottom;
}*/


.send_long {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	margin-top:5px;
	display:block;

	padding:0 1.6em;
	/*background:url(/images/common/send_long.png) top left no-repeat;*/
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.7em;

	background: rgb(124,226,146); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,226,146,1) 0%, rgba(89,193,103,1) 50%, rgba(53,177,73,1) 51%, rgba(23,137,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,226,146,1)), color-stop(50%,rgba(89,193,103,1)), color-stop(51%,rgba(53,177,73,1)), color-stop(100%,rgba(23,137,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ce292', endColorstr='#178911',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);

}
.send_long:hover {
	background: rgb(255,174,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,94,1) 0%, rgba(252,153,40,1) 50%, rgba(244,104,44,1) 51%, rgba(247,159,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,94,1)), color-stop(50%,rgba(252,153,40,1)), color-stop(51%,rgba(244,104,44,1)), color-stop(100%,rgba(247,159,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5e', endColorstr='#f79f3b',GradientType=0 ); /* IE6-9 */
}

.send_long, .send_long:hover, .send_long dfn, .send_long:hover dfn{
	color:#FFF;
	text-decoration:none;
}

 .popup {
    position:absolute;
    top:300px;
    left:200px;
    padding: 10 10 10 10;
    width:400px;
    z-index:2002;
    background:#FFFFCC;
    border:1px solid #FF6666;
    cursor: hand;
    cursor:pointer;
    display:none;
}

.popup h5 {
    background:#FF6666;
    color:White;
    font-weight:bold;
    font-size:16px;
}

.popup h5 a {
    font-weight:bold;
    font-size:16px;
}
.success {
	border:1px solid #8AC642!important;
}

.success h5{
	background:#8AC642!important;
}

.popup h5+p {
    padding-top:10px;
}

iframe.ticket{
	width:940px;
    height:600px;
    padding-top:20px;
    padding-bottom:20px;
}

.chat_recent_feed, .chat_recent_feed:hover, .chat_recent_feed ul li, .chat_recent_feed:hover  ul li,
	.chat_recent_feed ul li b, .chat_recent_feed:hover  ul li b,
	.chat_recent_feed ul li dfn, .chat_recent_feed:hover  ul li dfn{
	color:#000;
	text-decoration:none
}

/* Who liked*/
.who{
	postion:relative;
}

.who_liked{
	position:absolute;
	width:435px;
	top:400px;
	left:70px;
	border:1px solid #bbb;
	background:white;
	padding:3px 5px 35px 5px;
	box-shadow:1px 3px 5px #999;
	z-Index:10000;
}
.who_liked ul{
	padding-top:17px;
}
.who_liked .show_more {
	position:absolute;
	width:435px;
	bottom:7px;
	left:0px;
	text-align:right;
}
.who_liked .white_pointer{
	background:url(/images/common/white_pointer.png) no-repeat;
	width:16px;
	height:10px;
	position:absolute;
	top:-10px;
	left:100px;
}

.who_liked .white_pointer_down{
	background:url(/images/common/white_pointer_down.png) no-repeat;
	width:16px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:100px;
}
.who_link {
	font-size:11px;
}

.standardbutton .who_link{
	padding:0;
	background:none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0px;
	display: inline;
	float: none;
	color:#000000;
	margin-bottom: 0px;
	text-decoration: none;
	width:20px;
}

.predefined_message {
background:#ffffff; /* wm color_2*/
padding:5px 10px;
position:relative;
}
.predefined_message span{
font-size:18px;
color:#FFF;
/* font-family:Georgia, "Times New Roman", Times, serif; */
display: block;
width:405px;
}

.predefined_message div{
position:absolute;
top:3px;
right:5px;
}

.gbtn_55{
display:inline-block;
width:55px;
height:26px;
background:url(/images/common/gbtn_55.png) top left no-repeat;
color:#FFF!important;
text-align:center;
text-decoration:none;
font-size:14px;
font-weight:bold;
line-height:22px;

}
.gbtn_55:hover {
background-position:bottom;
color:#FFF!important;
text-decoration:none!important;
}
.rbtn_55{
display:inline-block;
width:55px;
height:26px;
background:url(/images/common/rbtn_55.png) top left no-repeat;
color:#FFF!important;
text-align:center;
text-decoration:none;
font-size:14px;
font-weight:bold;
line-height:22px;
}
.rbtn_55:hover {
background-position:bottom;
color:#FFF!important;
text-decoration:none!important;
}
.predefined_message div .gbtn_55{
margin-right:2px;
}

.rbtn_55 dfn, .gbtn_55 dfn{
color:#FFF!important;
text-decoration:none!important;
}

.send_message_board .captcha_box {
	margin:0px 0px 10px 5px;
}
.send_message_board .captcha_box p{
	padding-left:0px;
}
.send_message_board .captcha_box input{
	width:150px;
	padding:3px;
	border: 1px solid #A0A0A0;
	color: gray;
	padding: 3px;
	margin-left: 5px;
	vertical-align: top;
}

/* Upload media*/

.add_photo_cont {border:1px solid #999; text-align:center;margin-bottom:10px;}
.add_photo_cont a {text-decoration:none;display:block;height:100px;text-align:center;padding-top:30px;}
.add_photo_cont a b {font-size:24px;display:block;text-decoration:none!important;text-align:center;}
.add_photo_cont a span {text-decoration:none;}

.add_photo_aside {
background: rgb(47,146,45); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(47,146,45,1) 0%, rgba(114,227,108,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,146,45,1)), color-stop(100%,rgba(114,227,108,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(47,146,45,1) 0%,rgba(114,227,108,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(47,146,45,1) 0%,rgba(114,227,108,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(47,146,45,1) 0%,rgba(114,227,108,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(47,146,45,1) 0%,rgba(114,227,108,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f922d', endColorstr='#72e36c',GradientType=0 ); /* IE6-9 */
}


.add_photo_aside {padding-left:10px;padding-bottom:10px;}
.add_photo_aside a{color:#ffffff;text-decoration:none;}
.add_photo_aside h2{
	color:#ffffff;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
}
.add_photo_aside .examples {margin-bottom:10px;position:relative;}
.add_photo_aside span {position:absolute;right:25px; top:15px; color:#ffffff;font-size:22px;font-weight:bold;}
.add_photo_aside .examples img {margin-right:7px;}

.img_preview  {position:relative;overflow:hidden;}
.img_preview div{width:90px; height:90px; margin-right:10px;float:left;position:relative;}
.img_preview div .loading{position:absolute;top:50%;left:50%;margin-left:-27px;margin-top:-27px;width:54px;height:55px;background:url(/images/common/upload/loading.gif) no-repeat;}
.img_preview div .success_upload{position:absolute;top:50%;left:50%;margin-left:-30px;margin-top:-30px;width:60px;height:60px;background:url(/images/common/upload/success.png) no-repeat;}
.img_preview div .no_success_upload{position:absolute;top:50%;left:50%;margin-left:-60px;margin-top:-60px;width:120px;height:120px;background:url(/images/common/upload/no_success.png) no-repeat;}
.img_preview div caption {
	width: 90px;
	display:block;
	font-size: 50px;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	position:relative;
	top: -50px;
	text-align:right;
}
.remove_preview {
	background: #fff url(/images/common/x.gif) no-repeat!important;
	width:13px!important;
	height:12px!important;
	position:absolute;
	padding:0;
	margin:0;
	top: 5px;
	left:80px;
	text-align:right;
	z-index:10;
	cursor:hand;
	cursor:pointer;
}
.img_preview div img{max-width:100%;max-height:100%}
#uploaderControl .next {background-image:url(/images/common/upload/next.png)!important;}

.image_row {overflow:hidden;margin-bottom:10px;padding:10px;}
.image_row .loading{position:absolute;top:50%;left:50%;margin-left:-27px;margin-top:-27px;width:54px;height:55px;background:url(/images/common/upload/loading.gif) no-repeat;}
.image_row_odd {background:#f1f3e9;}
.image_row  .img_holder{float:left;width:200px;position:relative;}
.image_row  .img_edit{float:left;padding-left:10px;}

.image_row  .img_edit .rotate_buttons li {margin-right:10px;float:left;}

.image_row  .img_edit .rotate_buttons li .button_s img {position:relative;top:2px;}

.image_row  .img_edit ul li{list-style:none;padding-bottom:10px;}
.image_row  .img_edit ul li label{display:block;padding-top:10px;}

.image_row  .img_edit  {position:relative;height:200px;}

.image_row input{
    margin:10px;
    margin-right:7px;
    border:1px solid grey;
    padding:5px;
    color:grey;
}

.image_row input[type=text]{
    width:400px;
}
.image_row input:focus{
    color:#303030;
}
.save {background-image:url(/images/common/save.png)!important;}

.go_back {background-image:url(/images/common/upload/go_back.png)!important;}
.standardbutton_um {border-top:1px solid #cccccc;margin-top:10px;padding-top:10px;padding-right:30px;}

.button_s {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	/*margin-top:5px;*/
	display:block;

	padding:0 1.6em;

	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	/*line-height:1.7em;*/

	background: rgb(124,226,146); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,226,146,1) 0%, rgba(89,193,103,1) 50%, rgba(53,177,73,1) 51%, rgba(23,137,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,226,146,1)), color-stop(50%,rgba(89,193,103,1)), color-stop(51%,rgba(53,177,73,1)), color-stop(100%,rgba(23,137,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,226,146,1) 0%,rgba(89,193,103,1) 50%,rgba(53,177,73,1) 51%,rgba(23,137,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ce292', endColorstr='#178911',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);

}
.button_s:hover {
	background: rgb(255,174,94); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,174,94,1) 0%, rgba(252,153,40,1) 50%, rgba(244,104,44,1) 51%, rgba(247,159,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,174,94,1)), color-stop(50%,rgba(252,153,40,1)), color-stop(51%,rgba(244,104,44,1)), color-stop(100%,rgba(247,159,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,174,94,1) 0%,rgba(252,153,40,1) 50%,rgba(244,104,44,1) 51%,rgba(247,159,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5e', endColorstr='#f79f3b',GradientType=0 ); /* IE6-9 */
}




.wall_who_liked{
	padding-left:15px;
}
.black_pointer {
	background:url(/images/common/white_pointer.png) no-repeat;
	width:16px;
	height:10px;
	position:absolute;
	top:-10px;
	left:100px;
}
.wall_who_liked .show_more{
	display: block;
	text-align: right;
	padding: 3px 10px;
}

img[data-original], .loading{
	background: url(data:image/gif;base64,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) no-repeat center;
}

i.icon-envelope {
	display: none;
}

/* IM */
.responsive html,.responsive body,.responsive div,.responsive span,.responsive applet,.responsive object,.responsive iframe,.responsive h1,.responsive h2,.responsive h3,.responsive h4,.responsive h5,.responsive h6,.responsive p,.responsive blockquote,.responsive pre,.responsive a,.responsive abbr,.responsive acronym,.responsive address,.responsive big,.responsive cite,.responsive code,.responsive del,.responsive dfn,.responsive em,.responsive img,.responsive ins,.responsive kbd,.responsive q,.responsive s,.responsive samp,.responsive small,.responsive strike,.responsive strong,.responsive sub,.responsive tt,.responsive var,.responsive b,.responsive u,.responsive i,.responsive center,.responsive dl,.responsive dt,.responsive dd,.responsive ol,.responsive ul,.responsive li,.responsive fieldset,.responsive form,.responsive label,.responsive legend,.responsive table,.responsive caption,.responsive tbody,.responsive tfoot,.responsive thead,.responsive tr,.responsive th,.responsive td,.responsive article,.responsive aside,.responsive canvas,.responsive details,.responsive embed,.responsive figure,.responsive figcaption,.responsive footer,.responsive header,.responsive hgroup,.responsive menu,.responsive nav,.responsive output,.responsive ruby,.responsive section,.responsive summary,.responsive time,.responsive mark,.responsive audio,.responsive video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.responsive article,.responsive aside,.responsive details,.responsive figcaption,.responsive figure,.responsive footer,.responsive header,.responsive hgroup,.responsive menu,.responsive nav,.responsive section,.responsive address{display:block}.responsive body{line-height:1}.responsive ol,.responsive ul{list-style:none}.responsive blockquote,.responsive q{quotes:none}.responsive blockquote:before,.responsive blockquote:after,.responsive q:before,.responsive q:after{content:'';content:none}.responsive table{border-collapse:collapse;border-spacing:0}.responsive .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.responsive .clearfix{display:inline-block}.responsive html[xmlns] .clearfix{display:block}.responsive * html .clearfix{height:1%}.responsive div,.responsive li,.responsive a,.responsive span,.responsive p,.responsive b,.responsive strong,.responsive textarea{font-family:TeXGyreHerosRegular,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;font-size:13px}.responsive *{box-sizing:border-box}.responsive .btn{display:inline-block;padding:7px 12px;font-size:13px;line-height:13px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#fafafa;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(25%,#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#fff 25%,#e6e6e6);background-image:-ms-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:-o-linear-gradient(#fff,#fff 25%,#e6e6e6);background-image:linear-gradient(#fff,#fff 25%,#e6e6e6);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);cursor:pointer}.responsive .btn:hover{color:#333;background-color:#e6e6e6;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear;text-decoration:none}.responsive .btn:hover dfn{text-decoration:none}.responsive .btn-green{text-shadow:0 -1px 0 #36801b;color:#fff;background-color:#549E39;background-image:-moz-linear-gradient(top,#72bc57,#36801b);background-image:-ms-linear-gradient(top,#72bc57,#36801b);background-image:-webkit-gradient(linear,0 0,0 100%,from(#72bc57),to(#36801b));background-image:-webkit-linear-gradient(top,#72bc57,#36801b);background-image:-o-linear-gradient(top,#72bc57,#36801b);background-image:linear-gradient(top,#72bc57,#36801b);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bc57', endColorstr='#36801b', GradientType=0);border-color:#549E39 #36801b #36801b #549E39;border-color:rgba(0,0,0,.25) rgba(0,0,0,.35) rgba(0,0,0,.35) rgba(0,0,0,.25)}.responsive .btn-green:hover,.responsive .btn-green:active,.responsive .btn-green.active,.responsive .btn-green.disabled,.responsive .btn-green[disabled]{background-color:#36801b}.responsive .btn-green:hover{color:#fff;text-shadow:0 -1px 0 #186200}.responsive .btn-green:focus{color:#b8ff9d;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);border-color:#549E39 #36801b #36801b #549E39;border-color:rgba(0,0,0,.25) rgba(0,0,0,.35) rgba(0,0,0,.35) rgba(0,0,0,.25)}.responsive .btn-green.active,.responsive .btn-green:active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);color:#b8ff9d}.responsive .chat_boards{position:fixed;bottom:0;z-index:9500;right:50px}.responsive .chat_boards .chat_wrapper{position:relative;float:right;width:150px;height:27px}.responsive .chat_boards .chat_wrapper .mainchat_board{border:3px solid red;border:1px solid #a0a0a0;background:#fff;max-height:387px;height:387px;width:150px;position:absolute;bottom:0;box-shadow:0 0 8px rgba(0,0,0,.2)}.responsive .chat_boards .chat_wrapper .mainchat_board.cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2{height:0}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .user_profile{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .chat_dropdown{display:none!important}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .for_iscroll{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .chat_request{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 textarea{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .info{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board.sub_cb_min_height .body_2 .opacity_panel{display:none}.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-user,.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-mobile-phone,.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-tablet,.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-desktop{color:green!important}.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-group{color:green}.responsive .chat_boards .chat_wrapper .mainchat_board i.icon-minus-sign{color:red}.responsive .chat_boards .chat_wrapper .mainchat_board .im_chat_loading{width:inherit;height:inherit;position:absolute}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2{position:absolute;bottom:25px;height:361px;display:none;width:100%;top:-1px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons{margin:3px 0 3px 9px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons .btn{padding:4px 7px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile{position:absolute;height:37px;width:100%;cursor:pointer;top:0;background:#FFF}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile{text-decoration:none;background:#fff;cursor:inherit;height:40px;width:224px;display:inline-block}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile i{display:inline-block}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile img{float:left;width:40px;margin:0 5px -2px 0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile b{color:#000;display:inline-block;color:#000000;text-decoration:inherit;padding-top:1px;margin-right:3px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile p{position:absolute;color:#555;font-size:11px;display:inline-block;width:100%;bottom:6px;left:40px;padding-left:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile p i{}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_down{position:absolute;text-decoration:none;background:#fff;cursor:inherit;display:inline-block;width:23px;height:40px;right:17px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_down i[class=icon-sort-down]{position:absolute;font-size:20px;color:grey;cursor:pointer;margin:0 0 0 6px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_remove{position:absolute;text-decoration:none;background:#fff;cursor:inherit;display:inline-block;width:17px;height:40px;right:0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_remove i[class=icon-cog]{position:absolute;font-size:20px;color:#000;float:right;right:0;top:0;cursor:pointer}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_remove i[class=icon-remove]{position:absolute;font-size:20px;color:grey;cursor:pointer}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown{display:block;position:absolute;top:17px;right:17px;z-index:99999;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #ccc;background:#fff;width:125px;height:auto;-webkit-box-shadow:5px 5px 6px rgba(0,0,0,.3);-moz-box-shadow:5px 5px 6px rgba(0,0,0,.3);box-shadow:5px 5px 6px rgba(0,0,0,.3);padding-top:5px;padding-bottom:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown.es{width:120px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown.ru{width:139px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li a{display:block;padding:2px 10px;text-decoration:none;color:#555;font-size:14px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li a span{margin-left:5px;font-size:inherit;text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li a:hover{border:1px solid #ccc}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li .close_body_button i{margin-left:1px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li .close_body_button span{margin-left:7px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li .report i{margin-left:3px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_dropdown li .report span{margin-left:10px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll{box-sizing:content-box;position:absolute;height:255px;overflow:auto;bottom:65px;width:100%;background-repeat:repeat;background-image:url(data:image/gif;base64,R0lGODlhkQCRANUAAPT7/vP6/vX7/vD4/e/4/e73/fL6/vD5/u75/vH4/fP5/e/5/vT5/e34/uz4/vX6/f3+//b6/ev3/ur3/uf0/ff7/vj7/un3/ub0/Pr8/uj2/v////v8/uf2/eX0/Pb8/uz2/e33/ej1/fv+//f8/+v2/fr9/+n1/fj8/+r2/QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMENDNDgyNDg4MEMxMUUzOUM3Njk3QzE5QjFGMTlCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMENDNDgyNTg4MEMxMUUzOUM3Njk3QzE5QjFGMTlCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczQzhCQ0Y1ODc2QzExRTM5Qzc2OTdDMTlCMUYxOUI1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlk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)}

.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog{position:absolute;width:98%;margin:0 1%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li{position:relative;border-top:1px solid #fff;*zoom:1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:4px;padding:5px;overflow:hidden}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li:before,.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li:after{clear:both}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.gray{float:left;margin-left:5px;width:60%;background:#e5e4e9}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.blue{color:#fff!important;float:right;margin-right:5px;width:60%;background:#0f89f8}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.blue a{color:#fff}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.blue p{color:#fff}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.info{background:#D9EDF7!important;border:1px solid #BCE8F1!important;overflow:hidden;top:0;bottom:0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.info a{color:#fff;margin-left:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li.info p{color:#000}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog li:last-child{border-bottom:0;margin-bottom:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog .myScrollbarV{position:absolute;z-index:9999999;width:15px;bottom:7px;top:2px;right:1px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog .myScrollbarV>div{position:absolute;z-index:100;width:100%;background:-webkit-gradient(linear,0 0,100% 0,from(red),to(#900));background-image:-moz-linear-gradient(top,red,#900);background-image:-o-linear-gradient(top,red,#900);border:1px solid #900;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;-o-background-clip:padding-box;background-clip:padding-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);-o-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);box-shadow:inset 1px 1px 0 rgba(255,255,255,.5)}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus{bottom:-24px;position:absolute;display:inline-block;width:263px;height:22px;text-decoration:none;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus span{position:absolute;margin:2px 0 0 3px;top:0;left:0;text-decoration:inherit}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus span i{font-style:normal;margin:0 0 0 3px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus span i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus span i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .nameandstatus span i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .opacity_panel{position:absolute;background-color:#000;opacity:.75;width:100%;bottom:0;height:320px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .info{position:absolute;bottom:0;width:100%;padding:5px;padding-top:10px;background:#fff}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .info .predefined_message{padding:6px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .info.non-responsive{padding:0;padding-top:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 textarea{position:absolute;bottom:2px;width:96%;margin:0 2%;border:1px solid #a0a0a0;height:60px;left:0;color:gray}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request{width:96%;margin:0 2%;background:#f5f5f5;padding:5px;position:absolute;bottom:2px;border:1px solid #e3e3e3;z-index:100}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request h2{font-size:16px;font-family:TeXGyreHerosBold,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request h2 a{font-size:inherit;font-family:TeXGyreHerosBold,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul{*zoom:1}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul:before,.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul:after{clear:both}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul li img{float:left;margin-right:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul li span{font-size:11px;color:#999}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic li{color:#ccc}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic li img{opacity:.5}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic li a,.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic li span{color:#ccc}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic_only_upgrade li{color:#000}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic_only_upgrade li img{opacity:1}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request ul.for_classic_only_upgrade li a{}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request .btns{clear:left;margin-top:10px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request .btns .btn{padding:3px 5px;float:right;margin-left:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3{top:0;box-sizing:content-box;position:absolute;bottom:25px;max-height:360px;width:100%;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list{position:absolute;background:#f5f5f5;bottom:1px;width:100%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li{position:relative;border-bottom:1px solid #ccc;*zoom:1;height:40px;overflow:hidden}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li:before,.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li:after{clear:both}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a{width:100%;height:100%;display:block;-moz-transition:background-color .5s ease;-o-transition:background-color .5s ease;-webkit-transition:background-color .5s ease}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a .countmessage{background:red;color:#FFF;position:absolute;top:4px;right:8px;font-size:10px;line-height:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px 3px;text-shadow:none;text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a img{float:left;width:37px;margin-right:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a div{width:68px;overflow:hidden;height:35px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a div b{color:#000;display:block;color:#000000;text-decoration:inherit}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a div p{color:#555;padding:0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i[class^=icon]{position:absolute;top:21px;right:8px;color:#000000}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i.icon-mobile-phone{top:19px;right:11px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a i.icon-tablet{right:9 px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a:hover{text-decoration:none;background:#ddd;cursor:pointer}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li:last-child{border-bottom:0}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status{position:absolute;bottom:-1px;left:-111px;width:111px;border-top:1px solid #a0a0a0;border:1px solid #a0a0a0;z-index:99999;background:#f5f5f5;z-index:9999}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status.ru{left:-122px;width:122px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li{border-bottom:1px solid #fff}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a{display:block;color:#333;height:23px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i{position:absolute;text-decoration:none;margin:5px 0 0 7px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-group{margin-left:5px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-mobile-phone{margin:3px 0 0 8px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-desktop{margin:5px 0 0 5px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-tablet{margin:3px 0 0 6px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a span{position:absolute;text-decoration:none;margin:3px 0 0 23px;color:#000}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a:hover{text-decoration:none;background:#ddd}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li:last-of-type{border-bottom:0}.responsive .chat_boards .chat_wrapper .mainchat_board .menu{position:absolute;bottom:0;width:100%}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li{float:left;text-align:center}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton{height:25px;width:100%;display:block;padding:0;font-size:13px;padding-top:3px;line-height:18px;text-align:center;color:#555;background-color:#fff;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);cursor:pointer}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton i{padding-left:3px}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton:hover{color:#333;background-color:#e6e6e6;background-position:0 -15px;text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton:hover dfn{text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton.selected{background-color:#fff;border-top-color:transparent}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton.chat{position:relative}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton.chat p{text-align:center}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton.chat .countmessage{background:red;color:#FFF;position:absolute;top:-5px;right:-5px;font-size:10px;line-height:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px 3px;text-shadow:none}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li .chatbutton.chat:hover .countmessage{text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li.nth-child-1{width:33%;height:100%}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li.nth-child-2{width:33%;height:100%}.responsive .chat_boards .chat_wrapper .mainchat_board .menu li.nth-child-3{width:34%;height:100%}.responsive .chat_boards .chat_wrapper .mainchat_board .close_button{position:absolute;top:5px;right:-40px;width:20px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;background-color:#444;height:24px;color:#fff;-moz-transition:background-color .7s ease;-o-transition:background-color .7s ease;-webkit-transition:background-color .7s ease}.responsive .chat_boards .chat_wrapper .mainchat_board .close_button a{color:#fff;display:block;text-align:center;height:24px}.responsive .chat_boards .chat_wrapper .mainchat_board .close_button a:hover{text-decoration:none}.responsive .chat_boards .chat_wrapper .mainchat_board .close_button:hover{background:#d20000}.responsive .chat_boards .chat_wrapper .chat_board{border:3px solid red;border:1px solid #a0a0a0;background:#fff;max-height:387px;height:387px;width:150px;position:absolute;bottom:0;box-shadow:0 0 8px rgba(0,0,0,.2);width:266px}.responsive .chat_boards .chat_wrapper .chat_board.cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2{height:0}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .user_profile{display:none}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .chat_dropdown{display:none!important}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .for_iscroll{display:none}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .chat_request{display:none}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 textarea{display:none}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .info{display:none}.responsive .chat_boards .chat_wrapper .chat_board.sub_cb_min_height .body_2 .opacity_panel{display:none}.responsive .chat_boards .chat_wrapper .chat_board i.icon-user,.responsive .chat_boards .chat_wrapper .chat_board i.icon-mobile-phone,.responsive .chat_boards .chat_wrapper .chat_board i.icon-tablet,.responsive .chat_boards .chat_wrapper .chat_board i.icon-desktop{color:green!important}.responsive .chat_boards .chat_wrapper .chat_board i.icon-group{color:green}.responsive .chat_boards .chat_wrapper .chat_board i.icon-minus-sign{color:red}.responsive .chat_boards .chat_wrapper .chat_board .im_chat_loading{width:inherit;height:inherit;position:absolute}.responsive .chat_boards .chat_wrapper .chat_board .body_2{position:absolute;bottom:25px;height:361px;display:none;width:100%;top:-1px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons{margin:3px 0 3px 9px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons .btn{padding:4px 7px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile{position:absolute;height:37px;width:100%;cursor:pointer;top:0;background:#FFF}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile{text-decoration:none;background:#fff;cursor:inherit;height:40px;width:224px;display:inline-block}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile i{display:inline-block}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile img{float:left;width:40px;margin:0 5px -2px 0}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile b{color:#000;display:inline-block;color:#000000;text-decoration:inherit;padding-top:1px;margin-right:3px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile p{position:absolute;color:#555;font-size:11px;display:inline-block;width:100%;bottom:6px;left:40px;padding-left:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile p i{}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_down{position:absolute;text-decoration:none;background:#fff;cursor:inherit;display:inline-block;width:23px;height:40px;right:17px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_down i[class=icon-sort-down]{position:absolute;font-size:20px;color:grey;cursor:pointer;margin:0 0 0 6px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_remove{position:absolute;text-decoration:none;background:#fff;cursor:inherit;display:inline-block;width:17px;height:40px;right:0}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_remove i[class=icon-cog]{position:absolute;font-size:20px;color:#000;float:right;right:0;top:0;cursor:pointer}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_remove i[class=icon-remove]{position:absolute;font-size:20px;color:grey;cursor:pointer}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown{display:block;position:absolute;top:17px;right:17px;z-index:99999;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #ccc;background:#fff;width:125px;height:auto;-webkit-box-shadow:5px 5px 6px rgba(0,0,0,.3);-moz-box-shadow:5px 5px 6px rgba(0,0,0,.3);box-shadow:5px 5px 6px rgba(0,0,0,.3);padding-top:5px;padding-bottom:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown.es{width:120px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown.ru{width:139px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li a{display:block;padding:2px 10px;text-decoration:none;color:#555;font-size:14px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li a span{margin-left:5px;font-size:inherit;text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li a:hover{border:1px solid #ccc}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li .close_body_button i{margin-left:1px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li .close_body_button span{margin-left:7px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li .report i{margin-left:3px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_dropdown li .report span{margin-left:10px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll{box-sizing:content-box;position:absolute;height:255px;overflow:auto;bottom:65px;width:100%;background-repeat:repeat;background-image:url(data:image/gif;base64,R0lGODlhkQCRANUAAPT7/vP6/vX7/vD4/e/4/e73/fL6/vD5/u75/vH4/fP5/e/5/vT5/e34/uz4/vX6/f3+//b6/ev3/ur3/uf0/ff7/vj7/un3/ub0/Pr8/uj2/v////v8/uf2/eX0/Pb8/uz2/e33/ej1/fv+//f8/+v2/fr9/+n1/fj8/+r2/QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMENDNDgyNDg4MEMxMUUzOUM3Njk3QzE5QjFGMTlCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMENDNDgyNTg4MEMxMUUzOUM3Njk3QzE5QjFGMTlCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjczQzhCQ0Y1ODc2QzExRTM5Qzc2OTdDMTlCMUYxOUI1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlk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)}

.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog{position:absolute;width:98%;margin:0 1%}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li{position:relative;border-top:1px solid #fff;*zoom:1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:4px;padding:5px;overflow:hidden}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li:before,.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li:after{clear:both}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.gray{float:left;margin-left:5px;width:60%;background:#e5e4e9}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.blue{color:#fff!important;float:right;margin-right:5px;width:60%;background:#0f89f8}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.blue a{color:#fff}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.blue p{color:#fff}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.info{background:#D9EDF7!important;border:1px solid #BCE8F1!important;overflow:hidden;top:0;bottom:0}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.info a{color:#fff;margin-left:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li.info p{color:#000}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog li:last-child{border-bottom:0;margin-bottom:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog .myScrollbarV{position:absolute;z-index:9999999;width:15px;bottom:7px;top:2px;right:1px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog .myScrollbarV>div{position:absolute;z-index:100;width:100%;background:-webkit-gradient(linear,0 0,100% 0,from(red),to(#900));background-image:-moz-linear-gradient(top,red,#900);background-image:-o-linear-gradient(top,red,#900);border:1px solid #900;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;-o-background-clip:padding-box;background-clip:padding-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);-o-box-shadow:inset 1px 1px 0 rgba(255,255,255,.5);box-shadow:inset 1px 1px 0 rgba(255,255,255,.5)}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus{bottom:-24px;position:absolute;display:inline-block;width:263px;height:22px;text-decoration:none;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus span{position:absolute;margin:2px 0 0 3px;top:0;left:0;text-decoration:inherit}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus span i{font-style:normal;margin:0 0 0 3px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus span i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus span i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .nameandstatus span i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .opacity_panel{position:absolute;background-color:#000;opacity:.75;width:100%;bottom:0;height:320px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .info{position:absolute;bottom:0;width:100%;padding:5px;padding-top:10px;background:#fff}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .info .predefined_message{padding:6px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .info.non-responsive{padding:0;padding-top:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 textarea{position:absolute;bottom:2px;width:96%;margin:0 2%;border:1px solid #a0a0a0;height:60px;left:0;color:gray}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request{width:96%;margin:0 2%;background:#f5f5f5;padding:5px;position:absolute;bottom:2px;border:1px solid #e3e3e3;z-index:100}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request h2{font-size:16px;font-family:TeXGyreHerosBold,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request h2 a{font-size:inherit;font-family:TeXGyreHerosBold,Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul{*zoom:1}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul:before,.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul:after{clear:both}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul li img{float:left;margin-right:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul li span{font-size:11px;color:#999}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic li{color:#ccc}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic li img{opacity:.5}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic li a,.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic li span{color:#ccc}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic_only_upgrade li{color:#000}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic_only_upgrade li img{opacity:1}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request ul.for_classic_only_upgrade li a{}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request .btns{clear:left;margin-top:10px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request .btns .btn{padding:3px 5px;float:right;margin-left:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_3{top:0;box-sizing:content-box;position:absolute;bottom:25px;max-height:360px;width:100%;overflow:auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list{position:absolute;background:#f5f5f5;bottom:1px;width:100%}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li{position:relative;border-bottom:1px solid #ccc;*zoom:1;height:40px;overflow:hidden}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li:before,.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li:after{content:"";display:table}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li:after{clear:both}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a{width:100%;height:100%;display:block;-moz-transition:background-color .5s ease;-o-transition:background-color .5s ease;-webkit-transition:background-color .5s ease}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a .countmessage{background:red;color:#FFF;position:absolute;top:4px;right:8px;font-size:10px;line-height:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px 3px;text-shadow:none;text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a img{float:left;width:37px;margin-right:5px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a div{width:68px;overflow:hidden;height:35px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a div b{color:#000;display:block;color:#000000;text-decoration:inherit}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a div p{color:#555;padding:0}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i[class^=icon]{position:absolute;top:21px;right:8px;color:#000000}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i[class=icon-minus-sign]{color:red}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i.icon-circle.online{color:green}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i.icon-circle.offline{color:gray}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i.icon-mobile-phone{top:19px;right:11px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a i.icon-tablet{right:9 px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a:hover{text-decoration:none;background:#ddd;cursor:pointer}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li:last-child{border-bottom:0}.responsive .chat_boards .chat_wrapper .chat_board .chose_status{position:absolute;bottom:-1px;left:-111px;width:111px;border-top:1px solid #a0a0a0;border:1px solid #a0a0a0;z-index:99999;background:#f5f5f5;z-index:9999}.responsive .chat_boards .chat_wrapper .chat_board .chose_status.ru{left:-122px;width:122px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li{border-bottom:1px solid #fff}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a{display:block;color:#333;height:23px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i{position:absolute;text-decoration:none;margin:5px 0 0 7px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-group{margin-left:5px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-mobile-phone{margin:3px 0 0 8px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-desktop{margin:5px 0 0 5px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-tablet{margin:3px 0 0 6px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a span{position:absolute;text-decoration:none;margin:3px 0 0 23px;color:#000}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a:hover{text-decoration:none;background:#ddd}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li:last-of-type{border-bottom:0}.responsive .chat_boards .chat_wrapper .chat_board .menu{position:absolute;bottom:0;width:100%}.responsive .chat_boards .chat_wrapper .chat_board .menu li{float:left;text-align:center}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton{height:25px;width:100%;display:block;padding:0;font-size:13px;padding-top:3px;line-height:18px;text-align:center;color:#555;background-color:#fff;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);cursor:pointer}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton i{padding-left:3px}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton:hover{color:#333;background-color:#e6e6e6;background-position:0 -15px;text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton:hover dfn{text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton.selected{background-color:#fff;border-top-color:transparent}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton.chat{position:relative}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton.chat p{text-align:center}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton.chat .countmessage{background:red;color:#FFF;position:absolute;top:-5px;right:-5px;font-size:10px;line-height:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px 3px;text-shadow:none}.responsive .chat_boards .chat_wrapper .chat_board .menu li .chatbutton.chat:hover .countmessage{text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .menu li.nth-child-1{width:33%;height:100%}.responsive .chat_boards .chat_wrapper .chat_board .menu li.nth-child-2{width:33%;height:100%}.responsive .chat_boards .chat_wrapper .chat_board .menu li.nth-child-3{width:34%;height:100%}.responsive .chat_boards .chat_wrapper .chat_board .close_button{position:absolute;top:5px;right:-40px;width:20px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;background-color:#444;height:24px;color:#fff;-moz-transition:background-color .7s ease;-o-transition:background-color .7s ease;-webkit-transition:background-color .7s ease}.responsive .chat_boards .chat_wrapper .chat_board .close_button a{color:#fff;display:block;text-align:center;height:24px}.responsive .chat_boards .chat_wrapper .chat_board .close_button a:hover{text-decoration:none}.responsive .chat_boards .chat_wrapper .chat_board .close_button:hover{background:#d20000}.responsive .chat_boards .chat_wrapper.ad{width:266px}@media only screen and (max-width:479px){.responsive .chat_boards{position:fixed;bottom:0;width:100%;z-index:9500;right:0}.responsive .chat_boards .chat_wrapper{position:relative;float:right;max-height:347px!important;width:100%}.responsive .chat_boards .chat_wrapper .mainchat_board{width:100%;right:0;bottom:0;max-height:347px!important;height:347px}.responsive .chat_boards .chat_wrapper .mainchat_board.cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2{bottom:25px;height:320px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons{margin:-10px 5px 3px 6px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons .btn{padding:4px 7px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons .viewprofile{width:39%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons .report{width:27%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .top_buttons .video_btn{width:27%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile{top:0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile{width:72%}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewprofile p{bottom:4px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_down{width:35px;height:40px;position:absolute;right:35px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_down i[class=icon-sort-down]{right:1px;font-size:40px;margin:-5px 4px 0 0}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_remove{width:35px;height:40px;position:absolute}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .user_profile .viewsettings_remove i[class=icon-remove]{font-size:40px;margin:-3px 0 0 2px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll{bottom:54px;height:226px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .for_iscroll .dialog{}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .info{padding:0;bottom:4px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .info .predefined_message{padding:6px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 textarea{bottom:4px;height:46px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .chat_request{bottom:4px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_2 .opacity_panel{height:280px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3{max-height:320px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list{bottom:1px}.responsive .chat_boards .chat_wrapper .mainchat_board .body_3 .users_list li a div{width:71%;overflow:hidden;height:35px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status{bottom:25px;left:0!important;width:114px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status.ru{width:122px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a{padding:5px;height:33px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i{position:absolute;text-decoration:none;margin:5px 0 0 3px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-group{margin-left:1px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-mobile-phone{margin:2px 0 0 4px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-desktop{margin:5px 0 0 1px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a i.icon-tablet{margin:3px 0 0 3px}.responsive .chat_boards .chat_wrapper .mainchat_board .chose_status li a span{position:absolute;text-decoration:none;margin:3px 0 0 18px}.responsive .chat_boards .chat_wrapper .mainchat_board .close_button{top:44px;bottom:-1px;right:0;width:20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:33px;padding-top:3px}.responsive .chat_boards .chat_wrapper .chat_board{width:100%;right:0;bottom:0;max-height:347px!important;height:347px}.responsive .chat_boards .chat_wrapper .chat_board.cb_min_height{height:27px!important}.responsive .chat_boards .chat_wrapper .chat_board .body_2{bottom:25px;height:320px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons{margin:-10px 5px 3px 6px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons .btn{padding:4px 7px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons .viewprofile{width:39%}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons .report{width:27%}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .top_buttons .video_btn{width:27%}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile{top:0}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile{width:72%}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewprofile p{bottom:4px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_down{width:35px;height:40px;position:absolute;right:35px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_down i[class=icon-sort-down]{right:1px;font-size:40px;margin:-5px 4px 0 0}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_remove{width:35px;height:40px;position:absolute}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .user_profile .viewsettings_remove i[class=icon-remove]{font-size:40px;margin:-3px 0 0 2px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll{bottom:54px;height:226px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .for_iscroll .dialog{}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .info{padding:0;bottom:4px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .info .predefined_message{padding:6px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 textarea{bottom:4px;height:46px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .chat_request{bottom:4px}.responsive .chat_boards .chat_wrapper .chat_board .body_2 .opacity_panel{height:280px}.responsive .chat_boards .chat_wrapper .chat_board .body_3{max-height:320px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list{bottom:1px}.responsive .chat_boards .chat_wrapper .chat_board .body_3 .users_list li a div{width:71%;overflow:hidden;height:35px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status{bottom:25px;left:0!important;width:114px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status.ru{width:122px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a{padding:5px;height:33px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i{position:absolute;text-decoration:none;margin:5px 0 0 3px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-group{margin-left:1px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-mobile-phone{margin:2px 0 0 4px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-desktop{margin:5px 0 0 1px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a i.icon-tablet{margin:3px 0 0 3px}.responsive .chat_boards .chat_wrapper .chat_board .chose_status li a span{position:absolute;text-decoration:none;margin:3px 0 0 18px}.responsive .chat_boards .chat_wrapper .chat_board .close_button{top:44px;bottom:-1px;right:0;width:20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:33px;padding-top:3px}}


/*------------ New----------------- */
/*----home-----*/
.hotpicks li{padding-left:4px;padding-right:4px;}
.hotpicks li a img {border:1px solid #666666;padding:0px;outline:3px solid #ffffff;}
.hotpicks li img {border:1px solid #666666;padding:0px;outline:3px solid #ffffff;}
.box2 .hotpicks li img {width:60px;height:60px;}
.profiletable2  tbody tr td img {border: 1px solid #666666;outline:3px solid #eeeeee;width:60px;height:60px;}
.swing_box a img {border: 1px solid #666666;padding:0px;outline:3px solid #eeeeee;margin:7px;width:60px;height:60px;}
.box3 #gallery_panel .hotpicks li a img {width:100px;height:100px;}
.box3 #gallery_panel .hotpicks li a .play_button {width:100px;height:100px;top:9px;left:8px;}

/*------ My Profile ----*/
.profile_galley .profile_image img {border:1px solid #666666;padding:0px;width:75px;height:75px;}
.wall_profile_pic a img {border:1px solid #666666;width:60px;height:60px;}
.board_comments li img{border:1px solid #666666;width:30px;height:30px;}

#profile_avatar{border:1px solid #666666;}
#recs.hotpicks li a img {outline:3px solid #eeeeee;margin:3px;width:75px;height:75px;}
#friends.hotpicks li a img {outline:3px solid #eeeeee;margin:3px;width:75px;height:75px;}
#hotlist.hotpicks li a img {outline:3px solid #eeeeee;margin:3px;width:75px;height:75px;}
#sims.hotpicks li a img {outline:3px solid #eeeeee;margin:3px;width:75px;height:75px;}
/*---View Profile----*/
.pro_classic img{border:1px solid #666666;}
.col_two_third .short_desc_img a img{border:1px solid #666666;padding:0px;outline:5px solid #ffffff;margin:5px;width:100px;height:100px;}

#main_image_div img#main_image{width:350px;outline:none;}
#main_image_div.classic img#main_image{width:60px;}
#main_image_div .profile_avatar{background-size:60px!important;bottom:15px;left:280px;}



/*-----BlogPost-----*/
.profile_image img:not(#main_image_div img){border:1px solid #666666;padding:0px;margin:5px;outline:3px solid #eeeeee;}
#main_image_div img{border:none;}

.forum_thread tr.even .forum_avatar li img {border:1px solid #666666;padding:0px;margin:5px;outline:5px solid #ffffff;width:80px;height:80px;}
.forum_thread tr.odd .forum_avatar li img {border:1px solid #666666;padding:0px;margin:5px;outline:5px solid #eeeeee;width:80px;height:80px;}

.comments_container .comments .profile_image img{border:1px solid #666666;outline:5px solid #ffffff;padding:0px;width:60px;height:60px;}
.comments_container .comments.even .profile_image img{outline:5px solid #ffffff;}
.comments_container .comments.odd .profile_image img{outline:5px solid #eeeeee;}

#profile_blog .profile_image img{border:1px solid #666666;outline:5px solid #ffffff;padding:0px;width:120px;height:120px;}
/*----ViewQuickSwingEvent----*/
.result_event img{border:1px solid #666666;padding:0px;margin:5px;outline:3px solid #eeeeee;width:60px;height:60px;}
.result_event .likeit img{border:none;outline:0px;width:18px;height:17px;}

.forum_avatar li img{border:1px solid #666666;padding:0px;outline:5px solid #ffffff;margin:7px;}
/*---HotList---*/
.profiletable tr td img{border:1px solid #666666;width:60px;height:60px;}
.profiletable tr td img[src$=gif] {border:none;width:26px;height:19px;}
/*----CalendarMain----*/
.likeit img{border:none;}
/*------ViewArticle------*/
.comments7 .profile_image{background:none;}
.comments7 .profile_image img{margin:7px;border:1px solid #666666;width:60px;height:60px;}
.blog .hotpicks li a img{width:200px;height:200px;}

/*---HotOrNot---*/
.hot_nav img{border:1px solid #666666;padding:0px;margin:5px;outline:5px solid #eeeeee;width:150px;height:150px;}
.col_double .profile_image img{outline:5px solid #eeeeee;width:448px;}

/*--Galery--*/
#gallery_panel .hotpicks li a img {border:1px solid #666666;padding:0px;outline:3px solid #eeeeee;}

#gallery_panel.size_100 .hotpicks li a img {width:100px;height:100px;}
#gallery_panel.size_75 .hotpicks li a img {width:75px;height:75px;}
#gallery_panel.size_60 .hotpicks li a img {width:60px;height:60px;}

#gallery_panel.size_100 .hotpicks li a .play_button {width:100px;height:100px;top:9px;left:8px;}
#gallery_panel.size_75 .hotpicks li a .play_button {width:75px;height:75px;top:9px;left:8px;}
#gallery_panel.size_60 .hotpicks li a .play_button {width:60px;height:60px;top:9px;left:8px;}

.unit1.right #gallery_panel .hotpicks li a img {border:1px solid #666666;padding:0px;outline:3px solid #eeeeee;width:80px;height:80px;}
.unit4 #gallery_panel .hotpicks li a img {border:1px solid #666666;padding:0px;outline:3px solid #eeeeee;margin:3px;}
/*-----Search--------*/
.even .hotpicks li img{outline:3px solid #ffffff;}
.odd .hotpicks li img{outline:3px solid #eeeeee;}
.search_images li img{width:75px;height:75px;}
.search_images_4pic li img{width:75px;height:75px;}

/*---Remove shadow under userpic---*/
.comments_container .comments .profile_image{background:none;}

/*-----------Profile wall---------------*/
.feedtable .hotpicks.userpic_list li span{width:60px;}
.feedtable .hotpicks.userpic_list li img {width:60px;height:60px;}

.feedtable .who_liked_r .hotpicks {padding:5px;}
.feedtable .who_liked_r .hotpicks li img {width:60px;height:60px;}

.feedtable .hotpicks li img {width:395px;}



.wall_thumbnail li img{width:60px;height:60px;}
.who_liked_r .show_more{display:block;text-align:right;}
/*----------MailBox-----------*/
.email_body .profile_image img{width:80px;height:80px;}
#mail_title {height:auto;}
#mail_title table tr td {vertical-align: top;}
.date_mail{width:300px;}
.friends_list fieldset .hotpicks li .profile_image img{width:80px;height:80px;}




/*--------Events-------*/
.event_pics li a img {width:60px;height:60px;}
/*--who hottest--*/
.hottest_list tr td .hotpicks li a img{width:100px;height:100px;}

/*--Profile page--*/
#profile_descrition .buttons_line{list-style-position:outside!important;}
.buttons_line li{margin-left:15px;}
.buttons_line li.like{margin-left:0px;}
