
/* !!----- default.css -----!! */
/******************************************************* Initial "zero out" leaving UI elements alone (forms etc) ***************************************************/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/*
:focus {
	outline:1px solid #EE3224;
} */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1;
	color:#000;
	background:#E6E6E6;
}
ol,
ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,
th,
td {
	text-align:left;
	font-weight:normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:"";
}
blockquote,
q {
	quotes:"" "";
}
/* button class */
.btn,
.btn_hover {
	background:none;
	border:none;
	color:#FFF !important;
	cursor:pointer; 
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	display:block;
	display:inline-block;
	display:-moz-inline-box;
	padding:0;
	text-decoration:none !important;
	vertical-align:middle;
	white-space:nowrap;
}
.btn span,
.btn_hover span  { 
	background-color:#FFF;
	background-image:url(http://brands.scene7.com/is/image/brands/btn_bg);
	background-position:left top;
	background-repeat:no-repeat; 
	display:block !important;
	display:inline-block !important;
	float:none !important;
	height:23px;
	line-height:20px;
	padding:0 0 0 2px;
}
.btn span span,
.btn_hover span span { 
	background-position:right top;
	padding:0 20px 0 5px;
	font-weight:bold;
}
button.btn,
button.btn_hover {
	overflow:visible;
	width:auto;
}
.btn_hover span,
.btn:hover span {
	background-position:left -23px;
}
.btn_hover span span,
.btn:hover span span {
	background-position:right -23px;
}
/* normal btn with arrow */
.btnWhite,
.btnWhite_hover,
.btnWhiteDelete,
.btnWhiteDelete_hover,
.btnWhiteDark,
.btnWhiteDark_hover,
.btnWhiteDarkDelete,
.btnWhiteDarkDelete_hover {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.btnWhite span,
.btnWhite_hover span,
.btnWhiteDelete span,
.btnWhiteDelete_hover span,
.btnWhiteDark span,
.btnWhiteDark_hover span,
.btnWhiteDarkDelete span,
.btnWhiteDarkDelete_hover span { 
	color:#5E6A71 !important;
	height:20px;
	line-height:17px;
	background-image:url(http://brands.scene7.com/is/image/brands/btn_bg_white);
}
.btnWhite span span,
.btnWhite_hover span span,
.btnWhiteDelete span span,
.btnWhiteDelete_hover span span,
.btnWhiteDark span span,
.btnWhiteDark_hover span span,
.btnWhiteDarkDelete span span,
.btnWhiteDarkDelete_hover span span { 
	padding:0 17px 0 3px;
}
.btnWhite_hover span,
.btnWhite:hover span,
.btnWhiteDelete_hover span,
.btnWhiteDelete:hover span,
.btnWhiteDark_hover span,
.btnWhiteDark:hover span,
.btnWhiteDarkDelete_hover span,
.btnWhiteDarkDelete:hover span {
	color:#FFF !important;
}
.btnWhite_hover span,
.btnWhite:hover span {
	background-position:left -20px !important;
}
.btnWhite_hover span span,
.btnWhite:hover span span {
	background-position:right -20px !important;
}
/* delete btn */
.btnWhiteDelete span {
	background-position:left -40px !important;
}
.btnWhiteDelete span span {
	background-position:right -40px !important;
}
.btnWhiteDelete_hover span,
.btnWhiteDelete:hover span {
	background-position:left -60px !important;
}
.btnWhiteDelete_hover span span,
.btnWhiteDelete:hover span span {
	background-position:right -60px !important;
}
.btnWhiteDark span {
	background-position:left -80px !important;
}
.btnWhiteDark span span { 
	background-position:right -80px !important;
}
.btnWhiteDark_hover span,
.btnWhiteDark:hover span {
	background-position:left -100px !important;
}
.btnWhiteDark_hover span span,
.btnWhiteDark:hover span span {
	background-position:right -100px !important;
}
.btnWhiteDarkDelete span {
	background-position:left -120px !important;
}
.btnWhiteDarkDelete span span {
	background-position:right -120px !important;
}
.btnWhiteDarkDelete_hover span,
.btnWhiteDarkDelete:hover span {
	background-position:left -140px !important;
}
.btnWhiteDarkDelete_hover span span,
.btnWhiteDarkDelete:hover span span {
	background-position:right -140px !important;
}

/***************************************************** Top level structure *************************************************/
#skipLink {
	position:absolute;
	top:-1000em;
	left:-1000em;
}
#page {
	width:980px; /* set in px to avoid "over width" on txt resize */
	background:#FFF;
}

/******************************************************* header elements ***************************************************/
/* TODO - remove the following header selectors */
/*
#header {
	padding:0 0 0 17px;
	position:relative;
	top:0;
	left:0;
	z-index:99;
}
*/
/*
#header a#logo {
	display:block;
	width:190px;
	padding-top:2.1em;
}
*/
/* header primary nav */
/*
#header ul#primaryNav {
	padding-top:0.6em;
}
*/
/*
#header ul#primaryNav li {
	font-size:1.8em;
	float:left;
	padding:0 17px 0 0;
	height:24px;
}
#header ul#primaryNav li a:hover {
	text-decoration:none;
}
#header ul#primaryNav li a.selected {
	color:#EE3224;
}
#header ul#primaryNav li a.selected:hover {
	text-decoration:underline;
}
*/
/* header tools area */
/*
#header #toolArea {
	position:absolute;
	top:0;
	right:0;
}
*/
/* header global search area */
/*
#header form#globalSearch {
	padding:4px 5px 9px 5px;
	border-bottom:2px solid #FFF;
	background-color:#AAA;
}
*/
/*
#header form#globalSearch label {
	font-size:1.6em;
	color:#FFF;
}
*/
/*
#header form#globalSearch input#searchTerm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:198px;	
}
*/
/*
#header form#globalSearch input.searchBtn {
	font-size:1.6em;
	color:#FFF;
	background-color:#AAA;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
*/
/* header user tools links */
/*
#header #toolArea ul li {
	float:left;
	padding:0 6px;
	border-right:1px solid #CCC;
	background:#FFF url(http://brands.scene7.com/is/image/brands/bg_userTools) left top repeat-x;
}
*/
/*
#header #toolArea ul li a {
	display:block;
	font-size:1.2em;
	line-height:1.6em;
	padding-right:8px;
	background:url(http://brands.scene7.com/is/image/brands/icon_arrow_fwd?fmt=gif-alpha) right center no-repeat;
}
*/
/*
#header #toolArea #basketLink {
	background:none;
	padding-right:0;
}
*/
/*
#header #toolArea ul li.lastChild {
	border-right:none;
}
*/
/* header minibasket */
#miniBasketContainer {
	position:absolute;
	right:-243px;
	top:0;
	width:250px;
}
#miniBasketContainer.jsenabled {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	right:0;
	top:5.75em;
}
/* note #header removed from below as minibasket is not in header when dojoed */
#miniBasket {
	width:247px;
