@charset "UTF-8";

/************************************************************************

	Site:		Fireplace Accessories

	Author:		Coalfire Grates		[www.coalfiregrates.co.uk]  

	Listing Order:
	==============

	1 - Universal
	2 - Structure/Layout
	3 - Headers
	4 - Primary Navigation
	5 - Header Elements
	6 - Left Nav Elements
	7 - Body Elements
	8 - Footer Elements
	9 - Buttons
	10 - Forms
	11 - Lightbox
	12 - Sifr
	13 - Spry

************************************************************************/

/***********************************************************************
	1 - UNIVERSAL STYLES behavior:url("http://www.coalfiregrates.co.uk/css/htc/csshover.htc");
************************************************************************/

body {
	background: #E1E2E3 url("../img/bg/page.jpg") repeat-x top center;
	font: 12px "Lucida Grande", arial, verdana, sans-serif;
	color: #575757;
	line-height: 20px;
	text-align: center; 
}

#home body {
	background: #E1E2E3 url("../img/bg/page-home.jpg") repeat-x top center;
}

#sub-home body {
	background: #E1E2E3 url("../img/bg/page-sub-home.jpg") repeat-x top center;
}

* {
	margin: 0; 
	padding: 0;
}

img { 
	border: 0;
	display: block;
}

strong {
	color: #000000;
}

a:focus {
	outline-style: none;
}

p a,
p a:visited,
p a:hover { 
	border-bottom: 1px #7C7C7C dotted;
	text-decoration: none;
}

table {
	background: url("../img/bg/hr-table-large-bottom-ie.gif") repeat-x bottom left;
}

table:lang(en) {
	background: url("../img/bg/hr-table-large-bottom.gif") no-repeat bottom left;
}

tr {
	background: url("../img/bg/hr-table-large-ie.gif") repeat-x bottom left;
}

tr:lang(en) {
	background: url("../img/bg/hr-table-large.gif") no-repeat bottom left;
}

tr.grey {
	background: url("../img/bg/hr-table-large-grey-ie.gif") repeat-x bottom left;
}

tr.grey:lang(en) {
	background: url("../img/bg/hr-table-large-grey.gif") no-repeat bottom left;
}

tr.top {
	background: url("../img/bg/hr-table-large-top-ie.gif") repeat-x bottom left;
}

tr.top:lang(en) {
	background: url("../img/bg/hr-table-large-top.gif") no-repeat bottom left;
}

td {
	padding: 8px 0 8px 0;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
}

tr.bottom td {
	height: 33px;
	padding: 0;
}

tr.top td {
	height: 25px;
	padding-top: 16px;
}

td a {
	text-decoration: none;
	font-weight: bold;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT
************************************************************************/

#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 0;
}

* html #container {
	z-index: 0;
}

#header {
	position: relative;
	margin: 0 auto;
	background: transparent url("../img/bg/header-v2.gif") no-repeat bottom left;
	height: 114px;
	width: 990px;
	text-align: left;
	z-index: 10;
}

#content {
	position: relative;
	background: transparent url("../img/bg/content.gif") no-repeat top left;
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	z-index: 1;
}

#home #content {
	margin-top: 0;
	background: none;
}

#sub-home #content {
	margin-top: 15px;
	background: none;
}

#content-bottom {
	position: relative;
	background: transparent url("../img/bg/content-bottom.png") no-repeat top left;
	width: 990px;
	height: 104px;
	margin: 0 auto 0 auto;
	z-index: 0;
}

#panel-features {
	position: relative;
	background: transparent url("../img/bg/panel-features.png") no-repeat top left;
	width: 990px;
	height: 177px;
	margin: 20px auto 0 auto;
	list-style: none;
	z-index: 0;
}

#home #panel-features {
	margin-top: 0;
}

#footer {
	position: relative;
	background: transparent url("../img/bg/footer.png") no-repeat top left;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 100px;
	width: 990px;
	text-align: left;
}

/***********************************************************************
	3 - HEADERS
************************************************************************/

h1 {
	display: none;
}

h2 {
	font: 26px "Lucida Grande", arial, verdana, sans-serif;
	color: #000000;
	line-height: 26px;
}

h3 {
	font: 20px "Lucida Grande", arial, verdana, sans-serif;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
}

h3.medium {
	font-size: 30px;
	line-height: 30px;
}

h3.large {
	font-size: 34px;
	line-height: 34px;
}

h4 {
	font: 15px "Lucida Grande", arial, verdana, sans-serif;
	color: #000000;
	line-height: 15px;
}

/***********************************************************************
	4 - PRIMARY NAVIGATION
************************************************************************/

