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

/* Color: Blue */

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

a:hover {
	color: #565693;
}

h2 {
	color: #414170;
}

h3 {
	color: #414170;
}


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

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

#TopMenu li a:hover {
	color: #7085c3;
}

#Menu li a {
	color: #7085c3;
	background:url(../images/blue/PagesMenuBg.gif) 0px 6px no-repeat;
}

#Menu li ul li a {
	color: #7085c3;
}

#Menu li ul li a:hover {
	color: #7085c3;
}


#SearchForm {
	color: #7085c3;
}

#SearchForm label {
	color: #7085c3;
}

#SearchForm a {
	color: #7085c3;
}

#SearchForm a:hover {
	color: #7091c3;
}

.Left {
	background: transparent url('../images/blue/LeftBg.gif') no-repeat;
}

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

.Left li a:hover {
	color: #565693;
}

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

.Content a {
	color: #5c6398;
}

.Content.Wide {
	background-image: url('../images/ContentBgWide.gif');
}

.Content.Widest {
	background-image: url('../images/ContentBgWidest.gif');
}


.Right {
	background: transparent url('../images/blue/RightBg.gif') no-repeat;
}

.Right a {
	color: #414170;
}

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

#Footer {
	border-top: 1px solid #414170;
}

#Footer li a {
	border-left: 1px solid #7085c3;
}

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

.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #e3e4f4;
}

.ProductList .ProductImage {
	background: #fff;
}

.ProductList strong, .ProductList strong a {
	color: #5c6398;
}

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

.ProductList .Rating {
	color: #797979;
}

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

.Content .FeaturedProducts .ProductList li {
	background: #e3e4f4;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #dcddf0;
}

.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: #5c6398;
}

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

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

.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;
}

.CartContents {
	border: 1px solid #d6dae3;
}

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

.CartContents tbody .SubTotal td {
	border-top: 1px solid #d6dae3;
	color: #5c6398;
}

.MiniCart .SubTotal {
	color: #5c6398;
}

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

.JustAddedProduct strong, .JustAddedProduct a {
	color: #5c6398;
}

.CategoryPagination {
	color: #414170;
	background: #f4fbfc;
	border: 1px solid #dcddf0;
}

.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 #d6dae3;
	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;
}