/**
 * 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, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	/* background: #ffffff url(/common/images/background_pattern.jpg) repeat; */
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #58A29C;
	text-decoration: underline;
	}
 
a:visited {
	color: #4a958f;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color:#2a6d68;
	}

a:active {
	color: #2a6d68;
	}

h1 {
	font-size: 1.5em;
	}
h1#productListHeading {
    margin-left: 0px;
    font-size: 18px;
	color: #676867;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}
h3.itemTitle {
	font-size: 12px;
	margin: 0px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

h2 {
	margin: 5px 0px 0px 0px;
}

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%;
	}
form textarea#enquiry {
	width: 400px;
	margin: 2px 0px;
	padding: 2px;
	display: inline;
}
div#reviewsWrite textarea {
	width: 380px;
}

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: 0px 0.2em;
	margin-top: 0px;
	}

div#productAttributes label {
	float: none;
	padding-left: 3px;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	float: none;
	}
form fieldset label.checkbox {
	width: 360px;
	padding-left: 5px;
	}
div.ratingRow label.checkbox {
	width: 380px;
	height: 25px;
}
div.ratingRow input.checkbox {
	margin-left: 20px;
}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
/*
LABEL.inputLabel {
	width: 11em;
	float: left;
	}
	*/
label.inputLabelLogin {
	width: 100px;
	float: left;
}

input#login-email-address {
	width: 200px;
}
input#login-password {
	width: 100px;
}
fieldset#new-users-fieldset {
	width: 200px;
}
fieldset#returning-users-fieldset {
	width: 320px;
}
p.divider {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0px;
	font-size: 14px;
}
LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}
div#checkoutPayment p, div#checkoutPayment address {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
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*/

#mainWrapperOuter {
    width: 100%;
	background: transparent url(/common/images/top_blue_background.gif) repeat-x;
}
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
    width: 960px;
	}
* html #mainWrapper {
    width: 970px;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#contentMainWrapper {
    width: 550px;
    float: left;
    z-index: 2;
    position: relative;
/*    clear: left; */

}    
#contentMainWrapper.nonindex {
margin-top:120px;
}
#contentMainWrapper.index {
margin-top: 45px;
}
#logoWrapper {
    background: transparent url(/includes/templates/dhd/images/second_middle_background.jpg) no-repeat;
    width: 646px;
    border-left: 1px solid #d6e7e7;
    margin-left: 3px;
    position: absolute;
    top: 45px;
    height: 124px;
    z-index: 1;
		text-align: left;
}
#center-home {
    background-color: #ab9d90; 
    margin: 0px 0px 0px 0px;
    height: 150px;
    width: 486px;
}
#center-home img#center-home-layout {
    float: right;
    margin: 5px 5px 0px 0px;
}
#center-home-kits {
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
}
#center-home-tutorials {
    float: left;
    position: absolute;
    left: 104px;
    top: 37px;
}
#center-home-albums {
    float: left;
    position: absolute;
    left: 30px;
    top: 65px;
}
#center-home-printables {
    float: left;
    position: absolute;
    left: 200px;
    top: 95px;
}
#center-home-photographers {
    float: left;
    position: absolute;
    left: 28px;
    top: 127px;
}
#navSecond {
    color: #58a29c;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0px 10px 0px;
    position: relative;
    left: -3px;
}
#navSecond a {
    font-size: 14px;
    color: #58a29c;
    font-weight: bold;
    padding: 0px 4px;
}
#navSecond a:hover {
    color: #4a8f8b;
}
#topHouseAd {
    margin: 5px 0px 0px 147px;
    overflow: hidden;
}
#topHouseAd {
    width: 490px;
    height: 75px;
}

#mainWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
    float: right;
    margin: 0px;
    padding: 0px;
}
#navColumnOneWrapper {
    margin: 0px 4px 0px 7px;
    padding: 0px 2px 0px 2px;