#primary-nav {
	position: absolute;
	background: transparent url("../img/bg/primary-nav-v2.gif") no-repeat;
	list-style: none;
	width: 486px;
	height: 26px;
	top: 81px;
	left: 492px;
	z-index: 10;
	padding-left: 22px;
}

#primary-nav li {
	float: left;
	background-position: 0 -26px; 
}

#primary-nav li ul {
	position: absolute;
	background: transparent url("../img/bg/primary-nav-top.png") no-repeat;
	list-style: none;
	width: 159px;
	left: -9999px;
	margin-left: -9px;
	padding-top: 5px;
}

#primary-nav a {
	display: block;
	height: 0px !important;
	text-decoration: none;
	overflow: hidden;
}

#primary-nav li a {
	background-position: 0 0; 
}

#primary-nav li#nav-1 {
	background: transparent url("../img/btn/nav-categories-v2.gif") no-repeat;
	margin-right: 22px;
}

#primary-nav li#nav-2 {
	background: transparent url("../img/btn/nav-brands-v2.gif") no-repeat;
	margin-right: 22px;
}

#primary-nav li#nav-3 {
	background: transparent url("../img/btn/nav-products-v2.gif") no-repeat;
}

#primary-nav li#nav-1:hover, 
#primary-nav li#nav-1.sfhover,
#primary-nav li#nav-2:hover, 
#primary-nav li#nav-2.sfhover,
#primary-nav li#nav-3:hover, 
#primary-nav li#nav-3.sfhover {
	background-position: 0 -26px;
}

#primary-nav li#nav-1 a, 
#primary-nav li#nav-2 a,
#primary-nav li#nav-3 a {
	width: 140px;
	height /**/: 26px;
	padding: 26px 0 0 0;
}

#primary-nav li#nav-1 ul li,
#primary-nav li#nav-2 ul li,
#primary-nav li#nav-3 ul li {
	background: transparent url("../img/bg/primary-nav-link-up.png") no-repeat;
	height: 21px;
}

#primary-nav li#nav-1 ul li.bottom,
#primary-nav li#nav-2 ul li.bottom,
#primary-nav li#nav-3 ul li.bottom {
	background: transparent url("../img/bg/primary-nav-bottom.png") no-repeat;
	height: 14px;
	width: 159px;
}

#primary-nav li#nav-1 ul li a,
#primary-nav li#nav-2 ul li a,
#primary-nav li#nav-3 ul li a {
	overflow: hidden !important;
	overflow: visible;
	font-size: 10px;
	color: #FFF;
	height: 19px !important;
	height: 19px;
	width: 140px;
	padding: 1px 3px 2px 19px;
}

#primary-nav li#nav-1 ul li a:hover,
#primary-nav li#nav-2 ul li a:hover,
#primary-nav li#nav-3 ul li a:hover {
	background: transparent url("../img/bg/primary-nav-link-over.png") no-repeat 0 0;
}

#primary-nav li:hover ul, 
#primary-nav li.sfhover ul {
	left: auto;
}

/***********************************************************************
	5 - HEADER ELEMENTS
************************************************************************/

#header #logo {
	top: 0;
	left: 0;
}

#header #rss-icon {
	background: transparent url("../img/btn/link-rss.gif") no-repeat 0 0;
	position: absolute;
	display: block;
	top: 81px;
	left: 78px;
	height: 0px !important;
	height /**/: 26px;
	padding: 26px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 19px;
}

#header #magazine-link {
	background: transparent url("../img/btn/link-magazine.gif") no-repeat 0 0;
	position: absolute;
	display: block;
	top: 81px;
	left: 11px;
	height: 0px !important;
	height /**/: 26px;
	padding: 26px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 67px;
}

#header #magazine-link:hover {
	background-position: 0 -26px;
}

#header #home-link {
	position: absolute;
	display: block;
	text-decoration: none;
	overflow: hidden;
	top: 25px;
	left: 7px;
	height: 0px !important;
	height /**/: 46px;
	padding: 46px 0 0 0;
	width: 239px;
}

#header #cart {
	position: absolute;
	top: 43px;
	left: 762px;
	height: 21px;
	width: 222px;
}

#header #cart p {
	position: relative;
	line-height: 15px;
	font-size: 15px;
	float: right;
	margin: 3px 0 0 2px;
}

#header #cart p a { 
	border-bottom: none;
	color: #575757;
}

#header #cart p a:hover { 
	color: #575757;
}

#header #cart #view {
	position: relative;
	background: url("../img/btn/page-cart.gif") no-repeat;
	display: block;
	height: 0px !important;
	height /**/: 14px;
	width: 16px;
	padding: 14px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
	float: right;
	margin-top: 6px;
}

#header #cart #view:hover {
	background-position: 0 -14px;
}

