
/* Primary Styles */

body {
	font-family: Verdana, Geneva, sans serif;
	font-size: 80%;
}

table {
	font-size: 1em;
}

p {
	font-size: 0.95em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.3em;
	color:#660066;
}

h2 {
	font-size: 1.2em;
	color:#660066;
	border-bottom: 1px dashed #DDDDDD;
	width: 300px;
	padding-bottom: 0.6em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.1em;
}

hr {
	height: 1px;
	border: 0px;
	color: #DDDDDD;
	background: #DDDDDD;
}

a {
	color: #666600;
}

.inverted {
	background: #5E0A57;
	color: white;
}

.purple {
	color: #5E0A57;
}

ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* Navigation Styles */

#primary_navigation {
	font-size: 0.85em;
	font-weight: bold;
}

.navigation a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	background: #5E0A57;
}

.navigation a:hover {
	background: #4F6500;
}

.subnav_container { 
	background: #5E0A57;
}

.subnav_container a {
	text-transform: none;
}

.inline_navigation {
	font-weight: bold;
	font-size: 1.05em;
}

.inline_navigation .subpage {
	margin-left: 15px;
}

.inline_navigation .subpage a {
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

.inline_navigation .subpage .subpage {
	font-size: 0.85em;
	font-weight: 300;
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

/* Misc Layout Styles */

#search {

}

/* Catalog Styles */

.product_listing {
	border: 1px solid #EBDBB9;
	padding: 10px;
	margin-top: 1em;
}

.product_listing .product {
	float: left;
	width: 122px;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 3px;
	text-align: center;
	position: relative;
}

.product_listing .product_container {
	border-bottom: 1px dashed #DDDDDD;
}

html>body .product_listing .product {
	width: 118px;
}

.product_listing .product .details {
	text-align: left;
	width: 200px;
	position: absolute;
	top: 0px;
	z-index: 10;
	background: white;
	padding: 3px;
	display: none;
}

.product_listing .details li, .product_listing .details ul, .details p {
	font-size: 11px;
}

.product_details .gallery img, .product img {
	border: 1px solid #646464;
	margin-bottom: 6px;
}

.gallery {
	float: left;
	text-align: center;
	width: 150px;
	margin-bottom: 20px;
}

.product_details {
	border: 1px solid #EBDBB9;
	padding: 10px;
}

.product_details .product {
	margin-left: 150px;
}

.product_listing a {
	color: #646464;
}

.pagination a {
	color: #383838;
}

.pagination .items {
	float: left;
}

.pagination .controls {
	float: right;
}

#overDiv .content {
	margin: 0px;
	background: white;
	font-size: 11px;
	padding: 6px;
	color: #383838;
	text-align: left;
}

#overDiv ul, #overDiv p {
	font-size: 11px;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

#overDiv ul {
	position: relative;
	left: -1em;
}

#overDiv .caption {
	text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #EBDBB9;
}

#overDiv .border {
	background: #EBDBB9;
}

#overDiv .content {
	background: white;
}

.error {
	color: red;
}