/*** Main CSS Stylesheet ***/

html {
    height:100%;
    min-height:100%;
}


body {
	margin: 0;
	font-family: Arial, sans-serif, serif;
	font-size: 11px;
	color:#333333;
	height:100%;
	}
	
tr {vertical-align:top;}	
	

a img {
	border: none;
	margin:  5px 0 5px 0;
	padding: 0;
}

a:link, #navEZPagesTOC ul li a {
	color: #00aeef;
	text-decoration: none;
	margin-top: 4px;
	}
 
a:visited {
	color: #00aeef;
	text-decoration: none;
	margin-top: 4px;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color:#00aeef;
	text-decoration:underline;
	}


a:active {
	color: #00aeef;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif, serif;
	margin: 5px 0;
	color:#00aeef;
	}
	
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	}

h2 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.1em;
	}

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



.biggerText {
	font-size: 1.2em;
	}

#ezPagesHeading {
	color:#EEEEEE;
	}

/*  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 {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
	
INPUT	{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}


TEXTAREA {
	margin: 10px 0;
	display: block;
	width: 47%;
	float:left;
	}

input:focus, select:focus, textarea:focus {
	background-color: #FFFFFF;
	}

/*FIELDSET and LEGEND this changes the upcoming products etc.*/

FIELDSET {
	width: 70%;
	border-style: none;
	padding: 0.2em;
	}

LEGEND {
	color: #000000;
	margin: 5px 0 0 0;
	padding: 0.3em;
	font-weight: bold;
	font-size: 1.2em;
}

LABEL, h4.optionName {
	padding: 0.5em;
	margin: 0;
	}

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


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

P {
	padding: 0.3em 0;
	line-height:1.5em;
	}

ADDRESS {
	padding: 0.3em 0.3em 0.3em 0;
	color:#333333;
	line-height:1.3em;
	}

ADDRESS {
	font-style: normal;
	font-weight: bold;
	}

.clearBoth {
	clear: both;
	}

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

/*Checkout*/

#checkoutPayment fieldset {
	width: 100%;
	border-style: none;
	padding: 0.2em;
	}
#billingAddress {
	padding:10px;
	margin:0 0 0 20px;
}	

#paypalExpress {
visibility:hidden;
}

.black {
 border:solid;	
}

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

.messageStackWarning, .messageStackError {
	color: #FF0000;
	}

.messageStackSuccess {
	color: #000000;
	}

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


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

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

#logo {
float:left;
margin:0em;
padding:0em;
}

#logo img{
margin:0em;
padding:10px 0 0 0;
}

#shareThis{
	float:left;
	margin:55px 5px 0 500px;
	}

.cartCountTotal {
	background:00aeef;
	}

#indexHomeBody #contentMainWrapper{
	margin: 1.3em 0 0 0;
	padding: 0;
	height:100%;
	}

#headerWrapper{
	margin:0em;
	padding:0em;
} 

#logoWrapper{
	height:100px;
	}

#blog {
	background:#FFF url(../images/blogBg.jpg) no-repeat;
	width:269px;
	padding: 0 15px 10px 15px;
	}
	
#blog h1 {
	text-transform:uppercase;
	font-weight:100;
	padding:3px 0 10px 0;
	font-style:italic;
	}	

#blog h1 a {
	color:#FFF;
	}

#fresh p {
	color:#333333;
	}

#welcome{
	margin:10px 0 0 0;
	}

#welcome p {
	line-height:1.7em;
	}	

#welcome h1{
	text-transform:uppercase;
	font-weight:100;
	padding:0 0 10px 0;
	color:#333333;
	font-style:italic;
	}
	
#bottom{
	margin:0 0 10px 0;
	}	

#productAttributes h3 {
	color:#333;	
	}

#productAttributes p {
	color:#333;
	margin:2px 0;	
	}	

#productAttributes label {
	padding:0;
	margin:0;
	}

#cartAdd input{
	margin:0;
	padding:0;
	}

#whatsNew {
padding:0;}	
	
#whatsNew img{
border:#CCCCCC dashed 1px; padding:.8em;}

#indexCategoriesHeading {
	background:#EEEEEE;
	padding: .6em .8em;
	margin:0 0 10px 0;
	}
	
