/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: #00aac5 url('../images/page_bg.jpg') repeat-x top left;
	}

a img {border: none; }

* :focus {
outline: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #555;
	text-decoration: none;
	}
 
a:visited {
	color: #555;
	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: #000;
	}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 24px;
        line-height: 32px;
  	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 15px;
        line-height: 21px;
        letter-spacing: .4px;
        text-align: justify;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #f3f3f3;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #E6F3FC;
	}

LEGEND {
	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, .categoryListBoxContents, .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;
	}

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 #ddd;*/
	margin: 3px;
	position: relative;
	}
	
.messagestack-message{
	margin: 7px 7px 7px 40px;
}

.messagestack-icon {
	position: absolute;
	margin: 3px;
}

.messageStackWarning, .messageStackError {
	/*background-color: #f3f3f3;*/
	color: #333;
	}

.messageStackSuccess {
	/*background-color: #f3f3f3;/*99FF99*/
	color: #333;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	/*width: 790px;*/ /* Commented Out - PB */
	width: 1005px; /* Added - PB */
	vertical-align: top;
  border-left:5px solid white;
  border-right:5px solid white;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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 {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0px 0px 5px 0px;
	list-style-type: none;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navSuppWrapper {
  margin: 0em;
  background-color: #fff;
  border-top:1px solid #ddd;
  font-weight: bold;
  color: #333;
  height: 1%;
  width: 100%;
  }

#navMainWrapper {
  margin: 0px 0px 10px 0px;
  background-color: #fff;
  border-bottom:1px solid #ddd;
  font-weight: bold;
  color: #333;
  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;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navSupp ul li a, #navMain ul li a {
  text-decoration: none;
  padding: 0em 0.5em;
  margin: 0;
  color: #BE0A08;
  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;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
  height: 25px;
  float: left;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navBreadCrumb {
  font-family: verdana, tahoma, aria, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 25px;
  margin: 0em;
  padding: 0px 5px;
  }

#navColumnOne {
	background-color: #fff;
	}

#navColumnTwo {
	background-color: #fff;
	}

/*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 {
	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: left;
	text-align: center;
	margin: 1em;
	border: 1px solid #8fc150;
	padding: 1em;
  clear:right;
width: 420px;
	}

#cartAdd-bottom { border: 1px solid #8FC150; 
				  clear: right;
				  margin: 1em;
				  padding: 1em;
				  text-align: center;
 	}

.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;
	}
.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 {}

#cartImage {
	margin: 0.5em 1em;
	}

/*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: 11px;
  line-height: 18px;
	color: #fff;
	}

.centerBoxHeading { color: #fff; font-size: 11px; font-weight:bold; line-height:20px;  }

.leftBoxHeading, .centerBoxHeading {
  height: 18px;
	margin: 0em;
  background: #019CBB url('../images/columnsBG.gif') repeat-x top left;
	/*border-bottom:1px solid #222;*/
  /*border-bottom:1px solid #ddd;*/
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {

	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
  line-height: 18px;
	font-size: 11px;
	color: #fff;
	}

.rightBoxHeading {
  line-height: 18px;
	margin: 0em;
  background: #019CBB url('../images/columnsBG.gif') repeat-x top left;
	/*border-bottom:1px solid #222;*/
  /*border-bottom:1px solid #ddd;*/
	padding: 0.5em 0.2em;
	}

h3.leftBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #ffc;
	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,  #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#productMainImage {
	text-align: center;
width: 310px;
height: 220px;
}

#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: #f3f3f3;*/
}

#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;
	}

/* -------------------- */
/* Stuff added by Damon */
/* -------------------- */

h3.itemTitle a {
  color: #BE0A08;
}

#productListHeading {
  color: #498735;
}

#searchHeading LABEL {
  font-size: 1em;
  line-height: 18px;
  margin: 0;
  padding: 0.5em 0.2em;
}

#searchHeading {
  margin:0;
  padding: 0.5em 0em;
}

/* Header Stuff */

#headerWrapper2 {
  margin: 0;
  padding-top: 5px;
  height: 125px;
  background: #fff url('../images/header_bg.jpg') no-repeat top left;
}

#shoppingCartHeaderContainer {
  margin: 0px 1px 0px 0px;
  padding: 0px;
  position: relative;
  float:right;
  clear:both;
  width: 255px;
  height: 25px;
  text-align: right;
  background: url('../images/headerCart_bg.png') no-repeat 25px -3px; 
}

#shoppingCartHeaderText {
  margin: 0px 10px 0px 0px;
  padding: 0;
  line-height:20px;
}

#shoppingCartHeaderText a {
  text-decoration: underline;
}

#headerSearchContainer {
  margin: 0;
  padding: 0;
  position: relative;
  top:5px;
  width:270px;
  float:right;
  clear:both;
  height: 25px;
  overflow:hidden;
}

#headerSearchContainer FORM {
  margin: 0;
  padding: 0;
}

#headerCallByPhone{
  float:right;
  clear: both;
  margin: 10px 10px 0px 0px;
  font-weight:bold;
  font-size:1.5em;
  font-variant:small-caps;
  color: #313029;
}

#categoryMenuContainer {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  height: 25px;
  width:100%;
  clear:both;
}

.category_menu_item_img {
  float:left;
}

#yellowBarContainer {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  height: 25px;
  width:100%;
}

#yellowBarLinksContainer {
  margin: 0px 0px 0px 0px;
  padding: 0;
  position: absolute;
  height: 25px;
  width:100%;
}

#yellowBarLinksContainer a {
  color: #036;
}

#yellowBarLinksContainer a:hover {
  color: #222;
  text-decoration: underline;
}

#header_date {
  float: right;
  margin-right: 5px;
  color: #222;
  line-height: 25px;
}

