/* Global
--------------------------------------------------------------------- */
body {
	background-color: #ffffff;
	margin: 0px;
}
body, td, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}
form {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 984px;
	margin: 0px auto 0px auto;
}
.h-list ul, ul.h-list, ul.v-list {
	list-style-type: none;
}
.h-list ul li, .h-list ul li p, ul.h-list li, ul.h-list li p {
	display: inline;
}
.v-list li, ul.v-list li {
	float: none;
	display: block;
}
/* Top Banner
--------------------------------------------------------------------- */
#topBanner {
	float: left;
	position: relative;
	z-index: 750;
	width: 984px;
	height: 113px;
}
#topBanner img.logo {
	float: left;
	width: 84px;
	height: 85px;
	margin: 15px 46px 13px 40px;
}
#topBanner a, #topBanner a:visited, #topBanner a:link {
	font-size: 9pt;
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}
#topBanner a:hover {
	text-decoration: underline;
}
#topBanner .links {
	float: right;
	width: 814px;
	height: 58px;
	margin: 15px 0px 0px 0px;
}
#topBanner .links ul {
	float: right;
	display: inline; /* IE double margin bug fix */
	margin: 15px 66px 0px 0px;
	padding: 0px;
}

#headerMsg {
    float:left;
    font-size: 11pt;
    font-weight:bold;
    color: #1B70BC;
    padding-left: 58px;
    margin-top: 15px;
}

#topBanner .links ul li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#topBanner .links ul li.email {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 13px;
	background-image: url(../images/design/bullet.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
#topBanner .links ul li p {
	margin: 0px;
}
#topBanner .links ul li.email a, #topBanner .links ul li.email a:visited, #topBanner .links ul li.email a:link {
	color: #194aa2;
}
#topBanner .links ul li.email a:hover {
	color: #194aa2;
}
#topBanner .search {
	float: left;
	width: 330px;
	height: 27px;
}
#topBanner .search label {
	float: left;
	display: inline; /* IE double margin bug fix */
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 67px;
	padding: 0px 0px 0px 0px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-image: url(../images/design/topBanner/topBanner_search_label_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topBanner .search input.inputTxt {
	float: left;
	display: inline; /* IE double margin bug fix */
	width: 214px;
	height: 20px;
	line-height: 19px;
	border: 1px solid #afada6;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px
}
#topBanner .search input.inputImg {
	float: left;
	display: inline; /* IE double margin bug fix */
	margin: 0px 0px 0px 0px;
}
#topBanner .basket {
	position: relative;
	float: left;
	width: 484px;
	height: 27px;
}
#topBanner .basket p, #topBanner .basket div.compare, #topBanner .basket div.compareLive {
	float: left;
	display: inline; /* IE double margin bug fix */
	position: relative;
	font-size: 9pt;
	color: #646464;
	font-weight: bold;

}
#topBanner .basket p.total {
	width: 239px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;

	color: #1b70bc;
	text-align: right;
}
#topBanner .basket p.total, #topBanner .basket div.compare p, #topBanner .basket div.compareLive p {
	line-height: 27px;
	margin: 0px;
}
#topBanner .basket p.total a {
	background-image: url(../images/design/topBanner/topBanner_basket_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 25px;
}
#topBanner .basket p.total a, #topBanner .basket p.total a:visited, #topBanner .basket p.total a:link {
	color: #1b70bc;
	text-decoration: none;
	font-weight: bold;
}
#topBanner .basket p.total a:hover {
	color: #1b70bc;
	text-decoration: underline;
	font-weight: bold;
}
#topBanner .basket p span {
	color: #1b70bc;
}
#topBanner .basket div.compare {
	position: relative;
	width: 213px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../images/design/topBanner/topBanner_compare_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topBanner .basket div.compareLive {
	width: 213px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../images/design/topBanner/topBanner_compare_bkgd_live.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topBanner .basket .comparePanel {
	position: absolute;
	display: none;
	top: 27px;
	right: 1px;
	width: 232px;
	background-image: url(../images/design/compare/comparePanel_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-left: 1px solid #194AA2;
	border-right: 1px solid #194AA2;
	border-bottom: 1px solid #194AA2;
	padding-top: 10px;
}
#topBanner .basket .comparePanel ul {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#topBanner .basket .comparePanel li {
	float: left;
	width: 212px;
	margin: 0px;
	padding: 0px 10px 5px 10px;
}
#topBanner .basket .comparePanel li.bottom {
	padding: 0px 10px 15px 10px;
}
#topBanner .basket #comparePanel .comparePanel p{
	float: left;
	display: inline; /* IE double margin bug fix */
	width: 192px;
	font-size: 8pt;
	color: #4e4e4e;
	font-weight: normal;
	line-height: 16px;
	white-space: normal;
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/design/topBanner/topBanner_close_icon.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#topBanner .basket #comparePanelClone .comparePanel p {
	float: left;
	display: inline; /* IE double margin bug fix */
	font-size: 8pt;
	color: #4e4e4e;
	font-weight: normal;
	line-height: 16px;
	white-space: normal;
	margin: 10px 10px 20px 22px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/design/topBanner/topBanner_close_icon.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topBanner .basket .comparePanel li span {
	float: left;
	width: 194px;
}
#topBanner .basket .comparePanel li a, #topBanner .basket .comparePanel li a:visited, #topBanner .basket .comparePanel li a:link {
	font-size: 8pt;
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
}
#topBanner .basket .comparePanel li a:hover {
	text-decoration: underline;
}
#topBanner .basket .comparePanel li img {
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#topBanner .basket .comparePanel p a, #topBanner .basket .comparePanel p a:visited, #topBanner .basket .comparePanel p a:link {
	color: #1B70BC;
	text-decoration: underline;
	font-weight: normal;
}
#topBanner .basket .comparePanel p a:hover {
	color: #1B70BC;
	text-decoration: none;
	font-weight: normal;
}
#topBanner .basket #comparePanel .comparePanel p.close {
	float: left;
	display: inline; /* IE double margin bug fix */
	width: 60px;
	padding: 0px 0px 10px 20px;
	background-position: 0px 0px;
	margin: 5px 0px 0px 25px;
}
/*#topBanner .comparePanel .clear */
#topBanner  .basket #comparePanel .comparePanel .compareControls .clear,
    #topBanner .basket div.compareLive  .clear
 {

	float: left;
	display: inline; /* IE double margin bug fix */
	padding: 0px 0px 10px 20px;
	background-position: 0px 0px;
	margin: 5px 0px 0px 23px;
    width:76px;
}
#topBanner .basket .comparePanel img.button {
	float: left;
	padding: 0px 0px 10px 47px;
}
#topBanner .basket p span {
	color: #1B70BC;
}
.comparePanelClone {
    margin-left:-200px;
}
#comparePanel a.toggleCompare {
	text-decoration: none;
}
#comparePanel a.toggleCompare:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Top Navigation
--------------------------------------------------------------------- */
#topNav {
	position: relative;
	float: left;
	z-index: 100;
	width: 944px;
	height: 34px;
	padding: 4px 20px 0px 20px;
	background-image: url(../images/design/topNav_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topNav ul { /* all lists */
	margin: 0px auto 0px auto;
	height: 31px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#topNav a {
	display: block;
	padding: 7px 12px 3px 12px;
	margin: 1px 1px 0px 1px;
	height: 23px;
}
#topNav a, #topNav a:visited, #topNav a:link {
	font-size: 9pt;
	color: #3d3d3d;
	font-weight: bold;
	text-decoration: none;
}
#topNav a:hover {
	text-decoration: none;
}
#topNav li { /* all list items */
	float: left;
	margin: 0px;
	padding: 0px;
}
#topNav li:hover a, #topNav li:hover a:visited, #topNav li:hover a:link, #topNav li.sfhover a, #topNav li.sfhover a:visited, #topNav li.sfhover a:link {
	margin: 0px;
	background-image: none;
	background-color: #f9f9f7;
	color: #194AA2;
	border-top: solid 1px #194AA2;
	border-right: solid 1px #194AA2;
	border-left: solid 1px #194AA2;
	border-bottom: 0px;
}
#topNav ul.lvl1 li.noSub:hover a, #topNav ul.lvl1 li.noSub:hover a:visited, #topNav ul.lvl1 li.noSub:hover a:link, #topNav ul.lvl1 li.noSub a:hover {
	margin: 1px 1px 0px 1px;
	background-color: transparent;
	color: #3d3d3d;
	border: 0;
}
#topNav li.live a {
	padding: 7px 20px 0px 20px;
	/* margin: 1px 1px 4px 1px; */
	margin: 0px;
	border: 1px solid #3d85c4;
	height: 22px;
	background-image: url(../images/design/topNav/live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #ffffff;
}
#topNav li.live a:hover {
/*
	background: transparent;
	background-color: #f9f9f7;
	border-bottom: 0px;
	*/
}
#topNav li ul { /* second-level lists */
	position: absolute;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	width: 160px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: solid 1px #194AA2;
	border-right: solid 1px #194AA2;
	border-bottom: solid 1px #194AA2;
	/* background-color: #efefed; */
	background-image: url(../images/design/topNav/drop_bkgd.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topNav li:hover ul li, #topNav li.sfhover ul li {
	width: 158px;
}
#topNav li ul li img {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1px;
}
#topNav ul.lvl1 li:hover ul li.noSub a, #topNav ul.lvl1 li.sfhover ul li a, #topNav ul.lvl1 li:hover ul li.noSub a:visited, #topNav ul.lvl1 li.sfhover ul li a:visited, #topNav ul.lvl1 li:hover ul li.noSub a:link, #topNav ul.lvl1 li.sfhover ul li a:link {
	position: relative;
	width: 130px;
	height: auto;
	padding: 0px 10px 10px 20px;
	margin: 0px;
	border: 0;
	font-size: 9pt;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
}
#topNav ul.lvl1 li:hover ul li.noSub a:hover, #topNav ul.lvl1 li.sfhover ul li a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}
#topNav li:hover ul, #topNav li.sfhover ul { /* lists nested under hovered list items */
	line-height: 1.0;
	left: auto;
}
#topNav li.divider {
	background-image: url(../images/design/topNav/divider_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
/* Page Header
--------------------------------------------------------------------- */
#pageHeader {
	float: left;
	width: 984px;
	height: 52px;
	margin: 15px 0px 16px 0px;
}
#pageHeader img {
	display: block;
}
/* Left Navigation
--------------------------------------------------------------------- */
#scp #leftNav {
	position: relative;
	z-index: 1;
	float: left;
	width: 219px;

	margin: 0px 16px 0px 0px;
	background-image: url(../images/design/leftNav/leftNav_bkgd.gif);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #95bfe2;
}
#cp #leftNav {
	position: relative;
	z-index: 1;
	float: left;
	width: 219px;

	margin: 0px 16px 0px 0px;
	background-image: url(../images/design/leftNav/leftNav_bkgd.gif);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #95bfe2;
}
#plp #leftNav {
	position: relative;
	z-index: 1;
	float: left;
	width: 219px;

	margin: 0px 16px 0px 0px;
	background-image: url(../images/design/leftNav/leftNav_bkgd.gif);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #95bfe2;
}
#pdp #leftNav {
	position: relative;
	z-index: 1;
	float: left;
	width: 219px;

	margin: 0px 16px 0px 0px;
	background-image: url(../images/design/leftNav/leftNav_bkgd.gif);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #95bfe2;
}
#search #leftNav {
	position: relative;
	z-index: 1;
	float: left;
	width: 219px;

	margin: 0px 15px 0px 0px;
	background-image: url(../images/design/leftNav/leftNav_bkgd.gif);
	background-position: 0px 35px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #95bfe2;
}
#leftNav h1 {
	font-size: 10pt;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	background-image: url(../images/design/leftNav/leftNav_h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
#leftNav h2 {
	font-size: 10pt;
	text-align: center;
	line-height: 35px;
	color: #194AA2;
	margin: 5px 0px 5px 0px;
}
#leftNav ul a {
	font-size: 9pt;
	display: block;
	color: #3d3d3d;
	margin: 0px;
}
#leftNav a, #leftNav a:visited, #leftNav a:link {
	text-decoration: none;
	cursor: pointer;
}
#leftNav a:hover {
	text-decoration: none;
	cursor: pointer;
}
/* Lvl1 ul */
#leftNav ul {
	padding: 0px;
	margin: 16px 0px 0px 0px;
	list-style: none;
}
/* Lvl1 li */
#leftNav ul li {
	width: 187px;
	padding: 0px 0px 0px 0px;
	margin: 0px 16px 0px 16px;
}
/* Lvl1 a */
#leftNav ul li.live a {
	padding: 10px 25px 0px 11px;
}
#leftNav ul li.leaf a {

}
#leftNav ul li a {

	padding: 5px 11px 5px 11px;
}
/* Lvl2 ul */
#leftNav ul li.live ul {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/* Lvl2 li */
#leftNav ul li.live ul li {
	width: 187px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* Lvl2 a */
