/* Global styles */
body, p, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #999085;
	text-align: justify;
}
body {
	text-align: center;
	margin: 0px auto 0px auto;
	background: white;
}

a:link, a:visited {
	text-decoration: none;
	color: #b20838;
}
a:hover {
	text-decoration: underline;
}

hr { 
        color: #CCCCCC;
        background-color: #CCCCCC;
        border: none;
}

div {
	margin-left: auto;
	margin-right: auto;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0px;
}

li {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
}

.small {
	font-size: 9px;
}
.large {
	font-size: 16px;
	font-weight: bold;
}
.reg {
	font-size: 14px;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* Headings */
h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 22px;
	font-weight: normal;
	color: #b20838;
}
h2 {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #b20838;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #b20838;
}

/* Errors */
.msgError {
	background-color: #b20838;
	color: white;
	padding: 2px 3px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.msgInfo {
	color: #black;
	border-top: 1px solid #b20838;
	border-bottom: 1px solid #b20838;
	padding: 2px 3px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

/* Inputs */
input, select, textarea {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	vertical-align: middle;
}

table.form th {
	text-align: right;
}
table.left th {
	text-align: left;
}

table th {
	text-align: left;
	font-size: 12px;
}

table.grid {
	border-collapse: collapse;
}
table.grid th {
	color: black;
	background-color: #dced8f;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
	border-bottom: 1px solid black;
}
table.nobold th {
	font-weight: normal;
}
table.italic th {
	font-style: italic;;
}

/* Layout */
#page {
	width: 800px;
	text-align: left;
	margin: 50px auto auto auto;
	border: 1px solid #998b7d;
}

#footer {
	color: #999085;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#footer a {
	color: #999085;
	margin: 0 10px;
}

.cartitems td {
	font-size: 12px;
}
.cartitems th {
	background-color: #333333;
	color: #FFFFFF;
}
.pager {
	clear:both; 
	text-align: center; 
	background: #EEE; 
	padding: 5px;
	font-size: 14px;
	border: 1px solid #AAA;
}
.pager a, .pager b {
	margin: 0 5px;
}

#header {
	color: white;
	margin: 0;
}

#menu {
	background: #b20838;
	text-align:center;
	padding: 20px 0;
	margin: 0 0 25px 0;
}
#menu ul {
	list-style-type: none;
	margin-right: 10px;
	margin: 0px;
	padding-left: 0;
}
#menu ul li {
	display:inline;
	padding: 0px 8px;
	font-weight: bold;
	font-size: 14px;
}
#menu ul li a {
	color:#E0E0E0;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


#header {
	text-align: right;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
	margin-top: 40px;
	float: left;
}

#header img {
	margin-right: 20px;
	margin-bottom: 10px;
}
#heaser #id=top_logo {
	margin-top: 10px;
}

#body {
	padding: 10px 20px;
}
img.left {
	float: left;
	margin-right: 20px;
}

.hilite {
	color: #b20838;
}

.categories {
	clear: both;
}
.categories .panel {
	margin: 0px 5px 10px 5px;
	margin-collapse: collapse;
	float: left;
	width: 90px;
	height: 115px; 
	text-align: center;
}

.panel div.pix {
	border: 1px solid #C0C0C0;
	margin: 5px;
	height: 77px;
	width: 77px;
}
.panel img {
	border: none;
}
.panel div.name {
	font-size: 10px;
	text-align: center;
}

ul.product_options {
	text-align: left;
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding-left: 0;
}
ul.product_options li {
	display:inline;
	padding: 0;
}
ul.product_options img {
	cursor: pointer;
}

input[type="submit"], input[type="button"]
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#FFFFFF;
   height:24px;
   background-color:#aca095;
   border-style:none;
}
