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

/* Color: Blue */

body {
	background: #008431 /*url(../images/blue/BodyBg.gif) 0 0 repeat-x*/;
	color: #4a4a4a;
}
a {
	color: #4a4a4a;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #006E1F;
}
h2 {
	color: #006E1F;
}
h3 {
	color: #006E1F;
}


#Container {
	background: #FFF url(../images/topcurves.gif) top left no-repeat;
}


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

#Menu {
}
#Menu li {
}
#Menu li a {
	color: #fff;
}
#Menu li.first a {
	background-image: none;
}
#Menu li ul li a {
	background: #009fe1;
	color: #fff;
}
#Menu li ul li a:hover {
	background: #016d9a;
}
#Menu li:hover a, #Menu li.over a{
}


#Wrapper {
	background: #fff;
}


#Logo h1 {
	color: #ff205a;
}
#Logo h1 a {
	color: #ff205a;
}


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


.Left {
	/*background: #009fe1 url(../images/blue/SideBg.gif) 0 0 no-repeat;*/
}
.Left h2 {
	color: #006e1e;
	background: url("../images/lefth2.gif") top left no-repeat;
}
.Left li {
}

.Left #SideCategoryList li ul {
}

.Left li a {
	color: #006d22;
}
.Left li a:hover {
	color: #006d22;
}


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


/*.Right {
	background: #e7f4f9 url(../images/blue/RightBg.gif) 0 0 no-repeat;
}
.Right h2 {
	color: #282828;
}
.Right li {
	border-bottom: 1px solid #fff;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
}*/

.Right {
	/*background: #009fe1 url(../images/blue/SideBg.gif) 0 0 no-repeat;*/
}
.Right h2 {
	color: #006e1e;
	background: url("../images/lefth2.gif") top left no-repeat;
}
.Right li {
}

.Right #SideCategoryList li ul {
}

.Right li a {
	color: #006d22!important;
}
.Right li a:hover {
	color: #006d22;
}




#Footer {
	background: #e7f4f9;
}
#Footer p {
	color: #282828;
}
#Footer a {
	color: #282828;
}
#Footer li a {
}


.NewsletterSubscription2 input, .NewsletterSubscription2 textarea {
	border: 1px solid #dadada;
}

.NewsletterSubscription2 p {
	padding: 5px 5px 0 5px;
	color: #006d22;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.Content .ProductList li {
}

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

.Content .ProductList li {
	background: #fff;
	border: 1px solid #2a9c54;
}

.Content .ProductList .ProductImage {
}

.Content .ProductList .ProductDetails {
}

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

.ProductPrice, .ProductList em {
	color: #4A4A4A;
}

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

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

.Right .ProductList li {
}

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

.Content .FeaturedProducts .ProductList .ProductImage {
}

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

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

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


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

.ViewCartLink {
	/*background: url('../images/blue/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: #006E1F;
	color: #FFF;
	border-bottom: 1px solid #dadada;
}

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

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

.JustAddedProduct strong, .JustAddedProduct a {
	color: #006E1F;
}

.CategoryPagination {
	color: #006E1F;
	background: #d7ff99;
	border-left: 1px solid #2B9C52;
	border-right: 1px solid #2B9C52;
	border-bottom: 1px solid #2B9C52;
}

#CategoryPagingBottom .CategoryPagination {
	border-top: 1px solid #2B9C52;
}
.CheckoutRedeemCoupon { background: #eef7fb; padding: 10px; width: 300px; border: 1px solid #dadada; margin-bottom: 10px; }

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

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

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

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

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

.MiniCart .SubTotal {
	color: #016d9a;
}

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

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #006e1f;
	color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #eef7fb;
	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 #777;
}

.TabNav li a {
	border: 1px solid #777;
	background: #eff8fa;
}

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

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

ul.PagingList ul li {
	background: url("../images/paginationnumbg.gif") top left no-repeat;
}

span.ProductQty a {
	color: #006E1F;
	font-weight: bold;
}

span.ProductQty input {
	border: 1px solid #006E1F;
	background: #D7FF99;
	color: #006E1F;
}

input#text_qty_ {
	background:#D7FF99 none repeat scroll 0 0;
	border:1px solid #006E1F;
	color:#006E1F;
}

div#ProductDetails {
	border-top: 1px solid #D6D6D6;
	padding-top: 10px;
}

#SideShopByBrand ul {
list-style-type: none;
margin-left: 20px;
}

#SideShopByBrand ul li {
height: 30px;
width: 150px;
border-bottom:1px solid #CCCCCC;
line-height: 30px;
}

#SideShopByBrand ul li a {

display: block;
}

