/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


iframe {
	margin-top: 15px;
}

.googleMapLink {
	float: right;
	font-size: 0.9em;
	margin-bottom: 15px;	
}

/* **************************** MAIN STRUCTURAL STYLES **************************** */

html, body {
	height:100%;
	margin:0;
	padding:0
	} 

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #5f6062;
	background: url(../images/bgMain.gif) no-repeat top center #e8e8e8;
}

	#mainContainer {
		width: 950px;
		margin: 0 auto;
	}
	
	#footerContainer {
		width: 870px;
		padding: 0 40px;
		float: left;
		background: #fff;
		font-size: 0.9em;
	}
	
		.footerContentUpper {
			float: left;
			width: 870px;
			padding-bottom: 30px;			
		}
			
			.footerContentUpper p {
				width: 35%;
				float: left;
				font-style: italic;
				padding: 8px 0 0 0;
				line-height: 130%;
			}
			
			.footerContentUpper img {
				float: right;
				margin-left: 15px;
			}
	
		.footerContentMiddle {
			float: left;
			width: 870px;
			padding-bottom: 30px;			
		}
			
			.footerContentMiddleContainer {
				float: left;
				width: auto;
				border-right: 1px solid #CCC;
				margin-right: 10px;
				padding-right: 10px;
			}
			
				.footerContentMiddleContainer.last {
					float: left;
					width: auto;
					border-right: none;
				}
				
			.footerContentMiddleContainer h3 {
				color: #d80120;	
				font-size: 1.3em;
				margin-bottom: 10px;
			}
			
			.footerContentMiddleContainer ul {
				float: left;
				width: 128px;
				margin-right: 4px;
				font-size: 0.9em;
			}
			
				.footerContentMiddleContainer.last ul {
					margin-right: 0;
				}				
				
				.footerContentMiddleContainer ul li {
					line-height: 130%;
				}				
				
					.footerContentMiddleContainer ul li a {
						color: #333;
					}	
				
					.footerContentMiddleContainer ul li a.current {
						text-decoration: underline;
					}
					
	#footerContentLower {
		width: 950px;
		padding: 30px 0;
		float: left;
		font-size: 0.8em;
		border-top: 1px solid #CCC;
	}
	
			#footerContentLower ul li {
				float: left;
				padding-right: 8px;
				margin-right: 8px;
				border-right: 1px solid #df1943;
			}
			
				#footerContentLower ul li.last {
					border-right: none;
				}		
				
				#footerContentLower a {
					color: #df1943;	
				}	
				
				#footerContentLower a.current {
					text-decoration: underline;
				}
		
			ul.footerContentLowerLeft {
				float: left;
				text-transform: lowercase;
			}
			
			ul.footerContentLowerRight {
				float: right;
			}
	
/* **************************** MAIN TEXT STYLES **************************** */

a {
	color: #d82826;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font: 2.0em Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}

h2 {
	font: 1.0em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	line-height: 80%;
}

h3 {
	font: 1.7em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: 200;
	line-height: 100%;
}

h4 {
	font: 1.0em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 100%;
}

p {
	margin: 5px 0 5px 0;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
	padding-top: 10px;
	display: block;
}

/* Access key skip nav */

.offScreen { 
	display: none;
	float: none;
}

.printOnly {
	display: none;
}

.floatRight {
	float: right;	
}

hr {
	height: 1px;
	border: 0;
	background: #ccc;
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
	clear: both;
}

	hr.prePaging {
		margin: 0;		
	}

/* **************************** HEADER PANEL STYLES **************************** */

#header {
	width: 950px;
	min-height: 200px;
	float: left;
	position: relative;
	z-index: 1000 !important;
}
	
.logo {
	float: left;
	width: 257px;
	height: 138px;
	margin: 40px 0 0 20px;
}

.phone {
	float: right;
	margin-top: 95px;
	background: url(../images/bgHeaderPhone.png) left bottom no-repeat;
	width: 180px;
	color: #666;
	padding-left: 45px;
	font-size: 1.3em;
}

	.phone span {
		font-weight: bold;
		color: #d80120;
		font-size: 1.4em;
	}	
	
