﻿

#splitter{
	width:900px;
	/* height:398px; 498px
	position:relative; */
	border-top: solid 1px #c4c5c5;
}

/* CONTINENT */
#continent{
	width:340px;/*290**/
	height:276px;/* 292px - 276*/
	float:left;
	font-size:15px;/*17*/
	font-weight:bold;
	margin-top:70px;/*120px - 136*/
}
#continent ul{
	margin:0;
	padding:0;
}
#continent li{
	margin:0 0 15px 0;
	list-style-position:outside;
	list-style:none;
	clear:both;
	float:left;
	height:23px;
	background:url("../../images/splash/continent_left0.jpg") left no-repeat;
}

#continent li:hover, #continent li.sfhover
{
    background:url("../../images/splash/continent_right1.jpg") right no-repeat;
}

#continent li a {
	color:#009ddc;
	padding:0;
	margin:0;
	display:inline-block;/*block*/
	text-decoration:none;
	height:23px;
	padding-left:15px;
	margin-right:8px;/**/
	line-height:23px;
}

#continent li a:hover
{
    background:url("../../images/splash/continent_left1.jpg") left center no-repeat;
}
/*
#continent li.last a:hover
{
    background:url("../images/splash/continent_bg_last.jpg") left top no-repeat;
}*/
#continent li.space
{
    height:0px;
    line-height:0px;
}
.continents
{
	visibility:hidden;
	position:absolute;
}

/* COUNTRIES */
#countries{
	width:560px;/*610*/
	float:left;
	font-size:12px;
	margin-top:20px; /* 75 */
	height:337px;  
	background:url("../../images/splash/countries_border.jpg") left top no-repeat;
	display:none;
}

#countries ul
{
    float:left;
	width:150px;/*200*/
	margin:48px 0 0 40px;/*top20*/
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#countries ul.sec
{
    margin-left:10px;
}
#countries  li 
{
	margin:0 0 7px 0;
	padding:0 0 0 0px;
	height:20px;/* 16px */
    float:left;
    clear:both;
	 
}
#countries li:hover, #countries li.sfhover
{
      background:url("../../images/splash/country_right.jpg") right no-repeat;
}
#countries li a
{
    color:#098ab5;
    padding:0;
    margin:0;
    text-decoration:none;
    display:inline-block;
    height:16px;
    padding-left:7px;
    margin-right:7px;
}

#countries li a:hover
{
    background:#d1edf9;
 background:url("../../images/splash/country_left.jpg") left no-repeat;
 
}

#countries li a.country-select-inactive,
#countries li a.country-select-inactive:hover { color:#666666; background:none; }

#foot
{
    margin-top:44px;
}