/*	background:url(http://brands.scene7.com/is/image/brands/miniBasket_bg) left top no-repeat;*/
}
#miniBasket div {
	padding:0 0px 17px 0px;
/*	background:url(http://brands.scene7.com/is/image/brands/miniBasket_bg) left bottom no-repeat;*/
}
#miniBasket h3 {
	font-size:1.6em;
	font-weight:bold;
	color:#fff;
	padding:7px 6px;
	border-top:1px solid #CCC;
    border-left:1px solid white;
	background-color:#EE3224;
	font-family:inherit;
	font-size:16px;
	
}
#miniBasket table {
	width:226px;
	margin:2px;
	font-size:1.1em;
	background-color:#FFF;
}
#miniBasket table th,
#miniBasket table td {
	vertical-align:top;
	padding:4px 3px;
	border-bottom:1px solid #E6E6E6;
	font-size:11px;
}
#miniBasket table td {
	font-weight:normal;
}
#miniBasket table td.prodImg {
	width:34px;
	padding:2px 8px 2px 0;
}
#miniBasket table td.numeric {
	font-weight:bold;
	padding-right:8px;
	text-align:right;
}
#miniBasket table td.quantity {
	font-weight:bold;
	text-align:center;
}
#miniBasket table tr.subtotal th {
	font-weight:bold;
	text-align:right;
}
#miniBasket table tr.subtotal td,
#miniBasket table tr.subtotal th {
	background-color:#E6E6E6;
}
#miniBasket #viewBasket {
	display:block;
	text-align:right;
	margin:9px 2px 0 0;
	padding:2px 17px 5px 7px;
/*	background:url(http://brands.scene7.com/is/image/brands/btn_miniBasket) right bottom no-repeat; */
}
/*
#miniBasket #viewBasket a {
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
	background-color:#576268; 

}

#miniBasket #viewBasket.over {
	background:url(http://brands.scene7.com/is/image/brands/btn_miniBasket_on) right bottom no-repeat;
}
#miniBasket #viewBasket.over a {
	text-decoration:none;
	background-color:#EE3224;
}
*/
/******************************************************* main content block ***************************************************/
#contentBlock {
	clear:both;
	padding-top:10px;
}
/******************************************************* left hand column - secondary nav block ***************************************************/
#contentBlock #secondaryNav {
	width:168px;
	padding:0 0 12px 20px;
	float:left;
}
/* lh nav titles */
#contentBlock #secondaryNav h1 {
	font-size:2.4em;/*24px*/
	color:#EE3224;
}
#contentBlock #secondaryNav h4 {
	font-size:1.4em;/* 14px */
	margin:8px 14px -4px 0;
	padding-bottom:2px;
	border-bottom:1px solid #CCC;
}
#contentBlock #secondaryNav h5 {
	font-size:1.4em;/* 14px */
	margin-top:8px;
}
/* lh nav */
#contentBlock #secondaryNav ul {
	margin-top:6px;
}
#contentBlock #secondaryNav ul li {
	margin-bottom:7px;
}
#contentBlock #secondaryNav ul li a {
	font-size:1.2em;
	/*background-color:#CCC;
	padding:1px 2px;*/
}
/*#contentBlock #secondaryNav ul li a:hover, #contentBlock #secondaryNav ul li a.selected {
	color:#FFF;
	background-color:#EE3224;
	background-color:#CCC;
	text-decoration:none;
}*/
#contentBlock #secondaryNav ul li a.selected {
	color:#FFF;
	/*background-color:#EE3224;*/
	background-color:#CCC;
	text-decoration:none;
	padding:1px 2px;
}
#contentBlock #secondaryNav ul li a:hover {
	color:#EE3224;
	text-decoration:underline;
}
/* exempted links (ie "show all colours") */
#contentBlock #secondaryNav a {
	font-size:1.1em;
}
/******************************************************* right hand column - main content area ***************************************************/
#contentBlock #content {
	width:792px;
	min-height: 400px;
	float:left;
}
/* Default thin and wide columns */
#content .thin_col,
#content .wide_col,
#content .extra_wide_col {
	position:relative;
	margin-bottom:50px;
	width:392px;
}
#content .wide_col {
	width:632px;
}
#content .extra_wide_col {
	width:792px;
}
#content .bottom_border {
	border-bottom:1px solid #CCC;
}
/* Default H2 style */
#content .thin_col h2,
#content .wide_col h2,
#content .extra_wide_col h2,
.genericError h2 { /*this line is by Cybercom */
	font-size:2.4em;/*24px*/
	font-weight:bold;
	line-height:1.5;
	color:#333;
}
.genericError {
/*	width:980px;*/
	width:604px; /* -2 x 188 */
	margin:105px 188px 105px 188px;
	border-bottom:1px solid #ccc;
}
.staticPageUnderlining {
	width:960px;
	height:12px;
	margin-left:20px;
	float:left;
	border-bottom:1px solid #ccc;
}
.staticPage {
	overflow:auto;
	width:980px; /* set in px to avoid "over width" on txt resize */
	background:#FFF;
}
/* Default H3 style */
#content .thin_col h3,
#content .wide_col h3,
#content .extra_wide_col h3 {
	margin-bottom:9px;
	padding:2px;
	background-color:#e6e6e6;
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.286em;/*18px*/
}
#content .wide_col h3 {
	background-color:#AAA;
	color:#FFF;
}
/* Default P style */
#content .thin_col p,
#content .wide_col p,
#content .extra_wide_col p {
	margin-bottom:0.75em;
	font-size:1.2em; /* Default all paragraphs to 12px font-size */
	line-height:1.5;
}
/* Default LI style */
#content .thin_col li,
#content .wide_col li,
#content .extra_wide_col li {
	font-size:1.2em; /* Default all list items to 12px font-size */
	line-height:1.5;
}
/******************************************************* category home page ***************************************************/
#catHomeHero {
	width:792px;
	height:355px;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
