/**
 * Glenearn Flooring CSS Stylesheet
 *
 * @copyright Copyright 2008 Glenearn Flooring
 * @copyright Copyright 2008 Web Integrations Ltd.
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 07-11-2008 12:40 by Ewan $
 */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#646565;	
	background:#171717 url(/images/blueshark/bg.jpg) no-repeat center top;
	/* background-color: #F5F0EC; ----- old contemporary style */
	/*background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	margin-top:0;
	margin-bottom:10px; 
	font-size: 12px;
	color: #bbbbbb;
}


#wrapper {
	width:962px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
a {
color: #fff;
}
a img {border: none; }

h1 {
	font-size: 20px;
	color:#666;
	padding-left:4px;
	padding-top:0;
	margin-top:0;
	font-family:Helvetica, Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 14px;
	padding-left:4px;
	color:#41111b;
}
	
h3 {
	font-size: 12px;
	padding-left:4px;
	color:#41111b;
}

h4 {
	font-weight:normal;
	font-size:12px;
}

h5, h6, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
}

LABEL, h4.optionName {
	font-size:12px;
	margin-right:10px;
}

.biggerText {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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;
}

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

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


FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
border: 1px solid #262626;
width: 65%;
}

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

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}

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

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

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

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

ADDRESS {
	padding: 0.5em;
}

ADDRESS {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: 0;
}

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

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	background-color: #212121;
	color: #fff;
	padding: 10px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	width: 962px;
	float: left;
	background: #000 url(/images/blueshark/main-bg.jpg) repeat-x 0 0;
}
#mainWrapperInner {
padding: 10px;
}

#mainWrapper2 {
margin: 0 0 10px 0;
float: left;
	width: 942px;
	padding: 0 0 10px 0;
	position:relative;
}

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

#contentMainWrapper {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	
}

#headerWrapper{
	margin: 0em;
	padding: 0em;
	font-size:10px;
	height: 171px;
	width: 962px;
}
	
#topBarWrap{
	width:962px;
	height: 38px;
	top: 133px;
	position: absolute;
}


#logo-container img{
display: none;
}

#logo-container {
	float:left;
	background: url(/images/blueshark/logo.jpg) no-repeat;
	height: 78px;
	width: 374px;
	position: absolute;
	left: 0;
	top: 23px;
}
#logo-container a{
display: block;
	height: 78px;
	width: 374px;
}

#top-text {
	float:right;
	margin:90px 15px 0 0;
}

#top-text h3 {
	color:#000;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
}
	
.topBox{
	float:left;
	padding: 0 5em 0 5em;
	height:3em;
}

#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:12em;
}

#currency_header{
	border-right:1px solid #9a9a9a;
}

#cart_header{
	background:url(../images/cart_bg.gif) 5em 0 no-repeat;
	padding:.2em 0 0 11em;
}

#logoWrap{
	margin:auto;
	/* background-color:#f4f0eb; */
	width:962px;
	color:#000;
}
#topLinks{
	float:right;
	background:#900000;
	margin: .9em auto;
	width:74%;
}

#navColumnTwoWrapper, #mainWrapper {
	margin: auto; 
} 

	
#navColumnTwoWrapper a, #navColumnTwoWrapper a:visited {
	color:#990000;
}

#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: 47%;
}
 #checkoutShipto {
 margin: 0 0 10px 0;
 }
.wrapperAttribsOptions {
}

