@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url(/media/images/bg-gradient.jpg) repeat-x top;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: url(/media/images/bg-clouds.jpg) no-repeat top center;
	color: #333;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
h1 {}
h2 {}
h3 {}
h4 { font-size:1.0em; }
a img {
	border:0;
}
a, a:link, a:active, a:visited {
	color: #00A6E3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.checkbox-input{
	margin: 0 5px 0 0;
}
.no-margin {
	margin: 0;
}
.grey {
	color: #999999;
}
.grey-666 {
	color: #666;
}
.grey-333 {
	color: #333;
}
.red-f00 {
	color: #F00;
}
span.nowrap {
	white-space:nowrap;
}
#container {
	width: 940px;
	margin: 0 auto 50px;
	padding: 0 10px;
	font-size: 1em;
}
/* horizontal dotted dividers */
.light-dots,
.heavy-dots {
	display:block;
	height:10px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
}
.light-dots { background: url(/media/images/dots-10px-d1.gif) repeat-x bottom; }
.heavy-dots { background: url(/media/images/dots-10px-89.gif) repeat-x bottom; }
.text-dots {
	margin:10px 0;
	display;block;
	text-align:center;
	background: url(/media/images/dots-10px-89.gif) repeat-x 0 50%;
}
.text-dots span {
	padding:0 20px;
	font-size:1.4em;
	font-weight:bold;
	background-color:#fff;
}
/* Header */
#header {
	height: 93px;
	position: relative
}
#logo {
	float:left;
	padding: 27px 60px 0 0;
}
#search,
#search-help,
#search-buying-guides,
#no-search-results-search {
	float:left;
	height:35px;
	position:relative;
}
#search {
	width: 289px;
	margin:36px 0 22px 0;
	background: url(/media/images/search-bg.gif) no-repeat 0 0;
}
#no-search-results-search, #search-help, #search-buying-guides {
	background: url(/media/images/search-bg.gif) no-repeat 0 0;
}
#search-help {
	width: 330px;
	margin: 10px 0 0 0;
}
#search-buying-guides {
	width: 430px;
	margin: 10px 0 0 0;
}
#no-search-results-search {
	float:none;
	width: 330px;
	margin:10px 0 10px 0;
}
#search label,
#search-help label,
#search-buying-guides label,
#no-search-results-search  label{
	position: absolute;
	top: 10px;
	height:20px;
	left: 33px;
	color: #999;
	font-size: 13px;
	z-index: 10;
}
#search-input,
#search-help-input,
#search-buying-guides-input,
#no-search-results-search-input {
	height:23px;
	width: 162px;
	margin: 10px 0 0 31px;
	display:inline;
	float:left;
	border: 0;
	color: #999;
	font-size: 1.3em;
	overflow: hidden;
	background: none;
}
#search-button,
#search-help-button,
#search-buying-guides-button,
#no-search-results-search-button {
	height:0px;
	padding: 33px 0 0 0px;
	margin: 0;
	overflow: hidden;
	float:left;
	border:0;
}
#search-button							{ width: 90px; background: url(/media/images/search-button.gif) no-repeat 0 0; }
#search-button:hover					{ background: url(/media/images/search-button.gif) no-repeat 0 -33px; }
#search-help-button						{ width: 130px; background: url(/media/images/search-help-button.gif) no-repeat 0 0; }
#search-help-button:hover				{ background: url(/media/images/search-help-button.gif) no-repeat 0 -33px; }
#search-buying-guides-button			{ width: 147px; background: url(/media/images/search-guides-button.gif) no-repeat 0 0; }
#search-buying-guides-button:hover		{ background: url(/media/images/search-guides-button.gif) no-repeat 0 -33px; }
#no-search-results-search-button		{ width: 130px; background: url(/media/images/search-help-button.gif) no-repeat 0 0; }
#no-search-results-search-button:hover	{ background: url(/media/images/search-help-button.gif) no-repeat 0 -33px; }
#keyword-search-input-wrapper,
#find-store-input-wrapper {
	height:33px;
	margin: 3px 0 0 0;
	position:relative;
}
#keyword-search-input-wrapper label,
#find-store-input-wrapper label {
	position: absolute;
	top: 9px;
	color: #999;
	font-size: 1.2em;
	z-index: 10;
}
#keyword-search-input-wrapper label { left:31px; }
#find-store-input-wrapper label { left:12px; }
#keyword-search-input {
	height:23px;
	width: 145px;
	padding: 10px 20px 0 31px;
	display:inline;
	margin: 0;
	float:left;
	border: 0;
	background: url(/media/images/search-full-bg.gif) no-repeat;
	color: #999;
	font-size: 1.1em;
}
#find-store-input {
	height:24px;
	width: 69px;
	padding: 9px 0 0 20px;
	margin: 0;
	float:left;
	border: 0;
	background: url(/media/images/input.gif) no-repeat left;
	color: #999;
}
#find-store-button {
	height:0px;
	width: 107px;
	padding: 33px 0 0 0;
	margin: 0;
	overflow: hidden;
	float:left;
	background: url(/media/images/find-store-button.gif) no-repeat 0 0;
}
#find-store-button:hover {
	background: url(/media/images/find-store-button.gif) no-repeat 0 -33px;
}
#login-box {
	float:left;
	text-align: right;
	height:51px;
	width: 210px;
	margin:25px 0 0 0;
	color: #666666;
}
#login-box-name {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
}
#login-box-text {
	font-weight: normal;
	font-size: 1.2em;
}
#login-box-text a {
	color: #00A6E3;
}
#html-content {
	float:left;
	text-align: right;
	height:51px;
	width: 210px;
	margin:25px 0 0 0;
	color: #666666;
}
#html-content-name {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.2em;
}
#html-content-text {
	font-weight: normal;
	font-size: 1.2em;
}
#html-content-text a {
	color: #00A6E3;
}
#cart-box{
	float:right;
	height:47px;
	padding:3px 7px 0 65px;
	width:140px;
	margin: 30px 0 0 0;
	color: #fff;
	background: url(/media/images/cart-box.gif) no-repeat;
}
#cart-box  #cart-count {font-size: 1.6em; font-weight:bold; padding: 0 3px 0 0; float:left;}
#cart-box  #cart-count-text {font-size: 1.1em; padding: 5px 2px 0; float:left;}
#cart-box  #cart-price {font-size: 1.8em; font-weight:bold; float:right;}
#cart-box  #cart-link {font-size: 1.2em; font-weight:bold; padding-top: 2px; color: #fff; float: left; text-align:right; width: 140px; height: 15px}
#cart-box  #cart-link a {color: #fff; text-decoration: none}
#cart-box  #cart-link a:hover {color: #fff; text-decoration: underline}
ul#header-menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
}
ul#header-menu  li{
	display:inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ul#header-menu  a{
	color: #00A6E3;
	border-left: 1px solid #00A6E3;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 10px;
}
ul#header-menu  a:hover{
	text-decoration: underline;
}
ul#header-menu  a.first{border: 0px;}
ul#header-menu  a.last{padding-right: 2px;}
/* checkout header */
#header-checkout {
	height: 108px;
}
#header-checkout #homepage-link {
	float: right;
	margin-top: 46px;
}
/* Main menu */
ul#menu {
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	height: 35px;
	width: 940px;
	position:relative;
	z-index: 1;
	background: url(/media/images/nav_test/nav-bg.png) no-repeat 0 0;
}	
ul#menu li {
	/*display: inline;*/
	list-style: none;
}
ul#menu li.mega {
	float:left;
	height: 35px;
	background: url(/media/images/nav_test/nav-border.png) no-repeat right  7px;
	padding: 2px 0 0; 
	_margin-top: 2px;
	visibility: hidden;
}
ul#menu li.mega:last-child,
ul#menu li.last {
	background: none;
}
ul#menu li.mega h2 {
	
}
ul#menu li.mega h2 a {
	font-size: 12px;
	display: block;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding-bottom: 10px;
}
ul#menu li.mega h2 a:hover {
	text-decoration: none;
	background: url(/media/images/nav_test/nav-li-bg.png) repeat-x left top;
	/*padding: 3px 8px 10px 8px;*/
	/*margin: 0 3px 0 0;*/
	color: #00a6e3;
}

