/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	margin: 0;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/pinkstripeback.jpg);
	background-repeat: repeat;
	}
#front {
	margin-left: auto;
	height: 200px;
	width: 715px;
	margin-right: auto;
}
#frontleft {
	float:left;
	width: 370px;
	margin-left: 0px;
	text-align: justify;
}
#frontright {
	float:right;
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-position: top;
}
#frontrighttext {
	height: 100px;
	width: 290px;
	text-align: center;
	margin-top: 90px;
	font-family: "Palatino Linotype", Helvetica, "sans serif";
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	background-position: center;
}

a img {border: none; }
#footergraphic {
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	height: 27px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}

#logoWrapper{
	background-repeat: no-repeat;
	height: 33px;
	width: 962px;
	background-image: url(../images/top.png);
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: -160px;
	}
#logo {
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	height: 299px;
	width: 521px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 15px;
	}
 
a:visited {
	color: #000000;
	text-decoration: none;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 15px;
	}
a:hover
{
	color:  #df5c8e;
	text-decoration: none ;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 15px;
	}
	
 #navEZPagesTOC ul li a:hover ,#navMain ul li a:hover, #navCatTabs ul li a:hover {
	color:  #df5c8e;
	text-decoration: underline;
font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 14px;
	}

 #navSupp ul li a:hover
 {
	color:  #df5c8e;
	text-decoration: underline;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 14px;
	}
	#navSupp ul li a:link
 {
	color: #ffffff;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
		#navSupp ul li a:visited
 {
	color: #ffffff;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
a:active {
	color:  #df5c8e;
	text-decoration: none;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 15px;
	}

h1 {
	font-size: 16px;
	vertical-align: top;
		font-family: "Palatino Linotype", Helvetica, sans-serif;
	color:  #df5c8e;
	font-weight: bold;
	text-decoration: none;
	}

h2 {
	font-size: 16px;
	color: #000000;
	}

h3 {
	font-size: 16px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 16px;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0.3em 3px;

}

CODE {
		font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 1em;
	}

form, select, input {
font-size: 15px;
padding: 0.1em;
vertical-align:middle;
}

TEXTAREA {
	/*	float: left;*/
	margin: auto auto auto auto;
	display: block;
	width: 95%;
	vertical-align:middle;

	}

input:focus, select:focus, textarea:focus {
	background: #FDEEF3;
	vertical-align:middle;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1em;
	padding: 0.2em;
	vertical-align:middle;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 2px dotted #fb5c94;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;

	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #666666;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #b2d68e;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width:962px;
	vertical-align: top;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	}
/*ADD this for border as well as div in tplmainpage*/
#borderarea {
	margin: 0px auto 20px;
	padding: 5px;
	background-color: #ffffff;
	border: 4px solid #ff9900;
	width: 908px;
	background-position: center;
}

#headerWrapper,#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	}
	


#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	
	} 

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 80%;
	}
.floatingBox2 {
	margin: 0;
	width: 80%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	vertical-align:middle;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
#navMain a:link {
	font-weight: normal;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
#navMain a:visited {
font-weight: normal;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
#navMain a:hover {
font-weight: normal;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #df5c8e;
	font-size: 14px;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	font-weight:bold;
	color: #000000;
	height: 20px;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	width: 200px;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #000000;
	

}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
	line-height: 16px;
	float: right;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 5px;
	padding-left: 0em;	
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	color: #ffffff;	
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	
	
	}

#navCatTabs ul li a {
	color: #fa5694;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;

	}

#navMainSearch {
	float: right;
	padding-top: 3px;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	color: #b6d464;	

	}

#navEZPagesTop {
	background-color: #FFFFFF;
	margin: 0em 0em 0em 10px;
	padding: 0.5em;
	background-position: center;
	text-align: center;
	}


#navEZPagesTop a:link {
	font-size: 16px;
		font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #ff9900;
	font-weight: bold;
	text-align: center;
	text-indent: 20px;
	}
	
	#navEZPagesTop a:hover {
	font-size: 16px;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-align: center;
	text-indent: 20px;
	}
	
	#navEZPagesTop a:visited {
	font-size: 16px;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #fa5698;
	font-weight: bold;
	text-align: center;
	text-indent: 20px;
	}
	
#navColumnOne, #navColumnTwo {
	padding-right: 5px;
	padding-bottom: 5px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em 0.5em 20px;
	background-position: top;
	font-size: 14px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
	/*This moves the center main page OVER*/
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 125px;
	width: 720px;
	}


 #credits, #credits a:link, #credits a:active, #credits a:visited {
	font-size: 13px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", Arial, Tahoma;
	font-weight: normal;
	color: #fc5488;
	text-decoration: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#credits a:hover {
	font-size: 13px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", Arial, Tahoma;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.smallText
{
	font-size: 12px;

	background-repeat: no-repeat;
height:35px;
		
	}
/*Shopping Cart Display*/
#cartAdd {
	float:left;
	text-align: center;
	margin: 5px;
	padding-left:10px;
	padding-bottom: 10px;
	padding-right: 10px;	
	}
#pictures {
	float:left;
	vertical-align: top;
	
}

#attributes {
	float:left;
	padding-left: 15px;	
}

	
.tableHeading TH {
	border-bottom: 1px solid #fe6893;
	}

.tableHeading, #cartSubTotal {
	background-color: #FDECF1;
	 }

#cartSubTotal {
	border-top: 1px solid #fe6893;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em 0.5em 5px;
	
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #fbe1ea;
	border: 1px solid #72c55f;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #00c3e3;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:0 auto;
	width:100%;
	clear:none;
	text-align:center;
	float: right;

	
	}
#productAdditionalImages {
	width:100%;
	clear:none;
	text-align:center;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
}

.additionalImages {
width:100%;
padding:0;
float:left;
margin:0 auto;
text-align:center;
}



#productGeneral{
	
}


.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	float: right;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;

	
	}

.centerBoxWrapper {
	height: 1%;
	padding-right: 0px;
	margin-right: 0;
	margin-bottom: 1.1em;
	margin-left: 0;
	padding-left: 15px;
	}

h2.centerBoxHeading {
	font-size: 14px;
	color: #333333;

	
	}

/*sideboxes*/
.columnLeft {
	padding-left: 15px;
		
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #000000;
	
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0px;	
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 1.5em 0em 0em;
	margin-left: 5px;
	margin-right: 5px;
	}

.sideBoxContent {
	padding: 0.4em;

	
	}

h3.leftBoxContent a:hover, h3.rightBoxContent a:hover {
	color: #000000;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #ffffff;
}

#upProductsHeading {
	text-align: left;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	color: #fb5c94;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #333333;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	text-decoration: none;
	}
	A.category-top:hover {
	color: #fb5c94;
	font-family: "Palatino Linotype", Helvetica, sans-serif;
	text-decoration: underline ;
    }
A.category-subs, A.category-products {
	color: #333333;
	text-decoration: none;
	}
	
	A.category-subs:visited, A.category-products:visited {
	color: #333333;
	text-decoration: none;
	}
SPAN.category-subs-parent {
color: #fb5c94;
	font-weight: normal;
	}
SPAN.category-subs-selected {
color: #fb5c94;
	font-weight: normal;
	}
	SPAN.category-subs-hover {
color: #fb5c94;
	font-weight: normal;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	padding-left: 25px;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #FEF1F5;
	height: 2em;
	color: #666666;	
	}

.productListing-rowheading {
	height: 2em;
	color: #ffffff;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;

	}
#popupLinksHelp {
background: #FFF;
background-image: none;
}