/*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 {
	margin: auto;
	padding: 0;
	font-weight: bold;
	color: #333;
	width:962px;
	float: left;
}
#navSuppWrapper {
background: #323232 url(/images/blueshark/footer-bg.jpg) repeat-x 0 0;
padding: 20px 0 50px 0;
width: 100%;
margin: 12px 0 0 0;
}
#navSuppWrapper br{
display: none;
}

#navSupp {
	width:962px;
	font-size:11px;
	margin: 0 auto;
}

#navSupp a, #navSupp a:visited {
	color:#333;
}

#paymentsWrap{
	margin:auto;
	width:50%;
}

#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 2em no-repeat;
	width:30%;
	padding:1em 0 0 18em;
}

#bottomNav{
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navSupp ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

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

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

#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration:underline;
}

#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;
}

#navBreadCrumb {
	padding: 13px 0 0 0;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin: 0em;
}
#navBreadCrumb a{
	color: #a1a1a1;
	text-decoration: none;
}
#navBreadCrumb a:hover{
color: #fff;
}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0 1.7em .5em;
	color:#ffffff;
}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 .8em;
}

#navEZPagesTop a:hover{
	text-decoration:underline;
}

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

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #bb0085;
	margin-left: 0.5em;
}

.advisory {}
.important {
	font-weight: bold;
}

.notice {}
.rating{}

.gvBal {
	float: right;
}

.centerColumn {
	padding: 0 0 10px 0;
}

.centerColumn a, .centerColumn a:visited {
	color:#fff;
}

#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
}

#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
}

.banners img{
	padding:0;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	margin: 0;
	border: 1px solid #000000;
	padding: 0;
	margin: 0 0 0 12px;
	display: inline;
}

.tableHeading TH {
	border-bottom: 1px dotted #666;
	text-align:left;
	padding:5px;
	background-color:#efefef;
}

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

#cartSubTotal {
	border-top: 1px dotted #666;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
}

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
	
#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

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

.cartOldItem {
	color: #660099;
	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: #E4FEf5;
	border: 1px solid #003D00;
}

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

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

.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;

}

#productMainImage {
margin: 0 0 0 0;
display: inline;
	padding: 0;
}
.additionalImages {
	margin: 0 0 0 0;
	padding: 0;
display: inline;
}
.additionalImages img{
margin: 12px 0 0 0;
}
#prodImageWrapper {
	margin: 10px 0 10px 0;
	background: #fff;
	width:640px;
	float: left;
	padding: 20px 0;
}
#prodImageWrapper table{
}
#prodImageWrapper td{
padding: 0;
margin: 0;
}
#prodImageWrapper img{
max-width: 390px;
}


.categoryIcon {}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
#productAdditionalImages {
width: 642px;
text-align: center;
float: left;
}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
}

h2.centerBoxHeading {
	font-size: 12px;
	color: #666;
	font-weight:normal;
}

/*sideboxes*/
.columnLeft {

}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
}

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

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:5px;
	background:#000;
}

.centerBoxHeading{
	margin: 0em;
	padding:5px;
	background:#d7d5d5;
}

#categoriesHeading {
	color:#fff;
	font-size:20px;
	padding:5px 5px 5px 10px;
	margin-top:14px;
	margin-bottom:5px;
	font-family:Helvetica, Georgia, "Times New Roman", Times, serif;
}
	
#whatsnewHeading {
	background:#bca886;
	font-size:1.2em;
	padding:.4em 0 .5em 1em;
}

#bestsellersHeading {
	background:#d7d5d5;
	font-size:1.3em;
	padding:.4em 0 .5em 1em;
}
#categories {
display: none;
}
#categories ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size:13px;
}

.category-top li {
	padding:0;
	margin:0;
	vertical-align:middle;
}

li.category-top a {
	padding:10px 0 10px 10px;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;
	text-decoration:none;
	font-size:1.1em;	
}
	
li.category-products a, li.category-products a:visited {
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#fff;
	display:block;
	height:1.8em;
	border-bottom:1px dotted #fff;
	text-decoration:none;
	font-size:1.1em;
}

li.category-products a:visited {
	color:#fff;
}	

li.category-top a:visited {
	color:#fff;
}	

li.category-top a:hover {
	color:#000;
	text-decoration:underline;
	background-color:#fff;
}

li.category-products a:hover{
	background:#fff;
	color:#000;
}

#categoriesContent{
	padding:0;
display: none;}

#bestsellersContent {
	color:#333333;
	font-weight:bold;
}

#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
}

#extralinks{
	padding: .5em 0 .5em 1em;
}

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

.sideBoxContent {
	padding: 0.4em ;
	color:#d7d5d5;
}
	
.sideBoxContent a, .sideBoxContent a:visited {
	color:#333;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
} 

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#cartEmptyText {
	text-align: left;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
}
.cartTotalsDisplay {
text-align: left;
margin: 20px 0 0 0;
}
.prod {
	text-align: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;
}

.ic {
	display:none;
}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #333;
	text-decoration: none;
}

A.category-links, A.category-links:visited {
	color: #333;
	font-weight:bold;
}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #333;
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
}