#leftNav ul li.live ul li.live a {
	padding: 10px 25px 0px 22px;
}
#leftNav ul li.live ul li.leaf a {

}
#leftNav ul li.live ul li a {

	padding: 3px 11px 3px 22px;
	font-size: 8pt;
	color: #3d3d3d;
	font-weight: bold;
}
/* Lvl3 ul */
#leftNav ul li.live ul li.live ul {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/* Lvl3 li */
#leftNav ul li.live ul li.live ul li {
	width: 187px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* Lvl3 a */
#leftNav ul li.live ul li.live ul li.live a {
	padding: 10px 25px 0px 35px;
}
#leftNav ul li.live ul li.live ul li.leaf a {

}
#leftNav ul li.live ul li.live ul li a {

	padding: 3px 11px 3px 35px;
	font-size: 8pt;
	font-weight: normal;
}
/* Lvl4 ul */
#leftNav ul li.live ul li.live ul li.live ul {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
/* Lvl4 li */
#leftNav ul li.live ul li.live ul li.live ul li {
	width: 187px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* Lvl4 a */
#leftNav ul li.live ul li.live ul li.live ul li.live a {
	padding: 10px 25px 0px 45px;
}
#leftNav ul li.live ul li.live ul li.live ul li.leaf a {

}
#leftNav ul li.live ul li.live ul li.live ul li a {

	padding: 3px 11px 3px 45px;
	font-size: 7.5pt;
	font-weight: normal;
}
/* Logo */
#leftNav .logo {
	float: left;
	display: inline;
	width: 63px;
	height: 63px;
	margin: 15px 0px 15px 141px;
	background-image: url(../images/design/leftNav/leftNav_logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Super Category Page specific */
#scp #leftNav ul li.live a {
	font-weight: bold;
	color: #ffffff;
}
#scp #leftNav ul li.live ul li a {
	font-weight: normal;
	color: #194AA2;
}
#scp #leftNav ul li.live a {
	background-image: url(../images/design/leftNav/leftNav_live_li_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#scp #leftNav ul li.live li a {
	background-image: none;
}
#scp #leftNav ul li.live ul {
	padding-top: 13px;
	background-image: url(../images/design/leftNav/leftNav_live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
/* Category Page specific */
#cp #leftNav ul li.live a {
	font-weight: bold;
	color: #194AA2;
}
#cp #leftNav ul li.live ul li a {
	font-weight: normal;
	color: #3d3d3d;
}
#cp #leftNav ul li ul li.live a {
	font-weight: bold;
	color: #ffffff;
}
#cp #leftNav ul li ul li.live ul li a {
	font-weight: normal;
	color: #194AA2;
}
#cp #leftNav ul li ul li.live a {
	background-image: url(../images/design/leftNav/leftNav_live_li_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#cp #leftNav ul li ul li.live li a {
	background-image: none;
}
#cp #leftNav ul li ul li.live ul {
	padding-top: 13px;
	background-image: url(../images/design/leftNav/leftNav_live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

/* Product List Page / PDP specific */
/* Two Navigation Levels */
#plp #wrapper .twoLevels ul li.live a, #pdp #wrapper .twoLevels ul li.live a {
	font-weight: bold;
	color: #ffffff;
}
#plp #wrapper .twoLevels ul li.live ul li a, #pdp #wrapper .twoLevels ul li.live ul li a {
	font-weight: normal;
	color: #194AA2;
}
#plp #wrapper .twoLevels ul li.live a, #pdp #wrapper .twoLevels ul li.live a {
	background-image: url(../images/design/leftNav/leftNav_live_li_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#plp #wrapper .twoLevels ul li.live li a, #pdp #wrapper .twoLevels ul li.live li a {
	background-image: none;
}
#plp #wrapper .twoLevels ul li.live ul, #pdp #wrapper .twoLevels ul li.live ul {
	padding-top: 13px;
	background-image: url(../images/design/leftNav/leftNav_live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#plp #wrapper .twoLevels ul li.live ul li.leaf a, #pdp #wrapper .twoLevels ul li.live ul li.leaf a {
	font-weight: bold;
	color: #194AA2;
}
/* Three Navigation Levels */
#plp #wrapper .threeLevels ul li.live a, #pdp #wrapper .threeLevels ul li.live a {
	font-weight: bold;
	color: #194AA2;
}
#plp #wrapper .threeLevels ul li.live ul li a, #pdp #wrapper .threeLevels ul li.live ul li a {
	font-weight: normal;
	color: #3d3d3d;
}
#plp #wrapper .threeLevels ul li ul li.live a, #pdp #wrapper .threeLevels ul li ul li.live a {
	font-weight: bold;
	color: #ffffff;
}
#plp #wrapper .threeLevels ul li ul li.live ul li a, #pdp #wrapper .threeLevels ul li ul li.live ul li a {
	font-weight: normal;
	color: #194AA2;
}
#plp #wrapper .threeLevels ul li ul li.live a, #pdp #wrapper .threeLevels ul li ul li.live a {
	background-image: url(../images/design/leftNav/leftNav_live_li_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#plp #wrapper .threeLevels ul li ul li.live li a, #pdp #wrapper .threeLevels ul li ul li.live li a {
	background-image: none;
}
#plp #wrapper .threeLevels ul li ul li.live ul, #pdp #wrapper .threeLevels ul li ul li.live ul {
	padding-top: 13px;
	background-image: url(../images/design/leftNav/leftNav_live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#plp #wrapper .threeLevels ul li ul li.live ul li.leaf a, #pdp #wrapper .threeLevels ul li ul li.live ul li.leaf a {
	font-weight: bold;
	color: #194AA2;
}
/* Four Navigation Levels */
#plp #wrapper .fourLevels ul li.live a, #pdp #wrapper .fourLevels ul li.live a {
	font-weight: bold;
	color: #194AA2;
}
#plp #wrapper .fourLevels ul li.live ul li a, #pdp #wrapper .fourLevels ul li.live ul li a {
	font-weight: normal;
	color: #3d3d3d;
}
#plp #wrapper .fourLevels ul li ul li.live a, #pdp #wrapper .fourLevels ul li ul li.live a  {
	font-weight: bold;
	color: #194AA2;
}
#plp #wrapper .fourLevels ul li ul li.live ul li a, #pdp #wrapper .fourLevels ul li ul li.live ul li a {
	font-weight: normal;
	color: #3d3d3d;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live a, #pdp #wrapper .fourLevels ul li ul li.live ul li.live a {
	font-weight: bold;
	color: #ffffff;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live ul li a, #pdp #wrapper .fourLevels ul li ul li.live ul li.live ul li a {
	font-weight: normal;
	color: #194AA2;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live a, #pdp #wrapper .fourLevels ul li ul li.live ul li.live a {
	background-image: url(../images/design/leftNav/leftNav_live_li_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live li a, #pdp #wrapper .fourLevels ul li ul li.live ul li.live li a {
	background-image: none;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live ul, #pdp #wrapper .fourLevels ul li ul li.live ul li.live ul {
	background-image: url(../images/design/leftNav/leftNav_live_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding-top: 13px;
}
#plp #wrapper .fourLevels ul li ul li.live ul li.live ul li.leaf a, #pdp #wrapper .fourLevels ul li ul li.live ul li.live ul li.leaf a {
	font-weight: bold;
	color: #194AA2;
}

