/********************************************
   AUTHOR:  			Andy Mathieson 
   WEBSITE:   			http://www.classified-software.co.uk/
   TEMPLATE NAME: 		Suite & Simple
   VERSION:          	1.0          	
 *******************************************/ 

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	/* width: 1264px; REMOVE TO HAVE INFINITE SIZE */
	min-width:  800px;
	margin: 0; 	padding: 0;
	margin-left:auto; margin-right:auto;
	font: normal .70em/1.6em 'Trebuchet MS', Verdana, Helvetica, Arial,Tahoma, sans-serif;
	color: #444;
	border-collapse: collapse;
}

div{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
th{font: bold 1.3em  'Trebuchet MS', Arial, Sans-serif;
	padding: 5px;background: #eee ;color:#17851F;border: 1px solid #000;
}
th a{color:#fc0; text-decoration: underline;}
td{ vertical-align: top;padding:0px;border-collapse: collapse;}

.row1{
     background-color:#fff;
     color : inherit;

}
.row2{
     background-color:#eee;
     color: inherit;
}
.left{text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.justify{text-align: justify;}
.top{vertical-align: top;}
.middle{vertical-align: middle;}
.bottom{vertical-align: bottom;}
img{ border-width: 0px;height: auto; width: auto;}
img.banner_468{border: 2px solid #000;}
form{
	margin: 0px;
	padding: 0px;
}

fieldset{
	 border: 1px solid #7F9DB9;
	 width: 98%;
	 margin: auto;
}

legend
{	font-size: 1.6em; font-weight: bold; color: #333; 
	background-color: #eee;
	margin-left:20px;
	border: 1px solid #7F9DB9;
	padding: 6px 16px;
}
.formright input{
	font: bold 1.1em  'Trebuchet MS', Arial, Sans-serif;
	width: 140px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom :1px;
	margin-bottom: 4px;
	
	border: 1px solid #7F9DB9;
}
.formright select{
	font: bold 1.1em  'Trebuchet MS', Arial, Sans-serif;
	width: 146px;
	border: 1px solid #7F9DB9;
	margin-bottom: 4px;
}
.form_table_button{
	padding-left: 5px;
	padding-right: 5px;
	font: bold 1.1em 'Trebuchet MS', Arial, Sans-serif;
}

.form_table h3 { text-align:center;background-color: #eee;border: 1px solid #17851F;margin-top: 10px;margin-bottom:  5px;}
.form_table{
	font-size: 1.1em; font-weight: bold; color: #000;
	width:100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


.form_table td{
	border-bottom: 1px dashed #ccc;
	width: 50%;vertical-align:middle;
	height: 30px;
}
.formleft{
	padding-right: 10px; 
	text-align: right;
}
.error{ margin:  auto; margin-top:  10px;width:96%;background: #eee; border: 1px solid #b90311; padding: 10px;font: bold 1.1em  'Trebuchet MS', Arial, Sans-serif;color: #000; }

.formright{vertical-align:middle;
	padding-left: 10px; 
	text-align: left;
}
option{ /* Mozilla Firefox Only */
	padding-left: 5px;
	border-bottom:1px dashed #ccc;
}
/* links */
a {
	font: bold 1.0em arial,Tahoma, sans-serif;
	color: #17851F;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #b90311;
	background-color: inherit;	
	text-decoration: underline;
}

a:active{
  	color: #ff6600;
  	background-color: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	margin: 0px;
	padding:0px;
	text-align:justify;		
}
h1 { font-size: 2.8em; font-weight: bold; color: #000; background-color: transparent;} 
h2 { font-size: 1.6em; font-weight: bold; color: #17851F; background-color: transparent; }
h3 { font-size: 1.3em; font-weight: bold; color: #17851F; background-color: transparent;}

p{
	margin: 0;
	padding: 5px;
	text-align:justify;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
img {
	border: none;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #666;
  border: 1px solid #000000;
  color: #ffcc00;	 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
  	background: #444;
	border: 1px solid #fff;	 	
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif; 
	color: #ffcc00;  
}

/* CODE IS 100% FROM HERE */
#wrap{ /* Main Div Wrap */
	width: 98%;
	margin: auto;
	margin-top: 4px;
}
/* 3 Column Main Table In Center Of Page */
#center_table{ 
	width: 100%;
	line-height:20px;
}

#left_column{
	width: 180px;
	padding-right: 8px;
}

#center_column{
}

#right_column{
	width: 180px;
	padding-left: 8px;	
}

#center_table_right_col{ /* Used in Center Column On HomePage*/
	width:168px;
	padding-left:8px;
	border-left: 1px dashed #ccc;
}
/* Element Control */
.element_wrapper{}
.element_input{
	font: bold 1.1em  'Trebuchet MS', Arial, Sans-serif;
	width:  96%;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom :1px;
	margin-bottom: 4px;
	border: 1px solid #7F9DB9;
}

.element_select{
	font: bold 1.1em  'Trebuchet MS', Arial, Sans-serif;
	border: 1px solid #7F9DB9;
	width:  100%;
	margin-bottom: 4px;
}
.element_button_div{
	width:100%;
	text-align:right;
}
.element_button{
	padding-left: 5px;
	padding-right: 5px;
	font: bold 1.1em 'Trebuchet MS', Arial, Sans-serif;
}
.element_header{
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	color: #000;
	padding-left: 36px;
	padding-top: 3px;
	text-align: left;
	height: 30px;
	white-space: nowrap;	
}
.element_body{}
.element_footer{
	padding-top: 3px;
	text-align:center;
}
/* ELEMENTS */

/* Quick Login */
#quick_login_element{}
#quick_login_header{
	background: #fff url(../images/super_mod_images/login_icon.png) no-repeat;
}

/* Search Module Element */
#advanced_search_header{
	background: #fff url(../images/super_mod_images/search_icon.jpg) no-repeat;
}
#localise_search_header{
	background: #fff url(../images/super_mod_images/localise_icon.gif) no-repeat;
}
/* Partner Sites Element */
#site_dropdown_header{
	background: #fff url(../images/super_mod_images/handshake.png) no-repeat;
}

/* Side Links */
#side_links_element{}
#side_links_header{
	background: #fff url(../images/super_mod_images/nav_icon.png) no-repeat;
}

