ul.side_nav.info_error{
	background-color: #1160ca;
	padding:10px;	
	text-align: center;
	color:#fff;
}

.price_box span{
	font-weight: bold;
}

.info_error a{
	color:#fff;
	text-decoration: underline;
}

.none {
    display: none;	
}

.pre_loader {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
}

.popup_box_size_1{
	width:464px;
	text-align:center;
}
.box_divider{
	padding-top: 20px !important;
}

.popup_box_size_1 .box_pos{
	float:left;
	margin-left:19px;
	width:200px;
}

.country_header{
	margin-top:2px;
}

.add_highlight{
	background-color: #FE9900;
	padding:3px;
	text-align: center;
	margin: 3px 0;
}

.add_highlight a, .add_highlight a:link{
	text-decoration: none;
	color:#000;
}

.add_highlight span{
	font-size: 16px;
}

.add_number a{
	font-size: 10px !important;	
}

.header_edit{
	margin-right:3px;
	float:right;
}
.header_profilename {
	margin-left: 3px;	
	font-weight: bold;
	display: block;
}

.display_box{
	width:298px;
	border: 2px solid #afc6b2;
	padding:10px;
	background-color: #eff2e7;
	margin:10px auto;
	text-align: center;	
	position: relative;
}

.main_background{
	background: url(/assets/images/sitesetup/main_back.gif) repeat-y;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.main_background_width_a8{
	background: url(/assets/images/sitesetup/main_back_width_a8.gif) repeat-y;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}


html {
	width: 100%;
	margin:0;
	padding: 0;
}

body {
	color:#000000;
	width: 100%;
	margin: 0 auto 0 auto;
	font-family:arial, verdana;
	font-size:12px;
	
    background:#a0170b fixed;
    background-repeat: no-repeat;
    background-position: left top;  
	
	background-image: url(/assets/images/backgrounds/bg.jpg);    
    background-image: url(/assets/images/backgrounds/bg.jpg), -moz-radial-gradient(75% 10%, circle farthest-side, #fea410, #a0170b 40%); 
    background-image: url(/assets/images/backgrounds/bg.jpg), -webkit-radial-gradient(75% 10%, circle farthest-side, #fea410, #a0170b 40%); 
    background-image: url(/assets/images/backgrounds/bg.jpg), -o-radial-gradient(75% 10%, circle farthest-side, #fea410, #a0170b 40%); 
    background-image: url(/assets/images/backgrounds/bg.jpg), -ms-radial-gradient(75% 10%, circle farthest-side, #fea410, #a0170b 40%); 
    background-image: url(/assets/images/backgrounds/bg.jpg), radial-gradient(75% 10%, circle farthest-side, #fea410, #a0170b 40%);
}

.pointer{
	cursor:pointer;	
}

.overflow_hide{
	overflow:hidden;	
}

.clear_margin_right{
	margin-right:0 !important; 	
}
.clear_margin_left{
	margin-left:0 !important; 	
}

.scroll{overflow: auto;}

.fixed_height1{
	height:150px;	
	position: relative;
}

.fixed_height2{
	height:517px;	
	position: relative;
}
.fixed_height3{
	height:627px;	
	position: relative;	
}

.fixed_height4{
	height:55px;	
	position: relative;	
}

.text_center{text-align:center !important;}

.text_left{text-align:left;}

.text_right{text-align:right;}

.alt_size_s{
	font-size:11px;
}

.alt_size{
	font-size:13px;
}

.alt_size_l{
	font-size:14px;
}

.alt_size_xxl{
	font-size:15px;
}

.alt_size_xxxl{
	font-size:16px;
}


/*note to be used with text_code to add text to the left of the text_code box*/
.extra_text_code{
	width:30px;
	float:left;
	padding-top:10px;	
}
.text_code_margin{
	margin-left:30px;	
}
/*note to be used with xinner - END*/



/* Centering DIV styling */
.xouter{
	position:relative;
	left:50%;
	float:left;
	clear:both;
	margin:0;
	z-index:0;
}

.xinner{
	border:0px solid red;;
	padding:0px;
	position:relative;
	left:-50%;
}
/***********************************/

.section_title_gap{
	margin-bottom:40px;
}

.no_border{
	border:none !important;
}

.black_overlay{
	display:none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: #000;
}

.white_content {
	padding: 5px;
	z-index:505;
	display:none;
	border: 1px solid #000000;
	background-color: #EBEBEB;
	position: absolute;
	left: 50%;
	top: 25%;
	text-align: center;
}

/* ************** popup overlay content holders ************************ */
legend {display:none}

/* set thumb nail images for profile page END*/
hr{display:none}

.bold{font-weight:bold;}
.note{font-weight:bold;font-size:9px;}
.normal{font-weight:normal;}

.error_color{
	color:#FF4747 !important;
}
.high_light{
	color:#FF4747;
	font-size:9px;
	font-weight: bold;
	padding:0 !important;
}


.large_error{
	font-size: 18px;	
	font-weight: bold;
}

.large_text{
    font-size: 19px;    
}

.unavailable{
	color:#999;	
}

fieldset {
	border:0 none;
	margin:0;
	padding:0;
}

.message_color{
	color:#fe0000;
	font-weight:bold;
}

.error_bgcolor{
	background-color:#FF4747;
}

.error_border{
	border-color:#b69294;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}

.div_centered{ 	
	margin-left: auto !important; 	
	margin-right: auto !important; 	
	display: inline-block !important; 
	height:37px !important;
} 

span.div_centered{
	margin: 0px auto 5px auto !important;
}

.state_on {
	background-color:#000;
}

.state_off{
	background-color:#ccc;
	border-bottom:2px solid #848580 !important;
	border-right:2px solid #848580 !important;
}

.state {
	border-bottom:2px solid #848580;
	border-right:2px solid #848580;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	margin:0 auto 5px;
	padding:7px 10px;
	text-align:center;
}

#sitewrapper {
	width: 983px;
	background:#fff;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 0px auto;	
	-webkit-box-shadow: 0px -4px 7px #000;
	-webkit-box-shadow: 0px -4px 7px rbga(100, 100, 100, .5);
	-moz-box-shadow: 0px -4px 7px #000;
	-moz-box-shadow: 0px -4px 7px rbga(100, 100, 100, .5);
	box-shadow: 0px -4px 7px #000;
	box-shadow: 0px -4px 7px rbga(100, 100, 100, .5);

}

.center_div{
	margin: 0px auto;
}

h1, h2 ,h3, h4{
	margin:0;
	padding:0;
}

h1 a{
	font-size: 14px;
	line-height: 22px;	
}

.small_price {
	color:#000;
	font-size:9px !important;
	font-weight:normal;
}

.small_price_micropayments {
    color:#000;
    font-size:9px !important;
    font-weight:normal;
}

.small {
	color:#000;
	font-size:10px !important;
	font-weight:normal;
}

.sep{
	display:block;
	height:20px;
}

.spacer{
	margin-bottom: 5px;
}

.spacer_top{
	margin-top: 5px;
}

.spacer_top_large{
	margin-top: 20px;
}

.line_spacer{
	border-bottom:1px solid #DFDFDF;	
	margin:10px 0;
}

/*Set fonts*/
.link_color,
a{
	color:#FF9900;
}
a {	text-decoration:none;font-weight:bold;}
a:hover {text-decoration:underline}
a.selected { text-decoration:underline }
.maintitle span {display:none}


a.large {
    font-size: 18px;	
}

p{
	margin: 0;
	padding: 0 0 6px 0;
	position:relative;
}

p.alt_p{
	padding:0 0 12px 0;
}

div.alt_p{
	padding:0 0 6px 0;
}

img {
	border:0px;
}

.image {
	border:1px solid #828F4D;
}

.fcenter {margin: 0 auto 0 auto;}
.fleft{float:left;}
.fright{float:right;}
.clearb {clear: both;}


/*because IE is crap
	IE after a float using clearb will put a load of extra space for no reason, so I force line-height and height
	I kept both because you can only use clearb_forced on it's on div not on a div with content.
*/
.clearb_forced{
	clear: both;
	line-height: 1px;
	height:1px;
}

a.link{
	color: #343399 !important;
}

.u,
a.underline{
	text-decoration:underline;
}

#content{
	margin:0;
	padding:0;

}

.innercontent {
	padding:0px;
	margin:0;
	position: relative;
}

/*border lines */
.border_left{
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #cecece;
}
.border_right{
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #cecece;
}
.border_top{
	margin-top:0px;
	padding-top:10px;
	border-top:1px solid #cecece;
}


/*--------------------------Template header css--------------------------------*/
.phone_icon{
	background-image:url(/assets/images/icons/phone_type_sprite.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	margin-left:3px;
	font-weight:bold;
	line-height:18px;
}

.mobile{	
	background-position:1px 0;
	height:18px;
}

.home{
	background-position:0 -20px;
	height:18px;
}


/* -------------------- new buttons ---------------------*/

/*not working in ie so not using*/
.button_css3 {
	font-weight:bold;
	font-size: 13px;
	cursor:pointer;
	display: inline-block;
    color: #ffffff;
    padding: 2px 5px;
    background: -moz-linear-gradient(
        top,
        #fdb851 0%,
        #fbb956 44%,
        #fc9700 55%,
        #da8600);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#fdb851),
        color-stop(0.44, #fbb956),
        color-stop(0.55, #fc9700),
        to(#da8600));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9700', endColorstr='#ce7c00');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #db8300;
    -moz-box-shadow:
        0px 1px 1px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(213,128,0,1);
    -webkit-box-shadow:
        0px 1px 2px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(213,128,0,1);

}

.button_css3:hover {
   text-decoration: none;
   color: #000;	
}

.button_small.stand_out {
	background: #fe0405;
}

.button_small {
    color: #fff !important;
    border-bottom: solid 1px #f38911;
    background: #f9a425;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:2px 5px;
    text-decoration: none !important;
}
.button_small:hover {
    color: #000 !important;
    text-decoration: none !important;
}


.button_centered{ 	
	margin-left: auto !important; 	
	margin-right: auto !important;	
	height:28px !important;
} 

span.button_centered{
	margin: 0px auto 10px auto !important;
}

.button_pad_left {
	margin-left:20px;	
}
.button_pad_right {
	margin-right:20px;	
}

a.button_v2 {
	position:relative;
    display: inline-block;
   	text-decoration: none;
    color:#fff;
	font-weight:bold;
	font-size:13px;
    padding: 5px 12px 0 0;
    /*margin-right: 8px;*/
    background:transparent url(/assets/images/buttons/button.png) no-repeat scroll right top;
}

a.button_v2:hover {
	color:#000;
	text-decoration:none;	
}

a.button_v2 span {
    float: left;
    padding-right: 12px;    
    margin-top: -5px;
    height: 28px;
    background: url(/assets/images/buttons/button.png) no-repeat scroll left top;
}

a.button_v2.bg_colour_1 span{
    background-color:#fff;
}

a.button_v2.bg_colour_2 span {
    background-color:#E9E7E8;
}

a.button_v2.bg_colour_3 span {
    background-color:#EFF2E7;
}


a.button_v2.bg_colour_4 span {
    background-color:#70642A;
}

a.button_v2.bg_colour_5 span {
    background-color:#FEEEA1;
}

a.button_v2.bg_colour_6 span {
    background-color: #ebebeb;	
}

a.button_v2.bg_colour_7 span {
    background-color: #000;  
}




a.button {
	position:relative;
    float: left;
   	text-decoration: none;
    color:#fff;
	font-weight:bold;
	font-size:13px;
    padding: 5px 15px 0 0;
    /*margin-right: 8px;*/
    background:transparent url(/assets/images/sprites/main_sprite.jpg) no-repeat scroll right top;
}

a.button:hover {
	color:#000;
	text-decoration:none;	
}

a.button span {
    float: left;
    padding-right: 15px;    
    margin-top: -5px;
    height: 28px;
    background:transparent url(/assets/images/sprites/main_sprite.jpg) no-repeat scroll left top;
}

a.pos2{ /*this is the for the second colour background*/
	background-position:right -28px;
}

a.pos2 span{ /*this is the for the second colour background*/
	background-position:left -28px;
}


a.pos3{ /*this is the for the second colour background*/
	background-position:right -157px;
}

a.pos3 span{ /*this is the for the second colour background*/
	background-position:left -157px;
}

a.color2{ /*this is the for the second colour background for grey button*/
	background-position:right -56px;
}

a.color2 span{ /*this is the for the second colour background for grey button*/
	background-position:left -56px;
}

a:hover.color2{ /*this is the for the second colour background for grey button*/
	color:#fff;
}

a.color1 span{ /*this is the for the 1st colour background for grey button*/
	background-position:left 0px;
}

a:hover.color1{ /*this is the for the 1st colour background for grey button*/
	color:#000;
}

a.color2_pos2{ /*this is the for the second colour background for grey button*/
	background-position:right -84px;
}

a.color2_pos2 span{ /*this is the for the second colour background for grey button*/
	background-position:left -84px;
}

a:hover.color2_pos2{ /*this is the for the second colour background for grey button*/
	color:#fff;
}

/*user for submit buttons*/
input.button{
	background:transparent url(/assets/images/sprites/main_sprite.jpg) no-repeat scroll left -112px;
	width:93px;
	height:27px;	
	border:none;
	color: #fff;
	font-weight:bold;
	padding-bottom: 2px;
}

input.button:hover{
	color:#333333;
	text-decoration:none;
	cursor: pointer;
}
/*-------------------- new buttons - END---------------------------- */


/*--------------------user details login header---------------------------*/



/*---this is for normal a tag not a button---*/
.holder_login a{
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.holder_login a:hover{
	color:#343399;
	text-decoration:underline;
}
/*--- END - this is for normal a tag not a button---*/


.line_height_set1{
	line-height:18px;
}

.holder_login{
	position:absolute;
	top:0px;
	right:0px;
	/*width:182px;*/
	width:206px;
	height:99px;
	background-color:#fcd108;
	padding:5px;
	border-left:3px solid #fff;
}

.popup_logout{
	width:400px;
	text-align:center; 
}	

.pop_up a.button,
.popup_logout a.button{
	margin:5px 10px; 
}

.holder_login .spacer{
	border-bottom:2px solid #fde46e;
	padding-bottom:3px;
}

.holder_login .row{
	margin:0 0 4px 0;
	padding-top:0px;
	position: relative;
}

.holder_login #header_wallet_reload{
	background:url(/assets/images/icons/refresh_sprite.gif) no-repeat 0 0;
	width:18px;
	height:19px;
	margin: -3px 0 0 3px;
	display:block;
	float:left;
}

.holder_login #header_wallet_balance{
	float:left;
	font-weight:bold;
	line-height:18px;
}

.holder_login .refresh_loading{
	background-position: -18px 0 !important;
}

.holder_login #header_wallet_reserve_balance{
	float:left;
	font-weight:bold;
	line-height:18px;
}

.holder_login #header_wallet_reserve_question{
	float:left;
	font-weight:bold;
	text-decoration:underline;
	cursor: pointer;
}

.holder_login #wallet_reserve_desc{
	display:none;
		
}
.holder_login h2{
	font-size:15px;
	margin-bottom:5px;	
}

.holder_login input.normal{
	width:150px;
	height:15px;
}

.holder_login label{
	float:left;
	display:block;
	width:89px;
	line-height:20px;
}

.holder_login .hide_label{
	display:none;	
}

.holder_login .forgot{
	float:right;
	margin-right:5px;	
	line-height: 20px;
}
.holder_login input{
	padding-left:3px;	
}


/*---------------header login css end--------------------------*/



/* New boxes - 21/02/08 Use these to set the widths of your class(box_styles) boxes*/

/*--box sizes - these widths will fit in page--*/
.width_a1{
	width:170px;
	margin:0;
	padding:0;
}
.width_a2{
	width:810px;
	margin:0;
	padding:0;
}
.width_a3{
	width: 582px;
}
/*full width*/
.width_a4{
	width: 957px;
}
.width_a5{
	width:206px
}
.width_a6{
	width:752px
}
.width_a7{
	width:231px
}

.width_a8{
	width:200px;
	margin:0;
	padding:0;
}

.width_a9{
	width: 552px;
}

.column_margin {
	margin-left: 10px;
}

/*---Headers---------*/

h1{font-family:arial, verdana;color:#000;font-size:17px;margin-top:0;margin-bottom:5px;position:relative}
h2{font-family:arial, verdana;color:#000;font-size:16px;margin-top:0;margin-bottom:20px;position:relative;}
h3{font-family:arial, verdana;color:#000;font-size:15px;margin-top:0;margin-bottom:5px;font-weight:bold;position:relative}
h4{font-family:arial, verdana;color:#000;font-size:14px;margin-top:0;margin-bottom:5px;padding:0;font-weight:bold;position:relative}
h5{font-family:arial, verdana;color:#000;font-size:12px;margin-top:0;margin-bottom:5px;font-weight:bold;color:#324A1A;position:relative}

h2.margin_1{
	margin-bottom:7px;
}

h4 span{
	position:relative;
	font-size:12px;
	font-weight:normal;	
}

.content_holder{
	position: relative;	
}

.content_holder h1{
	font-size:19px;
	color:#000;
	background:none;
	font-weight:bold;
	float:none;
	height:auto;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
}

.content_holder h1.margin{
	padding-left: 10px;
}

.content_holder h1 span{
	font-size:13px;	
	color:#000;
	display:block;
	padding:0;
	margin:0;
	font-weight: normal;
}

.content_holder h2 span{
	font-size:12px;	
	color:#000;
	display:block;
	padding:0;
	margin:0;
	font-weight: normal;
}

.content_holder h5{
	background-color:#FBC106;
	border-bottom:2px solid #C49706;
	border-right:2px solid #C49706;
	color:#fff;
	margin:-10px -10px 5px -10px;
	padding:5px 5px;
	position:relative;
	text-align:center;	
	font-size:21px;
}

.content_holder h5 span{
	font-size:16px;
	display:block;
	color:#fff;
	font-weight:normal;
}

.content_holder h6{
	font-size:13px;
	background-color:#fcd410;
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	padding:2px 10px 2px 10px;
	margin:0 0 10px 0;
	text-align:center;
	position: relative;
}

h6.color1{
	background-color:#cecece;
	color:#000;
}

.content_holder h6,
.content_holder h6 a.unlink{
	color:#000;
}
.content_holder h6 a.unlink:hover{
	text-decoration:none;
}





.box_style_no_border{
	border:	none !important;
	background:none !important;
}

.box_style_border{
    border-bottom: 1px solid #ccc;
    background:none !important;
    margin-bottom: 5px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.box_styles h3{
	font-size:13px;
	background:#e7e7e7;
	border-top: 2px solid #cbc9ca;
	color:#000;
	padding:3px 10px 5px 10px;
	margin:0 0 0 0;
}

.box_styles h3 span{
	font-size:11px !important;
	color:#000;
	display:inline;
	padding:0 5px 0 5px;
}

.box_styles h3 a{
	color:#FF9900;
	line-height:17px;
}
/*---END - Headers-*/



.box_styles .inner{
	padding:10px 10px 5px 10px;
}

.box_styles{
	margin:0 0 0 0;	
	padding:0;
	background-color: #fff;

}

.box_pad{
	padding:10px !important;

}
.box_pad_large{
	padding:22px !important;
}

/*used for design on rewards and buy credits seems like a standard style*/
.box_holder4{
	border-top: 1px solid #BFBFBF;
	padding-bottom:70px;
	margin-top:20px;
}



.box_holder5{
	border-right: 1px solid #BFBFBF;
	width:232px;
	float:left;
	/*margin-left:10px;*/
	/*background-color: red;*/
	height:170px;
	padding: 10px 10px;
	font-size:12px;
	text-align: center;
	position:relative;
}

.box_holder5 p {
	padding: 0 0 15px 0;
}



.flags{
	position:relative;
	top:97px;
	left:8px;
	text-align:left;
	margin:-13px 0 0 0;
	padding:0;
}

.flags img{
	margin-right:2px;
}

.box_styles .date_format{
	background:#cfcfcf;
	padding:3px 10px 3px 10px;
	position:relative;
}

#maincontent {
	background-color: #fff;
	padding:0;
	margin:0;

}

#header {
	position:relative;
	background:#ADC595;
	height:109px;
	margin:0;
	background: url(/assets/images/sitesetup/header_bak.jpg) no-repeat;
	overflow: hidden;
}

#header .logo_link{
	display:block;
	position:absolute;
	width:282px;
	height:72px;
	border:0px solid red;
	top:20px;
	left:10px;
	z-index:20;
	cursor:pointer;
}

#header .text{
	font-weight:bold;	
	position:absolute;
	top:80px;
	left:114px;
	font-size:11px;
	letter-spacing:-0.3px;
}

#ad{
	position:absolute;	
	top:20px;
	left:340px; 
}

/* This is for the main nav */
ul {
	margin: 0px;
	padding:0 0 0 0;
    position:relative;
}

ul.bullet{
	margin: 0px;
	padding:0 0 0 20px;
	position:relative;
}

li {list-style-type:none; margin-bottom:2px;}

ul.bullet li{
	list-style:disc;
}

ul.side_nav li{
    margin-bottom: 5px;	
    padding-bottom: 5px;
    border-bottom: 1px solid #eeecec;
}

ul.side_nav li li{
	padding-left:10px;
	font-size:12px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;    
}

ul.side_nav li a{
    color: #c27604;    
}

ul.side_nav li li a{
    font-weight: normal;
    color: #FF9900;
}
ul.side_nav li a.set{
    color: #000;
}

ul.side_nav li li a.set{
    color: #c27604;
    font-weight: bold;
}


ul.side_nav li{
	position: relative;
}

/* --------- START ---  Styles for the Nav bar ---------------- */
.icons {       
	height: 20px;
	font-size: 11px; 
	width:100%;        
	text-align: center;  
}

.icons ul {
	list-style:none;
}

.icons li {  
	float:left;    
	margin-left:auto;
	margin-right:auto;   
}

#navbar {
	height:24px;
	background-color:#ffa319;
	border-top:2px solid #ffc266;
	border-bottom:2px solid #cc7a00;

}

#navbar ul.top_level {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 50;
}

ul#main_horizontal_menu{
	display:block;
}

#navbar ul li {
	float:left;	
	margin:0;
	position: relative;
	padding:5px 0;
}

#navbar ul li a {
	padding:6px 8px;
	border-left:2px solid #DB8D15;
	margin:0;
	text-decoration:none;
	font-weight:bold;
}


ul#main_horizontal_menu li:hover > a{
	background-color:#333333;
	border-left:2px solid #333333;
}

ul#main_horizontal_menu li a:hover{
	background-color:#333333;
	border-left:2px solid #333333;
}