#header #primary-links {
	list-style: none;
	position: absolute;
	top: 82px;
	left: 114px;
	height: 24px;
	width: 360px;
}

#primary-links li {
	float: left;
}

#primary-links a {
	display: block;
	height: 0px !important;
	height /**/: 24px;
	padding: 24px 0 0 0;
	text-decoration: none;
	overflow: hidden;
}

#primary-links li#link-1 {
	background: transparent url("../img/btn/link-feedback-v2.gif") no-repeat;
}

#primary-links li#link-2 {
	background: transparent url("../img/btn/link-press-v2.gif") no-repeat;
}

#primary-links li#link-3 {
	background: transparent url("../img/btn/link-aboutus-v2.gif") no-repeat;
}

#primary-links li#link-4 {
	background: transparent url("../img/btn/link-contactus-v2.gif") no-repeat;
}

#primary-links li#link-5 {
	background: transparent url("../img/btn/link-support-v2.gif") no-repeat;
}

#primary-links li#link-1 a {
	background: transparent url("../img/btn/link-feedback-v2.gif") no-repeat;
	width: 62px;
}

#primary-links li#link-2 a {
	background: transparent url("../img/btn/link-press-v2.gif") no-repeat;
	width: 43px;
}

#primary-links li#link-3 a {
	background: transparent url("../img/btn/link-aboutus-v2.gif") no-repeat;
	width: 59px;
}

#primary-links li#link-4 a {
	background: transparent url("../img/btn/link-contactus-v2.gif") no-repeat;
	width: 69px;
}

#primary-links li#link-5 a {
	background: transparent url("../img/btn/link-support-v2.gif") no-repeat;
	width: 55px;
}

#primary-links li#link-6 a {
	width: 72px;
}

#primary-links li#link-1 a:hover,
#primary-links li#link-2 a:hover,
#primary-links li#link-3 a:hover,
#primary-links li#link-4 a:hover,
#primary-links li#link-5 a:hover,
#primary-links li#link-6 a:hover {
	background-position: 0 -24px;
}


/***********************************************************************
	6 - LEFT NAV ELEMENTS
************************************************************************/



/***********************************************************************
	7 - BODY ELEMENTS
************************************************************************/

#panel-features li {
	position: relative;
	float: left;
	width: 201px;
	height: 131px;
	padding: 23px;
	text-align: left;
	font-size: 11px;
	color: #8E8E8E;
	line-height: 18px;
}

#panel-features li.end {
	width: 180px;
}

#panel-features li a {
	display: block;
	height: 0px !important;
	height /**/: 131px;
	padding: 131px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 201px;
}

#panel-features li h4 {
	display: none;
}

#panel-features li#feature-press {
	background: transparent url("../img/bg/feature-press.png") no-repeat;
}

#panel-features li#feature-newsletter {
	background: transparent url("../img/bg/feature-newsletter.png") no-repeat;
}

#panel-features li#feature-shipping {
	background: transparent url("../img/bg/feature-shipping.png") no-repeat;
}

#panel-features li#feature-profiles {
	background: transparent url("../img/bg/feature-profiles.png") no-repeat;
}

#panel-features li#feature-newsletter p#newsletter-form {
	display: block;
	width: 201px;
	height: 131px;
}

#panel-features li#feature-newsletter p#newsletter-form-ie {
	display: none;
}

#panel-features li#feature-newsletter p {
	clear: left;
	margin: 0 0 5px 0;
}

#panel-features li#feature-newsletter .field {
	position: absolute;
	width: 110px;
	left: 73px;
	bottom: 91px;
}

#panel-features li#feature-newsletter .submit {
	position: absolute;
	left: 89px;
	bottom: 44px;
}

#content-header {
	position: relative;
	width: 976px;
	height: 35px;
	margin: 0 7px 0 7px;
	padding-top: 21px;
	font-size: 12px;
}

#content-header dd {
	float: left;
	width: 726px;
}

#account #content-header dd {
	width: 926px;
}

#content-header dd h2,
#content-header dd p,
#content-header dd img {
	float: left;
}

#content-header dd h2 {
	display: inline-block;
}

#content-header dd p {
	margin-left: -10px;
	padding-top: 12px;
}

#accounts #content-header dd p {
	margin-left: 0;
}

#content-header dd p a {
	border-bottom: none;
	color: #8E8E8E;
	padding: 0 10px 0 10px;
}

#content-header dd p a:hover {
	color: #000000;
}

#content-header dd p a.selected {

}

#content-header dd img {
	padding-top: 10px;
	margin-left: -15px;
}

#content-header dt {
	float: left;
	width: 250px;
	padding-top: 10px;
}

#account #content-header dt {
	width: 50px;
}

