body {
	font-size: 14px;
    font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color: #4d4d4d;
	background-color: #f7c4cd;
	vertical-align:top;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	line-height: 120%;
}

p {	line-height: 140%;}

a {	color: #ee3c79; text-decoration: underline;}
a:active { color: #ee3c79; text-decoration: underline;}
a:visited {	color: #ee3c79;	text-decoration: underline;}
a:hover { color: #ee3c79; text-decoration: none;}
a:visited:hover { color: #ee3c79; text-decoration: none;}

.sublink { font-size: 85%;}

a.sublink {	color: #ee3c79;}
a.sublink:active { text-decoration: underline;}
a.sublink:visited {	text-decoration: underline;}
a.sublink:hover { text-decoration: none;}
a.sublink:visited:hover { text-decoration: none;}

h2, .page-title  {
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	padding-left: 0;
	text-align: left;
	color: #4d4d4d;
}

h2 a { color: #4d4d4d; text-decoration: none;}

h2 a:hover { color: #4d4d4d; text-decoration: underline;}

td {
	font-size: 11px;
	text-align: left;
	color: #4d4d4d;
	line-height: 140%;
	vertical-align: top;
}










#pageNote {
	width: 100%;
	text-align: left;
	float: left;
	padding-bottom: 10px;
	line-height: 140%;
	margin: 0px auto;
}

.pageNote {
	margin: 0px auto;
	width: 100%;
	text-align: left;
	line-height: 140%;
}

#contact {
	text-align: center;
}

#contact table { 
	width: 65%;
	margin: 0px auto;
}

#contact td {
	text-align: center;
	line-height: 140%;
	font-size:11px;
	vertical-align:top;
	padding-top: 10px;
}

.subheading {
	font-weight: bold;
	font-size: larger;
	line-height: 140%;
}

.storeState {
	font-weight: bold;
	font-size: larger;
	color: #ee3c79;
}

.storeName { font-weight: bold; }

/* begin productDetail */
/* used in templates/product.detail.tem.php */

#productDetail {
	text-align: left;
	margin: 0px;
	width: 98%;
}

#productDetail h2 { 
	text-align: center;
	color: 4d4d4d;
}

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: 48%;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
}

#productDetail #prodThumbnails {
	clear: left;
}

#productDetail #extraDetails {
	float: left;
	clear: none;
	height: auto;
	width: 49%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	color: #4d4d4d;
}

#productDetail .submitBtn {
	font-size: 130%;
	font-weight: bold;
}

#productDetail #qtyPricing {
	float: left;
	clear: left;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 95%;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 50%;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 25%;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 50%;
}

#productDetail #price, #productDetail #msrpPrice, #productDetail #msrpSavingsField {
	font-size: 110%;
	font-weight: bold;
	height: auto;
	width: 50%;
}

#productDetail #msrpSavingsField {
	color: #ee3c79;
}

#productDetail #msrpMessage {
	float: left;
	text-align: center;
	width: 100%;
}

#productDetail .form-label {
	font-weight: bold;
	width: 28%;
}

#productDetail .form-field { }

#productDetail .price-label {
	clear: left;
	float: left;
	font-weight: bold;
	width: 28%;
	font-size: 110%;
	text-align: right;
	padding: 4px;
}

#productDetail .price-field { }

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailGroup {
	float: left;
	clear: left;
	width: 92%;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#productDetail #detailTabs a span {
	float: none;
}

/* End IE5-Mac hack */
#productDetail #detailTabs a:hover span {
  	color: #FFFFFF;
}

#productDetail #detailTabs a:hover {
	color: #FFFFFF;
}

#productDetail #detailTabs a:hover span {
	color: #FFFFFF;
}

#productDetail .hdr-title {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 98%;
}

#productDetail .container {
	clear: both;
	float: left;
}

#productDetail .body {
	clear: left;
	padding: 5px;
}

#productDetail #productDescription {
	margin-top: 15px;
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: left;
}

#productDetail #productDescription p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#productDetail #productTabSection-description #productDescription {
	margin-top: 0px;
	width: 98%;
}

#productDetail #productBundle {
	width: 100%;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: center;
	border: 1px solid #404040;
}

#productDetail #productTabSection-bundled_products #productBundle {
	border: none;
	margin-top: 0px;
	width: 98%;
}