.side_links_full{ /* Wraps around left hand image and Nav Link */
	line-height: 20px;
	padding-bottom:3px;
	padding-top:3px;
	vertical-align: bottom;
	border-bottom:1px dashed #ccc;
}
.side_links_image_span{/* Contains Side Nav Image */
	width:30px;
	display: block;
	float:left;
	text-align:center;
	vertical-align:middle; 
}
.side_links_text_span{ /* Contains Side Nav Link */
	padding-left: 6px;
}

/* News Elements */
.news_article_full{/* Wraps around article title and info (date and time)*/
	background: #fff url(../images/super_mod_images/news_small_icon_grey.png) no-repeat;
	background-position: 7px 5px; 
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:1px dashed #ccc;
	}
.news_article_title{
	padding-left: 36px;
}
.news_article_info{
	padding-left: 36px;
}
/* Latest News Element */
#latest_news_element{}
#latest_news_header{
	background: #fff url(../images/super_mod_images/news_icon.jpg) no-repeat;
}
#latest_news_body{}
#latest_news_footer{}

/* Popular News Element */
#popular_news_element{}
#popular_news_header{
	background: #fff url(../images/super_mod_images/popular_news_icon.jpg) no-repeat;
}
#popular_news_body{}
#popular_news_footer{}

/* Featured-Latest-Top-Column Elements */

