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

/* Gobal Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

input, select {
	font-size: 11px;
}

input {
	padding: 1px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

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

a img{
	-moz-outline: none;
}
ul li a img{
	-moz-outline: none;
}

h2, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

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: #3B5E91;
	height: 1px;
	border: 0;
}

/* Custom generic classes */

.Content h2, .hr {
	background: url('../images/blue/hr-bg-pattern.gif') left bottom repeat-x;
}
.LowerCase {
	text-transform: lowercase;
}
.UpperCase {
	text-transform: uppercase;
}

/* Forms */

.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}

.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}

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

/* Page Container */

#Container {
	width: 1000px;
	margin: 0 auto;
}

/* Top Navigational Menu */
#TopMenu {
	margin: 22px 0 0 0;
	width: 70px;
	float: right;
	height: 23px;
	padding: 0;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

#TopMenu li a, #TopMenu li div {
	text-decoration: none;
	font-size: 0.78em;
	text-transform: uppercase;
}

#TopMenu li div a {
	padding: 8px 28px 0px 0px;
	margin: 0;
	height: 23px;
	display: block;
	font-size: 1em;
	background: url('../images/blue/blue-arrow-sm.gif') no-repeat right center;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	margin: 0;
	padding: 0;
	height: 56px;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li.Last a {
	background-image: none;
	/*
	*/
}

#Menu li a {
	display: block;
	float: left;
	font-size: 0.94em;
	font-weight: bold;
	text-align: center;
	padding: 0px 11px 0px 9px;
	text-decoration: none;
	line-height: 2.915em;
	text-transform: uppercase;
}

#Menu li a:hover	{
	text-decoration: none;
	-moz-outline: none;
}

#Menu li.First a {
	padding: 0px;
}

#Menu li.First a span {
	display: block;
	padding: 0px 11px 0px 9px;
}

/*
#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 29px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 1;
}
*/

/* SubMenu drop down styles */
#Menu li div.SubMenu {
	width: auto;
	position: absolute;
	clear: left;
	top: 30px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	float: left;
	width: 385px;
	font-family: Verdana;
	padding: 13px 0px 8px 12px;
}

#Menu li div.SubMenuBg {
	width: 397px;
	height: 167px;
	position: absolute;
	clear: left;
	top: 0;
	left: 0;
	display: none;
	z-index: 0;
}

#Menu li ul {
	float: left;
	width: 120px;
}

#Menu li ul.Wide {
	width: 140px;
}

#Menu li ul li {
	clear: both;
	color: white;
	text-align: left;
	background: transparent;
}

#Menu li ul li {
	position: relative;
}

#Menu li ul li a {
	padding: 0;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 115px;
	height: auto;
	line-height: 1.39em;
}

#Menu li ul.Wide li a {
	width: 140px;
}

#Menu li ul li.TopCategory a {
	border-bottom: 1px solid #333333;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 8px;
	font-size: 1.13em;
}

#Menu li ul li.Other a {
	font-weight: bold;
}

#Menu li ul li.First a {
	margin-top: 16px;
}

#Menu li ul li a:hover {
	text-decoration: none;
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

/*
#Menu li:hover ul, #Menu li.over ul {
	display: block;
	width: 400px;
}
*/

#Menu li:hover div.SubMenu,
#Menu li.over div.SubMenu,
#Menu li:hover div.SubMenuBg,
#Menu li.over div.SubMenuBg {
	display: block;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#Menu li:hover div.redraw,
#Menu li.over div.redraw
{
	border-bottom: 1px solid #333334;
}

/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	float: left;
	width: 1000px;
}

body.page .backBtn{
	margin: -70px 0 0 0;
	float: right;
	height: 24px;
}
body.page .backBtn a{
	text-decoration: none;
}


/* Header */

#Header {
	height: 60px;
	clear: both;
	margin: 0;
	padding-bottom: 0px;
}

/* Logo */