/* Search Page specific */
#search #leftNav div a {
	display: block;
	width: 152px;
	padding: 0px 0px 0px 35px;
}
#search #leftNav div a, #search #leftNav div a:visited, #search #leftNav div a:link {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#search #leftNav div a:hover {
	text-decoration: none;
}
#search #leftNav div.active {
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 16px 0px 16px;
	height: 27px;
	line-height: 27px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/design/search/leftNav_div_active_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	color: #3d3d3d;
}
#search #leftNav div.inactive {
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 16px 15px 16px;
	height: 27px;
	line-height: 27px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/design/search/leftNav_div_inactive_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	color: #3d3d3d;
}
#search #leftNav div.selected {
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 16px 0px 16px;
	height: 27px;
	line-height: 27px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/design/search/leftNav_div_selected_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-weight: bold;
	color: #3d3d3d;
}
/* reset for search */
#search #leftNav a {
	padding: 0px;
}
#search #leftNav li a {
	display: block;
	float: left;
}
#search #leftNav ul a, #search #leftNav ul a:visited, #search #leftNav ul a:link {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}
#search #leftNav ul a:hover {
	text-decoration: none;
}
#search #leftNav ul {
	position: relative;
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 16px 15px 16px;
	background-color: #ffffff;
	padding: 5px 0px 5px 0px;
}
#search #leftNav ul.selected {
	position: relative;
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 16px 15px 16px;
	background-color: transparent;
	background-image: url(../images/design/search/leftNav_ul_selected_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
}
#search #leftNav ul.selected ul {
	background-color: transparent;
}
#search #leftNav ul li {
	position: relative;
	float: left;
	display: inline;
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#search #leftNav ul#categoryContainer li a {
	padding: 0px 5px 0px 16px;
	color: #194AA2;
	line-height: 24px;
}
#search #leftNav ul#categoryContainer ul {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#search #leftNav ul#categoryContainer li li {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#search #leftNav ul#categoryContainer li li a {
	padding: 0px 5px 0px 25px;
	color: #3d3d3d;
}
#search #leftNav ul#categoryContainer ul ul {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#search #leftNav ul#categoryContainer li ul li ul li {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#search #leftNav ul#categoryContainer li ul li ul li a {
	padding: 0px 5px 0px 35px;
	color: #3d3d3d;
}
#search #leftNav ul#categoryContainer ul ul ul {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#search #leftNav ul#categoryContainer li ul li ul li ul li {
	width: 187px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#search #leftNav ul#categoryContainer li ul li ul li ul li a {
	padding: 0px 5px 0px 45px;
	color: #194AA2;
}
#search #leftNav ul.selectedTerms li a, #search #leftNav ul.filterTerms li a {
	padding: 0px 5px 0px 35px;
	color: #194AA2;
	line-height: 18pt;
}
#search #leftNav ul li a.remove {
	padding: 0px 0px 0px 0px;
}
#search #leftNav ul li a.remove img {
	position: absolute;
	right: 10px;
	top: 3px;
}
#search #leftNav p.clear {
	float: left;
	width: 187px;
	display: inline;
	margin: -10px 16px 5px 16px;
	text-align: right;
}
#search #leftNav p.clear a, #search #leftNav p.clear a:visited, #search #leftNav p.clear a:link {
	font-size: 7.5pt;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: underline;
}
#search #leftNav p.clear a:hover {
	text-decoration: none;
}
/* Leaf Highlighting */
/* Lvl 1 */
#leftNav ul li.leaf {
	font-weight: bold;
	color: #194AA2;
}
#leftNav ul li.leaf a, #leftNav ul li.leaf a:visited, #leftNav ul li.leaf a:link {
	font-weight: bold;
	color: #194AA2;
}
#leftNav ul li.leaf a:hover {

}
/* Lvl 2 */
#cp #leftNav ul li.live ul li.leaf, #scp #leftNav ul li.live ul li.leaf {
	color: #194AA2;
	font-weight: bold;
}
#cp #leftNav ul li.live ul li.leaf a, #cp #leftNav ul li.live ul li.leaf a:visited, #cp #leftNav ul li.live ul li.leaf a:link {
	color: #194AA2;
	font-weight: bold;
}
#cp #leftNav ul li.live ul li.leaf a:hover, #pdp #leftNav ul li.live ul li.leaf a:hover {

}
/* Lvl2 SCP */
#scp #leftNav ul li.live ul li.leaf {
	color: #3d3d3d;
	font-weight: normal;
}
#scp #leftNav ul li.live ul li.leaf a, #scp #leftNav ul li.live ul li.leaf a:visited, #scp #leftNav ul li.live ul li.leaf a:link {
	color: #194AA2;
	font-weight: bold;
}
#scp #leftNav ul li.live ul li.leaf a:hover {

}
/* Lvl 3 */
#cp #leftNav ul li.live ul li.live ul li.leaf, #scp #leftNav ul li.live ul li.live ul li.leaf {
	color: #3d3d3d;
	font-weight: normal;
}
#cp #leftNav ul li.live ul li.live ul li.leaf a, #scp #leftNav ul li.live ul li.live ul li.leaf a, #cp #leftNav ul li.live ul li.live ul li.leaf a:visited, #scp #leftNav ul li.live ul li.live ul li.leaf a:visited, #cp #leftNav ul li.live ul li.live ul li.leaf a:link, #scp #leftNav ul li.live ul li.live ul li.leaf a:link {
	color: #194AA2;
	font-weight: bold;
}
#cp #leftNav ul li.live ul li.live ul li.leaf a:hover, #scp #leftNav ul li.live ul li.live ul li.leaf a:hover {

}
/* Lvl 4 */
#cp #leftNav ul li.live ul li.live ul li.live ul li.leaf, #scp #leftNav ul li.live ul li.live ul li.live ul li.leaf {
	color: #194AA2;
	font-weight: normal;
}
#cp #leftNav ul li.live ul li.live ul li.live ul li.leaf a, #scp #leftNav ul li.live ul li.live ul li.live ul li.leaf a, #cp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:visited, #scp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:visited, #cp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:link, #scp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:link {
	color: #194AA2;
	font-weight: bold;
}
#cp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:hover, #scp #leftNav ul li.live ul li.live ul li.live ul li.leaf a:hover {

}
/* Compare products specific */
#compare h1.pageTitle {
	float: left;
	width: 964px;
	height: 36px;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 36px;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/design/h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#compare .back {
	float: left;
	width: 984px;
	margin: 0px 0px 25px 0px;
}
#compare .back .left {
	float: left;
}
#compare .back .right {
	float: right;
}
#compare .back a:hover img.right {
	cursor: pointer;
}
#compare .back img.total5 {
	display: inline;
	margin-right: 0px;
}
#compare .back img.total4 {
	display: inline;
	margin-right: 168px;
}
#compare .back img.total3 {
	display: inline;
	margin-right: 336px;
}
#compare .back img.total2 {
	display: inline;
	margin-right: 504px;
}
#compare .back img.total1 {
	display: inline;
	margin-right: 672px;
}
#compare #leftNav {
	float: left;
	width: 140px;
	background-image: url(../images/design/compare/leftnav_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#compare #leftNav img.top {
	display: block;
}
#compare #leftNav .main {
	height: 313px;
	width: 140px;
}
#compare #leftNav .large {
	height: 198px;
	width: 140px;
}
#compare #leftNav .medium {
	height: 120px;
	width: 140px;
}
#compare #leftNav .small {
	height: 63px;
	width: 140px;
}
#compare #leftNav .bottom {
	padding-top: 2px;
	background-image: url(../images/design/compare/leftnav_bg_bottom.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
#compare #leftNav h2 {
	height: 32px;
	width: 120px;
	margin: 0px;
	padding: 2px 0px 0px 20px;
	line-height: normal;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(../images/design/compare/leftnav_h2_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
}
#compare #products {
	float: left;
	display: inline;
	width: 840px;
}
#compare .product {
	float: left;
	display: inline;
	width: 152px;
	margin-right: 16px;
}
#compare .product .remove {
	width: 152px;
	height: 22px;
	padding-top: 4px;
	background-image: url(../images/design/compare/remove_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#compare .product .remove p {
	float: left;
	display: inline;
	margin-left: 65px;
}
#compare .product .remove a, #compare .product .remove a:visited, #compare .product .remove a:link {
	font-size: 9pt;
	font-weight: normal;
	color: #3d3d3d;
	text-decoration: underline;
}
#compare .product .remove a:hover {
	text-decoration: none;
}
#compare .product .remove img {
	float: left;
	display: inline;
	margin-left: 5px;
}
#compare .product .main {
	width: 128px;
	height: 291px;
	padding: 11px;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