SPAN.category-subs-selected {
	text-decoration:underline;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	padding-top:0;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	padding-top:0;
}

.bold {
	font-weight: bold;
}

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

.rowEven {
	background-color: #F0F0F0;
	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;
}

tr.productListing-rowheading {
	background-color:#333333;
	padding: 6px 0;
	color: #fff;
}
th.productListing-heading {
padding: 6px 0;
font-size: 10px;
text-align: left;
}

.productListing-rowheading a, #productListing-rowheading a:visited {
	color: #000;
}

#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;
	background-image:none;
	font-size:12px;
	line-height:19px;
}
	
#infoShoppingCart h1 {
	border-bottom:1px solid black;
}

#infoShoppingCart h2 {
	font-size:13px;
}

#infoShoppingCart a, #infoShoppingCart a:visited {
	color:#990000;
}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 0px;
	z-index: 1000;
}

#trailimageid div {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #888;
	text-align: center;
}

#trailimageid h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px 0px;
	text-align: left;
	width: 100%;
}

#trailimageid img {
	margin: 2px;
	border: none;
}
/***END IMAGE HANDLER SUPPORT ***/

.productListing-heading a, .productListing-heading a:visited {
	color:#fff;
}

.productListing-heading a:hover {
	text-decoration:underline;
}
.productListing-data a, .productListing-data a:visited {
	color:#fff;
}

#cart-products ul {
	margin:0;
	padding:0;
	text-align:left;
}

#centerColumn a, #centerColumn a:visited {
	color:#666666;
}

.itemTitle a ,itemTitle a:visited {
	text-align:left;
	color:#fff;
}

.listingDescription {
	text-align:left;
}

.centerBoxContentsProducts {
	width:200px;
	height:270px;
	padding:10px 10px 10px 10px;
	margin:5px 0 5px 10px;
	border: 1px solid #808080;
font-size:12px;
	text-align:center;
	/*background: #121212;*/
	background: #fffeff;
}
.centerBoxContentsProducts br{
display: none;
}
.centerBoxContentsProducts img {
	margin:0 auto;
}

.centerBoxContentsProducts a {
	color:#3b3b3b;
}
.centerBoxContentsProducts a:visited {
	color:#000;
}


#prod-left {
	float:left;
	margin-top:10px;
	width:287px;
}
#prod-right .inner-padding {
	padding: 13px 16px;
	background: #242424;
	float: left;
	width:608px;
}
#prod-right h1#productName {
padding: 0;
margin: 0;
color: #efefef;
font-size: 18px;
}
#prod-right {
	width:640px;
	float:left;
	color: #efefef;
	margin: 0 15px 0 0;
}
#prod-right h5{
margin: 0;
font-size: 18px;
font-weight: normal;
color: #f748b6;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
}


#prod-right h5 span{
font-weight: bold;
color: #fff;
}


#prod-right ul {
padding: 8px 0 0 24px;
margin: 0;
}
#prod-right ul li{
padding: 3px 0 0 0;
margin: 0;
}

h3.leftBoxHeading {	
	color:#fff;
	font-size:15px;
	padding:5px 5px 5px 10px;
	text-decoration:none;
}

h3.leftBoxHeading a, h3.leftBoxHeading a:visited {
	color:#FF9900;
	text-decoration:none;
}

h3.leftBoxHeading a:hover {
	color:#FF9900;
	text-decoration:underline;
}

.leftBoxContainer, .leftBoxContainer a, .leftBoxContainer a:visited {
	color:#fff;
}

.attribsSelect {
	font-size:12px;
}

LABEL.attribsSelect {

}

.wrapperAttribsOptions {
width: 100%;
float: left;
margin: 10px 0;
}
.wrapperAttribsOptions radio{
margin: 0;
}
.wrapperAttribsOptions label.attribsRadioButton{
font-size: 10px;
color: #f249b6;
font-weight: bold;
text-align: right;
margin: 0 0 0 3px;
}
.wrapperAttribsOptions br{
clear: both;
}

.clear-it {
	clear:both;
	line-height:3px;
}

#ready {
	margin-top:-10px;
	width:100%;
}