/*    border-left: 1px dashed #e1e1d8; */
/*    border-right: 1px dashed #e1e1d8 ; */
    position: relative;
    top: -7px;
}
#navColumnTwoWrapper h3,
#navColumnOneWrapper h3 {
    display: none;
}

/*
#navColumnOneWrapper h3#searchHeading {
    display: block;
    padding: 6px 0px 0px 0px;
}
*/
#navColumnOneWrapper h3#searchHeading label {
    padding: 0px;
}
#navColumnOneWrapper h3.new-categories {
    display: block;
    padding: 0px;
    margin: 0px;
    color:#676867;
    font-size:1.1em;
    font-weight: bold;
}

/*
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
    position: absolute;
    padding: 6px 0px 0px 10px;
	}
*/
#taglineWrapper {
   display: none;
   position: absolute;
   visibility: hidden;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
div#checkoutPayment .floatingBox {
  width: 300px;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
    clear: both;
    margin-top: 10px;
}
.navSplitPagesLinks {
    margin-top: 10px;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
	background: #6EB0AC url(/common/images/top_middle_background.jpg) no-repeat;
	font-weight: bold;
	color: #ffffff;
	height: 45px;
padding: 0px;
}

#navSuppWrapper {
	margin: 0px 0px 0px 4px;
	background-color: #C4D8CF;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
    clear: both;
	}
#navCatTabsWrapper {
    display: none;
    position: absolute;
    visibility: hidden;
}    
#navMain {
/*    text-align: right; */
}
#navMain ul {
    float: right;
    text-align: right;
	margin: 0;
	padding:  15px 10px 5px 0px;
	list-style-type: none;
	line-height: 1.5em;
}
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
  font-family:arial,helvetica,verdana,sans-serif;		
}
#navSupp {
    text-align: center;
    color: #676867;
    font-size: 18px;
    padding-top: 2px;
    font-weight: normal;
}
#navSupp a {
    color: #676867;
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#navSupp a:hover {
    color: #8b8c8b;
}
#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: 0px 0px 10px 0px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #ffffff;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0px 0px 5px 0px;
    color:#676867;
	}

div#navBreadCrumb a {
    text-decoration: underline;
    color:#676867;

}
#navColumnOne {
	background-color: #ffffff;
    clear: left;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
	}

#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;*/
	font-size: 12px;
	padding: 15px 0px 15px 0px;
	}

.product-actions{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
  border-bottom: 2px dotted #cccccc;
	font-size: 12px;
}
.product-share-on-facebook {
	float: right;
}
.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: 0px 0px 10px 0px;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.tableHeading TH {
/*	border-bottom: 1px solid #ffffff;*/
	border-bottom: 1px solid #333333; 
	}

.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, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay   {
	padding: 0.5em 0em;
	}
	
.cartRemoveItemDisplay {
	padding: 0.5em 10px 0.5em 5px;
}

.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: 10px;
	}
.cartAttribsList ul {
	list-style-type: none;
}
#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; */
	}
.strike {
    text-decoration: line-through;
}

.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 {
	width: 100px;
	text-align: left;
	padding: 0.2em;
	}

.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: 0px 10px 0px 10px;
	float: left;
	}

