/**
 * 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,Verdana, Helvetica, Sans-serif;
 font-size: 9pt; 
	color: #000000;
	background-color: #ffffff;
	}

a img {border: none; }

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

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color:dd0000;
	}

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

	}

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 {
	
	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{
	padding: 0em;
	}
ADDRESS {
	padding: 0.5em;
	}
	
ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;

	border: none;
	border-bottom: 1px solid #dedede;
	}

#checkoutShipping, #checkoutPayment ,#checkoutBillto,#checkoutSuccess {
TEXT-ALIGN:left;
}
.ted_optionName {
font-size:9pt;
font-weight:bold;

}

.ez_tb1 {border-left:1px solid #efefef;border-right:1px solid #efefef;}


.ted_cart_sheet {
width:570px;

background-color: #CDE2FB;
color: #000000;
font-weight:bold;
padding: 2px;
font-size: 10pt;
text-align:left;

}


.cartProductDisplay {
padding: 0.5em;
}

.cartTableHeading {
background-color: #E4EEFA;
height:25px;
color: #000000;
}






.shoppingCartDefault {
padding: 0em 0em;
text-align:left;
width:573px;
}





.ted_box_each{ border: 1px solid #dedede;}



.ted_input {border:solid 1;font-size:8pt;color:black;background-color:000000;}



.ted_product_head{
font-family: verdana;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
		font-size: 13pt;
	} 



.ted_featured_main{
font-family: verdana;
	color: #000000;
	width: 580px;
	font-weight:bold;
		font-size: 10pt;
		background-color: #ffffff;
	} 





.ted_cart_bar {

 

 
 
background-color:3366cc;
  color: #000000;
  font-weight:bold;
   font-size: 8pt; 
 
 
  }




.ted_medium {

  color: #3366cc;
  font-weight:bold;
   font-size: 9pt; 
  color: #ffffff;
 
  }







.ted_medium a:link {
	color: #ffffff;
	text-decoration: none;
	} 
	
.ted_medium a:visited {
	color: #ffffff;
	text-decoration: none;
	} 
.ted_medium a:hover {
	color: #fffffff;
	text-decoration: none;
	}  
	
.ted_medium a:active {
	color: #ffffff;
	text-decoration: none;
	} 




.ted_title_bar {
background-color: #2C318D;
height:24px;
color: #ffffff;
font-weight: bold;
font-size: 14pt;
vertical-align: middle;
font-family: verdana;
text-align:left;
}



.ted_login_page {

font-size:9pt;
text-align:left;

}

.ted_login a:link {
	color: #ffffff;
	text-decoration: none;
	} 
	
.ted_login a:visited {
	color: #ffffff;
	text-decoration: none;
	} 
.ted_login a:hover {
	color: #fffffff;
	text-decoration: none;
	}  
	
.ted_login a:active {
	color: #ffffff;
	text-decoration: none;
	} 












.ted_from {
margin:0.2em;
font-size:10pt;
}


.thumbnail {
  position: relative;
  z-index: 0;
}
.thumbnail:hover {
  background-color: transparent;
  z-index: 1;
}
.thumbnail span { /*CSS for enlarged image*/
  position: absolute;
  padding: 0px;
  left: -1000px;
  border: 1px solid #dedede;
  color: black;
  text-decoration: none;
  display:none;
}
.thumbnail span img { /*CSS for enlarged image*/
  border-width: 0;
  padding: 0px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
  display:inline;
  top: 0;
  left: 213px; /* position where enlarged image should offset horizontally */
}







.ted_centerBoxHeading {
	margin: 0em;
	background-color: #C6DCF4;
	padding: 0em 0em;

	}






.ted_review_no {
font-size:7pt;
}





#ted_also {
background-color:ffffff;
 width: 585px;

  }





.ted_also_image {

 
 float: left;
  width: 120px;
  height:120px;
  border: 1px solid #dedede;
  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 8pt; 
   margin:0.3em;
 
  }




.ted_add_image {
border: 1px solid #dedede;
 width: 213px;
 height: 160px;
  }













.bestsellersContent{

align:middle;
background-color : #ffffff;

}

.ted_Product_details{

align:middle;
color : #3366cc;
font-size:9pt;

}

.ted_listing_box{

align:middle;
align:center;
color : #ffffff;

}



.ted_listing_price{
  font-size: 8pt; 
  color:#dd0000;
align:middle;


}





.ted_description{
text-align:left;

font-size:9pt;

}







.cartTotalsDisplay {
 text-align:left;

}





#ted_cart_title{

	
	 background-image:url(http://blackbeltone.com/img/bg_cart_back.gif);


}





#ted_feature_box{

	background-color: #e8e6e6;
 width: 579px;
  font-size: 8pt; 
  align:center;
  
 float:center;
 }




