    /* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	min-height:100%;
	text-align:center; /* For IE < 6 centring */
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:#e8002f url(../images/bg.png) center top repeat;
	color:#666;
}

/* Floaters */
.fRight {
	float:right;
}
.fLeft {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
  content:"."; 
  display:block;
	height:0;
  clear:both; 
  visibility:hidden;
}

/* Remove outlines in FF */
:focus { -moz-outline-style: none; }

a img {
	border:0;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#Container { /* Static width */
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* Revert IE < 6 centring */
	padding-bottom:40px;
}
div#ContainerLiner {
	padding:0 20px;
	background:transparent url(../images/container-bg.png) left top repeat-y;
}

/* Header */
div#Header {
	height:90px;
}

div#Nav {
	height:30px;
	background:#fff url(../images/nav-bg.png) left top no-repeat;
}
div#Breadcrumbs {
	height:20px;
	position:relative;
}

div#Sidebar {
	float:right;
	width:290px;
	background:#fff url(../images/sidebar-bg.png) left top repeat-y;
}
div#SidebarTop {
	padding-top:20px;
	background:transparent url(../images/sidebar-top.png) left top no-repeat;
}
div#SidebarBase {
	padding:0 20px 20px 20px;
	background:transparent url(../images/sidebar-base.png) left bottom no-repeat;
}

div#ContentWrapper {
    overflow:hidden;
	margin-bottom:20px;
}
div#Content {
	float:left;
	width:620px;
}

/* Footer */
div#Footer {
	height:50px;
	background:#fff url(../images/footer-bg.png) left top no-repeat;
}
div#Footer p {
	color:#999;
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
	font-size:0.9em;
}

div#Base {
	height:40px;
	background:transparent url(../images/bg-container-base.png) left top no-repeat;
}


div#Dqltag {
	position:relative;
	width:100%;
}
div#Dqltag div {
	position:absolute;
	right:0px;
	top:-82px;
}


/*--------------------------------------------------------------------------------------------
	Layout 
  --------------------------------------------------------------------------------------------*/
.contentHolder {
	padding:20px;
}

#BreadcrumbsLiner {
	position:absolute;
	left:15px;
	bottom:-5px;
}

.sidebarItem {
	margin-bottom:30px;
}
	
#FeaturedItem {
	width:600px;
	height:260px;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
    cursor:pointer;
}
#FeatureSlider {
	position:absolute;
	left:0px;
	bottom:0px;
	width:600px;
	background:transparent url(../images/opaque-60.png) repeat;
}
#FeatureSlider * {
	cursor:pointer;
}
#FeatureHdr {
	padding:10px 20px 0px 20px;
    height:50px;
}
#FeatureHdr h1 {
    margin:0;
    padding:0;
}
#FeatureContent {
	padding:0 20px 0px 20px;
}
#FeatureContent p:first-child {
	margin-top:0;
}

#CategoryHolder {
	margin-top:20px;
}
.thumbHolder {
	float:left;
	width:155px;
	height:150px;
}
.thumbHolder a.thumb {
	display:block;
	width:135px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}
.thumbHolder a.label {
	display:block;
	margin-right:20px;
	padding:4px 20px 4px 5px;
	background:transparent url(../images/bttn-more.png) 110px 5px no-repeat;
	text-decoration:none;
	font-size:1.1em;
	color:#333;
}
.thumbHolder a.label:hover {
	/*background:transparent url(../images/bttn-more.png) 110px -40px no-repeat; */
}

.latestThumbHolder {
	float:left;
	width:310px;
	height:150px;
	position:relative;
}
.latestThumbHolder a.thumb {
	display:block;
	width:290px;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}
.latestThumbHolder a.label {
	display:block;
	margin-right:20px;
	padding:4px 30px 4px 10px;
	background:transparent url(../images/bttn-more.png) 265px bottom no-repeat;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.2em;
	color:#333;
	position:relative;
	top:-50px;
}
.latestThumbHolder a.label:hover {
	/*background:transparent url(../images/bttn-more.png) 110px -40px no-repeat; */
}

#Sidebar .WidgetHolder {
	margin-top:30px;
}
#Sidebar .WidgetHolder:first-child {
	margin-top:0;
}

#ProductDetail {
	margin:20px 20px 0 0;
}
.column {
	width:290px;
}

