/*
  To create a new color theme, replace the colors:
  
    #B4161A with the color for hyperlinks
  and 
    #971B1E with the background color for the top navigation bar
  and
    #990000 for the color of page headings


  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    

*/

#title h1 a:link, #title h1 a:visited
{
    text-decoration: none;
    color: #B4161A;
}

a:link, a:visited, #search a:visited, th a:visited
{
    font-size:12px;
    color: #B4161A;
}

#title h1
{
    color: #B4161A;
}

#color_bar
{
   /* background: #971B1E;*/
}

h3
{
    color: #990000;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/


body
{
    font-family: tahoma, arial,Verdana,Helvetica,sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    background: #FFFFFF url(images/background_main.png) repeat-x top;
    height:100%;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

.none
{
    display: none;
}

#title h1
{
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

.item_list h3, .item_list h4, .item_list h5, .item_list h6
{
    font-size: 1em;
    font-weight: normal;
}

/* begin main layout divs */

#title
{
    border: solid 0px #FF0000;
    height: 95px;
    width: 780px;
    padding-top: 0px;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background: url(images/logo.png) no-repeat;
}

#nav_header
{
    margin: 0 auto;
    border: solid 0px #FF0000;
    /*background: url(images/logo.png) no-repeat;*/
    line-height: normal;
    width: 780px;
    height: 40px;
}
#nav_htop
{
    margin: 0px;
    border: solid 0px #00FF00;
    line-height: normal;
    width: 780px;
    height: 65px;
}
#nav_hbottom
{
    margin: 3px auto;
    border: solid 0px #000000;
    line-height: normal;
    color : White;
    height: 20px;
    float: right;
    color : White;
    font-size: 10px;
    padding-right : 20px;
}
#nav_hbottom a
{
    color : White;
    font-size: 10px;
    font-weight: bold;
    background: url(images/seperator.png) no-repeat left top;
    padding: 4px 0px 4px 20px;
    display: inline-block;
}

#nav_header ul
{
    margin: 0;
    padding: 0px 0;
    list-style: none;
    float: right;
    /*background: url(images/nav_top_filler.gif) repeat-x left top;*/
}
#nav_header li
{
    float: left;
    /*background: url(images/nav_top_left.gif) no-repeat left top;*/
    margin: 0;
    padding: 0;
}
#nav_header a
{ 
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight:  normal;
    float: left;
    display: block;
    margin-bottom: 0px;
    /*background: url(images/nav_top_right.gif) no-repeat right top;*/
    padding: 20px 20px 3px 0px;
}

#nav_header a span
{
    border-bottom: #ccc 1px solid;
    padding-bottom: 2px; /* hide the underline in normal state, required for hover effect in IE */
}

#nav_header a:hover span
{
    border-bottom: #c0c0c0 1px solid;
    padding-bottom: 0px;
}

#color_bar
{    
    font-size: 10px;
    border:solid 0px #0000FF;
    font-weight: bold;
    width: 750px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    height: 27px;
    padding-top: 0px;
    color: #555555;
}

#crumbs
{
    font-size: 11px;
    color: #555555;
    height: 25px;
    width: 753px;
    padding-right: 15px;
    padding-left: 10px;
    vertical-align: middle;
    border-right: 1px solid #F0F0DF;
    border-left: 1px solid #F9F9F8;
    background: #FEFEFE url(images/logo.png) repeat-x bottom;
    margin: 0px auto 0px;
}

#crumbs h2, #crumbs h3
{
    font-size: 10px;
    display: inline;
}

#crumbs_search
{
    float: left;
    font-size: 11px;
    padding-left:150px;
    border:1px solid #C0C0C0; 
    padding-left:4px; 
    padding-right:4px; 
    padding-top:1px; 
    padding-bottom:1px;      
}

#whats_new
{
    float: right;
    font-size: 10px;
    font-weight:bold;
    width: 280px;
    text-align: right;
}

#crumbs p
{
    display: inline;
    vertical-align: middle;
}

#crumbs .search_box
{
    margin: 0px;
    padding: 0px;
    height: 15px;
    font-size: 11px;
    width: 170px;
    border:1px solid #C0C0C0;    
}

#crumbs #category_select
{
    margin: 0px;
    padding: 0px;
    height: 17px;
    font-size: 11px;
    width: 170px;
}

#crumbs select
{
    padding: 0px;
    height: 18px;
    font-size: 10px;
    width: 160px;
    margin-top: 2px;
}

#crumbs a
{
    font-size:11px;
}

#crumbs .submit, #crumbs .go
{
    margin: 0px;
    padding: 0px;
    height: 18px;
    font-size: 10px;
    margin-top: 0px;
    border:1px solid #C0C0C0;   
}

#crumbs_text
{
    padding-top: 5px;
    padding-left:150px;
}

input .submit
{
    font-size: 11px;
    width: 70px;
}

#nav_browse
{
    float: right;
}

#nav_login
{
    padding: 5px 0px 0px 10px;
    float: right;
}

#nav_login a
{
    font-size:10px;
}

#body
{
    width: 778px;
    height:100%;
    border-left: 1px solid #F9F9F8;
    border-right: 1px solid #F0F0DF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F9F9F8;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background: #FEFEFE;
}

#teaser
{   
    margin-right:10px;
    border: solid 0px #000000;
    background: #FEFEFE;
    float: right;
}

#col_main_left
{
    width: 200px;
    float: left;
    padding-left:2px;
    min-height:310px;
    border: solid 0px;
}

#col_main_left h2 h3
{
    color:#7F4728;
}

#col_main_right
{
    border-left: 3px solid #DFDCCB;
    margin-left: 200px;
   /* border-right: 1px solid #FAF7D8;*/
    background: #FEFEFE;
    min-height:310px;
}

#col_main_right_default
{
    border: 0px solid #DFDCCB;
    margin-left: 200px;
    margin-top: 200px;
   /* border-right: 1px solid #FAF7D8;*/
    background: #FEFEFE;
    min-height:190px;
}

#col_right
{
    font-size:12px;
    padding-left:10px;
    padding-right:10px;
}

#col_left
{
    color: #7F4728;
    padding: 10px;
    font-size: 0.8em;
    float: left;
    width: 180px;
    /*background: url(images/background_user_assist.jpg) repeat-x top;*/
    
}

#content
{
    width: 739px;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #B6B3A6;
    padding: 20px;
}

#FastSearch
{
   font:9px;
}

#content .display_left
{
    margin-top: -20px;
}

#content_header
{
    font-size: 0.8em;
    color: #000000;
    height: 129px;
    width: 177px;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
}

#content_header ul
{
    list-style-position: outside;
    margin-top: 10px;
    list-style-image: url(images/ul_bullet.gif);
}

#content_header li
{
    list-style-position: outside;
    margin-left: -17px;
}

#content_header h2, #content_header h3
{
    display: inline;
    font-weight: bold;
    font-size: 1em;
}

#featured_item
{
    height: 200px;
    width: 176px;
    border-top: solid 1px #F9F9F8;
    border-right: solid 1px #F0F0DF;
    border-bottom: solid 1px #F0F0DF;
    border-left: solid 1px #F9F9F8;
    text-align: center;
    padding: 8px;
    font-size: 0.8em;
    margin-top:15px;
    margin-bottom: 3px;
    margin-right: 0px;
    /*background: #DCDACE url(images/background_feature.jpg) repeat-x top;*/
}

#featured_item h2
{
   color:white;
   background:#990000;
   padding:4px;
}

#recent_item_text
{
    width:184px;
    height: 60px;
    border: solid 0px #F9F9F8;
    vertical-align:middle;
    padding:10px 2px 0px 2px;
}

#recent_item_text h4
{
   font-size:14px;
   color:#333333;
   padding:0px;  
   margin:0px;  
}

#recent_item_text a:link, #recent_item_text a:visited, #recent_item_text a:active
{
    font-size:12px;
    text-decoration:underline;
    color:Navy;
}

#recent_item_text a:hover
{
    font-size:12px;
    text-decoration:none;
    color:Navy;
}

#recent_item_photo
{
    width:184px;
    min-height: 105px;
    border: solid 1px #F9F9F8;
    vertical-align: middle;
    padding:10px 2px 10px 2px;
}

.display_left #featured_item
{
    width: 160px;
    font-size: 1em;
}


#featured_item h2
{
    font-size: 1em;
    font-weight: bold;
    display: inline;
}

.row1 a:link img, .row2 a:link img, .display_left a:link img, #featured_item a:link img
{
    border: 1px solid #666;
}

.row1 a:visited img, .row2 a:visited img, .display_left a:visited img, #featured_item a:visited img
{
    border: 1px solid #666;
}



#announcements
{
    font-size: 0.8em;
    padding: 10px;
    height: 100%;
    background: #FEFEFE;
}

#announcements ul
{
    margin-top: 0px;
}

#announcements li
{
    list-style-position: outside;
    list-style-image: url(images/ul_arrow.gif);
    margin-bottom: 15px;
    margin-left: -24px;
}

#user_assistance
{
    color: #7F4728;
    padding: 10px;
    font-size: 0.8em;
    float: left;
    width: 180px;
    min-height:310px;
   /* background: url(images/background_user_assist.jpg) repeat-x top;*/
}

#user_assistance h2, #user_assistance h3
{
    color: #000000;
    font-size: 1em;
}

.post_title
{
    margin: 0px;
}

.post_dollars
{
    width: 50px;
}

.post_floor
{
    width: 50px;
}

#post_cents
{
    width: 25px;
}

.post_url, .post_title, .post_description
{
    width: 300px;
}

.post_description
{
    height: 55px;
}

.section
{
    padding: 10px;
    height: 17px;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 2px solid #E4E2D5;
    margin-bottom: 0px;
}

h3.section
{
    font-size: 1.2em;
}

h2.recent
{
    font-size:14px;
    font-weight: bold;    
    padding : 6px;
    border-bottom: 2px solid #b30202;
    margin: 0px 4px 2px 4px;   
}

.content_right
{
    padding: 10px;
    font-size: 0.8em;
}

.content_right form, .content_right fieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}

.content_right legend
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.content_right td, .category_browse td
{
    padding-right: 20px;
}

.category_browse td h4
{
    font-size: 1em;
    display: inline;
}

.category_browse td h4 a:link, .category_browse td h4 a:visited
{
    text-decoration: none;
    color: #000000;
}

.category_browse td h4 a:hover, .category_browse td h4 a:active
{
    text-decoration: underline;
}

.category_browse td ul a:link, .category_browse td ul a:visited
{
    text-decoration: none;
}

.category_browse td ul a:hover, .category_browse td ul a:active
{
    text-decoration: underline;
}

.category_browse td ul
{
    list-style-position: outside;
    margin-top: 10px;
    list-style-image: url(images/ul_bullet.gif);
}

.category_browse td li, .category_browse td li
{
    list-style-position: outside;
    margin-left: -17px;
}

#search_n_browse
{
    height: 149px;
    width: 566px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    border: 0px solid #CAC7B8;
}

#SearchButton
{
    float:right;
    height:30px;
    text-align:right;
}

#search_n_no_browse
{
    height: 139px;
    width: 288px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    background: #E1DFCF;
}

#search_n_browse div#search
{
    float: left;
   /* background: url(images/background_search.jpg) #d6d3c4 repeat-x;*/
}

#search_n_browse div#browse
{
    float: right;
    /*background: url(images/background_search.jpg) #d6d3c4 repeat-x;*/
}

#search a
{
    font-size: 11px;
}

#search legend, #browse legend
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

#search select, #search .search_box, #browse select, #browse ul
{
    font-size: 11px;
    margin-top: 2px;
}

#search select, #search .search_box
{
    width: 240px;
}

#browse select
{
    width: 195px;
    vertical-align: middle;
    border: none;
    display:inline;
}

#search 
{
    height: 145px;
    width: 345px;
    padding: 5px 10px 10px;
    margin-right:3px;
}

#browse
{
    height: 145px;
    width: 175px;
    border:solid 0px;
    padding: 5px 10px 10px;
    margin-right:3px;
}

#search form, #browse form
{
    display: inline;
    border: none;
}

#search .search_box, #search select
{
    margin-bottom: 2px;
}

/* begin admin panel (similar to search boxes) */
#admin_panel
{
    width: 577px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    font-size: .7em;
}
#admin_panel div
{
    clear: both;
    padding-top: 5px;
}

#admin_panel #query span.input_label
{
    float: left;
    text-align: right;
    width: 70px;
}


#admin_panel #query input
{
    width: 170px;
}

#admin_panel #query select
{
    width: 175px;
}

#admin_panel #status span.input_label
{
    float: left;
    text-align: right;
    width: 100px;
}

#admin_panel #status select
{
    width: 145px;
}

#admin_panel #status input
{
    width: 145px;
}

#admin_panel span.input_control
{
    float: right;
    text-align: left;
}

#admin_panel div#query
{
    float: left;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel div#status
{
    float: right;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel #query a
{
    font-size: 11px;
}

#admin_panel #query legend, #admin_panel #status legend
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

#admin_panel #query select, #admin_panel #query .search_box, #admin_panel #status select, #admin_panel #status ul
{
    font-size: 11px;
    margin-top: 2px;
}

#admin_panel #query select, #admin_panel #query .search_box
{
    /* width: 290px; */
}

#admin_panel #status select
{
    /* width: 190px; */
    vertical-align: middle;
    border: none;
    display: inline;
}

#admin_panel #query, #admin_panel #status
{
    height: 185px;
    width: 265px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #A29F93;
    border-bottom-color: #A29F93;
    border-left-color: #FFFFFF;
    background: repeat-x top;
    padding: 7px 10px 10px;
}

.login_box input.text
{
    width: 150px;
}

input.user_info
{
    width: 200px;
}

input.register_password
{
    width: 100px;
}

input.register_phone
{
    width: 80px;
}

input.register_question
{
    width: 250px;
}

input.register_question, input.register_phone, input.register_password, input.user_info
{
    font-size:11px;
    color: #555555;
    border:1px solid #C0C0C0; 
    padding-left:4px; 
    padding-right:4px; 
    padding-top:1px; 
    padding-bottom:1px;   
}

/* begin item grid */


#item_images
{
    text-align: center;
    float: left;
    width: 161px;
    clear: none;
}

.item_list
{
    width: 100%;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.item_list th
{
    height: 25px;
    background: url(images/background_table_row.gif) repeat-x center;
}

.item_list a
{
    font-size:11px;
}

.item_list_footer
{
    height: 20px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    background: #FAF9F5;
}

.item_list_footer li
{
    list-style-type: none;
    white-space: nowrap;
    display: inline;
    margin: 0px 3px;
}

.item_list_footer ul
{
    margin: 0;
    padding: 0;
}

.display_left
{
    text-align: center;
    float: left;
    clear: none;
    font-size: .8em;
}


.display_right
{
    text-align: left;
    padding-left: 181px;
    font-size: .8em;
}

.display_right#ad_details h3, .display_right#ad_details h4, .display_right#ad_details h5
{
    text-align: left;
    font-size: 1.1em;
    padding: 10px;
    display: block;
    background: #E5E2CC;
    border:solid 1px;
}

.display_right#ad_details h5.action
{
    padding: 5px 10px;
    font-size: 0.9em;
}


/* begin footer */

#footer
{
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    width: 740px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #FFFFFF;
    text-align: center;
    background: #75746E url(images/background_nav_footer.jpg);
}

#footer_nav
{
    width: 100%;
}

#footer_nav a
{
    font-size:10px;
    list-style-type: none;
    white-space: nowrap;
    display:inline-block;
    margin: 0px 10px 0px 0px;
    text-decoration: underline;
}

#nav_login a, #nav_browse a, #crumbs a
{
    color: #555555;
}
#footer_nav a
{
    color: #FFFFFF;
}

#footerdisc
{
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#disclaimer 
{
    font-size: 0.6em;
    color: #888679;
    text-align: center;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

#disclaimer a
{
    font-size: 9px;    
}

/* begin classes */

legend.select_category
{
    display: inline;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_type, .col_location, .col_category, .col_general, .col_checkbox
{
    text-align: center;
}

.col_price
{
    text-align: right;
    padding-right:3px;
}
.col_title
{
    text-align: left;
    width: 255px;
}

#ad_details td.col_heading
{
    color: #7F4728;
    vertical-align: top;
}

#ad_details td.col_detail
{
    padding-left: 10px;
}

#ad_details .ad_description_text td.col_detail
{
    font-weight: bold;
}

.ad_description_text
{
    padding-top: 20px;
}



.col_checkbox, .col_photo_nopreview
{
    width: 30px;
}

.row1
{
 background-color:#FEFEFE;
}

.row1, .row2
{
    height: 60px;
}

.row2
{
    background: url(images/background_table_row.gif) repeat-x top;
}

.small_text
{
    font-size: 0.8em;
    color: #666666;
    font-weight: normal;
}

.normal_weight
{
    font-weight: normal;
}


tr.new_section
{
    padding-top: 1em;
}

p.new_section
{
    margin-top: 1em;
}

td.SearchTable, td.Contact
{
    font-size: 12px;
    color: #333333;
    text-align: left;
    text-indent: 3px;
}

td.ContactHeader
{
    font-size: 12px;
    font-weight:bold;
    color: #555555;
}

input.Contact
{
    font-size: 11px;
    color: #555555;
    height:15px;
    border:1px solid #C0C0C0; 
    padding: 2px 4px 2px 4px;      
}
textarea.Contact
{
    color: #555555;
    height: 100px;
    Width: 280px;
    border:1px solid #C0C0C0; 
    padding: 2px 4px 2px 4px;   
}

input.BButton
{
    font-size: 11px;
    color: #555555;
    height:20px; 
    border:1px solid #C0C0C0; 
    padding:1px;
}

.col_admin
{
    font-size:11px;
    text-align:center;
}
.col_admin_telephone
{
    text-align:left;
    width:10%;
}
.col_admin_button
{
    text-align:center;
    width:5%;
}
.col_admin_email
{
    text-align:left;
    width:15%;
}

.col_admin_name
{
    text-align:left;
    width:25%;
}

a:link.col_admin_link, a:active.col_admin_link, a:visited.col_admin_link
{
    font-size:11px;
    color:#B4161A;
    text-decoration:underline;
}

textarea, input, select 
{
    border:1px solid #C0C0C0; 
    padding: 2px 4px 2px 4px; 
    color: #555555;  
}

textarea, input , th, td, select 
{
    font-family: tahoma, arial,Verdana,Helvetica,sans-serif;
    font-size:11px;
}   

th
{
    text-align:left;
}

.DropdownLookTable
{ 
	padding:0px;
	border-collapse:collapse;
	border: solid 1px #000000; 
}

.DropDownLook
{
	/*padding:0px;
	border:solid 1px;*/
}

.DivClose
{
	display:none;
	position:absolute;
	width:145px;
	height:220px;
	border-style:solid;
	border-color:#C6C3B6; 
	border-width:1px;
	background-color:#C6C3B6;
	text-align:center;
	cursor:hand;
}

.LabelClose
{
	vertical-align:bottom; 
	position:absolute;
	bottom:5px;
	font-family:Verdana;
}

.DivCheckBoxList
{
	display:none;
	background-color:White;
	width:146px;
	position:absolute;
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-style:solid;
	border-color:#C6C3B6; 
	border-width:1px;
}

.CheckBoxList
{
	position:relative;
	width:146px;
	height:8px; 
	overflow:hidden;
	font-size:11px;
	color:#555555;
}
input.txtSelectedMLValues
{
    color:#555555;
    width:125px;
    border:1px solid #C0C0C0; 
    padding: 1px 4px 1px 4px;
    height:15px;  
}

input.ShowHideButton
{
    font-family:Webdings; 
    font-size:12px; 
    width:18px;
    height:19px;
    margin-top:1px;
    border:1px solid #C0C0C0; 
    padding:0px 1px 1px;    
}

.txtDiv
{
    width:130px;
    float:left; 
}

.btnDiv
{
    width:20px; 
    float:right;
    border:solid 0px #00ff00;
}
.chkDiv
{
     width:150px; 
     border:solid 0px #0000FF;
}

button
{
    border:1px solid #C0C0C0; 
    padding:1px;    
}

.browse_list
{
    border:5px solid #FF0000; 
    padding:5px; 
    Width:190px;
    Height: 110px; 
    background-color:#FFFFFF;
}

#Ad_Properties
{
    width: 130px; 
    float: right; 
    border: solid 1px #EEEEEE; 
    padding: 0px 2px 0px 2px;
    min-height: 170px
}

.PhotoPanel
{
    padding-top:10px;
    position:absolute;
    margin-left:150px;
    width:480px;
    background-color:#FEFEFE;
    border-top: solid 2px #F9F9F8;
    border-right: solid 2px #F0F0DF;
    border-bottom: solid 2px #F0F0DF;
    border-left: solid 2px #F9F9F8;
    text-align:center;
    z-index:200;
}

.EmailPanel
{
    position:absolute;
    margin-left:150px;
    width:480px;
    background-color:#FEFEFE;
    border-top: solid 2px #F9F9F8;
    border-right: solid 2px #F0F0DF;
    border-bottom: solid 2px #F0F0DF;
    border-left: solid 2px #F9F9F8;
    padding:10px 20px 10px 20px;  
    font-size:12px;
    font-weight:bold;
    z-index:200;
}

.EmailPanel h5.action
{
    padding: 5px 10px;
    font-size: 14px;
    padding: 10px;
    display: block;
    background: #E5E2CC;
    border: solid 1px #990000; 
    color: #991200;   
}

.filter
{
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color:#110000; 
}