/* -------------------------------------------------------------- 
  
   Screen Styles - Arnotts 2009
   Date Created: 18/06/09
   Author: Justin Walsh
   
-------------------------------------------------------------- */


/* ---- CSS Browser reset (sets all browsers to display and space default elements equally, remove compatability bugs)
------------------------------------------------------------------------- */


/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body
{
	line-height: 1.5;
	background: #fff;
	margin: 1.5em 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: 400;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

a img
{
	border: none;
}





/* HTML Elements
-------------------------------------------------------------- */

/* Centred site layout */
body
{
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
	position: relative;
	font-size: 69%; /* Default fonts and colors, designed to set fonts to look the same across main browsers, and align to an even baseline grid with 18px spacing */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6
{
	color: #333333;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
}
h1
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #666666;
}
h2
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #990000;
}
h3
{
	font-size: 14px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #990000;
}
h4
{
	font-size: 13px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #666666;
}
h5
{
	font-size: 12px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
}
h6
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #666666;
}

.sitePromoInfo
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #666666;
}

h7
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
}

.checkoutLoginText
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: 900;
	color: #333333;
}

/* replace above h7 with below as h7 is not html compliant tag*/
.formlabel
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
}

.formlabelWithPadding
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
	padding-right: 3px;
}

p
{
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


/* ---- Site Container----------------------------------------------------------- */
#sitecontainer
{
	width: 950px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 20px;
	height: 100%;
}

/* ---- Main Menu Drop Down ----------------------------------------------------------- */
.dropdowncontainer
{
	background-image: url(Images/Slice_Dropdown.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #CCCCCC;
	padding: 10px 10px 15px 0px;
	border: 3px solid #6E6E6E;
	margin: 0px;
	width: inherit;
}

.dropdown ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px dashed #999999;
	width: 160px;
}

.dropdown li
{
	list-style: none;
	line-height: 20px;
	text-indent: 9px;
	padding: 0px;
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	display: inline;
}

.dropdown a
{
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
.dropdown a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #757575;
}

.dropdownheader
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 2px 0px 8px 0px;
}


/* ---- Header Styles ----------------------------------------------------------- */
.headercontainer
{
	width: 950px;
}

.b4nHeader
{
	padding-bottom: 24px;
	float: right;
	margin: 0px;
}

.b4nHeader .headerContent
{
	width: 450px;
}

.b4nHeader .headerImage
{
	float: right;
}

.b4nHeader .headerText
{
	float: right;
	margin-right: 7px;
	padding-top: 4px;
	text-align: right;
}

.arnottslogo
{
	float: left;
	padding-bottom: 14px;
}

.arnottslogo a
{
	width: 205px;
	height: 80px;
	background-image: url(Images/Logo_Arnotts.gif);
	display: block;
	text-indent: -2000px;
}

.arnottslogo a:focus
{
	overflow: hidden;
}

.searchButton
{
	width: 53px;
	height: 18px;
	background-image: url(Images/Bttn_Search.gif);
	display: block;
	text-indent: -2000px;
	margin-left: 5px;
}

.searchButton:focus
{
	overflow: hidden;
}

.basketnav
{
	float: right;
}

.basketnav ul
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
}
.basketnav ul li
{
	display: inline;
}
.basketnav a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.basketnav a:visited
{
	color: #000000;
	font-weight: normal;
}
.basketnav a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.basketnav a:active
{
	color: #000000;
	font-weight: bold;
}

.submenu
{
	float: left;
	font-weight: bold;
	width: 950px;
	padding-bottom: 7px;
}
.submenu ul
{
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.submenu ul li
{
	display: inline;
	margin-right: 18px;
}
.submenu a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.submenu a:visited
{
	color: #666666;
	font-weight: bold;
}
.submenu a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.submenu a:active
{
	color: #666666;
	font-weight: bold;
}

/*----Homepage Framework ---------*/
.contentcontainer
{
	padding: 12px 0px 18px 0px;	
}

.leftbannercontainer
{
	float: left;
	width: 150px;
	padding-right: 10px;
}

.leftbannerholder
{
	width: 150px;
	height: 82px;
	padding-bottom: 9px;
}

.centrecontentcontainer
{
	float: right;
	width: 790px;
}

.largehomepagebanner
{
	width: 790px;
	height: 328px;
	padding-bottom: 10px;
	_padding-bottom: 20px;
}

.subbannercontainer
{
	float: left;
	width: 790px;
	height: 200px;
	margin-top: 5px;
}

.subbannerholder
{
	float: left;
	width: 190px;
	height: 200px;
	padding-right: 10px;
}

.happeningcontainer
{
	float: left;
	width: 190px;
	height: 200px;
}

.happeningheader
{
	width: 190px;
	height: 36px;
	background-color: #7F7F7F;
	text-align: center;
}

.happeningarrow
{
	width: 190px;
	height: 19px;
	background-color: #C2C2C2;
	text-align: center;
	cursor: pointer;
}

.happeningtextcontainer
{
	width: 190px;
	background-color: #F2F2F2;
}

.happeningtext
{
	width: 178px;
	height: 25px;
	background-image: url(Images/Slice_HappeningNow.gif);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}

.happeningtext a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.happeningtext a:visited
{
	color: #000000;
	font-weight: normal;
}
.happeningtext a:hover
{
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.happeningtext a:active
{
	color: #000000;
	font-weight: bold;
}


/* ---- Footer Styles ---------------------------------------------------- */

.footercontainer
{
	width: 950px;
	height: 117px;
	background-image: url(Images/Slice_Footer.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
}

.footerdivider
{
	float: left;
	height: 107px;
	width: 75px;
	background-image: url(Images/Graphic_FooterDivider.jpg);
	background-repeat: no-repeat;
}

.footertextcontainer
{
	float: left;
	width: 145px;
	height: 107px;
	padding-left: 20px;
	padding-right: 10px;
}

.footerheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 8px 0px;
}

.list ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
.list li
{
	list-style: none;
	line-height: 17px;
	margin: 0px;
	color: #FFFFFF;
}
.list a
{
	color: #FFFFFF;
	text-decoration: none;
}
.list a:visited
{
	color: #FFFFFF;
}
.list a:hover
{
	color: #999999;
	text-decoration: underline;
}
.list a:active
{
	color: #FFFFFF;
}

.footertext
{
	height: 60px;
	width: 950px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* ---- Left Menu Filtered Shopping ---------------------------------------------------------- */
.filteredcontainer
{
	float: left;
	width: 150px;
}

.filteredgreybox
{
	display: inherit;
	width: 150px;
	background-color: #F0F0F1;
	margin-bottom: 10px;
}

.filteredheader
{
	width: 138px;
	height: 23px;
	padding: 2px 5px 0px 7px;
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
}

.leftnavheader
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	padding: 2px 8px 2px 10px;
	font-size: 13px;
	color: #FFFFFF;
}

.leftnav
{
	float: left;
	width: 150px;
	background-color: #F0F0F1;
	height: 100%;
	margin-bottom: 10px;
}

.leftnav ul.AspNet-MegaMenu
{
	list-style: none;
	margin: 0px;
	padding: 8px 8px 10px 10px;
}

.leftnav ul.AspNet-MegaMenu ul
{
	margin: 0px;
	padding: 0px;
}

.leftnav li
{
	list-style: none;
	line-height: 18px;
	margin: 0px;
}


.leftnav a.AspNet-MegaMenu-Link
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.leftnav li li.AspNet-MegaMenu-Leaf a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A7A7A;
	text-decoration: none;
}

.leftnav li li.AspNet-MegaMenu-Leaf a:hover
{
	color: #000000;
	text-decoration: underline;
}

.leftnav a:active
{
	color: #000000;
}

.filterSort
{
	float: left;
	width: 150px;
	background-color: #F0F0F1;
	height: 100%;
	margin-bottom: 10px;
}

.filterSort ul
{
	list-style: none;
	margin: 0px;
	padding: 8px 8px 10px 2px;
}

.filterSort li
{
	list-style: none;
	line-height: 18px;	
	padding-left: 10px;
	margin: 0px;
}

.filterSort a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A7A7A;
	text-decoration: none;
}

