/* Reset for blank canvas
---------------------------------------------*/

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{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline; ---- causes some issues in the about us page*/
}

body {
	line-height:1.5;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

#siteContainer{
	width:980px;
	margin:10px auto;
}
#mainContent{
	clear:both;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
img	{ border: none; margin: 0; padding: 0; line-height: 0; }


/*Floats and Clearing
-------------------*/
.fR{
	float:right;
}
.fL{
	float:left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#floatClear{
	float:left;
}
#clBoth{
	clear:Both;
}

/* Typography defaults
---------------------------------------------*/
/* Based on browser default of 16px (0.70 * 16px = 11px). */

body { font-size: 70%; }


/* Default fonts and colors.
   tahoma,arial, sans-serif set to dark grey:#3b3b3b */

body {
  color: #3b3b3b;
  font-family:"Nimbus Sans L",tahoma,arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #3b3b3b;
  font-family:tahoma,arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }


a, a:link   { color: #3b3b3b; text-decoration:none; }
a:hover     { color: #3b3b3b; text-decoration:underline; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.bold		{ font-weight:bold; }
.normalText		{font-weight:normal; font-size:100%;}
.boldTitle	{ font-weight: bold; color: #3b3b3b; padding: 1em 0 .5em 1em; display: block; margin: 0; }
.red		{ color: #c80000; }
.price		{ color: #c80000; }
.blue		{ color: #5e6978; }
.black		{ color: #3b3b3b; }



.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color: #060; }
.removed    { color: #900; }

.top        { margin-top: 0; padding-top: 0; }
.bottom     { margin-bottom: 0; padding-bottom: 0; }
.txtCenter	{ text-align:center; width:auto; display:block;}
.last 		{ margin:0;}

.ex			{display: none;}
.inc		{ ; }
.vatText	{ font-weight: normal; color: #3b3b3b; font-size: 90%; margin: 0 0 0 .5em; }
#vatToggle {display: none;}

.forwai		{ display: none; }/*hides separators for adjacent links that are required for accessibilty */


/* Buttons and forms
-------------------------------------------------------------- */
/*.Button{
	display:block;
	font-weight:bold;
	text-align:center;
	margin:.2em auto;
	padding:.6em 0 .7em 0;
	text-decoration:none;
	border:none;
	}*/
.greyBt{
	color:#ffffff;
	background:url(../images/grey_bt.gif) no-repeat center center;
}
.Button:hover{
	text-decoration:none;
	color:#ffffff;
}
.productForm{
	margin:10px 0 0 0;
	background:none;
	width:204px;
	height:18px;
	padding:0;
	border:0;
}
.pQty{
	color:#3b3b3b;
	border:solid 1px #4e4e4e;
	font-size:1em;
	padding:.2em 0 .1em 0;
	width:30px
}
.buyButton{
	padding:0 0 0 5px;
}
form#sortBy{
	float:right;
	width:160px;
}

form#pageSelect{
	float:left;
	width:120px;
}
form#pageSelect .jsOff, form#sortBy .jsOff{
	display:none;
}
.Button, .button, .oButton, a.button, a.Button {
	background:#57874a url(../images/green_button_bg.gif) no-repeat right;
	color: #ffffff;
	padding:.2em 1em;
	font-size:11px;
	font-weight: bold;
	border: 1px solid #699e5a;
	cursor: pointer;
	width:auto;
}
.oButton{
	background:#ff8800 url(../images/orange_button_bg.gif) no-repeat right;
	border: 1px solid #ff8800;
}

/* for marking ooformData inputs where action is required: Re Mike Naylor */
form table .mark{
	background:#fff6bf;
	color:#5a4c14;
	border:solid 1px #abadb3;
}

/* Home page layout
----------------------------------*/


/* Category row listsings */

.catRow{
	background:url(../images/row_bg.gif) no-repeat;
	height:128px;
	margin:5px 0 11px 0;
	}
ul.catRowList{
	margin:0 15px 0 20px;
	padding:0;
	border:0;
	width:599px;
	}
.catRowList li{
	float:left;
	list-style:none;
	margin:0;
	width:100px;
	margin:0 22px;
	line-height:0px;
	}
.catRowList li a{
	text-decoration:none;
	font-weight:bold;
	color:#3b3b3b;
	line-height:1em;
	display:block;
	text-align:center;
	}
.catRowList li a img{
	border:0;
	}

/*Base Banners */
#newBanners{
	margin:20px 0;
	}
#newBanners a{
	margin:5px 12px 15px 0;
	text-decoration:none;
	padding:0;
	}
#newBanners a.lastbanner{
	margin:0;
	}
/* Side Banners */

.menuItem{
	text-align:center;
	margin:1em 0;
}

/*Popular Brands */

.popularBrands a{
	margin:5px 12px 15px 0;
}
.popularBrands a.last{
	margin:0;
}
/* Line Listings
-------------------------------------------------------------- */
/* Pagination
------------------------------- */
.pagination{
	background:url(../images/paginationbar.gif) repeat-x;
	margin:0;
	padding:0;
	width:100%;
}
.pagination h4{
	float:left;
	font-weight:bold;
	color:#393939;
	padding:.3em 0px .5em .5em;
	margin:0;
}
div.paginationLinks{
	color:#393939;
	float:right;
	border:none;
	padding:.4em 1em .1em 0;
	margin:0;
}
.paginationLinks a{
	color:#393939;
}
.paginationFilters{
	background:#e3e4e6 url(../images/filters_base2.gif) no-repeat 0 bottom;
	margin:0;
	padding:1em;
	height:2em;
}

/* Todays Deals Header
------------------------------- */
.todaysDeals{
	background:url(../images/topdeals_bg.gif) no-repeat;
	height:43px;
	width:646px;
	margin:1em 0;
}

.todaysDeals .todaysAll{
	float:right;
	background:url(../images/topdeals_all_bg_l.gif) no-repeat left center;
	margin:10px;
	padding:0 0 0 6px;
}
.todaysDeals a{
	color:#4e4e4e;
	text-decoration:none;
	display:block;
	background:url(../images/topdeals_all_bg_r.gif) no-repeat right center;
	font-weight:bold;
	height:27px;
	line-height:27px;
	padding:0 20px 0 4px;
}


/* Product Listings
------------------------------- */
div.lineListings{
	float:left;
	width:100%;
}
.lineListings ul{
	border-bottom:solid 1px #e6e6e6;
	padding:0 0 1em 0;
	margin:2px 0 0 0;

	}

.lineListings ul:after{/* apply a clearfix solution to line listings */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lineListings ul.even{
	background:#ffffff;
	}
.lineListings li{
	list-style:none;
	}
.lineListings li.pPrice{
	float:right;
	padding:10px 10px 0 0;
	text-align:right;
	}
.freeDelivery{
	background:url(../images/delivery_van.gif) no-repeat left center;
	color:#3b3b3b;
	padding:2px 2px 2px 20px;
	margin:2px 0 2px 10px;
	}

.videoiconhere{
	background: transparent url(http://static.ebuyer.com/images/videoicon20.gif) no-repeat left bottom;
	padding:1em 0 0 2.2em;
	margin:0 .5em 0 1em;
}

.rotatoricon{
	background: transparent url(http://static.ebuyer.com/images/3dicon_small.gif) no-repeat left bottom;
	padding:0 0 0 2.2em;
	margin:0 .5em 0 1em;
}

.nextDayDelivery{
	background:url(images/ndd_van.gif) no-repeat left center;
	font-weight:bold;
	color:#57874a
}

nd_Alert strong{
	color:#c80000;
}

.wasPrice{
	font-weight:bold;
	display:block;
	color:#4e4e4e;
	font-size:x-small;
	}
.was{text-decoration:line-through;
	}
.saving{
	background:#ffffff url(../images/savetag.gif) no-repeat left center;
	padding:2px 2px 2px 20px;
	color:#c80000;
	border:none;
	display:block;
	text-align:center;
	margin:2px 0;
	}
.lineListings li.pInfo{
	float:none;
	margin:0 0 0 0;
	}
.lineListings li.pInfo .pTitle a{
	color:#3b3b3b;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:2px 0 0 0;
	min-height:3em;
	}
.lineListings li.pInfo .pTitle a:hover{
	text-decoration:underline;
	}
.promoText{color:#c80000;
	font-weight:bold;
	padding:5px 0 0 0;
	display:block;
	}
.lineListings li .pQfc{
	display:block;
	margin:8px 0;
	font-size:x-small;
	}
.lineListings li .pStars img{
	margin:0 10px 0 0;
	vertical-align:middle;
	}
	.lineListings li .pStars{
	font-size:x-small;
	}
.lineListings li .pStars a{
	font-weight:bold;
	text-decoration:none;
	color:#3b3b3b;
	}
.lineListings li .pStars a:hover{
	text-decoration:underline;
	}
.lineListings li.pImage{
	float:left;
	}
.b8080{
	border:solid 1px #e7e7e8;
	display:block;
	padding:.5em;
	margin:1em 1em 0 1em;
	background:#ffffff;
	zoom:normal;
}
.b8080:hover{
	border:solid 1px #cacaca;
	}
.lineListings a img{border:none;
	padding:0;
	margin:0;
	}
.lineListings a:hover img{border:none;
	padding:0;
	margin:0;
	}
.quickbar{
	display:block;
	clear:both;
	padding:8px;
	margin:2px;
	height:15px;
	}
a.plCompare{
	background:url(../images/compare_icon.gif) no-repeat left center;
	padding:.4em 0 .5em 0;
	width:8em;
	margin:0 0 0 1em;
	text-decoration:none;
	font-weight:bold;
	color:#4e4e4e;
	text-align:center;
	display:block;
	}
a.plCompare:hover{
	color:#e89111;
}
.quickbar .quickInfo{background:url(../images/quickInfo_bt.gif) no-repeat;
	color:#ffffff;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 20px 5px 30px;
	text-decoration:none;
	}
.lineListings .productForm{
width:100%;
}

.lineListings .plVideoIcon{
	padding:.5em 0 .5em 25px;
	margin:0 0 0 .5em;
	background:url(../images/videoicon20.gif) no-repeat left center;

}


/* Reviews
------------------------------*/

#productReviewForm form fieldset {padding:1em; margin:1em 0 1em 0; font-size:1em; display:block;border:solid 1px #e7e7e8; background:#f6f6f6;}
#productReviewForm form p{margin:0; padding:.5em; text-align:right;}
#productReviewForm form label{background:#ffffff;clear:both; line-height:1.6em; display:block; padding:0.5em 5px .8em 10px;color:#4e4e4e; border-bottom: solid 1px #e7e7e8; font-weight:bold;}
#productReviewForm form select, #productReviewForm form input, #productReviewForm form textarea {margin:0; float:right; width:50%;}
#productReviewForm form input.button {
	background:#57874a url(../images/green_button_bg.gif) no-repeat right top;
	color: #ffffff;
	padding:3px 10px;
	font-size:11px;
	font-weight: bold;
	border: 1px solid #699e5a;
	cursor: pointer;
	width:auto;
	margin:10px;
}
#productReviewForm form legend {font-size:11px;font-weight:bold; border:solid 1px #5e5e5e; margin:0 0 0 -1px; padding:4px 18px; background:#393939 url(../images/form_legend_bg.gif) repeat-x; color:#ffffff;}
/*#productReviewForm form label.alt{background:#fafafa;}*/
.reviewsPagination{
	margin:1em 0;
	padding:.6em .8em;
	text-align:right;
	background:#3b3b3b url(../images/reviewresultsbar.gif) repeat-x 0 top;
	border:solid 1px #e7e7e8;
	color:#ffffff;
}
.reviewsPagination p{
	float:left;
}
.reviewsPagination a{
	margin:0 0 0 .2em;
	padding:.2em;
	color:#ffffff;
}

.reviewsPagination a.pageCurrent{
	border:none;
	font-weight:bold;
	text-decoration:underline;
}
.reviewsPagination a.pageNext{
	border:none;
	font-weight:bold;
	background:none;
}

.reviewBox{
	border:solid 1px #e7e7e9;
	clear:both;
}
.reviewType{
	float:left;
	font-weight:bold;
	color:#4e4e4e;
	padding:.5em 0 0 1em;
}
.reviewBox h5{
	background:#f6f6f6 url(../images/reviewboxtop.gif) repeat-x 0 top;
	padding:.5em .5em .5em 1.5em;
}
.reviewDate{
	float:right;
	padding:.3em 1em 0 0;
}
.reviewer{
	float:left;
	margin: 0 0 0 10px;
	width:120px;
}
.reviewerName, .reviewerRating, .reviewerOs{
	display:block;
	}
.reviewerRating{
		margin:1em 0;
	}
.reviewLinks{
	color:#e89111;
	font-weight:bold;
}
.reviewBox p{
	margin-left:135px;
	padding:0 1em 3em 0;
}
.reviewBoxBase{
	padding:.5em .5em .5em 1em;
	background:#f6f6f6 url(../images/reviewboxbase.gif) repeat-x 0 bottom;
	clear:both;
	position:relative;
}
.reviewsHelpful{
	margin:0 0 0 3em;
	float:right;
	}
.reviewsHelpful a{
	margin:0 1em;
	color:#e89111;
	font-weight:bold;
}
.reviewBoxEnd{
	background:url(../images/reviewboxsp.gif) no-repeat 90% top;
	height:20px;
}

/* Review Edit
-----------------------------*/
.reviewAccept{
	margin:1em 0;
}
.reviewAccept a{
	border:solid 1px #e7e7e8;
	background:#f6f6f6;
	color:#4e4e4e;
	font-weight:bold;
	margin:.5em;
	padding:.4em .5em .4em 2.5em;
}
.reviewAccept a:hover{
	text-decoration:none;
}
.reviewAccept a.accept{
	background:#f6f6f6 url(../images/tick.gif) no-repeat .5em center;
}
.reviewAccept a.edit{
	background:#f6f6f6 url(../images/edit.gif) no-repeat .5em center;
}
.reviewAccept a.delete{
	background:#f6f6f6 url(../images/delete.gif) no-repeat .5em center;
}
.reviewAccept a.accept:hover{
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
.reviewAccept a.edit:hover {
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.reviewAccept a.delete:hover {
  background-color:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}

/* Drop Down Basket
----------------------------*/

#mBasket{
	width:340px;
	background:none;
	position:absolute;
	top:-800px;
	margin:0 0 0 50px;
	cursor:default;
	z-index:300;
	text-align:left;
	cursor:default;
	}
#mBasketHandle{
	width:340px;
	background:url(../images/basket_handle.gif) no-repeat;
	height:38px;
	}
a#mBasketClose{
	background:url(../images/close_light.gif) no-repeat right bottom;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	float:right;
	width:42px;
	height:18px;
	cursor:pointer;
	margin:0 15px 0 0;
	}
a#mBasketClose:hover{
	background:url(../images/close_light.gif) no-repeat right top;
	}
#mMove{
	width:63px;
	height:21px;
	background:url(../images/move_icon.gif) no-repeat;
	float:left;
	margin:9px;
	cursor:move;
	}
#mBasketContent{
	padding:0;
	background:url(../images/mbasket_bg.gif) repeat-y;
	color:#ffffff;
	}
.mBasketItem{
	height:50px;
	padding:5px 5px 5px 1px;
	}
.mBasketItem:hover{
	background:#4a4a4a;
	}
.mBasketItem a img{
	background:url(../images/mbasket_imageholder.gif) no-repeat;
	padding:5px;
	float:left;
	margin:0 10px;
	border:0;
	width:40px;
	height:40px;
	}
.mBasketItemInfo{
	line-height:17px;
	}
.mBasketItemInfo a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	}
.mBasketItemInfo a:hover{
	text-decoration:underline;
	}