#content-header dt .feedback-link {
	display: block;
	text-decoration: none;
	padding-left: 16px;
	margin: 3px 2px 0 20px;
	height: 19px;
	color: #8E8E8E;
	float: right;
}

#content-header dt .home-link {
	display: block;
	text-decoration: none;
	padding-left: 19px;
	margin-top: 3px;
	height: 19px;
	color: #8E8E8E;
	float: right;
}

#content-header dt .feedback-link:hover,
#content-header dt .home-link:hover {
	color: #000000;
}

#main {
	position: relative;
	width: 920px;
	margin: 35px 35px 0 35px;
	z-index: 0;
}

#home #main {
	width: 990px;
	margin: 0;
}

#sub-home #main {
	width: 958px;
	margin: 0 25px 0 7px;
}

#main p {
	padding-bottom: 15px;
}

#main ul {
	list-style: none;
	padding: 0;
}

#main ul.list {
	padding-bottom: 15px;
}

#main ul.list li {
	background-position: 0 5px;
	padding: 0 0 3px 12px;
}

#main ul.list li a,
#main ul.list li a:visited,
#main ul.list li a:hover { 
	border-bottom: 1px #7C7C7C dotted;
	text-decoration: none;
}

#main ul.currency-widget {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main ul.currency-widget li {
	background-image: none;
	margin: 0;
	padding: 0;
}

#main ul.currency-widget li a.currency-link {
	position: absolute;
	left: auto;
	background: url("../img/bg/link-dropdown.gif") no-repeat center right;
	text-decoration: none;
	color: #575757;
	padding-right: 12px;
	border: none;
	margin: 0;
	width: auto;
}

#main ul.currency-widget li a.right {
	right: 0;
}

#main ul.currency-widget li a.currency-link:hover {
	color: #CCCCCC;
}

#main ul.currency-widget li ul {
	position: absolute;
	background: transparent url("../img/bg/currency-guide.png") no-repeat;
	list-style: none;
	width: 185px;
	height: 234px;
	left: -9999px;
	margin: 15px 0 0 0;
	padding: 15px;
}

#main ul.currency-widget:hover li ul, 
#main ul.currency-widget.sfhover li ul {
	z-index: 10;
	left: auto;
}

#main ul.currency-widget li ul li {
	background-image: none;
	padding: 0 0 0 25px;
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 18px;
}

#main ul.currency-widget li ul li.no-padding {
	padding-left: 0;
	text-align: center;
}

#main ul.currency-widget li ul li.no-padding select {
	width: 185px;
}

#main ul.currency-widget li ul li.rate-uk {
	background: url("../img/bg/currency-uk.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-australia {
	background: url("../img/bg/currency-australia.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-canada {
	background: url("../img/bg/currency-canada.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-mexico {
	background: url("../img/bg/currency-mexico.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-thailand {
	background: url("../img/bg/currency-thailand.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-china {
	background: url("../img/bg/currency-china.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-europe {
	background: url("../img/bg/currency-europe.gif") no-repeat center left;
}

#main ul.currency-widget li ul li.rate-us {
	background: url("../img/bg/currency-us.gif") no-repeat center left;
}

#main .feedback-link {
	display: block;
	height: 0px !important;
	height /**/: 19px;
	padding: 19px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 13px;
	margin: 3px 6px 0 0;
	float: left;
}

#main .home-link {
	display: block;
	height: 0px !important;
	height /**/: 15px;
	padding: 15px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 14px;
	margin: 4px 6px 0 0;
	float: left;
}

#home #rollover {
	position: absolute;
	background: transparent url("../img/bg/rollover-new-releases.png") no-repeat 0 0;
	font: 10px "Lucida Grande", arial, verdana, sans-serif;
	color: #FFFFFF;
	text-align: left;
	height: 161px;
	width: 125px;
	padding: 8px 9px 8px 9px;
	display: none;
}

#home #rollover img {
	margin-bottom: 8px;
	width: 125px;
	height: 125px;
}

#home #rollover span.overlay {
	position: absolute;
	background: transparent url("../img/bg/overlay-new-releases.png") no-repeat 0 0;
	top: 0;
	left: 0;
	z-index: 20;
	height: 166px;
	width: 143px;
}

#sub-home #rollover-small {
	position: absolute;
	background: transparent url("../img/bg/rollover-recommended.png") no-repeat 0 0;
	font: 10px "Lucida Grande", arial, verdana, sans-serif;
	color: #FFFFFF;
	text-align: left;
	height: 24px;
	width: 122px;
	padding: 7px 8px 9px 22px;
	display: none;
}

