/* Framework */
body {
	margin: 0px;
	padding: 0px;
	background: url("../img/sys/wallpaper.jpg") center center;
	height: 100%;
	text-align: center;
	background-attachment: fixed;
	cursor: default;
}
#frame_table {
	margin: 20px auto 0px auto;
	width: 1000px;
	text-align: left;
}
#left_col {
	vertical-align: top;
	width: 200px;
}
#center_col {
	vertical-align: top;
	width: 600px;
	text-align: justify;
	padding: 0px 10px;
}
#right_col {
	display:none;
}
#fullright_col {
	vertical-align: top;
	width: 800px;
	text-align: justify;
	padding: 0px 10px;
}
#footer {
	width: 100%;
	background: url("../img/sys/transparent.png");
	padding: 5px 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif, courier;
	font-size: 9pt;
}
#footer a {
	color: #000;
}
img {
	border: 0px;
}
/* Content and Modules */
.block {
	background: url("../img/sys/transparent.png");
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-family: verdana, arial, sans-serif, courier;
	font-size: 10pt;
	line-height: 10pt;
}
.content {
	line-height: 16pt;
}
.content p {
	margin: 0px;
	padding: 6px;
}
.content img {
	margin: 3px 8px;
}
.center {
	text-align: center;
}
.block_title {
	font-size: 12pt;
	font-family: arial, sans-serif, courier;
	font-weight: bold;
	text-align: left;
}
.block_title span {
	color: #f00;
}
.red {
	color: #f00;
	font-style: italic;
}

/* Slideshow */
#slideshowlink {
	display: none;
}

/* WeatherBug Width Fix */
.wXbody {
	display: none;
}

/* Units List */
#units_list {
	width: 100%;
	cursor: pointer;
}
#units_list .cell_thumb {
	vertical-align: top;
	width: 10%;
}
#units_list .cell_title {
	vertical-align: top;
	width: 80%;
}
.cell_title a {
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#units_list .cell_price {
	vertical-align: top;
	width: 10%;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

#left_col .block {
	display: none;
}
/* Unit View */
#unit_details {
	width: 100%;
}
#unit_details .unit_default img {
	height: 155px;
	margin: 0px;
	padding: 0px;
}
/* Brands Table */
#brands_table {
	width: 100%;
}
#brands_table .brands td {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
}
#brands_table td {
	width: 149px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-bottom: 2px solid #aaa;
}
#brands_table a {
	display: block;
	color: #000;
	padding: 4px 6px;
	text-decoration: none;
}
#brands_table a:hover {
	color: #f00;
}
#brands_table .noborder td {
	border: 0px solid #fff;
}