#Logo {
	float: left;
	width: 188px;
	height: 60px;
}

#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}

#Logo h1 a {
	text-decoration: none;
}
#Shield {
	float:right;
	padding-top:10px;
}

/* Top Search Form */
#SearchForm {
	padding-top: 20px;
	float: right;
}

#SearchForm label {
	font-weight: bold;
}

#SearchForm input.Textbox {
	width: 139px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}

#SearchForm .Button {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}

#SearchForm p {
	text-align: right;
	margin: 0 0 0 45px;
	font-size: 0.9em;
}

#SearchForm a {
	text-decoration: none;
}

/* Left Content Area */

.Left {
	float: left;
	min-height: 500px;
	width: 720px;
	font-size: 0.85em;
	margin-right: 10px;
}

.Left h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}

.Left a {
	color: #000;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

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

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left #SideCategoryList li ul {
	border-top: 1px solid #c5dde9;
}

.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}

.Left #SideCategoryList li{
	padding: 3px 0 0 0;
}

.Left #SideCategoryList li ul {
	padding-left: 15px;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 682px;
	min-height: 400px;
	margin: 0;
	padding: 32px 27px 33px 11px;
	font-size: 0.95em;
	background-color: #ffffff;
}


body.category .Content {
	background-color: transparent;
	padding: 0px 0px 20px 0px;
	width: 720px;
}

body.category .Content .CategoryContent {
	margin-top: 0;
	margin-bottom: 0;
}

.Content .Block {
	clear: both;
}

.Block {
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	*/
}

.Right .Block {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	width: 259px;
}

.Right .AccountMenu,
.Right .SideCart {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	width: 259px;
}

.Wide .Block {
	margin: 0px;
}

body.checkout .Content,
body.account .Content,
body.page .Content,
body.order .Content,
body.login .Content,
body.cart .Content,
body.page .Content,
body.error .Content {
	padding: 27px 49px 27px 50px;
}

#CartHeader {
	padding-bottom: 10px;
}

#CartHeader {
	padding-bottom: 10px;
}

.Wide .Block .BlockContent {
}


/*.Wide .Block h2 {
	display: none;
}*/

.Content h2, .TitleHeading {
	font-size: 1.485em;
	font-weight: bold;
	color: #3d669a;
	margin: 10px 0;
	padding-bottom: 17px;
	text-transform: uppercase;
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
body.prod .WrapperRight .Wide {
	padding: 0px 0px 0px 0px;
	width: 720px;
}

/*---------------------------------------------------------------------------------------*/
/*FLASHPOINT*/
/*Extra Wide Content Wrapper*/
body.page .WrapperRight .ExtraWide {
	float: left;
	min-height: 400px;
	margin: 0;
	font-size: 0.95em;
	background-color: #ffffff;
	padding: 0px;
	width: 720px;
}

body.page .Full {
	min-height: 400px;
	margin: 0;
	font-size: 0.95em;
	background-color: #ffffff;
	padding: 20px;
	width: 960px;
}

.ExtraWide .hr{
	font-size: 1.485em;
	font-weight: bold;
	color: #4d81c1;
	margin: 30px 30px 10px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ExtraWide #dealer-dropdown{
	margin: 30px 0 0 30px;
}


#LifeStyleImage,
#LifeStyleImageCat {
	border-bottom: 5px solid #000000;
	width: 720px;
	height: 190px;
	background-repeat: no-repeat;
}

#LifeStyleImageCat {
	border-bottom: 0px none;
	margin-bottom: 7px;
}

#LifeStyleImage .ProductName,
#LifeStyleImageCat .ProductName {
	padding-left: 28px;
	padding-top: 146px;
	font-family: Verdana;
	font-size: 2.30em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 10px solid #1c81c5;
}

body.account .WrapperRight .Wide,
body.page .WrapperRight .Wide,
body.checkout .WrapperRight .Wide,
body.cart .WrapperRight .Wide {
	width: 621px;
}

