a:link {color: #236395;	text-decoration: none;}
a:visited {color: #236395;text-decoration: none;}
a:hover {color: #236395;text-decoration: underline;}

a img {
	border:0px;	
}

body { 
	font-size: 70%; 
	font-family: "Verdana", "Arial", "sans-serif";
	margin: 0px; 
}

html body {
	margin: 15px;
	background-color: #333;
} 

div, table, td {
	font-size: 12px;
}

#tabs div {
	 font-size:12px;
}

p {
	padding: .2em;
	font-weight: normal;
}

.ui-widget {
	padding: .3em;
}

.site-header {
	padding: .5em;
}

h1 {padding:0px; margin:0px; font-size: 12px;}
h2 {padding:0px; margin:0px; font-size: 12px; font-weight: normal;}

.navbar {
	color:white;
	font-weight:bold;
	width:100%;
	padding-left:10px;
	font-size: 10px;	
}

a.white:link {color: white;text-decoration: none;}
a.white:visited {color: white;text-decoration: none;}
a.white:hover {color: white;text-decoration: underline;}

.body {
	width:100%;
	height:100%;
	border:0px;	
}

.menu {
	padding:4px;
	width:100%;
	border: 1px solid white;
}

.content {
	height:100%;
}

.content-hp {
	height:100%;
}

.content-title{
	background-color: #E6F4FD;
	color: #236395; 
	font-weight: bold;
	padding:5px;
	text-transform:uppercase;
}

.content-subtitle{
	background-color: #236395;
	color: white; 
	padding:2px;
	text-align:right;
	font-size:10px;
}

.news {
	background-color:#EAEAEA;	
	padding:10px;
	padding-top:20px;
}

.news-title{
	color: #1F5C8E; 
	font-weight: bold
}

.context {
	padding:10px;
	text-align:left;
	background-color : #EAEAEA;
}

.context-white {
	padding:10px;
	text-align:left;
	background-color : white;
}

.context td, .contexthp td {
		font-size: 10px;	
}

.contexthp {
	width:245px;
}

.context-title {
	background-color:#236395;
	color:white;
	padding:5px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}

.header {
	color:black;
	text-align:right;
	font-size:14px;
}

.header a:link {color: black;}
.header a:visited {color: black;}
.header a:hover {color: #ABABAB; text-decoration: none;}

.header-top {
	color:black;
	font-size: 11px;
	text-align:right;
}

.header-top a:link {color: #ABABAB;}
.header-top a:visited {color: #ABABAB;}
.header-top a:hover {color: black;text-decoration: none;}

.footer {
	color:black;
	font-size: 11px;
	border-top: 1px solid black; 
	padding:5px;
	padding-left:20px;
	padding-right:20px;	
}

.footer td {
	font-size: 11px;
}

.footer a:link {color: #ABABAB;}
.footer a:visited {color: #ABABAB;}
.footer a:hover {color: black;text-decoration: none;}

.offer-box {
	padding:10px;
	width:280px;
	height:100%;
	background-color: #E6F4FD;
	text-align:left;
}

.offer-box-full {
	padding:10px;
	background-color: #E6F4FD;
	text-align:left;
}

.offer-box-title {
	padding-left:5px;
	padding-bottom:5px;
	color: #236395;
	border-bottom: 1px solid #236395;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.offer-box-spec {
	padding-left:20px;
	font-size:12px;
	background: url(/images/dot-00.gif) .5em 50% no-repeat;	
}

.offer-box-price {
	background: #FF7D3F;
	color:white;
	font-size:14px;
	font-weight:bold;
	width:100px;
	text-align:center;
	padding:1px;
	height:100%;
}

.offer-box-details {
	text-align:center;
	padding-left:15px;
	height:100%;
}

.highlight {
	border:1px solid #EEEEEE; 
	width: 100%;
}

.highlight th {
	background-color: #7B9BBD;
	color: white;
	font-size : 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
	height: 22px;	
}

.even {
	background-color: white;
	height: 22px;
}

.odd {
	background-color: #EEEEEE;
	height: 22px;
}

.rowhigh {
    background-color: #C1FFC1;
}

.center {
	text-align:center;
}







/* lavamenu */
#lavamenu {
	font: bold 14px arial;
	text-transform: uppercase;
	position:relative;
	padding: 1px;
	margin: 0px 0;
	overflow: hidden;
}
#lavamenu li {
	float: left;
	list-style: none;
}
#lavamenu li.backLava {
	background-color:#7B9BBD;
	width: 9px;
	position: absolute;
}
#lavamenu li a {
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 5px;
	z-index: 10;
	display: block;
	position: relative;
	margin: auto 5px;
}