@import "layout.css";
@import "listings.css";
@import "menu.css";
@import "pods.css";
@import "footer.css";
@import "shoppingcart.css";
@import "googlemaps.css";
@import "ajaxcontrols.css";
@import "jquery/autocomplete.css";
@import "jquery/ui.datepicker.css";
@import "jquery/ui.theme.css";
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: default;
	background-color:#FFFFFF;
}
html { 	
	width:100%;
}
div#pagecontainer {
	width:expression(document.body.clientWidth < 1000 ? "990px": "auto"); 
	min-width: 990px;
}
.smalltext { font-size:8pt; }
form {
	display:inline;
}
h1,h2,h3,h4,h5,h6 {	
	font-family: Arial;
}
h1{
	color: #2a74bb;
	font-weight: bold;
	font-size: 17pt;
	letter-spacing:-1px;
	margin: 0px 0px;
	padding-bottom:0px;
	margin-bottom:10px;
	line-height:23pt;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	margin:0px;
	padding-bottom:15px;
}
h3 {
	font-weight: bold;
	letter-spacing:-1px;
	margin: 0px 0px;
	padding-bottom:0px;
	margin-bottom:10px;
	line-height:23pt;
	font-size:14pt;
}
h4{
	color: #0066cc;
	font-weight: bold;
	font-size: 12pt;
	padding:0px;
	margin:0px;
}
h5{
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	padding:0px;
	margin:10px;
}
a{
	outline: none;
	color: #0066cc;
	text-decoration:underline;	
	cursor:pointer;
}
a:hover{
	color: #000;	
	text-decoration:underline;
	cursor:pointer;	
}

a img{
	border: 0;	
	padding:0px;
	margin:0px;
}
a.websitelink:link,
a.websitelink:hover,
a.websitelink:active,
a.websitelink:visited { color: #000000; text-decoration:none; }
div#logo{
	float: left;
	margin-left: 20px;
	margin-top: 23px;
}
div#logo div
{
	font-size:8pt;
    color:#0c5eb1;
	padding-right:3px;
}
div#logo div a, div#logo div a:hover
{
	text-decoration: none;
	color:#0c5eb1;
}
div#search{
	padding: 15px;
	position: relative;
}
div.galleryimg {
	margin:4px;
	border:1px solid #CCC;
	padding:5px;
	float:left;
	height:1%;
	max-height:60px;
	max-width:80px;
	overflow:hidden;
}
div.aboutimg {
	margin:2px;
	border:1px solid #CCC;
	float:left;
	height:1%;
	overflow:hidden;
}
div.img {
	margin:4px;
	border:1px solid #CCC;
	padding:5px;
	height:1%;
	width:80px;
	text-align:center;
	float:none;
	max-height:60px;
	max-width:80px;
}
div.profileimg {
	margin:10px;
	border:1px solid #CCC;
	padding:3px;
	height:1%;
	width:45px;
	float:left;
	max-height:60px;
	max-width:45px;
}
div.imageborder {
	border:1px solid #CCC;
	padding:2px;
	float:left;
	overflow:visible;
}
div.imageborder img, div.imageborder a {
	padding:0px;
	margin:0px;
}
div.centeralign{
	text-align: center;
}
div.nopadding{
	padding: 0;	
}
div.nomargin{
	margin: 0;
}
div.resultsummary {
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	
}
span.active{
	color: #000;	
	font-weight:bold;
}
img.topimg{
	margin-right: 10px;	
	margin-bottom: 10px;
}
img.sideimg{
	margin-bottom: 10px;	
}
ul#footerlayout{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#footerlayout li{
	float: left;	
	padding-left: 5px;
}
ul#sidelinks{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
ul#sidelinks li{
	margin-bottom: 7px;
}
div.vg_banner_rectangol, #vg_banner_rectangol
{
	display:none;
}

a.linkbutton, input.linkbutton{
	display: inline-block;
	padding: 0px 8px;
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 7pt;
	line-height:18px;
	text-decoration: none;
	color: #333;
	background-color: #ddd;
	background-image: url("/system/media/en/images/commonweb/button_bg_grey.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 3px;
}

a.linkbutton:hover, input.linkbutton:hover{
	border: 1px solid #555;
	box-shadow: 0px 0px 2px #777;
	-webkit-box-shadow: 0px 0px 2px #777;
	-moz-box-shadow: 0px 0px 2px #777;
}

a.ratesbutton, input.ratesbutton{
	display: inline-block;
	padding: 0px 8px;
	border: 1px solid #fcb51a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 9pt;
	font-weight:bold;
	line-height:18px;
	text-decoration: none;
	color: #000;
	background-color: #ffcc5c;
	background-image: url("/system/media/en/images/commonweb/button_bg_orange.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 3px;
	cursor:pointer;
}

a.ratesbutton:hover, input.ratesbutton:hover{
	border: 1px solid  #0066FF;
	box-shadow: 0px 0px 2px #777;
	-webkit-box-shadow: 0px 0px 2px #777;
	-moz-box-shadow: 0px 0px 2px #777;
}
