html {
	overflow: scroll;
 	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 85%;
	text-align: center;
	margin: 0px;
	color: #333;
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #eee;
}
table {
	font-size: 100%;
}
#container {
	margin: 1px auto 40px;
	width: 917px;
	text-align: left;
}
#container_2 {
}
h1, h2, h3, h4, h5, h6 {
	font-family: Futura, 'New Century', 'Franklin Gothic', Helvetica, Arial, Sans-Serif;
	margin-top: .5em;
	margin-bottom: .5em;
    text-transform: uppercase;
    clear: both;
}
h1 {
   letter-spacing: 3pt;
}
.half {
	width: 49.9%;
	float: left;
}
.third {
	width: 33%;
	float: left;
}
.two_thirds {
	width: 66%;
	float: left;
}
.indented {
	margin-left: 2em;
}

.small, small {
	font-size: 80%
}

.grey {
	color: #666;
}
.shaded {
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr {
	clear: both;
	border-top: 2px dotted #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	margin: 10px 0px 4px 0px;
}
a img {
	border: 0px;
}
.interior {
	padding: 5px;
}

a:link, a:visited {
	text-decoration:  none;
}
.small_logo_link {
	background: url(../images/tiny_logo.gif) left no-repeat;
	padding-left: 16px;
	color: #592300;
	letter-spacing: 0.05em;
}
/* Forms */
form, fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.input_label {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.inputs {
	text-align: left;
}
textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
}
/* end forms */

/* Header */

}
#header {
	width: 915px;
	margin: auto;
	color: white;
	height: 70px;
	position: relative;
	text-align: left;
	margin-bottom: -1px;
}
#header a:link, #header a:visited {
	text-decoration:  none;
}
#logo {
	font-size: 1.1em;
	letter-spacing: .3em;
}
#logo a:link, #logo a:visited {
	color: white;
	text-decoration: none !important;
}
#links { 
	font-family: 'New Century','Franklin Gothic', 'Trade Gothic', Sans-Serif;
	list-style-type: none;
	padding-left: 0.2em;
}
#links li {
	margin: 0em 0px .5em;
}
#links li a:link, #links li a:visited {
	text-transform: uppercase;
	font-size: 105%;
	color: black;
	letter-spacing: .25em;
	text-decoration:  none !important;
}

#links li a:hover {
	opacity: .4;
}
ul.section {
	display: none;
	padding-left: 10px;
}
ul.section.open {
	display: block;
}
ul.section li {
	list-style: none url(/duval2/images/section_list_marker.png);
	margin: 0px 1px 1px !important;
	padding: 0px;
	font-size: 95%;
}
ul.section li a:link, ul.section li a:visited {
	color: #8b8b8b !important;
	text-transform: lowercase !important;
	letter-spacing: 0px !important;
	font-style: italic !important;
	position: relative;
	left: -7px;
}
li.subsection_selected a {
	font-weight: bold;
}


/* End header */

/* Footer */

#footer {
	padding: 3px;
	border-top: 1px solid #A4CD99;
	font-size: 75%;
}

/* End footer */

/* Errors and feedback*/
#errors {
	background: url( ../images/error.png ) no-repeat 10px 15px;
	background-color: #fcc;
	border: 2px solid red;
	color: red;
	min-height: 130px;
	_height: 130px;
	margin: 10px;
}

#errors p {
	margin-left: 130px;
}

#feedback {
	background-color: #ffc;
	border: 2px solid #960;
	color: #960;
	margin: 10px;
}
#feedback p {
	margin-left: 1em;
}
/* End errors and feedback */

/* sidebar */
#main_content {
	position: relative;
}

#sidebar {
	float: left;
	width: 160px;
	margin: 20px -2px 0px 20px;
	padding: 0px 20px 0px 0px;
	border-right: 2px dotted #ccc;
	/* background: url(/duval2/images/sidebar_background.png) repeat-x; */
}
.have_you_heard {
	font-size: 105%;
	margin-top: 65px;
}
.have_you_heard h2 {
	font-weight: normal;
	font-size: 100%;
	letter-spacing: .25em;
}
.have_you_heard img {
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	padding: 5px 0px;
}
.have_you_heard strong {
	font-weight: normal;
	color: #89B2A5;
}
.have_you_heard p {
	font-style: italic;
	color: #333;
	line-height: 1.4em;
}
.recently_added {
	margin: 0px;
}
.front_page_banner {
	margin-bottom: -1em;
	margin-top: -1em;
}
#body {
	border-left: 2px dotted #ccc;
	padding: 3px;
	padding-top: 1px;
	zoom: 1;
	overflow: hidden;
}

