html {
	overflow: scroll;
 	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: Georgia, serif;
	font-size: 80%;
	text-align: center;
	margin: 0px;
	background: url(/images/background.gif) #5B2200;
        color:#6F3805;
        letter-spacing: .2pt;

}
table {
	font-size: 90%;
}
#container {
	margin: 0px auto 40px;
	padding-bottom: 6px;
	width: 878px;
	text-align: left;
	background: #fff;
}
#container_2 {
	margin: 0px 6px;
	border-left: 1px solid #5A2101;
	border-right: 1px solid #5A2101;
	border-bottom: 1px solid #5A2101;
	padding: 0px 7px 7px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	margin-top: .5em;
	margin-bottom: .5em;
        text-transform: uppercase;
        letter-spacing: 1pt;
}
.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 {
	background-color: #eee;
}

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

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

a:link, a:visited {
	text-decoration: none;
        color: #6F3805;
         
}
a:hover {
        color: #E61D25;
}
.small_logo_link {
	background: url(/images/tiny_logo.gif) left no-repeat;
	padding-left: 16px;
	color: #592300;
	letter-spacing: 0.05em;
}

.toc {
	display: none;
}
/* Forms */
fieldset {
	border: none;
}
.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 {
	margin-bottom: 5px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#links {
	text-align: justify;
	color: white;
	margin: 5px 0px;
	background: url(/images/links_background.png);
}
#links a {
	float: left;
}


/* End header */

/* Footer */

#footer {
	background-color: #eee	;
	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 */

/* tables */

table {
	border-collapse: collapse;
}

table td {
	padding: 4px;
}
table tr.label {
	font-weight: bold;
}
table td.label {
	text-align: right;
}
table .table_odd_row {
	background-color: #ddd;
}
table .table_even_row {
	background-color: white;
}
td.input_label {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

/* end tables */

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

#sidebar {
	float: left;
	width: 175px;
	background: url(/images/sidebar_background.png) repeat-x;
}
.sidebar_keeper {
	float: left;
	width: 0px;
	height: 10px;
}

.sidebar_menu, .sidebar_menu a:link, .sidebar_menu a:visited {
	color: #6D3909;
	letter-spacing: 0.05em;
	font-family: Georgia, serif;
}
.sidebar_menu form input[type=text] {
	width: 100%;
}
.sidebar_menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	zoom:1;
}
.sidebar_menu h3 {
	margin-bottom: 2px;
	margin-top: 7px;
	padding-left: 11px;
	margin-left: 10px;
	background: url( /images/plus.gif ) left no-repeat;
	font-size: 100%;
	font-weight: normal;
}
.sidebar_menu ul li {
	font-size: 95%;
	list-style-image: url(/images/list_marker.gif);
}
.sidebar_menu ul li a:link, .sidebar_menu ul li a:visited {
	color: #987150;
}

.sidebar_menu .search_by {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}

/* end sidebar */

#body {
	float: left;
	width: 660px;
	border-left: 1px dashed #7E532F;
	padding-left: 3px;
	background: white;
	padding-top: 1px;
	zoom: 1;
	/* overflow: hidden; */
}

.static_page {
	padding: 10px;
}
.new_arrivals {
	margin-left: 25px;
}
/* Bag result pages */
.bags {
	margin-left: 10px;
}
.bags .bag {
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.bags .bag a:link, .bags .bag a:visited {
	color: black;
}
.bags .bag a:hover {
	text-decoration: none;
}

/* end bag result pages */

/* Single Bag page */
#bag {
	padding-top: 20px;
	padding-bottom: 1px;
}
#bag .image_container {
	text-align: center;
	width: 60%;
	height: 300px;
	float: left;
}

#bag .bag_info {
	float: left;
	width: 39%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #B79C81;
}
#bag .bag_info .attribute {
	color: #6F3706;
}
#bag .bag_info .description {
	text-transform: none;
	letter-spacing: 0px;
}
#bag .alternate_views, #bag .related_items {
	color: #B79C81;
	float: left;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#bag .alternate_views {
	padding: 15px 17px 15px 24px;

}
#bag .related_items {
	padding: 15px 0px 15px 22px;
}
#bag .alternate_views {
	border-right: 1px dashed #7E532F;
}
#bag .alternate_views img, #bag .related_items img {
	margin: 0px 8px 10px;
}
/* end single bag page */