/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: tahoma,arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background: #fff url(../images/backgound.gif) repeat-x ;
	padding: 15px 0px 0px 0px;
	}

    
    
    
    
    
a img {border: none; }

a.header_bannerlink:link {
	color: #ffffff !important;
	text-decoration: none;
}

a.header_bannerlink:visited {
	color: #ffffff !important;
	text-decoration: none;
}

a.header_bannerlink:hover {
	color: #00b2ee !important;
	text-decoration: underline;
}

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none; 
	}
 
a:visited {
	color: #000;
	text-decoration: none; 
	}

a:hover, #navEZPagesTOC ul li a:hover,  #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
	text-decoration: none;
	}
#navMain ul li a:link, #navMain ul li a:visited {
	color: #fff;
}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	}

h2 {
	font-size: 1.1em;
	
	}

h3 {
	font-size: 1.0em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}
            
.biggerText {
	font-size: 1.0em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.0em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/
h2.greeting {
	margin-top: 0px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
form {
	padding: 0px;
	margin: 0px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;	
	color: #505050;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo, #logo2, #strapline {
position: absolute;
padding-top: 0px;
font-size: 20pt;
font-weight: normal;
color: #484848;
z-index: 0;
text-transform: uppercase;
top: 0px;
}
#logo2 {
position: absolute;
	float: left;
	left:  5px;
	top: 1px;
	color: #94ac32;
	z-index: 1;
}

#logo a {
	color: #484848;
	text-decoration: none;
}

#strapline {
	font-size: 10pt;
	top: 35px;
	color: #94ac32;
	font-style: italic;
}


LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	float: left;
	padding-left: 0em;
	margin: 5px 0;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	margin: 4px 0px 4px 0px;
	}

.messageStackWarning, .messageStackError {
	background-color: #a7462d;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: transparent;
	text-align: left;
	width: 779px;
	vertical-align: top;
	border: 0px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
background: transparent;
    z-index: 3000;
}

#logoWrapper{
    position: relative;
    background: transparent;
    height: 105px;    
}

#basketLink {
 width: 164px;
 position: absolute;
 top: 0px;
 right: 0px;           
 height: 20px;       
}

#navWrapper{
	position: relative;
	background: transparent url(../images/header.png) no-repeat;
	height: 52px;


}

#contentMainWrapper {

	border-top: 0px;
	background: transparent;
	line-height: 1.3em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 1px;
	margin-right: 1em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #3b5183;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 1.0em 0em;
	}

/*navigation*/

.navSplitPagesResult { margin-top: 4px;}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: transparent;
	padding: 0em 0em;
	font-weight: bold;
	color: #000;
	height: 150px;
	}
#navSuppWrapper {
	height: 20px;	
}
	
#navMain {
	width: 100%;
    height: 5px;
}	

#navMain img {
    margin-top: 2px;
}



	
#navSuppWrapper {
	background-color: #e7e7e7;
	text-align: center;
	border-top: 1px solid #b5b2b5;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0em 0em;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	float: left;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: underline;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-size: 8pt;
	}
    
#navMain ul li a {
    text-decoration: none;
    padding: 0px 8px 0px 8px ;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
}

#navCatTabs ul li a {
	color: #fff;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon {
	margin: 0.5em;
	}
	
.buttonRow {
	padding: 5px 0px;
}

#indexProductListCatDescription	{
	margin: 0px;
}

#navBottomBar {
	background: transparent url(../images/navbg.gif) repeat-x;
	height: 27px;
	width: 100%;
}

#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
	padding: 0.5em 0.5em;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #000;
	text-transform: uppercase;
}

#navEZPagesTop {
	background: transparent;
	font-size: 25px;
	font-weight: normal;
    width: 400px;
	margin: 0em;
	padding: 0.0em;
	text-transform: capitalize;
	height: 22px;
	padding-top: 7px;
	text-align: left;
	}
    
#navMainSearch {
    position: absolute;
    top: 12px;
    right: 180px;
} 