.mBasketSubTotal{
	float:right;
	margin:1.5em 0 0 1em;
	color:#ffffff;
	}
.mBasketQty{
	margin:15px 0 0 0;
	float:right;
	width:48px;
	}
#dumpBasket{
	background:#252525;
	text-align:center;
	padding:30px;
	color:#ffffff;
	}
.basketForm{
	margin:0;
	padding:0;
	border:0;
	}
.qnum{
	background:url(../images/mbasket_qty.gif) no-repeat bottom left;
	padding:4px 0px 4px 10px;
	color:#4e4e4e;
	display:inline;
	width:55px;
	float:left;
	border:0;
	font-size:10px;
	margin:0 25px 0 0;
	}
#mBasketTotal{
	font-weight:bold;
	color:#ffffff;
	background:#2e2f2f url(../images/m_basket_total.gif) repeat-x top;
	margin:0;
	padding:0;
	}
#mBasketTotal p{
	margin:0;
	padding:15px;
	}
p#mBasketCost{
	float:right;
	}
#mBasketBase{
	background:url(../images/basket_base.gif) no-repeat;
	height:61px;
	width:340px;
	padding:1px;
	}
	#mBasketBase .button{
	margin-right:10px;
}
#mBasketBase a.button{
	margin-top:1.5em;
}
#mBasketBase a.button:hover{
	color:#ffffff;
}
#updateBasket{
	text-align:right;
	padding:.2em 1.5em;
}

