body {
	/*background-color: grey;*/
}

.clear {
	clear:both;
}

#location-option a, #location-select a {
	color: #4ba8c4;
	text-decoration: underline;
}

#location-option a:hover, #location-select a:hover {
	text-decoration: none;
}

/* Location options CSS */
#location-option-section {
position: relative;
width: 597px;
height: 341px;
}

#location-option-shadow {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.4;
}

#location-option {
	color:#666;
background-color: white;
width: 577px;
height: 322px;
color: #666;
top: 10px;
left: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position: absolute;	
}

#location-option #option-inner-top {
	background: url("/files/images/location-popup/location-option-main-bg-top.png") no-repeat scroll 100% 0 transparent;
	width: 576px;
	height:7px;
}

#location-option #option-inner-mid {
	background: url("/files/images/location-popup/location-option-main-bg-mid.png") repeat-y scroll 100% 0 transparent;
	position: relative;
    width: 576px;
}

#location-option #option-inner-bottom {
	background: url("/files/images/location-popup/location-option-main-bg-btm.png") no-repeat scroll 100% 0 transparent;
	width: 576px;
	height: 9px;
}

#location-option #option-left {
	float: left;
	height: 138px;
	position: relative;
    width: 167px;
}

#location-option #option-right-content > div {
	padding: 10px 30px;
}

#option-left .option-header {
	background: url("/files/images/location-popup/header-bg-option.png") no-repeat scroll 100% 0 transparent;
	color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    height: 138px;
    /*margin: 35px 30px 0;*/
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
    top: -7px;
	left: 1px;
    width: 165px;
}

#option-left .option-header .option-header-inner {
	margin: 35px 30px 0;
}

#option-left #option-menu {
	position: relative;
    top: 130px;
}

#location-option #option-right {
	float: left;
    height: 310px;  /*275*/
    width: 409px;
}

#location-option .option-tabs a {
	color: #FFF;
}

#location-option #option-menu ul {
	list-style-position: outside;
    list-style-type: none;
    margin: 0 0 0 1px;
    padding: 0;
}

#location-option #option-menu li {
background: none repeat scroll 0 0 transparent;
    height: 36px;
    padding: 0;
    width: 165px;	
}

#location-option #option-menu li a {
	display: block;
    font-size: 12px;
    height: 27px;
    padding: 9px 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#location-option #option-menu li a:hover {
	background: url("/files/images/location-popup/menu-hover.png") repeat-x scroll 100% 0 transparent;
	color:#FFF;
	text-decoration:none;    
}

#location-option #option-menu li a.current {
	background-color: #FFF;
	color:#333;   
}

#option-right-content {
	position: relative;
}

#option-right-content .option-locals {
	position: absolute;
}

#option-right-content .country-list {
	float: left;
    font-size: 12px;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
    width: 153px;
}

#option-right-content .country-list li {
	line-height: 22px;
}



/* Location Selected CSS */

#location-select-section {
position: relative;
width: 589px;
height: 148px;
}
#location-select-shadow {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.4;
}

#location-select {
background-color: white;
width: 577px;
height: 136px;
color: #666;
top: 6px;
left: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position: absolute;
}

#location-select #select-left {
	background: url("/files/images/location-popup/header-bg-option.png") no-repeat scroll 100% 0 transparent;
	float: left;
	height: 136px;
    width: 167px;
}

#location-select .select-header {
	color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    margin: 35px 30px 0;
    text-transform: uppercase;
    width: 115px;
}

#location-select #select-right {
	float: left;
	position: relative;
	width:410px;
}

#location-select .close-btn, #location-option .close-btn {
	font-size: 10pt;
    position: absolute;
    right: 15px;
	text-transform: lowercase;
    top: 5px;
}

#location-select .close-btn a, #location-option .close-btn a {
	text-decoration:none;
	color:#666666;
}

#location-select .close-btn a:hover, #location-option .close-btn a:hover {
	cursor:pointer;
}

#location-select .title, #location-option .title {
	color: #3F3F3F;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 30px 0;
}

#location-select .title-sub, #location-option .title-sub {
	font-size: 11px;
    font-weight: bold;
    margin: 10px 30px 0 28px;
}

#location-select .more-options {
	font-size: 10px;
	font-weight:bold;
	margin: 10px 30px 0 28px;
}

#location-select .divider {
	color: #4ba8c4;
}

.close-btn img:hover, #more-options {
	cursor:pointer;	
}

/* Shadowbox popup edits */
#sb-wrapper-inner {
    border: none;
}

#sb-body, #sb-loading {
    background-color: transparent;
}

#sb-info {
	display:none;
}

/* Location Popup new html css*/
.countrySelDiv{
		overflow:hidden;
		padding:0;
		background:white;
		border:none;
		}
		

.innerCountrySel{
	overflow:hidden;
	}

ul.country-list{
	list-style:none;
	 padding: 9px 0 15px;
	}
ul.country-list a{
	text-decoration:none;
	color:#006990;
	}
.countryNameList{
	float:left;
	padding:10px;
	margin-right:10px;
	}
	
.countryNameList h4,.innerCountrySel h2 {
    border-bottom: 3px solid #E6E6E6;
    padding-bottom: 15px;
}

.countryNameList h4{
	font-weight:600;
	}
	
.innerCountrySel h2{
	color:#006990;
}

ul.country-list li{
	padding:3px;
	background:none !important;
	color: #666666;
	}
.innerCountrySel label{
	padding-left:5px;
	}	

	
	
@media only all and (min-width:620px) and (max-width:1023px){	
	.row-countrylist .countryNameList{
		width:45%;
		margin-right:0;
	}
}
@media only all and (max-width:620px){
	.row-countrylist .countryNameList{
		clear:both;
		width:100%;
		}
	}
.innerCountrySel input {
    margin: 0 0 18px 12px;
}
a.moreCountryOpt{
	text-decoration:none;
	margin:20px 0 0;
	display:block;
	color:#006990;
	font-weight:600;
	}

.countrySelDiv .innerCountrySel p {
    padding: 7px 0 20px !important;
	font-weight:500;
}


.countryNameList > h4 {
    padding-bottom: 6px !important;
}

#more-options {
    float: right;
    margin-top: 12px;
	font-weight:500;
}

#more-options:after {
    background: url("/files/images/framework/geolocator-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 3px;
    padding-left: 5px;
    width: 12px;
}

#geo-form-option > label{
	color:#666666;
	font-weight:500;
	}