/**
 * 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-top: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 72%;
	line-height:170%;
	color: #3d3d3d;
	background-color: #564f47;
	background-image: 
	url('/images/common/bg.jpg'); background-repeat: repeat-x;
	}
h1.homepage {
	font-size:11px;
	color: #9c9a98;
	align:center;
	position:relative;right:1px;top:700px;
	font-weight:normal;

}

a img {border: none; }

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

a:active {
	color: #655440;

	}
a.homeBox:link, #navEZPagesTOC ul li a {
	color: #ffffff;
	text-decoration: none;
	}
 
a.homeBox:visited {
	color: #ffffff;
	text-decoration: none;
	}

a.homeBox:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #99ccff;
	}

a.homeBox:active {
	color: #ffffff;
	}

/* Link for Item image */
.imgLink {
	font-size:11px;
}
/* Link for print */
a.printLink,
a.printLink:visited {
	font-size:11px;
	background: url(../images/icons/print.gif) no-repeat left 50%;
	padding: 2px 0px 0px 19px;
}
a.printLink:hover {
	font-size:11px;
	background: url(../images/icons/print_hover.gif) no-repeat left 50%;
	padding: 2px 0px 0px 19px;
}
a.printLink:active {
	font-size:11px;
	background: url(../images/icons/print.gif) no-repeat left 50%;
	padding: 2px 0px 0px 19px;
}
/* categories box parent and child categories */
A.category-top,
A.category-top:visited
{
 color: #655440;
 /* font-family:Arial, Verdana, Sans-serif; */
 text-decoration: none;
 background: url(../images/icons/bullet_1.gif) no-repeat left 50%;
 padding: 0px 0px 0px 19px;
 line-height:25px;
 font-weight:bold;
 font-size:11px;
}

A.category-top:hover
{
 /* font-family:Arial, Verdana, Sans-serif; */
 color: #2f4795;
 text-decoration: none;
 background: url(../images/icons/bullet_1_hover.gif) no-repeat left 50%;
 padding: 0px 0px 0px 19px;
 line-height:25px;
 font-weight:bold;
 font-size:11px;
}

A.category-top:active
{
 /* font-family:Arial, Verdana, Sans-serif; */
 color: #2f4795;
 text-decoration: none;
 background: url(../images/icons/bullet_1_hover.gif) no-repeat left 50%;
 padding: 0px 0px 0px 19px;
 font-weight:bold;
 font-size:11px;
}

A.category-links,
A.category-links:visited
{
 color: #655440;
 text-decoration: none;
 background: url(../images/icons/bullet_1.png) no-repeat left 50%;
 padding: 50px 0px 50px 0px;
 
}

A.category-links:hover
{
 color: #2f4795;
 text-decoration: none;
 background: url(../images/icons/bullet_1_hover.png) no-repeat left 50%;
 padding: 50px 0px 50px 0px;
}

A.category-subs,
A.category-products,
A.category-subs:visited,
A.category-products:visited
{
 color: #333333;
 text-decoration: none;
 line-height:20px;
 font-size:10px;
 
}


/*
A.category-products
{
 color: #333333;
 text-decoration: none;
 line-height:20px;
 
 
}*/

#navFooter { 
	font-size:11px;
	color: #ffffff;
}

#navFooter a,
#navFooter a:visited
{
 color: #ffffff;
 text-decoration: none;
}

#navFooter a:hover
{
 color: #99ccff;
 text-decoration: none;
}


#navFooter .copyright a,
#navFooter .copyright a:visited
{
 color: #d3cbc2;
 text-decoration: none;
}

#navFooter .copyright a:hover
{
 color: #99ccff;
 text-decoration: none;
}

h1 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 18px;
	color:#2f4795;
	}

h2 {
	font-size: 11px;
	color:#2f4795;
	}

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: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	margin-top:10px;
	display: block;
	width: 95%;
	}

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

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

LEGEND {
	color: #3d3d3d;
	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;
	}
.categoryListBoxContents {
	width: 160px;
	height: 200px;
        
}
.categoryListBoxContents a img {
	border:1px solid #cccccc;
        
}
/*position: relative;
	text-decoration:none;
.categoryListBoxContents a {
	width: 160px;
	height: 200px;
	padding: 10px;
        position: absolute;
	text-decoration:none;

}*/

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

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-bottom: 1px solid #ffffff;
	}

.messageStackWarning, .messageStackError {
	/*background-color: #ff0000; */
	color: #3d3d3d;
	}

.messageStackSuccess {
	/* background-color: #655440; */
	background-color: #564f47;
	color: #ffffff;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 930px;
	vertical-align: top;
	border: 1px solid white;
	margin:0px;
	padding:0px;
	}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	
	margin: 0px;
	padding: 0px;

	}
#contentMainWrapper {
	margin: 0px;
	padding: 0px;

	}
#mainWrapper {
	margin: auto;	

	} 
#navSupp {
	
}
#navColumnOneWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
	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 {font-size: 95%; color:#655440;}
.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: right;
	}

#navBreadCrumb {
	margin-left:7px;
	font-size: 10px;
	font-weight: bold;
	padding: 0.5em;
	color: #655440;
	/*background-color: #cc9900;*/
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
	font-size: 10px;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	color: #655440;
	}

