/**
 * 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 {
	margin: 0;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background:#8ad703 url(../images/bkg_body.gif) repeat-x scroll left top;
	/*background-image:url(../images/bkg_body.gif);
	background-repeat:repeat-x;*/
}

a img {border: none; }

a {outline: none; font-weight:bold; font-size:11px;}

:focus
{
  -moz-outline-style: none;
}




a:link, #navEZPagesTOC ul li a {
	color: #545454;
	text-decoration: none;
	}
 
a:visited {
	color: #545454;
	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: #8ED800;
	}

a:active {
	color: #545454;
	}
	
	
a.selected {	
	color: #8ED800;
}
	
a.category-products:link, a.category-products:active, a.category-products:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#545454;
	line-height:18px;
}
a.category-products .category-subs-selected {
	color:#8ed800;
}

a.category-products:hover {
	color:#8ed800;
}

a.category-top:link, a.category-top:active, a.category-top:visited  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#545454;
	line-height:18px;
}

a.category-top:hover  {
	color:#8ed800;
}


a.catrowlink:link, a.catrowlink:active, a.catrowlink:visited {
	color:#8ED800;
	font-size:14px;
	font-weight:bold;
}

a.catrowlink:hover {
	color:#8ed800;
	font-size:14px;
}



a.category-links:link, a.category-links:active, a.category-links:visited {
	color:#545454;
	font-size:11px;
	font-weight:bold;
}

a.category-links:hover {
	color:#8ed800;
	font-size:11px;
}

.category-subs-parent {
	color:#8ed800;
}


h1 {
	font-size:22px;
	color:#8ED800;
}

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

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: 0px;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

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

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	padding:0px;
	margin:0px;
	}

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-color: #ffffff;
	text-align: left;
	/*width: 100%;*/
	width:716px;
	overflow:hidden;
	vertical-align: top;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
	overflow:hidden;
	background-image:url(../images/bkg_header_no_logo.gif);
	background-repeat:no-repeat;
	height:111px;
	overflow:hidden;
}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper {
	float:left;
	/*margin-left:18px;*/
}

#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: 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;
	}

#navMainSearch {
	float: left;
	padding-left:270px;
	padding-top:28px;
}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	/*background-color: #FFCC99;*/
	}

#navColumnTwo {
	/*background-color: #00BFBF;*/
	}

/*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;
}

.centerColumn {
	padding:0px;
	margin:0px;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float:left;
	text-align: center;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	width:150px;
	height:44px;
	overflow:hidden;
	position:relative;
	/*background-color:#dbdbdb;*/
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading {
	background-color: #e9e9e9;
	 }

#cart_total {
	text-align:left;
	font-weight: bold;
	font-size:20px;
	line-height:32px;
	color:#acacac;
	padding-left:10px;
	padding-right:80px;
}

#cart_total div {
	float:left;
	width:auto;
}

#cart_total div.totprice {
	float:right;
	width:auto;
}

#cartSubTotal {
	/*border-top: 1px solid #cccccc;*/
	text-align:left;
	font-weight: bold;
	font-size:20px;
	/*line-height: 2.2em;
	padding-right: 2.5em;*/
}

#cartSubTotal div div {
	float:right;
}

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0em 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: #545454;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}
a .cartOldItem {
	font-weight:bold;
}

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

td.cartRemoveItemDisplay {
	padding:0px 10px;
}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.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 {
	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*/
.columnLeft {
	text-align:left;
}


h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

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


.leftBoxHeading {
	margin: 0px;
	background-color: #FF6699;
	padding: 0px;
}

.leftBoxContainer {
	/*border: 1px solid #ffffff;*/
	margin-top: 0px;
}

.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, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
		text-align: center;
	}
	
.categoryListBoxContents {
	margin:0px;
	padding:0px;
	text-align:left;
	display:block;
	/*margin-left:20px;*/
}

#indexCategoriesHeading {
	margin:0px;
}

	
#siteinfoLegal {
	width:150px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:10px;
	color:#6e6e6e;
}

#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%;}

#logo {
	padding-left:26px;
	padding-top:29px;
	float:left;
}

#categoriesHeading {
	display:none;
}

#logoWrapper {
	width:100%;
	height:100%;
}

#src_box {
	width:222px; 
	height:29px; 
	overflow:hidden; 
	display:block;
	background-image:url(../images/bkg_search_box.gif); 
	background-repeat:no-repeat;
	padding-top:0px;
	vertical-align:top;
}



#src_box form {
	padding:0px;
	margin:0px;
}

#src_box form {
	display:block;
	border:0px none;
	padding-left:59px;
	padding-top:5px;
	margin-top:0px;
	vertical-align:top;
	height:29px;
	width:222px;
}

#search_input {
	/*margin-top:3px;
	border:1px solid red;
	height:18px;
	line-height:18px;*/
	border:0px none;
	margin:0px;
	padding:0px;
	width: 123px;
	height:16px;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	font-size:12px;
	line-height:16px;
}

#form_submit_btn {
	/*margin-top:5px;*/
	margin-left:10px;
}

.cat_row_dotted {
	height:1px;
	width:100%;
	background-image:url(../images/bkg_nav_dotted.gif);
	background-repeat:repeat-x;
	margin-bottom:20px;
	margin-top:20px;
	display:block;
	overflow:hidden;
	float:left;
}

