/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */
 
 body{
 	background:url(../images/body-bg.gif) #333 repeat-x;
	margin:0;
	padding:0;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#000000;
}
a img{
	border:none;
}
a{
	color:#000000;
}
a:hover{
	color:#000000;
}
p{
	margin:0;
	padding:0;
}
h1{
	font:normal 15px Arial, Helvetica, sans-serif;
	padding:11px 0 11px 11px !important;
	margin:3px 0 !important;
	color:#fff;
	background:url(../images/title-bg.gif) #a31d08 no-repeat right top;
}
hr{
	color:#d1cdc1;
}
.clear-both{
	clear:both;
}
.common-border{
	margin-top:5px;
	border:1px solid #d4d4d4;
}
#header{
	width:100%;
	height:184px;
	margin:auto;
}
.header-top{
	background:url(../images/header-bg.gif) repeat-x;
	height:142px;
}
.marketing{
	height:142px;
	
}
.header-top-middle{
	background:url(../images/top-middle.gif) no-repeat left top;
	width:47%;
	height:142px;
	
}
.header-top-middle img{
	width:100%;
	height:142px;
}
.header-top-right{
	padding-top:15px;
	color:#fff;
}
.header-top-right p{
	font:bold 15px Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 0 0;
	margin:0;
}
.header-top-right a{
	color:#fff;
	text-decoration:underline;
}
.header-top-right ul{
	float:right;
	margin:0;
	padding:25px 0 0 0;
}
.header-top-right li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0 8px;
}
.header-top-right li a{
	border-right:1px solid #4c0705;
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/top-bullet.gif) no-repeat 0 2px;
	padding:0 15px;
	text-decoration:none;
}
.border-none{
	border-right:none !important;
}
.header-top-right li a:hover{
	text-decoration:underline;
}
#navigation{
	padding:0 0;
	height:40px;
	background:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #333;
}
.navigation{
	background:url(../images/navigation-bg.gif) repeat-x;
	width:77%; float:left;
}
.navigation ul{
	clear:both;
	padding:0;
	margin:0;
}
.navigation li{
	float:left;
	list-style:none;
	padding:8px 0;
	margin:0;
}
.navigation li a{
	background:url(../images/navigation-bg.gif) repeat-x;
	border-right:1px solid #a31d08;
	padding:8px 9px 7px 9px;	
	color:#000;
	text-decoration:none;
}
.navigation li a:hover{
	background:url(../images/hover.gif) repeat-x;
	color:#000;
	text-decoration:none;
}
.search-box{
	padding-top:4px;
	background:url(../images/navigation-bg.gif) repeat-x;
	height:26px;
	width:23%; float:left;
}
.search-textfield{
	margin:0 5px 0 0;
	padding-left:5px;
	float:left;
	width:55%;
	height:18px;
	border:1px solid #999;
}
#categories ul{
	margin:0;
	padding:10px 0 35px 0;
}
#categories li{
	list-style:none;
	margin:2px 0;
	padding:5px;
	border-bottom:1px solid #cdc6b3;
}
#categories li a{
	color:#000;
	text-decoration:none;
	padding-left:24px;
	background:url(../images/bullet.gif) no-repeat 7px 3px;
	width:6px;
	height:11px;
}
#categories li a:hover{
	padding-left:24px;
	background:url(../images/bullet.gif) no-repeat 7px 3px;
	color:#a31d08;
	font-weight:bold;
}
.category-subs-parent{
	color:#a31d08 !important;
	font-weight:bold;
}
.category-products{
	background:url(../images/subs.gif) no-repeat 15px 5px !important;
	padding-left:30px !important;
}
.content{
	padding:0px 10px 10px 5px;
}
.content p{
	margin:0;
	padding:0 0 15px 0;
}
.title{
	font-size:18px;
	color:#666;
}
.login, .bestsellers, .terms-trade{
	padding:20px 15px;
}
.login p, .bestsellers p{
	padding:2px 0 2px 10px;
}
.trade{
	padding:20px 0 20px 0;
}
.trade p{
	margin:0;
	padding:0;
}
.login-input{
	padding-left:5px;
	margin-bottom:2px;
	border:1px solid #999;
	width:95%;
	height:18px;
}
.login label a{
	padding:0;
	font-weight:bold;
	color:#b80b07;
}
.login-button{
	margin-left:107px;
	margin-top:5px;
}

