/* IMAGE GALLERY */
.gallery {
	background: #fff;
	padding: 11px 10px 13px;
	text-align: center;
	margin: 1px 0 0 0;
}

.gallery img {
	display: inline;
	border: 0;
}

.gallery a {
	display: inline-table;
	margin: 0 14px;
	border: 0;
}

.gallery .sep {
	height: 13px;
}

/* AD DETAILS */
.details {
	margin-top: 8px;
	width: 100%;
	font-size: 14px;
}

.details p {
	margin: 15px 20px 15px 50px;
}

.details table.price {
	clear: left; 
	margin: 8px 20px 10px 50px;
}

.details table.price thead {
	font-size: 14px;
	color: #838383;
}

.details table.price th {
	text-align: left;
	padding-bottom: 6px;
	text-decoration: underline;
}

.details table.price td {
	padding-right: 12px;
}

.details h2 {
	border: none;
	padding-bottom: 8px;
	padding-right: 8px;
}

.details .inner {
	background: white;
	border: 1px solid #CCCCCC;
	padding: 0 0 4px 4px;
	color: #666;
	overflow: hidden;
	height: 1%;
}

.details .row {
	background: url(../images/details.gif) repeat-y;
	border-top: 1px solid gray;
	background: none;
	margin-top: 4px;
	overflow: hidden;
	height: 1%;
}

.details .row label {
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	padding: 10px;
}

.details .row p {
	float: left;
	padding: 1px 20px 0 110px;
	width:100%;
}

.details .row div {
	width: 100%;
	float: left;
	background: #ff0000;
}

.divider {
	color:#999;
	font-weight:bold;
	font-size:9px;
	border-bottom:solid 1px #CCCCCC;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.divider .label {
	display:block;
	float:left;
	/* background needed to white out line */
	background:white;
	font-size: 14px;
	color: #596aa1;
	margin-top: -8px;
	padding: 2px 7px 0 0;
}

.divider .p {
	float: left;
	width:100%;
}

.contact h2 {
	border: none;
	padding-bottom: 9px;
}

.contact h3 {
	font-size: 20px;
	margin-bottom: 14px;
	margin-top: 8px;
	color: #555555;
}

.contact .inner {
	background: #fff;
	border: 6px solid #e8e1d2;
	padding: 12px;
}

.contact textarea {
	width: 213px;
	height: 70px;
	overflow: hidden;
	display: block;
}

.contact label {
	padding-top: 7px;
}

.contact input.text {
	width: 177px;
	padding-bottom: 3px;
}

.contact .last {
	text-align: right;
	padding: 10px 20px 15px 0;
}

.contact .textarea {
	padding-top: 11px;
}

.contact p {
	font-size: 14px;
	line-height: 17px;
	padding-right: 6px;
	margin-bottom: 14px;
}

.contact a {
	font-size: 14px;
}

.content.ad .intro h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 4px;
}

.content.ad .intro {
	border-bottom: none;
	overflow: visible;
}

.content.ad .intro .inner {
	padding-left: 66px;
}

.content.ad .intro p {
	padding-top: 9px;
}

.content.ad .h2 ul {
	padding-left: 8px;
}

.content.ad .h2 ul li {
	background: none;
	padding: 0px 3px 0 0;
}

.column1.c1 .login input.text {
	width: 173px;
}

.btn1 {
	display: block;
	background: url(../images/btn1.gif) no-repeat;
	width: 19px;
	height: 19px;
	overflow: hidden;
	text-indent: -3000px;
	float: right;
	margin: 1px 32px 0 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	clear: both;
}


/* AD FLAGGING */
#flagger {
	width: 124px;
	font-size: 0.8em;
	text-align: left;
}

#flagger h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0;
}

#flagger ul {
	margin-bottom: 0;
}

#flagger li {
	overflow-y: visible;
}

#flagger li a {
	color: #595959;
	display: block;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	margin-left: 6px;
}

#flagger li a:hover {
	font-weight: bold;
}

#flagger li a.selected, #flagger li a.selected:hover {
	color: #bbb;
	text-decoration: line-through;
	font-weight: normal;
	background-position: -100px -100px;
}

/* LINKOUT */
/*
 * ALL LINKOUT CSS TAGS HAD TO GO DIRECTLY INTO 
 * modules/communication/templates/_inquire.php
 * BECAUSE NESTED FRAMES SOMEHOW DOESN'T ALLOW THE
 * CSS FILES TO LOAD CORRECTLY
*/