/* Footer Stuff */

#footerDisclaimerContainer {
  /*margin: 5px 0px 0px 150px;*/ /* Commented Out - PB */
  margin: 10px auto; /* Added - PB */
  /*padding: 5px 0px 0px 0px;*/ /* Commented Out - PB */
  padding: 5px; /* Added - PB */
  width: 860px; /* Changed from 785 for new width - PB */
  font-style:bold; /* Changed from italic - PB */
  color:#444;
  font-size: 11px; /* Added - PB */
  text-align: center;
  border: 1px solid #444444; /* Added - PB */
}

#footerContainer {
  margin: 0;
  padding: 0;
  width: 1005px; /* Changed from 790 for new width - PB */
  height: 45px;
  background: #fff url('../images/footer_bg.gif') no-repeat top left;
  text-align: center;
}

#footerContainer a {
  text-decoration: underline;
}

#footerTextContainer {
  margin: 5px 0px 0px 150px;
  padding: 5px 0px 0px 0px;
  width: 790px; /* Changed from 640 for new width - PB */
  height: 35px;
  line-height: 15px;
}

#newslettersideboxContent {
  padding-bottom: 5px;
  /*background:#fff url('../images/newsletter_signup_graphic.gif') no-repeat 0px 5px;*/ /* Commented Out - PB */
  background-image: url(../images/email_signup_newsletter.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.productListing-data {
  border-bottom:1px solid #ddd;
  padding:10px 0px;
}

#indexCategoriesHeading, #productListHeading { display:none; }

#productListing { margin-top: 0px; }

#productName { color: #0c5ba0;font-size:48px;margin-bottom:10px; width: 440px;  }

.navNextPrevWrapper { margin:0px 0px 0px 0px;text-align: right; background-color: #ffffff; border-bottom:1px solid #0c5ba0; }

#attribsOptionsText { display: none; }

#allProductsDefault strong { font-size: 11px; }

#allProductsDefaultHeading { display: none; }

#customer_service-heading { display:none; }

#categoryImgListing{ width:100%; text-align: center; }

.categoryImg { margin:0px auto; padding-bottom:10px;}

#bannerboxallContent {margin-left:-4px; margin-bottom:-5px; padding-top: 4px; padding-right: 0px; padding-left: 0px; padding-bottom: 4px;}


#bannerboxallContent img {margin-bottom:5px;}

#captcha-img {margin:5px 12px;clear:both;}

.centerColumn { margin:0px 5px 0px 5px; padding-top: 0px; }

p { margin-top:0px; margin-bottom: 10px; }

.catDescContent p {width:100%; margin:0 auto; padding:0px 0px 5px 0px; }

#newsWrapper { margin:0px 0px 0px 5px; }
#newsWrapper2 { margin:0px 5px; }

#categoriesaccordionsideboxHeading {
  margin-bottom: 1px;
}
#categoriesaccordionsideboxContent {
  padding:0px 0px 5px 0px;
}

#orderbyphonesideboxContent, #shippinginfosideboxContent {
  padding: 0 0 4px;
  margin:0px;
}
#orderbyphonesideboxContent img, #shippinginfosideboxContent img {
  margin:4px 0 0;
}
#sitesecuritysealsidebox {
  margin:5px;
  text-align:center;
}
#accordion { margin:0 }
#accordion ul { 
  list-style-type: none;
  padding: 0;
  margin:0;
  line-height:12px;
}
.toggler {
  cursor: pointer;
  border-bottom:1px solid #fff;
  font-family: 'Andale Mono', sans-serif;
  font-size: 11px;
  color: #fff;
  text-indent:5px;
  margin:0;
  padding: 2px 0px;
  background-color:#8FC150;
}
#accordion a {
  display:block;
  line-height:15px;
  height:15px;
  margin:0;
  font-family: 'Andale Mono', sans-serif;
  font-size:10px;
  text-decoration:none;
  color:#28653b;
  background-color:#EFF4DE;
}
#accordion a:hover {
  color:#222;
  background-color:#fff;
}
#accordion li {
  text-indent: 10px;
  margin:0;
}
.reviewCount img {
  vertical-align: middle;
}

FORM {margin:0; padding:0; }

/* Product embed styles */

.product_embed_form_container {
  margin:0 0 0 5px;
  padding:10px 5px;
  width:150px;
  float:left;
  background-color:#fff;
  font-family:sans-serif;
  font-size:12px;
  text-align:center;
  border:1px solid #019cbb;
}

.product_embed_form_container .price_text {
  color:#222;
}

.product_embed_form_container .price {
  font-weight:bold;
  color:#019cbb;
}

.product_embed_form_container IMG {
  width:100px;
  height:auto;
  border:none;
}

.product_embed_form_container FORM {
  margin:0;
  padding:0;
}

.product_embed_form_container INPUT {
  margin:2px;
  padding:2px;
  font-size:10px;
} 

.product_embed_form_container .submit_button {
  margin:2px;
  padding:2px;
  border:1px solid #8fc150;
  background-color:#eff4de;
  color:#28653b;
  font-weight:bold;
  cursor:pointer;
}

/* Ugly hack, for IE6 */
/*\*/ * html .product_embed_form_container .submit_button { padding:1px 0; } /**/

.product_embed_form_container .submit_button:hover {
  background-color:#8fc150;
  color:#fff;
} 

/* End product embed styels */

/* bof Added for footer seals - PB */
#footer_seals {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
/* eof Added for footer seals - PB */

#products {
float: left;
width: 670px;
min-height: 250px;
}

#products-left {
float: left;
width: 250px;
}

#products-right {
float: right;
width: 250px;
margin-top: 20px;
}

