* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-image:url(/assets/images/bg_black.gif);
	background-color: #000000;
	
	-ms-scrollbar-base-color: #ff69b4;
	-ms-scrollbar-arrow-color: #000000;	
}

.text {
	
}

a {
	color: #ff69b4;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.subcatLink { 
	color: #ff69b4;
	text-decoration: none;
}

a.subcatLink:hover { 
	text-decoration: underline;
}

.shipping_promo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 247px;
	background-image:url(/assets/images/bg_shipping_promo.gif);
	background-repeat: no-repeat;
	height: 52px;
	padding-top: 64px;
	margin-top: 7px;
 	margin-bottom: 6px;
}

.shipping_promo_text {
/* 	<div class="shipping_promo_text"> */
	margin-top: 64px;
}

.shipping_promo_title {
	font-weight: bold;
	font-size: 14px;
	color: #ff69ba;
}

#products_wrapper a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#products_wrapper a:hover {
	color: #eeeeee;
}

p {margin: 0px}

img {
	border: none;
}

input {vertical-align: middle}

#outer_wrapper {
	border: 1px solid #ff69b4; /*ff69b4*/
	background-color: transparent;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 61px;*/
	margin-top: 0px;
	position: relative;

/*
	filter:alpha(opacity=20);
	opacity: 0.20;
	z-index: 101;
*/
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	background-color: #ffffff;
	z-index: 99;	
	border: 9px solid #000000;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 61px;
	background: #ffffff;
	padding: 16px;
}

.creditcards {
	float: right;
}

.searchbox {
	width: 414px;
	margin-top: 21px;
	margin-bottom: 16px;
	margin-right: -6px;
	float: right;
}

.searchbox_input {
	width: 320px;
	margin-right: 6px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 250px solid #ffffff;
	
	height: 1%;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}

#content {
	padding: 28px;
	/* padding-top: 0px; */
	background-color: #ffffff;
	background-image:url(/assets/images/bg_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 218px;
	height: auto;
	position: relative;
	/*background: #B5E3FF;*/
	left: -250px;
	padding: 16px;
	padding-top: 0px;
	z-index: 2;
	min-height: 840px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align: center;
	height: 76px;
	padding: 16px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;	
}

.productPic {
	border: 1px solid #ff69b4;
}

#product_info {
	border: 1px solid #ff69b4;
	background:url(/assets/images/bg_products.jpg);
	background-repeat: no-repeat;
width: 197px;
	height: 82px;
	background-color: #ff69b4;
	color: #ffffff;
	padding: 6px;
}

.cart_summary a {
	color: #ff69b4;
	font-weight: bold;
	text-decoration: underline;
}

.cart_summary a:hover {
	color: #000000;
}

.product_title {
	font-weight: bold;
	text-transform:uppercase;
	min-height: 42px;
}

.product_price2 {
	float: left;
}

.product_info_link {
	float: right;
}

.product_info_link ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.product_info_link li {
	background:url(/assets/images/bullet_heart.gif) 0 5px no-repeat;
	padding-left: 13px;
}

#products_wrapper {
	margin-right: 12px;
	margin-bottom: 10px;
}

.product_thumbnail {
	width: 209px;
	height: 248px;
	border: 1px solid #ff69b4;
	border-bottom: none;
	overflow: hidden;
}

.prodCategoryMain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.prodCategoryMain li {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	background:url(/assets/images/bullet_lips.jpg) 0 1px no-repeat;
	padding-left: 24px;
	height: 20px;
}

.prodCategorySub {
	color: #ff69b4;
	padding-left: 30px;
	text-transform: uppercase;	
}

.pagetitle {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px dotted #ff69b4;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

.pagesubtitle {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px dotted #ff69b4;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

.dottedDiv {
	border-bottom: 1px dotted #ff69b4;	
	padding-bottom: 4px;
	margin-top: 11px;	
	margin-bottom: 16px;	
}

.product_detail_image {
	float: left;
	margin-right: 16px;
}

.product_detail_title {
	font-size: 18px;
	font-weight: bold;
	color: #ff69b4;
	margin-bottom: 16px;
}

.product_details {
	float: left;
}

#breadcrumbtrail a {
	color: #ff69b4;
	text-decoration: underline;
}

#breadcrumbtrail a:hover {
	color: #ff69b4;
	text-decoration: underline;
}