#listings #rollover,
#brand-listings #rollover {
	position: absolute;
	background: transparent url("../img/bg/rollover-listings.png") no-repeat 0 0;
	text-align: left;
	width: 378px;
	height: 378px;
	padding: 8px;
	display: none;
}

#listings #rollover img,
#brand-listings #rollover img {
	width: 378px;
	height: 378px;
}

#listings #rollover span.overlay,
#brand-listings #rollover span.overlay {
	position: absolute;
	background: transparent url("../img/bg/overlay-listings.png") no-repeat 0 0;
	top: 0;
	left: 0;
	z-index: 20;
	width: 394px;
	height: 394px;
}

#details .main-feature-product,
#sub-home .main-feature-product {
	width: 920px;
	font-size: 12px;
	line-height: 20px;
}

#sub-home .main-feature-product {
	width: 958px;
	height: 378px;
	margin-bottom: 15px;
	color: #8E8E8E;
}

#details .main-feature-product {
	width: 949px;
	color: #8E8E8E;
}

#details .main-feature-product select {
	color: #8E8E8E;
}

#sub-home .main-feature-product h2 {
	margin: 6px 0 12px 0px;
}

#sub-home .main-feature-product .indent {
	margin-left: 18px;
}

#details .main-feature-product dd,
#sub-home .main-feature-product dd {
	float: left;
	width: 467px;
}


#sub-home .main-feature-product dd p a {
	border-bottom: none;
	padding-right: 8px;
}

#sub-home .main-feature-product dd #thumb-display {
	width: 467px;
}

#sub-home .main-feature-product dd img.thumb,
#sub-home #main .main-feature-product dd .hr-swoosh-right-small {
	float: right;
}

#sub-home #main .main-feature-product dd .hr-swoosh-right-small {
	margin-right: 30px;
}

#details .main-feature-product h3,
#sub-home .main-feature-product h3 {
	margin: 15px 0 15px 0;
}

#details #main {
	width: 949px;
	margin-right: 6px;
}

#details .main-feature-product dt,
#sub-home .main-feature-product dt {
	float: left;
	width: 463px;
}

#details .main-feature-product dt {
	width: 482px;
}

#details .main-feature-product dt.thumbs {
	height: 494px;
}

#details .main-feature-product dt.no-thumbs {
	height: 378px;
}

#details .main-feature-product dt img,
#sub-home .main-feature-product dt img {
	float: left;
	width: 378px;
	height: 378px;
}

#sub-home .main-feature-product dt img {
	margin-left: 40px;
}

#details .main-feature-product dt #gradient-left,
#details .main-feature-product dt #gradient-right {
	position: absolute;
	top: 0;
	display: block;
	width: 35px;
	height: 0px !important;
	height /**/: 378px;
	padding: 378px 0 0 0;
	margin: 0;
	z-index: 5;
}

#details .main-feature-product dt #gradient-left {
	background: transparent url("../img/bg/img-gradient-left.png") no-repeat;
	left: 0;
}

#details .main-feature-product dt #gradient-right {
	background: transparent url("../img/bg/img-gradient-right.png") no-repeat;
	right: 0;
}

#sub-home .main-feature-product dt .next {
	position: relative;
	background: transparent url("../img/btn/page-next-medium.gif") no-repeat;
	float: left;
	display: block;
	width: 30px;
	height: 0px !important;
	height /**/: 26px;
	padding: 26px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	margin: 176px 0 0 5px;
	background-position: 0 0;
}

#sub-home .main-feature-product dt .next:hover {
	background-position: 0 -26px;
}

#sub-home #main #brands {
	position: absolute;
	top: 11px;
	right: 0;
	width: 105px;
	height: 336px;
}

#sub-home #main #brands a {
	background: transparent url("../img/btn/page-brands-no-flash.gif") no-repeat;
	display: block;
	width: 105px;
	height: 0px !important;
	height /**/: 336px;
	padding: 336px 0 0 0;
	text-decoration: none;
	overflow: hidden;
}

#details .main-feature-product dt .prev,
#details .main-feature-product dt .next {
	position: absolute;
	top: 176px;
	display: block;
	width: 30px;
	height: 0px !important;
	height /**/: 26px;
	padding: 26px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
	z-index: 10;
}

#details .main-feature-product dt .prev {
	left: 5px;
	background: transparent url("../img/btn/page-prev-medium.png") no-repeat;
}

#details .main-feature-product dt .next {
	left: 423px;
	background: transparent url("../img/btn/page-next-medium.png") no-repeat;
}

#details .main-feature-product dt .prev:hover,
#details .main-feature-product dt .next:hover {
	background-position: 0 -26px;
}

#details .main-feature-product dt a,
#sub-home .main-feature-product dt a {
	text-decoration: none;
	color: #575757;
}