#tedfeatured{

	background-color: #e8e6e6;
 width: 579px;
  font-size: 8pt; 
  float:center;
 


}

.tedfeatured_image {
 float: left;
  width: 144px;
text-align:center;
  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 8pt; 
  
 
 
}

.tedfeatured_image a:link {
	color: #000000;
	text-decoration: none;
	} 
	
.tedfeatured_image a:visited {
	color: #000000;
	text-decoration: none;
	} 
.tedfeatured_image a:hover {
	color: #000000;
	text-decoration: none;
	}  
	
.tedfeatured_image a:active {
	color: #000000;
	text-decoration: none;
	} 

.tedfeatured_right {
 background-image:url(http://blackbeltone.com/img/dot_1.gif);
  float: left;
  width: 2px;
  height: 95px;
 
 }





.tedfeature_box_right {

 width:201px;
   color: #3366cc;
   background-color:#efefef;
    background-image:url(../../../../img/bg_feature_right.gif);
    FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 8pt; 
 
 
}


.tedfeature_box_right_out_line {

 
  border: 1px solid #dedede;
 
}





.tedspecial_image {

 width:201px;
   color: #3366cc;
   background-color:#efefef;
    FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 8pt; 
 
}

.tedspecial_image a:link {
	color: #000000;
	text-decoration: none;
	} 
	
.tedspecial_image a:visited {
	color: #000000;
	text-decoration: none;
	} 
.tedspecial_image a:hover {
	color: #000000;
	text-decoration: none;
	} 
	
.tedspecial_image a:active {
	color: #000000;
	text-decoration: none;
	} 












.tednewproduct_image {
 float: left;
  width: 140px;

  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 8pt; 
  
 
 
}

.tednewproduct_image a:link {
	color: #000000;
	text-decoration: none;
	} 
	
.tednewproduct_image a:visited {
	color: #000000;
	text-decoration: none;
	} 
.tednewproduct_image a:hover {
	color: #000000;
	text-decoration: none;
	} 
	
.tednewproduct_image a:active {
	color: #000000;
	text-decoration: none;
	} 














.ted_floatingBox{
 float: left;
  text-align : left;
}






#ted_category_main_image{

	background-color: #ffffff;
 width: 850px;


}

.ted_category_main_image {
 float: left;
  width: 850px;

  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 7pt; 
 
 
}





#ted_category_image{

	background-color: #ffffff;
 width: 780px;
 float: center;

}

.ted_category_image {
 float: left;
  width: 250px;

  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 7pt; 

 
}















.ted_display_no_main {
  float: left;
  width: 100%;
 


}


.ted_breadcrumb {
  float: left;
  width: 49%;
 
  border: 1px solid black;

}

.ted_display_no {
  float: left;
  width: 49%;
 text-align : right;
  border: 1px solid black;

}














#ted_product_listing{

	background-color: # ffffff;
 


}

.ted_product_listing_image {
 float: left;
  width: 200px;

  color: #ff0000;
  FONT-FAMILY:  Arial,Verdana, Helvetica, Sans-serif;
   font-size: 7pt; 
 
 
}

.ted_product_listing a:link {
	color: #000000;
	text-decoration: none;
	} 
	
.ted_product_listing a:visited {
	color: #000000;
	text-decoration: none;
	} 
.ted_product_listing a:hover {
	color: #000000;
	text-decoration: none;
	} 
	
.ted_product_listing a:active {
	color: #000000;
	text-decoration: none;
	} 









#ted_productName{

		font-size: 1.5em;
text-align: left;
color: #000000;

}



#ted_productPrices{
color:#4f4f4f;
font-size:20px;
}










.ted_floatingBox {
	margin: 0;
	color:blue;
	text-align : left;
	
	}




#ted_attribsOptionsText {

	color:blue;
	text-align:left;
	background-color:#cecece;
	width:100%;
	
	}











.ted_centeredContent{
border:1px solid #dedede;
}


.ted_categoryImg{
border:1px solid #cecece;

}

	



#ted_navBreadCrumb{
	font-size: 7pt;
		color: #ffffff;
	
	float:left;
  text-align:left;
  margin:0em 0.3em;
}

.ted_navBreadCrumb {
font-size: 7pt;
	color: #0D49E8;
	text-decoration: none;
	font-weight:bold;
	
	} 

.ted_navBreadCrumb a:link {
	color: #0D49E8;
	text-decoration: none;
	font-weight:bold;
	} 
	
.ted_navBreadCrumb a:visited {
	color: #0D49E8;
	text-decoration: none;
	font-weight:bold;
	} 
.ted_navBreadCrumb a:hover {
	color: #0D49E8;
	text-decoration: underline;
	font-weight:bold;
	} 
	
