/**
 * Main CSS Stylesheet
 */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }








/* Basics
-------------------------------------------------------------- */

body { padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:62.5%; background: #fff url('/includes/templates/newquaycamping/images/site.bg.jpg') top left repeat-x; }
.wrapper { width:890px; margin:0 auto; background: #fff; border-left:10px solid #fff; border-right:10px solid #fff; }
tr, td { vertical-align:top; }
a img { border:0; text-decoration:none; }
p { margin-bottom:1em; }


/* Links
-------------------------------------------------------------- */

a:link, #navEZPagesTOC ul li a {
	color: #E51837;
	text-decoration: none;
	}
 a:visited {
	color: #E51837;
	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: #3F3A1A;
	}
a:active {
	color: #FF0000;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; padding: 0 5px 0 5px; }

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; font-weight:bold; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

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

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

.biggerText {
	font-size: 1.2em;
	}


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 3em; }
ul, ol      { margin: 0 3em 3em 3em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
















/* Styles taken from the Zencart default template CSS file
-------------------------------------------------------------- */

h3.itemTitle { padding:0; margin:0 0 0.5em 0; }

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

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

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

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

LABEL.inputLabelPayment {
	width: 16em;
	float: left;
	padding-left:1.5em;
	padding-bottom:0.75em;
	padding-top:0.75em;
	}

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

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

P, ADDRESS {
	padding: 0px 5px 5px 5px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

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

/*navigation*/

.navSplitPagesResult { margin:0.5em 0;}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0 0.25em;;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

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

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

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

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#indexProductList form {
	margin:0.5em 0;
}

#navMainSearch {
	float: right;
	}

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

#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,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0.8em 0 0.8em;
	}

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


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

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

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

#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 {
	padding: 0.5em 0em;
	}

.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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.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*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}


/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}


/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

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

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}


/*sideboxes*/
.columnLeft {}

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

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
/*	margin-top: 1.5em; */
	}

.sideBoxContent {
	background-color: #ffffff;
/*	padding: 0.4em; */
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	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, .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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}


/* categories box parent and child categories */
/*
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
*/
/* end categories box links */

/*misc*/

.back {
	float: left;
	}

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

.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 {
	}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	}

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

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

.productListing {
	margin:0;
}
.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	color: #FFFFFF;
	}