ul.cartNav {
	width: auto;
	position: absolute;
	top: 5px;
	right: 0;
}

	ul.cartNav li {
		float: left;
		margin: 8px 0 0 5px;
		border-left: 1px solid #d82826;
		padding-left: 5px;
	}

		ul.cartNav li.first {
			border-left: none;
		}
		
	ul.cartNav a {
		float: left;
		text-align: center;
		line-height: 100%;
		color: #d82826;
		font-size: 0.9em;
		font-weight: bold;
	}
	
		ul.cartNav a.current {
			text-decoration: underline;
		}

ul.mainNav {
	width: 950px;
	margin-top: 30px;
	float: left;
	background: url(../images/bgNav.gif) no-repeat top left;
}

	ul.mainNav li {
		float: left;
		margin: 0;
		position: relative;
		background: url(../images/bgNavLi.gif) right top no-repeat;
	}
		
		ul.mainNav li:hover .dropdownWrapper { display: block; }
		
	ul.mainNav a {
		float: left;
		text-align: center;
		color: #fff;
		text-transform: none;
		font-size: 0.9em;	
		padding: 18px 25px 19px 25px;
	}
	
	ul.mainNav a:hover {
		color: #d70120;	
		text-decoration: none;
	}
	
	ul.mainNav li:hover {
		color: #d70120;	
		background: #e8e8e8;
	}
	
		ul.mainNav li.first:hover {
			background: url(../images/bgNavLiFirst.gif) top left no-repeat #e8e8e8;				
		}
	
		ul.mainNav li.twitter:hover, ul.mainNav li.facebook:hover {
			background: none;				
		}
	
	ul.mainNav a.current {
		color: #d70120;	
		background: #e8e8e8;
	}	
	
		ul.mainNav li.first a.current {
			color: #d70120;	
			background: url(../images/bgNavLiFirst.gif) top left no-repeat #e8e8e8;		
		}	
		
	ul.mainNav li.facebook, ul.mainNav li.twitter {
		float: right;
		margin: 0 20px 0 5px;
		background: none;
	}	
	
		ul.mainNav li.facebook a {
			height: 15px;
			background: url(../images/bgNavFacebook.gif) center right no-repeat;
		}
		
		ul.mainNav li.twitter a {
			height: 15px;
			padding: 18px 26px 18px 25px;
			background: url(../images/bgNavTwitter.gif) center left no-repeat;
		}
		
	/* dropdown subnav */
	
	ul.mainNav li:hover ul {
		display: block;
	}
	
	ul.mainNav li:hover a {
		color: #d70120;		
	}
	
		ul.mainNav li:hover ul li a {
			color: #333;		
		}
	
	ul.mainNav li ul {
		display: none;
		width: 235px;
		top: 51px; 
		left: 0px;
		position: absolute;  
		background: #e8e8e8;
		margin: 0;
	}
	
		ul.mainNav li ul li {
			width: 235px;
			height: 38px;
			margin: 0;
			display: block;
			background: none;
			border-bottom: 1px solid #d3d3d3;
		}
	
		ul.mainNav li ul li a {
			display: block;
			text-align: left;
			width: 190px;
			height: 28px;
			font-size: 0.8em;
			padding: 14px 0 0 45px;
			margin: 0;
			background: url(../images/bgNavDropdownLi.gif) left center no-repeat;
		}
		
			ul.mainNav li ul li a:hover {
				color: #d70120;
			}