#compare .product .bottom {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#compare .product .main img {
	width: 100px;
	height: 100px;
	margin: 0px auto 0px auto;
	display: block;
}
#compare .product .main h1 {
	height: 25px;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #666666;
}
#compare .product .main a, #compare .product .main a:visited, #compare .product .main a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}
#compare .product .main a:hover {
	text-decoration: none;
}
#compare .product .main h2 {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	height: 55px;
	line-height: 10pt;
	background-image: none;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
#compare .product .main a, #compare .product .main a:visited, #compare .product .main a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: underline;
}
#compare .product .main a:hover {
	text-decoration: none;
}
#compare .product .main p.price {
	height: 20px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}
#compare .product .main p.offer1 {
	height: 30px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #F4231E;
}
#compare .product .main p.offer1 span {
	text-decoration: line-through;
}
#compare .product .main p.offer2 {
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #194AA2;
}
#compare .product .large {
	width: 128px;
	height: 175px;
	padding: 11px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
#compare .product .medium {
	width: 128px;
	height: 97px;
	padding: 11px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
#compare .product .small {
	width: 128px;
	height: 40px;
	padding: 11px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
#compare .product .large p, #compare .product .medium p, #compare .product .small p {
	color: #3d3d3d;
}
#compare .product .medium p, #compare .product .small p {
	text-align: center;
}
#compare #footer {
	margin-top: 30px;
}
/* Breadcrumb
--------------------------------------------------------------------- */
#breadcrumb {
	float: left;
	width: 749px;
	height: 35px;
	margin: 0px 0px 0px 0px;
}
#breadcrumb ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li {
	padding: 0px 0px 0px 12px;
	margin: 0px 16px 0px 0px;
	background-image: url(../images/design/breadcrumb_bullet.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#breadcrumb li.live {
	background-image: url(../images/design/breadcrumb_bullet_live.gif);
}
#breadcrumb li p {
	margin: 0px;
	font-size: 8pt;
	color: #194AA2;
	font-weight: bold;
}
#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:link {
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

/* Main Promotion
--------------------------------------------------------------------- */
#mainPromo {
	overflow: hidden;
}
#home #mainPromo {
	float: left;
	width: 984px;
	margin: 0px 0px 0px 0px;
}
#scp #mainPromo {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
#cp #mainPromo {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
#plp #mainPromo {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
/* Product List Page Best Sellers
--------------------------------------------------------------------- */
#bestSellers {
	float: left;
	width: 749px;
}
#bestSellers .title {
	width: 749px;
	height: 36px;
	margin: 15px 0px 0px 0px;
}
#bestSellers .title img {
	float: left;
	display: none;
}
#bestSellers .title h1 {
	float: left;
	display: inline;
	height: 34px;
	line-height: 34px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 14pt;
	color: #194AA2;
}
#bestSellers h2 {
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
	margin: 15px 0px 0px 0px;
	background-image: url(../images/design/bestSellers/bestSellers_h2_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 10pt;
	color: #ffffff;
}
#bestSellers .products {
	float: left;
	width: 749px;
	background-image: url(../images/design/bestSellers/bestSellers_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
#bestSellers .product {
	float: left;
	width: 170px;
	margin: 0px 17px 0px 0px;
}
#bestSellers .product img {
	width: 100px;
	height: 100px;
	margin: 10px auto 0px auto;
	display: block;
}
#bestSellers .product h1 {
	height: 20px;
	padding: 0px 5px 0px 15px;
	margin: 10px 0px 2px 0px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #3d3d3d;
}
#bestSellers .product h1 a, #bestSellers .product h1 a:visited, #bestSellers .product h1 a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: underline;
}
#bestSellers .product h1 a:hover {
	text-decoration: none;
}
#bestSellers .product h2 {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	height: 40px;
	line-height: 10pt;
	background-image: none;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}