/* styles for using text-based hero */
#catHomeHero div {
	position:absolute;
	top:20px;
	left:10px;
}
#catHomeHero td {
	vertical-align: top;
}
#catHomeHero div h2 {
	font-size:4em;
	color:#FFF;
	letter-spacing:-1px;
	line-height:0.8em;
	padding-bottom:15px;
}
#catHomeHero ul li em {
	background-color:#FFF;
	text-transform:uppercase;
	padding:0 3px;
}
#catHomeHero ul li a {
	font-size:2.5em;
	line-height:1em;
	color:#FFF;
	display:block;
	margin:5px 0 10px 0;
}
#catHomeHero ul li a span {
	padding:0 3px;
}
#catHomeHero ul li a.primaryLink span {
	background-color:#EE3224;
}
#catHomeHero ul li a.secondaryLink span {
	background-color:#333;
}
#catHomeHero ul li a.tertiaryLink span {
	background-color:#666;
}
#catHomeHero ul li a:hover span {
	background-color:#FFF;
	color:#EE3224;
}
/* "featured" holders for product items */
div.featured {
	float:left;
}
div#newArrivals {
	margin-left:8px;
}
div.featured h3 {
	font-size:1.6em;
	padding:15px 0 10px 0;
}
/******************************************************* category listing pages ***************************************************/
/* right hand column - pagination controls (category listing) */
#content div.pageControls {
	font-size:1.2em;
	padding:2px 4px 12px 0;
}
#content div.pageControls li {
	float:left;
}
/* breadcumb trail */
#content div.pageControls div#crumbtrail {
	float:left;
}
#content div.pageControls div#crumbtrail span {
	float:left;
	display:block;
	padding-right:4px;
}
#content div.pageControls div#crumbtrail ol {
	float:left;
}
#content div.pageControls div#crumbtrail ol li {
	float:left;
	background:url(http://brands.scene7.com/is/image/brands/bg_fwdSlash) right center no-repeat;
	padding-right:6px;
	margin-right:2px;
}
#content div.pageControls div#crumbtrail ol li.selected {
	background:none;
	color:#EE3224;
}
/* sort form container */
#content div.pageControls div.pContainer {
	/*width:430px;*/
	float:right;
}
/* sort form */
#content div.pageControls form#sortDisplay {
	float:left;
	position:relative;
	top:-5px;
	left:-10px;
}
#content div.pageControls form#sortDisplay input.searchBtn {
	border:0;
	padding:0 4px 0 0;
	margin:0;
	background:#FFF url(http://brands.scene7.com/is/image/brands/icon_arrow_fwd?fmt=gif-alpha) right center no-repeat;
	cursor:pointer;
}
#content div.pageControls form#sortDisplay select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;/*width:125px;*/
}
/* pagination controls */
#content div.pageControls ul.pagination {
	float:right;
}
/* pagination controls alongside sort form */
#content div.pageControls div.pContainer ul.pagination {
	float:left;
}
#content div.pageControls ul.pagination li a {
	padding:0 6px 0 6px;
	background:url(http://brands.scene7.com/is/image/brands/icon_arrow_fwd?fmt=gif-alpha) right center no-repeat;
}
#content div.pageControls ul.pagination li a.previous {
	padding:0 6px 0 15px;
	margin-left:6px;
	background:url(http://brands.scene7.com/is/image/brands/icon_arrow_back?fmt=gif-alpha) left center no-repeat;
}
#content div.pageControls ul.pagination ol {
	font-weight:bold;
}
#content div.pageControls ul.pagination ol li {
	font-weight:bold;
	color:#EE3224;
	padding:0 2px 0 2px;
}
#content div.pageControls ul.pagination ol li a {
	font-weight:bold;
	text-decoration:underline;
	background:none;
	padding:0;
}
/* right hand column - hero puff (category listing) */
#content #heroPuff {
	width:312px;
	height:275px;
	float:left;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
