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

*

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
text-align: left;
background: #000000;
font-family: arial, helvetica, sans-serif;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #777777;
	text-decoration: none;
	line-height: 1.9em;
	}
 
a:visited {
	color: #777777;
	text-decoration: none;
	line-height: 1.9em;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #AFC2E6;
	line-height: 1.9em;
	}

a:active {
	color: #777777;
	line-height: 1.9em;
	}

h1 {
	font-size: .95em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}

h2 {
	font-size: ..85em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger
	{
	font-size: .8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}

.biggerText {
	font-size: .9em;
	}

h1, h2, h3, h4, h5, h6 {

    margin: 0;

}

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

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

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;
	}
#cart {
text-align: right;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #AFC2E6;
	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:0;
	} 

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

/*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: #FFFFFF;
	color: #b5b4b4;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding: 5px 10px 5px 0px;
	list-style-type: none;
	text-align: right;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
text-align: right;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 5px 10px 5px 0px;
	margin: 0;
	color: #b5b4b4;
	white-space: nowrap;
text-align: right;
	}

#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;
	background: #ECDEE7;
	border-top: dashed 1px #CCCCCC;
	border-bottom: dashed 1px #CCCCCC;
    padding: 5px 0px 5px 0;
	}

#navBreadCrumb {
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: #ffffff;
	}

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

#navColumnOne {
	background-color: #FFFFFF;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

/*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: #AFC2E6;
	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;
	}
.back {
text-align: right;
}

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

.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;
	border: solid 1px #ECDEE7;
padding: 5px 0px 5px 0px;
	}

.centerBoxContentsNew {
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #AFC2E6;
	text-align: left;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	padding: 0.5em 0.2em;
	}
	
.centerBoxHeading {
	margin: 2em 0 0 0;
	background-color: #CCCCCC;
	padding: 7px 0 7px 0;
	}



.leftBoxContainer {
	float: left;
	}

.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: #ecdee7;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #AFC2E6;
	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: #CACACA;
}

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

#bottom_page {
border-top: dashed 1px #CCCCCC;
border-bottom: dashed 1px #CCCCCC;
padding: 7px 0 7px 0px;
background: #AFC2E6;
color: #FFFFFF;
}

/*NEW CSS*/
/* CSS Document */



#topper {
margin-left: auto;
margin-right: auto;
width: 900px;
height: 70px;
background: #FFFFFF;
text-align: left;
vertical-align: top;
}

#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
background: #000000;
}

#header {
clear: both;
float: left;
width: 900px;
height: 70px;
background: #FFFFFF;
margin: 4px 0 4px 0;
}

#break {
width: 900px;
height: 2px;
background: #777777;
}

#vertical_break {
float: left;
width: 2px;
height: 398px;
}

#block_a {
float: left;
width: 898px;
background: #FFFFFF;
border: solid 1px #777777;
}

#block_b1 {
float: left;
width: 296px;
height: 398px;
border: solid 1px #777777;

}

#block_b2 {
float: left;
width: 297px;
height: 398px;
border: solid 1px #777777;

}

#block_b3 {
float: right;
width: 297px;
height: 398px;
border: solid 1px #777777;

}

#text_1 {
margin: 5px;
border: solid 1px #777777;
width: 264px;
height: 366px;
text-align: left;
padding: 10px;
background: url(images/classicalternating.jpg) no-repeat;
}

#text_2 {
margin: 5px;

border: solid 1px #777777;
width: 264px;
height: 366px;
text-align: left;
padding: 10px;
background: url(images/rollingring.jpg) no-repeat;
}

#text_3 {
margin: 5px;
border: solid 1px #777777;
width: 264px;
height: 366px;
text-align: left;
padding: 10px;
background: url(images/charmingdiamond.jpg) no-repeat;
}

#text_4 {
margin: 5px;
border: solid 1px #777777;
width: 865px;
height: 86px;
text-align: left;
padding: 10px;
background: url(images/fadebox.gif) no-repeat;
}

#block_bottom {
clear: both;
float: left;
width: 898px;
height: 118px;
border: solid 1px #777777;
background: #FFFFFF  url(http://www.imagwerks.com/babybands/store/includes/templates/babybands/images/lowerbanner.png) center no-repeat;;
margin: 4px 0 4px 0;
}

#block_top {
clear: both;
float: left;
width: 898px;
height: 118px;
border: solid 1px #777777;
background: url('/images/mothersringbanner.png') center no-repeat;
margin: 4px 0 4px 0;
}

#bottom_nav {
clear: both;
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
line-height: 1.8em;
color: #777777;
text-align: left;
width: 900px;
margin-left: auto;
margin-right: auto;
}

#bottom_nav a, a.visited, a.link, a.active {
text-decoration: none;
}

#bottom_nav a.hover {
color: #cccccc;
text-decoration: none;
}

#cart {
float: right;
padding-right: 15px;
padding-top: 5px;
font-family: Arial, Verdana, sans-serif;
color: #777777;
font-size: .9em;
}


.block_text {
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
color: #777777;
text-align: left;
padding: 10px;
}

.body_text {
font-family: Arial, Verdana, sans-serif;
font-size: .75em;
color: #777777;
text-align: left;
padding: 10px;
}

.blue_text {
font-family: Arial, Verdana, sans-serif;
font-size: 1.0em;
color: #AFC2E6;
}

#logo {
float: left;
background: url(http://www.imagwerks.com/babybands/store/includes/templates/babybands/images/logo.png) left no-repeat;
width: 200px;
height: 70px;
}

.copyright {
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
color: #FFFFFF;
}

#logo_table {
background: #FFFFFF;
}

#tag_table {
background: #FFFFFF;
padding-top: 6px;
}

td {
vertical-align: top;
}

h1 {
font-size: 1.2em;
color: #999999;
margin: 0;
padding: 0;
font-weight: normal;
}

ul {
margin: 0;
padding: 0;
}

li {
margin: 0;
padding: 0;
list-style: none;
}

#interior_table {
text-align: left;
}

LABEL.attribsSelect {
font-size: 1.0em;
}

#productAttributes {
font-size: 1.0em;
float: left;
}

.table1
	a:visited{
	color: #AFC2E6; 
	text-decoration: underline;
	line-height: 1em;
	}
.table1
	a:active{
	color: #AFC2E6; 
	text-decoration: underline;
	line-height: 1em;
	}

.table1
	a:link{
	color: #AFC2E6; 
	text-decoration: underline;
	line-height: 1em;
	}