ul#main_horizontal_menu li:hover > a{
	color:#f89900;
}

ul#main_horizontal_menu li a:hover,
#navbar a.set:hover{
	color:#f89900;
}

#navbar li ul {
	/*	
	background-image:url(/assets/images/opacity/gray_90.png);
	background-repeat:repeat;
	*/
	background-color:#333333;
	position: absolute;
	top: 24px;
	left:0px;
	display: none;
	z-index: 1000;
}

ul#main_horizontal_menu li a,
ul#main_horizontal_menu li ul li a,
ul#main_horizontal_menu li ul li a:hover{
	color:#fff;
} 

#navbar li:hover ul, 
#navbar li.over ul { 
	display: block;  
}

#navbar a.set{
	color:#000;
}

#navbar .second_level a.set{
	color:#999999;
}

#navbar .second_level a.set:hover{
	color:#fff;
}

#navbar .remove,
#navbar .remove a{
	border:none!important;
}

a.set{
	color:#000;
}



#navbar ul ul{
	border-left:0px solid #db8d15;	
}

#navbar ul li ul li {
	float: none;
}

#navbar ul li ul li a{
	display:block;
	/*width: 145px;*/
	color:#fff;
	padding:3px 35px 3px 15px;
	border:0px;
	position:relative;
	white-space:nowrap;
}