#basketArea {
    position: absolute;
    background: transparent url(../images/cartheader.png) top center no-repeat;
    height: 40px; 
    width: 165px;
    top: 1px;
    right: 2px;
}

#shoppingCartDefault {
    margin-top: 27px;
    margin-left: 11px;   
    color: #fff;
    font-weight: normal;
}    

#navEZPagesTop ul {
	list-style-type: none;
	display:inline;
	padding: 0px;
	margin: 0px;
}	

#navEZPagesTop ul li {
	display: inline;
	margin: 0px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
    background: transparent url(../images/navdivider.gif)  right 17px no-repeat;	
	height: 30px;		
}	
	
#navEZPagesTop a {
	margin: 0px;
	padding-left: 0em;
	padding-right: 0em;
	color: #fff;
	text-decoration: none;
	}
#navEZPagesTop a:hover {
	text-decoration: underline;
	}	

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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;
	padding-left: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0.8em 0.8em 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#betterTogetherDiscountPolicy {
    font-weight: bold;
}

#cartAdd {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1em;
    min-height: 226px; 
	}


.tableHeading TH {
    color: #fff;
	}

.tableHeading, #cartSubTotal, .cartDiscount {
	background-color: #3b5183;
    color: #fff;
	 }

#cartSubTotal, .cartDiscount {
	border: 1px solid #3b5183;
	border-top: 0px;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 5px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}


.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
    color: #000;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scQuantityHeading {
	padding-left: 4px;
}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	padding: 4px;
	text-align: right;
	}

.cartNewItem {
	color: #000;
	font-size: 8pt;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

#shoppingcartContent ul li a {
	text-decoration: none;
	color: #000;
}


.cartOldItem {
	color: #000;
	font-size: 8pt;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
    padding-left: 15px
	}

.cartAttribsList ul li {
	margin-left: 40px;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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 0em 1em 1em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0em 1em 0em 0.5em;
	border: 1px solid #ccc;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

#productMainImage a {
	text-decoration: none;
}

#productMainImage img {
	border: 1px solid #ccc;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading, h2.variationcenterBoxHeading {
	font-size: 1.2em;
	color: #fff;
	text-transform: capitalize;
	}

#checkoutPaymentHeadingAddress{
	margin-top: 6px;
}
	
#checkoutShipping, #checkout, #onePageTextHeading {
	margin-top: 0px;
}	
#checkoutShipping, #checkout, #onePageTextHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
	margin-top: 5px;
}

.checkoutLeftColl {
	float:left;
	width:45%;
	margin-right: 20px;
}

	.newCheckout {
		margin:10px 0;
	}
	
	#checkoutShippingMethods p {
		padding: 0 !important;
	}
	
	#checkoutShipto .forward {
		float: right !important;
	}
	
	.deliveryAddress {
		width: 280px;
	}
	
	#checkoutShippingMethods {
		width: 280px !important;
	}
	
	.deliveryBtn {
		background: url(../images/newCheckout/addressBtnBgd.gif) no-repeat 0 0;
		background-color: transparent !important;
		width: 80px;
		height: 31px;
		float: right;
		display: block;
		margin-top: 55px;
		margin-right: -10px;
	}
    
    .orderEditBtn {
        background: url(../images/newCheckout/addressBtnBgd.gif) no-repeat 0 0;
        background-color: transparent !important;
        width: 80px;
        height: 31px;
        float: right;
        display: block;
        margin-top: 5px;
		margin-right: -10px;
    }
	
	/*.checkoutLeftColl td {
		width:80px;
	}*/
	
		.radioTd {
			width:20px !important;
		}
		
		.delivInstructions {
			padding: 0 !important;
			font-size: .74em !important;
		}
		
	.checkoutLeftColl table .productColumn {
		width:100px !important;
		text-align: center;
	}
	
	.checkoutTotals h3 {
		background: url(../images/newCheckout/totalBgd.gif) no-repeat;
		width: 285px;
		height: 22px;
        text-align: right;
	}

.checkoutRightColl {
	float:right;
	width: 48%;
	margin-top: 0px;
}

	#checkoutBillto address {
		width:180px;
	}

