/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	background-color: #000000;
	}

.hidden {
display:none;
}

a img {border: none; }

a, #navEZPagesTOC ul li a {
	color:#FFFFFF;
	text-decoration: none;
	}




a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #EB008B;
	background-color: #000000;
	}



a:active {
	color: #CCCCCC;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size:14px;
	padding:0;
color:#EB008B;
margin:0 0 10px 0;
	}
h6 {
	font-size:30px;
	}

label {
padding:0;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h4, h5, h6 {
	margin: 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px dotted #666666;
	}

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


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

LABEL.inputLabel {
float:left;
width:100px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
color:#444444;
clear:both;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #000000;
	text-align: left;
	width: 960px;
	vertical-align: top;
	}

#logoWrapper{

	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	margin-left: 0;
	margin-right: 20px;
	}
#navColumnTwoWrapper {
	margin-left: 20px;
	}
	
#tagline {
float:right;
margin:15px 0;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
/*bof customised navigation bars*/
#topbarwrapper {
background-color:#000000;
height:31px;
margin-top:5px;
	}
#topbarsubjectscontainer{
	width: 780px;
	height: 31px;
	margin-left:auto;
	margin-right: auto;
	}
#topbarsubjects {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:22px;
	padding-top:9px;
	text-align:center;
	width:155px;
	background:transparent url(../images/menu_bar.png) no-repeat scroll 0 -31px;
	}
#topbarsubjects:hover {
	width: 155px;
	height: 22px;
	float: left;
	font-size: 12px;
	color: #EB008B;
	padding-top:9px;
	text-align: center;
	background:transparent url(../images/menu_bar.png) no-repeat scroll 0 0;
	}
#bottombarwrapper {
	background-color:#000000;
	height:20px;
	margin-bottom:20px;
	margin-top:20px;
	/*background-image:url(../images/nav_bar_image.png)*/
	border-bottom:1px solid #EB008B;
	}
#bottombarsubjectscontainer{
	height: 20px;
	}
.bottombarsubjects {
color:#FFFFFF;
float:right;
font-weight:bold;
margin-left:15px;
	
	}
.bottombarsubjects:hover {
	color: #EB008B;
	}
/*eof customised navigation bars*/
/*bof category_images containers*/
#categoryimagecontainers{
	height: 210px;
	width: 150px;
	margin-right: 5px;
	float: left;
	}
/*eof category_images containers*/

/*bof frontpage flash containers*/
#flashcontainer{
border-bottom:1px solid #EB008B;
border-top:1px solid #EB008B;
padding-top:4px;
padding-bottom:4px;
	}
/*eof frontpage flash containers*/
/*bof front page cat images*/
#indexDefaultMainContent{
	margin-bottom:20px;
	}
#welcomeMessage{
	font-family:Georgia;
	font-size:14px;
	border-bottom: 1px dotted #666666;
	}
#frontpageCol1{
	width:160px;
	margin-right:13px;
	float:left;
	margin-bottom:50px;
	margin-top:25px;
	}
#frontpageCol2{
	width:160px;
	margin-right:13px;
	float:left;
	margin-top:25px;

	}
#frontpageCol3{
	width:160px;
	float:left;
	margin-top:25px;
	}
#frontImg1{
	/*border: 1px dashed #ffffff;*/
	background-image:url(../images/marble_top_vanity_unit.jpg);
	height:254px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width:160px;
	}
#frontImg1:hover{
	/*bborder: 1px dashed #ffffff;*/
	background-image:url(../images/marble_top_vanity_unit_over.jpg);
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	width:160px;
	}