#navbar ul li ul li a span{
	display:block;
	position:absolute;
	height:20px;
	right:8px; 
	top:3px;
	border:0px solid red;
	font-size:11px;
}

#navbar ul li ul li a:hover{
	background-color:#ff9900;
	color: #fff;
	border:0px;
}

#navbar ul li ul li {
	padding:0px!important;
	margin:0px!important;
	border:none;
}

#navbar ul ul {
	padding:0px;
}


/* --------- END ---  Styles for the Nav bar ---------------- */



/*---SEO BOX--*/
div.info_box_holder {
	clear: both;
}

#info_box {	
	position: static;
	width: 944px;
	overflow: auto;
	height: 55px;
	line-height: 16px;
	background-color: #fff;
	color: #7c7c7c;
	margin: 10px auto;
	/*border: 1px solid #c2c2c2;*/ 
	padding: 5px;
}

#info_box h1 {
	color: #7c7c7c;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#info_box p.last {
	margin: 10px 0 0 0;
}

#info_box a {
	text-decoration: none;
	color: #7c7c7c;
	font-weight: normal;
}

#info_box a:hover {
	text-decoration: underline;
}


.footer{
	
	border-top: 1px solid #c2c2c2; 
	margin:0px auto;
	padding: 5px;
	text-align: center;	
	width: 973px;
	background-color: #7a7a7a;
}

