
/*________ GLOBAL STYLES ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial, Helvetica, sans-serif; 
	color: #c9ccd1;
	background-color: #5989b1;
}

#bgLeft {
	background: url(/images/bg.jpg) no-repeat;
	height: 800px;
	background-repeat: no-repeat;
	width: 49%;
}
#bgRight {
	background: url(/images/bg.jpg) no-repeat;
	height: 800px;
	width: 50%;
	float: right;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	text-align: left;
}

img {
	display: block;
	border: none;
}


/*________ HEADER AND NAV ________*/

#header {
	overflow: hidden;
	background: #5989b1 url(/images/bg-header.gif) repeat-x;
}
#header h1 {
	height: 90px;
}
#mainNav {
	font: 12px Arial Black, Arial, Helvetica, sans-serif; 
	width: 710px;
	height: 42px;
}
#mainNav li {
	float:left;
	display: block;
	list-style-type: none;
	height: 10px;
	padding: 11px 0 12px 0;
}
#mainNav li a {
	color: #ffff32;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 17px 0 0;
	padding-bottom:20px;
}
#mainNav li a.noMargin {
margin: 0;
}
#mainNav li a:hover {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding: 0 0 10px 0;
}

#logoNavVideo {
	float:left;
	width:710px;
display: inline;
}
#homeVideo {
	width:710px;
	clear:both;
}
#buyNowPromo {
display: inline;
	float:left;
	width: 240px;
	height: 470px;
}

#utilityNav {
	height: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #b30004 url(/images/utility-nav-bg.gif) no-repeat top right;
}

#utilityNav ul {
	margin-top: 4px;
}

#utilityNav ul li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	margin: 0 10px;
}

#utilityNav ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 12px;
}

#utilityNav ul li.cart a {
	background: #b30004 url(/images/bg-cart.gif) no-repeat left;
}
#utilityNav ul li.checkout a {
	background: #b30004 url(/images/bg-checkout.gif) no-repeat left;
}
#utilityNav ul li.account a {
	background: #b30004 url(/images/bg-account.gif) no-repeat left;
}
#utilityNav ul li.logout a {
	background: #b30004 url(/images/bg-logout.gif) no-repeat left;
}
#utilityNav ul li.login a {
	background: #b30004 url(/images/bg-login.gif) no-repeat left;
	padding-left: 15px;
}


/*________ CONTENT HOME ________*/

#contentHome {
	background: #1d293e url(/images/bg-home-content.gif) no-repeat top left;
	padding: 20px 30px;
}
#contentHome h2 {
	color: #FFF;
	text-transform: uppercase;
	font: 18px Arial Black, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#contentHome p {
	padding-bottom: 15px;
	line-height: 1.5;
}
#contentHome p a {
	color: #c9ccd1;
	text-decoration:none;
}
#contentHome p a:hover {
	color: orange;
}

#contentHome ul {
	padding: 0 0 15px 35px;
	line-height: 1.5;
}


/*________ CONTENT ________*/

#content {
	background: #1d293e url(/images/bg-content.gif) no-repeat top left;
	padding: 25px 30px;
	clear: both;
overflow: hidden;
}
#content h2 {
	color: #FFF;
	text-transform: uppercase;
	font: 18px Arial Black, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#content h3 {
	color: #fff;
	text-transform: uppercase;
	font: 14px Arial Black, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#content p {
	padding-bottom: 15px;
	line-height: 1.5;
}
#content ul {
	padding: 0 0 15px 35px;
	line-height: 1.5;
}
#content a {
	color: #ffff32;
}

#content a:hover {
	color: #ffffff;
}

/*________ FOOTER ________*/

#footer {
	height: 100px;
	background: #5989b1 url(/images/bg-footer.gif) no-repeat top;
	font-size: 11px;
	clear: both;
}
#footerNav {
	padding-top: 58px;
	float: left;
	margin: 0 15px 0 10px;
}
#footerNav li {
	display: inline;
}
#footerNav li a {
	color: #444e5f;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #cecece;
}
#footerNav li a:hover {
	color: #1d293e;
}
#footer p {
	font-size: 10px; 
	padding-top: 58px;
	float: left;
	color: #767c88;
}
#footer p a {
	color: #767c88;
	text-decoration: none;
}
#footer p a:hover {
	color: #444e5f;
}