.imageHolder {
	width:290px;
	position:relative;
}
.imageHolder img {
	display:inline;
}
.imageHolderTop {
	width:290px;
	height:5px;
	line-height:5px;
	position:absolute;
	left:0px;
	top:0px;
	background:transparent url(../images/overlay-product-top.png) left top no-repeat;
}
.imageHolderBase {
	width:290px;
	height:5px;
	line-height:5px;
	position:absolute;
	left:0px;
	bottom:3px;
	background:transparent url(../images/overlay-product-base.png) left top no-repeat;
}

/* Press page */
.pressThumb {
    margin:0 20px 10px 0;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
ul#Navbar {
	list-style:none;
	padding:0;
	margin:0;
}  
ul#Navbar li {
	float:left;
} 
ul#Navbar a {
	display:block;
	color:#666;
	text-decoration:none;
	line-height:30px;
	height:30px;
	padding:0 15px;
	font-size:1.1em;
} 
ul#Navbar a.first {
	padding-left:20px;
} 
ul#Navbar a:hover {
	color:#e8002f;	
} 
ul#Navbar li.section a,
ul#Navbar li.current a {
	color:#e8002f;
	background:transparent url(../images/nav-indicator.png) center bottom no-repeat;
}
ul#Navbar li.section a.first,
ul#Navbar li.current a.first {
	background:transparent url(../images/nav-indicator.png) 32px bottom no-repeat;
}

  
/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1, h2 {
	color:#525357;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:28px;
}
#Header h1 {
	margin:0;
	padding:0;
	float:left;
	height:90px;
}
#Header h2 {
	margin:0;
	padding:0;
	float:right;
	height:90px;
}
#ProductDetail h2,
#ProductDetail h3 {
	color:#525357;
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:2.0em;
}
h3 {
}
#ProductDetail h3 {
	margin:0 0 15px 0;
	font-size:18px;
}
h4 {
}

/* Type */
p {
	line-height:1.5em;
}
#FeatureContent p {
	color:#333;
}

.content p:first-child {
	font-size:1.1em;
	line-height:1.4em;
}

.price {
	margin-top:10px;
	font-size:18px;
	color:#333;
}
.latestThumbHolder .price {
	font-size:18px;
}
.priceDollars {
	font-size:35px;	
}
.latestThumbHolder .priceDollars {
	font-size:25px;
}
.priceSml {
	position:relative;
	top:-12px;
	white-space:nowrap;
}
.latestThumbHolder .priceSml {
	top:-10px;
}
p.productCode {
	color:#999;
}

hr {
    margin:15px 0;
    border:0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color:#e2e2e2;
	background-color:#e2e2e2;
}


#ShoppingCart ul {
    list-style:none;
    margin:0;
    padding:0;
}
#ShoppingCart li {
    clear:both;
    display:block;
}
.itemdetails {
    float:right;
    width:230px;
}
.itemdetails .title {
    float:left;
    width:170px;
}
.itemdetails .price {
    margin:0;
    font-size:11px;
    float:right;
    width:50px;
    text-align:right;
}
.itemdetails .quantity {
    display:none;
}
#ShoppingCart .remove {
    float:left;
}
#ShoppingCart .subtotal,
#ShoppingCart .total,
#ShoppingCart .buyProducts {
    text-align:right;
    padding-top:5px;
}

#Content .quantityBox {
    color: rgb(232, 0, 47);
    border:none;
    background:none;
    padding:5px 0;
    font-weight:normal;
}
#Content .quantityBox a {
    color: rgb(232, 0, 47);
	float:left;
	padding:4px 0 4px 25px;
	background:transparent url(../images/bttn-more.png) left 4px no-repeat;
	text-decoration:none;
	text-transform:uppercase;
}
#Content .quantityBox .ajaxQuantityLink {
    background:none;
    float:none;
    padding:0;
}
#Content .quantityBox td {
    padding:3px 0;
}
#Content .quantityBox td a {
	float:none;
}

#Container .noItems {
    padding-left:0;
}


.error, span.validation {
	color:#e8002f;
	font-weight:bold;
}

a {
	color:#e8002f;
}

a.more {
	float:right;
	position:relative;
	top:-25px;
	width:15px;
	height:15px;
	text-decoration:none;
	background:url(../images/bttn-more.png) left top no-repeat;
}
a.more:hover {
	background-position:left -45px;
}