.footer ul{
	padding:2px 0;
	position: static;
}

.footer ul li{
	display: inline;
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
	height: 14px;
}

.footer li.last{
	border:none;
	margin-right: 0;
	padding-right: 0;	
}

.footer a{
	color:#fff;	
	font-size:13px;
	font-weight: normal;
}

.footer p{
	padding:5px 0 0 0;	
}

div.holder_login div.UserPhoneNums p {
	margin: 5px 0 0 0;	
}

div#callback_tariff {
	font-size: 10px;
	color: #4F4F4F;
}

a.link2{
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
}

a:link.link2 {
	color: #fff;
}

a:visited.link2{
	color: #fff;
}

a:hover.link2{
	text-decoration: underline;
}


/*************** Form Styling ***************/
form{
	margin:0;
	padding:0;	
}

.c_input {	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:2px 0px;
	font-weight:normal;
}

.c_form_content{
	position:relative;
}

.c_form_content h2	{
	margin-bottom:7px;
}

.c_form_content .row{
	margin:0 0 2px 0;
	padding:1px;
}

.c_form_content .row label, 
.c_form_content .row .label, 
.c_form_content .row .data_input, 
.c_form_content .row .data_alt,
.c_form_content .row .form_comment{
	border:0px solid blue;
	display:inline;
	float:left;
	padding-top:2px;
	padding-bottom:2px;	
	vertical-align:middle; 
}