.footerLinks {
	color: #98b6cf;
	font-size: 11px;
}
.footerLinks a {
	color: #98b6cf;
	text-decoration: none;
}
.footerLinks a:hover {
	color: #FFF;
}


/*________ MISC ________*/

.imgRight {
	float:right;
	margin: 0 0 15px 20px;
}
.imgLeft {
	float:left;
	margin: 0 20px 15px 0;
}

.clearfix:after  {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/*________ BUY NOW ________*/

#infoPanel {
float: right;
width: 198px;
padding: 15px;
background-color: #131f34;
margin: 15px 0 30px 0;
font-size: 11px;
color: #ffffff;
}
#infoPanel img {
margin-bottom: 7px;
}
#infoPanel h3 {
font-size: 14px;
color: #ffff32;
margin-bottom: 4px;
}
#infoPanel h4 {
font-size: 12px;
color: #a2cbff;
margin-bottom: 2px;
}
#infoPanel p {
line-height: 1.3;
}
#infoPanel p.finePrint {
font-size: 10px;
color: #c8cbd0;
padding: 0 0 10px 0;
}

#productMenu {
overflow: hidden;
padding-bottom: 60px;
}

#productMenu div {
width: 300px;
float: left;
margin-right: 30px;
margin-bottom: 20px;
}
#productMenu div form {
background: #fff url(/images/bg-product-selection.gif) no-repeat;
height: 100px;
padding: 12px 0 0 15px;
color: #1d293e;
}

#productMenu.spareParts div form {
background: #fff url(/images/bg-product-selection-2.gif) no-repeat;
height: auto;
padding: 12px 15px 10px 15px;
}
#productMenu.spareParts div form img {
margin: auto;
margin-bottom: 10px;
}

#productMenu div form h3 {
font-size: 16px;
font-weight: normal;
margin-bottom: 12px;
padding-bottom: 0;
text-transform: none;
color: #1d293e;
}

#productMenu div form h3 span {
font-size: 10px;
color: #858585;
font-weight: normal;
font: 11px Arial, Helvetica, sans-serif; 
}

#productMenu div form h3 i {
text-decoration: line-through;
font-style: normal;
}
#productMenu div form h3 b {
color: #ff0000;
}

#productMenu div form h3 span a {
color: #858585;
font-weight: normal;
}

#productMenu div form h3 span a:hover {
color: #000;
}

#productMenu div form fieldset {
border: 0;
margin-bottom: 12px;
}
#productMenu div form legend {
display: none;
}
#productMenu div form fieldset label {
font-size: 12px;
font-weight: bold;
}
#productMenu div form fieldset select {
font-size: 12px;
width: 70px;
margin-right: 5px;
color: #000000;
}

#content #shippingCosts {
display: none;
}


/*________ GALLERY ________*/

#latestVideos, #latestImages {
clear: both;
overflow: hidden;
}

#latestVideos h2, #latestImages h2 {
padding-bottom: 20px;
}

#latestVideos div, #latestImages div {
float: left;
margin: 0 25px 25px 0;
padding: 2px;
border: 1px solid #5f6776;
}

#latestVideos div.tubeVid {
display: none;
}

#latestVideos img.galleryButton, #latestImages img.galleryButton {
clear: both;
margin: 25px 0;

}


/*________ KIDS ________*/

#kidsVid {
background: url(http://www.skyrunneraustralia.com.au/images/bg-kids-vid.jpg) no-repeat top right;
height: 430px;
}

#kidsVid object {
margin-bottom: 10px;
display: block;
}


/*________ TRAINING ________*/

#trainingInstructions {
width: 340px;
float: right;
}

#trainingVideos div {
width: 530px;
margin-bottom: 20px;
}


/*________ ABOUT ________*/




/*________ CONTACT ________*/

#contactUsDefault dl {
margin-bottom: 20px;
font-size: 13px;
width: 300px;
}