#quickBasketUpdate{
	background:transparent url(../images/quickbasket_update_bg.gif) no-repeat 0 center;
	float:right;
	border:none;
	color:#ffffff;
	margin:0;
	cursor:pointer;
	font-weight:bold;
	padding:.3em .5em 0 2em;
	margin-top:15px;
}
a#emptyBasket{
	display:block;
	background:url(../images/basket_recycle.gif) no-repeat;
	padding:6px 0 8px 35px;
	margin:15px 0 0 15px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	width:80px;
	cursor:pointer;
	}
.basketBundle{
	border:solid 3px #c00000;
	background:#ffffff;
}
.basketBundle .mBasketItem{
	background:#ffffff url(../images/bundle_plus.gif) no-repeat 2px center;
	color:#c80000;
}
.basketBundle .mBasketItem a img{
	background:url(../images/mbasketbundle_imageholder.gif) no-repeat;
}
.bundlePromoCode{
	background:#c00000;
	color:#ffffff;
	padding:.5em 1.5em;
	font-weight:bold;
}
.bundlePromoSummary{
	background:#c80000;
	color:#ffffff;
	line-height:2em;
	padding:1em;
}
.bundlePrice{
	display:block;
	text-align:right;
}
.bundleLinks{
	float:left;
}
.bundleLinks a{
	color:#ffffff;
}
#basketShipping{
	background:#4e4e4e;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	border-top:solid 1px #2b2b2b;
	padding:.5em 1.5em .5em 1em;
}