.filterSort a:visited
{
	color: #7A7A7A;
}

.filterSort a:hover
{
	color: #000000;
	text-decoration: underline;
}

.filterSort a:active
{
	color: #000000;
}

.infonavheader
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	color: #FFFFFF;
}

.backgroundImage
{
	width: 150px;
}

.infonav
{
	float: left;
	margin-bottom: 10px;
	height: 100%;
	background-color: #F0F0F1;
}
.infonav ul
{
	list-style: none;
	margin: 0px;
	padding: 8px 8px 40px 2px;
	height: inherit;
}
.infonav li
{
	list-style: none;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}
.infonav a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
}
.infonav a:visited
{
	color: #525252;
}
.infonav a:hover
{
	color: #000000;
	text-decoration: underline;
}
.infonav a:active
{
	color: #525252;
}

/* ---- COMPARE ITEMS ---------------------------------------------------------- */
.compareitemscontainer
{
	width: 130px;
	background-color: #E4F1F1;
	height: 100%;
	padding: 10px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 10px;
}

.compareimagecontainer
{
	text-align: left;
	width: 110px;
	height: 110px;
	border: 1px solid #CCCCCC;
	margin: 10px 10px 2px 0px;
	padding: 0px;
}

.removelink a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-align: left;
	margin: 0px 10px 8px 0px;
	font-weight: normal;
}
.removelink a:hover
{
	color: #990000;
}

.comparebttn
{
	text-align: center;
	padding-top: 15px;
}

.CompareBarDiv
{
}

.productNameCompareDiv
{
	margin-left: 0;
	padding-top:6px;

}

.productNameCompareDiv a
{
    text-decoration: none;
}

/* ---- Currency Converter ---------------------------------------------------------- */

.convertercontainer
{
	float: left;
	width: 130px;
	background-color: #F0F0F1;
	padding: 8px 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}

.converterflags
{
	float: left;
	width: 24px;
	height: 26px;
	padding-top: 10px;
}
.converterflags a:hover img
{
	border: 1px solid #666666;
}
.converterflags a:active img
{
	border: 1px solid #666666;
}

.flagspacer
{
	float: left;
	width: 10px;
	height: 26px;
}

/* ---- PRODUCT LISTING -------------------------------------------------------- */

.centeralign
{
    text-align: center;    
}

.productdetailscontainer .centeralign
{
    text-align: left;
}

.listingwrapper
{
	float: left;
}

.listingReferential
{
	float: left;
	min-width: 0px;
	text-align: center;
	height: 572px;
	_width: 0;
}

.listingReferential .listingRow
{
	float: left;
	width: 375px;
	text-align: center;
	height: 490px;
}

.listingReferential .listingcontainer
{
	float: left;
	height: 385px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 365px;	
}

.listingReferential .listingimage
{
	width: 365px;
	height: 385px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.listingReferential .listingPrice
{
	text-align: center;
	color: #333333;
	font-weight: normal;
}

.largeproductcontainer
{
	float: left;
	width: 302px;
	height: 302px;
	margin: 0px 11px 15px 0px;
	text-align: center;
}

.largeproductimage
{
	width: 320px;
	height: 320px;
	margin-bottom: 10px;
	border: none;
}

.listingReferential .listingtitle a
{
	font-size: 16px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #999999;
}
.listingReferential .listingtitle a:hover
{
	color: #333333;
}
.listingReferential .listingtitle a:active
{
	color: #333333;
}

.listingReferential .generalText
{
	text-align: center;
	display: block;
}
.productFamilySaleLink
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: red;
}
.productFamilySaleLink a
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: red;
}
.smalllistingtitle a
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #999999;
}
.smalllistingtitle a:hover
{
	color: #333333;
}
.smalllistingtitle a:active
{
	color: #333333;
}