.ted_navBreadCrumb a:active {
	color: #0D49E8;
	text-decoration: none;
	font-weight:bold;
	} 



.ted_listing_head{
font-family: verdana;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
		font-size: 14pt;
	} 












#ted_itemTitle{
background-image: url(http://blackbeltone.com/img/bg_title_bar.gif);
	  font-size: 9pt; 
 
		color: #ffffff;
	margin: 0em;
	
  text-align:left;
   height:29px;
}



.ted_itemTitle {
  font-size: 9pt; 
 
	color: #ffffff;
	text-decoration: none;

	} 

.ted_itemTitle a:link {
	color: #ffffff;
	text-decoration: none;

	} 
	
.ted_itemTitle a:visited {
	color: #ffffff;
	text-decoration: none;

	} 
.ted_itemTitle a:hover {
	color: #ffffff;
	text-decoration: underline;

	} 
	
.ted_itemTitle a:active {
	color: #ffffff;
	text-decoration: none;
	
	} 












#centerBoxContentsProducts{
background-image: url(http://blackbeltone.com/img/bg_title_bar.gif);
	font-size: 11pt;
		color: #000000;
	margin: 0em;

  text-align:left;
   height:29px;
}

.centerBoxContentsProducts {
font-size: 8pt;
	color: #000000;
	text-decoration: none;
	
	} 

.centerBoxContentsProducts a:link {
font-size: 8pt;
	color: #330000;
	text-decoration: none;
	
	} 
	
.centerBoxContentsProducts a:visited {
font-size: 8pt;
	color: #000000;
	text-decoration: none;
	
	} 
.centerBoxContentsProducts a:hover {
font-size: 8pt;
	color: #0071BC;
	text-decoration: underline;
	
	} 
	
.centerBoxContentsProducts a:active {
font-size: 8pt;
	color: #000000;
	text-decoration: none;

	} 






.listingProductImage { border:2px solid #ffffff;}


.centerBoxContentsProducts {

width:100;
height:100;
	font-size: 6pt;
		color: #000000;
	margin: 0em;

  text-align:left;
   height:29px;

}



.productListing-heading a:link {
	color: #ffffff;
	text-decoration: none;
	} 


.productListing-heading a:visited {
	color: #ffffff;
	text-decoration: none;
	} 

.productListing-heading a:hover {
	color: #dd0000;
	text-decoration: none;
	} 


.productListing-rowheading {
	background-color: #000000;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}




/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	
	background-color: #ffffff;
	}

.messageStackWarning, .messageStackError {
	background-color: #ffff00;
	color: #000000;
	}

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

.accountLinksWrapper {
 color: #000000;
 font-size:12pt;
 font-weight: bold;
 text-align:left
}


.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	
	}










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

#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 {

	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 9pt;
	
	margin: 0em;
	padding: 0.5em;
  text-align:left;
	
	}

#navColumnOne {
	
	border: 1px solid #cccccc;
	}

#navColumnTwo {
	background-color: #ffffff;
	width:201px;
	}

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding:0.1em 1.0em;

	
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	font-weight:bold;
	font-size: 1.1em;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #E2E3E5;

	 }

#cartSubTotal {
	

	text-align: right;
	line-height: 2.2em;
	padding-right: 1.4em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}
.instructions { padding: 0.5em;}
.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: 0em;
	

	
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color:#ff0000;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #3366cc;
	}

.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 0em 0em 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: #ffffff;
	padding: 0em 0em;
	}

.leftBoxContainer {
background-color: #ffffff;

	}

.sideBoxContent {
	background-color: #ffffff;

	width:220;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #ffffff;

	}

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,  #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;
text-align:left;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #ffffff;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	text-align: left;
	}

 #shoppingCartDefault #PPECbutton {
	float: right;

	}





.forward {
float: right;

}





.forward a:link {
	color: #000000;
	text-decoration: none;
	} 
	
.forward a:visited {
	color: #000000;
	text-decoration: none;
	} 
.forward a:hover {
	color: #3366cc;
	text-decoration: underline;
	}  
	
.forward a:active {
	color: #000000;
	text-decoration: none;
	} 



















.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #ffffff;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	text-align:left;
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0.5em;
	text-align:left;
	font-size: 9pt;
	color: #000000;
	} 






#myAccountGen a:link {
	color: #000000;
	text-decoration: none;
	} 
	
#myAccountGen a:visited {
	color: #000000;
	text-decoration: none;
	} 
#myAccountGen a:hover {
	color: #3366cc;
	text-decoration: underline;
	}  
	
#myAccountGen a:active {
	color: #000000;
	text-decoration: none;
	} 





















.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #CDE2FB;
	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%; text-align:left}

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