/* end sidebar */

.static_page {
	color: #666666;
	font-family: 'Verdana';
	font-size: 95%;
	margin: 30px 50px 0px 50px;
	text-align: left;
}
.static_page ul {
	padding-left: 1em !important;
}
.static_page a:link, .static_page a:visited {
	color:#89b2a5;
	font-family:'Verdana';
	line-height:1.4;
	text-decoration: none;
	border-bottom: 1px dotted #89b2a5;
}
.static_page h1, .static_page h2, .static_page h3, .static_page h4, .static_page h5, .static_page h6 {
	color: black;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.05em;
/*	line-height: 1.2em; */
	margin: 0px 0px .5em;
}


a.media:link, a.media:visited {
	border-bottom: none;
}

/* item result pages */
.items {
	padding: 0px;
}
.items h1 {
	font-size: 115%;
	color: black;
}
.items .item {
	float: left;
	width: 24.9%;
	padding-bottom: 15px;
}
.items .item .image_container {
	height: 100px;
	text-align: center;
	padding-bottom: 1em;
	margin-top: 1em;
	padding-top: 3px;
	border-right: 2px dotted #ccc;
}
.items .item.last .image_container {
	border-right: none;
}
.items .item h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	margin: 3px;
	padding: 0px;
	text-transform: lowercase;
	letter-spacing: 0.05em;
	font-size: 100%;
}
.items .item .buy_form {
	color: #999;
	text-align: center;
	font-size: 110%;
	letter-spacing: 0.05em;
}

.buy_form .price {
	/* font-weight: bold; */
	position: relative;
	bottom: 2px;
}
.items .item a:link, .items .item a:visited {
	color: black;
}
.items .item a:hover {
	text-decoration: none;
}
.items .items_showing, .items .pagination {
	margin: 5px;
	color: #ccc;
}
/* end item result pages */

/* Single item page */
#item {
	padding-top: 20px;
	padding-bottom: 1px;
}
#item .image_container {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}

#item .item_info {
	letter-spacing: 0.1em;
	color: #666;
	margin-top: 15px;
	position: relative;
}
#item .item_info h1 {
	color: #000000;
	font-family: 'Arial','sans-sarif';
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-transform: none;
	margin: 2px 0px;
	padding: 0px;
	font-weight: normal;
	clear:  none;
}
#item .item_info .description {
	text-transform: none;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
#item .item_info .description p {
	margin: 0px 0px 15px;
	color: #666666;
	font-family: 'Verdana';
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
#item .item_info .next_prev {
	position:  absolute;
	top: 0px;
	right: 50px;
}
#item .item_info .next_prev img {
	float: right;
}
#item .alternate_views, #item .related_items {
	color: #B79C81;
	float: left;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#item .alternate_views {
	padding: 15px 30px;
	margin: 20px 30px 20px 0px;
	border-right: 1px solid #ccc;
	color: #89B2A5;
	font-size: 15px;

}
#item .related_items {
	padding: 15px 0px 15px 22px;
}
#item .alternate_views img, #item .related_items img {
	margin: 0px 8px 10px;
}

/* end single item page */

div.section .more_arrow {
	clear: both;
	float: right;
}
ul.section_items li {
	float: left;
	list-style: none;
	width: 24%;
}

.toc {
	display: none;
}
div.level1, div.level2, div.level3, div.level4, div.level5 {
	clear: both;
}
img.medialeft {
	float: left;
	clear: both;
	margin: -20px 10px -20px 0px;
}
img.mediaright {
	float: right;
	clear: both;
	margin: -20px 0px -20px 10px;
}
img.mediacenter {
	display: block;
	margin: 10px auto;
}
.bigger {
	color:#000000;
	font-family: 'Arial','sans-serif';
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 10px 15px 0px 0px;
	text-align: left;
}