#ready a, #ready a:visited {
	color:#fff;
	background-color:#141414;
	text-decoration:none;
	display:block;
	padding:7px 0 7px 0;
	text-indent: 15px;	
	font-size: 11px;
}

#ready a:hover {
	color:#666;
}

#homepage_image_text {
	width:600px;
	height:200px;
	background-image:url(/includes/templates/iC_AcadameV1.2/images/homepage_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#homepage_image_text p {
	padding:0 10px 0 250px;
}

#about-us-list {
	color:#fff;
}

#about-us-list a, #about-us-list a:visited {
	color:#fff;
}

#about-us-list li {
	margin-bottom:10px;
}

##pageThree h1 {
	font-style:normal;
}

#pageThree .products {
	font-size:1.4em;
	line-height:1.5em;
	color:#990000;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}

.cart img {
	padding-right:7px;
}

.productAttributes {
	width:700px;
}
#productAttributes {
	width:287px;
	float: right;
}
#productAttributes h3{
margin: 0;
font-size: 18px;
font-weight: normal;
color: #f748b6;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
}
#productAttributes h3 span{
color: #fff;
font-weight: bold;
}
#mainCart {
position: absolute;
top: 0;
right: 0;
background: #000 url(/images/blueshark/basket-bg.jpg) repeat-x;
border: 1px solid #000;
}
#mainCartinner {
background: url(/images/blueshark/basket.jpg) no-repeat 10px 11px;
float: left;
height: 29px;
padding: 14px 12px 0 62px;
font-weight: bold;
font-size: 11px;
}
#mainCartinner a{
color: #fff;
text-decoration: none;
}
#mainCartinner a span{
color: #ccc;
}

#mainCartinner a.viewBasket {
background: #3e3e3e;
padding: 5px 10px 6px 10px;
margin: -7px 0 0 10px;
text-decoration: underline;
}
#mainCartinner a.viewBasket:hover {
background: #2d2d2d;
}


#searchContent {
position: absolute;
top: 68px;
right: 0;
background: url(/images/blueshark/site-search.jpg) no-repeat 0 3px;
padding: 0 0 0 90px;
width: 300px;
text-align: right;
}

.searchButton {
background: #2e2e2e;
border: 1px solid #4b4b4b;
font-size: 12px;
font-weight: bold;
color: #fff;
padding: 3px 6px;
}
.searchButton:hover {
background: #212121;
}

#navColumnOne {
display: none;
}



	
#topBar{
	width:962px;
	font-weight:bold;
}
	
#topBar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#topBar ul li {
	float: left;
	padding:0;
	margin: 0;
	list-style:none;
}
#topBar ul li a{
padding: 10px 25px;
font-size: 14px;
font-weight: bold;
color: #fff;
display: block;
text-decoration: none;
letter-spacing: -1px;
text-transform:lowercase;
}
#topBar ul li a:hover{
background: #d7329e url(/images/blueshark/link-bg-hover.jpg) repeat-x 0 0;
}
#topBar ul li a.selected{
background: #d7329e url(/images/blueshark/link-bg-hover.jpg) repeat-x 0 0;
}
#indexDefaultHeading, #searchHeading, #featuredHeading {
display: none;
}

#indexDefault {
margin: -12px 0 0 0;
}
#indexDefault .hr { 
width: 962px;
margin: 10px 0 0 -10px;
border: none;
background: #161616;
height: 15px;
}
#indexDefault ul{
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}
#indexDefault ul li{
padding: 0 10px 0 0;
margin: 0;
float: left;
}

#navColumnOneWrapper {
width: 287px;
float: right;
margin: 16px 0 0 0;
}
#navColumnOneWrapper img{
}




#featured .sideBoxContent a{
border: 0;
text-decoration: none;
}
#featured .sideBoxContent {
padding: 20px 0 0 0;
font-size: 12px;
font-weight: bold;
}
#featured .sideBoxContent img{
margin: 0 0 10px 0;
}

#specialsDefault {
display: none;
}

.whyGlenearn td, .guidetoRugs td{
vertical-align:top;
line-height: 14px;
color: #999;
font-size: 11px;
}
.whyGlenearn td a, .guidetoRugs td a{
color: #fff;
font-weight: bold;
}
.whyGlenearn h1, .guidetoRugs h1{
font-size: 19px;
font-weight: normal;
color: #f23cc0;
}
.whyGlenearn h1 span, .guidetoRugs h1 span{
color: #fff;
font-weight: bold;
}