/* Quick Cart [Right Column]
-------------------------------*/

#Cart form#reviewcart{
	margin:1em 0;
}
#Cart form#reviewcart input.Button{
	width:130px;
	margin:0 5px 0 0;
}
#Cart div.whiteBox{
	text-align:right;
	padding:10px 5px;
}
#Cart .CartLeft{
	float:left;
}

/* Site Survey form
--------------------*/

.siteSurvey{
	width:979px;
	margin:0 auto;
	border-top:solid 1px #e7e7e8;
	padding-top:1em;
}
.siteSurvey h4.tellUs{
	background:url(http://static.ebuyer.com/images/grey_bar.gif) no-repeat;
	font-weight:bold;
	width:646px;
	padding:.5em 0 1em 1em;
}
form#surveyForm fieldset{
	border:none;
	background:#fefeff;
}
form#surveyForm fieldset.radios{
	float:left;
}
form#surveyForm fieldset.surveyComments{
	float:right;
}
form#surveyForm fieldset.radios label{
	float:left;
	text-align:center;
	width:80px;

}

.seoText{
margin:1em 0;
padding:1em;
background:#fcfcfc url(http://static.ebuyer.com/images/head_panel.gif) no-repeat left -11px;
line-height:1.6em;

}

/* Out of stock alert */
#outOfStock{
        text-align:center;
        background: url(../images/oos_bg.gif) no-repeat center top;
        color:#3b3b3b;
        height:80px;
        position:relative;
        top:-5px;
}