ul#menu li.mega a {
}

ul#menu li#menuItem10 h2 a {
	/*width: 87px;*/
}

ul#menu li#menuItem1 h2 a:hover,
ul#menu li#menuItem2 h2 a:hover,
ul#menu li#menuItem3 h2 a:hover,
ul#menu li#menuItem4 h2 a:hover,
ul#menu li#menuItem5 h2 a:hover,
ul#menu li#menuItem6 h2 a:hover,
ul#menu li#menuItem7 h2 a:hover,
ul#menu li#menuItem8 h2 a:hover,
ul#menu li#menuItem9 h2 a:hover,
ul#menu li#menuItem10 h2 a:hover {
	/*padding: 3px 8px 10px 8px;*/
	background: url(/media/images/nav_test/nav-li-bg.png) 0 0;
}

ul#menu li.hovering h2 a {
	z-index:200;
}

ul#menu li#menuItem1.hovering h2 a ,
ul#menu li#menuItem2.hovering h2 a ,
ul#menu li#menuItem3.hovering h2 a ,
ul#menu li#menuItem4.hovering h2 a ,
ul#menu li#menuItem5.hovering h2 a ,
ul#menu li#menuItem6.hovering h2 a ,
ul#menu li#menuItem7.hovering h2 a ,
ul#menu li#menuItem8.hovering h2 a ,
ul#menu li#menuItem9.hovering h2 a ,
ul#menu li#menuItem10.hovering h2 a {
	/*padding: 3px 8px 8px 8px;*/
	color: #00a6e3;
	/*height: 36px;*/ 
	background: url(/media/images/nav_test/nav-li-bg.png) 0 0;
}
/*-----------------------------------------------
MEGAPANEL STYLES
------------------------------------------------*/

