/**
 * Iframe Results CSS
 *
 * Styles the iframeresults template
 *
 * Software for 68 Classifieds - Adept Marketing S.A.R.L.
 *
 * @author David Seymour
 * @copyright Copyright (c) 2009, TemplateCodes.com (Adept Marketing S.A.R.L.) All Rights Reserved.
 * @link http://www.templatecodes.com
 * @package Iframe Module
 * @category CSS
 * @version 1.01
 * @internal For use with 68C v4.1.1 - 4.1.x
 * @internal PHP5 or greater
 */


		body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
		font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color:#222;
        background:#e8e8e8;
    }
    
    img {
		outline:none;
		border:none;
	}
	
	a {
    	color:#9d9d9d;
    	text-decoration:none;
	}
	a:active {
		outline:none;
	}
	
	a:link,
	a:visited,
	a:active {
		color:#666;
	}
	a:hover {
		color:#000;
		background:none;
		text-decoration:none;
	}
   
  	
	th {
		border-bottom:2px solid #ddd;
		padding:0;
	}
	th a:link,
	th a:visited {
		color:#222;
		text-decoration:none;
	}
	th a:hover {
		color:#006699;
		text-decoration:underline;
	}
	a.sortheader, th {
		color:#222;
		font-weight:bold;
		font-size:12px;
		text-align:left;
		line-height:1.4em;
	}
	
	table,
	table.main {
		border:none;
		background-color:#FFFFFF;
		border-collapse:collapse;
		font-size:12px;
	}
	table,table.main tr td{
		line-height:14px;
	}
	table.norm tr td {
		line-height:14px;
		padding-top:5px; 
	}

	.tableborder {
		margin:10px 0;
		padding:0;
		width:100%;
	}
	table.main tr td {
		padding:5px;
	}
	table.main a {
		font-size:12px;
		text-decoration:none;
	}
	table.main a img {
		vertical-align:middle;
	}
		
	td.featured {
		background:url("../images/featured_bg.gif") repeat-x left -30px;
	}
	td.bold {
		font-weight:bold;
	}
	
	td.highlighted {
		background:url("../images/highlight_bg.gif") repeat-x left -30px;
	}
	.pageNav a {
		text-decoration:none;
	}
	table.pagination {
		text-align:right;
		background-color:#ccc;
		color:#333333;
		font:bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
		border:1px solid #ccc;
	}
	.paginationNum {
		background-color:#FFFFFF;
		color:#333333;
	}
	.navigationBack {
		background-color:#eaeaea;
		color:#000;
		white-space:nowrap;
	}
	.pageNav td {
		padding:4px;
	}

	
