/*
  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
{
	color: #B4161A;
}

#title h1
{
	color: #B4161A;
}

h3
{
	color: #990000;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/
.Pagination_links
{
	margin-left:4px;
}
.Pagination_links:link, .Pagination_links:visited
{
	color: Blue;
}

body
{
	font-family: Arial,Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	/*background: #D8D5C2 url(images/background_main.jpg) repeat-x top;*/
	/*background: #fff repeat-x top; */
	/*background: #d0bd79 repeat-x top;*/
	/*background: #826c42 repeat-x top;*/
}

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
{
	/* height: 24px; */
	height: 145px;
	/*width: 770px;*/
	width: 1000px;
	padding-top: 4px;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
	/*padding-top: 17px;
	padding-left: 10px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	/*background: url(images/background_title.jpg) no-repeat center top;
	background: url(images/WebHeaderWide.gif) no-repeat center top;*/
}

#nav_header
{
	margin: 0 auto;
	background: #75746E url(images/background_nav_top.gif) repeat-x top;
	line-height: normal;
	/*width: 780px;*/
	width: 1000px;
	height: 40px;
}
#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: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(images/nav_top_right.gif) no-repeat right top;
	padding: 13px 25px 13px 15px;
}

#nav_header a span
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 54px; /* hide the underline in normal state, required for hover effect in IE */
}

#nav_header a:hover span
{
	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}

#color_bar
{
	background: #faa819;
	font-size: 10px;
	font-weight: bold;
	/*width: 760px;*/
	width: 980px;
	border-bottom: #ccc 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	padding-top: 13px;
	color: #FFFFFF;
}

.color_bar
{
	/*background: #faa819;*/
	background-color: #000;
	font-size: 10px;
	font-weight: bold;
	width: 980px;
	border-bottom: #ccc 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	padding-top: 13px;
	color: #FFFFFF;
}

#crumbs
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 26px;
	/*width: 760px;*/
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	background: #75746E url(images/background_crumbs.jpg) repeat-x top;
	margin: 0px auto 5px;
}

#crumbs h2, #crumbs h3
{
	font-size: 10px;
	display: inline;
}

#crumbs_search
{
	float: left;
	font-size: 12px;
}

#whats_new
{
	float: right;
	font-size: 12px;
	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;
}

#crumbs #category_select
{
	margin: 0px;
	padding: 0px;
	height: 17px;
	font-size: 11px;
	width: 170px;
}

#crumbs select
{
	padding: 0px;
	height: 17px;
	font-size: 11px;
	width: 160px;
	margin-top: 2px;
}

#crumbs .submit, #crumbs .go
{
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-size: 11px;
	margin-top: 0px;
}

#crumbs_text
{
	padding-top: 5px;
}

input .submit
{
	font-size: 11px;
	width: 70px;
}

#nav_browse, #nav_browse_master
{
	float: right;
}

#nav_login, #nav_login_master
{
	float: left;
}

#body
{
	display: table;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B3A6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: #F7F6F2;
}

#main
{
	width: 1000px;
	padding-right: 18px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

#col_main_left
{
	width: 198px;
	float: left;
	border-right: 3px solid #DFDCCB;
	background: #E1DFCF;
}

#col_main_right
{
	border-left: 3px solid #DFDCCB;
	margin-left: 198px;
	border-right: 1px solid #CAC7B8;
	background: #F7F6F2;
}

#content
{
	width: 969px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6B3A6;*/
	padding-left: 18px;
}

#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-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;
	text-align: center;
	padding: 10px;
	font-size: 0.8em;
	margin-bottom: 3px;
	margin-right: 0px;
	background: #DCDACE url(images/background_feature.jpg) repeat-x top;
}

.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: #F7F6F2;
}

#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: 178px;
	background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#user_assistance h2, #user_assistance h3
{
	color: #000000;
	font-size: 1em;
}
/* copy of above made so it can be used elsewhere in same page */
.userAssistance
{
	color: #7F4728;
	padding: 10px;
	font-size: 0.8em;
	float: left;
	width: 178px;
	background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

.userAssistance h2, .userAssistance h3
{
	color: #000000;
	font-size: 1em;
}
.post_title
{
	margin: 0px;
	padding: 0px;
}

.post_dollars
{
	width: 80px;
}

#post_cents
{
	width: 25px;
}

.post_url, .post_title, .post_description
{
	width: 250px;
}

.post_description
{
	height: 90px;
}

.post_story
{
	width: 500px;
	height: 180px;
}
.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;
}

.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: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.content_right_legend
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
.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;
}

.category_links td h4
{
	font-style:normal;
	font-weight:normal;
	font-size: 9pt;
	display: inline;
}

.category_links td h4 a:link, .category_links td h4 a:visited
{
	text-decoration: none;
	/*color: #1b4c79;
	color: #d0bd79;*/
	color: #000;
}

.category_links td h4 a:hover, .category_links td h4 a:active
{
	text-decoration: underline;
}

.category_links td ul a:link, .category_links td ul a:visited
{
	text-decoration: none;
}

.category_links td ul a:hover, .category_links td ul a:active
{
	text-decoration: underline;
}

.category_links td ul
{
	list-style-position: outside;
	margin-top: 10px;
}

.category_links td li, .category_links td li
{
	list-style-position: outside;
	margin-left: -17px;
}

.nav_links a:link, .nav_links a:visited
{
	/*color:#1b4c79;*/
	color:#000;
	text-decoration: none;
}

