/* CSS Document */

#polaris-select-a-country-list{
	display:block;
	overflow:hidden;	
	height: 486px;
	max-width:974px;
	margin:0px auto;
	
	font-family: Arial, Helvetica, sans-serif;	
}

#polaris-select-a-country-list > h2{
	color: #135799;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	
	margin:36px 0px 20px 75px;
	padding:0px;
	
	text-transform:uppercase;
}

#polaris-select-a-country-list > ul{
	max-width:974px;	
	width: 100%;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
	display:block;
	overflow:hidden;
	float:left;
}

#polaris-select-a-country-list > ul > li{
	max-width:180px;
	padding:0px 0px 20px 2%;
	width: 100%;
	display:block;
	overflow:hidden;
	float:left;
}

#polaris-select-a-country-list > ul > li > h3{
	font-size:12px;
	font-weight:bold;
	margin:15px 0px;
	padding:0px;	
	color:black;
	text-transform:uppercase;
}

#polaris-select-a-country-list > ul > li > ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
	
	display:block;
	overflow:hidden;
	float:left;	
}

#polaris-select-a-country-list > ul > li > ul > li{
	padding:2px 0px;
	/*height:15px;*/

	display:block;
	overflow:hidden;
	float:left;
	clear:both;		
	width:100%;
}

#polaris-select-a-country-list > ul > li > ul > li > a{
	color:#135799;
	text-decoration:none;
	font-size:11px;
	/*height:15px;*/
	line-height:15px;
	
	display:block;
	overflow:hidden;
	width:100%;
}

#polaris-select-a-country-list > ul > li > ul > li > a:hover{
	color:#6c96bf !important;
}


/*RESPONSIVE*/

/*** I-PADS PORTRAIT ***/
@media only screen and (max-width: 800px) and (min-width: 601px) {
#polaris-select-a-country-list > ul > li{
max-width:220px;
}
#polaris-select-a-country-list > ul > li > h3 {
font-size: 25px;
}
#polaris-select-a-country-list > h2 {
font-size: 32px;
}
#polaris-select-a-country-list > ul > li > ul > li > a {
font-size: 18px;
line-height: 36px;
}
    }

/*** I-PHONES LANDSCAPE ***/
@media only screen and (min-width: 480px) and (max-width: 640px) {
#polaris-select-a-country-list > ul > li{
max-width:304px;
}
#polaris-select-a-country-list > ul > li > h3 {
font-size: 32px;
}
#polaris-select-a-country-list > ul > li > ul > li > a {
font-size: 25px;
line-height: 36px;
}
#polaris-select-a-country-list > h2 {
font-size: 32px;
}
    }
/*** I-PHONES PORTRAIT ***/
@media only screen and (max-width: 479px) and (min-width: 0px) {
#polaris-select-a-country-list > ul > li{
max-width:304px;
}
#polaris-select-a-country-list > ul > li > h3 {
font-size: 32px;
}
#polaris-select-a-country-list > ul > li > ul > li > a {
font-size: 26px;
line-height: 36px;
}
#polaris-select-a-country-list > h2 {
font-size: 42px;
}
    } 