.nav_dotted {
	height:1px;
	width:142px;
	background-image:url(../images/bkg_nav_dotted.gif);
	background-repeat:repeat-x;
	margin-bottom:9px;
	margin-top:6px;
	display:block;
	overflow:hidden;
}

.tab-gray-top {
	background-image:url(../images/tab_gray_top_left.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	padding-left:50px; 
	height:20px; 
	width:100%; 
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
}

.tab-gray-top-body {
	width:auto;  
	background-color:#e7e7e7;
}

.tab-gray-top-right {
	float:right; 
	width:10px; 
	height:10px; 
	background-image:url(../images/tab_gray_top_right.gif);
	background-position:top right; 
	background-repeat:no-repeat;
}

.tab-gray-bottom-left {
	float:left; 
	width:10px; 
	height:10px; 
	background-image:url(../images/tab_gray_bottom_left.gif);
	background-position:top right; 
	background-repeat:no-repeat;
}

.tab-gray-bottom-right {
	float:right; 
	width:10px; 
	height:10px; 
	background-image:url(../images/tab_gray_bottom_right.gif);
	background-position:top right; 
	background-repeat:no-repeat;
}

.catlistleft {
	float:left;
	margin:0px;
	padding:0px;
	vertical-align:top;
	width:330px;
}

.cat_descr {
	margin-top:10px;
	margin-left:7px;
}

.productListing-data .productTags {
	padding-top:10px;
}

.productListing-data .productTags div {
	margin:0px;
}

#productGeneral #productName {
	font-size:16px;
	color:#545454;
	margin-bottom:10px;
}

#productGeneral #productName.productGeneral {
	color:#8ED800;
}

#most_popular_header {
	width:511px; 
	height:37px; 
	overflow:hidden; 
	display:block; 
	background-image:url('../yui/images/header.gif'); 
	background-repeat:no-repeat; 
	background-position:left;
}

#most_popular_header span {
	color:#8ed800;
	margin-left:50px;
	font-size:15px;
	font-weight:bold;
}

#scroll-area td img {
	margin-bottom:5px;
}

#scroll-area td a {
	color:#545454;
}

.tab-green-body {
	background-color:#edfcd1;
}

.tab-green-bottom-left {
	float:left; 
	width:11px; 
	height:11px; 
	background-image:url(../images/basket_left_footer.gif);
	background-position:top right; 
	background-repeat:no-repeat;
}

.tab-green-bottom-right {
	float:right; 
	width:11px; 
	height:11px; 
	background-image:url(../images/basket_right_footer.gif);
	background-position:top right; 
	background-repeat:no-repeat;
}

#navColumnOneWrapper #shoppingcart {
	margin-top:15px;
}

#cartBoxListWrapper {
	min-height:200px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:4px;
	padding-right:4px;
}

#main_nav_header {
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
	margin-top:22px;
}

#main_nav_header li {
	float:right;
	display: inline;
	width:95px;
	margin-left:20px;

}

#main_nav_header li a:link, #main_nav_header li a:active, #main_nav_header li a:visited  {
	display:block;
	width:95px;
	height:20px;
	background-image:url(../images/bkg_main_tabs.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	color:#545454;
}

#main_nav_header li a:hover {
	color:#8ED800;
	text-decoration:none;
	background-position:0 -20px;
}

#main_nav_header li a.tabactive {
	background-position:0 -20px;
}

#alsoPurchased {
	/*float:right;*/
	padding-top:25px;
	margin-left:156px;
}

#alsoPurchased h2.centerBoxHeading {
	margin:0px;
	padding:0px;
	color:#8ED800;
	text-align:left;
	background:none;
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}

.productListing-data {
	text-align:left;
	vertical-align:top;
}
.productListing-data h3 {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:5px;
	padding-bottom:10px;
}

.productListing-data div {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:5px;
}

.itemTitle a:link, .itemTitle a:active, .itemTitle a:visited {
	color:#8ED800;
	font-size:14px;
}

.productListing-data .listProdImageWrapper,.main .listProdImageWrapper {
	display:block;
	background-image:url(../images/box_100_80.gif);
	background-repeat:no-repeat;
	width:132px;
	height:112px;
	padding:0px;
	margin:0px;
}

.listProdImageWrapper img {
	padding:16px;
}

.productListing-data .btn_see_details {
	text-align:right;
	margin-top:25px;
}

.cornergraytopleft {
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/corners_10px_gray.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}

.cornergraytopright {
	width:10px;
	height:10px;
	overflow:hidden;
	float:right;
	background-image:url(../images/corners_10px_gray.gif);
	background-repeat:no-repeat;
	background-position: -10px 0px;
}

.cornergraybottomleft {
	width:10px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/corners_10px_gray.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	background-position: 0px -10px;
}

.cornergraybottomright {
	width:10px;
	height:10px;
	overflow:hidden;
	float:right;
	background-image:url(../images/corners_10px_gray.gif);
	background-repeat:no-repeat;
	background-position: -10px -10px;
}

.productTags span {
	color:#8ED800;
	font-weight:bold;
}

#productGeneral .productTags {
	padding-left:232px;
}

#productGeneral #productDescription  {
	padding-left:232px;
}

#productMainImage {
	width:220px;
	height:179px;
	background-image:url(../images/greensurround_img.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:11px;
}

#productMainImage.video {
	height:169px;
	background-image:url(../images/greensurround.gif);
}

#productDateAvailable {
	margin-top:20px;
	color:#545454;
	font-size:14px;
	font-weight:bold;
}