#sub-home #main .main-feature-product dd {
	width: 425px;
}

#sub-home #main .main-feature-product dd #thumb-display {
	width: 425px;
}

#sub-home #content #main .main-feature-product dd .hr-swoosh-left {
	width: 397px;
}

#sub-home #content #main .main-feature-product dd .hr-swoosh-right-small {
	margin-right: 5px;
}

#sub-home #main .main-feature-product dt {
	width: 413px;
	padding-left: 15px;
}

#sub-home #main .main-feature-product dt img {
	margin-left: 0;
}

.main-feature-listings ul {
	clear: left;
}

.main-feature-listings li {
	float: left;
	width: 125px;
	margin-right: 72px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 20px;
}

.main-feature-listings li.end {
	margin-right: 0;
}

.main-feature-listings li img {
	width: 125px;
	height: 125px;
	margin-bottom: 5px;
}

#main .main-feature-listings li a {
	font-size: 10px;
	text-decoration: none;
	color: #575757;
}

#main .main-feature-listings li a strong {
	font-weight: normal;
	color: #575757;
}

#main .main-feature-listings li a:hover,
#main .main-feature-listings li a strong:hover {
	color: #000000;
}

#main-feature-listings-display {
	position: absolute;
	background: url("../img/bg/dropdown-sortby.gif") no-repeat bottom right;
	top: 18px;
	right: 0;
	width: 150px;
	height: 19px;
	padding-bottom: 16px;
}

#main-feature-listings-display select {
	width: 150px;
}

#main .hr-fade {
	background: url("../img/bg/hr-fade.gif") repeat-x;
	height: 19px;
	margin: 0;
	padding: 0;
}

#main .hr-fade-top,
#main .hr-fade-bottom,
#main .hr-fade-middle {
	height: 36px;
	margin: 0;
	padding: 0;
	clear: left;
}

#main .hr-fade-top {
	background: url("../img/bg/hr-fade-wide-top.gif") no-repeat top left;
}

#main .hr-fade-bottom {
	background: url("../img/bg/hr-fade-wide-bottom.gif") no-repeat top left;
}

#main .hr-fade-middle {
	background: url("../img/bg/hr-fade-wide-middle.gif") no-repeat top left;
	height: 70px;
}

#main .hr-line {
	background: url("../img/bg/hr-line.gif") repeat-x;
	height: 1px;
	margin: 0;
	padding: 0;
}

#main .hr-fade-full {
	background: url("../img/bg/hr-fade-full.gif") no-repeat;
	height: 30px;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: left;
}

#main .hr-swoosh-left {
	background: url("../img/bg/hr-swoosh-left.gif") no-repeat;
	height: 41px;
	width: 463px;
	margin-bottom: 0;
	padding: 0;
	clear: left;
}

#main .hr-swoosh-right {
	background: url("../img/bg/hr-swoosh-right.gif") no-repeat;
	height: 41px;
	width: 463px;
	margin-bottom: 0;
	padding: 0;
	clear: left;
}

#main .hr-swoosh-right-small {
	background: url("../img/bg/hr-swoosh-right-small.gif") no-repeat;
	height: 44px;
	width: 210px;
	margin: 0;
	padding: 0;
}

#main .hr-swoosh-left-small {
	background: url("../img/bg/hr-swoosh-left-small.gif") no-repeat;
	height: 44px;
	width: 210px;
	margin: 0;
	padding: 0;
}

#home #main #features {
	position: relative;
	width: 990px;
	height: 405px;
}

#home #main #news {
	position: relative;
	width: 990px;
	height: 23px;
}

#home #main #news a {
	background: transparent url("../img/btn/page-news-no-flash.gif") no-repeat;
	display: block;
	height: 0px !important;
	height /**/: 23px;
	width: 990px;
	padding: 23px 0 0 0;
	text-decoration: none;
	overflow: hidden;
}

#home #panel-new-releases {
	position: relative;
	clear: left;
	width: 990px;
	height: 110px;
	margin-bottom: -4px;
}

#home #panel-new-releases .prev,
#home #panel-new-releases .next {
	position: absolute;
	right: 0px;
	display: block;
	width: 34px;
	height: 0px !important;
	height /**/: 34px;
	padding: 34px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
	z-index: 10;
}

#home #panel-new-releases .prev {
	top: 20px;
	background: transparent url("../img/btn/scroll-up-panel.gif") no-repeat;
}

#home #panel-new-releases .next {
	bottom: 20px;
	background: transparent url("../img/btn/scroll-down-panel.gif") no-repeat;
}

#home #panel-new-releases .prev:hover,
#home #panel-new-releases .next:hover {
	background-position: 0 -34px;
}

