/* BASE CSS */

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

html, body {
	background-color: #FFFFFF;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #727272;
	letter-spacing: 1px;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

th {
	font-weight: normal;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

a:link, a:visited, a:active {text-decoration: none; color : #727272}
a:hover {text-decoration: none; color : #FE6DAC}

img { border: none; }

.black, .black a { color: #000000; }
.black a:hover { color : #FE6DAC; }

.myerror {
	color: #FF0000;
	font-weight: bold;
}

/* LAYOUT CSS */

#wrapper {
	width: 100%;
}

#header {
	margin-left: 20px;
	width: 785px;
}

#cartnav {
	width: 80%;
}

#cartnav a {
	margin: 0px 8px;
}

.search {
	width: 90px;
	height: 16px;
	border: 1px solid #C4C4C4;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #727272;
}

#nav {
	margin-left: 16px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	width: 787px;
}

#nav td {
	vertical-align: bottom;
}

#nav .navdivider {
	padding: 0px 9px;
	vertical-align: top;
}

#nav a { height: 22px; display: block}
#nav a:link, #nav a:visited, #nav a:active {text-decoration: none; color: #000000;}

.nav, .nav2 {
	margin-left: 16px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.nav td {
	vertical-align: bottom;
}

.nav2 td {
	vertical-align: bottom;
}

.nav .navdivider {
	vertical-align: top;
}

.nav2 .navdivider {
}

.nav a { height: 22px; display: block}
.nav a:link, .nav a:visited, .nav a:active {text-decoration: none; color: #000000;}

.nav2 a:link, .nav2 a:visited, .nav2 a:active {text-decoration: none; color: #000000;}

#headerphoto {
	width: 100%;
}

.fulldivider {
	margin-top: 20px;
	height: 20px;
}

.bottomnav {
	margin-left: 20px;
	color: #6B6B6B;
	font-size: 11px;
}

.bottomnav td {
	vertical-align: middle;
	padding: 0px 6px;
}

.bottomnav a:link, .bottomnav a:visited, .bottomnav a:active {text-decoration: none; color: #6B6B6B;}
.bottomnav a:hover {text-decoration: none; color: #FE6DAC;}

.newsletter {
	width: 110px;
	height: 16px;
	border: 1px solid #C4C4C4;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

/* CONTENT CSS */

.moneyFormat{    
	text-align: right;
}

#categoryGrid, #productGrid, #productDetail, #wordpress_content {
	margin-top: 30px;
	width: 100%;
}

#wordpress_content, #buzz {
	margin-top: 10px;
	width: 100%;
}

#buzz p {
	margin-top: 0px;
}

#categoryGrid p {
	line-height: 20px;
}

#categoryGrid #leftnav, #productGrid #leftnav, #productDetail #leftnav, #wordpress_content #leftnav, #buzz #leftnav {
	width: 181px;
	padding: 0px 30px 0px 20px;
	font-size: 11px;
	text-align: right;
}

#wordpress_content #leftnav {
	text-align: left;
	padding: 0px 10px 0px 20px;
}

#categoryGrid #leftnav div, #productGrid #leftnav div, #productDetail #leftnav div, #wordpress_content #leftnav li, #buzz #leftnav div {
	padding-bottom: 12px;
}

#categoryGrid .title, #productGrid .title {
	width: 180px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	padding: 3px 5px 0px 5px;
}

#categoryGrid .title a:hover, #productGrid .title a:hover {
	text-decoration: none;
}

#categoryGrid .photo, #productGrid .photo {
	width: 190px;
	height: 135px;
	text-align: center;
}

#productDetail #productPhotos {
	width: 300px;
	padding-left: 25px;
}

#productDetail #productContent {
	width: 270px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 20px;
}

#productDetail h2, #calendar h2, #wordpress_content h2 {
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}

#productDetail #productCategories, #productDetail #productRelated {
	padding-left: 5px;
	line-height: 20px;
}