/*initially hide the megapanel, use visibility so jQuery can calculate the height to make all columns same height*/
ul#menu li.mega div.megapanel {
	width: 775px;
	position: absolute;
	z-index: 100;
	top: 35px;
	/*left: 5px;*/
	padding: 15px 10px 20px;
	color: #930;
	visibility:hidden;
	margin-left: -5px;
}

/*position each megapanel*/
/*ul#menu li.mega div.megapanelMenu2 {left: 25px;}
ul#menu li.mega div.megapanelMenu3 {left: 60px;}
ul#menu li.mega div.megapanelMenu4 {left: 95px;}
ul#menu li.mega div.megapanelMenu5 {left: 100px;}
ul#menu li.mega div.megapanelMenu6 {left: 135px;}
ul#menu li.mega div.megapanelMenu7 {left: 135px;}
ul#menu li.mega div.megapanelMenu8 {left: 135px;}
ul#menu li.mega div.megapanelMenu9 {left: 135px;}
ul#menu li.mega div.megapanelMenu10 {left: 135px;}*/

ul#menu #menuItem3 .five-col {left: 60px;}
ul#menu #menuItem4 .five-col {left: 120px;}
ul#menu #menuItem5 .four-col {left: 270px;}
ul#menu #menuItem5 .five-col {left: 120px;}
ul#menu #menuItem6 .three-col {left: 410px;}
ul#menu #menuItem6 .four-col {left: 260px;}
ul#menu #menuItem6 .five-col {left: 110px;}
ul#menu #menuItem7 .three-col {left: 420px;}
ul#menu #menuItem7 .four-col {left: 270px;}
ul#menu #menuItem7 .five-col {left: 120px;}
ul#menu #menuItem8 .megapanel {right: 20px;}
ul#menu #menuItem9 .megapanel {right: 20px;}

ul#menu li.hovering div.megapanel {
	display: none;
}

/*different column megapanels*/
ul#menu li.mega div.one-col {
	background: url(/media/images/meganav-bg-1col.png) no-repeat left bottom;
	width: 182px;
}
ul#menu li.mega div.two-col {
	background: url(/media/images/meganav-bg-2col.png) no-repeat left bottom;
	width: 323px;
}