#bestSellers .product h2 a, #bestSellers .product h2 a:visited, #bestSellers .product h2 a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}
#bestSellers .product h2 a:hover {
	text-decoration: none;
}
#bestSellers .product p.price {
	height: 20px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 10px 0px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
#bestSellers .product p.offer1 {
	height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #f4231e;
}
#bestSellers .product p.offer1 span {
	text-decoration: line-through;
}
#bestSellers .product p.offer2 {
	height: 40px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #194AA2;
}
#bestSellers .product p.compare {
	height: 20px;
	padding: 20px 15px 0px 25px;
	margin: 0px 0px 0px 0px;
	color: #3d3d3d;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(../images/design/bestSellers/compare_bullet.gif);
	background-position: 15px 23px;
	background-repeat: no-repeat;
}
#bestSellers .product p.compare a, #bestSellers .product p.compare h2 a:visited, #bestSellers .product p.compare a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: none;
}
#bestSellers .product p.compare a:hover {
	text-decoration: underline;
}

#bestSellers .product .review img {
    display: inline;
	width: 115px;
	height: 20px;
	padding: 0px;
    margin:0px;
}
#bestSellers .product .review .reviewLink a {
    text-decoration:underline;
}

#bestSellers .product .review .reviewLink a:hover {
    text-decoration:none;
}

#bestSellers .product .review .reviewRating a {
    text-decoration:none;
}

#bestSellers .product .review .reviewRating a:hover {
    text-decoration:none;
}
/* Product List Navigation
--------------------------------------------------------------------- */
#prodList {
	float: right;
	width: 749px;
}
#prodList .nav {
	float: left;
	width: 749px;
	height: 35px;
	margin: 15px 0px 0px 0px;
	background-image: url(../images/design/prodList/prodList_nav_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#prodList .nav ul {
	float: left;
	height: 21px;
	line-height: 21px;
	margin: 0px;
	padding: 7px 0px 0px 12px;
}
#prodList .nav ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 5px;
}
#prodList .nav ul li a {
	display: block;
	line-height: 21px;
	height: 21px;
}
#prodList .nav ul li a, #prodList .nav ul li a:visited, #prodList .nav ul li a:link {
	font-size: 8pt;
	color: #194AA2;
	text-decoration: underline;
}
#prodList .nav ul li a:hover {
	text-decoration: none;
}
#prodList .nav ul li.prev {
	background-image: url(../images/design/prodList/bullet_prev.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 15px 0px 0px;
}
#prodList .nav ul li.next {
	background-image: url(../images/design/prodList/bullet_next.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
#prodList .nav ul li.live {
	background-image: url(../images/design/prodList/page_live_bkgd.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding: 0px 7px 0px 7px;
}
#prodList .nav ul li.live a, #prodList .nav ul li.live a:visited, #prodList .nav ul li.live a:link {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
#prodList .nav ul li.live a:hover {
	text-decoration: underline;
}
#prodList .nav ul li.all {
	background-image: url(../images/design/prodList/bullet_next.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
}
#prodList .nav label {
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 11px 5px 0px 0px;
	font-size: 8pt;
	color: #194AA2;
}
#prodList .nav select {
	float: left;
	margin: 7px 0px 0px 0px;
}
/* Product List Page listings
--------------------------------------------------------------------- */
#prodList .product {
	float: left;
	width: 171px;
	border: 1px solid #e7e5db;
	margin: 15px 14px 0px 0px;
}
#prodList .product img {
	width: 100px;
	height: 100px;
	margin: 0px auto 0px auto;
	display: block;
}
#prodList .product h1 {
	height: 25px;
	padding: 0px 5px 0px 15px;
	margin: 10px 0px 2px 0px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #3d3d3d;
}
#prodList .product h1 a, #prodList .product h1 a:visited, #prodList .product h1 a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: underline;
}
#prodList .product h1 a:hover {
	text-decoration: none;
}
#prodList .product h2 {
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	height: 40px;
	line-height: 10pt;
	background-image: none;
	font-size: 8pt;
	font-weight: normal;
	color: #3d3d3d;
}
#prodList .product h2 a, #prodList .product h2 a:visited, #prodList .product h2 a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: underline;
}
#prodList .product h2 a:hover {
	text-decoration: none;
}
#prodList .product p.price {
	height: 20px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 5px 0px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
#prodList .product p.offer1 {
	height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #f4231e;
}
#prodList .product p.offer1 span {
	text-decoration: line-through;
}
#prodList .product p.offer2 {
	height: 40px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #194AA2;
}
#prodList .product p.compare {
	height: 20px;
	padding: 20px 15px 5px 25px;
	margin: 0px 0px 0px 0px;
	color: #3d3d3d;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(../images/design/prodList/compare_bullet.gif);
	background-position: 15px 23px;
	background-repeat: no-repeat;
}
#prodList .product p.compare a, #prodList .product p.compare h2 a:visited, #prodList .product p.compare a:link {
	font-size: 8pt;
	color: #3d3d3d;
	text-decoration: none;
}
#prodList .product p.compare a:hover {
	text-decoration: underline;
}


#prodList .product .review,  #bestSellers .product .review   {
    font-size: 8pt;
    padding: 10px 10px 5px 15px;
    height: 20px;

}

#prodList .product .review .reviewRating img, #bestSellers .product .review img,
#prodList .product .review img{
    display: inline;
    height: 17px;
    width: 90px;
    padding: 0px;
}

#prodList .product .review .reviewLink a {
    text-decoration: underline;
}

#prodList .product .review .reviewLink a:hover {
    text-decoration: none;
}
#prodList .product .review .reviewRating a {
    text-decoration: none;
}

#prodList .product .review .reviewRating a:hover {
    text-decoration: none;
}


/* Lower Promo
--------------------------------------------------------------------- */
#home #lowerPromo {
	float: left;
	width: 984px;
	margin: 15px 0px 30px 0px;
}
#scp #lowerPromo {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
/* Category Page */
#cp #lowerPromo {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
/* Carousel
--------------------------------------------------------------------- */
#carousel {
	display: none;
}
#pdp #carousel {
	display: block;
}
/* Product Description Page
--------------------------------------------------------------------- */
#pdp #prodCol1 {
	float: left;
	width: 282px;
	margin: 0px 15px 0px 0px;
}
#pdp #prodCol2 {
	float: left;
	width: 452px;
	margin: 0px 0px 0px 0px;
}
#pdp #prodCol1 img.medImg {
	float: left;
	display: block;
	width: 280px;
	height: 280px;
	border: 1px solid #bbbbbb;
}

#pdp #prodCol1 .enlargeContainer {
    float:left;
    height:21px;
    line-height:16px;
    margin:0pt 0pt 5px;
    width:282px;
}

#pdp #prodCol1 .enlargeContainer span.left {
	float: left;
	text-align: left;
}

#pdp #prodCol1 .enlargeContainer span.right {
	float: right;
	text-align: right;
}


#pdp #prodCol1 .enlargeContainer .videoLinkImg {
    height:21px;
    width: 105px;
}

#pdp #prodCol1 p.enlarge {
	float: left;
	text-align: right;
	width: 282px;
	height: 16px;
	line-height: 16px;
	margin: 0px;
}
#pdp #prodCol1 p.enlarge a, #pdp #prodCol1 p.enlarge a:visited, #pdp #prodCol1 p.enlarge a:link {
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
#pdp #prodCol1 p.enlarge a:hover {
	text-decoration: none;
	cursor: pointer;
}
#pdp #prodCol1 img.thumbImg {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #bbbbbb;
	margin: 1px 8px 16px 1px;
}
#pdp #prodCol1 img.live {
	border: 2px solid #3d3d3d;
	margin: 0px 7px 15px 0px;
}
#pdp #prodCol1 h2 {
	float: left;
	width: 282px;
	font-size: 10pt;
	color: #194AA2;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