.ccinfo {
	width:280px;
}

	.ccinfo input[type=text] {
		border: 1px solid #000;
		padding:4px;
	}
	
	.ccinfo input, .ccinfo select {
		float:right !important;
		margin: 5px 0;
		padding: 4px;
	}
	
		.ccinfo select {
			background-color: #c8c8c8;
			border: 1px solid #000;
		}
	
	.ccinfo img {
		float: left !important;
	}


/*sideboxes*/
.columnLeft {
	
}

#checkout #checkoutShippingSelection span {
	color: #ff3333;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	
}

.leftBoxHeading, .centerBoxHeading, .variationcenterBoxHeading, .rightBoxHeading {
	margin: 0px;
	padding: 5px 0px 0px 1.5em;
    font-weight: normal;
    height: 21px;
    background: transparent url(../images/sbheader.png) 8px 0px no-repeat;
}

.centerBoxHeading {
    margin: 0px;
    padding: 5px 0px 0px 1.5em;
    font-weight: normal;
    height: 21px;
    width: 100%;
    background: transparent url(../images/centerboxheader.png) 0px 0px no-repeat;
    
}

#searchHeading, #searchContent {
    background: none;
}
	
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #ccc;
	margin-bottom: 1em;
	margin-top: 0px;
	padding: 0px 0px 7px 0px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #fff;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited, .variationcenterBoxHeading a:visited {
	color: #fff;
	}
    
#cartEmptyText {
    color: #000 ;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .variationcenterBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
    
.centerBoxContentsFeatured {
    text-align: center;
}
	
#productMainImage {
	float: left;
	text-align: right;	
}
	
#siteinfoLegal {
	text-align: center;
	background: transparent ;
	padding: 0px 5px 5px 5px;
	color: #000;
}	

#siteinfoLegal p{

    padding: 0px 5px 5px 5px;
  
}

#siteFooter  {
    text-align: center;
    background: transparent url(../images/footerbg.gif) repeat-x ;
    padding: 5px 5px 5px 5px;
    height: 10px;
    color: #fff;
    font-weight: bold; 
}

#banner {
    width: 555px;
    height: 236px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 1px;
    background: transparent url(../../../../images/banner.gif) no-repeat;
}

.mainPage {
    height: 600px;    
}

#bannerImage {
 height: 172px;
 margin: 5px 5px 5px 5px;   
 z-index: 10;                                           
}

#bannerLinks {
    height: 50px;
    margin: 5px 5px 5px 5px;
    
}

#siteinfoLegal {
	padding: 5px 5px 15px 5px;
}

#siteFooter a:link, #siteFooter a:visited {
	padding: 5px;
	font-size: 8pt;
	color: #fff;
    font-weight: bold;
}

#siteinfoLegal a:link, #siteinfoLegal a:visited {
	font-size: 8pt;
	color: #fff;
}

#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;
	}

/* categories box parent and child categories */
#categoriesContent ul, #ezpagesContent ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	width: 160px;
}

A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, A.category-products, A.category-products:visited, #ezpagesContent A, #ezpagesContent A:visited {
/*	background: transparent url(../images/bullet.gif) no-repeat  5px 13px; */
	margin: 0px;
	color: #404040;
	text-decoration: none;
	padding: 6px 0px 6px 6px;
	width: 150px;
	font-size: 11px;
	display:block;
}

A.category-products, A.category-products:visited {
	margin-left: 10px;
	width: 130px;
}

A.category-subs, A.category-subs:visited {
	color: #404040;
    padding-left: 10px;
	text-decoration: none;
	line-height: 25px;	
	}
A.category-top:hover, A.category-links:hover, A.category-products:hover, A.category-subs:hover, #ezpagesContent A:hover  {
	text-decoration: underline;
	}

#featuredContent, #whatsnewContent, #reviewsContent, #productListing, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
	padding-left: 5px;
	font-size: 8pt;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
	text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #reviewsContent a img, #specialsContent img {
	border: 1px solid #ccc;
	height: auto;
}

#searchContent input {
	width: 100px;
}

