/* @override 
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	https://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://stephen-sunderlands-computer.local/~stevesunderland/futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
	http://stephen-sunderlands-computer.local/~stevesunderland/futurecraftstudio.com/store/includes/templates/classic/css/print_stylesheet.css
	http://www.futurecraftstudio.com/store/includes/templates/classic/css/stylesheet.css
*/

/**
 * 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;
	color: #000;
	background-color: #fff;
	}
	a {
	outline: none;
}

a img {border: none; }

#logo a img {
}


a:link, #navEZPagesTOC ul li a {
	color: #999;
	text-decoration: none;
	font-style: italic;
}
 
a:visited {
	text-decoration: none;
	color: #000;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #000;
	}

#productMainImage a:hover {
	border-bottom: none;
}

a:active {
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	}

h1 {
	font-size: 1.25em;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .1em;
}

h2, h4 {
	font-weight: normal;
	font-style: normal;
}

h2.greeting {
	color: #666;
}

span.cssButton.button_logoff {
	background-color: #8d0000;
	color: #fff;
}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	line-height: 1em;
	font-size: 1em;
}

.biggerText {
	font-size: .8em;
}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0;
}

#loginDefault form {
	border-bottom: 1px dotted #000;
	padding-bottom: 0;
}

TEXTAREA {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


input:focus, select:focus, textarea:focus {
	background-color: #b3b3b3;
}
div#loginDefault fieldset input {
	border: 1px solid #999;
}

#loginDefault form {
	border-top-style: dotted;
	border-top-color: #000;
}

FIELDSET {
	margin: 1em 0em;
	border-bottom: 1px dotted #000;
	border-style: none;
	padding: 0;
	font-size: .8em;
}

FIELDSET FIELDSET {
	font-size: 1em;
}

LEGEND {
	font-weight: bold;
	color: black;
	padding: 0 0 10px;
	margin-bottom: 0;
	width: 100%;
}

LABEL, h4.optionName {
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	width: 50px;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
}

div.ccinfo {
	margin-top: 10px;
	padding-left: 20px;
}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666;
}

ADDRESS {
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.25em;
	font-size: 1em;
}

#cartContentsDisplay tbody tr.cartTableHeading {
	text-align: left;
}

	

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dotted #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.25em;
	padding: 0.5em;
}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	display: none;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #ccc;
	color: #000000;
	margin-bottom: 10px;
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	background-color: #fff;
	padding: 20px 0 60px;
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#informationHeading {
	display: none;
}	
	

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 1em;
	margin-right: 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%;
	}

#accountLinksWrapper {
	width: 100%;
}

#myAccountGen li a, #myAccountNotify li a {
	color: #666;
}

#myAccountGen, #myAccountNotify {
	padding-left: 1.25em;
}

.wrapperAttribsOptions {
	margin: 0;
	}

/*navigation*/

.navSplitPagesResult {
	color: #999;
	text-transform: uppercase;
	font-size: .7em;
}
.navSplitPagesLinks {
	letter-spacing: 0;
}

div#sorter {
	margin-top: 10px;
}


#shoppingcartHeading {
}

.navNextPrevCounter {
	margin: 0em;
	font-size: .75em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1em;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
}

#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;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.25em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin-bottom: 20px;
	margin-right: 20px;
}

div.buttonRow.forward {
	margin: 0;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0;
	background-color: #ffffff;
	font-weight: bold;
	margin: 0em 0em 20px;
	font-size: .7em;
	text-transform: uppercase;
	color: #666;
}
#navBreadCrumb a {
	font-style: normal;
}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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;
	font-size: 12px;
	line-height: 150%;
	float: left;
	width: 380px;
}

div#productAttributes {
	font-size: .8em;
	clear: none;
	float: left;
	margin-top: 10px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	line-height: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 380px;
}

.alert {
	color: #8d0000;
	margin-left: 0.5em;
	}
.advisory {
	color: #8d0000;
	margin-bottom: 20px;
}

.notice {
}

#checkoutShippingContentChoose {
	color: #666;
}

#checkoutBillto div.buttonRow.forward {
	float: none;
}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	margin-right: 30px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: .75em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: none;
	width: 380px;
	font-style: normal;
	font-size: 1em;
	float: left;
	font-weight: normal;
}

a:link {
	color: #000;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;

}

#checkoutSuccessOrderLink {
	padding-bottom: 20px;
}

div.additionalImages.centeredContent.back {
	margin: 0;
	float: left;
	clear: none;
}

div.additionalImages.centeredContent.back a {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: .7em;
	color: #999;
}

#prevOrders tbody tr td {
	padding-right: 20px;
}

#informationContent ul li {
	line-height: 1.25em;
}

span.cssButton.button_view {
	margin-right: -20px;
}
div.additionalImages.centeredContent.back a:hover {
	border-bottom: none;
}

span.imgLink {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: .7em;
	color: #999;
}

div.additionalImages a img {
	margin-right: 20px;
	margin-bottom: 10px;
}

#productMainImage a img {
	margin-bottom: 10px;
}

#productAdditionalImages {
	float: left;
	clear: both;
}

h3#attribsOptionsText {
	height: 10px;
}

.tableHeading TH {
	border-bottom: 1px dotted #999;
	text-align: left;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px dotted #999;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	background-color: #ccc;
	margin-bottom: 10px;
}

h2#checkoutShippingHeadingAddress, h2#checkoutPaymentHeadingAddress {
	margin-bottom: 30px;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}

#cartInstructionsDisplay, div.floatingBox.important.forward {
	font-size: .8em;
	line-height: 1.25em;
	margin-bottom: 20px;
}