div#Breadcrumbs a,
div#Breadcrumbs span {
	font-size:0.9em;
	padding:0 5px;
	text-decoration:none;
}
div#Breadcrumbs a:hover {
	text-decoration:underline;
}

/* Lists */
ul.subnav,
#NLArchive ul {
	padding:0;
	margin:10px 0 0 0;
	list-style:none;
}
ul.subnav a {
	font-weight:bold;
	display:block;
	color:#666;
	text-decoration:none;
	padding:5px 20px;
	background:#fff url(../images/bullet.png) 2px center no-repeat;
}
ul.subnav a.section,
ul.subnav a.current,
ul.subnav a:hover {
	color:#e8002f;
	background:#fff url(../images/bullet-sel.png) 2px center no-repeat;
}

#NLArchive li {
    padding:5px 20px;
	background:#fff url(../images/bullet.png) 2px 10px no-repeat;
}
#NLArchive li a {
	text-decoration:none;
    padding:0;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}
legend {
    display:none;
}
fieldset {
	margin:0;
	padding:10px 0 0 0;
	border:0;
}
fieldset input[type=text] {
	color:#666;
	width:190px;
	font-size:11px;
	padding:3px 5px 4px 5px;
	background:#fff url(../images/input-nl.png) left top no-repeat;
	border:0;
}
div.field {
	margin-bottom:5px;
}

#SearchBox {
	float:right;
	width:205px;
	padding:6px 0 0 0;
}
#SearchBox fieldset {
	padding: 0;
}
#SearchBox #Search {
	float:left;
}
#SearchForm_SearchForm_Search {
	width:115px;
	font-size:11px;
	padding:3px 5px 4px 5px;
	margin:0;
	border:0;
	background:#fff url(../images/input-search.png) left top no-repeat;
	color:#999;
}
#SearchForm_SearchForm_action_results {
	float:right;
	margin-right:20px;
	border:0;
	padding:0;
	height:18px;
	text-transform:uppercase;
	background:none;
	color:#999;
    width:50px;
}

#SearchResults {
    list-style:none;
    margin:0;
    padding:0;
}
#SearchResults li {
    padding:2px 0;
}
#SearchResults h3 {
    margin-bottom:5px;
}
#SearchResults p {
    margin-top:5px;
}
#SearchResults h3 a {
    text-decoration:none;
}

#Form_SubscribeForm label {
	float:left;
	color:#666;
	width:50px;
}
#Form_SubscribeForm .Actions {
	padding-left:50px;
	overflow:hidden;
}
#Form_SubscribeForm_action_doSubscribeForm {
	float:left;
	width:85px;
	background:#ccc;
	border:solid 1px #666;
	padding:0;
}
#Form_SubscribeForm a.unsubscribe {
	float:right;
	color:#666;
}
#CampaignMonitor p {
	margin:10px 0 5px 0;
}

#Form_RegistryForm .Actions {
	padding-left:80px;
}
#Form_RegistryForm label {
	width:80px;
}
#Form_RegistryForm_action_doRegistryForm {
	width:85px;
	background:#ccc;
	border:solid 1px #666;
	padding:0;
}

span.required {
    color: #ff0000;
    font-weight: bold;
}
	
	
/*--------------------------------------------------------------------------------------------
	Tables
  --------------------------------------------------------------------------------------------*/
	
table {
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
table th,
table td {
    vertical-align:top;
}
td.right {
    text-align: right;
}
.registry th {
	border-top:solid 1px #ededed;
	border-bottom:solid 1px #ededed;
}
.registry th ,
.registry td {
	padding:5px 10px;
    font-size: 11px;
}
.registry .first {
	padding-left:0px;
}
.registry .last {
	padding-right:0px;
}
.registry th {
	text-align:left;
}
.registry td {
	vertical-align:top;
}
.registry .thumb a {
	text-decoration:none;
    background-repeat:no-repeat;
    background-position:center center;
}
.registry .price {
	text-align:right;
}
.registry .qty {
	text-align:center;
}
.registry .unavailable * {
	color:#CCC;
}
.registry .unavailable a {
	opacity:0.3;
}
.registry .unavailable a:hover {
	opacity:0.99;
}