#paymentsContent, #GeoTrustContent {
	padding-left: 10px;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2 {
	float: left;

	}
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2 {
	border: 0px;
	margin-right: 2px;
	width: 180px;
    height: 260px;
    background: #fff;
	padding: 0px;
    border: 2px #388cb8 solid;
    position: relative;
}

#featuredProducts {
	margin-left:10px;
}

#shoppingCartDefault #featuredProducts {
    margin-left: 0px;   
    width: 561px;
}

.centerBoxContentsProducts {
    border: 0px;
    margin-right: 2px;
    margin-bottom: 13px;
    text-align: center;
    width: 180px;
    height: 250px;
    background: #fff;
    padding: 0px;
    border: 2px #388cb8 solid;
    position: relative;
    z-index: 0;
}

.categoryListBoxContents {
    border: 0px;
    margin-right: 3px;
    margin-bottom: 10px;
    text-align: center;
    width: 180px;
    height: 140px;
    background: #fff;
    padding: 0px;
    border: 2px #388cb8 solid;
    position: relative;

}

#popupnoneflash {
    height: 550px;
    width: 500px;
    background: #fff;
}

.nonflashtext {
    margin-left: 180px;    
}

#popupnoneflash img {
    margin: 100px;
    height: 350px;
    width: 350px;
    
}

.prodListPrice {
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-size: 13px;
}

.categoryListBoxContents img, .categoryListBoxContents a {
    margin-top: 10px;
    font-weight: bold; 
    
}

#featuredProducts .back2,  #specialsDefault .back2 {
    margin-right: 0px;
}

#featuredProducts a,  #specialsDefault a {
    font-weight: bold;
}

#featuredProducts img, #specialsDefault img {
    margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
	border: 1px solid #cccccc;
}

#scUnitHeading, #scTotalHeading {
	text-align: right;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

#ccTotalHeading {
	text-align: right;
}

.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: #3b5183;
	height: 2em;
	padding: 4px;
	}

#productsListingTopNumber {
	padding-bottom: 4px;
}

.productListing-rowheading {
	background-color: #e7e7e7;
	height: 2em;
	color: #000;
	}

th.productListing-heading {
	padding: 4px;
}

.productListing-data {
	padding: 4px;
	vertical-align: top;
	padding-bottom: 12px;
	}	

.productListing-data img {
	border: 1px solid #ccc;
}

.main img {
	border: 1px solid #ccc;
}
	
#listCell0-0 {
	width: 100px;
}
#cat1Table img {
	border: 1px solid #e7e7e7;
}	

#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;
	}

#infoShoppingCart {
	padding: 4px;
    background: none;
    
}

#popupSearchHelp{
    background:none;
}



#ottotal {
	font-weight: bold;
}


#cartContentsDisplay {
	border: 1px solid #3b5183;
}

#checkoutShoppingCart #cartContentsDisplay {
    border: 1px solid #ccc;
    padding: 5px;
}


#homeBannerImage {
	width: 520px;
	height: 190px;
	border: 1px solid #ccc;
	background: transparent url(../images/homeImage.jpg) no-repeat;
	margin-top: 10px;
}
.checkoutCandy {
    line-height: 2.4em;
    font-weight: bold;
    padding: 0.4em;
    border: 1px solid #9a9a9a;
    background-color: #ffffcc;
    color: #000000;
}

.checkoutCandy {
    line-height: 2.4em;
    font-weight: bold;
    padding: 0.4em;
    border: 1px solid #9a9a9a;
    background-color: #ffffcc;
    color: #000000;
}
.cartDiscount {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    background-color: #e9e9e9;
    height: 2.2em;
}

#search {
    background: url(../images/dropdownbg.png) 4px 0px no-repeat;
    padding-bottom: 0px;
    padding-right: 0px;

}

#searchHeading label {
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 10px;
    text-transform: capitalize;    
    font-weight: normal;

}

#sizeDropdown, #genderDropdown, #manufacturersDropdown   {
    margin: 2px 10px;
    font-size: 11px;
}
                