.whyGlenearn {
width: 100%;
padding: 0;
display: inline;
float: left;
margin: 10px 0;
}

.guidetoRugs {
width: 460px;
margin: 10px 0 10px 10px;
display: inline;
float: left;
}



#featuredProducts {
position: absolute;
top: -25px;
right: 00px;
width: 287px;
}
#featuredProducts .centerBoxHeading{
display: none;
}
#featuredProducts h1.recent-offers {
font-size: 19px;
font-weight: normal;
color: #f748b6;
padding: 10px 13px;
margin: 0;
background: #171717;
width: 261px;
}
#featuredProducts h1.recent-offers span{
color: #fff;
font-weight: bold;
}

#featuredProducts .centerBoxContentsFeatured {
clear: both;
margin: 17px 25% 5px 25%;
}


#featuredProducts a{
border: 0;
text-decoration: none;
color: #fff;
font-weight: bold;
}

#featuredProducts img{
margin: 0 0 10px 0;
}




.footer-left ul, .footer-right ul{
padding: 0;
margin: 0;
float: left;
}
.footer-left ul li{
padding: 0 13px 5px 0;
margin: 0;
float: left;
}
.footer-right ul li{
padding: 0 0 0 11px;
margin: 0;
float: left;
}

.footer-left ul li a, .footer-right ul li a{
color: #fff;
font-size: 11px;
font-weight: normal;
}

.footer-left p{
padding: 0 0 0 5px;
margin: 10px 0 0 0;
text-align: left;
color: #a6a6a6;
font-size: 10px;
font-weight: normal;
}
.footer-left {
width: 535px;
float: left;
}

.footer-right {
width: 420px;
float: right;
}
.footer-right ul{
float: right;
}


a.enlargebutton {
background: url(/images/blueshark/enlarge.gif) no-repeat 0 -24px;
width: 132px;
height: 24px;
display: block;
overflow: hidden;
margin:0 auto;
}
a.enlargebutton:hover {
background: url(/images/blueshark/enlarge.gif) no-repeat 0 0;
width: 132px;
height: 24px;
display: block;
}



#productInner {
padding: 15px 5px;
float: left;
}
#cartAdd input{
margin: 0 0 0 0;
}

#cartAdd input.submitButton {
background: url(/images/blueshark/add-to-basket.gif) no-repeat 0 -27px;
width: 141px;
height: 27px;
overflow: hidden;
display: block;
border: 0;
margin: 0 0 0 0;
padding: 0;
}
#cartAdd input.submitButton:hover {
background: url(/images/blueshark/add-to-basket.gif) no-repeat 0 0;
}



#paymentOption {
	width:287px;
	float: right;
	margin: 20px 0 10px 0;
}
#paymentOption h3{
margin: 0;
font-size: 18px;
font-weight: normal;
color: #f748b6;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
}
#paymentOption h3 span{
color: #fff;
font-weight: bold;
}
#paymentOption strong {
font-weight: bold;
color: #fff;
}
#paymentOption .paymentInner {
padding: 10px 12px 0px 12px;
font-size: 11px;
float: left;
line-height: 13px;
}



