/**
 * 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, sans-serif;
	font-size: 62.5%;
	color: #000000;
	/*background-color: #e5edf5;*/
	background:url(../images/bodybg.gif) repeat-x 0px 0px;
	}
#popupImage {background:none;!important;}

a img {border: none; }

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

a:active {
	color: #666666;
	}

h1 {
	/*float:left;*/ width:100%;	
	font:20px Arial, Helvetica, sans-serif;
	color:#E77918; line-height:20px; 
	background:url(../images/bullete5.gif) no-repeat 0px 2px; 
	padding:0px 0px 20px 23px;
	}
h1 p{ padding:0px 0px 0px 23px; }

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, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}




CODE {
	font-family: Arial, 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: 85%;
	}

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

#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: 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%;
	vertical-align: top;
	}

#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;
	padding-left:20px;
	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: right;
	}

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

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #F3F3F3;
	/*padding: 0.5em 0.2em;*/
	}

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

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

#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;
	background:none;
	}
.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;
	}
/*-----------------------------------------Custom Css--------------------------------------------------*/
/* CSS Document */

* { margin: 0; padding: 0 }
html ,body { letter-spacing:0px; word-spacing:0px; font:Arial, Helvetica, sans-serif; font-size:13px; }
html, body, p, form, input, select { margin:0px; padding:0px; }
/*body { background:url(../images/bodybg.gif) repeat-x 0px 0px; }*/
input { padding:0px; margin:0px; border:1px solid #666; padding-left:2px; padding-right:2px; color:#666; }

.black { color:#000000; } .black a { color:#000000; text-decoration:none; } .black a:hover { color:#666; text-decoration:none; }
.orange { color:#FF7C00; } .orange a { color:#FF7C00; text-decoration:underline; } .orange a:hover { color:#666; text-decoration:underline; }
.gray_666 { color:#666666; } .gray_666 a { color:#666666; } .gray_666 a:hover { color:#000000; }

/**Main Structure Css**/

#wrapperarea {
	width:965px; margin:auto auto;
	border-right:0px solid #CCCCCC;
	border-left:0px solid #CCCCCC; 
	display:table; }
	
#headerarea {
	width:965px; /*height:267px; ==main header height*/	/*height:243px;*/
	float:left; margin:24px 0px 0px 0px;
	display:inline-table; border-bottom:0px solid #FF0000;
	/*padding-bottom:19px;*/ }
	
#contentarea {
	clear:both; width:965px; display:inline-table;
	margin:0px; padding:0px; /* background-color:#CCF0F7;*/ /*float:left;*/ }
	/** html #contentarea { float:none; }	*/
	
#footerarea {
	width:965px; clear:both; 
	background:url(../images/footerbg.jpg) no-repeat 0px 0px; height:81px; }
	#footerarea ul { padding:28px 0px 0px 0px; margin:0px 0px 0px 0px;  border:0px solid #FF0000; list-style:none; display:inline-table; }
	#footerarea ul li { padding:0px 0px 0px 0px; margin:0px 10px 0px 10px;  list-style:none; display:inline; /*background-color:#33CCCC;*/ float:left; display:table; }
		* html #footerarea ul li { margin:0px 10px 0px 5px;	}
	.liwidth { width:300px;}
		* html .liwidth { width:302px; }
	