/* **************************** HOME PAGE STYLES ******************************* */

	#homeSlider {
		float: left;
		width: 950px; /* Make sure your images are the same size */
		height: 271px; /* Make sure your images are the same size */
		z-index: 20;
		font: 1.0em;
	}
	
		#homeSlider img {
			display: none;
		}
		
		.htmlcaption {
			background: url(../images/bgSliderCaption.gif) no-repeat center right;	
			padding-right: 120px;
		}
	
	.homeHighlights {
		float: left;
		width: 870px;
		margin-bottom: 40px;
	}
	
		.homeHighlights li {
			float: left;
			width: 262px;
			height: 127px;
			background: url(../images/bgHomeHighlightsLi.gif) no-repeat;
			margin-right: 42px;
		}
		
			.homeHighlights li.last {
				margin-right: 0px;
			}	
	
		.homeHighlights li a {
			float: left;
			width: 262px;
			height: 127px;
			position: relative;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 1.3em;
			text-align: center;
		}
		
			.homeHighlights li a.shop {
				background: url(../images/bgHomeHighlightsLi_shop.png) no-repeat left center;
			}
		
			.homeHighlights li a.racking {
				background: url(../images/bgHomeHighlightsLi_tracking.png) no-repeat left bottom;
			}
		
			.homeHighlights li a.shelving {
				background: url(../images/bgHomeHighlightsLi_shelving.png) no-repeat left center;
			}
		
		.homeHighlights li a span {
			position: absolute;
			bottom: -15px;
			right: -10px;
			width: 112px;
			height: 50px;
			padding: 6px 10px;
			background: url(../images/bgHomeHighlightsLiSpan.png) no-repeat;
		}
		
			.homeHighlights li.last a span {
				height: 30px;
				padding: 16px 10px;				
			}
	
	#galleryWrapper {
		position: relative; 
		width:277px; 
		height:458px; 
		float: right; 
		background:url(../images/bgMonthlySpecial.gif) no-repeat top center;		
	}
	
		#galleryWrapper #galleria {
			height:347px; 
			width: 315px;
			float: left;
		}
		
		#galleryWrapper h3 {
			color: #666666;
			text-align: center; 
			font-size: 1.7em; 
			padding-top: 30px;
		}
		
		#galleryWrapper .specialLink {
			position: absolute; 
			bottom: 20px; 
			left: 70px;
		}



form.quickSearch {
	float: right;
	position: relative;
	margin: 4px 10px 20px 0;
}

	form.quickSearch label {
		display: none;
	}
	
	form.quickSearch input {
		background: #fff;
		border: 1px solid #d4d4d4;
		color: #8a7979;
		padding: 6px 10px;
		width: 243px;
		font-size: 0.75em;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		form.quickSearch input.button {
			background: none;
			border: none;
			padding: 0;
			width: 33px;
			height: 33px;
			position: absolute;
			top: -1px;
			right: -10px;
		}


/* **************************** CONTENT PANEL STYLES **************************** */



#contentContainer {
	width: 870px;
	padding: 40px 40px 0 40px;
	float: left;
	background: #fff;
	font-size: 0.9em;
}

	#contentContainer p {
		padding: 0 0 8px 0;	
		line-height: 140%;
		clear: both;
	}	

	#contentContainer .contentLeft ol {
		list-style: decimal;		
	}

		#contentContainer .contentLeft ol li {
			line-height: 140%;
			background:  none;
			padding: 0 0 15px 28px;
			margin: 0 0 0 22px;
		}

	.contentLeft {
		float: left;
		width: 555px;
		padding-right: 25px;
		color: #343434;
	}
	
		.contentLeft.home {
			color: #5f6062;
		}
		
		.contentLeft h1 {
			float: left;	
			width: 100%;
		}
		
			.contentLeft.home h1 {
				float: none;
				width: 100%;	
			}
	
		#contentContainer .contentLeft p.bold {
			color: #d80120;
			font-size: 1.6em;
			font-weight: normal;
			line-height: 120%;
		}
		
		#contentContainer .contentLeft ul {
			float: left;
			width: 100%;
			margin: 15px 0;
		}
		
		#contentContainer .contentLeft.home ul {
			float: left;
			width: 50%;
			margin: 15px 0;
		}
		
			#contentContainer .contentLeft ul.listAuto {
				float: left;
				width: auto;
				margin: 15px 0;
			}
	
			#contentContainer .contentLeft ul li {
				display: block;
				line-height: 130%;
				background: url(../images/bgLi.gif) top left no-repeat;
				padding: 0 10px 15px 20px;
				margin: 0;
				font-style: italic;
			}
	
	.contentRight {
		float: left;
		width: 290px;
	}

