
/*HTML styles */

body {
	background-image: url(/images/page_bg.jpg) ;
	background-attachment: fixed ;
	margin: 0px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

body, p, li, div, td {
	line-height: 18px;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #6b5164 ;
	margin-top: 0px ;
	line-height: 26px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
	color: #6b5164 ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #6b5164 ;
}

a.button:link, a.button:visited, a.button:active, a.button:hover {
	display: block ;
	background-image: url(/images/info_bg.gif) ;
	background-position: center ;
	border-left: 1px solid #A37989 ;
	border-right: 1px solid #6b2742 ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	padding: 10px ;
	text-align: center ;
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
}

#content {
	padding: 15px ;
}

a, a:link, a:active, a:visited, a:hover {
	color: #b84271 ;
}

a:active, a:visited {
	color: #474747 ;
}

a:hover {
	color: #b88bac ;
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #b84271;
}

a:active img, a:visited img {
	border-color: #474747;
}

a:hover img {
	border-color: #b88bac;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
	white-space: nowrap ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.purpleBoxHolder {
	background: #ffffff ;
	padding: 3px ;
	border: 1px solid #b88bac ;
}

.purpleBox {
	background: #b88bac ;
	padding: 15px 15px ;
	font-style: italic ;
	color: #ffffff ;
	font-weight: bold ;
}

.important {
	color: #6b5164;
}

.required {
	text-align: center;
	color: #6b5164;
}

.good, .status1 {
	color: #6b5164;
}

.bad, .status0 {
	color: #6b5164;
}

.img_float {
	float: right ;
	margin: 0px 0px 5px 15px ;
}


h3.checkout {
	text-align: center; 
	background-color: #b88bac;
	padding: 6px 0px; 
	border: solid 1px #6b5164;
	color: #fff;
}

.cart_table {
	border: solid 1px #6b5164;
}

.cart_label_row {
	border: solid 1px #6b5164; 
	background: url(/images/cart/cart_bg.gif) center center #6b5164;
	color: #fff;
	font-weight: bold;
}

.cart_label {
	white-space: nowrap;
	border-bottom: solid 1px #6b5164;
}

.cart_item_row {
	background: #fff;
	border: solid 1px #6b5164;
}

.cart_item {
	border-top: solid 1px #6b5164; 
	border-bottom: solid 1px #6b5164; 
	white-space: nowrap;
}

.cart_subtotal {
	text-align: right;
	color: #6b5164;
	font-size: 14px;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler tr.head td {
	font-weight: bold; 
	border-bottom: solid 1px ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
	padding: 1px 3px;
}

table.totaler_totals td.label {
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	border-top: solid 1px ;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	vertical-align: top;
	padding: 3px; 
}

table.checkout td.label {
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

table.checkout td input {
	width: 300px;
}
.product_img {
	
}

.product_name {
	
}

.product_teaser {
	
}

.product_link {
	
}

.product_name.featured a {
	color: #b88bac ;
	font-weight: bold; 
}

.product_teaser.featured {
	color: #fff;
	font-size: .9em ;
}

.product_link.featured a {
	color: #b88bac ;
	font-size: .9em ;
}

.product_price.featured {
	color: #fff; 
	font-size: .9em; 
	font-style: italic;
}

table.featured {
	width: 100%; 
}

table.featured tr td {
	border-top: solid 1px #b88bac ;
}

table.featured tr:first-child td {
	border-top: solid 0px;
}