.productListing-heading {
	padding-right:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

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






















.contentblock { margin-top:10px; }
.contentblock_first { margin-top:0; }

/* header */
.header { position:relative; }

/* body */
.body { padding-bottom:20px; background: url('/includes/templates/newquaycamping/images/body.bg.jpg') bottom left repeat-x; }

/* header */
.header { background: url('/includes/templates/newquaycamping/images/header.bottomline.jpg') bottom left no-repeat; }
.headergraphic { background: url('/includes/templates/newquaycamping/images/header.jpg') top left no-repeat; height:96px; color: #ebe6b6; }
.headergraphic .emaillink { margin-left:540px; padding-top:65px; font-size:9px; }
.headergraphic .emaillink a { color: #fff; text-decoration:none; font-weight:normal; }
.headergraphic .emaillink a:hover { color: #fff; text-decoration:underline; font-weight:normal; }
.headergraphic_link { display:block; position:absolute; top:12px; left:18px; width:330px; height:65px; text-decoration:none; }
.headergraphic_tail { position:absolute; right:1px; bottom:-37px; }
.breadcrumb { height:15px; color: #ebe6b6; font-size:9px; padding:1px 20px 4px 20px; background: #e51937 url('/includes/templates/newquaycamping/images/breadcrumb.bg.jpg') left top no-repeat; margin-bottom:5px; }
.breadcrumb a { color: #fff; text-decoration:none; font-weight:normal; }
.breadcrumb a:hover { color: #fff; text-decoration:underline; font-weight:normal; }

/* navigation */
.navigation { margin-bottom:15px; }
.navigation ul { list-style:none; margin:0; padding:0; }
.navigation li { margin:0; padding:0; float:left; margin-right:2px; }
.navigation li a { display:block; color: #fff; text-decoration:none; font-weight:normal; text-align:center; width:88px; height:21px; padding-top:2px; background: url('/includes/templates/newquaycamping/images/navigation.tab.jpg') center bottom no-repeat; }
.navigation li a:hover { color: #fff; text-decoration:underline; font-weight:normal; }

/* footer */
.footer { border-top:1px solid #e51937; padding:15px 20px; color: #fff; background: #373121 url('/includes/templates/newquaycamping/images/footer.bg.jpg') top left repeat-x; font-size:10px; }
.footer a { color: #fff; text-decoration:none; font-weight:normal; }
.footer a:hover { color: #fff; text-decoration:underline; font-weight:normal; }
.footer .sitecredit { color: #fff; }
.footer .contactinfo { float:right; color: #ebe6b6; text-align:right; }
.footer .highlight { color: #fff; }

/* grid */
.container { margin-bottom:10px; }
.column { float: left; margin-right:10px;  }
.columnLeft   { width:170px; padding-right:10px; }
.columnCenter { width:530px; padding-right:10px; }
.columnRight  { width:170px; padding-left:10px; padding-right:0; }
.columnCenterLong { width:710px; padding-right:0; }

/* shop by category */
.shopbycategory { }
.shopbycategory ul { list-style:none; margin:0; padding:0; background: url('/includes/templates/newquaycamping/images/shop_by_category.bg.jpg') center bottom no-repeat; padding-top:10px; padding-bottom:17px; }
.shopbycategory li { margin:0; padding:0; zoom:1; }
.shopbycategory li a { display:block; color: #796f54; text-transform:uppercase; text-decoration:none; font-weight:normal; border-bottom: 1px dotted #796f54; margin:0 10px; padding:7px 3px; }
.shopbycategory li a:hover { color: #796f54; text-decoration:underline; font-weight:normal; }
.shopbycategory li a.category-products { font-weight:bold; border:0; padding:3px 3px; }
.shopbycategory li a.category-products-first { font-weight:bold; border:0; padding:3px 3px; padding-top:7px; }
.shopbycategory li a.category-top-bordertop { border-top: 1px dotted #796f54; margin-top:7px; }
.category-subs-parent { color: #e62a43; font-weight:bold; }
.category-subs-selected { color: #e62a43; font-weight:bold; }

/* shop by brand (manufacturer) */
.shopbybrand { background: url('/includes/templates/newquaycamping/images/shop_by_brand.bg.jpg') center center no-repeat; height:95px; }
.shopbybrand_header { padding:12px 0 0 10px; text-align:left; }
.shopbybrand_header img { margin:0; padding:0; }
.shopbybrand_body   { padding:10px 10px 0 10px; }
.shopbybrand select { width:148px; }

/* search */
.searchtheshop { background: url('/includes/templates/newquaycamping/images/search.bg.jpg') bottom left no-repeat; padding:20px 0 20px 15px; }
.searchtheshop input { vertical-align:middle; }
.searchinput { width:115px; border:1px solid #c3bfb3; background: #fff; }

/* my basket small */
.mybasketitems { }
.mybasketitems_header { height:47px; background: url('/includes/templates/newquaycamping/images/mybasketitems.header.jpg') top center no-repeat; }
.mybasketitems_body { background: #fff; border-left:1px solid #373121; border-right:1px solid #373121; height:85px; padding:3px; }
.mybasketitems_body ul { list-style:none; margin:0; padding:0; }
.mybasketitems_body li { margin:0;  padding:0; }
#cartBoxEmpty { text-align:center; padding-top:25px; }

/* side login box */
.loginblock { background: url('/includes/templates/newquaycamping/images/login.bg.jpg') center center no-repeat; height:95px; color: #fff; }
.loginblock_header { padding:12px 0 0 10px; text-align:left; }
.loginblock_body { padding:0 10px 0 15px; text-align:right; position:relative; }
.loginblock_body div { margin:2px 0; }
.loginblock .textinput { width:80px; border:1px solid #91071b; background: #fff; }
.loginblock_button { position:absolute; right:0; bottom:-30px; text-align:right; }

.navNextPrevList { float:left; }

/* buttons */
/*
.navNextPrevWrapper a { text-decoration:none; border:0; }
.cssButton { margin:3px; text-decoration:none; }
*/
.cssButton { cursor:pointer; font-weight:normal; }

/* product page */
#productName { font-weight:bold; font-size:14px; }
#productPrices { font-size:24px; font-weight:bold; }
#productDescription { font-size:10px; }

/* category listing */
h1#indexCategoriesHeading,
h1#productListHeading { margin:0; font-weight:bold; font-size:24px; background:url('/includes/templates/newquaycamping/images/titlebg.jpg') top left repeat-x; padding:15px 5px; border-bottom:20px solid #352f1f; }

.ProtxDirectCardIcon { margin-right:1em; }
td.productListing-data {
	text-align:left;
	padding:10px 10px 10px 0;
}

.productPrice { font-weight:bold; font-size:1.3em; }