.selectproduct
{
	position: absolute;
	width: 70px;
	height: 0px;
	vertical-align: top;
	padding: 360px 0px 0px 6px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.selectproductsmallimage
{
	position: absolute;
	width: 70px;
	vertical-align: top;
	padding: 165px 0px 0px 4px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.productlistingcontainer
{
	/*height: 352px;*/
	margin-bottom: 5px;
	width: 188px;
	float: left;	
	text-align: center;
}

.listingClass
{
	float: left;
	width: 360px;
}

.productlistingimage
{
	width: 188px;
	height: 188px;
	_height: 192px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}

.pagefooter
{
	width: 786px;
	border-top: 1px dashed #999999;
	padding: 8px 0px 8px 0px;
}

.smallproductspacer
{
	width: 6px;
	float: left;
}

/* ---- General Styles ---------------------------------------------------------- */

.breadcrumb
{
	float: left;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.breadcrumb ul li
{
	display: inline;
}
.breadcrumb a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb a:visited
{
	color: #333333;
	font-weight: bold;
}
.breadcrumb a:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.breadcrumb a:active
{
	color: #333333;
	font-weight: bold;
}

.paging span
{
	float: right;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.currPage
{
	text-decoration: underline;
	padding-bottom: 0px !important;
}

.paging ul
{
	float: right;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.paging ul li
{
	display: inline;
}
.paging a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.paging a:visited
{
	color: #333333;
	font-weight: bold;
}
.paging a:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.paging a:active
{
	color: #333333;
	font-weight: bold;
}

.breadcrumbdivider
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999900;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearright
{
	clear: right;
}

.floatleft
{
	float: left;
}

.maincontentcontainer
{
	float: left;
	width: 786px;
	_width: auto;
	margin-bottom: 20px;
	padding-left: 14px;
	_padding-left: 8px; /* IE 6 and below */
}

.spacer8px
{
	float: left;
	width: 8px;
	height: 190px;
}

/* -------Category Pages --------------------------------------------- */
.pagetitle
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 774px;
	_width: auto;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 19px;
	margin-bottom: 14px;
}

.pagetitlefullwidth
{
	width: 937px;
}

.categorybannerSm
{
	width: 786px;
	height: 200px;
	margin-bottom: 18px;
}

.departmentbannerlarge
{
	width: 786px;
	height: 330px;
	margin-bottom: 18px;
}

.departmentbannersmall
{
	float: left;
	width: 388px;
	height: 200px;
	margin-bottom: 18px;
}

.categorycontainer
{
	width: 190px;
	height: 184px;
	float: left;
	margin: 0px 0px 12px 0px;
}

.categorycontainernorightpadding
{
	width: 190px;
	height: 184px;
	float: left;
	margin: 0px 0px 12px 0px;
}

.categoryimage
{
	width: 188px;
	height: 153px;
	border: solid 1px #CCCCCC;
}

.categoryfooter
{
	height: 26px;
	width: 180px;
	background-color: #F0F0F1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 3px 5px 0px 5px;
}
.categoryfooter a
{
	color: #000000;
	text-decoration: none;
}
.categoryfooter a:visited
{
	color: #000000;
}
.categoryfooter a:hover
{
	color: #000000;
	text-decoration: underline;
}
.categoryfooter a:active
{
	color: #000000;
}

.categoryspacer
{
	float: left;
	height: 184px;
	width: 4px;
}

/* -------Product Detail --------------------------------------------- */
.productdetailsilverbar
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 774px;
	padding-left: 12px;
	margin-bottom: 14px;
}

.detailstitle
{
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.emailfriend
{
	float: right;
	font-size: 12px;
}

.viewSimilarProducts
{
	float: right;
	font-size: 0px;
}

.detailimagecontainer
{
	float: left;
	width: 340px;	
	margin: 0px 0px 15px 0px;
	text-align: left;	
}

.thumbnailImagesContainer
{           
    float:left;
    width:340px;
    margin: 0px;
    padding: 0px;
}

.enlargeimage
{
	position: absolute;
	width: 40px;
	height: 20px;
	padding: 274px 0px 0px 7px;
}

.productdetailscontainer
{
	float: left;
	width: 415px;	
}

.detailslist ul
{
	margin: 0px;
	padding: 0px;
	color: #525252;
	font-size: 11px;
	font-weight: bold;
}
.detailslist li
{
	list-style: none;
	line-height: 18px;
	text-indent: 10px;
	background: url(images/Bullet_square.gif) 0px 0.6em no-repeat;
	color: #525252;
}

.dashedcontainer
{
	width: 435px;
	padding: 18px 0px 18px 0px;
	margin: 10px 0px 10px 0px;
	border-top: dashed 1px #999999;
	border-bottom: dashed 1px #999999;
}

.greybox
{
	width: 415px;
	padding: 8px 10px 8px 10px;
	margin: 15px 0px 0px 0px;
	background-color: #F0F0F1;
	font-weight: bold;
}

.dashedline
{
	float: right;
	height: 1px;
	width: 100%;
	border-top: dashed 1px #999999;
}

.tab
{
	float: right; /*border-bottom: 1px solid #CCCCCC;*/
	width: 100%;
	height: 33px;
}

.tab ul
{
	padding-left: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	float: left;
}

.tab ul li
{
	display: inline;
}

.tab a, .tab span
{
	background-image: url(Images/Slice_Tab_Off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 6px 15px 0px 15px;
	margin-right: 7px;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	color: #666666;
}

.tab a:hover, .tab span
{
	background-image: url(Images/Slice_Tab_On.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
}

.tab a:active, .tab span
{
	background-image: url(Images/Slice_Tab_On.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
}

.tab a:visited
{
	background-image: url(Images/Slice_Tab_On.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
}

.tabcontentcontainer
{
	float: left;
	width: 99.7%;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-top: 10px;
}

.buyingguide
{
	float: left;
	width: 359px;
	height: 71px;
	background-image: url(Images/Graphic_BuyingGuide.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}

.buyingguidebttn
{
	float: right;
	padding-top: 25px;
	width: 104px;
	height: 21px;
	background-image: url(Images/Bttn_BuyingGuide.jpg);
	background-repeat: no-repeat;
	display: block;
}

.yourbasket
{
	float: left;
	width: 359px;
	height: 71px;
	background-image: url(Images/Graphic_YourBasket.jpg);
	background-repeat: no-repeat;
	margin-right: 26px;
	padding: 10px;
	text-align: left;
}

.whitdashedline
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px dashed #FFFFFF;
}

.baskettotal
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


/* -------You Might Also Like --------------------------------------------- */
.youmightalsolikeimage
{
	width: 188px;
	height: 188px;
	margin-bottom: 3px;
}

.alsolikecontainer
{
	margin-bottom: 10px;
}
/* -------Text Styles --------------------------------------------- */
.red12
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.red18
{
	color: #990000;
	font-size: 18px;
}

.black18
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.graphite16bold
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.graphite14
{
	width: 255px;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #333333;
}

.graphite12bold
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 10px 0px;
}

.black12bold
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.grey11bold
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.grey10
{
	font-size: 11px;
	color: #999999;
}

.red12bold
{
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

/* ---- Product Comparison --------------------------------------------------------- */
.cmptable
{
	width: 783px;
}

.cmptable tbody td
{
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	vertical-align: top;
}

.cmptable tbody tr.even td
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #ffffff;
	height: 33px;
}
.cmptable tbody tr.odd td
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	vertical-align: middle;
	background-color: #F3F3F3;
	height: 33px;
}
.cmptable tbody tr.title td
{
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	background-color: #999999;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 33px;
}

.cmpcolspacer
{
	width: 0px;
}

.headerbar
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 938px;
	padding-left: 12px;
}


.comparisonimage
{
	text-align: center;
	width: 105px;
	height: 105px;
	margin-bottom: 3px;
}

.comparisoncontainer
{
	margin-bottom: 10px;
	text-align: left;
}

.remove a
{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.remove a:hover
{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

/* --------CSS STYLES FOR POP UP------------------*/
#popupcontainer
{
	width: 100%; 	
	/*border: solid 1px #CCCCCC; This was causing issues in the popup in IE7 and showing scrollbars*/
	background-color: #FFF;
	overflow:hidden;
}

#emailFriendPopup
{
	width: 490px; 		
	background-color: #FFF;
	overflow:hidden;
}

#prfPopup
{
    width: 490px; 		
	background-color: #FFF;
	overflow:hidden;
}

#contentpopupcontainer
{
    border: solid 1px #CCCCCC;
	background-color: #FFF;
	overflow:hidden;
}

#addbasketcontainer
{
	width: 300px;
	border: solid 2px #CCCCCC;
	background-color: #FFF;
}

.basketcontent
{
	width: 280px;
	padding: 5px 10px 15px 10px;
}

.popupbaskettitle
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	width: 280px;
	background-color: #151515;
	color: #FFF;
	font-size: 17px;
	padding: 4px 10px 4px 10px;
}

.popupheader
{
	height: 85px;
}

.popuptitle
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #151515;
	color: #FFF;
	font-size: 17px;
	padding: 4px 10px 4px 10px;
}

.popupcontent
{
	/*width: 470px;*/
	padding: 15px 10px 20px 10px;
}


.popupClose
{
	float: right;
	padding: 5px 8px 5px 5px;
	margin: 0px;
	text-align: right;
	color: #999999;
	font-weight: bold;
	font-size: 13px;
}

.popupClose a
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.popupClose a:hover
{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.prodName2
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #7F7F7F;
}

.popupLabel
{
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	color: #7F7F7F;
}

.submitButton
{
	width: 80px;
	height: 25px;
	background-image: url(Images/Bttn_Submit.jpg);
	display: block;
}

.required
{
	color: #cc0000;
}

.poptableheader
{
	height: 35px;
	background-color: #666666;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.greyrow
{
	height: 30px;
	background: #F1F1F1;
	border-bottom: 1px solid #FFFFFF;
}

/* --------Shopping Basket Styles------------------*/

.basketbanner
{
	height: 77px;
	padding: 0px;
	background-color: #F0F0F0;
	margin: 10px 0px 15px 0px;
}

.largehomepagebanner .basketbanner
{
	height: 77px;
	padding: 0px;
	background-color: #F0F0F0;
	margin: 0px 0px 15px 0px;
}

.baskettable tbody tr.product td
{
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-bottom: solid 1px #CCCCCC;
}

/* The below prevents inner td's from inheriting border defined above*/
.baskettable tbody tr.product tr td
{
	padding: 0px;
	border-bottom: 0px;
}

.inputQty
{
	font-size: 11px;
	text-align: right;
	width: 25px;
}

.basketamount
{
	height: 40px;
	background-color: #CCCCCC;
}
.basketfooter
{
	width: 930px;
	height: 25px;
	padding: 10px 10px 10px 10px;
	background-color: #666666;
	margin-bottom: 30px;
}

.basketdiscount
{
	text-align: right;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

.baskettext
{
	text-align: right;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.basketDiscountText
{
	color: #CC0000;
}
.promotiondescrip
{
	color: #CC0000;
}

.promotionDescription
{
	color: #CC0000;
	font-weight: bold;
}

.productlistingcontainer .promotionImage
{
    height: 33px;
    width: 88px;
    margin:auto;
}

.baskettitle
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	background-color: #D6D6D6;
	height: 35px;
	width: 938px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 19px;
	padding-top: 5px;
}

/* ---- Checkout Links
------------------------------------------------------------------------- */
.checkoutlinks
{
	height: 28px;
	color: #333333;
	text-align: center;
}
.checkoutlinks ul li
{
	display: inline;
	text-align: left;
	color: #333333;
}
.checkoutlinks a
{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.checkoutlinks a:visited
{
	color: #333333;
	font-weight: normal;
}
.checkoutlinks a:hover
{
	color: #CC0000;
	font-weight: normal;
}
.checkoutlinks a:active
{
	color: #CC0000;
	font-weight: normal;
}

.formbackground
{
	background-color: #EDEDED;
	padding: 15px 20px 15px 20px;
}

.checkouttable td
{
	padding: 5px 0px 5px 0px;
	width: 100% auto;
	vertical-align: top;
}

.checkouttable input, select
{
	height: 19px;
	font-size: 11px;
	border: solid 1px #BEBEBE;
	width: 150px;
}
.input170
{
	height: 19px;
	font-size: 11px;
	border: solid 1px #BEBEBE;
	width: 150px;
}


checkouttable2
{
	height: 19px;
	font-size: 11px;
	width: 150px;
}

.checkoutfooter
{
	width: 950px;
	height: 55px;
	background-image: url(Images/Slice_Footer.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
	padding: 4px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
}

.checkoutfooter a
{
	font-size: 11px;
	color: #999999;
	margin: 0 5px;
}

.checkoutfooterconfirm
{
	width: 620px;
	background-image: url(Images/Slice_Footer.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 10px 0;
	padding: 4px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
}


.checkoutfooterconfirm a
{
	font-size: 11px;
	color: #999999;
	margin: 0 5px;
}


/* ---- Checkout Nav
------------------------------------------------------------------------- */

#checkoutnav
{
	height: 30px;
	background-color: #151515;
	width: 100%;
}

#checkoutnav ul
{
	padding-left: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 28px;
}

#checkoutnav ul li
{
	display: inline;
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333333;
	padding: 4px 26px 0px 26px;
	height: 26px;
	color: #FFFFFF;
}

.checkoutnavon
{
}

#checkoutnav ul li.checkoutnavon
{
	height: 26px;
	background-image: url(Images/Slice_Nav_On.jpg);
	background-repeat: repeat-x;
	color: #333333;
	background-color: #F1F1F1;
}

.cancelcheckoutbutton
{
	float: left;
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	padding: 4px 27px 0px 27px;
	height: 26px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.cancelcheckoutbutton:hover
{
	background-image: url(Images/Slice_Nav_On.jpg);
	color: #333333;
	background-color: #F1F1F1;
}

/*
#checkoutnav li a:hover
{
    height: 26px;
    background-image: url(Images/Slice_Nav_On.jpg);
    background-repeat: repeat-x;
    color: #333333;
    background-color: #F1F1F1;
}
*/
#securityfooter
{
	width: 270px;
	margin: auto;
}

.visalogo
{
	background-image: url(Images/verified_by_visa_logo.gif);
}

.mastercardlogo
{
	background-image: url(Images/mastercard_securecard_logo.gif);
}

.verisignlogo
{
	background-image: url(Images/verisign_logo.gif);
}

.visalogo, .mastercardlogo, .verisignlogo
{
	width: 75px;
	height: 40px;
	text-indent: -1000px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 5px;
}

.checkouttitle
{
	font-size: 20px;
	margin-bottom: 0em;
	font-weight: normal;
	color: #666666;
}

.checkoutbase
{
	width: 950px;
	padding: 12px 0px 12px 0px;
}

.itemsummary
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	background-color: #D6D6D6;
	height: 35px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

.itemsummaryrow
{
	padding: 6px 0px 6px 5px;
	background-color: #F1F1F1;
	border-bottom: solid 1px #FFF;
}

#confirmcontainer
{
	width: 640px;
	background-color: #FFF;
}

.confirmationheaderLogo
{
}

.confirmheader
{
	height: 85px;
}

.confirmtitle
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	width: 620px;
	background-color: #151515;
	color: #FFF;
	font-size: 17px;
	padding: 4px 10px 4px 10px;
}

.confirmcontent
{
	width: 620px;
	padding: 15px 10px 20px 10px;
}

.confirmfooter
{
	width: 640px;
	height: 117px;
	background-image: url(Images/Slice_Footer.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}


/* -------General Content Pages --------------------------------------------- */

.fullwidthcontent
{
	width: 100%;
}

.fullwidthtitle
{
	background-image: url(Images/Slice_Pagetitle.jpg);
	background-repeat: repeat-x;
	background-color: #D6D6D6;
	height: 40px;
	width: 938px;
	padding: 6px 0px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	margin-bottom: 14px;
}

/* -------BUYING GUIDE LIST --------------------------------------------- */
.buyingguidelist td
{
	padding-right: 50px;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	line-height: 18px;
	text-indent: 10px;
	background: url(Images/Bttn_Arrow.gif) 0px no-repeat;
	color: #525252;
}

.buyingguidelist a
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
}
.buyingguidelist a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* -------HELP LIST --------------------------------------------- */

.helpbanner
{
	float: left;
	width: 400px;
}

.helplist
{
	width: 550px;
}

.helplist ul
{
	margin: 0px 50px 0px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
}
.helplist li
{
	list-style: none;
	line-height: 18px;
	text-indent: 10px;
	background: url(images/Bttn_Arrow.gif) 0px no-repeat;
	color: #525252;
	cursor: pointer;
}
.helplist a
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
}
.helplist a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.helplist a:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.helpcontent
{
	background-color: #ECECEC;
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin: 5px 0px 5px 0px;
}

/* -------ZOOM POPUP IMAGE ENLARGE --------------------------------------------- */

#zoomcontainer
{
	width: 100%;
	background-color: #FFF;
}

.zoomheader
{
	float: left;
	height: 65px;
}

/* ---- SHOP BY BRAND ----------------------------------------------------------- */

.alphabet ul
{
	float: left;
	list-style: none;
}
.alphabet ul li
{
	display: inline;
}
.alphabet a
{
	font-size: 14px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: none;
}
.alphabet a:hover
{
	background-color: #999999;
	color: #000000;
}

.brandletter
{
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border-bottom: dashed 1px #999999;
	border-top: dashed 1px #999999;
	padding: 0px;
	margin: 0px;
	height: 34px;
	margin-bottom: 15px;
}

.brandtext
{
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.brandtext a
{
	text-decoration: none;
}
.brandtext a:hover
{
	color: #000000;
	text-decoration: underline;
}

.brandlogo
{
	border: 1px solid #CCCCCC;
	width: 60px;
	height: 30px;
}

/* -------From Fields --------------------------------------------- */
.input140
{
	width: 140px;
	font-size: 11px;
}

.input200
{
	width: 200px;
	height: 20px;
	font-size: 11px;
}

.input30
{
	width: 25px;
	font-size: 11px;
	text-align: right;
}

.inputemailfriend
{
	width: 350px;
	padding: 0px;
	height: 100px;
	font-size: 11px;
}

.input70
{
	width: 70px;
	font-size: 1.0em;
	height: 19px;
	border: solid 1px #BEBEBE;
}

.input65
{
	width: 65px;
	font-size: 11px;
	height: 15px;
	border: solid 1px #BEBEBE;
}

.input150
{
	width: 150px;
	font-size: 1.0em;
	height: 19px;
	border: solid 1px #BEBEBE;
}

.inputmultiline
{
	width: 320px;
	padding: 0px;
	height: 60px;
	font-size: 11px;
}

/*----A-Z Brand Index ---------*/


.azindex ul
{
	float: left;
}
.azindex ul li
{
	float: left;
	display: inline;
}
.azindex a
{
	text-decoration: none;
	padding: 6px 8px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
.azindex a:link
{
	text-decoration: none;
	padding: 6px 8px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}
.azindex a:hover
{
	background-color: #999999;
	color: #000000;
}

.azindexon
{
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
}
.azindexon ul
{
	float: left;
}
.azindexon ul li
{
	float: left;
	display: inline;
}

.azindexon a:link
{
	text-decoration: none;
	padding: 6px 8px;
background-color: #999999;
	color: #000000;
	font-weight: bold;
}
.azindexon a:hover
{
background-color: #999999;
	color: #000000;
	font-weight: bold;
}

.azindex ul
{
	float: left;
	list-style: none;
}
.azindex ul li
{
	display: inline;
}
.azindex a
{
	font-size: 14px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: none;
}
.azindex a:hover
{
	background-color: #999999;
	color: #000000;
}

.subscribeButton
{
	background-image: url(Images/Bttn_Subscribe.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block !important;
}


.unsubscribeButton
{
	background-image: url(Images/Bttn_Unsubscribe.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 25px;
	display: block !important;
}

.newsletterGroupList
{
}

.newsletterGroupList input
{
	margin-right: 10px;
}

.newsletterGroupList label
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
}

.newsletterGroupList td
{
	padding-right: 50px;
	height: 25px;
}

.unsubscribeCheck
{
}

.unsubscribeCheck label
{
}

/* Gift Card */

.addToBasketButton
{
	width: 103px;
	height: 25px;
	background-image: url(Images/Bttn_AddToBasket.jpg);
	display: block;
}

.addtobasketpanelsummary
{
	width: 90px;
}

.decrementGiftCard
{
	width: 16px;
	height: 16px;
	background-image: url(Images/Bttn_Minus.gif);
	display: block;
}

.incrementGiftCard
{
	width: 16px;
	height: 16px;
	background-image: url(Images/Bttn_Plus.gif);
	display: block;
}

/*.inputmultilineGiftCard
{
	width: 320px;
	padding: 0px;
	height: 60px;
	font-size: 11px;
	overflow: visible;
	overflow-y:scroll;
}*/


/* Site Banners
-------------------------------------------------------------- */
ul.rotatingbanner
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.wrapper
{
	width: 786px;
	padding: 0px;
	height: auto;
}
.featured
{
	margin: 20px;
	height: 410px;
	width: 410px;
	background-color: Red;
	float: left;
}
.listitem
{
	height: 80px;
	width: 100px;
	background-color: Green;
	float: left;
	margin: 20px;
}

.wrapper h6
{
	text-align: center;
}

.backBttn
{
	width: 66px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_Back.jpg);
	text-indent: -2000px;
}

.signinBttn
{
	width: 80px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_SignIn.jpg);
	text-indent: -2000px;
}

.continueBttn
{
	width: 86px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_Continue.jpg);
	text-indent: -2000px;
}


.forgottenpasswordbuttonrequest
{
	width: 80px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_Submit.jpg);
	text-indent: -2000px;
}

.continueshoppingbutton
{
	width: 150px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_ContinueShopping.jpg);
	text-indent: -2000px;
}

.checkoutBttn
{
	width: 96px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_Checkout.jpg);
	text-indent: -2000px;
}

.removeBttn
{
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(Images/Bttn_RemoveBasket.gif);
	text-indent: -2000px;
	margin: 0 15px;
}

.voucherupdateBttn
{
	width: 74px;
	height: 20px;
	display: block;
	background-image: url(Images/Bttn_Update.jpg);
	text-indent: -2000px;
	margin: 1px 0 0 0;
}

.sitePromotionListPanel
{
	margin-top: 10px;
	clear: both;
}

.voucherListPanel
{
	margin: 10px 0 0 0;
}

.vouchertext
{
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}

.commitpaymentbutton
{
	width: 140px;
	height: 25px;
	display: block;
	background-image: url(Images/Bttn_ConfirmPayment.jpg);
	text-indent: -2000px;
}


.backBttn:focus, .signinBttn:focus, .continueBttn:focus, .forgottenpasswordbuttonrequest:focus, .continueshoppingbutton:focus, .checkoutBttn:focus, .removeBttn:focus, .voucherupdateBttn:focus, .commitpaymentbutton:focus
{
	outline: none;
}


/* Custom calloutextender rules
-------------------------------------------------------------- */
.customCalloutStyle div, .customCalloutStyle td
{
	border: solid 1px Black;
	background-color: #FFFFCC;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
	display: none;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
	vertical-align: top;
	height: 100%;
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
	width: 20px;
	height: 100%;
	text-align: right;
	vertical-align: top;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
	height: 100%;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
	padding: 8px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 1px;
	border: none;
	background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
	font-size: 1px;
	position: relative;
	left: 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	width: 15px;
	background-color: transparent;
	padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
	height: 1px;
	overflow: hidden;
	border-top: none;
	border-bottom: none;
	border-right: none;
	padding: 0px;
	margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
	font-family: Verdana;
	font-size: 10px;
	padding: 5px;
	border-right: none;
	border-left: none;
	width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
	width: 20px;
	padding: 5px;
	border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
	vertical-align: top;
	padding: 0px;
	text-align: right;
	border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	border: none;
	text-align: center;
	width: 10px;
	padding: 2px;
	cursor: pointer;
}


/* Currency */

.currencyEuro, .currencySterling, .currencyDollar, .currencyEuroChecked, .currencySterlingChecked, .currencyDollarChecked, .currencyAuDollar, .currencyAuDollarChecked
{
	display: block;
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 5px;
	_margin-right: 0px;
}
.currencyEuro
{
	background: transparent url(Images/Converter_Euro.jpg) no-repeat scroll;
}
.currencySterling
{
	background: transparent url(Images/Converter_Sterling.jpg) no-repeat scroll;
}
.currencyAuDollar
{
	background: transparent url(Images/Converter_AusDollar.jpg) no-repeat scroll;
}
.currencyDollar
{
	background: transparent url(Images/Converter_Dollar.jpg) no-repeat scroll;
}
.currencyEuroChecked
{
	background: transparent url(Images/Converter_Euro.jpg) no-repeat scroll;
}
.currencySterlingChecked
{
	background: transparent url(Images/Converter_Sterling.jpg) no-repeat scroll;
}
.currencyDollarChecked
{
	background: transparent url(Images/Converter_Dollar.jpg) no-repeat scroll;
}
.currencyAuDollarChecked
{
	background: transparent url(Images/Converter_AusDollar.jpg) no-repeat scroll;
}
.currencyYen
{
	background: transparent url(Images/Converter_Yen.jpg) no-repeat scroll;
}

.currencyYenChecked
{
	background: transparent url(Images/Converter_Yen.jpg) no-repeat scroll;
}

.ErrorMessage
{
	color: #CC0000;
}

.inputHidden
{
	display: none;
}

.hiddenControl
{
    display: none;
    visibility:hidden;
}

/* Product Details */

.emailToAFriendButton
{
	background-image: url(Images/Bttn_EmailFriend.gif);
	text-indent: -1000px;	
	overflow: hidden;
	display: block;
	width: 139px;
	height: 28px;
}
a.viewSimilar
{
	background-image: url(Images/Bttn_SimilarProducts.gif);
	display: block;
	width: 131px;
	height: 28px;
	text-indent: -9999px;
}


.productdetailscontainer select
{
	margin-bottom: 10px;
	width: 200px;
}

.plusButton
{
	background-image: url(Images/Bttn_Plus.gif);
	display: block;
	width: 16px;
	height: 16px;
}

.minusButton
{
	background-image: url(Images/Bttn_Minus.gif);
	display: block;
	width: 16px;
	height: 16px;
}

.promoPanel
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.marginBottom
{
	margin-bottom: 5px;
}

.marginBottom2
{
	margin-bottom: 2px;
}

.pdPricingLabel
{
	width: 150px;
	float: left;
	color: #333333;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
}

.pdPricingAmt
{
	width: 70px;
	float: left;
	color: #333333;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #333333;
}

.pricetable
{
}

.pricetable div
{
	margin-bottom: 4px;
}

.detailsReferential .pricetable div
{
	text-align: center;
}

.detailsReferential .detailref
{
	height: 300px;
}

.productDetailsPrice
{
	color: #333333;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
}

.productDetailsPrice .productFamilyRetailPrice, .productDetailsPrice .productFamilyPricePromo, .productDetailsPrice .productFamilyPrfPrice, .productDetailsPrice .productFamilyOldPrice, .productDetailsPrice .productFamilyPrice,.productDetailsPrice .productFamilyPrfPriceValue
{
	width: 165px;
	float: left;
	text-align: left;
}

.productDetailsPrice .productFamilyRetailPriceValue, .productDetailsPrice .productFamilyPriceValuePromo, .productDetailsPrice .productFamilyPrfPriceValue, .productDetailsPrice .productFamilyOldPriceValue, .productDetailsPrice .productFamilyPriceValue
{
	width: 80px;
}

.productListingDetailsContainer .productFamilyPricePromo, .productListingDetailsContainer .productFamilyPriceValuePromo
{
	color: Red;
}
.productFamilyPricePromo
{
	color: Red;
}
.productFamilyPriceValuePromo
{
	color: Red;
}
.productDetailsPrice .productTotalPriceLabel
{
	width: 165px;
	float: left;
	color: Black;
	font-size: 18px;
	font-weight: bold;
}

.productDetailsPrice .productTotalPricevalueLabel
{
	width: 80px;
	color: #990000;
	font-size: 18px;
}

.addToBasket
{
	width: 103px;
	height: 25px;
	background-image: url(Images/Bttn_AddToBasket.jpg);
	display: block;
}

.addToBasketDisabled
{
	width: 103px;
	height: 25px;
	background-image: url(Images/Bttn_AddToBasketDisabled.jpg);
	display: block;
}

.prodTabOn, .refTabOn
{
	background-image: url(Images/Slice_Tab_Off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 6px 15px 0px 15px;
	margin-right: 7px;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	color: #666666;
}

.prodTab, .refTab
{
	background-image: url(Images/Slice_Tab_Off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 6px 15px 0px 15px;
	margin-right: 7px;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	color: #666666;
}

.detailsReferential
{
	height: 360px;
}

/* You may also like */
.detailsReferential .listingcontainer
{
	height: 260px;
	width: 188px;
	float: left;
	margin: 10px 3px;
	text-align: center;
}

.detailsReferential .listingimage
{
	width: 188px;
	height: 188px;
	margin-bottom: 3px;
}

.detailsReferential .listingtitle a
{
	font-size: 11px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #999999;
}
.detailsReferential .listingtitle a:hover
{
	color: #333333;
}
.detailsReferential .listingtitle a:active
{
	color: #333333;
}

.detailsReferential .listingPrice
{
	text-align: center;
	color: #333333;
	font-weight: normal;	
}

.thumbnail
{
	float: left;
	width: 98px;
	height: 98px;
	border: 1px solid #CCCCCC;
	margin: 10px 11px 0px 0px;
	display: block;	
}

.productdetailimage
{
	width: 320px;
	height: 320px;	
	border: none;
}


.basketheader
{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	padding-top: 8px;
}

.viewdeliverychargesbutton, .removeallbutton
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px;
}

.viewdeliverychargesbutton:hover, .removeallbutton:hover
{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

#basketerror
{
	padding: 20px;
	text-align: center;
	color: #666666;
	font-size: 13px;
}

.detailref
{
}


.alsolikecontainer
{
	margin-bottom: 10px;
}

.alsolikecontainer .listingRow
{
	float: left;
	width: 170px;
	padding: 0 30px;
	_padding: 0 15px;
	text-align: center;
}

.alsolikecontainer .listingRow .pricetable
{
	text-align: center;
}

.Referentials
{
	display: block;
}
/* Zoom */

div.jqZoomTitle
{
	z-index: 5000;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma;
	height: 16px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}

.jqZoomPup
{
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
}

.modalBackground
{
	overflow: hidden;
	background-color: gray;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor:default;
}

.jqZoomPup img
{
	border: 0px;
}

.preload
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(Images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px;
	height: 43px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

/* general */

.padding5
{
	padding-left: 5px;
}

.paddingtop10
{
	padding-top: 10px;
}

.paddingbottom10
{
	padding-bottom: 10px;
}

.goToBasketButton
{
	width: 118px;
	height: 25px;
	background-image: url(Images/Bttn_GoToBasket.jpg);
	display: block;
}

.continueShoppingButton
{
	width: 150px;
	height: 25px;
	background-image: url(Images/Bttn_ContinueShopping.jpg);
	display: block;
}


/* password strength rules*/
.passwordStrength1
{
	margin-left: 15px;
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px;
}
.passwordStrength2
{
	margin-left: 15px;
	background-color: Gray;
	color: Yellow;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px;
}
.passwordStrength3
{
	margin-left: 15px;
	background-color: Gray;
	color: #FFCAAF;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px;
}
.passwordStrength4
{
	margin-left: 15px;
	background-color: Gray;
	color: Aqua;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px;
}
.passwordStrength5
{
	margin-left: 15px;
	background-color: Gray;
	color: #93FF9E;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	padding: 2px 3px;
}

#baskettotalsummary tr td
{
	text-align: right;
}

#baskettotalsummary
{
	margin-right: 30px;
}

#basketsummary tbody tr.product td
{
	border-bottom: solid 1px #FFFFFF;
}

.securityCode
{
	font-size: 11px;
	color: #999999;
}

.basketnav div
{
	float: left;
}

.infopopup_window
{
	color: White;
	background-color: #999999;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

.dropShadowPanel
{
	background: #999999;
	color: White;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.dropShadowPanelPromo
{
	background: #C20000 none repeat scroll 0 0;
	color: White;
	font-weight: bold;
	width: 120px;
}

.dropShadowPanelPromo .infopopup_window
{
	color: White;
	background-color: #BF234E;
	text-align: center;
}

.searchresulttext
{
	margin-bottom: 10px;
}

.searchLayout
{
}

.searchLayout .listingcontainer
{
	width: 786px;
	_width: auto;
}


.searchLayout .productlistingcontainer
{
	padding-right: 6px;
	_padding-right: 4px;
	/*height: 320px;*/
	width: 188px;
	margin-bottom: 10px;
}

.searchButtonLarge
{
	width: 80px;
	height: 25px;
	background-image: url(Images/Bttn_SearchLarge.jpg);
	display: block;
}

.searchBoxLarge
{
	width: 200px;
	height: 20px;
	font-size: 11px;
}

.submitOrderTracking
{
	width: 66px;
	height: 25px;
	background-image: url(Images/Bttn_Login.jpg);
	display: block;
}

.mainImage
{
	border: 1px solid #CCCCCC;
	padding:10px;
}

.MagicZoomBigImageCont
{
	border: 1px solid #999;
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader
{
	font-size: 8pt !important;
	line-height: normal !important;
	color: #fff;
	background: #666;
	text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup
{
	border: 1px solid #aaa;
	background: #fff;
	cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading
{
	border: 1px solid #ccc;
	background: #fff url(img/ajax-loader.gif) no-repeat 2px 50%;
	padding: 4px 4px 4px 24px !important;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
	color: #444;
}

.popupcontentzoom
{
	width: 530px;
	padding: 15px 10px 20px 10px;
	height: 320px;
}

.popuptitlezoom
{
	background-image: url(Images/Slice_Nav.jpg);
	background-repeat: repeat-x;
	width: 480px;
	background-color: #151515;
	color: #FFF;
	font-size: 17px;
	padding: 4px 10px 4px 10px;
}

#popupcontainerzoom
{
	width: 550px;
	border: solid 1px #CCCCCC;
	background-color: White;
	text-align: left;
	height: 450px;
}

.zoomText
{
	text-align: left;
	float: left;
	font-weight: bold;	
}

.resetMainImage
{
	text-align: right;
	float: right;
	font-weight: bold;
	padding-top: 5px;
}

.mainProductImage
{
	border: 1px solid #CCCCCC;
	width: 320px;
	height: 320px;	
}

.zoomwrapper
{
    margin: 10px auto;
    width: 300px;
}

.mainImageNoZoom
{
	text-align: right;
	float: right;
	font-weight: bold;	
	text-decoration: none;
	color: Black;
}

.missingMainProductImage
{
	border: 1px solid #CCCCCC;
	width: 320px;
	height: 320px;
}


/* Comparison Listing Table */

.cmplisttable
{
	width: 938px;
}

.cmplisttable tbody td
{
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	vertical-align: top;
}

.cmplisttable tbody tr.even td
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #ffffff;
	height: 33px;
	width: 100%;
}
.cmplisttable tbody tr.odd td
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	vertical-align: middle;
	background-color: #F3F3F3;
	height: 33px;
	width: 100%;
}
.cmplisttable tbody tr.title td
{
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	background-color: #999999;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 33px;
	width: 100%;
}

.cmplistcolspacer
{
	width: 0px;
}

.basketpopuptable
{
}

.basketpopuptabletd
{
	padding: 5px 10px 5px 0px;
	width: 100% auto;
	vertical-align: middle;
}

.basketpopuptable input, select
{
	height: 19px;
	font-size: 11px;
	border: solid 1px #BEBEBE;
	width: 150px;
}

.progress
{
	background: #666666 none repeat scroll 0 0;
	left: 45%;
	position: absolute;
	top: 40%;
}

.deliveryPhoneInfo
{
	margin: 0 0 0 150px;
	width: 200px;
}

.textareanote
{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.pageLink, .pageLinkselected
{
	padding-right: 2px;
}
.pagedivid
{
}




/* JQuery Styled Dropdown for product details page
-------------------------------------------------------------- */

div.selectbox-wrapper
{
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #7b9ebd;
	margin: -4px;
	margin-left: 0px;
	margin-top: -4px;
	padding: 0px;
	padding-left: 2px;
	text-align: left;
	max-height: 200px;
	width: 195px;
	overflow: auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected
{
	background-color: #F0F0F1;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current
{
	background-color: #F0F0F1;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li
{
	list-style-type: none;
	display: block;
	cursor: pointer;
}

/* Look and feel of select box */
.selectbox
{
	margin: 0px 5px 0px 0px;
	padding: 2px;
	padding-top: 1px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* Resize Font*/
	width: 192px; /* Resize Width */
	display: block;
	text-align: left;
	background: url(Images/dropdownbackground.png) no-repeat right;
	cursor: pointer;
	border: 1px solid #7b9ebd;
	color: #333333;
	height: 16px;
}

/*-------------------------------------------------------------- */

.productNameComparison
{
	font-weight: bold;
	color: #7A7A7A;
	font-family: Arial,Helvetica,sans-serif;
	
}


/* JQuery FancyBox classes for modal popups
-------------------------------------------------------------- */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2500;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('Images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
    z-index: 5000;    
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;	
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('Images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('Images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('Images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('Images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('Images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('Images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('Images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('Images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('Images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('Images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('Images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('Images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('Images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('Images/fancy_title_right.png') repeat-x;
}

/*-------------------------------------------------------------- */

/*used for promotion description popup on product listing*/
.tooltip 
{
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 3; 
    display: none; 
}

.productListingPromoPopup
{
	text-align: center;
	padding: 3px;
	background-color: #BF234E;
	width: 120px;
}

.productListingPromoPopup p
{
	color: White;
}

.brandContentDisplay
{
	border-top: 1px dashed #999999;
	padding-top: 10px;
	margin-top: 10px;
}

.productDetailSocialMedia
{
    float: right;
}

.addToBasketWrapper
{
      width: 103px; float: left;
}