.productname{
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.sideBoxContent a{
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.sideBoxContent img{
	margin-bottom:10px;
}
.price{
	font-weight:bold;
	font-size:12px;
	color:#ba0f08;
}
.terms-trade p{
	font-size:16px;
	color:#a31d08;
	padding:0 0 10px 0;
	margin:0;
}
.terms-trade span{
	font-size:16px;
	color:#6e951b;
}
.special img{
	margin:10px 0;
}
.special p{
	padding:0 0 10px 10px;
}
.centerColumn{
	padding:0 3px;
	float:left;
	width:99%;
}
.navColumnTwo{
	margin:0;
	padding:0;
	background:#fcf4dc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:83% !important;
	float:left;	
}
#navColumnOneWrapper h2, #navColumnTwo h2{
	font-weight:normal;
	background:url(../images/h2-bg.gif) no-repeat 0 11px #a31d08;
	padding:9px 0 0 25px;
	margin:0;
	font-size:14px;
	color:#fff;
	height:27px;
}
#footer{
	color:#fff;
	padding:0;
	margin:auto;
	width:100%;
}
#footer p{
	margin:0;
	padding:7px 0 10px 15px;
	background:#a31d08;
	border-top:5px solid #FFF;
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
}
#footer small{
	padding-left:60%;
	font-size:12px;
}
#footer a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}


 
 
 
 
 
 
 
 
 

/*a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}*/

/*h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}*/

.biggerText {
	font-size: 1.2em;
	}
h2{
	margin:10px 0;
	padding:0;
	font-size:13px;
}
h1, h3, h4, h5, h6 {

   margin:0;
   padding:0;

}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
}
form{
	margin:0;
	padding:0;
}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	color:#666;
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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 #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background:#FFFFFF;
	width:100%;
	margin:auto;
	vertical-align: top;
	}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnTwoWrapper{
	margin: auto;
	} 
#navColumnOneWrapper{
	width:99.20%;
	background:#fcf4dc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
}
#navColumnTwoWrapper{
	width:99.20%;
	background:#fcf4dc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
}

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	padding:15px 0 0 6px;
}
.navSplitPagesResultBottom{
	padding:0 0 0 6px;
}
.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: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#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, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
.buttonRow a{
	color:#ff0000;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	/*padding-left:20px;*/
	}

#navColumnTwo {
	/*padding-right:20px;*/
	}
	


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
.centerBoxContentsAlsoPurch{
	border:1px solid #d4d4d4;
}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription{
	padding:0;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.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;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	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;
  }

.productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	}

.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 {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
/*sideboxes*/


h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading{
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

/*.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}*/

.sideBoxContent {
	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, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}


#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding:0 0 0 20px;
	margin:0;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
.bestsellers li a{
	font-weight:normal;
	color:#000000;
}

#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: 98%;
	float: right;
	}

#siteMapList li{
	list-style:none;
	margin:2px 0;
	padding:5px;
}
#siteMapList li a{
	color:#333;
	text-decoration:none;
	padding-left:24px;
	background:url(../images/bullet.gif) no-repeat 7px 3px;
	width:6px;
	height:11px;
}
#siteMapList li a:hover{
	padding-left:27px;
	background:url(../images/bullet.gif) no-repeat 10px 3px;
	color:#a31d08;
	font-weight:bold;
}