#outOfStock h4{
        color:#e30205;
        font-weight:bold;
        line-height:2.7em;
        margin-left:40px;
        background: url(../images/oos_alerticon.gif) no-repeat 180px 5px;
}

#outOfStock form#quicksearch{
        position:relative;
        top:-10px;
}

.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
a.toplink:hover {
	color: #000000;
	text-decoration: none;
}

.newPrd{color:yellow;}

.searchOptions{ width:620px; margin-left:2px; padding:5px 10px; border:solid 1px #eaeaea; border-bottom:none; border-top:none;}
.searchBottom{ height:7px; margin-left:2px; font-size:0; line-height:0; background:url(../images/search_bottom.gif) no-repeat;}

.field_error { border:1px solid #FF6600; background-color:#FFF2E9; }
.field_error td { border:none; padding:2px;	font-size:12px; color:#d12f19; }
.action_error {	margin:8px; border:1px solid #00A8FF; background-color:#E2F5FF; }
.action_error td { border:none; padding:10px; color:#F7450B; font-size:12px; }
.action_messge { margin:8px; border:1px solid #00A8FF; background-color:#E2F5FF; }
.action_messge td {	border:none; padding:10px; color:#F7450B; font-size:12px; }

.downloadArea b { float:left; padding:2px 0 1px; width:80px; background:url(../images/btn_download_bgleft.gif) no-repeat 0 center; }
.downloadArea span { float:left; padding:2px 10px 1px 4px; background:url(../images/btn_download_bgright.gif) no-repeat 100% center; }
.downloadArea span a { color:#6F6F6F; }

div.cart-info {
	background:transparent url(../images/cart_info.png) no-repeat scroll 0 0;
	display:none;
	position:absolute;
	width:352px;
	height:101px;
	color:#404040;
	text-align:center;
}

div.cart-info h4 {
	font-weight:400;
	margin-left:-8px;
	margin-top:6px;
}

div.cart-info p {
	margin:10px auto;
}

div.cart-info p.skin-gray {
	margin:5px auto;
}