body.page .WrapperRight .Wide{
	background: url(../images/blue/ContentLg-bkg-tab.jpg) no-repeat #ffffff;
}

/*.Content.Wide,
.WrapperRight .Wide,*/
body.home .WrapperFlash {
	width: 1000px;
	height: 485px;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 0;
}

body.home .WrapperFull {
	width: 1000px;
	margin: 0;
	padding: 0;
	min-height: 400px;
	font-size: 0.95em;
	background-color: #ffffff;
	padding: 2px;
}



/* Primary Content Area (column span of 3 - spans entire page width) */
.Widest {
	width: 1000px;
}

body.checkout .Widest,
body.order .Widest,
body.login .Widest,
body.cart .Widest,
body.error .Widest {
	width: 901px;
}

/* Right Content Area */
.Right {
	float: left;
	min-height: 400px;
	width: 270px;
	font-size: 0.85em;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0;
}

.Right h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

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

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	clear: both;
	font-size: 0.78em;
	text-align: left;
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
	width: 1000px;
}

#Footer ul {
	list-style: none;
	margin: 0 0 14px 0px;
	padding: 0;
	float: left;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0px 9px;
	text-transform: uppercase;
}

#Footer li.First a {
	background-image: none;
	padding-left: 2px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	width: 129px;
	line-height: 25px;
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 112px;
	height: 13px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}

/* Dealer Locator */
.Content .DealerListTable .Header{
	background: #000000;
	height: 50px;
	padding: 10px;	
	color: #eaeaea;
}
.Content .DealerResultHeader{
	width: 620px;
	height: 70px;
	margin-bottom: 20px;
}

.Content .DealerListTable{
	width: 620px;
	font-size: 10pt;
	color: #333333;
}

.Content .DealerListTable .Address{
	padding: 10px;
	width: 400px;
} 
.Content .DealerListTable .Links{
	padding: 10px;
	width: 200px;
}

.Content .DealerListTable a{
	text-decoration: underline;
	color: #044a86;
}

.Content .DealerListTable .DealerRowA{
	background-color: #e3e4e6;
}

.Content .DealerListTable .DealerRowB{
	background-color: #f5f5f5;
}


/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList li {
	display: block;
	list-style: none;
	float: left;
	border: 4px solid #a1a0a0;
	width: 227px;
	_width: 225px;
	height: 320px;
	font-size: 0.825em;
	margin: 3px 3px 3px 2px;
	overflow: hidden;
}

.ProductList a, .ProductList a:hover{
	text-decoration: none;
}

.ProductList li .ProductImage {
	margin: 0;
	text-align: center;
	margin: 0 auto;
	height: 244px;
}
.ProductList li .ModuleImage {
	margin: 0;
	text-align: center;
	margin: 0 auto;
	height: 320px;
}

.ProductImage img{
	max-width: 227px;
	max-height: 244px;
}
.ModuleImage img{
	max-width: 227px;
	max-height: 320px;
}

.ProductList li .ProductDetails{
	background: url(../images/product-details-rpt-x.gif) #d8d8d8 repeat-x;
	width: 227px;
	height: 70px;
}

#ProductDetails {
	padding: 32px 27px 33px 11px;
	width: 682px;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: normal;
}

.ProductThumb .Price, .ProductMain .Price {
	padding: 8px 0px 16px;
	font-size: 1.485em;
	font-family: Georgia;
	margin-bottom: 25px;
}