ul#menu li.mega div.three-col {
	background: url(/media/images/meganav-bg-3col.png) no-repeat left bottom;
	width: 478px;
}

ul#menu li.mega div.four-col {
	background: url(/media/images/meganav-bg-4col.png) no-repeat left bottom;
	width: 632px;
}

ul#menu li.mega div.five-col {
	background: url(/media/images/meganav-bg-5col.png) no-repeat left bottom;
	width: 790px;
}

ul#menu li.mega div div.col {
	width: 134px;
	display:block;
	float:left;
	margin: 0 5px 0 15px;
	display: inline;
	background: url(/media/images/nav_test/bg_vertical_dotted.png) no-repeat right bottom;
	height: 100%;
}
ul#menu li.mega div div.last {
	background: none;
}
ul#menu li.mega div.megapanel a {
	display:inline;
	color: #300;
	padding: 0;
	background-image: none;
	text-decoration: underline;
}
ul#menu li.mega div.megapanel h3 {
	color: #00A6E3;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	left: -10px;
	padding: 3px 0 0 14px;
	background: url(/media/images/nav_test/icon_arrow_orange.png) no-repeat 2px 5px;
	margin-bottom: 10px;
	*zoom:1;
}
ul#menu li.mega div.megapanel h3 a {
	color: #00A6E3;
	text-decoration:none;
}
ul#menu li.mega div.megapanel h3 a:hover {
	text-decoration: underline;
	background: none;
	padding:0;
	margin:0;
}
ul#menu li.mega div.megapanel ul {
	/*Fix for Line between facets*/
	/*background: url(/media/images/dots-10px-d1.gif) repeat-x top left;*/
	list-style-type:none;
	margin: 0 0 5px 0;
	padding-top: 0;
}
ul#menu li.mega div.megapanel ul li {
	background: none;
	padding: 1px 0 1px 4px;
}
ul#menu li.mega div.megapanel ul li a{
	background: none;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