#subscribeContent form {
	padding: 5px 0;
	}
		
#subscribeContent input {
	margin:10px 0;
	}

#subscribeContent label{
	margin:0 2px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;
	}
	
#navColumnOne {
	padding:0 25px 0 0;	
	}

#navColumnOne ul li {
		
	}	

#navColumnOne a {
	color: #333333;
	text-decoration: none;
	margin: 4px 0 4px 0;
	line-height: 25px;
}	

#navColumnOne a:hover {
	color: #00aeef;
	text-decoration: underline;
}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

#sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color:#d3e8fc;
	color:#000000;
	}

.floatingBox {
\	margin:0 10px 0 0;
	padding:10px;
	width:45%;
	border: 1px #CCCCCC solid;
}

#accountLinksWrapper {
	background-color:#F2EDF6;
	}

.wrapperAttribsOptions {
	margin: 0;
	}

#footer {
	background:#a8a8a8 url(http://www.peelersurf.co.uk/images/footer-background.gif) repeat-x;
	margin:20px auto 0 auto;
	padding: 10px 10px 30px 10px;
	width:100%;
	}
	
	
	
#footerContent {
	margin:0 auto;
	width:900px;
	}	
	
#siteMap {
	padding:0 0 20px 0;
	}
	

#contactusBody #mainWrapper, #page2Body #mainWrapper, #loginBody #mainWrapper, #createaccountBody #mainWrapper {
	height:100%;
	}

/*top navigation*/

#nav {
	text-align: right;
	float:right;
	margin: 10px 0 0 0;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	font-size: 1.9em;
	font-weight: bold;
	padding: 0 0 0 40px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #00AEEF;
	text-decoration: underline;
}

/*navigation*/



.navSplitPagesResult {
background-color:#FFFFFF;
margin:10px 0;
}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	font-weight: bold;
	height:auto;
	}

#navCatTabsWrapper {
	background-color: #666666;
	color: #9a9a9a;
	background-image:none;
}
#header_line {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
height: 1px;
width: 400px;
margin-top: 3px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 300px;
}

#login {
	float: right;
	list-style-type: none;
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	margin: 0;
	height: 25px;
	color: #FFFFFF;
	width: 65%;
	}

#login ul li {
	display: inline;
	padding:.5em 0 0 0;
	margin:.5em 0 0 0;
	}

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

.loginbtn {
vertical-align:text-top;
}




#nav-menu
{
	float: left;
	font-size: 1.2em;
	color: #00aeef;
	margin: 0.5em 0.5em 0 0.5em;
	height: 25px;
	padding-top: 0.5em;
	padding-bottom: 2px;

}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
	margin-top: 0 0 0 0.15em;
}

#nav-menu li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #00aeef;
	text-decoration: none;
	text-align: left;
	padding: 1px 20px 2px 0;
	width: auto;
	margin-top: 0px;
}
#nav-menu li a:hover {
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #00aeef;
	text-decoration: underline;
	text-align: left;

}

#navSupp ul, #navCatTabs ul, {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#navSupp ul li, #navCatTabs ul li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid #000;
	list-style: none;
	display: inline;

	}

#navSupp ul li a, #navCatTabs ul li a{
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;

	}

#navMainSearch {
	float: right;
	margin-top: 4px;
	}
#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 {
	color:#000000;
	margin: 0em;
	}

#navBreadCrumb {
	color:#999999;
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: normal;
	margin: 15px 0 0 0;
	}

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


.category-links {
padding:5px;
margin:5px;
}
.category-top {
padding:5px;
margin:5px;
font-weight: bold;
	text-transform:uppercase;
	color:#00aeef;
	}


	
#navColumnTwo {
	margin-right: 0em;
	margin-left: 2em;
	padding:0em;
	}

#navColumnTwo img {
	padding:0;
	margin:0;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.additionalImages a img{
	border:solid 1px #EEEEEE;
	}
#categoryListBoxContents{
	background-color: #666666;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0 0.5em 0.5em 0.5em;
	}
#productDescription p 
{
	font-size: .85em;
}
#productDescription a 
{
	color:00aeef;
}
#productDescription ul 
{
	font-size: .85em;
	padding:0 0 0 10px;
	margin:0 0 0 10px;
	list-style-position: inside;
}
.productListing-data .col1 { color:#FF0000; }

.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.8em;
	margin-right:1.5em;
	}
