.flag {
	margin: 0 0 0 30px;
}

#country-name {
    width: 740px;
    height: 85px;
    float: left;
    margin-top: 20px;
}
#country-name h1 {
    font:30px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    color: #000;
}

#shortcuts {
	width: 170px;
	float: right;
	margin-top: 20px;
}

#shortcuts ul {
	margin-left: 0px;
}

#shortcuts li {
	background: transparent url(../img/bullet_arrow_down.gif) no-repeat scroll 0 0;
	padding-left: 17px;
	margin-top: 5px;
}

/* Country Details */

#country-details {
    margin-bottom: 40px;
	width:780px;
	float:left;
}

#country-detail-0 {
	display: block;
}

.country-detail {
	display: none;
	overflow-x: auto;
	overflow-y: scroll;
	height: 340px;
}

#country-details dl{
    margin: 0 0 0 0px;
    width: 369px;
    float:left;
}
#country-details dt{
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
	font:bold 14px Arial, Helvetica, sans-serif;	
    color: #515151; 
}
#country-details ul{
    margin-left: 50;
}
#country-details li{
	padding-top: 5px;
	margin-bottom: 10px;
	display:block;
	background: transparent url(../img/dots_horizontal.jpg) repeat-x top left;
}
#country-details label {
    font-weight: bold;
}
#country-details hr {
 	margin-bottom: 20px;
 	margin-top: 0;
}

/* Other Informations */

#outras-informacoes {
	float:left;
	width:790px;
}

#outras-informacoes span {
	margin-top:20px;
	margin-left: 30px;
}

#other-informations-menu {
	margin-top:10px;
	float: left;
	width: 760px;
}

#country-description {
    float: left;
    display: inline;
    width: 760px;
    margin-left: 30px;
    margin-bottom: 40px;
}

#country-description h2 {
    margin-left: 0px;
    margin-bottom: 10px;
    font:bold 14px Arial, Helvetica, sans-serif;	
    color: #515151; 
}
#country-description ul {
    display: inline;
}
#country-description li {
    background: transparent url(../img/bullet_orange.gif) no-repeat scroll 0 0.3em;
    margin: 2px 0 0 20px;
    padding-left: 20px;
    padding-top: 3px;
    
}
#country-description p {
    margin-bottom: 10px;
    margin-left: 0px;
}

#sidebar ul.airlines {
    margin-bottom: 30px;
}
#sidebar ul.airlines li {
	padding-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	display:block;
	background: transparent url(../img/dots_horizontal.jpg) repeat-x top left;
}

#sidebar ul.airlines img {
    border: none;
}

#map {
    float:right;
	width: 400px; 
	height: 400px;
}

/* Consulates & Embassies */
div.itens {
    width: 790px;
    float: left;
    margin-bottom: 20px;
}
div.itens hr {
 	margin-bottom: 20px;
}
div.itens h1 {
    font:23px Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    float: left;
    width: 300px;
}
div.itens h2 {
    font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #515151;
    float: left;
    padding-top: 2px;
	display:block;
	width: 400px;
}

div.itens ul{
    float: left;
    width: 380px;
}
div.itens p{
    float: left;
    width: 380px;
}

div.item {
    float: left;
    width: 790px;
    display: inline;
    margin-bottom: 10px;
}

div.item hr {
	margin-bottom: 5px;
	border:  none;
	background: transparent url(../img/dots_horizontal.jpg) repeat-x top left;
}

div.itens label {
    font-weight: bold;
}
div.itens dl{
    float: left;
}
div.itens dd, div.itens dl, div.itens ul, div.itens p {
    display: inline;
}
/* How I hate the IE6 */

.map-item {
	width: 320px; 
	height: 190px;
	float: right;
}

#advertises {
	margin-left: 20px;
}

.back-to-top {
	float: right;
	background: transparent url(../img/bullet_arrow_up.gif) no-repeat scroll 0 2px;
	padding-left: 19px;
	margin-top: 5px;
	
}