/**
 * 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

body {
border-top:1px solid silver;
	margin: 0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;

height:auto;

	}
	
html {
	margin: 0;
	padding:0;

	
	background-image:url("../images/bg_white.gif");
background-repeat: repeat-y;
background-position:center;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {

	text-decoration: none;
	}
 
a:visited {

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

#navMain ul li a {
font-weight:bold;
}

#navMain ul li a:hover {
background-color:#868686;
color:white;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

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 {

	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	
	margin-top:0;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}




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 {
height:1px;
	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;
  margin-top:4px;
  margin-bottom:4px;
	}

.messageStackWarning, .messageStackError {
	background-color: #FC4E37;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

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

/*wrappers - page or section containers*/


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

	}

#logoWrapper {
display:block;
clear:both;



width:766px;

margin: 0 auto;
	}



#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	padding-top:10px;
	color:#000000;
	font-size: 2em;
	text-align : left;
	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 {

	}



#navMain ul, #navSupp ul, #navCatTabs ul  {

	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	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;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	margin-top:16px;

	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 1.5em;
	}

#navEZPagesTop {

	font-size: 0.95em;
	font-weight: bold;

	}




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

	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;

	border: 1px solid #000000;
	padding: 1em;
	}

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

.tableHeading, #cartSubTotal {
	background-image:url("/01_images/bg.gif");
	background-color:white;
	 }

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

	}

#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;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

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

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.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-bottom:1em;
	}


#cartImage {
	margin-top:3px;
	margin-right:10px;
	}

/*Attributes*/
.attribImg {
	width: 20%;

}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	}

/*sideboxes*/
.columnRight {display:none;}


h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1em;
	color: #ffffff;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #FFFF33;
	text-decoration: none;
	} 

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;

	padding: 0.5em 0.2em;
	}

.centerBoxHeading {
	margin: 0em;

	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {

	margin-top: 1.5em;
	}

.sideBoxContent {

	padding: 0.4em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #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 {
	
	}

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

.bold {
	font-weight: bold;
	}

.rowOdd {

	height: 1.5em;
	vertical-align: top;
		background-image:url("/01_images/bg2.gif");
	}

.rowEven {

	height: 1.5em;
	vertical-align: top;
	background-image:url("/01_images/bg.gif");
	}

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 {
text-align:left;

	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 {
	background-color: #ffffff;
	}


/* ********************************** */
.centerColumn a {
color:#FC4E37;
}

.centerColumn .navNextPrevList a:hover {
background-color:#FC4E37;
color:white;
}

#headerWrapper {
margin-top:0px;
height:35px;


}


#top_menu {
position:absolute;
width:100%;
}

#logo {

position:absolute;
z-index:100;
height:35px;
}  
#logoWrapper {

height:35px;
}

#be_home {
float:left;
display:block;
width:766px;
height:35px;
background-color:#FC4E37;

background-image:url("/01_images/bloomengine.gif");

}

#be_join {
float:left;
display:block;
width:150px;
height:35px;
background-color:#FC4E37;
margin-right:4px;
background-image:url("../images/join.gif");
background-repeat:no-repeat;
}


a#be_join:hover, a#be_email_title:hover {


background-position: 0px -51px;
height:145px;

display:block;




}

#be_email_title {
float:left;
display:block;
width:150px;
height:35px;
background-color:#FC4E37;
background-image:url("../images/participate.gif");

}
#navCatTabsWrapper, #categoryIcon, .navNextPrevCounter {

}

#categoryIcon, .navNextPrevCounter {
display:none;
}
#navMain {
margin-top:100px;
background-color:silver;
background-image:url("../images/nav_bg_white.gif");



width:774px;

margin: 0 auto;

}

#navMain ul {
margin:0;
padding:0;
}


#navCatTabs {


}

#navMain li a, #navEZPagesTop a, #navCatTabs a, #navEZPagesTop a{