/*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;
	background-color: #ffffff;
    color: #676867;
    text-align: left;
	}

.leftBoxHeading  {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}
.centerBoxHeading {
  margin: 0em;
  padding: 0px 0px 10px 0px;
  text-align: left;
  margin-left: 0px;
  font-size: 18px;
	color: #676867;

}

.leftBoxContainer {
	border: 0px;
	margin-top: 5px;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0px;
	}
#categories .sideBoxContent {
    margin-left: 20px;
}
#bannerboxContent {
    padding: 0px 0px 3px 0px;
}
#bannerbox2Content,
#bannerbox2Contentb {
    padding: 0px 0px 3px 0px;
}
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, #cartBoxGVBalance, .leftBoxHeading,.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: #dddddd;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #eeeeee;
	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: #dddddd;
	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: 0px 3px 5px 3px; }

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


#searchContent form input.button_search,
#centerSearch form input.button_search {
    background: url(/common/images/go_button.jpg) no-repeat 0 0;
    margin: 3px 0px;
    padding: 0px;
    border: 0px;
    top: 0px;
    width: 20px;
    height: 17px;
}
#search-content {
	margin: 10px 0px 0px 0px;
}
#centerSearch form input.button_search {
	  float: right;
}
#searchContent form input {
    margin: 0px;
    border: 1px solid e1e1d8;
    line-height: 10px;
    font-size: 10px;
    padding: 1px;
    position: relative;
    top: -7px;
}
* html #searchContent form input,
* html #centerSearch #center-keyword {
    position: static;
}
#searchContent form {
    margin: 0px 0px 0px 2px;
    
}
#centerSearch #center-keyword-label {
    width: 330px;
    text-align: right;
    display: block;
    float: right;
    color:#676867;
    font-size: 11px;
    padding-top: 4px;
		margin: 0px;
}
#centerSearch #center-keyword {
		float: right;
		margin-top: 2px;
}
.center-go {
	float: right; 
	margin: 3px 3px 0px 3px;
}
#searchContent form input.left-go {
  float: right;
  margin: 0px 23px 0px 3px;
}
#centerSearch {
    border: 1px solid #e1dfd1;
    background-color: #f4f4f1;
    height: 23px;
    overflow: hidden;
}
div.centerBoxContentsNew a.newProductName,
a.productName {
/*     text-decoration: none; */
    color: #676867;
}
div.centerBoxContentsNew a.newProductPrice,
a.productPrice {
    color: #676867;
    
}
h1#productName {
	color: black;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
}
p.manufacturer {
	margin:0px;
	padding: 0px;
}
p.manufacturer a,
p.manufacturer a.visited {
	color: #73b6b5;
	font-size: 13px;
}
p.initial-price {
	float: right;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
div.product-info {
	 float: right;
	 text-align: left;
	 width: 420px;
}
div#getting-started {
    border: 1px solid #9a8d7f;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 5px 8px;
    width: 468px;
}
div#getting-started h2 {
    border-bottom: 1px solid #9a9d7f;
    margin: 0px -8px 0px -8px;
    padding: 4px 2px 2px 2px;
}
div#getting-started p {
    padding: 3px  0px 30px 0px;
    margin: 0px;
    font-size: 13px;
    color: #676867;
}
div#getting-stareted p a,
div#getting-started p a:visited,
div#getting-started p a:link {
    color: #676867;
}
div#getting-started p a:hover {
    color: #9a9d7f;
}
div#getting-started img.center-visit-classroom {
    float: left;
    margin-top: 4px;
}
div#getting-started img.getting-started-read-more {
    float: right;
    margin-top: 4px;
}
div#getting-started-bottom {
    background: transparent url(/dhd_images/home/getting_started_border.gif) top left no-repeat;
    height: 9px;
}
div#center-banner-home {
    margin-top: 6px;
}
div.double-column {
    background: url(/dhd_images/double_column_background.gif) repeat-y;
}
div.double-column-wrapper {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 1px;
    background: url(/dhd_images/double_column_border.gif) bottom left no-repeat;
}
div.double-column div.left-of-double-column {
    border-top: 1px solid #8ebfbb;
    float: left;
    width: 238px;
    margin: 0px 7px 1px 1px;
    background-color: #e4eee6;
}
div.featured-layout img.featured-layout-preview {
    float: left;
    margin: 6px 6px 0px 6px;
}
div.featured-layout img.visit-the-gallery {
    float: right;
    margin: 0px 6px 3px 0px;
}
div.featured-layout p {
    clear: left;
    padding: 0px 0px 2px 6px;
    margin: 0px;
}
div.double-column div.right-of-double-column {
    border-top: 1px solid #8ebfbb;
    float: left;
    width: 238px;
    background-color: #e4eee6;
    margin: 0px 1px 1px 1px;
}
br.end-double-column {
    height: 1px;
    line-height: 1px;
    margin-bottom: 1px;
    width: 486px;
    clear: both;
    position: relative;
    background: url(/dhd_images/double_column_border.gif) bottom left no-repeat;
}
div.double-column h2 {
     border-bottom: 1px solid #8ebfbb;
     margin: 0px;
     padding: 4px 2px 2px 2px;
}
div.meet-the-designers .designer-thumbnail {
    float: left;
    margin: 6px 6px 0px 6px;
}
div.meet-the-designers .meet-the-designers-read-more {
    float: right;
    margin: 0px 6px 0px 0px;
}
div.meet-the-designers p {
    font-size: 11px;
    margin: 0px;
}
div.meet-the-designers .designer-featured-layout {
    float: left;
    margin: 2px 6px 2px 6px;
}
div.meet-the-designers .designer-digital-kits {
    float: right;
    margin: 0px 6px 2px 0px;
}
div.dhd-news {
    border: 1px solid #8ebfbb;
    width: 484px;
}
div.dhd-news h2 {
    border-bottom: 1px solid #8ebfbb;
    margin: 0px;
    padding: 4px 0px 6px 2px;
}
div.dhd-news h2 img.subscribe {
    float: right;
    position: relative;
    top: -1px;
    margin-right: 6px;
}
div.dhd-news h3 {
    color: #58a29c;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 2px 0px 0px 2px;
}
div.dhd-news .news-read-more {
    float: right;
    margin: 6px 6px 0px 0px;
}
div.dhd-news p {
    font-size: 13px;
    padding: 0px 0px 8px 6px;
    margin: 0px;
}
div.dhd-news p.p2 {
    margin-bottom: 10px;
}
div#dhd-news-bottom {
    background: transparent url(/dhd_images/home/dhd_news_border.gif) top left no-repeat;
    height: 11px;
}
div#trailimageid {
    position: absolute;
    z-index: 10;
}
div#productListing .item,
{
    float: left;
    width: 33.3%;
		height: 205px;
}
div.item {
    float: left;
    width: 180px;
		height: 225px;
		text-align: center;
		font-size: 11px;
}
div.item a {
	font-size: 12px;
}
div.item-all-products {
    float: left;
    width: 195px;
		height: 265px;
		text-align: center;
		font-size: 11px;
}
div.item-all-products a {
	color:#676867;
	font-weight: bold;
  font-size:12px;
}
div.item-all-products img,
div.productListing-data img{
	margin-bottom: 3px;
}

div#productListing {
    margin-bottom: 10px;
}
div.centerBoxWrapper {
    clear: both;
}
div.blog-snippet {
	width: 550px;
}
div.blog-snippet h1 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
div.blog-snippet p {
  padding: 0px 0px 10px 0px;
	margin: 0px;
  font-size: 12px;
}
div#search {
	margin: 5px 0px; /* 20px 0px 0px 15px; */
}
div.navNextPrevWrapper {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	color: #676867;
}
div.category-list-container {
	float: left;
	width: 125px;
	margin: 0px 10px 10px 0px;
}
div.category-list-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.category-list-container ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
div.category-list-container ul li a {
	font-size: 12px;
}
.cartTotalsDisplay {
  text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}
#scProductsHeading {
	text-align: left;
	padding-left: 10px;
}
div.product-filter-form {
	position: absolute;
	left: 250px;
	top: 50px;
	text-align: right;
	width: 300px;
}
div.product-filter-form label {
	float: none;
}
div#loginDefault form h3 {
	margin-left: 126px;
}

div.dec-layout {
	width: 180px;
	float: left;
	text-align: center;
}
/*
     