/*--------------------------------------------------------
  THIS IS THE DEFAULT CSS FILE FOR HICKORYCHAIR.COM
--------------------------------------------------------*/

/*--------------------------------------------------------
  Tag Selectors
--------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
}
html, body, p, table, td, th, div, blockquote, dl {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #474943;
 margin: 0 0 0 0:
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-weight: lighter;
	margin: 5px 0;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #666;
	font-weight: lighter;
	margin: 5px 0;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-weight: lighter;
	margin: 5px 0;
}
h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #572502;
	margin: 0;
	padding: 0;
}
h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #572502;
	font-weight: lighter;
	margin: 5px 0;
	padding: 0;
}
ul, ol {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #474943;
}
img {
	border: none;
}
hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	border: 0;
}
/*--------------------------------------------------------
  Pseudo-Class Selectors
--------------------------------------------------------*/

a:link, a:visited {
	color: #474943;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}
/*--------------------------------------------------------
  ID Selectors
--------------------------------------------------------*/
#container {
	width: 792px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#main_holder {
}
#content {
	padding: 10px 6px 0 10px;
	vertical-align: top;/*border: solid 1px #000;*/
}
#article_container_1 {
	border: 2px solid #e5e5e5;
}
#top {
	padding-top: 34px;
	padding-bottom: 29px;
	margin: 0 6px;
}
#top td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top td a {
	color: #572502;
}
/*--------------------------------------------------------
  Top Navigation
--------------------------------------------------------*/
#keyword ul {
	padding: 3px;
	width: 150px;
	border: 1px solid #999;
	font-family: verdana;
arial, sans-serif;
	font-size: 12px;
}
#nav_top {
	margin: 0 6px;
}
a#nav_top_navSee {
	background: #FFF url(../images/nav/top/see_off.gif) no-repeat top left;
	width: 69px;
	height: 29px;
	display: block;
}
a#nav_top_navSee:hover, a#nav_top_navSee.active {
	background: #FFF url(../images/nav/top/see_on.gif) no-repeat top left;
}
a#nav_top_navSee strong {
	display: none;
}
a#nav_top_navLearn {
	background: #FFF url(../images/nav/top/learn_off.gif) no-repeat top left;
	width: 99px;
	height: 29px;
	display: block;
}
a#nav_top_navLearn:hover, a#nav_top_navLearn.active {
	background: #FFF url(../images/nav/top/learn_on.gif) no-repeat top left;
}
a#nav_top_navLearn strong {
	display: none;
}
a#nav_top_navMake {
	background: #FFF url(../images/nav/top/make_off.gif) no-repeat top left;
	width: 89px;
	height: 29px;
	display: block;
}
a#nav_top_navMake:hover, a#nav_top_navMake.active {
	background: #FFF url(../images/nav/top/make_on.gif) no-repeat top left;
}
a#nav_top_navMake strong {
	display: none;
}
a#nav_top_navBuy {
	background: #FFF url(../images/nav/top/buy_off.gif) no-repeat top left;
	width: 84px;
	height: 29px;
	display: block;
}
a#nav_top_navBuy:hover, a#nav_top_navBuy.active {
	background: #FFF url(../images/nav/top/buy_on.gif) no-repeat top left;
}
a#nav_top_navBuy strong {
	display: none;
}
a#nav_top_navAsk {
	background: #FFF url(../images/nav/top/ask_off.gif) no-repeat top left;
	width: 79px;
	height: 29px;
	display: block;
}
a#nav_top_navAsk:hover, a#nav_top_navAsk.active {
	background: #FFF url(../images/nav/top/ask_on.gif) no-repeat top left;
}
a#nav_top_navAsk strong {
	display: none;
}
a#nav_top_navBlog {
	background: #FFF url(../images/nav/top/blog_off.gif) no-repeat top left;
	width: 89px;
	height: 29px;
	display: block;
}
a#nav_top_navBlog:hover, a#nav_top_navBlog.active {
	background: #FFF url(../images/nav/top/blog_on.gif) no-repeat top left;
}
a#nav_top_navBlog strong {
	display: none;
}
#banner_top {
	border: solid 1px #DDD;
	padding: 5px;
}
#nav_sub {
	padding: 12px 6px 0 6px;
	vertical-align: top;
	width: 200px;
}
#image {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
/*--------------------------------------------------------
	Data Table
---------------------------------------------------------*/
.data_table {
	border-collapse: collapse;
	border: solid 1px #FFF;
}
.data_table .cell {
	/* border: solid 1px #DDD; */
	padding: 7px;
	vertical-align: top;
}
/*--------------------------------------------------------
  Class Selectors
--------------------------------------------------------*/