.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%;}
.category-name a{
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
}
#productListing{
	border:1px solid #d4d4d4;
}
.product-name{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
}
.normalprice{
	text-decoration: line-through;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ba0f08 !important;
}
.productSpecialPrice{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ba0f08 !important;
}
.pricetext{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ba0f08 !important;
}
.all-border{
	border:1px solid #d4d4d4;
}
#detail-page{
	padding:23px;
}
#detail p{
	margin:0;
	padding:0;
}
.productinfo{
	width:220px; border:1px solid #d4d4d4; margin-bottom:20px; padding:50px 0;
}
.productPrice{
	line-height:40px;
	font-size:18px;
	color:#a31d08;
}
#shopping-cart{
	width:95%;
	margin:auto;
}
.shoppingtop{
	line-height:40px;
}
#cartAdd-new{
	float:right;
}
.related-product{
	float:left; margin:12px 0 0 11px;
}
*html .related-product{
	float:left; margin:12px 5px 0 6px;
}
#related{
	padding-bottom:15px; padding-right:13px; float:left;
}
*html #related{
	padding-bottom:15px; padding-right:3px; float:left;
}
.related-main{
	text-align:center;
	padding:20px 0 10px 0;
	width:220px; border:1px solid #d4d4d4; height:215px;
}
.alsoPurchase{
	text-align:center;
	padding:20px 10px 10px 10px;
	margin:10px 0 0 10px;
	width:27%; border:1px solid #d4d4d4; height:235px;
}
.alsoPurchase img{
	padding:0 0 10px 0;
}
.alsoPurchaseImage{
	height:155px;
}
.alsoPurchase a{
	text-decoration:none;
}
*html .alsoPurchase{
	text-align:center;
	padding:20px 10px 10px 10px;
	margin:10px 0 0 5px;
	width:27%; border:1px solid #d4d4d4; height:235px;
}

.categoryListBoxContents{
	height:240px; 
	width:22%;
	margin:15px 0 2px 2%;
	padding-top:15px;
	border:1px solid #d4d4d4;
	float:left;
}
*html .categoryListBoxContents{
	height:240px; 
	width:22%; margin:15px 0 2px 11px; padding-top:15px; border:1px solid #d4d4d4;
}
.textfeild_contact{
	border:1px solid #d4d4d4;
	width:220px;
}
.textarea_contact{
	border:1px solid #d4d4d4;
	width:98%;
}
.new-productborder{
	padding:11px;
	border:1px solid #d4d4d4;
	border-top:none !important;
}
.leftBoxContainer h2 a{
	color:#fff;
	text-decoration:none;
}
#specialsContent{
	padding:15px;
}
.banner-bg{
	background:url(../images/main-banner-bg.jpg) repeat-x;
	height:274px;
}
.banner-pokemon{
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat;
	height:274px;
}
.banner-pokemon img{
	width:29%;
	padding:50px 0 0 2%;
}
.bannerlogo{
	background:url(../images/banner-logo.jpg) no-repeat right bottom;
	height:124px;
}
#ezpagescontent ol{
	padding:10px 0 0 25px;
	margin:0;
}
#ezpagescontent li{
	font-size:13px;
	padding:5px 0;
	margin:0;
}
#ezpagescontent strong{
	color:#b80b07;
}
#ezpagescontent h3, #ezpagescontent h2{
	padding:10px 0 5px 0;
	margin:0;
	color:#b80b07;
	font-size:14px;
	font-weight:bold;
}
#country{
	border:1px solid #d4d4d4;
}
#ezpagescontent p{
	padding:10px 0;
	margin:0;
}
.shipping-details h3{
	padding:10px 0 0 5px;
	margin:0;
}
#whatsnewHeading a{
	color:#FFFFFF;
	text-decoration:none;
}
#specialsHeading a
{
	color:#FFFFFF;
	text-decoration:none;
}
.centerBoxHeading{
	font:normal 15px Arial, Helvetica, sans-serif;
	padding:11px 0 11px 11px !important;
	margin:3px 0 !important;
	color:#fff;
	background:url(../images/title-bg.gif) #a31d08 no-repeat right top;
}