#pdp #prodCol1 p {
	float: left;
	text-align: left;
	width: 282px;
	margin: 0px 0px 15px 0px;
	color: #3d3d3d;
}
#pdp #prodCol1 ul {
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#pdp #prodCol1 ul li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 15px;
	background-image: url(../images/design/pdp/bullet_compare.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#pdp #prodCol1 dl {
	float: left;
	width: 282px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#pdp #prodCol1 dt {
	float: left;
	width: 131px;
	color: #3d3d3d;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	word-wrap: break-word;
	overflow: hidden;
	clear: left;
}
#pdp #prodCol1 dt span {
	font-weight: normal;
}
#pdp #prodCol1 dd {
	float: left;
	width: 141px;
	color: #3d3d3d;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	word-wrap: break-word;
	overflow: hidden;
}
#pdp #prodCol1 dd span {
	font-weight: bold;
}
#pdp #prodCol2 .head {
	float: left;
	width: 452px;
	margin-bottom: 15px;
}
#pdp #prodCol2 .head img {
	float: left;
	display: inline;
}
#pdp #prodCol2 .head h2 {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #3d3d3d;
	font-weight: bold;
}
#pdp #prodCol2 h1 {
	float: left;
	width: 452px;
	font-size: 10pt;
	color: #194AA2;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}
#pdp #prodCol2 p.sku {
	float: left;
	width: 452px;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 p.desc1 {
	float: left;
	width: 452px;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 p.desc2 {
	float: left;
	width: 452px;
	font-size: 9pt;
	color: #3d3d3d;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 .left {
	float: left;
	width: 144px;
	padding-right: 10px;
}
#pdp #prodCol2 .left p.price {
	float: left;
	width: 144px;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 .left p.offer1 {
	float: left;
	width: 144px;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 .left p.offer1 span {
	text-decoration: line-through;
}
#pdp #prodCol2 .left p.offer2 {
	float: left;
	width: 144px;
	font-size: 9pt;
	color: #fc0900;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 .left p.offer3 {
	float: left;
	width: 144px;
	font-size: 9pt;
	color: #194AA2;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#pdp #prodCol2 .right {
	float: left;
	width: 298px;
}
#pdp #prodCol2 .right p.colour {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#pdp #prodCol2 .right img.thumbImg {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #bbbbbb;
	margin: 1px 15px 15px 1px;
}
#pdp #prodCol2 .right img.live {
	border: 2px solid #3d3d3d;
	margin: 0px 14px 14px 0px;
}
#pdp #prodFunctions {
	float: left;
	width: 452px;
	height: 45px;
	margin: 0px 0px 0px 0px;
}
#pdp #prodFunctions label {
	float: left;
	line-height: 45px;
	padding: 0px 5px 0px 0px;
	font-size: 9pt;
	color: #3d3d3d;
	font-weight: bold;
}
#pdp #prodFunctions select {
	float: left;
	margin: 12px 30px 0px 0px;
}
#pdp #prodFunctions input {
	float: left;
	width: 20px;
	margin: 12px 15px 0px 0px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #bbbbbb;
}
#pdp #prodFunctions img {
	float: left;
}
#pdp #prodCol2 ul.links {
	float: left;
	width: 452px;
	margin: 0px;
	padding: 0px;
}
#pdp #prodCol2 ul.links li {
	line-height: 30px;
}
#pdp #prodCol2 ul.links li.guide {
	padding: 0px 0px 0px 10px;
	background-image: url(../images/design/pdp/bullet_guide.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
    margin: 0px 15px 0px 0px;
}

#pdp #prodCol2 ul.links li.guide a, #pdp #prodCol2 ul.links li.guide a:visited, #pdp #prodCol2 ul.links li.guide a:link {
	font-size: 8pt;
	color: #3d3d3d;
	font-weight: normal;
	text-decoration: underline;
}
#pdp #prodCol2 ul.links li.guide a:hover {
	text-decoration: none;
}
#pdp #prodCol2 ul.links li.compare {
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(../images/design/pdp/bullet_compare.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#pdp #prodCol2 ul.links li.compare a, #pdp #prodCol2 ul.links li.compare a:visited, #pdp #prodCol2 ul.links li.compare a:link {
	font-size: 8pt;
	color: #194AA2;
	font-weight: normal;
	text-decoration: underline;
}
#pdp #prodCol2 ul.links li.compare a:hover {
	text-decoration: none;
}

#pdp #prodCol2 div.altProd, #pdp #prodCol2 div.altProd .row {
	width: 452px;
	margin: 20px 0px 0px 0px;
}
#pdp #prodCol2 div.altProd .title {
	float: left;
	width: 452px;
	height: 36px;
	margin: 25px 0px 15px 0px;
}
#pdp #prodCol2 .altProd .title img {
	float: left;
}
#pdp #prodCol2 .altProd .title h2 {
	float: left;
	display: inline;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #bbbbbb;
	background-color: #19499f;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
}
#pdp #prodCol2 .altProd .product {
	float: left;
	width: 132px;
	margin: 0px 18px 0px 0px;
}
#pdp #prodCol2 .altProd .product img {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	display: block;
	border: 1px solid #bbbbbb;
}
#pdp #prodCol2 .altProd .product h1 {
	width: auto;
	float: none;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #666666;
}
#pdp #prodCol2 .altProd .product h1 a, #pdp #prodCol2 .altProd .product h1 a:visited, #pdp #prodCol2 .altProd .product h1 a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}
#pdp #prodCol2 .altProd .product h1 a:hover {
	text-decoration: none;
}
#pdp #prodCol2 .altProd .product h2 {
	padding: 0;
	margin: 0 0 2px 0;
	height: 45px;
	line-height: 10pt;
	background-image: none;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

#pdp #prodCol2 .altProd .product h2 a,
#prodList #prodCol2 .altProd .product h2 a:visited,
#prodList #prodCol2 .altProd .product h2 a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: underline;
}
#pdp #prodCol2 .altProd .product h2 a:hover {
	text-decoration: none;
}
#pdp #prodCol2 .altProd .product p.price {
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
#pdp #prodCol2 .altProd .product p.offer1 {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #f4231e;
}
#pdp #prodCol2 .altProd .product p.offer1 span {
	text-decoration: line-through;
}
#pdp #prodCol2 .altProd .product p.offer2 {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	line-height: 10pt;
	font-size: 8pt;
	font-weight: bold;
	color: #194AA2;
}
#pdp #prodCol2 .altProd .product p.compare {
	height: 20px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(../images/design/prodList/compare_bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#pdp #prodCol2 .altProd .product p.compare a, #pdp #prodCol2 .altProd .product p.compare h2 a:visited, #pdp #prodCol2 .altProd .product p.compare a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
#pdp #prodCol2 .altProd .product p.compare a:hover {
	text-decoration: underline;
}


/* bazaar voice */
#bvMainWrapper {
    clear: left; float: left; padding-left: 235px;
     width:749px;
}
.bvReviewMenuBar {
    height:34px;
    line-height: 35px;
    float:left;
    font-size: 10pt;
    padding-bottom: 1px;
}

.bvTab {
    float:left;
    width: 115px;
    margin-right: 6px;
}

.bvTabTitle {
    /*border-bottom: 1px solid #BBBBBB;*/
    /*border-top: 1px solid #BBBBBB;*/
    display: inline;
    float: left;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align:center;
}

.bvActiveTab {
    background-image: url(../images/design/promos/eb_active.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    font-size:11pt;
}

.bvInActiveTab {
    background-image: url(../images/design/promos/eb_inactive.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
    color: black;
}

.bvTabSpacer{
    width:4px;
    height:35px;
    float:left;
}
.bvReviewMenuBar a {
    text-decoration:none;
}


.titleWrapper{
    margin: 0 auto 0 auto;
}

#bvQAMain{
    width:749px;
}

#reviewPanel, #qaPanel{
    padding: 15px 0 0 22px;
    clear:left;
    border: 1px;
    border-style:solid;
    border-color:#194AA1;
}

.bvSummaryContainer {
    width:100%;
    float:left;
    height: 60px;
}

#BVCustomerRatings {
    float: left;
    width: 272px;
    height: 100%;
}

#BVQASummaryBoxContainer {
    float: left;
    width: 180px;
    height: 100%;
}

.active {
    display: block;
}

.inActive {
    display: none;
}