#productDetail #productBundle #bundlePhotos {
	float: left;
	clear: left;
	width: 100%;
}

#productDetail #productBundle #bundlePhotos .bundlePhoto {
	width: 33%;
	margin: 5px;
}

#productDetail #productBundle #bundleCaption {
	float: left;
	clear: left;
	width: 100%;
}

#productDetail #productBundle #bundlePrice {
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 0px;	
}

#productDetail #productBundle #bundleOverview {
	float: left;
	clear: left;
	text-align: left;
	width: 100%;
	margin: 5px 5px 5px 15px;
}

#productDetail #productReviews {
	border: 1px solid #404040;
	width: 100%;
	float: left;
	clear: left;
	height: auto;
	margin-top: 15px;
	text-align: left;
}

#productDetail #productTabSection-reviews #productReviews {
	border: none;
	margin-top: 0px;
	width: 98%;
}

#productReviews .body {
	width: 100%;
}

#productReviews .form-field {
	width: 65%;
}

#productDetail #productReviews #productReviewsAddNote {
	display: block;
}

#productDetail #productReviews #productReviewsAdd {
	display: none;
}

#productDetail #productsRelated {
	margin-top: 15px;
	border: 1px solid #404040;
	float: left;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	text-align: left;
}

#productDetail #productTabSection-related_products #productsRelated {
	margin-top: 0px;
	border: 0px;
	margin-bottom: 0px;
}

#productDetail #productsRelated .content-odd {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
}

#productDetail #productsRelated .content-even {
	text-align: center;
	width: 49%;
	float: left;
	height: auto;
	border-left: 1px dotted #D8DDE3;
}

#productDetail #productsRelated .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
}

#productDetail #productsRelated .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productDetail #productsRelated .title a:hover {
	text-decoration: none;
}

#productDetail #productsRelated .photo {
	text-align: center;
}

#productDetail #productsRelated .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#productDetail #productsRelated .details .sprice {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 125%;
	font-weight: bold;
	height: 28px;
	color: #878787;
	width: auto;
}

#productDetail #productsRelated .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#productDetail #productsRelated .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productDetail #productsRelated .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productDetail .productTabs {
	float: left;
	clear: left;
	width: 100%;
}

#productDetail .productTabs .productTab {
	float: left;
	border: 1px solid #333333;
	border-bottom: none;
	padding: 5px;
	margin-right: 3px;
	color: #4d4d4d;
	cursor: pointer;
}

#productDetail .productTabs .productTab-selected {
	background-color: #4d4d4d;
	color: #FFFFFF;
}

#productDetail .productTabs .tabBorder {
	float: left;
	clear: left;
	width: 98%;
	border: 1px solid #4d4d4d;
}

#productDetail .productTabs .section {
	float: left;
	width: 100%;
	padding: 5px;
	display: none;
}

/* end productDetail */



/* start productGrid */

#productGrid {
	text-align: left;
	margin: 5px;
	width: 98%;
}

#productGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: 100%;
	height: auto;
}

#productGrid table{
	float: left;
	clear: left;
	width: 100%;
}

#productGrid #topOptions {
	width: 100%;
	height: 40px;
	float: left;
	clear: left;
}

#productGrid #topOptions .search {
	float: left;
	clear: left;
	height: 18px;
}

#productGrid #topOptions .myrow {
	width: 99%;
	height: 25px;
}

#productGrid #topOptions .display {
	float: left;
	clear: left;
	height: 25px;
	width: 30%;
	text-align: left;
}

#productGrid #topOptions .sort {
	width: 60%;
	height: 25px;
	text-align: right;
}

#productGrid #topOptions .sort .label {
	float: left;
	height: 25px;
	margin-top: -5px;

}

#productGrid #topOptions .sort .option {
	float: left;
	height: 25px;

}

#productGrid #topOptions .sort .option select {
	height: 18px;
	margin-top: -3px;
}

#productGrid #topOptions .pagination {
	float: right;
	width: auto;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
}

#productGrid #topOptions .pagination a {
	color: #ee3c79;
	text-decoration: underline;
	font-weight: normal;
}

#productGrid #topOptions .pagination a:hover {
	color: #ee3c79;
	text-decoration: none;
	font-weight: normal;
}