h1#productListHeading, h1#pageThreeHeading, h1#checkoutConfirmDefaultHeading, h1#accountDefaultHeading, h1#advSearchResultsDefaultHeading{
margin: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
margin: 10px 0 0 0;
}
h1#advSearchDefaultHeading{
margin: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
margin: 0 0 0 0;
}
h1#pageThreeHeading, h1#checkoutShippingHeading, h1#conditionsHeading, h1#privacyDefaultHeading{
margin: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
margin: 0 0 10px 0;
}
h1#checkoutPaymentHeading, h1#cartDefaultHeading, h1#loginDefaultHeading {
margin: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
margin: 10px 0 10px 0;
}
h2#checkoutShippingHeadingAddress, h2#checkoutShippingHeadingMethod, h2#checkoutPaymentHeadingAddress, h2#checkoutConfirmDefaultBillingAddress, h2#checkoutConfirmDefaultShippingAddress, h2#checkoutConfirmDefaultHeadingComments, h2#checkoutConfirmDefaultHeadingCart, #accountDefault h2, h2#orderHistoryStatus, h2#orderHistoryDetailedOrder {
margin: 5px 0;
font-size: 15px;
font-weight: bold;
color: #e3e3e3;
letter-spacing: -1px;
}
#conditionsMainContent h1  {
margin: 15px 0 10px 0;
padding: 0;
font-size: 18px;
font-weight: bold;
color: #e3e3e3;
letter-spacing: -1px;
}
h3#checkoutConfirmDefaultPayment, h3#checkoutConfirmDefaultShipment, #myAccountShipInfo h3, #myAccountPaymentInfo h3 {
margin: 5px 0;
font-size: 13px;
font-weight: bold;
color: #e3e3e3;
letter-spacing: -1px;
}
h4#checkoutConfirmDefaultPaymentTitle, h4#checkoutConfirmDefaultShipmentTitle {
margin: 0;
padding: 0 10px;
}

#productsListingBottomNumber {
width: 456px;
float: left;
background: #262626;
padding: 6px 0 8px 15px;
color: #fff;
font-size: 10px;
}
#productsListingListingBottomLinks {
width: 456px;
float: right;
text-align: right;
background: #262626;
padding: 6px 15px 8px 0;
color: #fff;
font-size: 10px;
margin: 0 0 10px 0;
}
#productsListingListingBottomLinks a{
color: #fff;
font-weight: bold;
text-decoration: underline;
}


#listCell0-0 {
text-indent: 15px;
}

.productListing-odd a, .productListing-even a{
color: #fff;
}
.productListing-data img {
	margin: 0 0 0 15px;
}
.productListing-data {
text-align: left;
padding: 10px 0;
border-border: 1px solid #fff;
}


.productListing-even {
background: #0d0d0d;
}


#listCell0-2 {
width: 160px;
padding: 0 10px 0 0;
}



.aboutWrapper {
padding: 0 10px;
font-size: 12px;
}
.aboutWrapper img{
padding: 0 0 15px 15px;
}


.aboutWrapper ul{
padding: 0 0 0 15px;
}
.aboutWrapper ul.leftUL {
margin: 0 5px 0 15px;
float: left;
width: 218px;
padding: 0;
font-size: 10px;
}
.aboutWrapper ul.leftUL2 {
margin: 0 5px 0 0;
float: left;
width: 218px;
padding: 0;
font-size: 10px;
}
.aboutWrapper table {
margin: 10px 0 0 0;
}
.aboutWrapper table img{
padding: 0;
height: 230px;
}
.aboutWrapper table td{
padding: 3px;
}

#contactUsDefault img {
margin: 10px 0 0 0;
}
#contactUsDefault h1 {
margin: 0;
font-size: 18px;
font-weight: bold;
color: #fff;
background: #171717;
width: 100%;
padding: 9px 0;
text-indent: 12px;
letter-spacing: -1px;
float: left;
clear: both;
margin: 10px 0 0 0;
}
.contactLeft {
width: 358px;
float: left;
}
FIELDSET#contactUsForm {
width: 340px;
float: left;
border: 1px solid #262626;
}
.formWrapper {
float: left;
width: 340px;
}


#cartContentsDisplay {
width: 800px;
margin: 0 auto;
background: #111;
border: 1px solid #333;
}
#cartContentsDisplay a{
color: #fff;
}
.tableHeading th {
background: #222;
border-bottom: 1px solid #333;
color: #fff;
}
#cartContentsDisplay td {
background: #111;
border-bottom: 0 solid #333;
padding: 5px;
}
#cartContentsDisplay td ul{
padding: 0 10px;
}
#cartSubTotal {
width: 778px;
margin: 0 auto;
background: #0a0a0a;
border: 1px solid #333;
border-top: 0px;
padding: 1px 10px;
color: #fff;
}

.shoppingCart {
width: 800px;
margin: 0 auto;
}
#conditionsMainContent, #privacyDefaultMainContent {
padding: 0 10px;
}

.centerBoxContentsProducts h3 {
padding: 0;
margin: 5px 0 5px 0;
}
.centerBoxContentsProducts h3 a{
font-size: 12px;
color: #161616;
}
#productMainImage img{
}