#productDetail #zoomthumbs {
	margin-top: 10px;
}

#productDetail .zoomthumb {
	border: 1px solid #CBCBCB;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

#productDetail .zoomcaption {
	padding-top: 5px;
	font-size: 9px;
}

#productDetail .zoomcaption img {
	vertical-align: middle;
}

#productDetail .zoomdivider {
	width: 20px;
}

.viewCart {
	text-align: left;
	margin-left: 20px;
	width: 750px;
}

.viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
}

.viewCart #cartItems {
	width: 100%;
}

.viewCart #cartItems th {
	color: #FE6DAC;
	text-align: left;
	padding: 5px 4px;
}

.viewCart #cartItems td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 4px;
}

.viewCart #cartItems .cartError {
	background-color: #FF4040;
}

.viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}

.viewCart #cartItems .field-label, .viewCart #cartItems .field-price {
	text-align: right;
}

.viewCart #cartItems .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

.viewCart #cartInfo td, .viewCart #cartNumItems {
	padding-right: 5px;
	padding-bottom: 5px;
}

.viewCart #cartButtons {
	margin-top: 15px;
	width: 750px;
}

.viewCart #cartButtons input {
	margin-right: 7px;
}

#checkoutComplete {
	text-align: left;
	width: 654px;
	margin: 0px 0px 0px 20px;
}

#customerLogin {
	margin-left: 20px;
	width: 750px;
}

#customerLogin table {
}

#customerLogin table td {
	vertical-align: top;
}

#checkoutBilling, #checkoutShipping, #checkoutPayment, #checkoutConfirm {
	margin-left: 20px;
}

#checkoutConfirm {
	width: 654px;
}

#checkoutConfirm .hdr-title {
	text-transform: uppercase;
	color: #FE6DAC;
}

#clientAccount {
	margin-left: 20px;
	width: 654px;
}

#clientAccount #billInfo, #clientAccount #shipInfo, #clientAccount #paymentInfo {
}

#clientAccount #orderDetails, #checkoutConfirm #orderDetails {
	width: 550px;
	border-collapse: collapse;
}

#clientAccount .hdr-title {
	color: #FE6DAC;
	text-align: left;
	text-transform: uppercase;
	margin-top: 15px;
}

#clientAccount .body {
}

#clientAccount #orderList .title, #clientAccount #subscriptionOrderList .title {
	text-align: left;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	border-collapse: collapse;
}

#clientAccount #orderList thead th, #clientAccount #subscriptionOrderList thead th {
	color: #FE6DAC;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	text-transform: uppercase;
}

#clientAccount #orderList tbody tr td, #clientAccount #subscriptionOrderList tbody tr td {
	text-align: left;
}

#clientAccount #orderList thead tr th a, #clientAccount #subscriptionOrderList thead tr th a {
	color: #FFFFFF;
}

#clientAccount #orderList thead tr th a:hover, #clientAccount #subscriptionOrderList thead tr th a:hover {
	color: #FFFFFF;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	width: 550px;
}

#clientAccount #orderList table, #clientAccount #subscriptionOrderList table {
	width: 100%;
}

#clientAccount #orderList table thead th, #clientAccount #subscriptionOrderList table thead th {
	text-align: left;
}

#clientAccount #orderList table tbody, #clientAccount #orderList table tbody tr td, #clientAccount #subscriptionOrderList table tbody, #clientAccount #subscriptionOrderList table tbody tr td {
	text-align: left;
}

#clientAccount #orderList .outOfStock {
	background-color: #FF4040;
}

#clientAccount #orderList .exceedingStock {
	background-color: #FFFF80;
}

#clientAccount #myAccount {
	width: 250px;
}

#clientAccount #pageNote, #clientAccount .pageNote {
	text-align: left;
}

#clientAccount #clientAccount .body { }

#clientAccount .all-link {
	margin: 5px 0px;
}

