@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	overflow-x: hidden;
}

.main_div{
	width:990px;
	margin-top:10px;
	-margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align:left;
}

.page_header{
	width:990px;
	display:block;	
}

.logo{
	width:200px;
	float:left;
	text-align:left;
}

.header_right{
	float:right;
	width:400px;
}

.contry_flags_dd{
	width:140px;
	border:1px solid #d3d3d3;
	line-height: 24px;
	height:24px;
	background-image:url(../images/arrow_country_dropdown.gif);
	background-position:132px center;
	background-repeat:no-repeat;
	cursor: pointer;
	display: block;	
}
.contry_flags_dd_selc_row{
	width: 130px;	
}
.contry_flags_dd_selc_row .countryName{
	width: 104px;
	padding-left:2px;
	float: left;	
}
.contry_flags_dd_selc_row .countryFlag{
	width: 22px;
	margin-top:5px;
	float: left;
}
.contry_flags_dd_list{
	width: 130px;
	border-bottom: 1px solid #FFFFFF;
}
.contry_flags_dd_list .row{
	width: auto;
}
.contry_flags_dd_list .countryName{
	width: 104px;
	padding-left:2px;
	float: left;	
}
.contry_flags_dd_list .countryFlag{
	width: 22px;
	margin-top:5px;
	float: left;
}


/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
.india123{
	background-image:url(../images/flag_india.jpg);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 140px; /* Resize Width */
  display : block;
  text-align:left; 
  line-height:24px;
  height:24px;
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
background-image:url(../images/arrow_country_dropdown.gif);
background-position:130px center;
background-repeat:no-repeat;
}

.contry_flags{
	width:400px;
	float:right;
	text-align:right;
	margin-bottom:4px;
}

.contry_flags .flag{
	float:right;
	width:22px;
	margin-right:20px;
}

.contry_flags .flag .india, active, visited{
	border:0px solid #666666;
	background-image:url(../images/flag_india.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#f6f6f6;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}
.contry_flags .flag .india:hover{
	border:0px solid #CCCCCC;
	background-image:url(../images/flag_india.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#999999;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}
.contry_flags .flag .india_selected{
	border:0px solid #CCCCCC;
	background-image:url(../images/flag_india.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#999999;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}

.contry_flags .flag .usa, active, visited{
	border:0px solid #666666;
	background-image:url(../images/flag_usa.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#f6f6f6;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}
.contry_flags .flag .usa:hover{
	border:0px solid #CCCCCC;
	background-image:url(../images/flag_usa.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#999999;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}
.contry_flags .flag .usa_selected{
	border:0px solid #CCCCCC;
	background-image:url(../images/flag_usa.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#999999;
	height:24px;
	width:30px;
	display:block;
	text-decoration:none;
}


.contry_flags .faq, active, visited{
	float:right;
	width:34px;
	margin-right:14px;
	line-height:26px;
	color:#000000;
	text-decoration:none;
}
.contry_flags .faq:hover{
	float:right;
	width:34px;
	margin-right:14px;
	line-height:26px;
	color:#FF0000;
	text-decoration:none;
}
.contry_flags .logout, active, visited{
	float:right;
	width:34px;
	margin-right:14px;
	line-height:26px;
	color:#000000;
	text-decoration:none;
}
.contry_flags .logout:hover{
	float:right;
	width:34px;
	margin-right:14px;
	line-height:26px;
	color:#FF0000;
	text-decoration:none;
}

.contry_flags .message{
	float:right;
	width:180px;
	margin-right:14px;
	line-height:26px;
	color:#FF0000;
	text-decoration:none;
}

.contry_flags .message b{
	color:#000000;
}

.livechat{
	width:104px;
	float:right;
	margin-left:5px;
	text-align:right;
}

#main_container{
	width:940px;
	display:block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #CCCCCC;
	clear:both;
	background-color:#FFFFFF;
	padding:10px;
}


.expireDiv{
	text-align:right;
	color:#FF0000;
	margin-top:35px;
	margin-right:13px;
}

.expireDiv b{
	color: #000000;
}

.red_text{
	color:#ed1a22;
}

.green_text{
	color:#4fad26;
}


/* to solve the background problem in firefox, safari and chrome add this in style sheet. don't remove from here */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*  ///////////\\\\\\\\\\\  */