.centerColumn {
margin:0;
padding:0em;

}

#footer {
	color:#FFF;
}

#footer h1 {
	color:#FFF; 
	font-size:1.5em;	
	}

#footer ul {
	padding: 0;
	margin: 0;
	font-size:11px;	
	}

#footer li {
	color:#FFF; 
	list-style:none; 
	padding: 0 0 5px 0;
	font-size:11px;	
	}
	
#footer a {
	color:#FFF;
}	


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

/*Shopping Cart Display*/
#cartAdd {
	margin: 0;
	padding: 0;
	}

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

.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;
	float: right;
	padding: 0.3em;
	color:#000000;
	}

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

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	border:1px solid #FFF;
	margin: 1em 1.8em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
#indexDefault{
	margin-top: 1.2em;
	
}

#indexDefault .centercolumn{
	margin:0;
	padding:0;
	
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0 0 2em 0em;
	
	}
.additionalImages{
	margin: .5em 0em;
	width:150px;	
	}
	
#productAdditionalImages{
width:50%;
}
	
.centerBoxWrapper {
	height: 1%;
	margin: 1.5em 0 0 0;
}
.centerBoxWrapper a {
	
	}	

h2.centerBoxHeading {
	font-size: 1.2em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-weight:normal;
	color: #00aeef;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color:#00aeef;
	text-decoration: underline;
	} 
		
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
#categoriesHeading{

}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0;
		}
	
.centerBoxHeading {
	background:#333333;
	color:#FFFFFF;
	margin: 0 0 0.5em 0;
	padding: 0.2em 0.5em;
	
	}
	
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	padding-right:0em;
	}

.sideBoxContent {
padding-top: 0.5em;
padding-right:0em;
margin:0em;

	}


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

.categoryListBoxContents a {
	font-size:1.2em;
	color:#333333;
	}

.categoryListBoxContents img {
	border: 3px solid #EEEEEE;
	}

.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, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	font-size:1em;
	}

#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-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #666666;
	margin-top: 4px;
	text-decoration: none;
	font-weight: lighter;
}

SPAN.category-subs-parent {
	font-weight: bold;
	text-transform:uppercase;
	color:#00aeef;
	}
SPAN.category-subs-selected {
	color:#00aeef;
	font-weight: bold;
	}
/* end categories box links */

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

.backRight {
	float: right;
	}
	

.forward, #shoppingCartDefault #PPECbutton {
	
	}
	
#shoppingCartDefault {
	padding:5px;
	}	
	
#cartContentsDisplay {
	padding:5px 5px 0 5px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	}
	
#cartContentsDisplay tr{
	padding:2px;
	}	

.bold {
	font-weight: bold;
	}

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

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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 {
	
	}
.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;
	}

#productName {
	font-size:1.5em;
	color:#107BA2;
	margin:0;
	padding:0;
	}
	
#productGeneral{
	padding:0 28px 0 0;
	}	
	
#productListing img{
	border:1px dotted #CCCCCC;
	}	
.listingDescription{
	line-height: 0em;
	}	
	
#featuredProducts1 img {border-bottom:1px solid #0099FF;	}




#welcomePage {
	padding:0 0 0 0;
}

#welcomePage .right{
	padding:0 0 0 5px;
}

#socialness {
	margin:0 0 0 450px;
	padding:10px;
}

#socialness ul {
	padding:0;
	margin:0;
}

#socialness li {
	list-style:none;
	line-height:20px;
}

#freshp {	
	background:url(/images/fresh-p.jpg) no-repeat;
}

#freshpleft {	
	margin:10px 0 10px 130px;
	padding:0;
	float:left;
	width:300px;
	}

#freshp p {
	color:#FFF;
	padding:0 0 10px 0;
	margin:0;
}	

#freshp a {
	color:#FFF;
	text-decoration:none;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

#welcomescreen a img {
	margin:1px 0 0 0;
	padding:0;
}

#categoryDescription {
	background:#00AEEF;
	color:#FFF;
	padding:30px;
	line-height:25px;
	font-size:13px;
}