#content #heroPuff span {
	position:absolute;
	top:10px;
	left:10px;
	font-size:4em;
	color:#FFF;
	letter-spacing:-1px;
	line-height:0.8em;
}
/* right hand column - product item */
#content div.product {
	font-size:1.1em;
	width:152px;
	padding-bottom:15px;
	margin-left:8px;
	float:left;
	position:relative;
	top:0;
	left:0;
}
#content div.firstChild {	/* first floating child in a "row" div */
	margin-left:0;
}
#content div.product h4 {
	padding-top:7px;
	line-height:1.3em;
	margin-top:8px;
	border-top:1px solid #CCC;
}
#content div.product h4 strong {
	font-weight:bold;
}
#content div.product a em {
	color:#EE3224;
}
#content div.product span {
	display:block;
	background-color:#E6E6E6;
	padding:4px 0 0 3px;
	margin-top:8px;
}
#content div.product ul.colourways {
	background-color:#E6E6E6;
	padding:3px 0 4px 3px;
}
#content div.product ul.colourways li {
	display:inline;
	padding-right:5px;
}
/******************************************************* product detail pages ***************************************************/
#content #productDetail #prodNav,
#content ol.navTabs {
	float:right;
	padding-right:26px;
}
#content #productDetail #prodNav li,
#content ol.navTabs li {
	float:left;
	border:1px solid #E6E6E6;
	margin-right:2px;
	font-size:1.3em;
}
#content #productDetail #prodNav li a,
#content ol.navTabs li a {
	display:block;
	padding:3px 6px 6px 6px;
}
#content #productDetail #prodNav li a:hover,
#content ol.navTabs li a:hover {
	background-color:#E6E6E6;
}
#content #productDetail #prodNav li a.selected,
#content ol.navTabs li a.selected {
	background-color:#E6E6E6;
}
#content #detailPanel {
	background-color:#E6E6E6;
	padding:9px;
	margin-right:8px;
	clear:both;
}
/* detail panel - images (product detail pages) */
#content #detailPanel #imageArea {
	width:410px;
	float:left;
	margin-right:9px;
}
#content #detailPanel #imageArea #mainView {
	float:right;
	position:relative;
	top:0;
	left:0;
	padding-bottom:25px;
}
#content #detailPanel #imageArea #detailViews {
	position:relative;
	top:0;
	left:0;
	width:96px;
	padding-bottom:19px;
}
*|html #content #detailPanel #imageArea #detailViews {
 padding-bottom:15px;
}
#content #detailPanel #imageArea #detailViews span,
#content #detailPanel #imageArea #mainView span {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	font-size:1.1em;
}
#content #detailPanel #imageArea #mainView span {
	background:url(http://brands.scene7.com/is/image/brands/icon_prodZoomView) left center no-repeat;
	padding-left:15px;
}
#content #detailPanel #imageArea #detailViews span {
	background:url(http://brands.scene7.com/is/image/brands/icon_prodDetailViews) left center no-repeat;
	padding-left:12px;
}
#content #detailPanel #imageArea #detailViews li {
	height:126px;
}
/* detail panel - rh summary */
#content #detailPanel #summary {
	width:329px;
	padding:8px;
	float:left;
	background-color:#FFF;
	min-height:352px;
}
* html #content #detailPanel #summary {	/* IE6 star body hack for "min-height" */
	height:352px;
}


#content #detailPanel #summary li, 

#content #detailPanel #prodFeatures li {
 margin-left:15px;
 list-style-type:disc;
 list-style:outside;
}


#content #detailPanel h2 {
	font-size:2.4em;/* 24px */
	margin-bottom:6px;
}
#content #detailPanel p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:6px;
}
#content #detailPanel p.prodAtt {
	margin-bottom:0;
}
#content #detailPanel p.prodAtt strong {
	font-weight:bold;
}
#content #detailPanel a {
	text-decoration:underline;
}
#content #detailPanel #reviewSummary {
	border-top:1px solid #CCC;
	padding-top:3px;
	margin-top:6px;
}
/* item's "Add to basket" form */
#content #detailPanel form#productAttributes {
	margin-top:6px;
	border-top:1px solid #CCC;
}
#content #detailPanel form#productAttributes div.clearfix fieldset legend {
	font-size:1.2em;
	font-weight:bold;
	padding-top:6px;
 #position:relative;	/* MS IE specific to remove indent from legend tag */
 #left:-6px;
}
#content #detailPanel form#productAttributes div.clearfix label,
#content #detailPanel form#productAttributes div.clearfix li.outofstock span {
	font-size:1.2em;
	font-weight:bold;
}
#content #detailPanel form#productAttributes div.clearfix li {
	float:left;
	margin:6px 6px 0 0;
	font-size:0.92em;
	white-space:nowrap;
	list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