#sub-home #panel-recommended,
#sub-home #panel-top-sellers {
	float: left;
	width: 483px;
	height: 125px;
	padding: 26px 0 26px 3px;
}

#sub-home #panel-recommended {
	background: transparent url("../img/bg/panel-recommended.gif") no-repeat;
	margin: 0 18px 0 -7px;
}

#sub-home #panel-top-sellers {
	background: transparent url("../img/bg/panel-top-sellers.gif") no-repeat;
	margin-right: -35px;
}

#sub-home #panel-recommended .prev,
#sub-home #panel-top-sellers .prev,
#sub-home #panel-recommended .next,
#sub-home #panel-top-sellers .next {
	position: absolute;
	top: 71px;
	display: block;
	width: 36px;
	height: 0px !important;
	height /**/: 34px;
	padding: 34px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
	z-index: 10;
}

#sub-home #panel-recommended .prev,
#sub-home #panel-top-sellers .prev {
	left: 10px;
	background: transparent url("../img/btn/scroll-left-panel.png") no-repeat;
}

#sub-home #panel-recommended .next,
#sub-home #panel-top-sellers .next {
	left: 415px;
	background: transparent url("../img/btn/scroll-right-panel.png") no-repeat;
}

#sub-home #panel-recommended .prev:hover,
#sub-home #panel-top-sellers .prev:hover,
#sub-home #panel-recommended .next:hover,
#sub-home #panel-top-sellers .next:hover {
	background-position: 0 -34px;
}

#main #address-intro {
	clear: left;
	height: 29px;
	padding-bottom: 10px;
}

#main #address-intro dt,
#main #address-intro dd {
	float: left;
}

#main #address-intro dt {
	padding: 5px 5px 0 0;
}

#main table .name {
	width: 130px;
}

#main table .details,
#main table #details {
	width: 295px;
}

#main table .edit {
	width: 30px;
}

#main table .select input {
	margin-right: 10px;
}

#main table td .day,
#main table td .month,
#main table td .year {
	margin-right: 5px;
}

#main table td .day {
	width: 48px;
}

#main table td .month {
	width: 65px;
}

#main table td .year {
	width: 50px;
}

#main table .bottom {
	background-image: none;
}

#main table .confirm,
#main table .change {
	float: right;
}

#main table a {
	font-weight: normal;
}

#results-display {
	float: left;
	width: 200px;
}

#page-select {
	float: right;
	height: 29px;
}

#page-select li {
	float: left;
	height: 25px;
	padding-top: 4px;
}

#page-select li a {
	display: block;
	height: 0px !important;
	height /**/: 29px;
	padding: 29px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 54px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#page-select #back {
	background-image: url("../img/btn/page-back.gif");
	padding-top: 0;
	margin-right: 3px;
}

#page-select #next {
	background-image: url("../img/btn/page-next.gif");
	padding-top: 0;
	margin-left: 3px;
}

#page-select li .field {
	width: 25px;
	margin: 0 3px 0 3px;
}

.spacer {
	clear: left;
	height: 30px;
}

.spacer-small {
	clear: left;
	height: 15px;
}

.spacer-invisible {
	clear: left;
	height: 0;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/***********************************************************************
	8 - FOOTER ELEMENTS
************************************************************************/

#footer p {
	float: left;
	color: #999999;
	font-size: 10px;
	padding: 10px 0 10px 0;
}

#footer p a {
	border-bottom: none;
	color: #999999;
	padding: 0 8px 0 8px;
}

#footer p a:hover {
	color: #000000;
}

#footer p#links-left {
	width: 483px;
	padding-left: 12px;
	text-align: left;
}

#footer p#links-right {
	background: transparent url("../img/bg/footer-facebook.png") no-repeat 0 0;
	width: 463px;
	padding-right: 32px;
	text-align: right;
}

/***********************************************************************
	9 - BUTTONS
************************************************************************/

.change,
.checkout,
.confirm,
.confirm-order,
.login,
.new-address,
.password,
.register,
.update,
.finish,
.returns,
.sub,
.tracking,
.confirm-request,
#basket,
#request {
	display: block;
	height: 0px !important;
	height /**/: 29px;
	padding: 29px 0 0 0;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
}

.change {
	background: transparent url("../img/btn/page-change.gif") no-repeat;
	width: 66px;
}

.checkout {
	background: transparent url("../img/btn/page-checkout.gif") no-repeat;
	width: 82px;
}

.confirm {
	background: transparent url("../img/btn/page-confirm.gif") no-repeat;
	width: 68px;
}

.confirm-order {
	background: transparent url("../img/btn/page-confirm-order.gif") no-repeat;
	width: 102px;
}

.login {
	background: transparent url("../img/btn/page-login.gif") no-repeat;
	width: 56px;
}

