/*
    This rule overrides any default padding/margins created by default browser styling
*/
*{
    padding:0;
    margin:0;
}

/*
    Sets basic formatting for the body of the entire page
*/
body{
	background-color: #F5D3E4;
}

table{
	font-family: verdana, helvetica, arial, sans;
    font-size: 11px;
	color: #666666;
}


#siteBody{
	display: block;
	position: relative;
	font-family: verdana, arial, sans;
    font-size: 11px;
	line-height: 120%;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	/* background-image: url(images/siteBackground.gif); */
	overflow: hidden;
}

/* Site Header and Footer */

#siteHeader{
	display: block;
	width: 780px;
	height: 150px;
	background-image: url(images/siteHeader.jpg);
	border-bottom: solid 1px #CE2474;
	text-indent: -8000px;

}

#siteFooter{
	display: block;
	clear: both;
	width: 780px;
}

.legalText{
	font-size: 10px;
	border-top: solid 1px #CCCCCC;
	text-transform: uppercase;
	color: #999999;
	padding-left: 20px;
}

.legalTextTwo{
	float: left;
	padding: 3px 0 3px 0;	
}

#threeN{
	padding-top: 2px;
	float: right;
}

/* Top Nav and View Cart Navigation */

#navCartBox{
	display: block;
	position: relative;
	width: 780px;
	height: 30px;
	background-color: #F7F7F7;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}

#topNav{
	display: block;
	float: left;
	width: 560px;
	line-height: 27px;
}

.topNavLink{
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	border-right: solid 1px #CCCCCC;
	text-decoration: none;
	letter-spacing: .15em;
}

.linkNavLink{
	text-indent: -2000px;
}

#navCart{
	display: block;
	float: right;
	background-image: url(images/viewCartIcon.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 10px;
}

#viewCartLink{
	line-height: 27px;
}

/* Side Navigation Formatting */

#sideNav{
	display: block;
	width: 170px;
	float: left;
	padding: 20px 0 50px 0;
}

#sideNavPad{
	margin-left: 20px;
}

.sideNavLinkImportant
{
    display:block;
    margin-top:16px;
    font-weight:bold;
    text-decoration:underline;
    font-size:1.3em;
    line-height:125%;
}

.sideNavLink{
	display: block;
	margin-top: 16px;
}

.sideNavLinkSelected{
	display: block;
	margin-top: 16px;
}

.sideNavLinkSelected:link{
	color: #CE2474;
}

.sideNavLinkSelected:visited{
	color: #CE2474;
}

/* Main Body Content Containers */

#displayBody{
	display: block;
	position: relative;
	width: 580px;
	float: right;
	margin: 20px 0 55px 0;
	overflow: hidden;
}

#contentPadding{
	padding-right: 60px;
	padding-left: 20px;
}

#checkoutBody{
	display: block;
	width: 780px;
	margin: 20px 0 50px 0;
	padding: 0 25px 0 25px;
}

/* Basic Links */

body a:link{
	color: #605A81;
}

body a:visited{
	color: #605A81;
}

body a:hover{
	color: #605A81;
}
	

body a:active{
	color: #F64387;
}

/* Display Page */

.displayItemTable td{
	border: solid 1px #E3E3E3;
	margin-right: 5px;
	margin-bottom: 5px;
}

.displayItemBox{
	display: block;
	width: 181px;
}

.pageNav{
	display: block;
	clear: both;
	width: 500px;
	padding-top: 10px;
}

.displayItemBoxPad{
	padding: 10px 5px 10px 5px;
}

.pageLabelHeader{
	display: block;
}

.itemTitleLink{
	display: block;
	margin: 3px 0 3px 0;
}

.itemListSaying{
	display: block;
	margin: 0 0 3px 0;
}

.itemPriceCrossout{
	text-decoration: line-through;
}

.saleCall{
	font-weight: bold;
	color: #CE2474;
}

.itemSalePrice{
	font-weight: bold;
	color: #CE2474;
}

.itemPrice{
	font-weight: bold;
}

/* View Cart Page */

#secureStatement{
	background-image: url(images/miniLock.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	font-size: 10px;
	color: #666666;
}

.cartFormTable td{
	padding: 0 6px 0 6px;
}

.editCartHeaders{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background: #CE2474;
	height: 20px;
}

.editCartContent td{
	font-size: 10px;
	background-color: #F7F7F7;
	padding: 3px 6px 10px 6px;
}

.viewCartQuantityInput{
	width: 30px;
}

.updateCartSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 124px;
	background-image: url(images/updateCart.gif);
}

.cartTotals td{
 	padding: 5px 6px 5px 6px;
	font-size: 10px;
	font-weight: bold;
}

.cartTotalsLine{
	border-bottom: solid 1px #CCCCCC;
}

.viewCartProceedBox{
	display: block;
	width: 560px;
}

.keepShoppingButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 173px;
	background-image: url(images/continueShopping.gif);
	float: left;
}

.checkoutSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 214px;
	background-image: url(images/proceedToCheckout.gif);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 25px;
}

.ShippingPromoPlug{
	color: #CE2474;
}

/* Checkout Page */

.checkoutContinueButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 111px;
	background-image: url(images/continueButton.gif);
	float: right;
	margin-bottom: 25px;
}

.checkoutFinishButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 131px;
	background-image: url(images/placeOrder.gif);
	float: right;
	margin-bottom: 25px;
}

.updateInfoButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 34px;
	width: 179px;
	background-image: url(images/updateInfoButton.gif);
}

.checkoutLabelError{
	color: #F64387;
}

.checkoutFormBox{
	border: solid 1px #CCCCCC;
	width: 730px;
	margin-bottom: 15px;
}

.checkoutErrorBox{
	width: 730px;
	color: #F64387;
	font-weight: bold;
}

.checkoutProceedBox{
	width: 730px;
}

/* Single Item Display Page */

.itemPhotoBox{
	display: block;
	width: 275px;
	float: left;
	margin-bottom: 45px;
}

.productOutline{
	border: solid 1px #CCCCCC;
}

.itemImageNumbers{
	line-height: 20px;
}

.itemImageNumbers a{
	text-decoration: none;
	padding: 0 2px 1px 2px;
	border: solid 1px #CCCCCC;
}

.itemImageNumbers a:hover{
	border: solid 1px #999999;
}

.selectedImage{
	border: solid 1px #CE2474;
	padding: 0 2px 1px 2px;
	background: #F7F7F7;
}

.rightItemInfo{
	display: block;
	width: 250px;
	float: left;
	margin-left: 15px;
	margin-bottom: 45px;
}


.itemViewTitle{
	font-size: 14px;
	color: #CE2474;
	line-height: 18px;
}

.itemLabel{
	font-weight: bold;
}

.itemViewID{
	font-size: 10px;
	color: #CE2474;
}

.addToCartSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;
	width: 142px;
	background-image: url(images/addToCart.gif);
}

/* FAQ */

.qLabel{
	color: #CE2474;	
}

/* Contact Us */

#contactInputMessage{
	width: 350px;
	height: 150px;
}

.privacyBody{
 font-family: verdana, arial, sans;
 font-size: 9px;
 text-transform: uppercase;
}

.clickSubmitEmailButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;	
	width: 144px;
	background-image: url(images/submitEmail.gif);
	background-repeat: no-repeat;	
}

.signupSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;	
	width: 103px;
	background-image: url(images/signUpButton.gif);
	background-repeat: no-repeat;	
}

/* Wholesale */

#contactInputAddress1{
	width: 250px;
}

#contactInputAddress2{
	width: 250px;
}

#contactInputState{
	width: 25px;
}

#contactInputZipcode{
	width: 75px;
}

.formLabelError{
	color: #CE2474;
}

.clickSubmitRequestButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;	
	width: 161px;
	background-image: url(images/submitRequest.gif);
	background-repeat: no-repeat;	
}

/* Home Page */

#homeDisplayBody{
	display: block;
	position: relative;
	width: 580px;
	float: right;
	overflow: hidden;
	padding-bottom: 45px;
}

#homeContainer{
	display: block;
	margin-top: 20px;
}

#welcomeParagraph{
	display: block;
	width: 358px;
	height: 120px;
	float: left;
	margin-right: 2px;
	background-image: url(images/welcomeBack.jpg);
	color: #FFFFFF;
}

#welcomeParagraphPad{
	display: block;
	margin: 34px 10px 10px 14px;
	line-height: 110%;
}

#newsletterSignup{
	display: block;
	width: 200px;
	height: 120px;
	float: left;
	background-color: #A6D9ED;
	color: #4C3783;
	margin-bottom: 2px;
}

#homeSignupForm{
	margin-top: 5px;
	margin-bottom: 5px;
}

#newsletterSignupPad{
	display: block;
	margin: 5px 10px 0 10px;
}

#collectionPlug{
	display: block;
	width: 560px;
	height: 500px;
	float: left;
	margin-bottom: 2px;
}

#promotionPlug{
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	background-color: #C3C3C3;
}

#bestSellersPlug{
	display: block;
	width: 360px;
	height: 200px;
	float: left;
	background-color: #CCCCCC;
}

/* Send to a Friend */

.sendFriendLine{
	border-top: solid 1px #CCCCCC;
	display: block;
	clear: both;
	width: 550px;
}

#sendToFriendBox{
	padding-top: 10px;
}

.sendFriendTable td{
	padding-right: 5px;
}

.recommendFriendFormInput{
	width: 100px;
	font-size: 10px;
}

.sendToFriendSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 26px;	
	width: 108px;
	background-image: url(images/sendFriendButton.gif);
	background-repeat: no-repeat;
	margin-top: 13px;
}

.sendFriendTitle{
	font-size: 11px;
	color: #CE2474;
	line-height: 13px;
}

.sendToFriendFormLabel{
	font-size: 10px;
}

.sendToFriendFormLabelError{
	font-size: 10px;
	color: #CE2474;
}

/* Remove Email */

.removeSubmitButton{
	display: block;
	text-indent: -2000px;
	text-decoration: none;
	height: 33px;	
	width: 101px;
	background-image: url(images/removeButton.gif);
	background-repeat: no-repeat;
}