#buttonDropdown {
    margin-left: 70px;
    margin-top: 3px; 
}

#sizeDropdown select, #genderDropdown select, #manufacturersDropdown select {
    width: 150px;
    margin: 0px;
        font-weight: bold;    
} 

.sideBoxContent   {
   background: url(../images/sidboxbg.png) 8px bottom no-repeat;
   padding-bottom: 30px;
   padding-left: 13px;
   
}

#moreInfoButton {
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 0px;
    height: 10px
}

#featuredPrice { 
    position: absolute;
    font-size: 13px;
    bottom: 10px;
    left: 15px;
    padding: 0px;
    color: #646464;
}

.moreInfoButton {
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 0px;
    height: 10px
}

.featuredPrice { 
    position: absolute;
    font-size: 13px;
    bottom: 3px;
    left: 3px;
    padding: 0px;
    color: #000;
}

/* Start of new product view mod */

.productBanner { background-image: url(../images/productBanner.gif); background-repeat: no-repeat; height: 42px; width: 545px; padding: 4px 15px 0 15px; margin-bottom: 10px; font-size: 18px; color: #000; font-weight: bold; }
.productBanner img { float: left; }
.productBannerTitle { float: left; margin: 10px 0 0 10px; font-size: 18px; }
.productBannerPrice { float: right; margin: 10px 0 0 0; }
.blackText { color: #000; }
.floatLeft { float: left; }
.imgLink { float: left; font-size: 11px; }
#deliveryimg { 
	margin-top: 0px;
	float: right;
	padding: 5px 5px 5px 0px;
	}
#buttonimgright { margin-top: 0px; float: right; padding: 15px 0px 5px 0px;}
.additionalImageLink{ margin-right: 5px; }

.productMainPrice { margin: 10px 0 0 0;  font-size: 18px; font-weight: bold; }

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabContainer { 
    border:1px solid #ccc; 
    width: 553px; 
    margin-bottom: 1em; 
    margin-top: 13px; 
    padding: 10px 10px 30px 10px; 
    clear: both; 
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
list-style-type: none;
float: left;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px;
margin-right: 3px;
border: 1px solid #62a4c7;
color: #fff;
background-color: #388cb8;
font-size: 11px;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #4d4d4d;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: #212c6c;
border: 1px solid #212c6c;  
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

.thumbPosition {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 15px;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/*  CSS for Indented CSS Tabs  */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* End of mod */

#ppRight {
    width: 250px;
    float: right;
    padding-top: 5px;
}

#ppLeft {
    width: 300px;
    margin-top: 20px;
    float: left;
}


 #productimg {
     width: 300px;
 }
 
.bannerlink, .bannerlink a {
    color: #fff;
    padding-left: 5px;
    padding-bottom: 5px;
}


div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #fff!important;}
    
#dropMenuWrapper {
    width:430px;
    margin:0;
    padding-top: 7px;
    margin-left: 10px;
    font-size:12px;
    z-index: 3000;
    
}
    
#dropMenu {
    width: 100%;
    margin:0 auto;    
    text-align:center;
    z-index: 1;
    position:relative;
    height: 30px;
}

#dropMenu ul {
    margin: 0; 
    padding: 0; 
}
    
div#dropMenu li {
    position: relative; 
    list-style: none; 
    margin: 0; 
    float: left;  
    line-height: 1em;
}
    
div#dropMenu ul.level1 {
    width:100%; 
    margin:0 auto; 
    text-align:center;
    z-index: 2000;
}
    
div#dropMenu li:hover {}
div#dropMenu li.submenu {}
div#dropMenu ul.level1 li.submenu a:hover {}
div#dropMenu li a {display: block; background: transparent; line-height: 1.5em; margin-top: 0px; padding: 2px 18px ;text-decoration: none; color: #fff; text-align:left; font-size:22px}
div#dropMenu li a:hover {color:#5a6a8b;}

div#dropMenu li ul li a {background: #fff; color:#000 !important; text-align:left; line-height:1em;}
div#dropMenu li ul li {padding:2px; background: #fff;}   
   
