﻿
/*--------------------------------------------------------------------------------------------------------------------/
/	COUNTRY1
/--------------------------------------------------------------------------------------------------------------------*/
/*.TitleCountry
{
    clear: both;
    padding: 10px 0;
    display: block;
    float: left;
}*/
.Country1
{
    border: 1px solid #BACF8A;
    clear: both;
    float: left;
    margin: 7px 0 0;
    padding: 10px 10px 20px 10px;
    width: 154px;
    list-style:none;
}

.Country1 li
{
    list-style: none;
    width: 135px;
    line-height: 22px;
    float: left;
}
.Country1 li a
{
    /*background: transparent url(    '../images/Resources/layout/images/bullet1.jpg' ) no-repeat left 7px;*/
    padding-left: 6px;
    /*display: block;*/
    color: #454545;
    font-weight: bold;
    text-decoration: none ;
}
.Country1 li img
{
	cursor:pointer;
}
.Country1 li a:hover
{
    color: red;
    text-decoration: underline;
}
.ulCity
{
	/*";/* IE */ 
	padding:0px;
}
.Country1 li ul
{
	margin:0px;
	display:none;
	padding:0px;
	padding-left:25px !important;
	/*";/* IE */ 
	padding:0px;
	padding-left:25px !important;
}
.Country1 li ul li
{
	list-style:none !important;
	padding:0px;
	/*";/* IE */ 
	padding:0px !important; 
	width:120px !important;	
}
.Country1 li ul li a
{
	padding:0px !important;	
}