ul#menu li.mega div.megapanel ul li a:hover{
	background: none;
	text-decoration: underline;
	color: #00A6E3;
	padding-left: 0;
}
ul#menu li.mega div.megapanel .nav-advert {
	height: auto;
	*zoom:1;
	width: 121px;
	display: block;
	margin-top: 15px;
}
ul#menu li.mega div.megapanel .nav-advert:hover {
	background: none;
	padding: 0;
}
ul#menu li.mega div.megapanel .nav-advert img {
	display: block;
	*zoom:1;
}
ul#menu li.mega div.megapanel p.nav-deals {
	border-bottom: solid #e1e1e1 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	width: 110px;
}
ul#menu li.mega div.megapanel p.nav-deals a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
ul#menu li.mega div.megapanel p.nav-deals a:hover {
	text-decoration: underline;
}
ul#menu li.mega div.megapanel p.nav-big-catch {
	font-size: 11px;
	color: #666666;
	/* background: url(/media/images/nav_test/icon_big_catch.png) no-repeat; 
	padding-left: 39px; */
	*zoom:1;
}
ul#menu li.mega div.megapanel p.ie6-fix {
	background: url(/media/images/nav_test/ie6_fix.png) no-repeat;
}
ul#menu li.mega div.megapanel p.nav-big-catch a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
ul#menu li.mega div.megapanel p.nav-big-catch img {
    float: left;
    margin-right: 8px;
}
ul#menu li.mega div.megapanel p.nav-big-catch a:hover {
	text-decoration: underline;
}
ul#menu li.mega div.megapanel div.nav-red a {
	color: #ee2c49;
}
ul#menu li.mega div.megapanel div.nav-red a:hover {
	color: #ee2c49;
}
ul#menu li.mega div.megapanel div.nav-red h3 {
	background: url(/media/images/nav_test/icon_nav_hilite_red.png) no-repeat 0 4px;
}
ul#menu li.mega div.megapanel div.nav-blue a {
	color: #00A6E3;
}
ul#menu li.mega div.megapanel div.nav-blue h3 {
	background: url(/media/images/nav_test/icon_nav_hilite_blue.png) no-repeat 0 4px;
}
ul#menu li.mega div.megapanel div.nav-orange a {
	color: #f58026;
}
ul#menu li.mega div.megapanel div.nav-orange h3 {
	background: url(/media/images/nav_test/icon_nav_hilite_orange.png) no-repeat 0 4px;
}
ul#menu li.mega div.megapanel div.nav-orange a:hover {
	color: #f58026;
}
/* -- ADVERTISING BANNERS --------------------------- */
#top-banner-area-mod {
	margin: 10px 0;
	width: 680px;
}
#top-banner-area {
	margin: 10px 0;
	width: 940px;
}
#top-banner-area-700 {
	margin: 10px 0;
	width: 700px;
}
.top-banner {
	margin: 0px 10px 5px 0;
	display:block;
	float:left;
}
.top-banner-last {
	margin: 0;
	display:block;
	float:right;
}
#top-banner1 {
	margin: 10px 10px 10px 0;
	height: 44px;
	width: 460px;
	display:block;
	float:left;
}
#top-banner2 {
	margin: 10px 0 10px 10px;
	height: 44px;
	width: 460px;
	display:block;
	float:right;
}
.general-banner {
	margin:0 0 10px 0;
	display:block;
}
#search-results .general-banner {
	padding: 0 0 7px 0;
	background: url(/media/images/dots-10px-d1.gif) repeat-x center bottom;
}
.html-spot-panel {
	position:absolute;
	top:40%;
	width:100%;
	text-align:center;
}
/* -- MAIN ------------------------------------------ */
#main {
	width: 700px;
	margin: 0 0 0 20px;
	_margin: 0 0 10px 20px;
	float: left;
}
*html #main {
	margin: 0 0 0 10px;	
}
#main-left {
	width: 700px;
	margin: 0 20px 10px 0;
	_margin: 0 10px 10px 0;
	float: left;
}
#main620 {
	width: 620px;
	margin: 0 0 0 0;
	float: left;
}
#main940 {
	width: 940px;
	margin: 0 0 0 0;
	clear:both;
	float:left;
}
#right-col {
	width: 221px;
	_margin: 0 0 10px 0;
	float: right;
}
#right-col-300 {
	width: 300px;
	_margin: 0 0 10px 0;
	float: right;
}
#left-nav {
	width: 220px;
	float:left;
}
#right-col-220 {
	width: 220px;
	float:right;
}
#footer {
	background: url(/media/images/footer-bg.png) repeat-x top;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	height: 172px;
}
#footer-links {
	width: 620px;
	height: 172px;
	background: url(/media/images/footer-links-bg.png) no-repeat right bottom;
	float: left;
	position: relative;
}
#footer-links div.col {
	position: relative;
	width: 150px;
	height: 140px;
	display:block;
	float:left;
	padding: 0 0 0 10px;
}
#footer-links div.narrowcol {
	width: 120px;
}
#footer-links div.col a {
	display:inline;
	color: #300;
	padding: 0;
	background-image: none;
	text-decoration: underline;
}
#footer-links  h3 {
	position: relative;
	font-weight: bold;
	font-size: 1.2em;
	left: -10px;
	color: #00A6E3;
	background: #fff url(/media/images/orange-arrow.gif) no-repeat 0 3px;
	margin:0 0 -3px;
	padding:0px 0 3px 10px;
	height: 15px;
}
#footer-links div.col h3 a {
	color: #00A6E3;
	text-decoration:none;
}
#footer-links div.col h3 a:hover {
	text-decoration:underline;
}
#footer-links div.col ul {
	position: absolute;
	list-style-type:none;
	margin: 0 0 5px 0;
	padding: 7px 0;
	background: url(/media/images/footer-links-dots.gif) no-repeat left 3px;
}
#footer-links div.col ul  li{
	background-image: none;
	padding: 1px 0;
}
#footer-links div.col ul  li a{
	color: #00A6E3;
	font-size: 1.1em;
	text-decoration: none;
}
#footer-links div.col ul  li a:hover{
	text-decoration: underline;
}
#footer-links-bottom {
	position:absolute;
	bottom: 0px;
	left: 5px;
	color: #666;
	font-size: 1.1em;
}
#footer-links-bottom  a{
	color: #00A6E3;
	padding: 0 5px;
}
#footer-right {
	width: 300px;
	padding: 0;
	margin: 0 0 0 20px;
	float:left;
}
#footer-right  h3 {
	color: #00a6e3;
	font-weight: normal;
	font-size: 1.6em;
}
#footer-right  p {
	color: #6a6a6a;
	font-size: 1.2em;
	padding: 0 0 4px;
}
#footer-right-subscribe-wrapper {
	float:left;
	height:80px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	background: url(/media/images/subscribe-bg.png) no-repeat top left;
}
#footer-right-subscribe-input-wrapper {
	height:33px;
	margin: 3px 0 0 -30px;
	position:relative;
	background: url(/media/images/input.gif) no-repeat 0 0;
}
#footer-right-subscribe-input-wrapper  label{
	position: absolute;
	top: 9px;
	left: 23px;
	color: #999;
	font-size: 1.3em;
	z-index: 10;
}
#footer-right-subscribe-input {
	height:24px;
	width: 161px;
	margin: 10px 0 0 20px;
	display:inline;
	float:left;
	border: 0;
	color: #999;
	font-size: 1.3em;
	overflow: hidden;
	background: none;
}
#footer-right-subscribe-button{
	height:0px;
	width: 107px;
	padding: 33px 0 0 0;
	margin: 0;
	overflow: hidden;
	float:left;
	background: url(/media/images/subscribe-button.png) no-repeat;
}
#footer-right-subscribe-button:hover{
	background: url(/media/images/subscribe-button.png) no-repeat 0 -33px;
}
#footer-right-find-store-wrapper {
	float:left;
	margin: 5px 0 15px;
	padding: 0 0 10px 30px;
	background: url(/media/images/find-store-bg.png) no-repeat top left;
}
#footer-right-find-store-input-wrapper {
	height:33px;
	margin: 5px 0 0 -30px;
	position: relative;
}
#footer-right-find-store-input-wrapper  label{
	position: absolute;
	top: 9px;
	left: 23px;
	color: #999;
	font-size: 1.3em;
	z-index: 11;
}
#footer-right-find-store-input{
	height:24px;
	width: 160px;
	padding: 9px 0 0 20px;
	margin: 0;
	float:left;
	border: 0;
	background: url(/media/images/input.gif) no-repeat left;
	color: #999;
}
#footer-right-find-store-button{
	height:0px;
	width: 107px;
	padding: 33px 0 0 0;
	margin: 0;
	overflow: hidden;
	float:left;
	background: url(/media/images/find-store-button.gif) no-repeat 0 0;
}
#footer-right-find-store-button:hover{
	background: url(/media/images/find-store-button.gif) no-repeat 0 -33px;
}
/* checkout footer */
#footer-checkout-wrapper{
	background: url(/media/images/footer-bg.png) repeat-x top;
	padding: 0px 0 0 0;
	height: 85px;
}
#footer-checkout{
	background: url(/media/images/w-logo.png) no-repeat 840px bottom;
	padding:35px 0 30px 20px;
	height: 20px;
}
.clear {
	display:block;
	clear:both;
}
.hover_state {
	_height: 30px;
	_background: #c00;
	_visibility: hidden;
}
.no_display {
	visibility: hidden;
}
#viewcart {
	clear: both;
	float: right;
	padding-bottom: 10px;
}
.see-more-link {
	margin: 5px 0;
	font-weight: bold;
	font-size:1em;
	float: right;
}
.subheading {
	background:transparent url(/media/images/dots-10px-89.gif) repeat-x scroll left bottom;
	padding:0 0 10px 0;
	margin:0 0 25px 0;
	font-size: 1em;
}
.subheading .subhead {
	font-size: 1.6em;
	font-weight:bold;
}
.promo {
	padding: 0 0 10px 0;
}
.star_img {
padding:0px;
margin:0px;
}