.c_form_content .row label,
.c_form_content .row .label{
	text-align:left;
	padding-right:5px;
}

.c_form_content .row label, 
.c_form_content .row .label,
.c_form_content .row .data_alt,
.c_form_content .row .form_comment{
	line-height:18px;
}
.c_form_content .row .data_alt{
	padding:0 0 0 5px;
}

.c_form_content .row .form_comment{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
}

.c_form_content .row label, 
.c_form_content .row .label{
	width:140px;
}

.small_form .c_form_content label,
.small_form .c_form_content .label{
	width:80px;
	padding-left:0px;	
}

.c_form_content .row .data_input{
	width:245px;
}

.c_form_content .multi_opt_details .data_input label{
	padding-left:0px;
	width:100%;	
}

.c_form_content .row .data_input .issue_row{
	width:95px;
	float:left;
}

.c_form_content .row .data_input .issue_row .c_input,

.c_form_content .row .data_input_info{
	width:465px;
}

.c_form_content .row .data_input_info .info{
	padding-top:2px;
}

.c_form_content .row .data_input_info label{
	padding:0;	
}

.c_form_content .row .data_input_info input{
	display:block;
	margin-right:5px;
}

.c_form_content .row .c_input{
	width:235px;
}

#ServiceSendMessageBody {
    width:100%;	
}