#contactUsDefault dl dt {
float: left;
width: 110px;
margin: 0 12px 10px 0;
clear: both;
font-weight: bold;
color: #ffffff;
text-align:right;
}

#contactUsDefault dl dd {
overflow: hidden;
margin: 0 0 10px 0;
}

#contactUsDefault .sendEnquiry {
margin: 8px 0 0 120px;
}

#contactUsDefault #contactUsForm textarea {
width: 300px;
height: 200px;
}



/*________ SHOPPING CART ________*/

#shoppingCartDefault table th {
border-bottom: 1px solid #777f8b;
text-align: left;
}

#scProductsHeading, #scUnitHeading, #scTotalHeading {
text-align: left;
}

#shoppingCartDefault .cartQuantityUpdate {
width: 135px;
text-align: left;
}

#shoppingCartDefault .cartUnitDisplay, #shoppingCartDefault .cartTotalDisplay {
text-align: left;
}

#shoppingCartDefault .cartProductDisplay img {
margin-right: 18px;
}

#shoppingCartDefault table tr {
background-color: #1d293e;
color: #ffffff;
} 

#shoppingCartDefault table tr td {
border-bottom: 1px dotted #4a5465;
padding-bottom: 20px;
margin-bottom: 5px;
}

#shoppingCartDefault table tr td a {
color: #ffffff;
text-decoration: none;
}

#shoppingCartDefault table tr td ul {



list-style-type: none;
}

#shoppingCartDefault #cartSubTotal {
background-color: #1d293e;
height: auto;
text-align: left;
font-weight: normal;
border-top: 1px solid #777f8b;
border-bottom: 1px solid #777f8b;
padding: 8px 0 8px 650px;
}

#shoppingCartDefault #cartSubTotal a {
text-decoration: none;
color: #c9ccd1;
}

#shoppingCartDefault #cartSubTotal a:hover {
text-decoration: underline;
color: #fff;
}

#shoppingCartDefault #cartSubTotal span {
color: #ffffff;
display: block;
}

/*________ CREATE ACCOUNT / LOGIN ________*/

.centerColumn {
overflow: hidden;
padding-bottom: 50px;
}

#newCustomer {
border-left: 1px solid #cecece;
float: right;
width: 505px;
padding: 0 0 0 30px;
}

#existingCustomer {
width: 315px;
}

#existingCustomer label {
width: 90px;
}

#existingCustomer a {
color: #ffffff;
font-size: 12px;
}

.centerColumn fieldset legend {
display: none;
}

.centerColumn fieldset {
border: 0;
}

.centerColumn fieldset label {
float: left;
clear: both;
font-size: 12px;
width: 110px;
text-align: right;
padding: 3px 0 0 0;
margin: 0 8px 8px 0;
}

.centerColumn fieldset input {
margin: 0 0 8px 0;
padding: 2px 0 2px 3px;
border: 1px solid #bcbcbc;
width: 210px;
}

.centerColumn fieldset select {
margin: 0 0 8px 0;
}

.centerColumn #email-format-html, .centerColumn #email-format-text {
width: auto;
float: left;
clear: both;
margin: 0 5px 0 120px;
border: 0;
}

.centerColumn .radioButtonLabel {
clear: none;
display: inline;
width: auto;
padding: 0;
}

#createAcctDefault fieldset {
width: 470px;
}

#existingCustomer div.passwordForgot a {
font-size: 11px;
color: #9ca1aa;
display: block;
margin: 0 0 8px 100px;
}

#existingCustomer div.login {
margin-left: 100px;
}

.centerColumn div.submit {
margin-left: 120px;
}


/*________ CHECKOUT ________*/

#checkoutShipping h1, #checkoutPayment h1, #checkoutConfirmDefault h1 {
background-color: #e50e13;
font-size: 100%;
padding: 10px;
border: 1px solid #76685e;
margin-bottom: 10px;
text-align: center;
color: #ffff32;
}

#checkoutShipping h1 a, #checkoutPayment h1 a , #checkoutConfirmDefault h1 a {
color: #ffff32;
text-decoration: none;
}