.new-address {
	background: transparent url("../img/btn/page-new-address.gif") no-repeat;
	width: 118px;
}

.password {
	background: transparent url("../img/btn/page-password.gif") no-repeat;
	width: 124px;
}

.register {
	background: transparent url("../img/btn/page-register.gif") no-repeat;
	width: 74px;
}

.update {
	background: transparent url("../img/btn/page-update.gif") no-repeat;
	width: 66px;
}

.finish {
	background: transparent url("../img/btn/page-finish.gif") no-repeat;
	width: 58px;
}

.returns {
	background: transparent url("../img/btn/page-returns-request.gif") no-repeat;
	width: 118px;
}

.sub {
	background: transparent url("../img/btn/page-submit.gif") no-repeat;
	width: 62px;
}

.tracking {
	background: transparent url("../img/btn/page-tracking.gif") no-repeat;
	width: 96px;
}

.confirm-request {
	background: transparent url("../img/btn/page-confirm-request.gif") no-repeat;
	width: 114px;
}

#basket  {
	width: 104px;
}

#request  {
	width: 97px;
}

.change:hover,
.checkout:hover,
.confirm:hover,
.confirm-order:hover,
.login:hover,
.new-address:hover,
.password:hover,
.register:hover,
.update:hover,
.finish:hover,
.returns:hover,
.sub:hover,
.tracking:hover,
.confirm-request:hover,
#basket:hover,
#request:hover {
	background-position: 0 -29px;
}


/***********************************************************************
	10 - FORMS
************************************************************************/

select { 
	background: #FFF; 
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
	color: #575757;
	border-color: #D2D2D2; 
	border-style: solid; 
	border-width: 1px;
}

.field { 
	background: #FFF; 
	font: 11px "Lucida Grande", arial, verdana, sans-serif;
	color: #575757;
	border-color: #D2D2D2; 
	border-style: solid; 
	border-width: 1px; 
	padding: 1px 1px 2px 3px;
}

/***********************************************************************
	11 - LIGHTBOX
************************************************************************/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
	
#lightbox img {
	display: inline;
}

#lightbox a img { 
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../img/bg/blank.gif) no-repeat;
	display: block;
}

#prevLink {
	left: 0; 
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../img/bg/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/bg/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

/***********************************************************************
	12 - SIFR
************************************************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
  display: none !important;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 26px;
	height: 26px;
}

.sIFR-active h3 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 20px;
	height: 20px;
}

.sIFR-active h3.medium {
	font-size: 30px;
	height: 30px;
}

.sIFR-active h3.large {
	font-size: 34px;
	height: 34px;
}

.sIFR-active h4 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 15px;
	height: 15px;
}

.sIFR-active #cart p {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 15px;
	height: 15px;
	width: 120px;
}

/***********************************************************************
	13 - SPRY STYLES
************************************************************************/

#home #slide {
	position: relative;
	overflow: hidden;
	width: 946px;
	height: 110px;
	padding: 0px;
	border: none;
}

#home .SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#home .SlidingPanelsContent {
	position: relative;
	width: 946px;
	height: 110px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

#home .SlidingPanelsContent li {
	width: 70px;
	height: 110px;
	margin-right: 3px;
	float: left;
}

#home .SlidingPanelsContent li.end {
	margin-right: 0;
}

#home .SlidingPanelsContent li img {
	width: 70px;
	height: 70px;
	margin: 20px 0 20px 0;
}

#sub-home #slide-1,
#sub-home #slide-2 {
	position: relative;
	overflow: hidden;
	width: 454px;
}

#sub-home .SlidingPanels {
	position: relative;
	width: 483px;
	padding: 0px;
	border: none;
}

#sub-home .SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sub-home .SlidingPanelsContent {
	position: relative;
	float: left;
	width: 454px;
	height: 125px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}

#sub-home .SlidingPanelsContent li {
	width: 125px;
	height: 125px;
	margin-right: 5px;
	float: left;
}

#sub-home .SlidingPanelsContent li.start {
	padding-left: 34px;
}

#sub-home .SlidingPanelsContent li.end {
	padding-right: 30px;
}

#sub-home .SlidingPanelsContent li img {
	width: 125px;
	height: 125px;
}

#details #slide {
	position: relative;
	overflow: hidden;
	width: 482px;
}

#details .SlidingPanels {
	position: relative;
	width: 482px;
	height: 378px;
	padding: 0px;
	border: none;
}

#details .SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#details .SlidingPanelsContent {
	position: relative;
	float: left;
	width: 378px;
	height: 378px;
	overflow: hidden;
	margin: 0px;
	padding: 0 29px 0 40px;
	border: none;
	list-style: none;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}