.actionBut {
	background-color: #ff69b4;
	color: #ffffff;
	border: 3px double #ffffff;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

a.button {
    background: transparent url('/assets/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: inline-block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/assets/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

span.submitButtonSpan {
    background: transparent url('/assets/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;	
}

.submitButton {
    background: transparent url('/assets/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.left {
	width: 250px; 
	margin-left: 9px;
	margin-bottom: 9px;
}  

#bgleft {
	left: 0;
	background-image:url(/assets/images/bg_leftcol.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.bg {
	position: absolute;
	bottom: 0;
	height: 98%;
}

.sorry_message {
	margin-bottom: 116px;
}

.bullet_lips {
	padding-top: 6px;
}

.product_alt_images {
	margin-top: 11px;
}

.product_alt_img {
	border: 1px solid #ff69b4;	
	width: 80px;
	margin-right: 9px;

	min-height: 95px;
	height: 95px;
	overflow: hidden;
	
}

.product_alt_img_last {
	border: 1px solid #ff69b4;
	width: 80px;
	margin-right: 0px;

	min-height: 95px;
	height: 95px;
	overflow: hidden;
	
}

.cartHeaderTitles {
	font-weight: bold;
	height: 22px;
	color: #000000;
}

.cartaddProdImg {
	margin-left: 16px;
	float: left;
}

.cart_product_alt_img {
	height: 16px;
	width: 82px;
	margin-right: 9px;	
}

.cartaddProdDescHeader {
	float: left;
/*	width: 334px; */
	width: 410px;
	margin-right: 9px;
}

.cartaddProdDesc {
	float: left;
	height: 95px;
	width: 319px;
	margin-right: 9px;
}

.cartItemColsHeader {
	float: left;
	width: 228px;
}

.cartItemCols {
	float: left;
	height: 95px;
	width: 228px;
}

.cartQtyCol {
	width: 42px;
	float: left;
	text-align: center;
}

.cartPriceEachCol {
	width: 88px;
	float: left;
	text-align: right;
	padding-right: 2px;
}

.cartPriceTotalCol {
	width: 88px;
	float: left;
	text-align: right;
	padding-right: 2px;	
}

.cartButtons {
	float: left;
}

.cartAddButtons {
	float: right;
	text-align: right;
}

.clearboth {
	clear: both;
}

.cartInputQuantity {
	width: 24px;
	border: 1px solid #ff69b4;
	height: 18px;
	font-size: 10px;
	padding-left: 2px;
	padding-top: 2px;
}

.cartActionButtons {
	margin-top: 38px;
	text-align: right;
	padding-right: 8px;
}

.cartActionButton {
	border: 1px solid #ff69b4;
	background-color: #ffffff;
	font-size: 10px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 4px;
}

.cartActionIcon {
	border: 1px solid #ff69b4;
	background-color: #ffffff;	
	padding: 2px;
	font-size: 10px;
}

.cartHeader_wrapper {
	background:url(/assets/images/bg_cart_faded.jpg);
	background-repeat: repeat-x;
	background-color: #e65fa2;
	background-position: top;
	height: 53px;	
}

.cartHeaders {
	font-weight: bold;
	border: 1px solid #ff69b4;
	background:url(/assets/images/bg_cart_headers.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
	color: #ffffff;
	padding: 6px;
	padding-top: 18px;
	overflow: hidden;
}

.cartSubTotal {
	text-align: right;
	font-weight: bold;
	border: 1px solid #ff69b4;
	background:url(/assets/images/bg_cart_subtotal.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
	color: #ffffff;
	padding: 6px;
	padding-top: 18px;
	overflow: hidden;
}

/* ----------------------------- CONTACT FORM ------------------------------- */
#contact_form_container {
	width: 98%; 
	margin-left: auto; 
	margin-right: auto;
}	

#contact_info_text {
	width: 32%; 
	float: left;
}

#contact_info_form {
	width: 64%; 
	float: right;
}

#contact_form_wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	/*background-color: #bed0d7; 
	border: 3px double #ffffff;*/
}

#contact_form_container {
	width: 98%; 
	margin-left: auto; 
	margin-right: auto;
}	

#contact_form_container_form {
	width: 94%; 
	margin-left: auto; 
	margin-right: auto;
}

#contactFormFieldReqTitle {
	line-height: 21px;
	font-weight: bold;
}

#contactFormField {

}