#checkoutShipping h1 b, #checkoutShipping h1 span, #checkoutShipping h1 a, #checkoutPayment h1 a, #checkoutPayment h1 b, #checkoutPayment h1 span, #checkoutConfirmDefault h1 a, #checkoutConfirmDefault h1 b {
padding: 0 40px;
}

#checkoutShipping h1 b, #checkoutPayment h1 b, #checkoutConfirmDefault h1 b {
color: #ffffff;
}

.centerColumn #changeDetails {
overflow: hidden;
margin-bottom: 10px;
}

#checkoutShipping #changeDetails, #checkoutPayment #changeDetails {
border-bottom: 1px solid #4f5867;
margin-bottom: 10px;
padding-bottom: 30px;
}

#checkoutShipping fieldset, #checkoutPayment fieldset {
margin: 0 0 20px 0;
}

#checkoutShipping #comments {
border-top: 1px solid #4f5867;
border-bottom: 1px solid #4f5867;
padding: 20px 0;
}

#checkoutPayment .comments {
border-top: 1px solid #4f5867;
border-bottom: 1px solid #4f5867;
padding: 20px 0;
}

#checkoutPayment #checkoutOrderTotals {
border-bottom: 1px solid #4f5867;
padding-bottom: 20px;
}

#checkoutShipping fieldset legend, #checkoutPayment fieldset legend {
display: block;
font-weight: bold;
color: #fff;
margin: 0 0 5px 0;
}

#checkoutShipping fieldset input {
width: auto;
height: 15px;
float: left;
margin: 0 5px 0 0;
border: 0;
}

#checkoutShipping fieldset label {
clear: none;
width: auto;
padding: 0;
margin: 0;
}

.centerColumn fieldset label.radioButtonLabel {
clear: none;
width: auto;
padding: 0;
margin: 0;
}

.centerColumn fieldset textarea {
width: 447px;
height: 66px;
padding: 2px 0 2px 3px;
overflow: auto;
font: 12px Arial, Helvetica, sans-serif;
}

#checkoutPayment .lineTitle {
float: right;
}

#checkoutPayment .totalBox {
float: right;
clear: both;
font-weight: bold;
}

#checkoutPayment #pmt-cc, #checkoutPayment #pmt-moneyorder, #checkoutPayment #pmt-dirbank {
width: auto;
height: 13px;
float: left;
margin: 0 5px 0 0;
border: 0;
}

.ccinfo {
margin: 5px 0;
}

#checkoutPayment fieldset label {
text-align: left;
width: 120px;
margin-right: 0;
}

#checkoutPayment #cc-cc-expires-month {
width: 150px;
}

#checkoutPayment #cc-cc-expires-year {
width: 57px;
}

body#popupCVVHelp {
background: #1d293e;
padding: 15px;
}

body#popupCVVHelp img {
margin: 10px 0;
}

body#popupCVVHelp a {
color: #ffff32;
}

#checkoutConfirmDefault hr {
display: none;
}

#checkoutConfirmDefault address {
margin-bottom: 15px;
}

#checkoutConfirmDefault h4 {
margin-bottom: 2px;
font-size: 12px;
}

#checkoutConfirmDefault .important {
margin-bottom: 2px;
font-size: 12px;
}

#checkoutConfirmDefault .important .back {
margin-right: 10px;
font-weight: bold;
}

#checkoutConfirmDefault .important div {
font-weight: normal;
margin-bottom: 2px;
}

#checkoutConfirmDefaultHeadingComments {
clear: both;
border-top: 1px solid #4f5867;
padding-top: 20px;
}

#checkoutConfirmDefault #orderComments {
border-bottom: 1px solid #4f5867;
padding-bottom: 30px;
}

#checkoutConfirmDefault th {
border-bottom: 1px solid #777f8b;
text-align: left;
padding: 0 0 5px 5px;
}

#checkoutConfirmDefault tr td {
background-color: #1d293e;
border-bottom: 1px dotted #4a5465;
padding: 8px 5px;

text-align: left;
}