.c_form_content .exp_date_row .c_input,
.c_form_content .row .c_input_small{
	width:71px !important;
}

.c_form_content .error_bgcolor .data_alt,
.c_form_content .error_bgcolor .message{
	color:#fff;
}

.c_form_content .error_bgcolor label{
	
}

.radio label{
	width:auto !important;
	padding:0 !important;
}

.form_comment {
	width:400px;
}
.form_comment textarea{
	width:239px;
}

.form_comment input.captcha{
	width:159px;
	margin-bottom:10px;
}



/********************************************/

#dynamic_hint_msg {
    position: absolute;
    border:1px solid #999;
    background-color:#fff;
    position:absolute;
    width:300px;
    top:6px;
    left:18px;
    z-index:69;
    display: block;
}


.hint_icon_container {
	float:left;
    margin-left:3px;
    position: relative;	
}

.hint_icon{
	background:url(/assets/images/icons/help/hint_trans.png) no-repeat;
	width:17px;
	height:16px;
	
	cursor: pointer;

}

#dynamic_hint_msg_close{
	background:#FF9801;
	font-weight:bold;
	padding:3px;
	color:#fff;
	display:none;
}

#dynamic_hint_msg_container{
	padding:5px;
}



#dynamic_hint_msg.reserved_points_box {
    left:-299px !important;
    position:absolute;
    top:-67px !important;
    width:300px !important;
}



ul.basic li{
	list-style-type: disc;
	margin-left:20px;
}

ul.basic {
	margin-bottom:10px;
}

.group_box{
	padding:10px;
	border: 1px solid #B1C5B4;
	position:relative;
	margin:0 0 10px 0;
}

.group_box.size1{
	width:528px;
}

.block{
	display:block;
}

.ad_zone{
	margin-bottom:10px;	
}

input#search_profilename{
	width:76px;	
	margin-right:5px;
	float:left;
	position: relative;
}

.search{
	line-height:19px;
}

.country_dropdown{
	float:right;
	padding:2px 2px 0 0;
	font-size:10px;
}
.country_dropdown select{
	width:105px;
	font-size:10px;
}

/*************** Text Code style ***************/
.text_code{
	background-color:#000;
	/*padding:2px 5px 2px 5px;*/
}

.text_code div.code_data{
	min-height: 38px;
	padding:1px 7px 1px 7px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	line-height:38px;
	text-align: center;
	display: block;
}

.text_code div.code_data span{
	font-size:15px;
	font-weight:normal;
}

div.code_out{
	font-size:14px;
	color:inherit;
	padding:4px 0;   
	font-weight:bold;
}



.no_record{
	background-color:#EEEEEE;
	border:0 solid blue;
	color:#343434;
	margin-bottom:5px;
	margin-top:3px;
	padding:5px;
}

/****************** Common Styles -Mostly Popups ***********/

/*groups - shouts etc*/
.shouts_link{
	float:right;
	margin:5px 5px 0 0;	
}

.latest_groups{
	padding:0px;
}
.latest_groups .inner{
	padding:5px;	
}
.latest_groups h3{
	background:#fbc106;
	border-bottom: 1px solid #c49706;
	border-right: 1px solid #c49706;
	color:#fff;
	font-size:11px;
	padding:2px;
	position:relative;
	text-align:center;
	margin:0 0 5px 0;
}

.latest_groups .title{
	margin-bottom:3px;	
}

.latest_groups a{
	font-size: 12px;	
}
	
.latest_groups span.highlight{
	color:#656565;
	padding-right:5px;
}

.set1{
	background:#fef5e4;
}
.set2{
	background:#EFEFEF;
}

.latest_groups img {
	float:left;
	margin:3px 5px 0 0 !important;
	position: relative;
}

.latest_groups .box_pad{
	padding:3px 8px 5px !important;
	font-size: 11px;
}

.latest_groups span{	
	color:#999;
}

span.icon{	
	background-image:url(/assets/images/sprites/shout_icons_sprite.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:14px;
	height:13px;
	margin-right:2px;
}


span.SmallServicePrivateWebCamChatAvailable{
	background-position:0px 0px;
}
span.SmallServicePrivateWebCamChatUnavailable{
	background-position:0px -39px;
}
span.SmallServicePrivateWebCamChatInGroup{
	background-position:0px -13px;
}
span.SmallServicePrivateWebCamChatInPrivate{
	background-position:0px -26px;
}
span.SmallServicePrivateWebCamChatInExclusive{
    background-position:0px -26px;
}

span.SmallServicePhoneChatAvailable{
	background-position:0px -53px;
}
span.SmallServicePhoneChatInGroup{
	background-position:0px -65px;
}
span.SmallServicePhoneChatUnavailable{
	background-position:0px -92px;
}
span.SmallServicePhoneChatBusy{
	background-position:0px -78px;
}

/*latest_wallposts - posts etc*/


.wallpost_pagination {
    margin: 5px 0;	
    clear: both;
}

.latest_wallposts .inner{
	padding:5px;
}

.latest_wallposts .inner .highlight{
	color:#888;
}

.user_options_alerts h2,
#animated_overlay_content div.alt_size_l{
	margin-bottom:5px;
	padding-right:25px;
}