.Price .ProductPrice .RegularPrice {
	text-decoration: line-through;
	font-size: 0.85em;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Left .ProductList li, .Right .ProductList li {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 20px 0 14px 0;
	color: #999999;
	width: 216px;
}

body.account .Right .BlockContent,
.Right .AccountMenu .BlockContent,
.Right .SideCart .BlockContent {
	margin: 0 23px 30px 20px;
	width: 216px;
}

.Right .SideCart .ProductList {
	float: left;
}

.Right .SideCart .SideCartImage {
	float: left;
	clear: both;
	width: 58px;
	height: 56px;
	overflow: hidden;
	text-align: center;
	margin: 0px 16px 0px 0px;
	padding: 1px 0px;
	border: 1px solid #999999;
	background: #ffffff;
}

.Right .SideCart .SideCartDetail {
	float: left;
	width: 139px;
	margin: 0;
}

.Right .SideCart .SideCartDetail .NameQuan {
	float: left;
	clear: both;
	font-size: 1em;
	padding: 0 0 4px;
	margin: 0 0 3px;
	border-bottom: 1px solid #575757;
	width: 139px;
}

.Right .SideCart .SideCartDetail .Name {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

.AddCartButton #qty_ {
	width: 80%;
}

.Right .SideCart .SideCartDetail .Qty {
	float: right;
	font-family: Georgia;
	color: #575757;
}

.Right .SideCart .SideCartDetail .Qty em {
	color: #999999;
	font-weight: bold;
	display: inline;
	padding: 0 1px;
}

.Right .SideCart .SideCartDetail dl {
	clear: both;
	float: left;
	width: 139px;
}

.Right .SideCart .SideCartDetail dt {
	display: block;
	/*background: url('../images/right-cart-ellipses.gif') repeat-x;*/
}

.Right .SideCart .SideCartDetail dd {
	float: right;
	margin-top: -14px;
}

.Right .SideCart .SideCartModify {
	width: 216px;
	clear: both;
	padding: 0px;
	text-transform: lowercase;
	text-align: right;
	font: italic normal 1em/1.8em Georgia;
}

.Right .SideCart .CheckoutLink {
	clear: both;
	float: right;
	color: #999999;
}

.ArrowLink {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.95em;
	padding: 0 22px 0 0;
	line-height: 22px;
}

.Right .SideCart p {
	color: #cccccc;
}

.Right .SideCart p em {
	font-style: italic;
}

.Right .SideCart .hr {
	background-image: url('../images/blue/hr-bg-pattern-dark.gif');
}

.Right .SideCart span.Bracket {
	color: #666666;
}

body.account .Right h2,
.Right .AccountMenu h2 {
	line-height: 1.3em;
	text-transform: lowercase;
	font-style: italic;
}

body.account .Right h2,
.Right .AccountMenu h2,
.Right .SideCart p.ItemCount {
	font-family: Georgia;
	font-size: 1.655em;
	padding: 29px 0px 30px;
	margin: 0px;
	margin-bottom: 0px;
	color: #cccccc;
	font-weight: normal;
	width: 216px;
}

.Right .SideCart p.SubTotal {
	font-family: Georgia;
	font-size: 1.290em;
	padding: 14px 0px 20px;
	text-align: right;
	clear: both;
}

.Right .SideCart p.SubTotal em {
	color: #999999;
}

/* Top Seller Block Specific */
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}

.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin-left: 24px;
	width: 110px;
	padding: 3px 0 3px 0;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px 0;
	padding: 5px;
	overflow: visible;
	display: inline;
}

.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px 0;
	margin: -20px 0 0 0;
	text-align: center;
	display: Block;
}

.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
	margin-left: 0;
}

.Left .TopSellers li.TopSeller1 .ProductImage, .Right .TopSellers li.TopSeller1 .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.Content .TopSellers li .TopSellerNumber {
	display: none;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}

.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	padding-right: 5px;
}

.Content .FeedLink {
	margin-top: 4px;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}


/************* Page Specific: Create Account / Login Page *************/
.CreateAccount, .AccountLogin {
	float: left;
	width: 289px;
}

