html {
	overflow: -moz-scrollbars-vertical;
}
body {
    background-color: #fff; color: #000;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

p {
   margin-top: 0;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #5d361d;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #5d361d;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #5d361d;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/*
* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}
*/

#nav {
	width: 150px;
}

#nav ul {
	margin: 0;
	padding: 0;
	border-top: 2px solid #5d361d;
}

#nav li {
	list-style-type: none;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px solid #5d361d;
}

.box .title {
/*	background: url(title-bg.png) repeat-x; */
	border-bottom: 3px solid #5d361d;
	color: #181c52;
	font-weight: bold;
	padding-bottom: 0;
}

.box .content {
	/* background: url(box_bg.png) repeat-y; */
}

a, a:visited, a:active, a:hover {
	color: #5d361d;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #f6901a;
	color: #f6901a;
	background-color:#000;
}
/*
.header {
	background: url(images/header.png) repeat-x;
	height: 84px;
	text-align: right;
}
*/

.header_placeholder {
	height: 20px;
}

.header .title {
	color: #fff;
	font-weight: bold;
	font-size: 25pt;
	float: left;
	margin-top: 25px;
	margin-left: 0px;
}

/*.header img {
    border: 0;
}*/

#frame {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align:left;
/*  border: 1px solid #5d361d;*/
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
    padding: 5px;
    padding-top: 4px;
	text-align: center;
    border-top: 4px solid #5d361d;
    background-color: #3d190e;
    color: white;
}
	
#left_column {
	width:170px;
	padding:1px;
	float:left;
}

#center_column {
	width: 750px;
	float: left;
}

#right_column {
	width:160px;
	padding:6px;
	background:#fff;
	background-color: #c48a59;
	border: 1px solid #5d361d;
	float: right;
	height: auto;
}
h1 {
    font-size: 15pt;
	margin-top: 0;
}

h2 {
    font-size: 13pt;
	margin-top: 0;
}

h3 {
    font-size: 11pt;
    margin-top: 0;
}

table.register, table.account {
    width: 500px;
}

td.register, td.login, td.account {
    padding-top: 3px;
    padding-bottom: 2px;
}

table.items {
	width: 100%;
	border-spacing: 0;
}

td.items {
	border-bottom: 1px dashed gray;
}

.item {
	vertical-align: top;
	border-top: 3px solid #5d361d;
	height: 110px;
	padding-top: 5px;
	
}

.item .header {
	border-bottom: 1px solid #5d361d;
	margin-left: 5px;
	margin-left: 105px;
	height: 20px;
}

.item img {
	float: left;
	/*width: 100px;*/
}

.item .name {
	width: 350px;
	float: left;
	height: 20px;
}

.item .price {
	float: right;
	width: 100px;
	height: 20px;
	text-align: right;
}

.item .add_to_cart {
}

.item .description {
	display: block;
	margin-left: 105px;
}

td.item {
	line-height: 20px;
}

#shop_header {
    margin-bottom: 20px;
}

#shop_header img, a, a:hover {
    border: 0;
}

dd {
    margin-left: 10px;
    padding-left: 10px;
/*    background: url('/images/bullet.png') top left;
    border: 1px solid black;*/
    background: url('/images/bullet.png') no-repeat 0 60%;
/*    background-repeat: no-repeat;*/
}

dl {
    margin: 0;
}

#stock_item {
}

#stock_item img {
    vertical-align: bottom;
}

.cart_form td {
    /*padding-top: 3px;
    padding-bottom: 3px;*/
    line-height: 24px;
}

/**********************************************************/
		
.pagination {
    padding-top: 2px;
	text-align: right;
	font-size: 9pt;
}

.pagination .disabled {
	border: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: gray;
}

.pagination .current {
	border: 1px solid #5d361d;
	background-color: #5d361d;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
}

.pagination a {
	border: 1px solid #5d361d;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pagination a:hover {
	background-color: #5d361d;
	color: white;
}

