
/* geotext stylesheet */
.gtable {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-width:0;
	}
.gtable-c {
	border-width:0;
	}
.gth	{  
	background-color:#ddddff;
	}
	
/* left and right section styles  - make them separate if you don't want the same look left and right */
.gl,.gr	{
	width:150px;
	background-color:#ebefeb;
	text-align:top;
	vertical-align:top;
	padding-top:50px;
	}
	
	
/* center section */
.gc {
	width:600px;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	}
.gf {
	background-color:#ddffdd;
	}
.gc-thumb {	/* ad thumbnail  in text listing */
	text-align:left;
	padding-left:5px;
	width:67px;
	}
.gc-title { /* ad title in text listing */
	width:70%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	}
a.gc-txtlink:hover {
	color:red;
	}
.gc-price {	/* ad price */
	text-align:right;
	padding-left:15px;
	padding-right:10px;
	}
.gc-year {	/* ad year */
	text-align:right;
	padding-right:15px;
	padding-left:10px;
	}
.gc-miles {	/* ad miles */
	text-align:right;
	}
	
	
	
/* this determines the color of the even/odd rows in our listings display */
.even {
	background-color:#eeeeee;
	}
.odd {
	background-color:#ddddff;
	}
	
.admin-th1,.tbl-view-title { 
	background-color:#000066;
	color:#ffffff;
	}
.admin-th2{ 
	background-color:#659acc;
	color:#ffffff; 
	font-size:small;
	}
.admin-tr-even {
	background-color:#f0faff;
	}
	
.tbl-view {
	font-family:arial, sans-serif;
	width:80%;
	text-align:center;
	}
.ad-divider {
	background-color:#659acc;
	color:#ffffff; 
	font-size:small;
	text-align:left;
}
.ad-title {
	background-color:#ee3333;
	color:#ffffff; 
	text-align:center;
	font-weight:bold;
	}
.ad-desc {
	text-align:left;
	}
.ad-info {
	font-size:x-small;
	}
.ad-option-marker {
	background-image:url("images/checkbox_arw.gif");
	background-repeat:no-repeat;
	width:20px;'
}
.tbl-summary {
	text-align:center;
	margin-left:auto; 
	margin-right:auto;
	background-color:#ddddee;
	}