/* Featured Column*/
.featured_listings_column_full{ /* Wraps around listing image, title and price*/
	padding: 3px;
	border: 1px solid #333;
	text-align: center;
	margin-bottom: 5px;
}
.featured_listings_column_image_div{}
.featured_listings_column_image{}
.featured_listings_column_title_div{}
.featured_listings_column_price_div{font: bold 1.1em arial,Tahoma, sans-serif;}
#featured_listings_column_header{
	background: #fff url(../images/super_mod_images/featured.png) no-repeat;
}
/* New Listings */
.new_listings_column_full{ /* Wraps around listing image, title and price*/
	padding: 3px;
	border: 1px solid #333;
	text-align: center;
	margin-bottom: 5px;
}
.new_listings_column_image_div{}
.new_listings_column_image{}
.new_listings_column_title_div{}
.new_listings_column_price_div{font: bold 1.1em arial,Tahoma, sans-serif;}
#new_listings_column_header{
	background: #fff url(../images/super_mod_images/icon_new.gif) no-repeat;
}
/* Top Listings */
.top_listings_column_full{ /* Wraps around listing image, title and price*/
	padding: 3px;
	border: 1px solid #333;
	text-align: center;
	margin-bottom: 5px;
}
.top_listings_column_image_div{}
.top_listings_column_image{}
.top_listings_column_title_div{}
.top_listings_column_price_div{font: bold 1.1em arial,Tahoma, sans-serif;}
#top_listings_column_header{
	background: #fff url(../images/super_mod_images/icon_new.gif) no-repeat;
}
/* Category Column*/
#category_column_header{
	background: #fff url(../images/super_mod_images/directory_icon.jpg) no-repeat;
}
.category_column_full{/* Wraps around category image and link*/
	line-height: 20px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: bottom;
	border-bottom:1px dashed #ccc;
}
.category_column_image_span{
	display: block;
	float:left;
	text-align: center;
	vertical-align:middle;
	width:30px;
}


/* ALL OF BELOW TO BE CLEANED UP*/
/* Header Div */
#header_table_frame{
	width:100%;
}
#header_logo_cell{
	width: 100px;
	min-width:100px;
}

#header_details_cell{
	vertical-align: top;
	padding-left: 10px;
}

#header_logo{margin-top: -6px;}
#header_logo2{
	color: #17851F;
}
#header_slogan{
	margin-top: -2px;
	color: #aaa;
}
#header_locale{}
#header_banner_cell{
	width: 468px;
	vertical-align: middle;
}


/* Multi-Site Links */
#multisite_links_element{}
.multisite_links_full{font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	margin-left: 20px;
	padding-top:3px;
	float:left;
	vertical-align: middle;
	height: 15px
	}
#multisite_links_body{}

#multisite_links_header{font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	padding-left: 0px;
	padding-top: 3px;
	height: 15px;
	white-space: normal;
	float: left;}

/* Sub-Site Links */
#subsite_links_element{clear:left;}
.subsite_links_full{font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	margin-left: 20px;
	padding-top:3px;
	float:left;
	vertical-align: middle;
	height: 20px
	}

#subsite_links_header{font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	padding-left: 0px;
	padding-top: 3px;
	height: 20px;
	white-space: nowrap;
	float: left;}

.center_table{
	width:96%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
}
.user_listing_td{
	height: 30px;
	vertical-align: middle;
	padding: 5px;
}

.userindex_image_td{
	padding-left: 10px;
	height:64px;
	width:64px;
}
.userindex_url_td{
	height:64px;
	vertical-align: middle;
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
}

/*showlistings*/
.sl_featured_td{
	padding: 5px;
	background-color: #eee;
	color: #000;
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
}
.sl_featured_content_td{
	padding:5px;letter-spacing:0.2em;
	font:   1em 'Trebuchet MS', Arial, Sans-serif;
}
.sl_featured_loc_td{
	padding-top:5px;
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
}
.sl_normal_content_td{
	padding:5px;
}
 .bold{
	font: bolder 1.4em 'Trebuchet MS', Arial, Sans-serif;
}
.highlighted{
	background-color: #eeffcc;
}

/* Pagination
 * This class handles the appearence of the
 * previous and next section
 *
*/
.pageNav td { padding: 2px 4px 2px 4px; }
.pageNav a { text-decoration: none; }

.pagination{
	text-align: right;
	background-color: #17851F;
	color: #333333;
}
.paginationNum{
	background-color: #FFFFFF;
	color: #333333;
}
.navigationBack{
	background-color: #ddd;
	color: #333;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.navigation{
	font: x-small verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* Checkout System */





/* Glare element to introduced once i find the glare Im after 
.element_div_header_glare{
	position: absolute; z-index: 1;
	height: 30px;
	width:180px;
	background: transparent url(../images/super_mod_images/glare.png) repeat-x center;
}
*/
#background_changer_header{
	background: #fff url(../images/super_mod_images/paintbrush.png) no-repeat;
}