@charset "utf-8";
body {
	color: #39F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-align: center;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
#slider-range {
	width:300px;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 10px;
}
#container {
	padding: 20px !important;
	width:670px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
}
h1 {
	background-image: url(../images/shopsheep.png);
	background-repeat: no-repeat;
	height: 315px;
	width: 803px;
	display: block;
	text-indent: -9000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#amount {
	color:#f6931f;
	font-weight:bold;
	font-size: 120%;
	width:130px;
	border:none;
}
.currency {
	color:#39F;
	font-weight:bold;
	font-size: 120%;
	width:15px;
	border:none;
}
#collapsable {
	background-image: url(../images/collapse.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right -18px;
	width: 100px;
	padding-left: 10px;
	font-weight: bold;
	height: 18px;
}
#optional {
	display: none;
}


label {
	color:#39F;
	font-weight:bold;
	display:inline-block;
	width:200px;
	margin:10px;
}
#countrylist li {
	display:inline;
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
.searchSelect {
	display:none;
}
#deals {
	float: left;
	background-color: #FFF;
	height: 405px;
	width: 165px;
}
#com {
	display:inline;
}
ul#countrylist {
	margin: 0px;
	padding: 0px;
}
ul#links > li {
	list-style: none;
	float: left;
	clear: left;
	margin-top: 10px;
}
ol#instructions {
	width: 460px;
	border: thin solid #F90;
	background-color: #FFE3B9;
	padding: 10px;
	list-style-position: inside;
	margin-left: 30px;
}
ol#instructions > li {
	padding: 5px;
}


a.tooltip span {
	display: none;
	margin-left: 8px;
	padding: 10px;
	width: 300px
}
a.tooltip span br {
	margin-bottom: 10px
}
a.tooltip:hover span {
	background: #fff;
	border: 1px solid #ccc;
	color: #6C6C6C;
	display: inline;
	font-size: 80%;
	position: absolute;
	text-align: justify
}
a:hover {
	text-decoration: none
}
a:link, a:visited, a:active {
	color: #39F;
	font-size: 80%;
	text-decoration: underline
}