.nav_links a:hover, .nav_links a:active
{
	/*color:#1b4c79;*/
	color:#000;
	text-decoration: underline;
}
#search_n_browse
{
	height: 139px;
	width: 577px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: 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_browse.jpg) #d2d4bf 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: 190px;
	vertical-align: middle;
	border: none;
	display: inline;
}

#search, #browse
{
	height: 125px;
	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;
}

#search form, #browse form
{
	display: inline;
	border: none;
}

.searchResult
{
	font-family:Calibri;
	font-size:11.5;
}

#search .search_box, #search select
{
	margin-bottom: 8px;
}

/* 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
{
	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
{
	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_question
{
	width: 250px;
}


/* begin item grid */

#item_images
{
	text-align: center;
	float: left;
	width: 161px;
	clear: none;
}

.item_list
{
	width: 100%;
	font-size: .7em;
	padding-left: 5px;
	padding-right: 5px;
}

.item_list th
{
	height: 25px;
	background: #DEDDD3;
}

.item_list_footer
{
	height: 20px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	background: #DEDDD3;
}

.item_list_footer li
{
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	margin: 0px 3px;
}

.item_list_footer ul
{
	margin: 0;
	padding: 0;
}

/* I created the display_item_left & right for the ShowItem page */
.display_item_left
{
	text-align: center;
	float: left;
	clear: none;
	font-size: .8em;
}
.display_item_right
{
	text-align: left;
	padding-left: 181px;
	font-size: .8em;
}

.display_item_left#ad_details h3, .display_item_left#ad_details h4, .display_item_left#ad_details h5
{
	text-align: left;
	font-size: 1.1em;
	padding: 10px;
	display: block;
	background: #E5E2CC;
}

.display_item_left#ad_details h5.action
{
	padding: 5px 10px;
	font-size: 0.9em;
}

.display_item_item_left
{
	text-align: left;
	padding-left: 600px;
	font-size: .8em;
}

/* The following are the original classes */
.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;
}

.display_right#ad_details h5.action
{
	padding: 5px 10px;
	font-size: 0.9em;
}


/* begin footer */

#footer
{
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 960px;
	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
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
}

#nav_menu a
{
	color: #FFF;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
}
#nav_menu a:hover
{
	color: #000;
	background-color: #FFF;
}
#nav_menu td
{
	padding: 0 20px 0 0;
}
.nav_color_bar
{
	background-color: #000;
	font-size: 10px;
	font-weight: bold;
	width: 990px;
	/*border-bottom: #ccc 1px solid;*/
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 26px;
	padding-top: 2px;
	padding-bottom:2px;
	color: #FFFFFF;
}
.nav_color_bar td
{
	padding: 0 8px 0 0;
}

#nav_login_master a, #nav_browse_master a
{
	color: #FFF;
}
#footer_nav a, #nav_browse a, #crumbs a
{
	/*color: #1b4c79;*/
	color: #000;
}
#nav_login a
{
	color: #d0bd79;
}

#disclaimer
{
	font-size: 0.6em;
	/*color: #888679;*/
	color: #d0bd79;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}


/* begin classes */

legend.select_category
{
	display: inline;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_category, .col_general, .col_checkbox
{
	text-align: center;
	border:none;
}
.col_seller
{
	text-align: center;
	width: 125px;
	border:none;
}
.col_title
{
	text-align: left;
	width: 325px;
	border:none;
}

#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;
	font-size:11pt;
}



.col_checkbox, .col_photo_nopreview
{
	width: 30px;
}


.row1, .row2
{
	height: 60px;
}

.row2
{
	background: #E8E7E1 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;
}


/* new pages layout */
/* new pages layout */
#NewsHeader
{
	height: 145px;
	width: 1000px;
	padding-top: 4px;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#DemarkoSolutionsHeader
{
	height: 145px;
	width: 1000px;
	padding-top: 4px;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background: url(images/CmsStandard-w-S-logo.png) no-repeat center top;
	}
#CmsStandardFooter
{
	/*width: 780px;*/
	height: 145px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 4px;
	/*background-color: #2d1008;*/
	text-align: center;
}
/* added the class so that asp.net panel could use the style settings */
.ASPCmsStandardFooter
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-position:center;
	background-repeat: no-repeat;
	/*background: url(images/CmsStandardFooter.gif);*/
}
#MainContent
{
	width: 1000px;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	/*background: url(images/background_main.jpg) no-repeat center top;*/
}

#LeftNavigation
{
	position: relative;
	width: 195px;
	background-color:Red;
}

#MainContentCenter
{
	position:absolute;
	width: 650px;
	left:200px;
	padding-right:5px;
	background-color:Green;
}
/* new pages layout */


/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto; min-width:144px;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */ 


/* pointer for images that behave as links */
.linkImage:hover { cursor:pointer; }

/* specifications tab */
table.product_details { width: 100%; font-size: 12px; table-layout: fixed; }
table.product_details td { max-width: 530px; word-wrap: break-word; }
table.product_details_cell_head { height: 20px; font-weight: bold; color: #000; }
table.product_details tr td.product_details_cell_head { background-color: #FFFFFF; color: #000; background: transparent; padding: 20px 0 5px 0; border-bottom: 2px solid #CCCCCC; }

/* background color for alternate rows in tables (used for specifications) */
tr.alt td { background: #EFEFEF; }