#content #detailPanel form#productAttributes div.clearfix li.outofstock {
	color:#CCC;
}
#content #detailPanel form#productAttributes div.clearfix li label,
#content #detailPanel form#productAttributes div.clearfix li.outofstock span {
	display:block;
	padding:0.3em;
	border:1px solid #CCC;
	position:relative;
	top:0;
	left:0;
}
#content #detailPanel form#productAttributes #sizeGuide {
	font-size:1.1em;
	color:#666;
	padding:5px 0;
}
#content #detailPanel form#productAttributes #sizeGuide a {
	color:#666;
}
#content #detailPanel form#productAttributes #sizeGuide a:hover {
	color:#EE3224;
}
#content #detailPanel form#productAttributes input#quantity {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:2.8em;
}
#content #detailPanel form#productAttributes strong.price {
	display:block;
	border-top:1px solid #CCC;
	margin:5px 0 10px 0;
	padding-top:4px;
	font-size:2em;
	font-weight:bold;
}
/* Product form radio buttons for colour and size - to be progressively enhanced via JS because "selected" items have to be changed via js for visibility */
#content #detailPanel form#productAttributes.jsenabled div.clearfix li label,
#content #detailPanel form#productAttributes.jsenabled div.clearfix li label input {
	cursor:pointer;
}
#content #detailPanel form#productAttributes.jsenabled div.clearfix ul.colourways li label {
	width:1.1em;
	height:1.1em;
	padding:0;
	position:relative;
	top:0;
	left:0;
	text-indent:-2000em;/*overflow:hidden;*/
}
#content #detailPanel form#productAttributes.jsenabled div.clearfix li input {
	display:block;
	position:absolute;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	top:0;
	left:0;
}
/* Product form radio buttons - JS enabled "selected" states, added upon select */
#content #detailPanel form#productAttributes.jsenabled div.clearfix ul.colourways li label.selected {
	background-image:url(http://brands.scene7.com/is/image/brands/sub_radioBtn_2?fmt=png-alpha);
	_background-image:url(http://brands.scene7.com/is/image/brands/sub_radioBtn_2);	/* feed IE6 a gif instead */
	background-repeat:no-repeat;
	border:1px solid #EE3224;
}
#content #detailPanel form#productAttributes.jsenabled div.clearfix ol.sizes li label.selected {
	color:#FFF;
	background-color:#EE3224;
	border-color:#EE3224;
}
/* Product form radio buttons - JS enabled "focus" states (aid to keyboard navigation) */
#content #detailPanel form#productAttributes.jsenabled div.clearfix li label.focus {
	border:1px solid #000 !important;
}
#content #detailPanel form#productAttributes #addBtn,
#content #detailPanel form#productAttributes #updBtn {
	float:left;
	margin-right:5px;
	margin-top:3px;
}
#content #detailPanel form#productAttributes #noStock {
	color:#EE3224;
	display:block;
	float:left;
	font-size:10px;
	line-height:1.3em;
	width:200px;
}
#errorDisplay , .errorDisplay {
	color:#EE3224;
	display:block;
	font-size:11px;
	line-height:1.3em;
}
.msg_main {
	display:block;
	font-size:11px;
	line-height:1.3em;
}
/* secondary tab - product's feature details */
#content #detailPanel #prodFeatures {
	width:329px;
	height:352px;
	padding:8px;
	float:left;
	margin-right:-3px;/* IE6 duplicate char fixer */
	background-color:#FFF;
	overflow-y:scroll;
}
#content #floatingContent #detailPanel {
	margin-right:0;
}
#content #floatingContent #detailPanel h2 {
	background:none;
	color:#000;
}
#content #floatingContent #detailPanel .buttons {
	padding:0;
}
#content #floatingContent #detailPanel input {
	margin-top:6px;
}
#content #floatingContent #detailPanel {
	padding:9px 9px 4px;
}
#content #floatingContent #detailPanel #imageArea #mainView {
	padding-bottom:20px;
}
#content #floatingContent #detailPanel #imageArea #detailViews {
	padding-bottom:10px;
}
/* Fast Facts rollover area - progressively enhanced, "tooltip" styles are an additional class immediately below (added via js script) */
/*BOR #content div.product */ div.fastFacts {
	background:transparent;
	border: none;
	font-size: 11px;
}
/*BOR #content div.product */ div.toolTip {
	position:absolute;
	top:10px;
	right:50px;
	width:152px;
	padding-bottom:3px;
	background:url(http://brands.scene7.com/is/image/brands/bg_fastFacts_bot?fmt=gif-alpha) transparent left scroll bottom no-repeat;
}
/*BOR #content div.product */  div.wrap {
	min-height:146px;
	padding:6px 0 12px 8px;
	background:url(http://brands.scene7.com/is/image/brands/bg_fastFacts_lid?fmt=gif-alpha) transparent left top no-repeat scroll;
	_background:url(http://brands.scene7.com/is/image/brands/bg_fastFacts_lid?fmt=gif-alpha) transparent left top no-repeat scroll;
}
* html /*BOR #content div.product */ div.toolTip div.wrap {	/* IE6 min-height replication */
	height:146px;
}
/*BOR #content div.product  */ div.toolTip div.wrap div {
	padding-right:20px;
}
/*BOR #content div.product */ div.fastFacts strong {
	font-size:1.6em;
	color:#EE3224;
}
/*BOR #content div.product */ div.fastFacts span {
	font-weight:bold;
	line-height:1.2em;
	display:inline;
	background:transparent;
	padding:0;
}
/*BOR #content div.product */ div.fastFacts ul {
	padding-top:2px;
}
/*BOR #content div.product */ div.fastFacts ul li {
	padding-top:2px;
}
/*BOR #content div.product */ div.fastFacts a.addToBasket {
	background:url(http://brands.scene7.com/is/image/brands/icon_addToBasket) left center no-repeat;
	padding-left:12px;
}

/* right hand column - bottom puffs area */
#content #puffArea {
	padding-bottom:12px;
}
#content #puffArea a {
	display:block;
	width:258px;
	margin-right:9px;
	float:left;
	position:relative;
	top:0;
	left:0;
}
/* puff hover styles */
#content #puffArea a:hover * {
	color:#EE3224;
	cursor:pointer;
}
#content #puffArea a:hover {
	text-decoration:none;
}
#content #puffArea a.lastChild {
	margin-right:0;
}
#content #puffArea a span {
	font-size:1.1em;
	position:absolute;
	top:10px;
	left:10px;
}
#content #puffArea a span strong {
	font-size:1.82em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#666;
	display:block;
	margin-bottom:8px;
}
#content #puffArea a span strong em {
	color:#333;
}
.sizeguide h3 {
	background:url(http://brands.scene7.com/is/image/brands/logo_speedo_small) no-repeat left center;
	font-size:2.4em;/*24px*/
	font-weight:normal;
	line-height:1.667em;
	margin:0 0.333em;
	text-align:right;
}
.sizeguide h4 {
	background:#EE3224;
	color:#FFF;
	font-size:1.4em;/*1.4px*/
	font-weight:bold;
	line-height:1.571em;
	margin-bottom:3px;
	padding:0 0.286em;
}
.sizeguide hr {
	border:none;
	border-top:1px solid #CCC;
	font-size:1.4em;
	height:0;
	overflow:hidden;
}
.sizeguide table {
	font-size:1.2em;/*12px*/
	width:100%;
}
.sizeguide table.type1 thead td,
.sizeguide table.type2 td {
	font-weight:bold;
}
.sizeguide table.type1 * {
	border:none;
}
.sizeguide table.type1 td {
	padding:0 0.75em;
}
.sizeguide th,
.sizeguide td {
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	line-height:1.833em;
	text-align:center;
}
.sizeguide th {
	font-weight:bold;
	padding:0 1em;
}
.sizeguide thead th,
.sizeguide thead td {
	border-bottom:medium none;
}
.sizeguide table.type1 thead th,
.sizeguide tbody th {
	text-align:right;
}
.sizeguide table.type1 thead th.heading,
.sizeguide thead th.heading {
	background-color:#AAA;
	border-bottom:3px solid #FFF;
	border-left:none;
	color:#FFF;
	font-size:1.167em;
	line-height:1.571em;
	padding:0 0.286em;
	text-align:left;
}
.sizeguide table.type1 thead th.heading {
	border-bottom-width:5px;
}
.sizeguide th.lightgrey,
.sizeguide th.darkgrey {
	text-align:center;
}
.sizeguide .lightgrey {
	background-color:#E6E6E6;
}
.sizeguide .darkgrey {
	background-color:#D0D0D0;
}
.extra_wide_col .sizeguide {
	border-right:3px solid #FFF;
	margin:1.5em 0 1em 0;
	overflow:hidden;
	width:789px;
}
/* Collections table */
#collections {
	width:792px;
}
#collections tbody th {
	width:152px;
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.5;
	border-bottom:1px solid #CCC;
}
#collections tbody td {
	font-size:1.2em;/*12px*/
	line-height:1.3;
}
/**************************************************** Floating windows *************************************************/
#floatingBasketContainer {
	display:block;
	height:100px;
	position:absolute;
	width:792px;
}
#floatingBasketContainer div.buttons {
	padding:5px 2px 3px 0;
	text-align:right;
}
#floatingBasketContainer #productBasketDetail div.buttons button {
	margin-top:2px;
}
#floatingBasketContainer #productBasketDetail div.buttons button span {
	background-color:#E6E6E6;
}
#floatingBasket {
	margin:0 auto;
	position:relative;
	width:792px;
}
#floatingBasket #floatingBasketContent,
#floatingBasket #floatingBasketShadow {
	background-color:#FFF;
	border:1px solid #C9C9C9;
	position:absolute;
	width:100%;
}
#floatingBasket #floatingBasketShadow {
	background-color:#C9C9C9;
	left:2px;
	top:2px;
}