float:left;
border-bottom:4px solid white;
text-align:left;
display:block;
width:145px;
height:15px;
font-size:12px;
background-color:silver;
color:white;
border-left:4px solid white;

background-image:url("../images/nav_item_bg.gif");
padding:0;
vertical-align:center;
padding-top:0px;
padding-left:5px;
}


.centerColumn {
font-size:12px;
color:#535353;
padding-left:3px;
width:610px;

margin: 0 auto;
}

#cartAdd h2 {
color:#535353;
font-size:24px;
font-weight:normal;
}


#cartAdd, #cartAdd p, #cartAdd input {
font-size:11px;
}

#attribsOptionsText, .centerColumn p.join_below, .centerColumn h1, .centerColumn h2, #checkoutConfirmDefaultHeadingCart, #titles_bottom  {
font-size:28px;
line-height:26px;
letter-spacing: -1px;
color:#C5C5C5;
padding:0;
margin:0;

text-transform:lowercase;
margin-bottom:5px;
display:block;

}

.centerColumn h3 {
margin:0;
margin-top:20px;

}

#ezPageDefault ul {
margin:0;
font-size:12px;
}
#ezPageDefault ul li {
margin-bottom:10px;
}
#ezPageDefault h3 {
clear:both;
font-size:12px;
border-top:1px dashed silver;
}

.paypal_instructions {
color:#7E7E7E;
font-size:large;
}

h1#productName {
margin-top:4px;
width:602px;
font-weight:normal;
float:left;
clear:both;
position:relative;
color:#A6A6A6;
padding-left:5px;
padding-right:5px;
text-transform: lowercase;

background-image:url("/01_images/bg.gif");
font-size:25px;

}


.navNextPrevWrapper {

float:left;
display:block;
width:100%;

text-align:right; 
} 
.navNextPrevList {

text-transform:lowercase;
padding:0;
margin:0;

}


.prev_next_bottom {

float:left;


}
.prev_next_bottom .navNextPrevWrapper  {
float:left;
text-align:left;
border:0;

width:465px;
text-align:right;
margin:0;

}


.navNextPrevList a {

float:left;
background-color:gray;
color:white;
width:150px;
height:21px;

font-size:11px;

padding:0;
margin:0;
margin-right:4px;
font-weight:bold;

} 



ul.back {

float:right;
margin:0;
padding:0;
list-style-type: none;
}

ul.back li {
float:left;
}

ul.back li a {

clear:none;
color:#535353;
display:inline;
float:left;
margin-left:10px;

}

h2#productPrices {

display:none;
margin:0;
padding:0;

padding-right:.5em;
}

#productDetailsList {
margin-top:1em;
margin-bottom:1em;


}



#cartAdd {
width:120px;
margin:0;


padding:0;
float:right;



border:0;

background-color:#E0E0E0;
background-image:url("/01_images/bg2.gif");
padding:10px;

margin-right:0;
}

.desc_box {
display:block;
width:200px;
float:right;
border:1px solid red;

margin:0;
}

.desc_h {

display:block;
width:454px;
float:left;


margin:0;
padding-bottom:20px;
padding-top:15px;
}

#productMainImage {


}
#productMainImage img {

border:1px solid #545454;

margin:0;
}

#ezPagesHeading, #indexProductListCatDescription {
display:none;
}

.centerColumn {

margin-top:5px;
}



table {
border-collapse:collapse;
}

.tabTable {
clear:both;

}
.tabTable h3 {
margin:0;
display:block;
width:458px;
}
.tabTable td, .productListing-heading {
text-align:left;
padding:0;
margin:0;


}

.productListing-heading {
display:none
}

h3.itemTitle a {
font-size:25px;
letter-spacing: -1px;
color:#A6A6A6;

margin:0;
text-transform: lowercase;
font-weight:normal;
line-height:27px;

margin-left:10px;

}
h3.itemTitle a:visited {
color:#E0E0E0;

}

h3.itemTitle a:hover, h3.itemTitle a:hover  {
background-color:silver;
color:white; 

}