/* **************************** CONTENT LEFT STYLES ********************** */

.subpageImage, .subpageImage a, .subpageImage img {
	float: left;
}

.subpageBox {
	float: left;
	width: 48%;
	padding-right: 2%;
	margin-bottom: 30px;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

	.subpageBox h2 {
		color: #d80120;
		text-transform: capitalize;
		font-size: 1.5em;
	}
	
	#contentContainer .subpageBox p {
		padding: 8px 0 0 0;
		margin: 0;
		line-height: 150%;
		clear: none;
	}

	.subpageBox img {
		float: left;
		margin: 10px 10px 10px 0;
	}
	
	.subpageBox a {
		background: url(../images/bgLink.gif) no-repeat left center;
		padding: 2px 0 0 18px;
	}
	
.subpageContactBox {
	float: left;
	width: 740px;
	height: 60px;
	background: url(../images/bgSubpageContactBox.jpg) no-repeat top left #444;
	text-transform: uppercase;
	clear: both;
	color: #d2d2d2;
	font-size: 1.4em;
	padding: 43px 0 0 130px;
	margin-bottom: 30px;
}

	.subpageContactBox span {
		color: #fff;
		font-size: 1.6em;
	}

#contentContainer .contentLeft ul.paging {
	float: right;
	margin: 15px 0 10px 0;
	width: auto;
	clear: right;
}

	#contentContainer .contentLeft ul.paging li {
		float: left;
		line-height: 100%;
		background:  none;
		padding: 0;
		margin: 0 5px 0 0;
		font-size: 0.85em;
		font-style: normal;
	}
		
#contentContainer .contentLeft ul.productListing {
	float: left;
	width: 555px;
	margin: 0;
}

	#contentContainer .contentLeft ul.productListing li {
		float: left;
		width: 169px;
		min-height: 235px;
		text-align: center;
		display: inline-block;
		line-height: 140%;
		padding: 0;
		background: none;
		position: relative;
		margin-right: 24px;
		font-style: normal;
	}
	
		#contentContainer .contentLeft ul.productListing li.lastInRow {
			margin-right: 0;
		}
		
		#contentContainer .contentLeft ul.productListing li a {
			color: #d80120;
			display: inline-block;
			width: 167px;
			height: 170px;
			border: 1px solid #dbdbdb;
			text-align: center;
		}
		
		#contentContainer .contentLeft ul.productListing li a img {
			margin-bottom: 5px;
			max-width: 167px;
			margin: auto;
		}
		
		#contentContainer .contentLeft ul.productListing li .iconOverlay {
			display: block;
			width: 28px;
			height: 27px;
			background: url(../images/bgProductOverlay.gif) no-repeat;
			position: absolute;
			top: 1px;
			right: 1px;
		}
	
#contentContainer .callBox {
	float: left;
	width: 535px;	
	padding: 18px 30px 18px 120px;
	background: #f3f3f3;
	color: #004990;
	border: 1px solid #dbdbdb;
	position: relative;
	font-size: 1.7em;
	margin-top: 20px;
}	

	#contentContainer .callBox span, #contentContainer .callBox a  {
		color: #000;
	}	

	#contentContainer .callBox .callBoxImage {
		display: block;
		width: 116px;
		height: 116px;	
		background: url(../images/bgCallBox.png) no-repeat;
		position: absolute;
		top: -15px;
		left: -15px;
	}	
		
/* **************************** SUBPAGE STYLES ***************************** */

.contentRight .subNavWrapper {
	float: right;	
	width: 273px;
	margin: 0;
}

	.contentRight .subNavWrapper h3 {
		background: url(../images/bgSubNavHeader.gif) no-repeat left center #d80120;
		padding: 16px 0 17px 60px;
		color: #fff;
		font-size: 1.7em;
		width: 213px;
	}