.user_options_alerts li {
	padding:2px 0;
	margin-bottom:2px;
}

.user_option_not_logged_in p.alt_p{
	line-height:18px;
}

.user_option_not_logged_in a.button{
	margin:0px 15px 0;
}

.popup_request{
	padding-right:25px;	
}

.popup_request p.alt_p{
	line-height:18px;
}


.single_background{
	background: url(/assets/images/sitesetup/single_back.gif) repeat-y;
	margin:0;
	padding:0;
}


#services_callback_info{
	color:red;
	font-weight: bold;	
	font-size: 12px;
}
.no_tabs_height{
	height:281px !important;
}

/*--join form for wdg---*/

.join_form_size2 h2{	
	font-size: 40px;	
	text-align: center;
	font-weight: bold;
}
.join_form_size2 h2 span{	
	font-size: 16px;
	text-align: center;
}

.join_form_size2 .join_form_fixed_height{
	height:188px;	
	position: relative;
}

.join_form_size2 .title {
    text-align: center;	
    font-size: 14px;
    margin-bottom: 5px;
}

.join_form_size2{
	margin:0 0 0 0;
	padding:0;
	position:relative;
	text-align: left;	
}

.join_form_size2 .row label, 
.join_form_size2 .row .label{
	width:73px;
	padding:0 0 0 12px;
	float:left;
	line-height: 16px;
}

.join_form_size2 .row .label a{
	font-size: 10px;	
}

.join_form_size2 .label label{
	padding: 0px !important;
}

.join_form_size2 .row .data_input{
	width:170px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
}

.join_form_size2 .pos1{
	margin:10px 0 0 4px;
	
}

.join_form_size2 .captcha {
	width:65px !important;
	margin-right:3px;
}

.join_form_size2 .row .c_input{
	width:169px;
	float:left
}

.join_form_size2 .tnc_label{
	width: 220px !important;	
	font-size: 10px;
	line-height: 12px !important;
	color: #666;
}

.join_form_size2 .row_promo{
	width:250px;	
	clear:both;
}

.join_form_size2 .row_promo label{
	float:left;
	color:#fff;
	line-height:18px;
	margin-right:3px;
	padding-left:130px;
	position:relative;
	font-weight:bold;
}



.join_form_size2 .row .data_alt{
	width:255px;
	float:left;
	position:static;
}

.join_form_size2 .row .tick_box_input{
	width:15px;
	float:left;
}

.join_form_size2 .promo_code{
	background-color: #000;
	color:#fff;
	padding:5px 10px 5px 10px;
	margin: 0 -15px;
	width:283px;
}

.join_form_size2 .row_tick_box{
	margin:8px 0 0 10px;
}

.join_form_size2 .promo_code label{
	width: 120px;
}
.join_form_size2 .promo_code .c_input{
	width: 100px;
}





.join_box_standard.popup {
    width:400px;
}


.join_box_standard h1{
	margin-top:10px !important;
	font-size:15px;	
	text-align:center;
}

.join_box_standard h2{
	margin-bottom:10px;
}


.join_box_standard label.PromoCode{
	width:150px;
	color:#fff;
}
.join_box_standard input#PromoCode{
	width:50px;
}

.join_box_standard .promo_box{
	background-color: #000;	
	color:#fff;
	padding:5px 5px 5px 10px;
}



.join_box_standard label,
.join_box_standard .label{
	float:left;
	width:100px;
	line-height:18px;
	border:0px solid red;
	overflow:hidden;
	display:inline;
	position:relative;
	font-size:12px;
	text-align:left;
}

.join_box_standard .c_input{
	width:140px;
	padding:0px;
}

.join_box_standard .c_input {
	width:192px; 
}


.join_box_standard .c_input_small {
	width:92px;
}

.join_box_standard .static_height{
	height:224px;
}

.join_box_standard .row{
	margin-bottom:5px;
	padding:2px 0;
	border:0px solid red;
}

.join_box_standard .pad{
	margin-left:5px;	
}

.join_box_standard h1{
	margin:0 0 5px 0;	
}

.join_box_standard .button{
	margin: 0 0;	
	display:inline;
	/*width:93px;*/
}

.join_box_standard .row_tick_box label{
	width:100px;
}

.join_box_standard .row_tick_box .tick_box_input{
	width:20px;
	float:left;
	border:0px solid red;
	display:inline;
}

.join_box_standard .data_input{
	margin:0;
	padding:0;
	position:relative;	
}

.join_box_standard .data_input{
	float:left;
}

.join_box_standard #PromoCodeColor{
	padding:3px;
}

.join_box_standard .static_height2{
	height:167px;	
}

.join_box_standard .static_height2{
	height:162px;
	padding:0px 10px 5px;
	overflow:hidden;	
}

.join_box_standard .tnc_label{
	width:212px !important;	
	font-size:10px;
	padding-right:5px;
	line-height:normal !important;
	border:0px solid red;
}

.text_chat_form .row .c_input {
	float:left;
	width:270px;
}
.text_chat_form {
	text-align:left;
}


.services_form .row .c_input {
    float:left;
    width:277px;
}


#services_message_form .services_form #ServiceSendMessageBody {
    height: 50px;	
}

.services_form {
    text-align:left;
}


.margin_pad {
	margin-top:10px;
}