.CreateAccount {
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.AccountLogin {
	padding-left: 20px;
}

body.login .CreateAccount, body.login .AccountLogin {
	width: 301px;
}

body.login .CreateAccount {
	padding-left: 50px;
	padding-right: 90px;
}

body.login .AccountLogin {
	padding-left: 90px;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.PrimaryProductDetails .ProductLargeImage{
	margin: 0 0 0 30px;
	max-width: 350px;
	max-height: 400px;
	_height: expression( this.scrollHeight > 399 ? "400px" : "auto" ); /* sets max-height for IE */
	_width: expression( doucment.body.cleintWidth > 349 ? "350px" : "auto" ); /* sets max-height for IE */	
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	text-align: center;
	width: 406px;
}

.ProductThumb .LargerImage {
	float: right;
	margin: 0 15px 0 0;
}

.ProductThumb .LargeImage a{
	-moz-outline: none;
}

.ProductThumb .XSell{
	margin: 15px 0 0 15px;
	width: 351px;
	height: 173px;
	padding: 40px 10px 0 22px;
	background: url(../images/blue/goes-well-with-box.jpg) no-repeat;	
}
.ProductThumb .XSell XSellImageThumbs a{
	display: block;
}

.ProductThumb .XSell .XSellImageWrapper:hover{
	border: 1px solid #a1a0a0;
}

.ProductThumb .XSell .XSellImageWrapper{
	background: url(../images/blue/btn-view.gif) no-repeat;
	background-position: bottom;
	text-align: center;
	border: 1px dotted silver;
	width: 100px;
	height: 120px;
	float: left;
	margin: 0 10px 0 0;
}

.XSell .XSellImageWrapper .XSellThumb{
	max-height: 100px;
	max-width: 100px;
	margin: 0 auto;
	_height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
	_width: expression( doucment.body.cleintWidth > 99 ? "100px" : "auto" ); /* sets max-height for IE */	
}

.ProductThumb .ProductMultiView{
	background: url(../images/blue/btn-multiview.jpg) no-repeat;
	padding: 15px 0 0 10px;
	width: 371px;
	height: 60px;
	margin: 15px 0 0 15px;
}
.ProductThumb .ProductMultiView .ProductViewSmall{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid silver;
}

.ProductThumb .ProductNavigation{
	width: 406px;
	height: 50px;
}

.ProductThumb .ProductNavigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ProductThumb .ProductNavigation ul li{
	float: left;
	display: block;
	list-style-type: none;
}

.PrimaryProductDetails .ProdThumbsList {
	
}

.PrimaryProductDetails .ProdThumbsList img:hover{
	cursor:pointer;
}

.PrimaryProductDetails #ProdThumbsList img {
	padding: 0px 6px;
}

.PrimaryProductDetails .ProductMain {
	padding: 0 10px 0 10px;
	width: 253px;
	float: right;
	color: #666666;
	background: url(../images/blue/ProdDetails-desc-bkg.jpg) no-repeat;
}

.PrimaryProductDetails .ProductMain .TechSpecs{
	margin: 10px 0 10px 0;
	height: 30px;
}

.PrimaryProductDetails .ProductMain .TechSpecs a {
	-moz-outline: none;
}

.PrimaryProductDetails .ProductMain .ProductDescriptionContainer {
	padding: 0 5px 25px 5px;
	line-height: 2em;
	font-size: 0.99em;
	text-align: left;
}

.PrimaryProductDetails .ProductMain .ProductDescriptionContainer ul {
	margin: 0px 0px 0px 0em;
	padding: 0px;
	
}

.PrimaryProductDetails .ProductMain ul li {
	line-height: 2em;
	font-size: 0.905em;
	margin: 0px;
	font-weight: bold;
	list-style: none;
	padding-left: 7px;
	background: url(../images/blue/bullet-blue.gif) no-repeat 0px 7px;
}

.PrimaryProductDetails .ProductAddToCart .Btn {
	padding: 30px 0px 10px;
}

.PrimaryProductDetails .ProductAddToCart .Continue {
	padding: 10px 0px;
}

.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
	text-align: right;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* Cart/Order/Item Contents Tables */
.CartContents {
	width: 100%;
	margin: 10px 0;
}

.CartPage .CartContents {
	border: 1px solid #DDDDDD;
}

.CartContents thead tr th {
	padding: 0px 0px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.07em;
}

.CartPage .CartContents thead tr th {
	background-color: #3B5E91;
	color: #ffffff;
	padding: 4px 10px;
	border-bottom: 1px solid #DDDDDD;
	text-transform: none;
	font-size: 0.95em;
}

.CartContents .ProductName a {
	font-weight: bold;
}

.CartContents tbody td {
	padding: 0px 0px;
	vertical-align: top;
	font-size: 1.07em;
}

.CartPage .CartContents tbody td {
	padding: 4px 10px;
	font-size: 0.95em;
}

.CartPage .CartContents tbody td a.CartRemoveLink {
	font-size: 0.95em;
}

.CartPage .CartContents tbody td .ProductPrice {
	font-weight: bold;
	color: #3b5e91;
}

.CartContents tbody .SubTotal td {
	text-align: left;
	font-weight: normal;
}

.CartPage .CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
}

