/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* Color: Blue */

body {
	background: #fff8f0 url('../images/nrc/BodyBg_nrc.gif') repeat-x 0 0;
	color: #535353;
}


a {
	color: #727632;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #727632;
}

h2 {
	color: #782d3c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #4c2f2d;
}


#TopMenu li a, #TopMenu li div {
	border-left: 1px solid #fff;
	color: #fff;
}

#TopMenu li div a {
	border-left: 0;
}

#TopMenu li a:hover {
	color: #fff;
}

#Menu li a {
	background: url('../images/nrc/menudivider.gif') 0 8px no-repeat;
	color: #717731;
}

#Menu li ul li a {
	background-color: #f4c762;
	background-image:none;
}

#Menu li ul li a:hover {
	background-color: #8a2e19;
	color: #fff;
}

#Menu li:hover a, #Menu li.over a{
	background-color: #f4c762;
}

#Outer {

}


#Header {
	
}

#Logo h1 {
	color: #fff;
	background: url(../images/blue/Logo.png) top left no-repeat;
}

#Logo h1 a {
	color: #fff;
}

#SearchForm {
	color: #C9AD97;
}

#SearchForm label {
	color: #fff;
}

#SearchForm a {
	color: #6c3d45;
}

#SearchForm a:hover {
	color: #fff;
}

.Left {
	background-color: #e7e5ce;
}

.Left li {
	border-bottom: 1px solid #c5dde9;
}

.Left li a:hover {
	color: #8b2d19;
}

.Content {
	/*background: transparent url('../images/ContentBg.gif') no-repeat;*/
}

.Content a {
	color: #727632;
}

.Content.Wide {
	background-color: #fdfdfd;
}

.Content.Widest {
	background-color:#fdfdfd;
}


.Right {
	background: #E7E5CE;
}

.Right a {
	color: #075899;
}

.Right a:hover, .Right a:hover strong {
	color: #8b2d19;
}

#Footer {
	text-align: right;
	color: #727632;
}

#Footer a {
	color: #71374a;
	text-decoration: none;
}

#Footer li a {
	border-left: 1px solid #208db5;
}

.Content .ProductList li {
	border: 1px solid #cddee2;
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
	
}

.ProductList .ProductImage {
	background: #fff;
}

.ProductList strong, .ProductList strong a {
	color: #075899;
}

.ProductPrice, .ProductList em {
	color: #800000;
}

.ProductList .Rating {
	color: #797979;
}

.Right .ProductList li {
	border-bottom: 1px solid #C9AD97;
}

.Content .FeaturedProducts .ProductList li {
	/*background: #dff2f7;*/
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
	color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	border: 1px solid #C9AD97;
	background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
	color: #075899;
}

.Breadcrumb {
	border-bottom: 1px solid #DCDFE2;
}


.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
	background: url('../images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #c7d7db;
}

.CartContents thead tr th, table.General thead tr th {
	background: #edf2f3;
	color: #424748;
	border-bottom: 1px solid #c7d7db;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #c7d7db;
	color: #075899;
}

.MiniCart .SubTotal {
	
}

.JustAddedProduct {
	border: 1px solid #c0dae7;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	
}

.CategoryPagination {
	border: 1px solid #c0dae7;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#EEF5F9;
}

.InfoMessage {
	background: #EFF8FA url('../images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #EFF8FA;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #c7d7db;
	background: #edf2f3;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #dcf0f5;
	border: 1px solid #bce0e8;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #3d9abe;
}

.TabNav li a {
	border: 1px solid #3d9abe;
	background: #ddf0f6;
}

.TabNav li a:hover {
	background-color: #c8e6ed;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}

/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #efefef;
}
table#homecontent {
}

table#homecontent td {

}


#homecontent .leftCol img, .centerCol img, .rightCol img {
	float: left;
	clear: left;
	margin: 0 6px 5px 0;
}
#homecontent, #homecontent p {
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0;
}

#homecontent .feature p {
	width: 240px;
}

#homecontent .title {
	background:url(../images/nrc/bg_stars.gif) center top repeat-x;
	width: 100%;
	height: 16px;
	margin: 6px 0 17px 0;
	text-align: center;
}

#homecontent h1 {
	color: #71374a;
	background-color: #fdfdfd;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em; 
	display: inline;
	padding: 0 5px;
}

#homecontent .title h2 {
	color: #71374a;
	background-color: #fdfdfd;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.3em; 
	display: inline;
	padding: 0 5px;
}

#homecontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	color: #727632;
	font-weight: normal;
	margin-bottom: 8px;
}
#homecontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #8a2e19;
	line-height: 22px;
}

#homecontent .emphasis {
	color: #727632;
	font-style: italic;
	font-weight: bold;
}

#homecontent .mainImg {
	margin-right: 5px;
	margin-bottom: 10px;
}

#homecontent .leftCol {
	border-right: 1px solid #e2e2d5;
	padding-right: 15px;
	width: 177px;
}

#homecontent .centerCol {
border-right: 1px solid #e2e2d5;
	padding-right: 10px;
	padding-left: 10px;
	width: 172px;
}

#homecontent td.rightCol {
	padding: 0 0 0 15px;
	width: 157px;
	margin: 0;
}

#homecontent .rightCol p {

}

#homecontent .doubleline {
	background:url(../images/nrc/doubleline.gif) center top repeat-x;
	height: 16px;
	width: 600px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

	
input#lang_AddToWishList {
	margin-left:-5px;
}

#frmWishList input {
	margin-left: -5px;
}

#contactButton img{
	margin-top:20px;
	}
	
/* hides the homepage breadcrumb */
/*body.Welcome #PageBreadcrumb {
	display: none;
}
*/
body#Welcome.to.the.Juliet.Mae.Store #contactButton {
	display: none;
}
