/***********************************************************************
	File: basic.css
	Date: June 26, 2006
	Author: Joshua Riddle (http://www.TheRiddleBrothers.com)

	Contains all font, color, and border elements.
************************************************************************/

a {
	text-decoration:none;
	color:#8c498c;
}

a:hover {
	color:#ff33cc;
}

body {
 	background-color:#361A4C;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color:#8c498c;
	padding:0.0em 0.5em 0.5em 0.6em;
	font-size:18px;
}

td {
	font-size:0.7em;
	padding:0.2em;
}

img {
	border:none;
}

#shoppingCart td, #shoppingCart th {
	border-bottom:1px solid #8c498c;
	
}
#shoppingCart th {
	border-top:1px solid #8c498c;
	font-size:0.9em;
	padding:0.2em;
}

/* CLASSES
******************************************/
.cartTitleBar {
	background-color:#eadbea;
}

.cartbutton {
	border:0;
}

.cartTotal {
	font-weight:bold;
	font-size:0.8em;
	background-color:#eadbea;
	border-bottom:none;
}

.pager {
	margin-left:0.5em;

	font-size:0.7em;
	width:99%;
	text-align:right;
}

.privacy p{
	font-size:0.6em;
}

.productInfo img {
	border:0;
	margin-left:1.0em;
}

.productListItem {
	border-bottom:1px solid #999999;
}

.shoppingList {
	list-style:none;
}

.shoppingList li a {
	color:#8c498c;
	font-size:0.8em;
	letter-spacing: -0.02em;
}

.shoppingList li a:hover {
	color:#ff33cc;
}

.mainColumn {
	float:left;
	width:330px;
}

#monthlySpecial {
	border:1px solid #000000;
	float:right;
	margin:0px 15px 15px 15px;
	width:200px;
}

.specialHeader {
	background-color:#6a226d;
	color:#ffffff;
	font-weight:bold;
	float:left;
	text-align:center;
	width:100%;
}

	.specialHeader h5 {
		color:#fff;
		font-size:0.9em;
		padding-bottom:0.4em;
	}

.specialContent {
	background-color:#eadbea;
	color:#8c498c;
	float:left;
	font-size:0.75em;
	padding:0;
	margin:0;
}

.specialContent img {
	margin-top:0.5em;
	padding:0;
	border:none;
}

.specialContent .title {
	color:#8c498c;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 5px 2px 5px;
}

.specialContent .description {
	color:#8c498c;
	float:left;
	margin:5px;
}

.specialCart img{
	padding-right:1.0em;
}

.specialContent .price {
	color:#8c498c;
	font-size:1.0em;
	float:left;
	margin:5px;
}

.subShoppingList {
	list-style:none;
}

.subShoppingList li a {
	color:#8c498c;
	font-size:0.8em;
	letter-spacing: -0.02em;
}

.subShoppingList li a:hover {
	color:#ff33cc;
}

/* DIVISIONS
******************************************/
#copyright {
	color:#999999;
}

#header {
	background:url(/img/site/header_bg.png) #F7EEF7 repeat-x;
}

#header_title {
	font-size:0.7em;
	font-style:italic;
	font-weight:bold;
}

#horNavBar {
	background-color:#6a226d;
	list-style:none;
}

#horNavBar li a {
	font-weight:bold;
	font-size:0.8em;
	color:#ffffff;
}

#horNavBar li a:hover {
	background-color:#e96bdf;
}

#mainContent {
	color:#676568;
}

#mainContent p {
	font-size:0.9em;
}

#mainWrapper {
	background-color:#ffffff;
	border:1px solid #000000;
}

#vertNavBar {

}