/* removal of main nav elements */
/*.topBarContainer{ display:none}
.mainContainer{top:0}
.mainContentLayout2{background:none; width:auto; margin:0; }
.mainContent{background:none; width:100%; border:none}
.breadcrumb {display:none}
.preFooter{display:none;}
.footerContent{display:none;}
.mainListGroup {margin:0}*/
/*#fancybox-wrap {top: 60px !important; }*/

#fancybox-content .countryChooser,
#fancybox-content .countryChooser form
{
    width:660px;
    height:480px;
    }
/*body {
	background:#fff;
	margin:0;
	padding:0;
	color:#333333;
	overflow:hidden;
	}*/
.countryChooser {
	background:#fff;
	margin:auto; 
	text-align:center;
	font-size:0.8em; 
	width:auto;
	}
	
	.countryChooser .contentArea {
	overflow:hidden;
	width:300px;
	margin:20px auto;
	/*background:url("/images/site/countrySelectorModel.png") no-repeat scroll 235px top transparent;*/
	}
		/*.countryChooser .contentArea img {
		margin-top:15px;
		}
		*/
		.countryChooser .contentArea h1 {
		font-weight:normal;    
		margin-top:8px;
		font-size:14px;
		color:#000;
		}
		
		.countryChooser .contentArea ul {
		margin:30px auto;
		width:200px;
		text-align:left;
		
		}
		.countryChooser .contentArea li {
		margin:20px 0;
		}
		.countryChooser .contentArea li:nth-of-type(4) {margin-bottom:10px;}
		
		.countryChooser .contentArea li span {
		display:block;
		width:100px;
		font-size:13px;
		text-transform:uppercase;
		color:#000;
		padding-bottom:5px;
		}
		.countryChooser .contentArea li .buttons {
		color:#fff;
		font-size: 14px;
		line-height:22px;
		text-transform:uppercase;
		background:#599C4D;
		border:none;
		padding: 5px 10px;
		cursor:pointer;
		}
		.countryChooser .contentArea li .buttonCancel {
		background:#fff;
		border:1px solid #000;
		color:#000;
		}
		
		.countryChooser .contentArea select {padding:5px;}
	
	
	.countryChooser .countryChooserHeader {
	/*position:absolute; 
	top:0;
	width:100%;
	height:103px; 
	background:#efefef;
	border-bottom:1px solid #ccc;
	z-index:0;*/

	}	

.dropdownSelect {min-width:100px}	