.CartContents tbody tr.SectionHead td {
	padding-top: 22px;
}

.CartContents tbody .SubTotal td.Number {
	text-align: right;
}

.CartContents tbody .SubTotal td a.EstimateShippingLink {
	color: #4d81c1;
	font-family: Georgia;
	font-style: italic;
}


/* express checkout confirmation */
.ExpressCheckoutContent .CartContents tbody tr {
	background: url(../images/content-light-ellipses.gif) repeat-x;
	background-position: 0px 2px;
}
.ExpressCheckoutContent .CartContents tbody tr.dark {
	background: url(../images/content-dark-ellipses.gif) repeat-x;
}
.ExpressCheckoutContent .CartContents tbody tr.SectionHead {
	background-position: 0px 24px;
}
.ExpressCheckoutContent .CartContents tbody td .EllipseCover {
	background-color: #ffffff;
	padding-left: 1px;
}


.KeepShopping a {
	color: #4d81c1;
	font-family: Georgia;
	font-style: italic;
}

.CartContents .Parens {
	font-family: Georgia;
	text-transform: lowercase;
	font-size: 0.925em;
}

.ProceedToCheckout {
	text-align: right;
}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ProductOptionList {
	margin-top: 5px;
	margin-bottom: 10px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 4px;
}

.ProductOptionList input {
	vertical-align: middle;

}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}

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

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


/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; background: url('../images/blue/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}


.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}

.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}

.SearchTips .Examples {
	background: lightyellow;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}

.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

 .SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}

.Content .WishlistProductList li {
	height: 20em;
}

.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.ProductOptionList {
	display: block;
}

.GoogleCheckout p {
	text-align: center;
	width: 180px;
	float: right;
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout {
	margin-bottom: 10px;
	width: 180px;
}

.KeepShopping {
	width: 280px;
	clear: both;
	text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	background-color:lightyellow;
	padding:5px;
	border:1px solid #CDDEE2;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	text-transform: lowercase;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
}

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

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}


.SubCategoryListGrid {
	padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}

.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 140px;
}

.ProductAddToCart dd {
	margin-left: 140px;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}

.ProductActionAdd {
	display: block;
	margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

/* Home page specific styles */
.WrapperRight {
	float: left;
}

.Right .Promo {
	padding-top: 38px;
	height: 358px;
	text-align: center;
	font-family: Georgia;
}

.Right .Promo h2 {
	font-size: 2em;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	line-height: 2.62em;
	line-height: 34px;
	padding: 25px 0 30px 0;
	width: auto;
}

.Right .Promo h2 em {
	font-size: 1.5em;
	font-size: 35px;
}

.Right .Promo h2 .trade {
	font-size: 15px;
	vertical-align: top;
}

.Right .Promo p {
	font-size: 1.16em;
	line-height: 2.32em;
	padding: 0px;
	font-style: italic;
}

.Right .Promo img {
	padding: 0px 0px 0px 12px;
}