#checkoutConfirmDefault tr td ul {
list-style-type: none;
margin: 0;
}

#orderTotals {
overflow: hidden;
border-bottom: 1px solid #4f5867;
margin-bottom: 20px;
padding-bottom: 20px;
}

#checkoutConfirmDefault .totalBox {
clear: both;
margin: 0;
}

#checkoutConfirmDefault #ottotal {
font-weight: bold;
color: #fff;
}

#checkoutConfirmDefault #checkout_confirmation {
clear: both;
}

#checkoutSuccessOrderNumber {
margin-bottom: 10px;
}


/*________ CHANGE BILLING/SHIPPING ADDRESS ________*/

#checkoutShipAddressDefault fieldset, #checkoutPayAddressDefault fieldset {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #c9ccd1;
}

#checkoutShipAddressDefault fieldset address, #checkoutPayAddressDefault fieldset address {
margin-bottom: 20px;
clear: both;
border: 0;
}

#checkoutShipAddressDefault .moduleRow input, #checkoutShipAddressDefault .moduleRowSelected input, #checkoutPayAddressDefault .moduleRow input, #checkoutPayAddressDefault .moduleRowSelected input {
width: auto;
margin: 0 5px 0 0;
float: left;
border: 0;
}

#checkoutShipAddressDefault div.back, #checkoutPayAddressDefault div.back, {
border: 0;
}

#checkoutShipAddressDefault .moduleRow label, #checkoutShipAddressDefault .moduleRowSelected label, #checkoutPayAddressDefault .moduleRow label, #checkoutPayAddressDefault .moduleRowSelected label {
clear: none;
width: auto;
padding: 0;
border: 0;
}


/*________ MY ACCOUNT ________*/

#accountDefault table {
margin-bottom: 20px;
}

#accountDefault table th, #accountHistInfo table th {
background-color: #1d293e;
border-bottom: 1px solid #777f8b;
text-align: left;
padding-left: 10px;
}

#accountDefault table th.view {
text-align: right;
padding-right: 20px;
}

#accountDefault table td, #accountHistInfo table td {
border-bottom: 1px dotted #4a5465;
padding: 10px;
}

#accountHistInfo table ul {
list-style-type: none;
}

#accountHistInfo .lineTitle {
float: right;
}

#accountHistInfo .amount {
float: right;
clear: both;
font-weight: bold;
}

#accountHistInfo .floatingBox {
margin-top: 20px;
}

#accountHistInfo h4 {
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
margin: 5px 0;
}

#accountDefault ul {
list-style-type: disc;
margin: 0 0 25px 15px;
}

#accountDefault ul li {
margin-bottom: 3px;
}

#accountHistoryDefault fieldset div {
clear: both;
}

#addressBookDefault fieldset {
border-top: 1px solid #c9ccd1;
border-bottom: 1px solid #c9ccd1;
padding: 20px 0;
margin-bottom: 20px;
}

#addressBookProcessDefault fieldset input#primary {
width: auto;
margin: 0 5px 0 120px;
float: left;
}

.centerColumn .checkboxLabel {
clear: none;
width: auto;
padding: 0;
}

#accountHistoryDefault fieldset {
border-bottom: 1px solid;
margin-bottom: 20px;
padding-bottom: 20px;
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
padding: 10px;
line-height: 1.4;
	margin-bottom: 10px;
	border: 1px solid #000000;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
float: left;
padding: 0 10px 0 0px;
margin-bottom: 15px;
}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/










.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}




#navBreadCrumb {
	background-color: #cc9900;
	}


#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
font-size: 12px;
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;

	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableRow, .tableHeading {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}


.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {

	font-size: 1em;
	color: #ffffff;


	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}


#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}


.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#redKids, #blueKids {
position: absolute;
}

form.super fieldset h4 {
font-size: 85%;
margin: -10px 0 3px 0;
}
#content form.super fieldset {
margin-bottom: 5px;
}
#content form.super fieldset select {
margin: 0;
width: 65px;
}
#impNotice {
margin-top: 30px;
display: block;
}

.clearboth {
clear: both;
}