.productListing-odd {
background-color:white;
background-image:url("/01_images/bg.gif");
}

.productListing-even {
background-color:white;
background-image:url("/01_images/bg2.gif");
}

.productListing-heading {
border-bottom:3px solid #CACACA;
}

#listCell0-0 {

}

#listCell0-1 {

}

#listCell0-3 {
width:50px;
}

p {
margin-top:0;
padding:0;
}


#cartProdTitle {
font-size:25px;
letter-spacing: -1px;
color:#8B8B8B;
padding:0;
margin:0;

font-weight:normal;
line-height:25px;
text-transform:lowercase;
}

.cartUnitDisplay, #scUnitHeading {
display:none;
}

.cartTotalDisplay {

}

.button_continue_shopping {
position:relative;
left:-13px;
}

.button_checkout {
position:relative;
left:13px;
}
.button_continue, .button_checkout, .button_continue_shopping{
font-size:20px;
margin:0;
padding:0;

}

#navCatTabs {

}

#stock_quantity {

display:none;
}

#productDateAdded {

width:500px;

font-size:xx-small;
color:silver;

display:block;
float:left;
border:1px solid blue;
display:none;
}





.small_edit {
color:#FC4E37;
position:relative;
left:7px;
font-size:12px;
font-weight:bold;

text-align:right;
}

#contentMainWrapper {


width:766px;

margin: 0 auto;
}
#scProductsHeading, .cartProductDisplay a {
color:#8B8B8B;

}

#ccTotalHeading, .cartTotalDisplay {
text-align:right;
}

.cartQuantityUpdate {
padding-right:15px;
}

#orderTotals {

}


.category-subs-selected {
width:145px;
display:block;
position:relative;
left:-5px;

background-color:#868686;
}

div.centerBoxContentsNew {

margin-top:10px;
margin-bottom:20px;

} 


.centerBoxWrapper {
margin-bottom:20px;
}
.account {
width:766px;
margin: 0 auto;
 height:15px;
}
.account ul {
 display:block;

 }
.account  ul, .account ul li {
margin:0;
padding:0;
list-style-type:none;
}
.account ul {
float:right;

}

.account ul li {
float:left;
}
.account ul li a {
color:silver;
float:left;
margin-left:15px;

font-size:11px;
}
#navMain {
border-top:4px solid white;
height:15px;

}


#navMainWrapper {
display:none;
height:19px;
}

.below_block {
display:block;
width:614px;





}

#productsListingTopNumber {

}

td.productListing-data br {
display:none;
}

.button_sold_out_sm {
clear:both;
float:left;
}

.productListing-data a {
display:block;
float:left;

}



.button_buy_now {

padding:0;
margin:0;

width:auto !important; 


background-color:#FC4E37;
color:white;
padding-left:3px; padding-right:3px;
clear:both;

}

.button_sold_out_sm {
width:auto !important;
font-weight:bold;
}

caption h2 {

text-align:left;
}

#prevOrders th,
#prevOrders td {
text-align:left !important; 
}
#prevOrders td address {
padding:0;
}

#prevOrders td address br {
display:none;
}

#scProductsHeading {
padding-left:63px;
}

#scQuantityHeading {
padding-left:4px;
}

#scTotalHeading, #myAccountTotal {
text-align:right;
padding-right:4px;
}

th#myAccountQuantity, th#myAccountStatusDate {
padding-left:4px;
}

#ccQuantityHeading, #ccProductsHeading {
text-align:left;
}

#login_new {
width:300px;
margin-right:6px;

}

#login_returning {
width:304px;
float:right;
margin-right:0;

}

FIELDSET {

}
#login_new, #login_returning {
background-image:url("/01_images/bg2.gif");
float:left;

}

#login_new h1, #login_returning h1 {
margin-left:5px;
}

#login_new legend, #login_returning legend {
font-size:18px;
font-weight:normal;
display:none;
}


#login_new #email-address {
width:123px;
}
#login_returning .inputLabel, #login_new .inputLabel {