#productGrid h2 { 
	color: #4d4d4d;
	}
	
#productGrid .title {
	margin_bottom: 0px;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}

#productGrid .title a {
	color: #ee3c79;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
	width: 100%;
}

#productGrid .title a:hover {
	color: #ee3c79;
	text-decoration: none;
}

#productGrid .photo {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}

#productGrid .details {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: bold;
	float: right;
	clear: none;
	text-align: left;
	color: #4d4d4d;
}

#productGrid .description {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#productGrid .details .sprice {
	float: left;
	clear: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#productGrid .details .buttons {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	text-align: center;
}

#productGrid .details .buttons .detailBtn {
	background:url(../images/details_button.jpg) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 3px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .detailBtn a {
	color: #ee3c79;
	text-decoration: none;
}

#productGrid .details .buttons .detailBtn a:hover {
	color: #ee3c79;
	text-decoration: underline;
}

#productGrid .details .buttons .addToCartBtn {
	background:url(../images/add_to_cart_button.jpg) no-repeat center center;
	font-weight: bold;
	font-size: 15px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}

#productGrid .details .buttons .addToCartBtn a {
	color: #3C3C3C;
	text-decoration: none;
}

#productGrid .details .buttons .addToCartBtn a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}

#productGrid .details .pricenote {
	margin: 0px;
	color: #4d4d4d;
	font-weight: bold;
}

#productGrid .options {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
}

#productGrid .options .form-label{
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#productGrid .options .form-field{
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}

#productGrid #btmOptions {
	clear: left;
	float: left;
	width: 100%;
	height: 60px;
}

#productGrid #btmOptions .batchAddToCartButton {
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButton a {
	color: #424242;
	text-decoration: underline;
}

#productGrid #btmOptions .batchAddToCartButton a:hover {
	text-decoration: none;
}

#productGrid #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
	font-weight: bold;
}

#productGrid #btmOptions .pagination a {
	color: #ee3c79;
	text-decoration: underline;
	font-weight: normal;
}

#productGrid #btmOptions .pagination a:hover {
	color: #ee3c79;
	text-decoration: none;
	font-weight: normal;
}

#productGrid #btmCategoryPhoto {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoImage {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoCaption {
	clear: left;
	float: left;
}
/* end productGrid */


/* begin categoryGrid */
/* only used when the cart is displaying a "grid" (multiple columns) of categories */

#categoryGrid {
	text-align: left;
	margin: 4px 4px 4px 5px;
	width: auto;
}

#categoryGrid h2 { 
	margin: 10px 0 10px 0;
	color: #4d4d4d;
	}

#categoryGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

/* used in 2 column category Grids */
#categoryGrid .content-odd2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 235px;
	padding-bottom: 15px;
}

#categoryGrid .content-even2 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 235px;
	padding-bottom: 15px;
}


/* used in 3 column category Grids */
#categoryGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	padding-bottom: 15px;
}

#categoryGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 165px;
	padding-bottom: 15px;
}


/* used in 4 column category Grids */
#categoryGrid .content-odd4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}

#categoryGrid .content-even4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}


/* used in 5 column category Grids */
#categoryGrid .content-odd5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}

#categoryGrid .content-even5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: auto;
	padding-bottom: 15px;
}


#categoryGrid .title {
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#categoryGrid .title a {
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

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

#categoryGrid .photo {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}

#categoryGrid .description {
	width: 100%;
	text-align: center;
	clear: both;
}

#categoryGrid .details {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #4d4d4d;
}

#categoryGrid .details .buttons {
	width: 100%;
	float: left;
	clear: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#categoryGrid .details .buttons .detailBtn {
	background:url(../images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#categoryGrid .details .buttons .detailBtn a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

#categoryGrid .details .buttons .detailBtn a:hover {
	text-align: center;
	color: #FFFFFF;
	text-decoration: underline;
}

#categoryGrid #btmOptions {
	height: 40px;
}

#categoryGrid #btmOptions .pagination {
	float: right;
	padding-top: 18px;
	height: 22px;
	font-size: 12px;
}

#categoryGrid #btmOptions .pagination a {
	color: #ee3c79;
	text-decoration: underline;
}

#categoryGrid #btmOptions .pagination a:hover {
	color: #ee3c79;
	text-decoration: none;

}

/* end categoryGrid */