	/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/


/* Global Reset */
* {
	margin: 0;
	padding: 0;
}/* General */

input, select {
	font-size: 100%;
}
input {
	padding: 2px;
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100% !important;
}

input.checkbox
{
	width: auto !important;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

h1, h2, h3
{
	line-height: 17px;
	margin-bottom: 5px !important;
	display: block;
	clear: both;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #d3d3d3;
	border: 0;
	border-bottom: 1px solid #d3d3d3;
	height: 1px;
}

.Clear {
	clear: both;
}


/* Forms */
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
	text-align: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
	text-align: left;
}

.HorizontalFormContainer dd input {
	width: 300px;
	border: solid 1px #ccc;
	padding: 5px;
}

.HorizontalFormContainer dd select {
	width: 310px;
	border: solid 1px #fff;
	padding: 5px;
}

.NarrowFormContainer dt {
	width: 110px;
}
.NarrowFormContainer dd {
	margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}
.NarrowFormContainer p.Submit {
	margin-left: 120px;
}
.VerticalFormContainer dt {
	margin-bottom: 6px;
}
.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}


/* Top Navigational Menu */
#TopMenu {
float: left;
	/*width: 550px;
	border: solid 1px */
}

#TopMenu ul {
	list-style: none;
	margin: 4px;
	padding: 0px 0 0 0px;
}
#TopMenu li {
	list-style: none;
	float: left;
	*display: inline;
	margin: 0;
	padding: 0;
}
#TopMenu li.First a {
}
#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 80%;
	*font-size: 75%;
	padding: 0px 8px 0px 5px;
	margin: 0;
}

#TopMenu li a
{
	border-right: solid 1px white;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 100%;
	border-right: 0;
}

}/* Product Listings */
.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ProductList, .Content .ProductList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ProductList li {
	min-height: 9.5em;
	float:left;
	margin: 0px 6px 0 6px;
	padding: 0;
	overflow:hidden;
	width: 253px;
}

* html .ProductList li {
	margin: 0px 5px 0 5px;
	width: 253px;
}

.ProductList a {
	text-decoration: none;
}
.ProductList .ProductImage {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 262px;
	height: 392px;
}

.ProductList .ProductDetails {
	text-align: left;
}
.ProductList em {
	margin-top: 3px;
	display: block;
}
.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}
.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}
.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.ProductList .ProductDetails .ProductHeader
{
	background-image: url(../images/ProductTitleBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 38px;
	padding: 5px 10px 2px 10px;
	background-color: #000;
}

.ProductList .ProductDetails .ProductHeader .Title a
{
	color: #2ba8d8;
	font-size: 100% !important;
	font-weight: bold;
	line-height: 17px;
}

.ProductList .ProductDetails .ProductHeader .Price
{
	float: right;
	line-height: 17px;
}

.ProductList .ProductDetails .ProductInfo
{
	background-image: url(../images/ProductDescBg.gif);
	background-repeat: repeat-x;
	min-height: 78px;
	height: 40px;
	background-color: #111111;
	padding:  0 10px 0 10px;
	text-align: left;
}

.ProductList .ProductDetails .ProductInfo .ProductRating
{
	text-align: right;
	color: white;
	padding: 0 0 5px 0;
}

.ProductList .ProductDetails .ProductInfo .ProductSummary
{
	clear: both;
	height: 60px;
	font-size: smaller;
}

.ProductList .ProductDetails .ProductInfo .ProductMoreInfo
{
	padding-top: 10px;
	text-align: right;
}


.ProductList .ProductDetails .ProductActionAdd
{
	background-image: url(../images/ProductAddToCart.gif);
	background-repeat: repeat-x;
	height: 30px;
	background-color: #000;
	text-align: right;	
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0 0;
	*padding-left: 10px;
}


.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 0 0 10px 0;
}

.SuccessMessage {
	padding: 0 0 10px 0;
	color: green;

}

.ErrorMessage {
	color: red;
	padding: 0 0 10px 0;
}


table.CartContents select, table.CartContents input
{
	border: solid 1px #ccc;
	padding: 2px;
}

table.CartContents, table.General {
	border: solid 1px #ccc;
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	border-bottom: solid 1px #ccc;
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
border-bottom: solid 1px #ccc;	
	padding: 6px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
	float: right;
}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList {
	margin-top: 5px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}

.ProductOptionList input {
	vertical-align: middle;

}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 1em;
}

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px !important;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

}/* Quick Search */
table.QuickSearch 
{ 
	position: relative; 
	z-index: 10; 
	margin: 2px 0 0 52px; 
	padding: 0; 
	text-align: left; 
	border-collapse: collapse;
	background-color: #000; 
	border: solid 1px white;
}