#navBreadCrumb a,
#navBreadCrumb a:visited {
	color: #655440;
	text-decoration: underline;
	font-weight: normal;	

}
#navBreadCrumb a:hover,
#navBreadCrumb a:active {
	color: #2f4795;
	text-decoration: underline;
	font-weight: normal;	

}

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

*/


#navColumnOne {
	width:201px;
	border-right:1px solid #f0f0f0;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}
#navBgImg {
	width="930px";
	height="30px";
	background-image:url('/images/common/bottom_bdr.jpg'); 
	background-repeat:no-repeat;
	background-position:bottom;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	


/*.content,*/ #productDescription, #productDescription ul,  #productDescription li,.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	}

.alert {
	 /* color: #FF0000; */
	margin-left: 0.5em;
	}
.advisory {padding: 5px;}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding-top: 0px;
	padding-right: 0 px;;
	padding-bottom: 20 px;;
	padding-left: 0 px;
	width:729px;
	}
	
	
/*	
.centerColumn {
	padding-top: 0px;
	padding-right: 0 px;;
	padding-bottom: 0 px;;
	padding-left: 20 px;
	margin-left: 20 px;
	width:500px;
	}	
*/

.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;
	}
.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{
	margin: 0em 0em 0em 0em ;
	}
#reviewWriteMainImage {
	margin-right: 1em;
	}

.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: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom:1px solid #dfdfdf;
	}
	
h2.leftBoxHeading {
	color: #655440;
	font-weight:bold;
	font-size:95%;
	text-align:left;
	padding-left:10px;

}	
	

.leftBoxContainer {
	width: 190px;
	/*border: 1px solid #000000;*/
	margin-top: 1.5em;
	margin-left: 10px;
	}

.sideBoxContent {
	/*padding: 0.4em;*/
	}
.sideBoxContent a img{
	padding-top: 20px;
	}

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;
	}
/*#productMainImage,*/
.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;
	}
.specialsListBoxContents a img {
	border:1px solid #cccccc; 
}

#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;
	margin-right:15px;
	}

.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-right:20px;
	width:50%;
	}

#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;
	}
#productInfoLeftCol {
	width:210px;
	float:left;
	padding-top:1px;
	margin-top:10px;
	margin-left:20px;
}
#productInfoLeftCol a img {
	border:1px solid #cccccc; 
}

#productInfoRightCol {
	width:455px;
	float:right;
	padding-top:0px;
	margin-top:0px;
	margin-right:20px;
}
.itemTextSections, .pageHeading {
	margin-top:20px;
	margin-bottom:4px;
	color:#2f4795;
	display: block;
}
.itemTextSectionsNoSpace {
	color:#2f4795;
	margin-bottom:4px;
	
	display: block;
}
.itemTextEmail {
	color:#2f4795;
}
.imgBdr {
	border:1px solid #cccccc;

}
#productListing a img {
	border:1px solid #cccccc; 
}
#productListing {
 	margin-left:10px;
}
.itemTitle {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom:0px;
}
#specialsDefault {
	margin-left:15px;
	border:1px solid #dfdfdf; 
	width:95%;
	text-align:left;
}

#specialsDefault a img{
	border:1px solid #cccccc; 
}

#specialsListing .navSplitPagesResult {
	margin-left:20px;
	margin-right:20px;
}
#specialsListing .buttonRow{
	margin-left:20px;
	margin-right:20px;
}
#staticContent{
	margin-left:10px;
	margin-right:130px;
	padding-bottom:50px;
}
#staticContent h2{
	margin-left:0px;
	border-bottom:1px solid #f0f0f0;
}
#staticContent h1{
	margin-left:0px;
}

#staticContent a{
	color:#2f4795;
	text-decoration: underline;
}
#staticContent a:hover{
	color: #655440;
	text-decoration: underline;
}
.graphicButtons {
	margin-top:20px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	/* position:absolute; 
	  top:400px; */
	padding-bottom:20px;

}
.buttonRow {
 padding-right:10px;
 padding-left:10px;
}
#search {
	align:left;
}

#search input.btn {   
   color:#050;   
   font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
 }  
 
#reviewsDefault.centerColumn {
	width:680px;
	align:center;
	margin:15px;
	padding-right:20px;
}

#reviewsInfoDefault.centerColumn {
	width:700px;
	align:center;
	margin:15px;
	padding-right:20px;
}

#productReviewsDefaultProductImage {
	margin-right:10px;

}
#reviewsInfoDefaultProductImage {
	margin-right:10px;
}

}
/*
#reviewsInfoDefaultMainContent {
	float:left;
	width:350px;
}
#reviewsInfoDefaultDate {
	float:right;
	width:350px;
}*/
#createAcctSuccess.centerColumn {
	width:700px;
	align:center;
	margin:15px;
	padding-right:20px;
	border:1px solid;
}
.reviewText {
	font-size: 100%;
}
.reviewSmallText {
	font-size: 0.9em;
	color: #2f4795;
	/*font-weight:bold;*/
}
#reviewsWrite {
	margin-left:25px;
	margin-top:20px;
	width: 700px;
	align:center;
}


#reviewsWrite textarea {
	float: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	width: 95%;
}


#reviewsWrite.forward {
	float: right;
	margin-right: 55px;
}

#advSearchDefault.centerColumn {
	width: 100%;
}

.prodTbl {
	font-size: 10px;
}

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

.prodTblColbdr{
	border-right:1px solid #cccccc;
}
#productAdditionalImages{
	align:left;

}