.page_display {
	padding: 10px 6px 0 6px;
	vertical-align: top;
}
.page_display div {
	border: solid 1px #DDD;
	padding: 5px;
}
#breadcrumbs {
	padding: 7px 5px;
	font-family: Verdana;
	font-size: 9px;
	color: #979797;
	text-decoration: none;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 6px 5px 6px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	padding: 0 5px;
	font-family: Verdana;
	font-size: 9px;
	color: #572502;
	text-decoration: underline;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	padding: 0 5px;
	color: #572502;
	text-decoration: none;
}
.title1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 25px;
	text-decoration: none;
}
.title2 {
	font: 9px Verdana;
	color: #626262;
	line-height: 13px;
}
.subtitle1 {
	font: 14px Times New Roman;
	color: #626262;
	text-decoration: italic;
}
.text1 {
	font: 11px Verdana;
	color: #572502;
	line-height: 16px;
}
.text1 a:link, .text1 a:visited {
	color: #8a7966;
}
.text1 a:hover, .text1 a:active, a.text1:hover {
	color: #8a7966;
	text-decoration: underline;
}
.text1_link {
	font: 11px Verdana;
	color: #572502 !important;
}
.text1_black {
	font: 11px Verdana;
	color: #000000;
	line-height: 16px;
}
.text1_black a:link, .text1_black a:visited {
	color: #000000;
}
.text1_black a:hover, .text1_black a:active {
	color: #000000;
	text-decoration: underline;
}
.text1_white {
	font: 11px Verdana;
	color: #ffffff;
	line-height: 16px;
}
.text1_white a:link, .text1_white a:visited {
	color: #ffffff;
}
.text1_white a:hover, .text1_white a:active {
	color: #ffffff;
	text-decoration: underline;
}
.text2 {
	font: 10px Verdana;
	color: #474943;
	line-height: 13px;
}
.text2 a:link, .text2 a:visited {
	color: #9b6b41;
}
.text2 a:hover, .text2 a:active {
	color: #9b6b41;
	text-decoration: underline;
}
.promotext2 {
	font: 10px Verdana;
	color: #572502;
	line-height: 16px;
}
.promotext2 a:link, .promotext2 a:visited {
	color: #572502;
}
.promotext2 a:hover, .text2 a:active {
	color: #572502;
	text-decoration: underline;
}
.text3 {
	font: 11px Verdana;
	color: #000000;
	line-height: 15px;
}
.text3 a:link, .text3 a:visited {
	font-weight: bold;
	color: #000000;
}
.text3 a:hover, .text3 a:active {
	font-weight: bold;
	text-decoration: underline;
}
.text3_white {
	font: 11px Verdana;
	color: #ffffff;
	line-height: 16px;
}
.copyright1 {
	font: 9px Verdana;
	color: #888888;
	line-height: 10px;
}
.imagecaption1 {
	font: 10px Verdana;
	color: #626262;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.inputtext1 {
	font: 9px Verdana;
	color: #8a7966;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	height: 16px;
	line-height: 12px;
}
.inputtext2 {
	font: 10px Verdana;
	color: #8a7966;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	line-height: 12px;
}
.searchfield {
	font: 9px Verdana;
	color: #8a7966;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	height: 12px;
	line-height: 12px;
	width: 158px;
}
.image1 {
	border: 1px solid #e5e5e5;
	padding:5 5 5 5px;
}
.promoimage1 {
	border: 2px solid #e5e5e5;
}
.promoimage1 img {
	float: left;
}
.separator {
	background: #E5E5E5;
	font-size: 1px;
	width: 1px;
}
.topnav1 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #8a7966;
}
.topnav1 a:link, .topnav1 a:visited {
	color: #8a7966;
}
.topnav1 a:hover, .topnav1 a:active {
	color: #8a7966;
	text-decoration: underline;
}
#nav_bottom {
	margin: 0 6px 10px 6px;
}
#nav_bottom td {
	font: 10px Verdana;
	color: #572502;
}
#nav_bottom hr {
	color: #e5e5e5;
	height: 1px;
	margin: 0 6px;
}
.bottomnav1 {
	word-spacing: 10px;
	line-height: 16px;
}
.bottomnav1 a:link, .bottomnav1 a:visited {
	color: #572502;
	word-spacing: normal;
}
.bottomnav1 a:hover, .bottomnav1 a:active {
	color: #572502;
	text-decoration: underline;
}
.form {
}
.form .caption {
	font: 10px Verdana;
	color: #474943;
	line-height: 13px;
	text-align: right;
}
.button {
	border: solid 1px #999;
	color: #FFF;
	background: #8A7966;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*=========================================================================================================================
 SPECIAL STYLES
===========================================================================================================================*/

#special {
	width: 770px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #dbddde;
	height: 301px;
	padding: 10px;
}
#special .slideshow {
	float: left;
	height: 301px;
	width: 540px;
	position: relative;
	padding-right: 10px;
}
#special .banner-container {
	width: 220px;
	float: left;
	position: relative;
}
#special .banner {
	float: left;
	width: 220px;
	position: relative;
	padding-bottom: 4px;
}

/*-------------------------------------------------------------
	My Table
-------------------------------------------------------------*/
.mytable th {
	background: #EDE9E6;
	padding: 2px;
}
.mytable th div {
	border: solid 1px #DDD4CD;
}
.mytable th div div {
	background: #EEE9E5;
	border: solid 1px #FFF;
	padding: 3px 7px;
}
.mytable th div div a {
	width: 100%;
	display: block;
}
.mytable th div div a:link, .mytable th div div a:visited {
	color: #572502;
}
.mytable td {
	padding: 5px;
}
#flashcontent embed {
	float: left;
}
#ufoDemo embed {
	float: left;
}
.searchHints ul {
	background-color: #FFF;
	list-style: none;
	font-size: 9px;
	padding: 0;
	margin: 0;
	border-left: solid 1px #DED4CB;
	border-right: solid 1px #DED4CB;
	width: 158px;
	overflow: hidden;
}
.searchHints ul li {
	border-bottom: solid 1px #DED4CB;
	cursor: pointer;
	padding: 3px 5px;
	float: left;
	clear: both;
	width: 158px;
}
.searchHints ul li:hover {
	background: #EDE8E4;
}