.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; background: #000; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; background: #000; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; background: #000; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; background: #000; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; background: #000; }
.QuickSearchResult .Price { font-size: 11px; background: #000; padding: 0 5px 0 5px; }
.QuickSearchHover td{ }
.QuickSearchHover a { text-decoration: underline; font-weight:bold;  background: #000;}
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

.BulkDiscount
{
	float: right;
	padding-left: 5px;
}

div.OneColumn
{
	background-color: #000;
	padding: 20px;
	text-align: left;
	font-size: smaller;
}

div.ShopMenuAndSearch
{
	background-color: #000;
	color: white;
	height: 30px;
	padding: 5px 5px 0 0;
	margin-bottom: 10px;
}

div.ShopMenuAndSearch a
{
	color: #fff;
}

div.ShopMenuAndSearch a:hover
{
	text-decoration: underline !important;
}


#SearchForm
{
	float: right;
	font-size: 95%;
	display: block;
	width: 225px;
	*width: 225px;
}

.Button
{
	display: inline-block;
	*display: inline;
	*float: left;
	*padding: 0 5px 0 5px;
	background-image: url(../images/btnLeft.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px !important;
	padding-left: 4px;
	text-align: center;
}


.Button .Text
{
	background-image: url(../images/btnBg.png);
	background-repeat: repeat-x;
	height: 26px;
	margin-right: 4px;
	padding-top: 2px;
}

.Button .RightCap
{
	background-image: url(../images/btnRight.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	float: right;
	width: 4px;
}

.Button .Text a, .Button .Text a:hover
{
	font-size: small !important;
	color: #000;
	text-decoration: none !important;
	line-height: 1.2em;
}

fieldset
{
	margin: 10px 0 10px 0;
	text-align: left;
	padding: 10px;
	font-size: 100%;
}


legend
{
	padding: 5px;
	color: #2ba8d8;	
	font-weight: bold;
}

.ProductMain
{
	padding: 5px 0 0 0;
	height: auto;
	clear: both;
	height: 35px;
	overflow: hidden;
}

.ProductMain div.Left
{
	width: 220px !important;
	display: block;
	float: left;
	*width: 200px !important;
}

.ProductMain div.Right
{
	margin-left: 220px;
	width: 220px !important;
}

div.AddToCartWrapper
{
	padding-top: 6px;
	text-align: right;
}

#ProductReviews
{
	padding-bottom: 20px;
}

.ProductDetailsGrid dt
{
	padding-top: 10px;
	padding-right: 5px;
	float: left;
	clear: left;
}

.ProductDetailsGrid dd
{
	padding-top: 10px;
	float: left;
}

dl.ProductAddToCart
{

}

dl.ProductAddToCart select
{
	border: solid 1px #ccc;
	padding: 2px;
	font-size: 110%;
}

#ProductDescription
{
	margin: 10px 0 10px 0;
}

#CartHeader
{
	text-align: left;
}

.KeepShopping
{
	text-align: left;
	clear: both;
	display: block;
}

.ShippingProviderList li
{
	list-style-type: none;
}

/** Currency Selector **/
dl.CurrencyList {
	padding: 0 0 0 5px;
	float: right;
	vertical-align: middle;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	*float: left;
	*display: block;
}

* html .CurrencyList dd {
	float: left;
	width: 22px;
}


.CurrencyList a {
	padding: 2px;
	display: block;
	text-decoration: none;
	height: 13px;
}

.CurrencyList a.Sel {
	background-color: #aaa;
	color: #000;
	padding: 2px;
	height: 13px;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	vertical-align: middle;
	width: 20px;
	padding: 2px;
	height: 13px;
}

.CurrencyList a .Text {
	display: block;
	text-align: left;
}

div.Currency
{
	float: right;
	padding-top: 4px;
	*width: 250px;
	*text-align: right;
	font-size: 80%;
}

.BlockContent
{
	
}


.WrappingOptions
{
	padding-top: 5px;
}

select.DateField
{
	width: 100px !important;
}

.WrappingOption select, .WrappingOption textarea
{
	border: solid 1px #777 !important;
}

.WrappingOption textarea
{
	width: 308px;
}

ul.ShippingAddressList
{
	list-style-type: none;
}

#eway_ccaddress
{
	bordeR: solid 1px #ccc;
	width: 310px;
}

#ModalButtonRow
{
}