
/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: StoreSuite (Blue)                            *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* General */
body {
	/* background: url(../images/black/background_pattern.png); */
}





/* CUSTOM */
.Header {
	/* background: #0072a0 url('../images/black/background_header_repeat.png') repeat-x; */
	background: url('../images/black/background_header_traditional.png') no-repeat center;
	height:167px;
}
.HeaderWrapper {
	height:167px;
	/* background: #0072a0 url('../images/black/background_header.png') no-repeat center; */
}

ul#HeaderTabNavigation {
	top:89px
}

ul#HeaderTextLink {
	top:1px;
}

	ul#HeaderTextLink li {
		font-size:10px;
		font-weight:bold
	}

	#HeaderLogo {
		top:39px;
	}


		#HeaderLogo a {
			height:29px;
			width:562px;
		}


li#TabCategories a {
	background: url('../images/black/header_tab_categories.gif') no-repeat;
}

li#TabAccount a {
	background: url('../images/black/header_tab_account.gif') no-repeat;
}

li#TabSearch input#search_txtfrm {
	background: url('../images/black/header_tab_search_form.png') no-repeat;
	color:#005577;
}

li#TabSearch input#search_txtfrm:focus {
	background-position:0 -28px;
}

li#TabSearch #button_go_28 {
	background:url(../images/black/button_go_28_traditional.png) no-repeat 0 0;
}

li#TabSearch #button_go_28:hover {
	background-position:0 -28px;
}

li#TabSearch #button_go_28:active {
	background-position:0 -56px;
}

li#TabSubscribe #button_go_24 {
	background:url(../images/black/button_go_24.png) no-repeat 0 0;
}

li#TabSubscribe #button_go_24:hover {
	background-position:0 -24px;
}

li#TabSubscribe #button_go_24:active {
	background-position:0 -48px;
}


ul#SearchBottomLinks a:hover {color:#6FF}

#button_mycart_quickview {
	background:url(../images/black/button_cart_quickview_traditional.png) no-repeat 0 0;
}

#button_mycart_quickview:hover {
	background-position:0 -26px;
}

#button_mycart_quickview:active {
	background-position:0 -52px;
}

#button_checkout_quickview {
	background:url(../images/black/button_cart_quickview_traditional.png) no-repeat -26px 0;
}

#button_checkout_quickview:hover {
	background-position:-26px -26px;
}

#button_checkout_quickview:active {
	background-position:-26px -52px;
}

li#MyCartSubtotal {background:url(../images/black/button_cart_quickview_traditional.png) no-repeat 0 -78px;}








.Footer {
	background:transparent url(../images/black/background_footer.png) no-repeat scroll top;
}

.FooterWrapper {

}

		li#TabSubscribe {
			left:17px;
			width:434px;
		}



li#TabSubscribe input#nl_first_name {
	background: url('../images/black/footer_tab_newsletter_form.png') no-repeat;
	color:#005577;
}

li#TabSubscribe input#nl_first_name:focus {
	background-position:0 -25px;
}

li#TabSubscribe input#nl_email {
	background: url('../images/black/footer_tab_newsletter_form.png') no-repeat -105px 0;
	color:#005577;
}

li#TabSubscribe input#nl_email:focus {
	background-position:-105px -25px;
}

			li#TabSubscribe label.lblname {
				background:transparent url(../images/black/title_subscribenewsletter.png) no-repeat scroll 0 0;
				width:153px;
			}

			li#TabSubscribe label.lblemail {
				display:none;
			}

			li#TabSubscribe input#nl_email {
				left:272px;
				width:123px;
			}

			li#TabSubscribe input#nl_first_name {
				left:165px;
				width:93px;
			}

		li#TabOtherInfo {
			left:477px;
			width:354px;
		}

		li#TabSsl {
			left:857px;
			width:92px;
		}


			ul#CreditCardsBanners {
				left:71px;
			}

			p#TitleSecuredBy {
				background:transparent url(../images/black/title_securedby.png) no-repeat scroll 0 0;
				width:100px;
			}

hr.footerseparator {border-top:1px solid #adbfc4;}


ul#CreditCardsBanners li {
	display:block;width:46px;height:25px
}
li.visa {left:0;background: url('../images/black/creditcards.png') no-repeat 0 0;}
li.mastercard {left:47px;background: url('../images/black/creditcards.png') no-repeat -47px 0;}
li.amex {left:94px;background: url('../images/black/creditcards.png') no-repeat -94px 0;}
li.dinners {left:141px;background: url('../images/black/creditcards.png') no-repeat -235px 0;}
li.jcb {left:188px;background: url('../images/black/creditcards.png') no-repeat -188px 0;}
li.paypal {left:248px;background: url('../images/black/creditcards.png') no-repeat -141px 0;}