#frontImg2{
	background-image:url(../images/pedestal_vanity_unit.jpg);
	height:250px;
	width:160px;
 	margin-top:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg2:hover{
	background-image:url(../images/pedestal_vanity_unit_over.jpg);
	height:250px;
	width:160px;
	margin-top:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg3{
	background-image:url(../images/taps.jpg);
	height:158px;
	width:160px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg3:hover{
	background-image:url(../images/taps_over.jpg);
	height:158px;
	width:160px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg4{
	background-image:url(../images/wall_cabinet.jpg);
	height:244px;
	width:160px;
	margin-top:10px;
	}
#frontImg4:hover{
	background-image:url(../images/wall_cabinet_over.jpg);
	height:244px;
	width:160px;
	margin-top:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg5{
	background-image:url(../images/floor_standing.jpg);
	height:250px;
	width:160px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg5:hover{
	background-image:url(../images/floor_standing_over.jpg);
	height:250px;
	width:160px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg6{
	background-image:url(../images/wall_hung.jpg);
	height:255px;
	width:160px;
	margin-top:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
#frontImg6:hover{
	background-image:url(../images/wall_hung_over.jpg);
	height:255px;
	width:160px;
	margin-top:10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
/*eof front page cat images*/


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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*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;
	}

/*#navSuppWrapper*/
 
#navCatTabsWrapper {
	background-color: #000000;
	color: #9a9a9a;
	background-image:none;
	/*border:1px dotted #ffffff;*/
	margin-top: 14px;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	width: 174px;

}


#navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 20px;
	}


#navCatTabs ul li {
	display: block;
	border-bottom:1px dotted #666666;
	text-transform:uppercase;
	background-image:url(../images/nav_bar_image.png);
	margin-bottom: 2px;
	}
#navCatTabs ul li:hover {
	display: block;
	background-color: #1072BA;
	background-image:url(../images/nav_bar_hover.png);
	margin-bottom: 2px;
	}

#navMain ul li a, #navSupp ul li a, {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}

#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: 11px 0 0;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
background-color:#000000;
border-top:1px solid #666666;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
padding-top:5px;
text-align:left;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
/*bof customised featured centre boxes*/
.centerBoxContentsFeatured_modified{
	float:left;
	
}
/*eof customised featured centre boxes*/
/*bof customised product description*/	
#productDescription{
clear:right;
float:left;
font-size:11px;
margin-left:10px;
margin-top:30px;
text-align:left;
width:330px;
	}

#WC_DescriptionLabel {
margin-bottom:10px;
float:left;
}

#WC_FeatureLabel {
margin-bottom:10px;
float:left;
}

#WC_FeatureLabel img {
margin-bottom:10px;
}
	
/*eof customised product description*/
.alert {
	color: #BFD241;
	margin-left: 0.5em;
	}
.advisory {
	color:#BFD241;	
}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	}
/*bof customised centre column*/
.centerColumnproducts{
	margin-top: 5px;
	background-color:#000000;
	}
/*eof customised centre column*/

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}


/*Shopping Cart Display*/
#cartAdd {
float:left;
font-size:12px;
margin-bottom:15px;
text-align:right;
width:100%;
	}

.tableHeading TH {
	border-bottom: 1px solid #EB008B;
	background-color:#333333;
	}

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	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 {
background-color:#333333;
border-bottom:1px dotted #666666;
border-top:1px dotted #666666;
color:#FFFFFF;
margin-top:10px;
padding:5px;
	}

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	float:left;
	}
.cartAttribsList ul {
	padding-left:15px;
	width:180px;
	}
.cartAttribsList ul li {
	
	}
/*bof customised cart details*/

#cartDefaultHeading{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:18px;
}
/*eof customised cart details*/

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #1072BA;
	}

.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
/*bof customised product listing image*/
#productMainImage{ 
text-align:center;
float:left;
	}
/*eof customised product listing image*/

.categoryIcon {}


//#productAdditionalImages{
//	align:left;
//	}
.additionalImagesAltered{
	float:left;
	margin-right:20px;
	margin-top:20px;
	}