width:110px;
}
#login_returning input {
width:123px;

}
.join_field {
background-color:#E6E6E6;
background-image:url("http://bloomengine.com/01_images/4pxgap.gif");
background-repeat:repeat-y;
background-position:right;

}
.box_2 {
width:304px;
vertical-align:top;
}

.gap {

}
.more_pictures img {
margin-bottom:4px;
}
.more_pictures {
width:304px;

padding:0;
}

.send_friend_box {
width:400px; 
margin-left:20px; 
padding:10px; 
font-size:x-small; 
background-color:#E6E6E6;
}

#js_draw {
display:none;
}

ul.striped {
margin-top:20px;
width:612px;
}

ul.striped, ul.striped  li {
margin:0;
padding:0;
list-style-type:none;
}

ul.striped li a {
padding-left:10px;
color:#999999;
display:block;
width:602px;
}

ul.striped li a:hover {

color:white;
width:602px;
background-color:gray;
}

li.titles_bottom_header {

font-weight:bold;
padding-left:10px;
color:gray;
background-color:white;
}

.odd { background: #F0F0F0; }
.even { background: #E9E9E9; }

.add_form {
padding:10px;
padding-top:3px;
width:282px;
float:left;
background-color:#E9E9E9; margin-right:5px;
height:90px;
}

#productListing {

width:612px;
float:left;
}

#productListHeading {
clear:both;
border-top:1px dashed silver;
display:block;
float:left;
width:608px;




font-weight:bold;
}

#title_form table {
border-collapse:collapse;
}
#title_form
{


width:140px; background-color:white; padding:2px; margin-top:5px; color:#FC4E37; 
margin-bottom:10px;

}
#title_form textarea, #title_form input  {
font-family:arial;
color:gray;
font-size:12px;
}

span.alert {
white-space:nowrap;
clear:both;

}
.feature_box a {
display:block; width:125px; padding:5px; height:20px; color:white; font-size:12px; font-weight:bold; margin-bottom:5px; 
background-color:#FC4E37;
color:white;
}
.feature_box a:hover {
background-color:#FC4E37;

color:white;
}

#productsListingTopNumber, #productsListingBottomNumber {
color:gray;
}



#ezPageDefault p {

font-size:12px;

}

#checkoutshippingBody legend {
margin-top:10px;
top:5px;
}
#checkoutshippingBody fieldset {

background-image:url("/01_images/bg.gif");
}
dl.how_works {
margin:0;

display:block;
float:left;
padding-bottom:20px;
display:block;
}
dl.how_works dt {
clear:both;
float:left;

font-size:28px;
padding-top:8px;

width:25px;
height:40px;

letter-spacing: -1px;
color:#C5C5C5;


text-transform:lowercase;
}

dl.how_works dd {

float:left;
font-size:50px; font-weight:normal; line-height:45px;
font-weight:bold;
color:gray;
letter-spacing:-2px;
margin:0;
height:50px;

}


h1.steps  {
font-size:50px; font-weight:normal; line-height:45px;
font-weight:bold;
color:gray;
letter-spacing:-2px;
margin-bottom:20px;
}

.steps span {
font-size:28px;
line-height:26px;
letter-spacing: -1px;
color:#C5C5C5;
padding:0;
margin:0;

text-transform:lowercase;

}

body#indexBody {
display:block;


}


.additionalImages {
display:none;
} 

#productAttributes {
width:458px;
clear:left;
}

#attribsOptionsText {
padding-top:10px;
}


#productAttributes label {
clear:both;
position:relative;
top:-4px;
}
#productAttributes h4 {
margin-bottom:4px;
}
#productAttributes .back {
margin-right:4px;


}

h4.optionName {

padding-left:4px;
width:454px;
font-size:12px;
	background-image:url("/01_images/bg.gif");

display:block;
float:left;
}

.start_at {
display:block;
font-size:11px;
letter-spacing:0;
}

.ads {
margin-top:20px;
}