#clientAccount .buttons {
	padding-top: 15px;
}

#clientAccount #otherStats { }

#clientAccount .pagination {
}

#clientAccount .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#clientAccount .pagination a:hover {
	color: #000000;
	text-decoration: none;
}

#clientAccount .myerror {
}

#clientAccount .adminFile {
	float: left;
	clear: left;
	margin-left: 5px;
	margin-top: 10px;
}

#clientAccount #outOfStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#clientAccount #exceedingStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#emailpage {
	margin: 10px;
}

#emailpage td {
	padding: 2px;
}

h1 {
/*	color: #FE6DAC; */
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.pink, a.pink, #favorites a {
	color: #FE6DAC;
}

.blue, a.blue {
	color: #AEC0CA;
}

.availability {
	font-size: 10px;
}

.form-label {
        text-align: right;
        padding: 4px;
}

.form-label-required {
        text-align: right;
        padding: 4px;
}

.form-field {
        padding: 4px;
        height: auto;  
        float: left;
}


#sitemap ul {
	list-style-type: none;
}

#sitemap ul ul {
	padding-left: 15px;
}


/* BLOG STYLES */
#wordpress_content li {
	list-style-type: none;
}

#wordpress_content .post {
	width: 570px;
}

#wordpress_content h2, #wordpress_content h3 {
	color: #000000;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#blog_utils a {
	color: #000000;
	font-weight: bold;
}

#wordpress_content .post a {
	color: #FE6DAC;
}

#wordpress_content h2 a, #wordpress_content .post h2 a, #wordpress_content h3 a {
	color: #000000;
}

#wordpress_content .blog_cats {
}

#wordpress_content .blog_cats a {
	color: #69CA61;
}

#wordpress_content .blog_cats a:hover {
	color: #000000;
}

#wordpress_content .blog_cats li ul {
	margin: 0px 0px 0px 15px;
}

#wordpress_content #leftnav .blog_cats li ul li {
	padding: 0px;
}

#wordpress_content .blog_cats li ul li a {
	color: #727272;
}

#wordpress_content .alignleft {
	float: left;
}

#wordpress_content .alignright {
	float: right;
}

/* Begin calendar styles. */
table.calendar {
	width: 570px;
	text-align: center;
	padding: 0;
	margin: 0;
	border-width: 0px;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table.calendar td.noborder {
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
}   

table.calendar td.calendarHeader, td.calendarNav{
	text-align: center;
	border-bottom: 1px solid #aaa;
}

table.calendar td.calendarHeaderLeft {
text-align: center;
border-bottom: 1px solid #aaa;
}

table.calendar td.calendarMonth{
text-align: center;
}

table.calendar td.calendar {
text-align: left;
width:14%;
height: 75px;
padding: 4px;
border-left: 0px;
border-top: 0px;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

table.calendar td.calendarLeft {
text-align: left;
width:14%;
height: 75px;
padding: 4px;
border-top: 0px;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
}

table.calendar td.calendarToday {
text-align: left;
width:14%;
height: 75px;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

/* End calendar styles.*/


#specialbanner {
	margin: -4px 0px 10px 20px;
	color: #FE6DAC;
}


#home_boxes {
	margin: 17px 0px 20px 19px;
}

#home_boxes a {
	border: 1px solid #808080;
	float: left;
	margin-left: 22px;
}

#home_content {
	margin: 0px 0px 0px 29px;
	padding-top: 20px;
	width: 760px;
}

.button, .submit {
	border: 0px;
	background-color: #FE6DAC;
	color: #FFFFFF;
	padding: 1px 3px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.display, .display a, .pagination, .pagination a {
	color: #FE6DAC;
}

#social_icons img {
	vertical-align: top;
}

#social_icons a {
	margin-left: 10px;
}

#categoryDescription {
	width: 570px;
	margin: -10px 0px 20px 0px;
}