#floatingWindowContainer {
	display:none;
	height:100px;
	position:absolute;
	width:980px;
}
#floatingWindowContainer div.buttons {
	padding:5px 2px 3px 0;
	text-align:right;
}
#floatingWindowContainer #productDetail div.buttons button.btnWhiteDelete {
	margin-top:2px;
}
#floatingWindowContainer #productDetail div.buttons button.btnWhiteDelete span {
	background-color:#E6E6E6;
}
#floatingWindow {
	margin:0 auto;
	position:relative;
	width:782px;
}
#floatingWindow.narrow {
	width:440px;
}
#floatingWindow #floatingWindowContent,
#floatingWindow #floatingWindowShadow {
	background-color:#FFF;
	border:1px solid #C9C9C9;
	position:absolute;
	width:100%;
}
#floatingWindow #floatingWindowShadow {
	background-color:#C9C9C9;
	left:2px;
	top:2px;
}
#floatingWindow #floatingWindowContent .floatingWindowMessage {
	display:none;
}
#floatingWindow #floatingWindowContent .floatingWindowMessage h4 {
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.3;
	padding:10px;
}

#floatingWindow #floatingWindowContent .floatingWindowMessage p {
	font-size:1.1em;/*1.1px*/
	line-height:1.3;
	padding:0 2em 1em 10px;
}

#ShoppingBasketDelivery .floatingWindowMessage h4 {
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.3;
	padding:10px;
}

#ShoppingBasketDelivery .floatingWindowMessage p {
	font-size:1.1em;/*1.1px*/
	line-height:1.3;
	padding:0 2em 1em 10px;
}

/******************************************************* Footer area ***************************************************/
#footer {
	font-size:1.1em;
	background:#E6E6E6;
	clear:both;
	color:#666;
	padding:12px 0 30px 20px;
}
/* lh footer tertiary nav */
#footer ul#tertiaryNav {
	width:168px;
	float:left;
	padding-bottom:25px;
}
#footer ul#tertiaryNav li {
	margin-bottom:4px;
    }
#footer ul#tertiaryNav li strong a{
     font-weight:bold !important;   
    }
#footer a {
	color:#666;
}
#footer a:hover {
	color:#EE3224;
}
/* textual footer "puffs" */
#footer div.footerPuff {
	width:258px;
	float:left;
	padding-bottom:25px;
	margin-right:9px;
}
#footer div.lastChild {
	margin-right:0;
}
#footer div.footerPuff h6 {
	font-size:1.45em;
	padding:0 2px 6px 2px;
	margin-bottom:4px;
	border-bottom:1px solid #CCC;
}
#footer div.footerPuff p {
	font-size:1.27em;
	line-height:1.3em;
	padding:0 2px;
}
#footer div.footerPuff p a {
	text-decoration:underline;
}
/* footer bottom area (copyright etc) */
#pageFoot {
	clear:both;
	border-top:1px solid #CCC;
	padding-top:7px;
}
#pageFoot ul {
	float:right;
}
#pageFoot ul li {
	float:left;
	border-right:1px solid #666;
	padding:0 6px 0 7px;
}
#pageFoot ul li.lastChild {
	border-right:none;
	padding:0 0 0 7px;
}
/******************************************************* General Typography ***************************************************/
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#EE3224;
}