/* PDP Pop-up window
--------------------------------------------------------------------- */
#pdp #popup .head {
	float: left;
	width: 578px;
	height: 29px;
	line-height: 29px;
	padding: 0px 10px 0px 0px;
	background-image: url(../images/design/pdp/popup/popup_head.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
}
#pdp #popup .head a {
	background-image: url(../images/design/pdp/popup/popup_close_bullet.gif);
	background-position: right 5px;
	background-repeat: no-repeat;
	padding: 5px 20px 5px 0px;
}
#pdp #popup .head a, #pdp #popup .head a:visited, #pdp #popup .head a:link {
	font-size: 8pt;
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
#pdp #popup .head a:hover {
	text-decoration: none;
	cursor: pointer;
}
#pdp #popup img.largeImg {
	float: left;
	width: 500px;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#pdp #popup #carousel a {
	cursor: pointer;
}
#pdp #popup #carousel a:hover {
	cursor: pointer;
}
#pdp #popup h1.prodDesc {
	position: absolute;
	bottom: 7px;
	left: 88px;
	width: 500px;
	font-size: 9pt;
	color: #3d3d3d;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
/* PDP Pop-up Carousel
--------------------------------------------------------------------- */
#pdp #popup #carousel {
	float: left;
	width: 88px;
	height: 500px;
}
#pdp #popup #carousel li img.thumbImg {
	border: 1px solid #bbbbbb;
	margin: 1px;
}
#pdp #popup #carousel li img.live {
	border: 2px solid #194AA2;
	margin: 0px;
}
#pdp #popup #carousel li a:hover {
	cursor: pointer;
}

/* My Account Pages
--------------------------------------------------------------------- */
.login-header {
	width: 480px;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/design/acc/header_h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11pt;
	color: white;
	font-weight: bold;
}

#acc #pageContent {
    float:left;
	display: inline;
	width: 954px;
    margin: 30px 15px 0px 15px;
	padding: 0px;
}
#acc #pageContent p {
	margin: 0px 0px 15px 16px;
	color: #FE2301;
}
#acc .header h1 {
	width: 480px;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/design/acc/header_h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}
#acc .header h2 {
	font-size: 11pt;
	color: #3d3d3d;
	font-weight: bold;
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 20px;
}
#acc .header h3 {
	font-size: 11pt;
	color: #194AA2;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}
#acc #checkoutMainPanel {
	margin: 0px 14px 0px 0px;
}
#acc .header span.headerComment {
    font-size: 11pt;
    font-weight: normal;
}
#acc .orderTracking {
    width:658px;
    border:1px solid #BBBBBB;
    background-color:#F6F5F2;
    padding: 10px 20px;
}
.orderTracking h4 {
    color:#194AA2; padding:0 0 10px; font-size: 10pt;    
}
.orderTracking ul {
    margin:0 0 0 32px;
}
#acc table.orderHistory {
	width: 880px;
	margin: 0px 0px 35px 0px;
}
#acc table.orderHistory td {
	width: 144px;
	padding: 15px;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	color: #3d3d3d;
	font-weight: 9pt;
}
#acc table.orderHistory tr.dark td {
	background-color: #e3e0d5;
}
#acc table.orderHistory tr.light td {
	background-color: #f6f5f2;
}
#acc table.orderHistory thead td {
	width: 145px;
	padding: 15px 15px 5px 15px;
	border-left: 0px;
	border-bottom: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#acc table.orderHistory tr td.buttonCell {
	border-bottom: 0px;
	background-color: #ffffff;
	padding: 15px 0px 0px 15px;
}
#acc table.orderHistory td.statusCell {
	font-weight: bold;
}
#acc table.orderHistory thead td.statusCell {
	font-weight: normal;
}
#acc ul#accNav {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
#acc ul#accNav li {
	padding-left: 10px;
	background-image: url(../images/design/breadcrumb_bullet_live.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin: 0px 0px 30px 10px;
}
#acc ul#accNav li a {
	display: block;
	padding-bottom: 3px;
}
#acc ul#accNav li a, #acc ul#accNav li a:visited, #acc ul#accNav li a:link {
	font-size: 10pt;
	color: #194AA2;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#acc ul#accNav li a:hover {
	text-decoration: none;
	cursor: pointer;
}
#acc ul#accNav li span {
	padding-left: 15px;
	color: #3d3d3d;
	font-size: 8pt;
}
#acc #reviewDetailsDetail table.cart tr.subtotalRow td {
	border-top: 0px;
}
#reviewDetailsDetail table.cart tr td {
	border-top: 0px;
}
#reviewDetailsDetail table.cart thead td {
	border-bottom: 1px solid #bbbbbb;
}
#reviewDetailsDetail table.cart tr.dark td, #refundDetail table.cart tr.dark td {
	background-color: #e3e0d5;
}
#reviewDetailsDetail table.cart tr.light td, #refundDetail table.cart tr.light td {
	background-color: #f6f5f2;
}
#acc #reviewDetailsDetail table.cart tr.grandTotalRow td.spacer {
	padding: 15px 15px 0px 0px;
}
#acc p {
	font-size: 8pt;
}
#acc p.instruction {
	font-size: 9pt;
	font-weight: bold;
	color: #194AA2;
	margin-bottom: 25px;
}
#acc p.dblCol {
	float: left;
	width: 668px;
}
#acc p.sglCol {
	float: left;
	width: 334px;
}
#acc p.email label {
	margin-bottom: 5px;
}
#acc p.email span {
	font-size: 9pt;
	font-weight: bold;
	color: #194AA2;
	padding-left: 15px;
}
#acc p.email span.required {
	padding-left: 0px;
	color: #FE2301;
}
#acc input.textfield {
	border: 1px solid #bbbbbb;
	padding: 2px;
}
#acc input.left {
	float: left;
}
#acc input.right {
	float: right;
}
#acc input.small {

}
#acc input.medium {
	width: 250px;
}
#acc input.large {
	width: 430px;
}
#acc .mandatory {
	font-weight: normal;
	color: #FE2301;
}
#acc .mandatory span {
	font-weight: bold;
	font-size: 10pt;
}
#acc #accountDetailsDetail {
	width: 668px;
	height: auto;
	min-height: 0px;
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 268px 15px 16px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#acc input.right {
	margin-right: 84px;
	display: inline;
}
#acc input.back {
	margin: 15px 0px 0px 15px;
}
/* Search Pages
--------------------------------------------------------------------- */
#search #header, #search #brandTab {
	float: left;
	width: 749px;
	margin: 0px 0px 0px 0px;
}
#search #header h1, #search  #brandTab  h1  {
	width: 470px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/design/search/search_h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#search  #brandTab  h1  {    
    width: 700px;
}


#brandBanner {
    float:left;
    margin-bottom:10px;
    width : 749px;
    overflow: hidden;
}

#search #brandHeader {
    float:left;
    margin-bottom:10px;
    margin-top:10px;
    width: 749px;
}

#search #brandFooter {
    float:left;
    margin-top:20px;
    width: 749px;
}

#search #prodList .nav {
	margin-top: 0px;
}
#search #prodList .navBottom {
	margin-top: 15px;
}
/* Footer
--------------------------------------------------------------------- */
#footer {
	float: left;
	width: 867px;
	margin: 0px 0px 15px 0px;
	padding: 17px 0px 0px 117px;
	background-image: url(../images/design/footer_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#scp #footer {
	margin: 30px 0px 15px 0px;
}
#cp #footer {
	margin: 30px 0px 15px 0px;
}
#plp #footer {
	margin: 30px 0px 15px 0px;
}
#pdp #footer {
	margin: 30px 0px 15px 0px;
}
#acc #footer {
	margin: 80px 0px 15px 0px;
}
#search #footer {
	margin: 30px 0px 15px 0px;
}
#footer div {
	float: left;
	width: 200px;
	padding: 0px 0px 15px 35px;
	margin: 0px 15px 0px 0px;
}
#footer div.alternative {
	float: left;
	width: 194px;
	margin: 0px;
	padding: 10px 30px 10px 10px;
	background-image: url(../images/design/footer_alt_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#footer div.alternative p {
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#footer div.alternative p span {
	color: #ff7000;
}
#footer h2 {
	font-size: 11pt;
	color: #194aa1;
	margin: 0px 0px 10px 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#footer li p {
	margin: 0px;
}
#footer li a, #footer li a:visited, #footer li a:link {
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#footer li a:hover {
	text-decoration: none;
}

#footer .veriSign_img{
	float: right;
	margin-left: 150px;
     padding: 0px 0px 15px 15px;
}

