body{
	font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:5px;
	line-height: 1.2em;
	background: #ECE9D8;
}

a:link, a:visited, a:hover, a:active{
	color: #9A1E18;
	text-decoration: none;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

a:hover {
	text-decoration: underline;	
}

.showmap {
	display: inline;
	font-weight: bold;
	float: left;
}

img {
	border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
}

b{font-size: 110%;}
em{color: #9A1E18; font-weight: bold;}

form, option, select {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	background: #ECE9D8;
	border: 1px solid #999999;
	margin: 2px;
	font-size: 12px;
	font-family: Tahoma;
}

input[type=submit], input[type=button] {
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #4351A3;
	color: #FFF;
	padding: 5px 10px;
}

select {
	border: 1px solid #ECE9D8;	
}

h1, h2, h3, h4 {
	margin: 1em 0 0.5em 0;
	padding: 0;
}

h1, h3 {
	font-size: 20px;
	line-height: 1.2em;
}

h2, h4 {
	font-size: 14px;
}



#maincontainer{
background: #ECE9D8;
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 1px;
border: 1px solid black;
border-radius: 10px;
-moz-border-radius: 10px;

}

.topsection{
font-family: "Times New Roman";	
background: #FFF;
text-align: center;
border-bottom: 5px solid #9A1E18;
height: 180px; /*Height of top section*/	

}

.topsection h1{
font-size: 32px;
line-height: 1em;
margin: 0;
padding: 10px 0 0 0;
}

.topsection h2{
font-size: 18px;
line-height: 1em;
margin: 0;
padding: 5px 0;
}


.topsection2 {
padding-top: 0px;	
height: 45px; /*Height of top section*/
font-size: 20px;
line-height: 2em;	
color: #9A1E18;
background: #ECE9D8;	
}

.topsection2 a{
	padding: 12px 5px;
	margin: 0;
	color: #9A1E18;
	display: inline;
	
}

.topsection2 a:hover{
	color: #FFF;
	background: #9A1E18;
	text-decoration: none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 250px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFFF80;
text-align: center;
padding: 4px 0;	
border-radius: 10px;
-moz-border-radius: 10px;
}

#footer a{
color: #FFFF80;
display: inline;
}

#footer2{
margin: 10px 0;
}

#footer2 a{
display: inline;
padding: 2px;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.imgbox{
	margin: 2px;
	padding: 5px;
	border: 1px solid black;
	background: #BABABA;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.vip{
	background: #9A1E18;
	font-size: 18px;
	line-height: 1.2em;
	color: white;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	
}

.boxtitle{
	background: #4351A3;
	color: white;
	text-align: left;
	font-size: 12px;
	border-radius: 10px;
	-moz-border-radius: 10px;

}

.boxtitle a, .boxtitle p{
	margin: 0;
	padding: 10px 0 10px 5px;
	display:block;
	color: #FFFFFF;
}

.boxtitle a:hover{
	background: #9A1E18;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;

}


.r0, .r1 {
	font-size: 12px;
	text-align: left;
	padding: 2px 3px;
}

.r0 {
	background: #CACFD7;
}

.box {
	margin: 5px 1px 2px 1px;
	padding: 1px;
	border: 1px solid #999999;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.offer .box:hover {
	background: #efefef;
}

.offer .box:hover .r0{
	background: #d0d0d0;
}

#hideshow {
	visibility : hidden; 
	position: absolute;
	padding: 5px;
	top: 10px;
	left: 200px;
	border: 1px solid black;
	background: #E0E0E0;
}

.Filter select {
	width: 160px;
}

.curency {
	font-size: 11px;
	line-height: 1em;
	text-align: left;
}

.curency .first_row {
	font-weight: bold;
	background: #AAAAAA;
	font-size: 13px;
}

.curency tr td {
	padding: 6px 3px;
}

#links_2 {
	text-align: center;
}


#links_2 a {
	display: inline;
	margin: 0;
}

#links_2 img {
	margin: 4px;
	padding: 1px;
	background-color: #999999;
}

.table_list h3{
	margin-top: 0;
}

.table_list tr td{
	padding: 10px 2px;
}

.table_list tr {
	border-bottom: 1px dotted #999999;
}