/*Attributes*/
.attribImg {
float:left;
margin:0 0 10px;
text-align:center;
width:12%;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,  .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
/*bof customised additional images*/
.additionalImages{
	float:left;
	}
/*eof customised additional images*/


h2.centerBoxHeading {
background-color:#000000;
border-bottom:1px dotted #666666;
color:#EB008B;
font-size:16px;
margin-bottom:15px;
padding-bottom:4px;
text-align:left;
text-transform:uppercase;
	}

/*sideboxes*/

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

/*bof customised t-shirt banner box*/
.t_shirt_banner {
	width:150px;
	}

/*eof customised t-shirt banner box*/
/*bof customised search box*/

/*eof serach box*/




.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

.sideBoxContent {
background-color:#000000;
margin-bottom:20px;
margin-top:15px;
	}






/*bof customised featured products*/
.centerBoxContentsFeatured{
	/*background-color:#EB008B;*/
	}

/*eof customised featured products*/
	

.productListing-data{
	align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top:10px;
	border-bottom:1px dotted #666666;
	font-size:12px;
        font-weight:bold;
	}
.additionalImages{
	float: left;
	}

#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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top:hover {
	color:#EB008B;
	}


SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {

	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #EEEEEE;
	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: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #333333;
	/*background-image: url(../images/tile_back.gif)*/;
	height: 2em;
	color: #FFFFFF;
	}
/*bof customised product title and price*/
#productListHeading{
	color:#FFFFFF;
	font-size:18px;
	height:24px;
	padding:5px 8px 2px 9px;
	text-transform:uppercase;
	border-bottom:1px solid #EB008B;
	background-color:#333333;
margin-bottom:10px;
	}
.productHeading{
	font-family: verdana;
	color: #ffffff;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom:10px
	background-color:#333333;
	border-bottom:1px solid #EB008B;
	}
.productPricingNew{
color:#FFFFFF;
float:right;
font-size:20px;
font-weight:bold;
margin-left:10px;
text-align:right;
}
.itemTitle{
	font-family:verdana;
	font-size:21px;
	font-weight:normal;
	margin:0 0 15px;
}

/*eof customised product title and price*/	

/*bof customised shopping cart icon*/
.shoppingCartIcon{
background-image:url("../images/shopping_cart_button.png");
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding:43px 0 0;
text-align:center;
width:66px;
float:right;
	}

/*eof customised shopping cart icon*/
/*bof customised home icon*/
.homeIcon{
background-image:url("../images/design_tool_button.png");
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding:43px 0 0;
text-align:center;
width:66px;
float:right;
	}
/*eof customised home icon*/

/*bof customised login icon*/
.loginIcon{
	background-image: url(../images/login_button.png);
background-position:center top;
background-repeat:no-repeat;
color:#FFFFFF;
font-weight:bold;
padding:43px 0 0;
text-align:center;
width:66px;
float:right;
	}
/*eof customised login icon*/
/*bof customised login*/
#loginDefaultHeading{
	color:#FFFFFF;
	font-size:18px;
	background-color:#333333;
	border-bottom:1px solid #EB008B;
	padding:5px 8px 2px 9px;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:uppercase;	
}
/*eof customised login*/
#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: #333333;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#siteinfoLegal {
margin-bottom:20px;
text-align:center;
}

.normalprice {
color:#CCCCCC;
}




#taglineWrapper {
float:right;
}

.centreBoxContent_grad {
text-align: center;
}

#filter_box {
float:left;
height:25px;
}

#productsListingTopNumber {
float:right;
margin-bottom:5px;
}

.listingDescription {
font-size:9px;
font-weight:normal;
margin-bottom:15px;
}

.listingProductImage {
border:2px solid #FFFFFF;
}

.itemTitle a {
color:#FFFFFF;
}

.itemTitle a:hover {
color:#EB008B;
}

#productsListingBottomNumber {
float:left;
margin-top:5px;
}

.navNextPrevList {
margin:0 10px;
}

#productMainImage a img {
border: solid 2px #FFFFFF;
}

#productDetailsList {
float:none;
list-style:none outside none;
padding:0;
text-align:center;
width:538px;
}

#cartProdTitle {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
width:300px;
float:left;
}

#cartImage {
border:2px solid #FFFFFF;
float:right;
}