a.addToBasket {
	background:url(http://brands.scene7.com/is/image/brands/icon_addToBasket) left center no-repeat;
	padding-left:12px;
}
/******************************************************* Fixes collection ***************************************************/
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}

.links{
	display:block;
	height:1px;
	}
.links a {
	text-decoration:underline;
	}

.listPrice {
text-decoration: line-through
}
.redPrice {
color: rgb(255,0,0);
font-weight:bold;
}


#ProductPageRight #ce_image {
/*	display:none;*/
}


#ProductPageLeft #ce_headline {
	font-size:1.82em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#666;
	margin:9px 2px 2px 2px;
}
#ProductPageRight #ce_headline {
	font-size:1.82em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#666;
	margin:9px 2px 2px 2px;
}

#HomePageRight #ce_image img {
	width:176px;
	height:130px;
}	
#HomePageRight .product {
	padding-bottom:16px;
}	

/* Fast Facts rollover area - progressively enhanced, "tooltip" styles are an additional class immediately below (added via js script) */
#contentBlock div.product div.fastFacts {
	background:#E6E6E6;
}
#contentBlock div.product div.toolTip {
	position:absolute;
	top:10px;
	right:50px;
	width:152px;
	padding-bottom:3px;
	background:url(http://brands.scene7.com/is/image/brands/bg_fastFacts_bot?fmt=gif-alpha) left bottom no-repeat;
}
#contentBlock div.product div.toolTip div.wrap {
	min-height:146px;
	padding:6px 0 12px 8px;
	background:url(http://brands.scene7.com/is/image/brands/bg_fastFacts_lid?fmt=gif-alpha) left top no-repeat;
}
* html #contentBlock div.product div.toolTip div.wrap {	/* IE6 min-height replication */
	height:146px;
}
#contentBlock div.product  div.toolTip div.wrap div {
	padding-right:20px;
}
#contentBlock div.product div.fastFacts strong {
	font-size:1.6em;
	color:#EE3224;
}
#contentBlock div.product div.fastFacts span {
	font-weight:bold;
	line-height:1.2em;
	display:inline;
	background:transparent;
	padding:0;
}
#contentBlock div.product div.fastFacts ul {
	padding-top:2px;
}
#contentBlock div.product div.fastFacts ul li {
	padding-top:2px;
}
#contentBlock div.product div.fastFacts a.addToBasket {
	background:url(http://brands.scene7.com/is/image/brands/icon_addToBasket) left center no-repeat;
	padding-left:12px;
}

#HomePageBottom div {
	float:left;
}
#HomePageBottom .product h4 {
	display:none;

}
#HomePageBottom #ce_image img {
	width:186px;
	height:100px;
}	

/* right hand column - product item */
#contentBlock div.productespot {
	font-size:1.1em;
	width:186px;
	float:left;
	position:relative;
	top:0;
	left:0;
}

#categorySpot #ce_image img {
	width:152px;
	height:184px;
}

#categorySpot #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}


#CAT_Men_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CollectionDetailSpot #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Men_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Boys_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Boys_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}
#Level1CatPage_SeeAllNewArrivals #ce_headline {
	font-size:0.0em;
	line-height:0.0em;
	letter-spacing:-1px;
	color:#444;
	margin:0px 0px 0px 0px;
}
.name-price-container {
	min-height:60px;
 	height:auto!important;
 	height:60px;
} 
#sizeGuide {
	font-size:1.1em;
	color:#666;
	padding:5px 0;
}


#SizeGuidePopup
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px; 
}

#TermsOfUsePopup
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
	width : 50%;
}

#TermsAndConditionsPopup
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px; 

}

#TermsAndConditionsPopup a {
	text-decoration:underline;
}

#PrivacyPolicyPopup a {
	text-decoration:underline;
}

#PrivacyPolicyPopup
{
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px; 

}

#TermsAndConditionsPopup .wide_col h2 {
	font-size:2.4em;/*24px*/
	font-weight:bold;
	line-height:1.5;
	color:#333;
}

#PrivacyPolicyPopup .wide_col h2 {
	font-size:2.4em;/*24px*/
	font-weight:bold;
	line-height:1.5;
	color:#333;
}

#TermsAndConditionsPopup .wide_col h3{
	margin-bottom:9px;
	padding:2px;
	background-color:#e6e6e6;
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.286em;/*18px*/
}

#PrivacyPolicyPopup .wide_col h3{
	margin-bottom:9px;
	padding:2px;
	background-color:#e6e6e6;
	font-size:1.4em;/*14px*/
	font-weight:bold;
	line-height:1.286em;/*18px*/
}

#TermsAndConditionsPopup .wide_col p{
	margin-bottom:0.75em;
	font-size:1.2em; /* Default all paragraphs to 12px font-size */
	line-height:1.5;
}

#PrivacyPolicyPopup .wide_col p{
	margin-bottom:0.75em;
	font-size:1.2em; /* Default all paragraphs to 12px font-size */
	line-height:1.5;
}

