body, td, th{
	font-family:  Tahoma, Arial, sans-serif;
	font-size: 11px;
}

body{
	background-color: #ffffff;
	text-align: center;
	color: #222222;
}

/**/

a{
	color: #0083fe;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border-width: 0px;
}

ul{
	padding: 0px 0px 0px 0px;
}

li{
	list-style-type: square;
	margin-left: 14px;
	margin-bottom: 6px;
}

ul ul{
	margin-left: 14px;
}

div.main{
	position: relative;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 140px;
	text-align: left;
	background: #f2f2f4 url("/img/layout/bg_main.gif") repeat-y top left;
}

div.footer{
	clear: both;
	height: 16px;
	text-align: left;
	background: #f2f2f4 url("/img/layout/bg_footer.gif") no-repeat top left;
}

div.suggestions{
	display: none;
}

div.suggestions div{
	padding: 0px 12px 0px 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}


/**/

div.rightWrapper{
	width: 744px;
	float: right
}

div.left{
	width: 250px;
	color: #595959;
	padding-top: 6px;
}

div.center{
	float: left;
	width: 494px;
	padding-top: 0px;
}

div.right{
	float: left;
	width: 250px;
	padding-top: 6px;
	color: #595959;
}

/**/

div.box hr{
	display: block;
	margin: 0px 6px 6px 6px;
	border-top: 1px solid #e5e5e8;
	border-bottom: 1px solid #f8f8f9;
	border-left-width: 0px;
	border-right-width: 0px;
}

div.box div.label{
	background: #e4e4e6 url("/img/layout/bg_box_title.gif") repeat-x left center;
	padding: 4px 8px 4px 8px;
	margin: 0px 6px 6px 6px;
	font-weight: bold;
	color: #58585a;
	border-top: 1px solid #f8f8f9;
	border-left: 1px solid #f8f8f9;
	border-right: 1px solid #e0e0e3;
	border-bottom: 1px solid #e0e0e3;
}

div.box div.article{
	background: transparent url("/img/layout/bg_article.gif") no-repeat 2px 0px;
	margin: 0px 6px 6px 6px;
	padding-left: 20px;
	padding-top: 1px;
}

div.box div.article a.title{
}

div.box div.article span.lid{
	cursor: default;
}

div.box span.text,
div.box div.text{
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px 6px 6px 6px;
}

div.box button.add{
	font-family: inherit;
	font-size: 11px;
}

div.box div.location, 
div.box div.tag{
	padding-bottom: 6px;
	margin: 0px 6px 4px 6px;
	background: transparent url("/img/layout/bg_hr.gif") repeat-x left bottom;
}

div.box div.location a{
	padding-left: 17px;
	background: transparent url("/img/layout/bg_location.gif") no-repeat 2px 3px;
}

div.box div.tag a{
	padding-left: 17px;
	background: transparent url("/img/layout/bg_tag.gif") no-repeat 0px 1px;
}

div.box small{
	padding-left: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

div.box div.navigationTop{
	background: transparent url("/img/layout/bg_navigation_top.gif") no-repeat left top;
	padding-top: 2px;
	margin-bottom: 4px;
}

div.box div.navigationBottom{
	background: transparent url("/img/layout/bg_navigation_bottom.gif") no-repeat left bottom;
	padding-bottom: 5px;
	padding-top: 1px;
	padding-left: 8px;
}

div.box div.navigationMiddle{
	background: transparent url("/img/layout/bg_navigation.gif") repeat-y left top;
	padding-left: 7px;
}

div.box div.navigationBottom select{
	width: 180px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

div.box div.navigationBottom select.unselected{
	background-color: #fafafc;
	color: #555555;
	border-width: 1px;
}

table.navigation{
	border-collapse: collapse;
	margin-bottom: 6px;
}

table.navigation td{
	padding: 0px 4px 1px 0px;
	vertical-align: middle;
}

table.navigation td.label{
	color: #570255;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 1px;
}

/* center */

div.breadcrumbs{
	padding: 10px 16px 10px 16px;
	margin-left: 1px;
	margin-right: 1px;
	background: url("/img/layout/bg_breadcrumbs.gif") repeat-x left top;
}

h1, h2, h3{
	margin: 0px 0px 0px 0px;
}

h1, h2{
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

h2{
	padding-left: 17px;
	background: url("/img/layout/bg_h2.gif") no-repeat 2px 3px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

p,
div.paragraph{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

q{
	padding: 12px 0px 12px 24px;
	font-style: italic;
	display: block; 
}


/* header */

div.header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

div.menu{
	background: url("/img/layout/bg_menu.gif") repeat-x left top;
	height: 40px;
	padding-left: 8px;
}

a.menuItem, 
a.menuItemSelected{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	height: 40px;
	font-weight: bold;
}

a.menuItem{
	color: #ffffff;
	background: transparent url("/img/layout/bg_menu_item_unselected.gif") no-repeat right top;
	padding-right: 10px;
}

a.menuItemSelected{
	color: #222222;
	background: transparent url("/img/layout/bg_menu_item.gif") repeat-x left top;
}

a.menuItem span, 
a.menuItemSelected span{
	display: block;
	padding-top: 10px;
}

/* listing */

div.center{
	line-height: 1.3em;
}

div.center div.text{
	margin: 0px 17px 6px 17px;
}

div.listingItem{
	margin: 0px 6px 6px 6px;
}

div.listingItem div.label{
	height: 23px;
	background: transparent url("/img/layout/bg_label.gif") no-repeat left top;
	padding-left: 11px;
	padding-right: 11px;
}

div.listingItem div.label div.left, 
div.listingItem div.label div.right{
	padding-top: 5px;
	width: auto;
	line-height: normal;
}

div.listingItem div.label div.left{
	float: left; 
}

div.listingItem div.label div.right{
	float: right; 
	text-align: right;
}

div.listingItem div.border{
	background: transparent url("/img/layout/bg_item.gif") repeat-y left top;
	border-top: 1px solid #b0b0b1; 
	border-bottom: 1px solid #b0b0b1;
}

div.listingItem div.content{
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

div.listingItem div.data{
	padding-bottom: 12px;
	padding-top: 12px;
	float: left;
	width: 286px;
	/*
	font-size: 11px;
	font-family: Verdana;
	*/
}

div.listingItem div.logo{
	float: right;
	width: 148px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

div.listingItem div.logo a,
div.listingItem div.logo span{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.listingItem div.logo a img, 
div.listingItem div.logo span img{
	display: block;
}
div.detailsContainer div.content #map_canvas{
	color: #000000;
}

div.listingItem div.description{
	padding-bottom: 12px;
	padding-top: 12px;	
}

div.paginatorContainer{
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold;
}