﻿/**********************************************************************************
=Global
**********************************************************************************/

html, body {
	border:0;
	margin:0;
	padding:0;
	font-size: 100%; }

table{ font-size: 100%; }

body {
    color: #000000;
	font-family : arial, Helvetica, sans-serif;
	font-size: 75%;
 }


.clear 	{ clear:both; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

	/* WinIE7 only */
	*:first-child+html .clearfix {
		height:1%;
	}
	
	/* WinIE6 and below */
	/*¥*/
	* html .clearfix {
		height:1%;
	}

	/**/
	/* MacIE only */
	/*¥*//*/
	.clearfix{
		display:inline-table;
	}
	/**/
	
.left 	{ float:left!important; }
.right 	{ float:right!important; }

.b 	{ font-weight:bold; }
.i 	{ font-style:italic; }

.top {vertical-align:top;}
.bottom{vertical-align:bottom;}

.nobrk  { white-space : nowrap; }

.error {
	background: #FFD0CF url(../images/icons/error.gif) center no-repeat;
	background-position: 15px 50%;
	border-top: 2px solid #FF443F;
	border-bottom: 2px solid #FF443F;
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin:0 0 5px 0;
	display:block;
	}
	
#divError 
{
    color: Red;  
}

/**********************************************************************************
=Common
**********************************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;}
	
h4
{
    color:#636328;
    text-transform:uppercase;
    font-size:1.2em;
}
    h4 a{color:#636328;font-size:1em;text-decoration:none;}
    h4 a:hover{text-decoration:underline;}

h5
{
    font-size:1em;
    margin:8px 0 3px 0;}
   
p  {
    margin:0 0 10px 0;
	padding:0;}

ul {padding:0; margin:10px 0;}

ul
{
    list-style-type:none;
}

ul li
{
    padding:2px 0 2px 15px;
}

img {	border:0;}

    .thumb
    {
        border:1px solid #4B6C78;
    }


/**********************************************************************************
=Text
**********************************************************************************/

.text{
font-size : 1em;
font-weight:bold;}

.smalltext{
font-size : 1em;
color: #000000;}

.liltext{
font-size : 0.9em;
color: #000000;}

.head{
font-size : 1.2em;
font-weight : bold;
color: #003399;}

.title{
font-weight : bold;
font-size : 1.27em;
color: #FFFFFF;}

.grey
{
    text-transform:uppercase;
}

.orange
{
    color:#DA4501;
    font-weight:bold;
    font-size:1.09em;
    text-transform:uppercase;
}
    th.orange{font-size:1em;}

.blue
{
    color:#238FD8;
    font-weight:bold;
    font-size:1em;
    text-transform:uppercase;
}

/**********************************************************************************
=Links
**********************************************************************************/
a
{
    color:#572675;
    font-weight : bold;
}

a.flip{
	font-weight : bold;
	text-decoration: underline;
	color: #0099CC;}

a.flip:hover{
	font-weight : bold;
	text-decoration: none;
	color: #0099CC;}
	
a.add, .arrow, .arrow_del, .arrow_back
{
    color:#572675;
    font-weight : bold;
    border:0;
    background:url(../images/b_arrow.gif) no-repeat left;
    overflow:visible;
    padding:0 0 0 25px;
    height:25px;line-height:25px;
    text-decoration:none;
	float:left;
    display:inline;
    cursor:pointer;
}
    .arrow_del{background:url(../images/b_arrow_delete.gif) no-repeat left;color:#BF4839;margin:0 10px 0 0;}
    .arrow_back{background:url(../images/b_arrow_back.gif) no-repeat right; padding:0 25px 0 0;}
    
    a.add:hover, .arrow:hover, .arrow_del:hover, .arrow_back:hover{text-decoration:underline;}
  
    a.add
    {
        margin:8px 0 5px 0;
        float:left;
        clear:both;
    }
	
/**********************************************************************************
=Forms 
**********************************************************************************/

form {	margin:0;
	padding:0;
	display:inline;}

input, select, textarea 
{
    font-size:1em;
    font-family: arial, Helvetica, sans-serif;
    margin:0;
    }

input.i90{
	width : 90px;}
	
input.i50{
	width : 50px;}

input.i167{
	width : 163px;
	clear:both;}	
	*:first-child+html input.i167 {
		width:161px;
	}
	/*¥*/
	* html input.i167 {
		width:161px;
	}

select.s100{
	width : 100%;
	clear:both;}

textarea.t250
{
    width:250px;
    height:100px;
}
	
textarea.t400{
	width : 400px;
	height:100px;
	}

.req
{
    color:Red;
}

/**********************************************************************************
=Tables 
**********************************************************************************/

table {
    border:0;
	margin:0;
	padding:0;}

	td.tdSubCatList
	{
	    color:#91A4AB;
	    border:1px solid #91A4AB;
	    background:#DFE9EB;  
	    width:33%; 
	    padding:10px;
	    text-align:center;
	}


/**********************************************************************************
=Layout
**********************************************************************************/

#container
{
    width:990px;
    margin:0 auto;
    background:url(../images/bg.gif) repeat-y;
}

	#wrap_top
	{
		margin:0 auto;
		background:url(../images/bg_top.gif) top left no-repeat;
	}
	
	#wrap_bottom
	{
		margin:0 auto;
		background:url(../images/bg_btm.gif) bottom left no-repeat;
		padding:9px 6px;
	}
	
	#wrap_border
	{
		border:2px solid #FFFFFF;
	}

#header
{
    font-size:1em;
    padding:0px;
	text-align:left;
	height:98px;
	background:#411062;
}

#nav
{
    list-style-type:none;
    height:38px;
    padding:0;
    margin:2px 0 0 0;
    background:url(../images/nav_bg.gif) repeat-x top left;
    text-transform:uppercase;
    font-weight:bold;
    clear:both;
}
    #nav li
    {
        float:left;
        list-style-type:none;
        background:none;
        padding:0;
        border-right:2px solid #FFFFFF;
    }
    #nav li a
    {
        display:block;
        height:38px;
        line-height:28px;
        padding:0px 10px;
        color:#FFFFFF;
        text-decoration:uppercase;
        width:auto;
        float:left;
        text-decoration:none;
    }
    #nav li a:hover
    {
        background:url(../images/nav_hover.gif) repeat-x top left;
    }
    #nav li.selected a
    {
        background:url(../images/nav_sel.gif) repeat-x top left;
    }

#strapline, h2.sub
{
	margin-top:0;
	padding-top:0;
	color:#572675;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

#strapline
{
    background:url(../images/divider.gif) no-repeat bottom left;
	padding-bottom:10px;
	margin-bottom:5px;
	text-align:center;
}

.search_title
{
   background:url(../images/h_carsearch.gif) no-repeat top left;
   height:32px;
   width:166px;
   color:#FFFFFF;
   text-align:right;
   padding:15px 10px 5px 10px;
   text-transform:uppercase;
   line-height:1em;
   font-size:1.2em;
}
    .search_title span
    {
        color:#E2C8EE;
        font-size:1.2em;
        line-height:0.8em;
        display:block;
    }


#car_search, #left
{
	margin-top:2px;
    width:186px;
    float:left;
}

    #car_search div
    {
        border:1px solid #602871;
        padding:8px 8px 0;
    }
    
    #car_search label
    {
        color:#4B156B;
        font-size:0.9em;
        text-transform:uppercase;
        font-weight:bold;
        text-align:left;
        display:block;
        margin:8px 0 0px;
    }
    
    #car_search select
    {
        width:166px;
    }
    
    #car_search input
    {
        width:162px;
    }

    
    #car_search .submit
    {
        margin:15px 0;
        clear:both;
        width:62px;
        float:right;
    }
    
    #car_search .tbl_atoz
    {
        width:100%;
    }
         #car_search .tbl_atoz td{text-align:center;}
         #car_search .tbl_atoz a.selected{color:#8A9411;}
    
    .button
    {
        float:left;
        clear:left;
        margin:2px 0 0;
    }
    
    #dealer_info
    {
        border:1px solid #D0D0A1;
        width:184px;
        margin:2px 0 0;
        background:#EFEFE0;
        float:left;
        clear:both;
    }
    
        #dealer_info h3
        {
            width:145px;
            padding:15px 0 0 36px;
            background:url(../images/h_dealerinfo.gif) no-repeat left top;
            height:auto!important;
            height:55px;
            min-height:55px;
            text-align:right;
            color:#96965E;
            text-transform:uppercase;
        }
    
        #dealer_info a
        {
            clear:both;
            float:left;
            background:url(../images/b_searchbox.gif) no-repeat right top;
            color:#FFFFFF;
            height:21px;line-height:20px;
            width:160px;
            text-decoration:none;
            text-transform:uppercase;
            font-size:0.8em;
            font-weight:bold;
            text-align:right;
            padding-right:24px;
            margin:2px 0 0;
        }
             #dealer_info a:hover{background:url(../images/b_searchbox_hover.gif) no-repeat right top;}
             
       
.maincontent
{
	float:left;
    text-align:left;
    margin-left:8px;
    width:650px;
    padding:0 0 10px 0;
}

.inner_content
{
	float:left;
    text-align:left;
    margin: 8px 0 8px 0;
    width:650px;
}

.maincontentfullwidth
{
    float:left;
    text-align:left;
    margin-left:8px;
    width:840px;
    margin:0;   
}

#tblEmails .header {
	font-size:1.1em;
	color:#572675;
	font-weight:bold;
}

#tblEmails .details TD {
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
}
	
#tblEmails TH {
	padding-top:10px;
	font-size:1.4em;
	color:#636328;
}

    #content_container
    {
        clear:both;
        width:635px;
        padding:10px 0 0 0;
        margin-left:8px;
    }

.dealerMenu {
	font-size:1.05em;
	padding-left:3px;
	padding-top:10px;
	}

.dealerMenu a {
	text-decoration:none;
	}
	
.dealerMenu a:hover {
	text-decoration:underline;
	}

.dataList
{
	width:650px;
	border:solid 2px #F1F1EC;
	margin-bottom:10px;
}

.dlHeader
{
	background-image:url("../images/bg_list_heading.gif");
	padding: 5px 0 5px 20px;
	color:#572675;
}

.dlItem
{
	background-color:#FDFDE4;
	padding-left:8px;
	padding-top:2px;
	padding:2px 0 2px 8px;
}

	
.grey
{
	background:#F3F3EE;
}
#footer
{
    background:#ECEAB5;
    border-top:2px solid #FFFFFF;
    color:#5C6926;
    padding:9px 10px 0;
    text-align:left;
    text-transform:uppercase;
    color:#748a92;
    height:22px;
    clear:both;
    font-size:0.9em;
}		
    #footer span{color:#5A5A26;}
	#footer a{float:left;color:#5A5A26;margin-left:300px;}
	#footer div{float:right;}	
	#footer div a
	{
	    float:none;
	    margin:0 6px;
	}
	#footer div a:hover{text-decoration:none;}
	
	
.title
{
    background:url(../images/bg_title.gif) no-repeat;
    width:626px;
    height:91px;
    padding:11px;
    float:left;
}
    .title h1 
    {
        float:left;
        text-align:right;
        width:508px;
        height:71px;
        font-weight:normal;
        margin-right:7px;
        padding:10px;
        background:#FDFDE4;
        
        color:#95965C;
        font-size:1.5em;
    }
        .title h1 span
        {
            color:#B4B486;
            font-size:1.3em;
            display:block;
            margin-top:-8px;
        }

    .title img
    {
        float:left;
    }

#classified.title h1
{
    width:608px;
    color:#B4B486;
    line-height:0.9em;
    background:#FDFDE4 url(../images/h_classified.gif) left no-repeat;
}

    #classified.title h1 span.year
    {
        color:#411062;
        font-size:0.7em;
        font-weight:bold;
        line-height:1.9em;
    }
    
    #classified.title h1 span.make
    {
        color:#95965C;
        font-size:0.7em;
        font-weight:bold;
        text-transform:uppercase;
        line-height:1em;
    }
    

.gridHead {
    font-size : 1.15em;
    color:#572675;
    font-weight:bold;
    text-align:left; 
    padding:0 0 5px 0;
}
    .gridHead a {
        text-decoration: none;
        color: #5E784C;}
    .gridHead a:hover {
        text-decoration: underline;}
 
.listPanel{margin:0 0 10px 0;width:638px;}      
.listPanel h3,.h3
{
    padding:0;margin:0;
    color:#636328;
    font-size:1.2em;
    height:29px;line-height:29px;
}

.listPanel ul
{
    padding:0 0 14px 0;margin:3px 0 0 0;
    display:block;
    list-style-type:none;
}
    
    .listPanel ul li, .listPanel tr td
    {
         border-bottom:2px dotted #9F78AF;
         padding:10px 0 10px 0;
    }
    
    .listPanel a, .listPanel .alt a, .listPanel tr td h4
    {
        color:#84931E;
        text-decoration:none;
        font-size:1em;
        text-transform:none;
    }
        .listPanel a:hover{text-decoration:underline;}
    
	.listpanel img {
		margin-left:5px;
		border:1px solid #9E9CC0;
		margin-bottom:12px;
		margin-top:5px;
	}
	
	.listpanelborder {
		border-bottom:2px dotted #9F78AF;
		width:605px;
		}
	
	.dealerHeader {
		font-size:1em;
		text-decoration:none;
		color:#84931E;
		}
		
	.dealerComment {
		font-size:1em;
		text-decoration:none;
		}
		
.make_block
{
    border:2px solid #DBDBB5;
    background:#FDFDE4;
    padding:14px;
    margin:0 0 12px 0;
    color:#4B156B;
}
    	
/**********************************************************************************
=Rennab Blocks
**********************************************************************************/

#slot_1
{
	padding:0;
	background:#411062;
	height:94px;line-height:94px;
	padding-top:4px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    float:left;
}
    #slot_1 img {
        vertical-align:middle;
    }

    * html .#slot_1 {
        font-size:88.69px;/*height multipled by 0.905*/
    }

#slot_2
{
	float:left;
	padding:3px 0 5px 8px;
}
        
/**********************************************************************************
=Homepage
**********************************************************************************/
.home_block
{
    background:url(../images/bg_homeblock.gif) no-repeat;
    padding:11px;
    width:802px;
    height:138px;
    margin:8px 0 3px 0px;
}
    #popular_makes.home_block
    {
        background:url(../images/bg_homeblock_makes.gif) no-repeat;
        height:168px;
    }
    .home_block h2
    {
        float:left;
        display:block;
        height:50px;
        padding-top:88px;
        width:104px;
        padding-right:5px;
        background:url(../images/bg_homeblock_title.gif) repeat-x;
        margin-right:6px;
        color:#DFFBBE;
        font-weight:normal;
        text-align:right;
        font-size:2.2em;
        text-transform:uppercase;
    }
        #popular_makes.home_block h2
        {
            padding-top:118px;
            background:url(../images/bg_homeblock_makes_title.gif) repeat-x;
        }
        .home_block h2 span
        {
            color:#FFFFFF;
            font-size:0.5em;
            font-weight:bold;
            line-height:1em;
            vertical-align:top;
        }
    
    .home_block .body
    {
        background:#F1F5DC;
        float:left;
        height:128px;
        padding: 5px 10px 5px 10px;
        width:630px;
        overflow:hidden;
    }
        #popular_makes.home_block .body
        {
            padding:5px;
            height:158px;
        }
    
     .home_block .body p
     {
        padding:0;
        color:#8F9F44;
        font-weight:bold;}
    
    .date
    {
        color:#96965E;
        font-weight:bold;
        font-size:1.1em;
    }
    
    .post
    {
        color:#8F9F44;
        font-size:1.2em;
    }
        #post0, #post1{height:30px;margin:0 10px 0 0;padding:10px 0;}
        #post0{border-bottom:2px #D3D3B2 dotted;}
    
    #pscroller1, #pscroller2
    {
        height: 128px;
    }
    
#recently_added
{
    width:650px;
}

.tblMakes td
{
    padding-right:10px;
}
    
.car
{
    width:120px;
    height:140px;
    background:url(../images/bg_recentadd.gif) no-repeat top left;
    float:left;
    padding:10px 16px;
    margin:0 5px 0 4px;
    color:#425F14;
    line-height:1em;
}
    .car .photo
    {
        width:118px;
        height:88px;
        margin:0 0 4px;
    }
    
    .car h2
    {
        font-size:0.9em;
        text-transform:uppercase;
        color:#320B5A;
        float:left;
    }
    .car p
    {
        float:left;
        width:90px;
        clear:both;
        font-size:0.8em;
        line-height:1.4em;
    }
    .car p a
    {
        float:left;
    }
    
    .car span.year
    {
        clear:none;
        float:right;
        color:#6D6D6D;
        font-weight:bold;
        font-size:1em;
    }
    .car a.button
    {
        float:right;
        clear:right;
        margin-top:10px;
    }
    
    
.seo
{
    padding:11px;
    background:url(../images/bg_seo.gif) no-repeat top left;
    width:237px;
    height:297px;
    float:left;
    margin-left:17px;
}
    .seo h3
    {
        padding:8px 0 0 26px;margin:0;
        color:#6F5097;
        text-transform:uppercase;
        font-size:1em;
        background:url(../images/bg_seo_head.gif) repeat-x top left;
        height:29px;line-height:20px;
    }
    
    .seo ul
    {
        padding:0 0 14px 0;margin:3px 0 0 0;
        display:block;
        background:#FDFDE4;
        list-style-type:none;
    }
        .seo ul li
        {
             background:url(../images/bullet_seo.gif) no-repeat left;
             margin-left:10px;
             padding-left:15px;
        }
    .seo a
    {
        text-transform:uppercase;
        color:#6D8039;
        text-decoration:none;
    }
        .seo a:hover{text-decoration:underline;}
 
p.seo_text
{
    padding:5px 0;
    background:none;
    width:800px;
    float:none;
    height:auto;
    margin-left:20px;
}       
        
table.table_related
{
    border: 1px solid #999999;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
}
    table.table_related th {
        background-color: #CCCCCC;
        padding: 5px 4px 2px 4px; 
        font-size: 1.2em;
        border-bottom: solid 1px #999999;
    }
    table.table_related td {
        padding: 2px 4px 2px 4px; 
        background-color: #EEEEEE;
        font-size: 1em;
        border-bottom: solid 1px #999999;
    }
    
#links
{
    text-align:center;
    background:url(../images/bg_links.gif) no-repeat top left;
    height:41px;line-height:41px;
    float:left;
    width:647px;
}

#details
{
  background:url(../images/bg_details.gif) no-repeat top left;
  float:left;
  clear:both;
  width:628px;
  height:359px;
  padding:11px;
  margin:0 0 10px 0;
}  
    #tblDetails
    {
        float:left;
        background:#FDFDE4;
        height:359px;
        width:320px;
        margin-right:6px;
    }
    
    #tblDetails th
    {
        color:#7E7F7C;
        text-transform:uppercase;
        padding:0 0 0 10px;
    }
    
    #photos img
    {
        border:1px solid #919187;
    }
    
    #photos td
    {
        padding:5px 4px 0 4px;
    }

#description
{
    margin:0 0 10px 8px;
    padding:0 0 20px 0;
    border-bottom:2px dotted #D3D3B2;
}

#related_ads, #currency{
    float:left;
    margin:0 0 0 8px;
}
    #related_ads h3, #currency h3
    {
        color:#6D8039;
        font-size:1.8em;
        font-weight:normal;
        text-transform:uppercase;
        line-height:0.8em;
        margin:0 0 10px 0;
    }
    
    #related_ads h3 span, #currency h3 span
    {
        color:#556724;
        display:block;
        font-size:0.7em;
        font-weight:bold;
    }
    
   #related_ads .relatedad
   {
    background:url(../images/bg_relatedad.gif) no-repeat; 
    width:296px;
    height:128px;
    padding:12px;
   }
    #related_ads .relatedad div
    {
        background:#F6FAEC;
        margin:0 0 5px 0;
        float:left;
        width:296px;
    }
        #related_ads .relatedad div img{float:right;}
        #related_ads .relatedad div .relad_title
        {
            float:right;
            text-decoration:none;
            font-size:0.9em;
            color:#404032;
            text-align:right;
            margin:5px 10px 0 0;
            width:200px;
        }
        #related_ads .relatedad div .relad_title .make{font-size:1.1em;text-transform:uppercase;display:block;color:#4F5600;}
        #related_ads .relatedad div .relad_title .year{font-size:1.1em;text-transform:uppercase;color:#96965E;}
        
        #related_ads .relatedad .desc{float:left;font-size:0.8em;width:220px;}
        #related_ads .relatedad .price{float:right;color:#6120A2;font-weight:bold;}
        #related_ads .relatedad .more{float:right;clear:right;margin:10px 0 0 0;}
    
/**********************************************************************************
=Modal Popup
**********************************************************************************/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/**********************************************************************************
=iBox
**********************************************************************************/	
 #pop_overlay
 {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #EDEFF5;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8;
 }
 * html #pop_overlay{position:absolute;}
 
 #pop_container
 {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
 }

 #pop_inner
 {
      display: block;
      width: 500px;
      height: auto;
      position:absolute;
      top:120px;
      left:50%;
      margin:0 0 0 -250px;
      padding:20px;
      background: #FFFFFF;
      border: 2px solid #D8E1E3;
      text-align: left;
 }

/**********************************************************************************
=Events
**********************************************************************************/

.event_month
{
	height:38px;
	margin:2px 0 5px 0;
	text-align:center;
    vertical-align:middle;
    background:url(../images/nav_bg.gif) repeat-x top left;
    color:White;
    text-transform:uppercase;
    font-weight:bold;
    clear:both;
}

.eventtext
{
	color:#572675;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	padding:5px 0 5px 5px;
}

/**********************************************************************************
=Price
**********************************************************************************/

.priceList
{
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FDFDE4;
	color:#572675;
}

	.priceList_heading{color:#8D9C5F;text-transform:uppercase}

/**********************************************************************************
=Callout
**********************************************************************************/

.callout
{
	background-color:#FDFDE4;
	color:#99997E;
	width:400px;
	height:150px;
}

.callout_title
{
	background:url(../images/bg_callout.gif) repeat-x top left;
	width:125px;
	height:115px;
	color:#FDFDE4;
	padding:55px 5px;
	margin:10px 0 10px 10px;
	font-weight:lighter;
	text-align:right;
	font-size:xx-large;
	text-transform:uppercase;
	letter-spacing:1px;
	float:left;
}
	.callout_title span{font-size:50%}
	
.callout_body
{
	margin:10px 10px 0 140px	;
	padding-left:10px;
	font-size:small;
}

.callout_date
{
	font-size:medium;
}

.callout_name
{
	font-size:medium;
	font-weight:bold;
}

	.callout a
	{
		float:right;
		vertical-align:bottom;
		margin:0 10px 10px 0;
	}
	
/**********************************************************************************
=Octane Classifieds
**********************************************************************************/
.makelist
{
    width:174px;
    clear:both;
    float:left;
    border:1px solid #543367;
    padding:5px;
    margin:10px 0 0 0;
    text-align:justify;
}

.makelist a
{
    color:#4B156B;
    font-size:0.8em;
}

.classified
{
    clear:both;
    padding:10px 10px;
    float:left;
    clear:both;
    border-bottom:2px dotted #9F78AF;
    width:615px;
}
    .classified a, .listTitle
    {
        color:#84931E;
        text-decoration:none;
        font-weight:bold;
    }

    .classified .content
    {
        width:440px;
        margin-left:10px;
        margin-right:10px;
        float:left;
    }
    
    .classified .right
    {
        float:left;
        width:70px;
    }


#searchtable
{
	background-color:white;
	color:#99997E;
	border-style:solid;
	border-width:1px;
	border-color:#602871;
	font-size:12px;
	font-weight:bold;
	width:630px; 
    padding:5px;
    margin:10px 10px 10px 0;
}
    #searchtable table td
    {
        padding-right:7px;
    font-weight:bold;
    }
    #searchtable table select, #searchtable table input
    {
        width:100%;        
    }
    #searchtable table .submit
    {
        width:auto;
        float:right;
        margin:10px 0 0 0;        
    }

.LatestAds, .SearchResults
{
 width:480px;
 float:left;
}
    .SearchResults{width:630px;margin:0 10px;}
.LatestAdsTable, .SearchResultsTable
{
 background-color:#FDFDE4;
 border-style:solid;
 width:240px;
 margin-right:8px;
 margin-bottom:8px;
}
    .SearchResultsTable{width:315px;margin-right:0;}
.thumbnail
{
	border:3px solid #FFFFFF;
	width:70px;
	height:50px;
	margin:0px;
	display:block;
}
   
#contact_form th, #contact_form td, .form th, .form td
{
    color:#000000;
    font-size:12px;
    padding:0 10px 4px 0;
}
   #contact_form th, .form th{color:#565656;vertical-align:top;}    
   #contact_form label, .form label{margin-left:5px;}
   
   /*For Validators*/
   #contact_form table th, #contact_form table td, .form table th, .form table td 
   {
    padding:0;
   }
    
#detail_right
{
    width:300px;
    float:left;
}
    
    .Details_LatestAd
    {
        width:100%;
    }
    .Details_LatestAd table
    {
		background-color:#FDFDE4;
        width:100%;
        margin-bottom:6px;
    }
        .Details_LatestAd table td
        {
            padding:4px;
        }

.i320
{
    width:320px;
	font-family:Arial;
}

#login
{
    border:1px solid #602871;
    width:280px;
    padding:0 10px;
    height:auto!important;
    height:211px;
    min-height:211px;
}

#loginContainer
{
	width:772px;
	text-align:center;
	padding:10px 0;
}
table.login
{
 border-style:solid;
 border-width:8px;
 border-color:#E0DFE3;
 background-color:#FDFDE4;
 margin:0 auto;
 float:left;
 padding:4px;
 margin-left:auto;
 margin-right:auto;
}

.HiddenText label
{
	display:none;
}

/**********************************************************************************
=Photo Table
**********************************************************************************/

.photoTable admin table {
	width:200px;
}

.tdimagebig {
	margin-left:10px;
}

.imgcaption p {
	font-size:1em;
	color:#572675;
	font-weight:bold;
	padding-left:10px;
	padding-right:40px;
}