fieldset#checkoutOrderTotals, legend#checkoutPaymentHeadingTotal  {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	font-size: 1em;
}
legend#checkoutPaymentHeadingMethod, legend#checkoutPaymentHeadingComments {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: left;
	padding-right: 0.2em;
	}

.cartRemoveItemDisplay input {
	display: none;
}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4em;
	}

.cartNewItem {
	color: #8d0000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	position: relative;
	font-weight: bold;
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 1em;
	}

td.cartQuantityUpdate {
	width: 3em;
}

.cartAttribsList {
	margin-left: 0;
	font-size: .7em;
	color: #666;
}

#cartContentsDisplay a {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.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;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	} 
.cartBoxTotal {
	margin: ;
	padding: 0;
	margin-top: 20px;
}

span.subtotal {
	font-size: .7em;
	float: left;
	color: #999;
}

#productListing div.centerBoxContentsProducts.centeredContent.back {
	text-align: center;
}
#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 {
	float: left;
	margin: 0 20px 1em 0em;
}

.categoryIcon {
	float: left;
	padding: 10px 20px 10px 0;
}

#categoryIcon a {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: .8em;
	color: #999;
}

h1#productName.productGeneral {
	margin-bottom: 20px;
}

h2#productPrices.productGeneral {
	font-size: 1em;
	color: #666;
	text-align: right;
	float: right;
	width: 300px;
	margin-top: 0;
	margin-bottom: 10px;
}

#tellafriendContent {
}

#tellafriendContent form input {
}

#cartImage {
	margin: 0.5em 1em 0.5em 0;
	display: none;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 10px 0;
	color: #999;
}

#whatsNew div.centerBoxContentsNew.centeredContent.back {
	text-align: center;
}

#whatsNew div.centerBoxContentsNew.centeredContent.back a img {
	margin-bottom: 10px;
}
#whatsNew div.centerBoxContentsNew.centeredContent.back a:hover {
	border-bottom: none;
}


.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

h2.centerBoxHeading {
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.25em;
	letter-spacing: .1em;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	text-transform: uppercase;
	color: #999;
	font-size: .8em;
}

#informationContent ul li a {
	font-size: .8em;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: .75em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em 0em 10px;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0 0em 20px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.sideBoxContent {
	background-color: #ffffff;
	margin-bottom: 10px;
}
div#categoriesContent {
	line-height: 150%;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.25em;
	}

#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;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000;
	text-decoration: none;
	margin: 0;
}
A.category-top:hover, a.category-links:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
A.category-links, A.category-links:visited {
	color: #666;
	text-decoration: none;
	font-size: .8em;
}

#shoppingcartHeading a { 
	color:#000000;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

div.additionalImages.centeredContent.back {
	margin-bottom: 20px;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #fff;
	height: 1.25em;
	vertical-align: top;
	}
	
tr.rowOdd td {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;

}

.rowEven {
	background-color: #fff;
	height: 1.25em;
	vertical-align: top;
	text-align: left;
}

.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: #fff;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #fff;
	height: 2em;
	color: #000;
	padding-bottom: 0;
}

th#listCell0-0.productListing-heading {
	
}

th.productListing-heading {
	text-align: left;
	border-bottom: 1px dotted #000;
}

#listCell0-2 {
	text-align: right;
	padding-right: 20px;
}

div.listingDescription {
	color: #666;
}

a.productListing-heading {
	font-weight: bold;
}

td.productListing-data {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #999;
}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.25em 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%;}

#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;
	}
	
/* copied from site.css */
#nav {
	float: right;
}
#nav a {
	color: #7f7f7f;
	text-transform: uppercase;
	font: bold .75em/40px Arial, sans-serif;
	padding: 10px;
	text-decoration: none;
	border: none;
	letter-spacing: .2em;
}
#nav a:hover {
	color: #000;
}
#nav ul {
	margin: 20px 0 0;
	padding: 0;
	float: left;
	list-style:none;
}
#nav ul li {
	float: left;
}
#nav ul li.active a {
	color: #000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}  

#nav ul li.last a {
	padding-right:0;
}

div.centerBoxContentsProducts.centeredContent.back a {
	font-size: .8em;
	color: #666;
}
#logo {
	float: left;
	margin-left: -25px;
}

#logo a{
	border: none;
}
#head {
	padding-top: 5px;
	padding-bottom: 20px;
	height: 60px;
	width: 900px;
	margin: 0 auto;
}

h1#indexDefaultHeading {
	display: none;
}



#footer {
	font-size: .7em;
	color: #333;
	text-transform: uppercase;
	padding-top: 40px;
	clear: both;
	text-align: center;
	padding-bottom: 40px;
	letter-spacing: .2em;
	background: #000 url(http://www.futurecraftstudio.com/assets/templates/fcs_default/img/content_bottom.jpg) repeat-x 0 top;

}
span.desc {
	color: #666;
}

#productListing div.centerBoxContentsProducts.centeredContent.back h3.itemTitle {
	font-size: 1em;
	margin-bottom: 20px;
}

a img:hover, a:hover img {
	border-bottom: none;
}

#cartContentsDisplay tbody tr.rowEven td.cartRemoveItemDisplay a:hover {
	border-bottom: none;
}

#prevOrders caption h2 {
	text-align: left;
	color: #666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

#prevOrders tbody tr td {
	border-bottom: 1px dotted #999;
}

#featuredProducts div.centerBoxContentsFeatured.centeredContent.back {
	text-align: center;
	font-size: .8em;
}

#featuredProducts div.centerBoxContentsFeatured.centeredContent.back a img {
	margin-bottom: 10px;
}

div#featuredProducts.centerBoxWrapper {
	border-bottom-style: none;
	border-top-style: none;
	margin-top: 0;
}

#featuredProducts div.centerBoxContentsFeatured.centeredContent.back a:hover {
	border-bottom-style:none;
}