div#dropMenu li ul {border-left: 5px solid #3B5182; border-right: 5px solid #3B5182; border-bottom: 5px solid #3B5182;} 
div#dropMenu li.submenulast a {background: #388cb8;} 
div#dropMenu li.submenulast a:hover {background: #5a6a8b;} 
div#dropMenu ul a {width: auto;}
div#dropMenu ul ul {position: absolute; display: none;}
div#dropMenu ul ul li {width:13.5em;}
div#dropMenu li.submenu li.submenu {}
div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5 {display:block; background: #3B5182;}
/* div#dropMenu ul.level1 a:hover {background: #388cb8;} */
div#dropMenu ul.level2 {top: 3.1em; z-index:1000;}
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {top: 0; left: 13.5em; }
div#dropMenu ul.level2 a {padding: 0.4em 0.25em; font-size: 12px; color: white; text-transform:none; }  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover { background: #3B5182;}           
div#dropMenu ul.level3 a:hover { background: #3B5182;}
ul.level1 a {
    font-size: 25px; 
    text-transform: capitalize; 
    font-weight: normal;   
    background-attachment: scroll;
    display: inline;
}
    
#dropMenu ul.level1 li a:hover {
    
}

#isisheader {
    padding: 15px 0px 0px 0px;
}

#headerFlash {
    width: 350px;
    height: 97px;
    position: absolute;
    top: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    float: right;
    right: 0px;
}

#zazacontainer {
	padding-right: 8px;
}

#addThisBlock {
	float: right;
}

#popupMouseOver {
    float: left;   
}


#popupcontent {
position: absolute;
height: 650px;
width: 650px;
z-index: 2;
visibility: hidden;
overflow: hidden;
border:1px solid #CCC;
background-color:#fff;
border:1px solid #333;

}


.prod_Listing_info {
     position: absolute;
     bottom:10px;
     right: 10px;
}

input:focus.cssButton, input:focus.cssButton {
    background: #317ca3;
}

input.cssButton, input.cssButtonHover {
    margin: 0px;
    padding: 1px;
}

/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background: #317ca3;
color : #fff;
border: 1px outset #317ca3;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
margin: 0px;
padding: 2px;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #fff;
border-style: inset;
text-decoration: none;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_search  {width: 4em; }
.button_search {width: 4em; }
.small_delete, .button_prev, .button_next {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 30em;}  
.button_submit, .button_send {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}

#newsletterOptions {
    display: none;
}

#navMainSearch input {
    font-weight: bold;
}

#productReviewsDefaultNoReviewsThankYou {
    position: absolute;
    width: 300px;
    top: 100px;
    right: 0px;
  
}

#reviewsDefault {
    position: relative;
}

/* Unit price Removal Hack */

#scUnitHeading, .cartUnitDisplay {
    display: none;
}

#paymentsPaypal {
position: absolute;
top: 10px;
left: 335px;
}

.cwoaText {
 font-style:italic;
 font-size: 11px; 
 color: #3b5183;
 font-weight: bold;  
}
 
 #loginBody #navBreadCrumb, #checkoutBody #navBreadCrumb, #checkoutsuccessBody #navBreadCrumb {
	display: none;
 }