/*video box styles*/

.video_holder {
	position: relative;
	padding:5px 16px;	
	border-bottom: 1px dashed #C7C7C7;
	cursor: pointer;
}

.cursor {
    cursor: pointer;	
}

.video_holder .video_thumb {
	position: relative;
	width:150px;
	height:113px;
}

.video_holder .duration{
	top:264px;
	background-color: #000;
	color:#fff;	
	width:144px;
	padding: 3px;
	font-size: 10px;	
}

.video_holder .play_button{
	position: absolute;
	background: url(/assets/images/videos/play_button.png) no-repeat;
	top:41px;
	left:54px;
	width:43px;
	height:40px;
	cursor: pointer;
}

.video_holder .cover_up{
	position: absolute;
	background: url(/assets/images/videos/video_obscurer.gif) no-repeat;
	width:150px;
	height:113px;
	top:0px;
	left:0px;
}

#dynamic_hint_msg.video_hint_box{
	left:140px !important;
	position:absolute;
	top:104px !important;
	width:200px !important;
}

.video_holder h4{
	font-size: 12px;
	font-weight: normal;
}

.voc_error .error{
	font-size: 24px;
	font-weight: bold;
	color: #ff2f30;
}
.voc_error p.error{
	margin-bottom:10px;	
}

.voc_error {
	border-bottom:1px solid #d8d8d8;	
	margin: 0 -22px 20px -22px;
	padding:0px 20px 15px 20px;
	background: url(/assets/images/backgrounds/voc_error2.jpg) no-repeat right top;
}

.voc_error_grid h3{
	margin-bottom: 20px;	
}

.voc_error_grid .profile_list_wrapper{
	width:954px;	
}

.private_gallery_thumbnail{
	border: 1px solid #B3B3B3;
	margin:10px;
}

.top_pad {
	padding-top:10px;
}
.copyright {
	text-align: center;
	margin:5px;
	color: #000;
}

.load_tv_button_large {
    background: url(/assets/images/tv/load_tv_button_large.jpg) no-repeat;
    height: 306px;
    width: 533px;
    cursor: pointer;
}

.load_tv_button_small {
    background: url(/assets/images/tv/load_tv_button_small.jpg) no-repeat;
    height: 228px;
    width: 397px;
    cursor: pointer;
}

#audio_stream_id {
	position: relative;
	top: -290px;
	left: -7px;
	width: 332px;
}

#your_phone_numbers_tip {
	position: absolute;
	top: 137px;
	left: 56px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	z-index: 100000;
	width: 180px;
}
a#your_numbers_link {
}

.twtr-widget {
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.box_pad.home_size2.home_info_fullwidth {
	position: relative;
	top: 0px;
	width: 960px;
	float: left;
}

.home_size2.home_info_fullwidth .home_info {
	height: auto;
}
.box_pad.home_size2.home_info_fullwidth .home_info p {
	width: 310px;
}

a.new_tab {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
    padding:3px 6px;
    position: absolute;
    top: 90px;
    left: 329px;
    background: red; /* Old browsers */

	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;	
	border-: 1px solid #a0170b;
}
a:hover.new_tab {
    text-decoration: none;	
}


a.link_size_2 {
    font-size: 11px;	
}


a.short_code_button {
    background-color: #ff9900;	
    height:40px;
    width:60px;
    font-size: 9px;
    color: #000;
    border-left:4px solid #fff;
    padding: 3px;
    float: left;
}


.background_color_1 {
    background-color: #fbdeb4;	
}

.new_message_popup {
    position: absolute;
    left: 687px;
    top:109px;
    border: 3px	solid #fff;
    color: #fff;
    background: #4aa903 url(/assets/images/sprites/user_page_sprite.png) no-repeat center -107px;    	    
}

.new_message_popup a {
    color: #fff;	
}
.new_message_popup a:hover {
    color: #fcd20a;
    text-decoration: none;    
}

.new_message_popup:hover {
	background-color: #ff9900;
}

.new_message_popup #new_messages {
    padding:30px 10px 5px 10px;
    text-align: center;
    cursor: pointer;
}

#services_payment_content_container h2 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 26px;
}

#services_payment_content_container h2 span{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    display: block;
}

#services_payment_content_container h2 em{
    font-size: 14px;
    display: block;
    font-style: normal;
    font-weight: normal; 
}

#border_right {
    -webkit-box-shadow: 5px 0px 3px rgba(126, 50, 50, 0.75);
-moz-box-shadow:    5px 0px 3px rgba(126, 50, 50, 0.75);
box-shadow:         5px 0px 3px rgba(126, 50, 50, 0.75);	
}

#border_left {
-webkit-box-shadow: -5px 0px 3px rgba(126, 50, 50, 0.75);
-moz-box-shadow:    -5px 0px 3px rgba(126, 50, 50, 0.75);
box-shadow:         -5px 0px 3px rgba(126, 50, 50, 0.75);	
}



.circle_v2 {
    float: left;
    margin: 0 0 0 15px;
    background-color: #fea317;
    height: 65px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    width: 66px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 3px 0 0 0;
    -webkit-box-shadow: 2px 1px 2px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    2px 1px 2px rgba(50, 50, 50, 0.8);
    box-shadow:         2px 1px 2px rgba(50, 50, 50, 0.8);
}
.circle_v2 span {
    font-size: 16px;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    line-height:16px;
    display: block;

}

.circle_v2 a {
    color: #fff;
}
.circle_v2 em {
    font-size: 10px;
    font-weight: bold;
    height: 12px;
    overflow: hidden;
    line-height:12px;
    display: block;
}