#CAT_Men_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CollectionDetailSpot #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Men_RightContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Boys_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Boys_RightContent #ce_image img {
	width:152px;
	height:184px;
}
#CAT_Women_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Women_RightContent #ce_image img {
	width:152px;
	height:184px;
}
#CAT_Girls_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Girls_RightContent #ce_image img {
	width:152px;
	height:184px;
}
#CAT_Equipment_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Equipment_RightContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Footwear_LeftContent #ce_image img {
	width:152px;
	height:184px;
}

#CAT_Footwear_RightContent #ce_image img {
	width:152px;
	height:184px;
}


#CAT_Women_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Women_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}
#CAT_Girls_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Girls_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}
#CAT_Equipment_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Equipment_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}
#CAT_Footwear_LeftContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}

#CAT_Footwear_RightContent #ce_headline {
	font-size:1.74em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#444;
	margin:15px 2px 12px 2px;
}




#secondaryNav h1 {
	font-size:1.8em!important;
	color:red!important;
}
#secondaryNav ul li a {
	padding:1px 0;
	font-size:1.1em!important;
	line-height:1.5em!important;
}
#secondaryNav ul li a.selected {
	background-color:#808080!important;
}
#secondaryNav ul li a:hover {
	background-color:#808080;
	text-decoration:none!important;
	color:white!important;
}
#secondaryNav ul li {
	padding: 0 0 0 6px!important;
	margin:0!important;
}
#secondaryNav h5 span, #secondaryNav h5 a {
	font-size:1.1em;
		padding:1px 0;
}

#secondaryNav h5.selected span {
	padding:1px 0;
	color:white;
	background-color:red;
}
#secondaryNav h5 a:hover {
	text-decoration:none!important;
	background-color:#ff0000!important;
	color:white!important;
}

#secondaryNav .collapsed h5 a {
	margin:0!important;
}

.inputInstruction {
	text-align:right;margin-left:244px;font-size:1.1em;
}

.inputInstruction.two {
	margin-left:0px;float:left;width:309px;
}



#Shopping #ce_headline {
	font-size:1.82em;
	line-height:0.95em;
	letter-spacing:-1px;
	color:#666;
	margin:9px 2px 2px 2px;
}


/*** KELLOGGS PAGE STYLES ***/

#offerContainer {
   clear: both;
   padding: 8px;
   margin: 0 10px 16px 14px;
   width: auto;
   background: #e7e7e7;
}


/* ------ left-hand element styles ------ */

#offerContainer .left {
   float: left;
   position: relative;
   width: 605px;
   height: 400px;
   margin-right: 8px;
   background: #e7e7e7 url(../images/content/offer_img_bg.jpg) no-repeat top left;
}
.left .offerSupH {
	position: absolute;
	top: 28px;
	left: 8px;
	color:white;
	font-size:4.82em;
}
.left .offerH {
   position: absolute;
   top: 90px;
   left: 11px;
   font-weight: bold;
}
.left .offerH span {
	background-color:white;
}
.left .offerSubH {
   width: 240px;
   position: absolute;
   top: 108px;
   left: 14px;
   font-size: 2.4em;
   color: #fff;
}
.left .offerSubH span {
	background-color:#EE3224;
}

/* ------ right-hand element styles ------ */

#offerContainer .right {
   float: right;
   width: 326px;
   background: #fff url(../images/content/rhs_logos.gif) no-repeat bottom left;
   line-height: normal;
   padding-bottom: 95px;
}
#offerContainer .right .heightFix {
   width: 1px;
   height: 305px;
   margin: 0;
   padding: 0;
   float: right;
}

#offerContainer .right h1 { 
   margin: 8px 0 2px 10px; 
   font-size: 2.2em; 
   font-weight: bold; 
   color: #343434;
}
#offerContainer .right h2 { 
   margin: 0 10px 12px 10px; 
   padding-bottom: 12px; 
   font-size: 1.4em; 
   border-bottom: 1px solid #ccc; 
   color: #ed3b2d; 
}
#offerContainer .right p {  
   margin: 0 0 12px 0; 
   padding: 0 12px 0 10px; 
   font-size: 1.1em; 
}
#offerContainer .right p.intro { 
   font-size: 1.2em; 
   font-weight: bold; 
}



/* ------ bottom puffs styles ------ */

#puffContainer {
   width: auto;
   background: transparent;
   margin-bottom: 10px;
   padding-left: 13px;
   _padding-left: 10px;
   line-height: normal;
}
#puffContainer h1 {
   font-size: 1.8em;
   color: #343434;
   margin-bottom: 10px;
}
#puffContainer .puff {
   float: left;
   width: 232px;
   margin: 0 4px;
}
#puffContainer .puff .grey,
#puffContainer .puff .white {
   width: auto;
   margin: 0;
   padding: 0;
}
#puffContainer .puff .grey {
   background: #ccc;
}
#puffContainer .puff .white {
   background: #fff;
}
#puffContainer .puff .grey h1,
#puffContainer .puff .white h1 { 
   margin: 0; 
   padding: 4px 0 4px 8px; 
   font-size: 1.7em; 
}
#puffContainer .puff .grey h1 { background: #ee3327; color: #fff; }
#puffContainer .puff .white h1 { background: #f0f0f0; color: #343434; }
#puffContainer .puff h2 { 
   color: #ee3327; 
   margin: 0; 
   padding: 8px 8px 0 8px; 
   font-size: 1.2em; 
   font-weight: bold; 
}
#puffContainer .puff p { 
   padding: 8px; 
   font-size: 1.1em; 
}
#puffContainer .puff p.link {
   background: transparent url(../images/content/arrow.gif) no-repeat center right;
   text-align: right;
   font-weight: bold;
   font-size: 1.2em;
   padding-right: 16px;
}
p.link a,
p.link a:visited,
p.link a:active {
   font-weight: bold;
}
#puffContainer .puff img,
#puffContainer .puff img {
   padding: 0;
}