#loginDefault {
	padding-left: 8px;
	min-height: 600px;
}
#loginDefault .steps, #checkoutBody .steps, #checkoutSuccess .steps {
    height: 143px;
    margin: 0 0 0 0;
    width: 772px;
}
#checkoutBody .steps, #checkoutSuccess .steps {
	margin: -5px 0 0 -2px;
}
#checkoutSuccess .steps {
	margin-top: 0px;
}
#loginDefault #login {
	background: #316A87;
	border: 1px solid #000;
	overflow: hidden;
	padding: 5px 0 0;
	width: 770px;
}
#loginDefault #login label {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}
#loginDefault #login label, #loginDefault #login input {
	margin: 10px 0 0;
}
#loginDefault #login label {
	width: 140px;
}
#loginDefault #login .inner {
	border-bottom: 2px solid #3B5183;
	margin-bottom: 10px;
    padding: 0 190px 10px 190px;
	text-align: right;
}
#loginDefault #login .inner .buttonRow {
	float: none;
}
#loginDefault #login .inner .buttonRow input {
	margin: 0;
}
#loginDefault #login .forgotten {
	color: #FFF;
	padding: 0;
	text-align: center;
}
#loginDefault #login .forgotten a {
	color: #FFF;
}
#loginBody #tabs {
	margin: 10px 0;
	padding: 0 68px;
}
#loginBody #tabs a {
	cursor: pointer;
	display: block;
	float: left;
	height: 49px;
	width: 175px;
}
#loginBody #tabs .login {
	background: url(../images/checkout_login.png);
	margin: 0;
}
#loginBody #tabs .create {
	background: url(../images/checkout_create.png);
}
#loginBody #tabs .noaccount {
	background: url(../images/checkout_noaccount.png);
}

 #loginBody  #tabs .login.active {
    background: url(../images/checkout-login1.png);
}
 #loginBody #tabs .create.active {
    background: url(../images/checkout-create1.png);
}
#loginBody #tabs .noaccount.active {
    background: url(../images/checkout-noaccount1.png);
}
#checkoutBody #coupons {
	background: url(../images/checkout_coupons.png);
	cursor: pointer;
	display: block;
	height: 41px;
	width: 230px;
}
/* Added by David to style 'Please select...' info on tpl_login_default.php */
#loginBody .please_select_info {
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#loginBody #tabs .select_info_or {
    float: left;
    margin: 15px 20px 0 20px;
    font-size: 14px;
} 

/* Added by David to style redeem coupon div */
#disc-ot_coupon {
	width: 200px;
	margin-top: 10px;
	margin-left: 35px;
}

#checkoutBody #checkoutCoupons {
    display: none;
    width: 286px;
}

#checkoutBody #checkoutCoupons p {
    margin: 0;
}

#checkoutBody #redeem_coupon_button {
    float: right;
    margin: 10px 30px 10px 0;
}

#checkoutBody #extra_order_comments {
    margin: -10px 0 10px 0;
}

#checkoutBody #order_comments {
    display: none;
}

#checkoutBody #checkoutComments {
    width: 258px;
    margin: 0;
    padding: 10px; 
}

#checkoutBody #checkoutComments #extra_checkout_comments {
    width: 258px;
    height: 180px;
    font-family: serif;
    padding: 5px;
}

#checkout_order_summary {
    margin-top: -10px;
}

.order_summary_row {
	vertical-align: text-top;
}

.checkout_info_value {
    text-align: right;
}

#checkoutForm div.buttonRow {
    display: none;
}

td.checkout_shipping_cost, td.checkout_shipping_radio {
    vertical-align: top;
} 

.view_shipping_details_link, .view_shipping_details_span { 
    float: left;
    width: 210px;      
    margin-bottom: 5px; 
}

.checkout_shipping_cost {
    float: left;
    width: 52px;      
    margin-bottom: 5px;
}

.checkout_shipping_radio {
    float: left;
    width: 18px;      
    margin-bottom: 5px;
}

.shipping_details_hidden {
    display: none;
    clear: both;
    width: 210px;
    margin-bottom: 15px;
}

.invalid_coupon, .valid_coupon {
	display: none;
}

.invalid_coupon p, .valid_coupon p {
	float: right;
	margin: 8px 0 8px;
	padding: 0;
	width: 230px;
}

.invalid_coupon img, .valid_coupon img {
	float: left;
	margin-top: 12px;
}
#editablesidebox4 .sideBoxContent {
	padding-left:14px;
	padding-top:6px;
}
#editablesidebox2Content .sideBoxContent {
	padding-left:9px;
}
#editablesidebox2Content.sideBoxContent :first-child {
	margin-right:3px;
}
#editablesidebox2Content.sideBoxContent :second-child {
	margin-right:2px;
}
#editablesidebox4 .sideBoxContent center {
	text-align:center;
	margin:4px 8px 10px 0px;
}
#paymentsContent {
	padding-left:3px;
}