ul.accordion {
	width: 271px;
	float: left;
	margin: 0 10px 0 0;
	background: #f3f3f3;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

	ul.accordion li {
		color: #333;
		font-weight: bold;
		position: relative;
		float: left;
		width: 271px;
	}

	ul.accordion li a {
		width: 231px !important;
		float: left;
		color: #333;
		padding: 10px 20px;
		font-weight: normal;
		border-bottom: 1px solid #dbdbdb;
		font-size: 1.0em;
		/*background: url(../images/bgSubNavLi1.gif) no-repeat center right;*/
	}
	
	ul.accordion li ul {
		float: left;
		border: none;
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 10px;
		background: #f3f3f3;
	}

		ul.accordion li ul li {
			width: 250px;
			float: left;
			margin-left: 12px;
			padding: 12px 0 0 0;
			font-size: 0.9em;
			/*background: url(../images/bgSubNavLi2.gif) no-repeat left top;*/
		}
		
			ul.accordion li ul li a {
				width: auto;
				float: none;
				display: block;
				padding: 0;
				border: none;
				background: none;
				color: #000;
				font-weight: bold;
				font-size: 1.0em;
				padding-left: 22px;
			}	
		
			ul.accordion li ul li a.current {
				color: #d80120;
			}	
			
			/* third level accordion */
	
			ul.accordion li ul li ul {
				float: left;
				border-bottom: none;
				padding-bottom: 0;	
				padding-top: 0;
				background: #f3f3f3;
			}
	
			ul.accordion li ul li ul li {
				width: auto;
				display: block;
				background: none;
				margin-left: 0;
				float: none;
			}	
		
				ul.accordion li ul li ul li a {
					font-weight: normal;	
					font-size: 1.0em;
					display: block;
				}
				
				ul.accordion li ul li ul li a.current {
					text-decoration: underline;
				} 
				
/* product detail slider */

#productDetailGalleryWrapper {
	width: 300px;
	float: left;
	margin: 20px 20px 0 0;
}

	#productDetailGalleryWrapper #galleria {
		height: 380px; 
		width: 300px;
		float: left;
		margin-bottom: 15px;
	}
	
	table {
		width: 100%;
		clear: both;
		font-size: 0.8em;
	}
	
		th {
			background: #444444;
			color: #fff;
			border-right: 1px solid #ccc;	
		}
		
			th.last {
				border-right: 1px solid #444444;	
				padding: 10px 0;
			}			
		
		td {
			border: 1px solid #ccc;	
		}	
		
	.productDetailContent {
		float: right;
		width: 235px;
		margin-top: 20px;
	}
	
		.contentLeft .productDetailContent h2 {
			font-size: 1.3em;
			color: #191718;
			text-transform: none;
			line-height: 130%;
			border-bottom: 1px solid #cbcbcb;
			padding-bottom: 20px;
			font-weight: bold;
		}
	
		.contentLeft .productDetailContent h3 {
			font-size: 1.0em;
			color: #333;
			text-transform: none;
			line-height: 130%;
			border-bottom: 1px solid #cbcbcb;
			padding: 10px 0;
		}
	
			.contentLeft .productDetailContent h3 span {
				font-weight: bold;
				color: #333;
			}			
		
		.productDetailContent form {
			width: 235px;
			float: left;
			clear: both;
			border-top: 1px solid #cbcbcb;
			position: relative;
			padding-bottom: 50px;
		}
		
			.productDetailContent form fieldset {
				border-bottom: 1px solid #cbcbcb;	
			}
			
			.productDetailContent form label {
				margin-right: 5px;
				width: 180px;
				float: left;
			}
			
				.productDetailContent form label span {
					float: left;
					padding: 15px 0 15px 0;	
				}
			
				.productDetailContent form label strong {
					font-weight: bold;
				}
				
				.productDetailContent form label span.qty {					
					font-weight: bold;	
					border-left: 1px solid #cbcbcb;	
					padding: 15px 0 15px 10px;
					margin-left: 10px;
					float: right;
				}
			
			.productDetailContent form input {
				background: #fff;
				border: 1px solid #d4d4d4;
				color: #8a7979;
				padding: 6px 10px;
				width: 20px;
				font-size: 0.9em;
				margin: 8px 0;
				font-family: Arial, Helvetica, sans-serif;
			}			
			
			.productDetailContent form select {
				float: left;
			}
			
			.productDetailContent form input.addCart {
				width: 113px;
				height: 43px;
				margin-top: 10px;
				position: absolute;
				bottom: -10px;
				right: -4px;
				border: none;
				padding: 0;
			}
			
			.productDetailContent form input.checkout {
				width: 94px;
				height: 43px;
				margin-top: 10px;
				position: relative;
				bottom: -10px;
				right: -4px;
				border: none;
				padding: 0;
			}
			.productDetailContent form input.login {
				width: 62px;
				height: 43px;
				top: 0;
				float: left;
				border: none;
				padding: 0;
			}
			
			.productDetailContent form input.create {
				width: 158px;
				height: 43px;
				top: 0;
				float: left;
				border: none;
				padding: 0;
			}
			
			.productDetailContent form input.paypal {
				width: 108px;
				height: 47px;
				top: 0;
				float: left;
				border: none;
				padding: 0;
			}
	
	
	.productDetailDescription {
		width: 100%;
		clear: both;
		float: left;
		margin: 10px 0;
	}
		
		.productDetailDescription p {
			clear: both;
		}
		
		#contentContainer .contentLeft .productDetailDescription ul {
			width: 100%;
			margin: 0;
		}
	
			#contentContainer .contentLeft .productDetailDescription ul li {
				display: block;
				line-height: 120%;
				background: url(../images/bgLi.gif) top left no-repeat;
				padding: 0 10px 8px 15px;
				margin: 0;
				font-style: italic;
			}
			
		form.contactForm {	
			width: 100%;
			display: block;
			margin: 20px 0 30px 0;
		}
		
			form.contactForm legend {
				display: none;	
			}
			
				form.contactForm label {
					float: left;
					margin: 0;
					width: 230px;
				}	
				
				form.contactForm input, form.contactForm textarea {
					display: block;
					margin: 0 0 0 0.8em;
				}
				
					form.contactForm input {
						width: 200px;
					}
					
					form.contactForm .radioButtons input {
						width: 25px;
						float: left;
						margin: 0;
					}
					
						form.contactForm .radioButtons input.radioAlign {							
							margin-left: 280px;
						}
				
					form.contactForm input.veriCode {
						width: 100px;
						height: 30px;
						float: left;
						margin: 0 10px 0 0;
						padding: 0;
					}
				
					form.contactForm input.sendButton {
						width: 75px;
						height: 39px;
						margin: 10px 0 0 230px;
						float: left;
					}
					
					form.contactForm img {
						margin: 0;								
					}		
					
	blockquote {
		padding: 0;
		float: left;
		width: 100%;
		color: #333;
		quotes:"\201C""\201D""\2018""\2019";
		font-style: italic;
	}
		blockquote:before, blockquote:after {
			display: block;
			margin: 0 15px 0 0;
			font-size: 2.8em;
			color: #666;
			text-shadow: 0 1px 1px #333;
			line-height: 1.2em;
		}
		
			blockquote:before {
				float: left;
				content: '"'; 
				content: open-quote;
				margin: -10px 15px 20px 0;
			}
		
			blockquote:after {
				float: right;
				content: '"'; 
				content: close-quote;
				margin: 0 15px -10px 0;
			}
	
.cartSummary {
	float: right; 
	width: 263px; 
	margin-bottom: 1px;
	padding: 5px;
	background: #454545; 
}

	.cartSummary p {
		float: left;
		width: auto;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.8em;
		text-transform: lowercase;
		padding-left: 35px !important;
		margin: 0 10px;
		background: url(../images/cart.gif) no-repeat left center;
	}
	
	.cartSummary span {
		float: left;
		padding: 15px 10px 10px 10px;
		background: #272727;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}
	
		.cartSummary span span {
			float: left;
			padding: 0;
			margin: 0;
		}
	
		.cartSummary span a img {
			margin: -5px 0 0 10px;	
			float:left;
		}