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

/* Color: Yellow */

body {
	background: #ebebeb;
	color: #011949;
}
a {
	color: #011949;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #011949;
}
h2 {
	color: #011949;
}
h3 {
	color: #011949;
}

#PageContent ul li {
	list-style-image: url("../../../images/liststylebullets.gif");
	list-style-type: circle
}

#Container {
	background: #FFF url("../../../images/containerbg.gif") top left repeat-y;
}

#Header {
	background: url("../../../images/headerbg.gif") top left no-repeat;
}


#TopMenu {
}
#Topmenu li{
}
#TopMenu li a {
	color: #011949;
}
#TopMenu li div {
	color: #011949;
}
#TopMenu li a:hover {
	text-decoration: underline;
}

#Menu {
	background: #f89e26 url("../../../images/menubg.gif") top left repeat-x;
}

#Menu ul {
	background: url("../../../images/bluenavigation.gif") top left repeat-x;
}
	
#Menu li {
}
#Menu li a {
	/*background: url(../images/yellow/MenuBgBtn.gif) bottom right no-repeat;*/
	color: #FFF;
	text-transform: uppercase;
}
#Menu li.first a {
	background-image: none;
}
#Menu li ul li a {
	background: #ffc200;
}
#Menu li ul li a:hover {
	background: #ffb700;
}
#Menu li:hover a, #Menu li.over a{
}


#Wrapper {
	/*background: #fff;*/
}


#Logo h1 {
	color: #2b2b2b;
}
#Logo h1 a {
	color: #2b2b2b;
}


#SearchForm {
	/*background: url(../images/yellow/SearchBg.gif) 20px 2px no-repeat;*/
}
#SearchForm label {
	color: #fff;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #dadada;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #898989;
}
#SearchForm p {
	color: #898989;
}


.Left {
	/*background: #2b2b2b;*/
}
.Left h2 {
	color: #002b67;
}
.Left li {
}
.Left li a {
	color: #fff;
}
.Left li a:hover {
	color: #fff;
}


.Content {
}
.Content h2 {
}
.Content a {
}	
.Content.Wide {
}
.Content.Widest {
}


.Right {
	background: url(../../../images/yellow/RightBg.gif) 0 0 no-repeat;
}
.Right h2 {
	color: #001f51;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
}



#Footer {
	background: #fff0b5;
}
#Footer p {
}
#Footer a {
}
#Footer li a {
}


.NewsletterSubscription input {
	border: 1px solid #dadada;
}

.Content .ProductList li {
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
	/*background: #fff8da;*/
}

.Content .ProductList li {
	/*background: #fff;
	border: 1px solid #dadada;*/
}

.Content .ProductList .ProductImage {
}

.Content .ProductList .ProductDetails {
}

.ProductList strong, .ProductList strong a {
	color: #282828;
	font-weight: bold;
}

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

.Left .ProductPrice, .Left .ProductList em {
	color: #fff;
}

.ProductList .Rating {
	color: #6a6a6a;
}

.Right .ProductList li {
}

.Content .FeaturedProducts .ProductList li {
	background: #fff url(../../../images/yellow/FeaturedProductsBg.gif) bottom left repeat-x;
}

.Content .FeaturedProducts .ProductList .ProductImage {
}

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

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 {
	border: 1px solid #dadada;
	background: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	color: #80c342;
}

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


.CompareItem { width:200px; border-left: solid 1px #fffbec; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #fffbec; }
.CompareFieldTop { border-bottom:solid 1px #dadada; }
.CompareFieldTop a:hover { color:#f42e00; }
.CompareCenter { border-left:solid 1px #dadada; border-bottom:solid 1px #fffbec; }
.CompareLeft { border-left:solid 1px #dadada; border-bottom:solid 1px #fffbec; }

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

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

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

.CartContents tbody .SubTotal td {
	border-top: 1px solid #dadada;
	color: #0c0c0c;
}

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

.JustAddedProduct strong, .JustAddedProduct a {
	color: #0c0c0c;
}

.CategoryPagination {
	color: #0c0c0c;
	background: #fffbec;
	border: 1px solid #dadada;
}

.CheckoutRedeemCoupon { background: #fffbec; padding: 10px; width: 300px; border: 1px solid #dadada; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	/*background:#fffbec;*/
}

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

.SuccessMessage {
	background: #fffbec 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: #fffbec;
}

.QuickSearch { border: 1px solid #dadada }
.QuickSearchHover td{ background: #fffbec; }
.QuickSearchAllResults a { background: url('../../../images/yellow/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #fffbec;
	border: 1px solid #dadada;
}

.MiniCart .SubTotal {
	color: #f42e00;
}

hr {
	background: #dadada;
	border: #dadada;
}

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #253b67;
	color: #fff;
}

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

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

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

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

.TabNav li a {
	border: 1px solid #7529D3;
	background: #FFF6D0;
}

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

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

hr {
	background: #f59d24;
}
.form_button_green {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: normal;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color: #2B5E1C;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 20px;
}
.form_button_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1em;
	font-weight: normal;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color: #cc0000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 20px;
}