.centerBoxContentsCrossSell {
	width: 117px;
	text-align: center;
	margin: 20px 5px 20px 5px;
}

.centerBoxContentsVariationSell {
	width: 55px;
	text-align: center;
	margin: 0px;
}

.xsellScrollLink {
	float: left;
	width: 26px;
	height: 83px;
	margin-top: 42px;
}

.variationScrollLink {
	float: left;
	width: 15px;
	height: 55px;
}

.xsellScrollLeft { 
	background-image: url(../images/msXsellScrollLinkLeftOff.png); 
	}
	
.xsellScrollRight { 
	background-image: url(../images/msXsellScrollLinkRightOff.png); 
	}
	
.xsellScrollLeft:hover { 
	background-image: url(../images/msXsellScrollLinkLeftOn.png); 
	cursor: pointer; 
	}
	
.xsellScrollRight:hover { 
	background-image: url(../images/msXsellScrollLinkRightOn.png); 
	cursor: pointer; 
	}

.variationScrollLeft { 
	background-image: url(../images/msXsellScrollLinkLeftOff.png); 
	background-size: 10px 24px; 
	background-repeat:no-repeat; 
	margin: 14px 2px;
	}
	
.variationScrollRight { 
	background-image: url(../images/msXsellScrollLinkRightOff.png); 
	background-size: 10px 24px; 
	background-repeat:no-repeat; 
	margin: 14px 2px;
	}
	
.variationScrollLeft:hover { 
	background-image: url(../images/msXsellScrollLinkLeftOn.png); 
	background-size: 10px 24px; 
	cursor: pointer; 
	background-repeat:no-repeat; 
	}
	
.variationScrollRight:hover { 
	background-image: url(../images/msXsellScrollLinkRightOn.png); 
	background-size: 10px 24px; 
	cursor: pointer; 
	background-repeat:no-repeat; 
}

#crossSell {
    padding-left: 7px;
}

.variationcenterBoxHeading {
    margin: 0 0 10px 0;
    padding: 5px 0px 0px 1.5em;
    font-size: 11px!important;
    font-weight: normal;
    height: 20px;
    width: 100%;
    background: transparent url(../images/variationcenterboxheader.png) 0px 0px no-repeat;
    
}

#variationSell {
	padding-left: 14px;
	margin: 0px;
	height: 100px;
	float: left;
	}

.lpPoweredBy {
display:none;
}

#slideout {
	z-index: 100;
        position:absolute;
        width:280px;
        height:178px;
        top:-140px;
        left:40%; 
}

#slidecontent {
	width: 260px;
	height: 120px;
	padding: 10px;
	background: url(/images/currency/currency_bg.jpg) repeat-x 100%;
}
#slideout-clickme {
        position:absolute;
        height:27px;
        width:140px;
	top: 140px;
	left: 25%;
}

#currency-selector-form {
	width: 185px;
	padding: 10px;
	padding-left: 55px;
}

#currency-selector-form select {
	font-size: 15px;
}

#currency-selector-flag {
	vertical-align: middle;
}

.currency-GBP {
	background-image: url(/images/currency/GBP_button.png);
}
.currency-AUD {
	background-image: url(/images/currency/USD_button.png);
}
.currency-USD {
	background-image: url(/images/currency/USD_button.png);
}
.currency-EUR {
	background-image: url(/images/currency/EUR_button.png);
}
.currency-selector-title {
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
}
.currency-selector-rates {
	width: 260px;
}
.currency-selector-rates .data {
	text-align: right;
}
#slidecontent {
        float:left;
}
#currency_applied {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 10;
	text-align: center;
        background-color: #99FF99;
        color: #000000;
        line-height: 1.8em;
        padding: 0.2em;
        border: 1px solid #9a9a9a;
        margin: 4px 0px 4px 0px;
}

#checkoutPayment{
width: 280px;
}

#checkout .checkoutLeftColl {
	float: left;
	width: 44%;
	margin-right: 00px;
	margin-left: 63px;
	}

#checkout .checkoutRightColl {
	width: 38%;
	float: left;
	}