#contact_form_wrapper .input {
	width: 351px;
}

#contact_form_wrapper .textarea {
	width: 351px;
	height: 161px;
}

#subsection {
	font-weight: bold;
}

#divider_sections {
	clear: both;
	width: 100%;
	border-top: 1px dotted #ff69b4;
	margin-top: 6px;
}
/* ----------------------------- CONTACT FORM ------------------------------- */

.phone_number {
	text-align: center;
	width: 250px;
	margin-bottom: 16px;
}

.topnav_wrapper {
	width: 988px; margin-left: auto; margin-right: auto; margin-top: 11px; margin-bottom: 11px;
}

#topnav {
	float: right;
	margin-right: 6px;
}

#topnav ul li {
	margin: 0;
	padding: 0;	
}

#topnav li {
	list-style: none;
	float: left;
}

#topnav li a {
	margin: 0;
	margin-left: 16px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Verdana, Geneva, sans-serif;
}

#topnav li a:hover {
	color: #ff69ba;
	text-decoration: none;
	font-weight: bold;	
}

.payment_options_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}

.vertical_divider {
	height: 300px;
	width: 16px;
	border-right: 1px dotted #ff69b4;
	float: left;
	margin-right: 11px;
	margin-left: 11px;
}

.checkout_title {
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ff69b4;	
	margin-bottom: 11px;
}

.checkout_with_paypal {
	float: left;
	width: 145px;
	padding-right: 22px;
	/*border-right: 1px dotted #ff69b4;*/
	height: 181px;
	margin-right: 22px;
}

.checkout_option_wrapper {
	height: 181px;
}

.standard_checkout {
	float: left;
}

.account_registration {
	width: 201px;
	float: left;
	margin-right: 30px;	
}

.account_login {
	width: 231px;	
	float: left;
}

.cartErrorMsg {
	color: #ff0000;
	font-weight: bold;
	margin-top: 11px;
}

.billing_address_form {
	float: left; 
	width: 220px;
	margin-right: 38px;
}

.shipping_address_form {
	float: left; 
	width: 220px;
	margin-right: 38px;		
}

.cartBillingSummary {
	float: left; 
	width: 144px;	
}

.cartInput {
	width: 216px;
	height: 18px;	
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
	padding-left: 2px;
	padding-top: 1px;	
}

.cartSelect {
	width: 220px;
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;	
	height: 22px;
	padding-bottom: 1px;
}

.cartInputShipping {
	width: 216px;
	height: 18px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #e3e9ef;
	padding-left: 2px;
	padding-top: 1px;
}

.cartFormFieldReqTitle {
	font-weight: bold;
	margin-top: 9px;	
}

.cartFormFieldTitle {
	margin-top: 9px;
}

.pmtFormFieldReqTitle {
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 9px;
}

.pmtFormFieldTitle {
	margin-top: 9px;
	margin-bottom: 3px;
}

.billingSectionTitle {
	font-weight: bold;
	color: #ff69ba;
}

.sectionTitle {
	font-weight: bold;
}

.cartSummaryTitle {
	width: 80px;
	float: left;
}

.cartSummaryValue {
	float: right;
	text-align: right;
}

.same_shipping {
	float: left;
	width: 220px;
	margin-right: 38px;
}

.cartButton_wrapper {
	width: 220px;
	float: left;
	text-align: right;	
}

.address_summary_wrapper {
	float: left;
	width: 190px;
	margin-right: 24px;
}

.pmt_summary_wrapper {
	float: left;
	width: 220px;
}

.normalText {
	font-weight: normal;
}

.promocode_wrapper {
	float: right;
	margin-bottom: 16px;
	text-align: right;
}

.promocode_message {
	float: left;
}

.promo-banner-wrapper {
	text-align: center;
	margin-bottom: 11px;
}