.navbg {
	background:url(../images/navbg.gif) no-repeat 0px -1px;
	width:965px;height:47px; clear:both; vertical-align:top; 
	border-top:0px solid #000000; color:#FFFFFF;  line-height:41px;
	font:14px Arial, Helvetica, sans-serif;  display:table; 
	float:left;  }	
	.navbg a{ color:#FFFFFF; text-decoration:none;}
	.navbg a:visited{ color:#FFFFFF; text-decoration:none;}
	.navbg a:hover { color:#FFC488; text-decoration:none; }	
	
	.navbg ul { padding:0px 0px 0px 0px; margin:1px 0px 0px 0px;/*display:inline-table; */ float:left;  }
	.navbg ul li  { margin:0px 0px 0px 0px; list-style:none; /*display:inline;*/padding:12px 0px 12px 0px; float:left;  }
	
	.navsep { background:url(../images/navsep.gif) no-repeat 0px 100%; width:11px; }
	.navlinks { padding-left:34px!important; padding-right:33px!important; }
	.navlinks2 { line-height:14px!important;padding-left:14px!important;  /*padding:0px!important;*/  } 

#prod_sub1 a{ color:#666666;}
#prod_sub1 a:hover{ color:#000000;}	
	
	.navbg ul li ul {  background-color:#ECECEC;   position:absolute; margin:28px 0px 0px -32px; border:1px solid #969594; display:block; width:125px; }
	
	.navbg ul li ul li { /*background-color:#ECECEC;*/  float:none; line-height:11px; border:0px solid #FF0000;
		font:13px Arial, Helvetica, sans-serif; color:#666666; padding:2px 10px 4px 0px; background:url(../images/horidote.gif) repeat-x 0px 100%; width:92px; display:block!important;  }
		
		.navbg ul li ul li a { color:#666666; text-decoration:none; width:92px; }
		.navbg ul li ul li a:hover { color:#000000; text-decoration:none; }
	
.leftpannel {
	width:202px; /*display:table;*/ /**background-color:#00CCCC;**/ /*float:left;*/ }
	
.rightpannel {
	width:749px; /*display:table;*/ /*background-color:#FFCC00;float:left;*/ 
	margin:0px 0px 0px 14px;  }	
	
	
/**Other Structural Css**/

.gray2 { color:#999999; }
	.gray2 a { color:#999999; }
	.gray2 a:hover { color:#666; }

.black { color:#000000; }
	.black a { color:#000000; }
	.black a:hover { color:#666666; }

.orange { color:#E77817; }
	.orange a { color:#E77817; }
	.orange a:hover { color:#666; }	

.textstyle1 { 
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;  }
	
.textheading {
	color:#E77817;
	font:bold 15px Tahoma, Arial, Verdana;  }	

.clearall {
	width:100%; float:left; clear:both; font-size:0px; line-height:0px; }

	
.header_links {

	width:965px; float:left; 
	margin:0px 0px 0px 0px;
	text-align:right; display:table; }	
	
.header_left {
	display:table; float:left;
	width:434px;}

.header_right {
	display:table; float:left;
	width:360px;   }
	
.header_members {
	width:251px; height:126px; float:right;
	border:0px solid #CCCCCC; margin:10px 11px 0px 0px; 
	background:url(../images/member2.gif) no-repeat 0px 0px;  }	
	* html .header_members { margin:10px 5px 0px 0px;  }
	
.list1 { }
	.list1 ul  { list-style:none; padding:0px 0px 5px 0px; margin:0px 0px 0px 0px;   }
	.list1 ul li {  list-style:none; }	
	
.lp_box { width:202px; float:left;  }

.lp_heading1 {
	background:url(../images/lp_headingbg.gif) no-repeat 0px 0px; 
	width:202px; height:38px; color:#333333; line-height:17px!important; 
	font:17px Arial, Helvetica, sans-serif; }
	
	.blog { padding:10px 0px 9px 37px;  background:url(../images/blogimage.gif) no-repeat 94% 5px;  }	
	.news { padding:10px 0px 9px 37px;  background:url(../images/newsimage.gif) no-repeat 94% 3px;  }	
	.faqslogo { padding:10px 0px 9px 37px;  background:url(../images/faqimage.gif) no-repeat 94% 3px;  }	
	.cateicon { padding:10px 0px 9px 37px;  background:url(../images/categoryicon.gif) no-repeat 94% 3px;  }	

	
.lp_boxmid {
	background:url(../images/lp_boxmid1.gif) repeat-y 0px 0px;
	padding:13px 8px 10px 8px; font:14px Arial, Helvetica, sans-serif;
	color:#333333; line-height:16px;  }
	
.lp_boxbottom	{
	background:url(../images/lp_boxbottom.gif) no-repeat 0px 0px; 
	height:22px; }
	
.bullet1 {
	background:url(../images/bullete1.gif) no-repeat 2px 5px; 
	padding-left:16px; padding-bottom:10px; }
	
.readmore {	color:#FF8517; text-align:right; padding:0px 6px 3px 0px;  }
	.readmore a {	color:#FF8517; text-decoration:none; }
	.readmore a:hover {	color:#FF8517; text-decoration:underline; }
		
.date{ 
	color:#FF7900; background:url(../images/hline1.gif) no-repeat 0px 12px;
	padding-bottom:5px; }
	
.rp_add {
	width:749px; float:left; display:inline-table; }
	
.rp_add_left {
	width:533px; float:left; display:inline-table;
	margin:0px 0px 0px 0px; background-color:#FFFFFF; }
	
.rp_add_right {
	width:201px; float:right; /*display:inline-table;*/
	margin:0px 0px 0px 10px; /*background-color:#FF00FF;*/ }	
	
.bulkordering {
	background:url(../images/add2.gif) no-repeat 0px 0px;
	width:201px; height:72px; margin-bottom:21px; }	
	
.bulkordering_heading {
	float:left; width:102px; color:#FFFFFF; 
	font:bold 24px Arial, Helvetica, sans-serif; letter-spacing:-0.02em;
	margin-left:12px; margin-top:12px; line-height:26px!important;  }
	* html .bulkordering_heading { margin-left:6px; }	
	
.bulkordering_heading2 {
	float:left; width:80px; color:#FFFFFF; 
	font:bold 14px Arial, Helvetica,  sans-serif; letter-spacing:-0.02em;
	line-height:16px!important; padding-top:4px; }	
	
.livechat {
	background:url(../images/add3.jpg) no-repeat 0px 0px;
	width:201px; height:72px;}
	
.livechattext {
	font:22px Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:5px 0px 0px 14px;  }		
	
.clickhere {
	font:15px Arial, Helvetica, sans-serif;
	color:#FFFFFF; padding:5px 0px 0px 30px; 
	background:url(../images/bullete3.gif) no-repeat 20px 11px;  }	
	.clickhere a { color:#FFFFFF; text-decoration:none; }
	.clickhere a:hover { color:#FFFFFF; text-decoration:underline; }
	
.add1 {
	width:533px; height:206px; 
	background:url(../images/add1.gif) no-repeat 0px 0px;  
	}
	
.graybox {
	width:749px; display:table; float:left;
	margin:0px 0px 0px 0px;  }	
	
.graybox_top {
	width:749px; display:table; float:left; height:7px; font-size:0px; line-height:0px;
	margin:0px; padding:0px; background:url(../images/graybox_top.gif) no-repeat 0px 0px; 	  }
	
.graybox_mid {
	width:749px; display:table; float:left; 
	margin:0px; padding:0px; background:url(../images/graybox_mid.jpg) repeat-y 0px 0px; }				
	
.graybox_bottom {
	background:url(../images/graybox_bottom.gif) no-repeat 0px 0px;
	height:31px; width:749px; display:table; float:left; 
	font-size:0px; line-height:0px; }
	
.product1 {
	background:url(../images/product1topbg.jpg) no-repeat 0px 0px !important;
	width:736px; margin:0px 0px 0px 6px; display:inline-table; 
	border:0px solid #FF0000; float:left; }
	* html 	.product1 {  margin:0px 0px 0px 2px;  }
	
.imagebg {
	background:url(../images/whiteimagebox.gif) no-repeat 0px 0px;
	width:121px; height:107px; margin:16px 0px 0px 8px; 
	padding-top:7px; float:left; }
	* html .imagebg { margin-left:4px; }
	
.pro1_heading {
	font:bold 16px Arial, Helvetica, sans-serif; color:#666666;
	background:url(../images/bullete4.gif) no-repeat 0px 0px; 
	float:left; margin:16px 0px 0px 6px; padding-left:26px;
	width:560px; /*background-color:#0099CC;*/  }	
	
.pro1_details {
	float:left; /*background-color:#FFCCCC;*/ /*width:578px;*/ margin-left:10px; margin-top:7px;  }
	.pro1_details ul { padding:0px 0px 0px 0px; margin:0px 0px 0px  0px; list-style:none; display:inline;  /* width:578px;*/  }
	.pro1_details ul li {  padding:0px 0px 0px 0px; margin:0px 8px 0px  7px; list-style:none; display:inline; float:left;
	/*background-color:#0099FF;*/  border:0px solid #CCCCCC; }	
	
.whiteline {
	background:url(../images/whiteline.gif) no-repeat 50% 50%; 
	height:3px; width:100%; font-size:0px; line-height:3px;
	clear:both; float:left; padding:12px 0px 0px 0px; }	
	
.copyright {
	font:12px Arial, Helvetica, sans-serif ; line-height:20px;
	color:#FFFFFF; text-decoration:none;
	padding-left:14px; }	
	
.webmaster {
	font:12px Arial, Helvetica, sans-serif ; line-height:17px;
	color:#FFFFFF; text-decoration:none; padding-left:14px; }
	.webmaster a { color:#FFFFFF; text-decoration:none; }
	.webmaster a:hover { color:#FFFFFF; text-decoration:underline; }
	
.footerlinks {
	text-align:center; padding:7px 0px 0px 0px;
 	font:13px Arial, Helvetica, sans-serif ; color:#333333; }				
	.footerlinks a { color:#333333; text-decoration:underline; }
	.footerlinks a:hover { color:#666;  text-decoration:underline; }
	
/* inner page css */

.clear { clear:both; }

#graybox_midtext {
	/*width:749px;*/ width:724px; display:table; float:left; color:#666666;
	margin:0px 0px 0px 10px; padding:0px; border:0px solid #FF0000; }
	* html #graybox_midtext {margin:0px 0px 0px 5px;}
	
.page_heading {
	float:left; width:100%;	
	font:20px Arial, Helvetica, sans-serif;
	color:#E77918; line-height:20px; 
	background:url(../images/bullete5.gif) no-repeat 0px 2px; 
	padding:0px 0px 6px 0px;  }	
	.page_heading p { padding:0px 0px 0px 23px; }
	
.content {
	font:14px Arial, Helvetica, sans-serif; 
	color:#666666; line-height:18px; 
	margin:10px 8px 0 22px;
	}	 
	
.seperator1 {
	background:url(../images/sep.gif) repeat-x 50% 50%; 
	height:12px; font-size:0px; line-height:0px; }	
	
.subheading1 {
	background:url(../images/bullete6.gif) no-repeat 0px 5px; 
	padding: 4px 0px 8px 20px; color:#666666;
	font:bold 15px Arial, Helvetica, sans-serif;  }			
/*-----------------------------------------------------------custom Css--------------------------------------*/	

#catTable{ padding:15px; text-align:left;}

.productListing-rowheading{ color:#000; font-size:12px; }
.productListing-rowheading a{ color:#000; }
.productListing-rowheading a:hover{ color:#FF6600; }

.productListing-data { vertical-align:top;}

#productDetailsList{
margin-left:10px;
padding-left:15px;
}
.centeredContent{ text-align:center;}
.navNextPrevWrapper,.centeredContent,.centerBoxWrapper,.imgLink{ text-align:center;}