#footer .copyrightBox {
    clear: left;
	float: left;
	display: inline;
	width: 984px;
	font-size: 8pt;
	color: #666666;
	background-color: #ffffff;
	padding: 10px 0px 15px 0px;
	margin-left: -117px;
	margin-bottom: 0px;
}

#footer .copyrightMsg {
    float: left;
    margin-right: 5px;
    padding-left: 10px;
    width:  215px;
}

#footer .footerMsg a:link {
    text-decoration:none;
}

#footer  .footerMsg h1 {
    background-color: #e7f6fd;
    border-top: 1px solid #cfd1d0;
    border-bottom: 1px solid #cfd1d0;
    color: #194AA1;
    display: inline;
    float: left;
    font-size: 8pt;
    height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 20px;
}

#footer .footerMsg {
    float: left;
    width: 600px;
    margin: 0px 0px 0px 5px;
    padding: 0;
}

#footer  .img-left {
    float: left;

}

#footer  .img-right  {
    float: left;
    padding: 0;
}
/* Repeater element - used for fixing multiple floated element bugs
--------------------------------------------------------------------- */
#prodList .repeater {
	float: left;
	overflow: hidden;
	width: 749px;
}
/* Editorials
--------------------------------------------------------------------- */
#editorial #topSubNav {
	display: none;
}
#editorial .oneColumn {
	width: 954px;
	float: left;
	margin: 15px 15px 30px 15px;
}
#editorial .oneColumn a, #editorial .oneColumn a:visited, #editorial .oneColumn a:link {
	color: #194AA2;
	text-decoration: underline;
}
#editorial .oneColumn a:hover {
	text-decoration: none;
}
#editorial .oneColumn h1 {
	width: 934px;
	height: 36px;
	line-height: 36px;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../custom/editorials/h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
}
#editorial .oneColumn h1.long {
	background-image: url(../../custom/editorials/h1_long_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#editorial .oneColumn h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #3d3d3d;
	margin: 0px 0px 20px 0px;
}
#editorial .oneColumn h2.info {
	line-height: 47px;
	background-image: url(../../custom/editorials/info_icon.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 60px;
}
#editorial .oneColumn h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #194AA2;
	margin: 0px 0px 20px 0px;
}
#editorial .oneColumn p {
	width: 80%;
	font-size: 8pt;
	margin: 0px 0px 20px 0px;
}
#editorial .oneColumn ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#editorial .oneColumn ol {
	margin: 0px 0px 20px 0px;
}
#editorial .oneColumn ul li {
	list-style: none;
	margin: 0px 0px 3px 10px;
	background-image: url(../images/design/pdp/bullet_guide.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
#editorial .oneColumn table {
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 0px solid #bbbbbb;
	border-left: 0px solid #bbbbbb;
}
#editorial .oneColumn table td {
	border-top: 0px solid #bbbbbb;
	border-right: 0px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	padding: 5px;
	background-color: #F6F5F2;
}
#editorial .oneColumn table th {
	border-top: 0px solid #bbbbbb;
	border-right: 0px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	padding: 5px;
	font-weight: bold;
	background-color: #E3E0D5;
}
#editorial .oneColumn table caption {
	font-size: 10pt;
	font-weight: bold;
	color: #194AA2;
	margin: 0px 0px 5px 0px;
}
#editorial .oneColumn table.size-guide-type1, #editorial .oneColumn table.size-guide-type2, #editorial .oneColumn table.data-table {
	width: 50%;
}
#editorial .oneColumn .size-guide-intro {
	float: left;
	width: 200px;
}
a#inches:hover, a#centimetres:hover {
	cursor: pointer;
}
#editorial .oneColumn .row {
	float: left;
	width: 934px;
	margin: 0px 0px 15px 0px;
	padding-left: 20px;
}
#editorial .oneColumn .col {
	float: left;
	width: 300px;
	padding-right: 10px;
}
#editorial .oneColumn .atozNav {
	float: left;
	width: 954px;
	margin-bottom: 20px;
}
#editorial .oneColumn .atozNav ul {
	float: left;
	list-style-type: none;
	border: 1px solid #bbbbbb;
	margin: 0px;
	background-color: #e8e6de;
}
#editorial .oneColumn .atozNav ul li {
	display: inline;
	float: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/design/atoz_divider_bg.gif);
	background-position: 100% 10px;
	background-repeat: no-repeat;
}
#editorial .oneColumn .atozNav ul li a, #editorial .oneColumn .atozNav ul li a:visited, #editorial .oneColumn .atozNav ul li a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}
#editorial .oneColumn .atozNav ul li a:hover {
	text-decoration: underline;
}
#editorial .oneColumn #atozContent {
	float: left;
	width: 954px;
}
#editorial .oneColumn #atozContent h2 {
	color: #000000;
	background-color: #e8e6de;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 5px;
	text-transform: uppercase;
	margin-right: 2px;
	margin-left: 2px;
}
#editorial .oneColumn #atozContent ul.btt li a, #editorial .oneColumn #atozContent ul.btt li a:visited, #editorial .oneColumn #atozContent ul.btt li a:link {
	color: #666666;
	text-decoration: underline;
}
#editorial .oneColumn #atozContent ul.btt li a:hover {
	text-decoration: none;
}
#editorial .oneColumn #atozContent .column {
	border-right: 1px solid #bbbbbb;
}
/* Store Finder
--------------------------------------------------------------------- */
#sf #content {
	width: 954px;
	float: left;
	margin: 15px 15px 30px 15px;
}
#sf #content h1 {
	width: 934px;
	height: 36px;
	line-height: 36px;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../../custom/editorials/h1_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
}
#sf #content h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #194AA2;
	margin: 0px 0px 10px 0px;
}
#sf #content h2 a, #sf #content h2 a:visited, #sf #content h2 a:link {
	color: #194AA2;
	font-weight: normal;
	text-decoration: underline;
}
#sf #content h2 a:hover {
	font-weight: normal;
	text-decoration: none;
}
#sf #content p {
	width: 80%;
	font-size: 8pt;
	margin: 0px 0px 20px 0px;
}
#sf #content p.feedback {
	font-weight: bold;
	color: #194AA2;
	font-size: 10pt;
}
#sf #content a, #sf #content a:visited, #sf #content a:link {
	color: #194AA2;
	text-decoration: underline;
}
#sf #content a:hover {
	text-decoration: none;
}
#sf #content .indent {
	padding-left: 50px;
}
#sf #content label {
	font-weight: bold;
	padding-right: 10px;
}
#sf #content th {
	font-weight: bold;
}
#sf #content input {

}
#sf #content ol li {
	margin-bottom: 5px;
	padding-right: 30px;
}
#sf #content .mapDiv {
	float: left;
	width: 904px;
	position: relative;
	margin: 0px 0px 30px 0px;
}
#sf #content #multimap-map {
	display:block;
	height:310px;
	margin:19px 19px 3px;
	width:500px;
}
#sf #content #map-up {
	left:260px;
	position:absolute;
	top:-1px;
}
#sf #content #map-down {
	left:260px;
	position:absolute;
	top:332px;
}
#sf #content #map-left {
	left:-2px;
	position:absolute;
	top:161px;
}
#sf #content #map-right {
	left:522px;
	position:absolute;
	top:161px;
}
#sf #content #map-zoomin {
	left:475px;
	position:absolute;
	top:332px;
}
#sf #content #map-zoomout {
	left:500px;
	position:absolute;
	top:332px;
}
#sf #content #zoompan {
	margin-left:10px;
	margin-right:70px;
	text-align:right;
}
#sf #content .storeDetails {
	float: left;
	width: 904px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	background-image: url(../../custom/storefinder/hr.gif);
	background-position: 0px bottom;
	background-repeat: repeat-x;
}
#sf #content .storeDetails th, #sf #content .storeDetails td {
	text-align: left;
}
#sf #content address {
	margin: 0px 0px 10px 0px;
}
#sf #content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#sf #content .storeHours {
	margin: 0px 0px 10px 0px;
}
#sf #content .storeDetails ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sf #content ul li {
	list-style: none;
	margin: 0px 0px 3px 10px;
	background-image: url(../images/design/pdp/bullet_guide.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

#catHeader{
    padding-left: 22px;
}

#catFooter{
    float: left;
    margin-top: 25px;
}