.buttonRow {
float:right;
margin-left:20px;
}

#cp_list {
list-style:none outside none;
margin:0;
padding:0;
}

#cp_list li {

}

.list_left {
margin-right:34px;
}

.list_right {
margin-left:34px;
}

.custom_title {
display:block;
font-weight:bold;
margin:5px 0;
padding:0;
text-align:center;
}

.custom_price {
display:block;
margin:5px 0;
padding:0;
text-align:center;
}

.custom_link {
background-color:#FFFFFF;
float:left;
margin-bottom:20px;
width:164px;
padding:5px;
display:block;
color:#000000;
}



.custom_link:hover {
background-color:#EB008B;
color:#FFFFFF;
}

#numberOfImages {
display:none;
}
#numberOfTextboxes {
display:none;
}
#numberOfEmbroids {
display:none;
}
#fileReference {
display:none;
}

#productAttributes {
text-align:right;
}

#attrib-grid-table {
float:right;
}

.attrib-grid-cell {
width:50px;
}

#attrib-grid-opt-nameV {
font-weight:bold;
color:#EB008B;
}

#attrib-grid-opt-nameH {
font-weight:bold;
color:#EB008B;
}

#customcolor {
display:none;
}

#navMain {
float:left;
margin-top:20px;
}

#navMainWrapper {
float:left;
width:100%;
}

#navMain ul {
float:left;
font-weight:bold;
margin:0;
padding:0;
}

#navMain ul li {
display:inline;
list-style:none outside none;
margin-right:15px;
}

#navMain ul li a {
color:#FFFFFF;
}

#logo {
float:left;
margin-top:20px;
}

#search_button {
background-color:#000000;
border:1px solid #FFFFFF;
color:#FFFFFF;
float:left;
font-size:10px;
font-weight:bold;
padding:2px 0;
width:48px;
cursor:pointer;
}

#categoriesHeading {
color:#EB008B;
}

#searchHeading {
color:#EB008B;
}

#advanced_link {
clear:both;
color:#FFFFFF;
display:block;
float:left;
margin-top:5px;
text-align:center;
width:100%;
}

#advanced_link:hover {
color:#EB008B;
} 

#search_button:hover {
color:#EB008B;
}

.special_item {
background-color:#FFFFFF;
color:#000000;
display:block;
float:left;
padding:10px 0;
text-align:center;
text-decoration:none;
width:150px;
}

.special_item img {
margin-bottom:6px;
}

.special_item:hover {
background-color:#EB008B;
color:#FFFFFF;
}

.category-top {
border-bottom:1px dotted #FFFFFF;
color:#FFFFFF;
display:block;
font-size:13px;
padding:3px 0;
text-decoration:none;
}

.product_title {
display:block;
}

#specialsHeading a {
color:#EB008B;
display:block;
margin-top:10px;
}

#specialsHeading a:hover {
color:#FFFFFF;
}

.category-subs {
display:block;
margin:5px 0;
}

.category-products {
display:block;
margin:5px 0;
}

.centerBoxContentsNew {
float:left;
}

.centerBoxWrapper {
float:left;
margin-top:10px;
width:100%;
}

#intro_text {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color:#111111;
border: 1px solid #EB008B;
float:left;
font-size:11px;
margin-top:10px;
padding:1px 10px;
}

#extra_text {
float:left;
font-size:11px;
padding:1px 10px;
width:375px;
}

#extra_text strong {
color:#EB008B;
}

#new_text {
background-image:url("../images/custom_backdrop.png");
background-repeat:no-repeat;
float:left;
font-size:11px;
height:122px;
margin-top:10px;
padding:0 0 10px 11px;
width:610px;
}

#cptxt {
float:left;
margin-top:48px;
width:444px;
}

#cpimg {
float:right;
margin-right:12px;
margin-top:17px;
}

#clubs_img {
margin-top:30px;
}

#main_title {
margin-top:10px;
font-size:18px;
}

.ErrorInfo {
color:#ffffff;
}