/*
// +----------------------------------------------------------------------+
// |Zen-Cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2008 IDEAS Creative Group                              |
// |                                                                      |
// | http://www.ideascg.com                                               |
// |                                                                      |
// | Portions Copyright (c) 2006 Zen-Cart                                 |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 2008-12-26 ideasgirl
*/

body {
    margin: 0;
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/body.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Palatino Linotype, Palatino, Book Antiqua, Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	}

.centershop { /* for debugging tpl_header_test_info.php */
	width: 100%;
	}

a img {
	border: none;
	}

a:link, #navEZPagesTOC ul li a {
	color: #da0018;
	text-decoration: none;
	
	}

a:visited, #navEZPagesTOC ul li a:visited {
	color: #ca0018;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
	color: #000000;
	}

a:active, #navEZPagesTOC ul li a:active {
	color: #dddddd;
	text-decoration: none;
	}
	
#navMain a:link {
	color: #ffffff;
	text-decoration: none;
	padding-left: .75em;
	}

#navMain a:visited {
	color: #f5f5f5;
	text-decoration: none;
	}

#navMain a:hover  {
	color: #ea0018;
	text-decoration: none;
	}

#navMain a:active {
	color: #b0b0b0;
	text-decoration: none;
	}

#navCatTabs ul li a:hover, #shoppingcartHeading ul li a:hover  {
	color: #ea0018;
	text-align: center;
	}

#navEZPagesTop a {
	color: #ffffff;
	}

#navEZPagesTop a:hover {
	color: #fa0018;
	}
	
h1 {
	font-size: 1.4em;
	color: #da0018;
	margin: 1.25em 0;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	margin: 1.25em 0;
	text-align: center;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 1em;
	}


.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.1em;
	}
	
CODE {
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	font-family: Palatino Linotype, Palatino, Book Antiqua, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background-color: #e6e6e6;
	font-family: Palatino Linotype, Palatino, Book Antiqua, Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
	}

FIELDSET {
	padding: 0.25em;
	margin: 0.5em .25em;
	border: 1px solid #333333;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
    color: #da0018;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.buttonRow {
	margin: 0 0 0 .25em;
	border: 0px double #000000;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	display: none;
	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, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	background-color: #000000;
	height: 0px;
	width: 100%;
	margin-top: 0.5em;
	color: #000000;
	}

/*warnings, errors, messages*/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.5em;
	padding: 0.2em;
	border: 0px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ba0018;
	color: #ffffff;
	font-weight: bold;
	}

.messageStackSuccess {
	background-color: #ba0018;
	color: #ffffff;
	font-weight: bold;
	}

.messageStackCaution {
	background-color: #ba0018;
	color: #ffffff;
	font-weight: bold;
	}
	
/*wrappers - page or section containers*/

#headerWrapper {
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/navheader.gif);
	background-position: top left;
    background-repeat: repeat-x;
	padding: 0;
	margin-left: 36px;
	width: 950px;
	}
	
#logoWrapper {
	width: 950px;
	height: 314px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/logo.gif);
 	 }

#tagline {
	display: none;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	background-repeat: repeat;
	background-position: center;
	background-color: transparent;
	color: #ca0018;
	font-family: Times New Roman, Times, serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	width: auto;
	line-height: .85em;
	}

#mainWrapper {
	background-color: transparent;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/wrapper.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
	width: 1022px;
	margin: auto;
	min-height: 30px;
	}

#ezPageBoxList, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#navColumnOne {
	color: #000000;
	width: auto;
	}

#navColumnOneWrapper {
	width: auto;
	margin: 0 auto 0 -0.075em;
	padding: 0 0.25em;
	}

#navColumnTwo {
	color: #000000;
	width: auto;
	}
	
#navColumnTwoWrapper {
	width: auto;
	margin: 0 auto;
	}

#contentMainWrapper  {
	background-color: #ffffff;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 950px;
	position: relative;
	top: -5px;
	left: 0px;
	}
	
#navSuppWrapper {
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: -5px;
	left: 0px;
	}

#footerWrapper {
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/footer.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 950px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -5px;
	left: 0px;
	}

#sendSpendWrapper {
	border: 1px solid #ca0018;
	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: 0;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
	font-family: Palatino Linotype, Palatino, Book Antiqua, Times New Roman, Times, serif;
	height: 36px;
	color: #000000;
	}

#navCatTabsWrapper {
	margin: 0em;
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	font-weight: bold;
	width: 950px;
	border-bottom: 0px solid #ffffff;
	}

#navCatTabs {
	display: none;
   	}

#navMain ul, #navCatTabs ul  {
	margin: 0;
	padding:  0;
	list-style-type: none;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	
#navList {position: relative; display: inline; width: 100%;}
	
.navLink1 {float: left; padding: 0 1em 0 1em;}
.navLink2 {float: left; padding-right: 1em;}
.navLink3 {float: left; padding-right: 1em;}
.navLink4 {float: left; padding-right: 1em;}
.navLink5 {float: left; padding-right: 1em;}
.navLink6 {float: right; padding-right: 1em;}
.navLink7 {float: right; padding-right: 1em;}
.navLink8 {float: right; padding-right: 1em;}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #eeeeee;
	}

#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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navBreadCrumb {
	margin: 1em 0;
   	border-bottom: 0px solid #000000;
	text-align: center;
    }

#navEZPagesTop {
	background-color: #ffffff;
	border-bottom: 1px solid #ca0018;
	margin: 0 3px 0 3px;
	padding: 3px;
    }

#navBreadCrumb, #navEZPagesTop {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	}
	

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content */

.centerColumn {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
h1#indexDefaultHeading  {
	/*background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/Welcome-Logo-Red.png);
	background-position: center;
	background-repeat: no-repeat;*/
	width: auto;
	height: 50px;
	margin: .5em auto 0 auto;
	text-align: left;
	}
	
#filterForm {
	display: block;
	}
#filterLabel {font-weight: normal;}
	
#filterManuf {
	margin-left: -35px;
	}

#filterAlpha {
	float: right;
	display: inline-block;
	}
	
#sorter {
	margin: 20px auto 0 100px;
	}
	
td.main {width: auto;}

.tabTable {
	width: auto;
	max-width: 540px;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	text-align: center;
	}
	
.wishlistButton {}

#catBoxDivider {
	color: #da0018;
    width: 75%;
	text-align: center;
	}
	
.alert {
	color: #da0018;
	margin-left: 0.5em;
	}

.advisory {}

.important {
	font-weight: bold;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.9em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#cartAdd {
	float: right;
	text-align: center;
	margin-right: 3em;
	border: 0px double #000000;
	}
	
/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0.7em 0em 0.3em 0em;
	}
	
.centerBoxContentsFeatured img {width: 128px; height: 128px;}

.centerBoxWrapper {
	margin-top: 3.5em;
    background-color: transparent;
  	width: auto;
	height: 1%;
	border: double 4px #000000;
	}
	
.centerBoxHeading {
	background-color: #000000;
    background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
    background-position: center;
	line-height: 2.2em;
	width: auto;
	border: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	}

h2.centerBoxHeading {
	font-size: 1em;
    color: #ffffff;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
#categoryImgListing {
	text-align: center;
	margin-bottom: 1.75em;
	}

.categoryListBoxContents a {
	color: #000000;
	font-weight: bold;
	}

.categoryListBoxContents a:visited {
	color: #666666;
	font-weight: bold;
	}

.categoryListBoxContents a:hover {
	color: #da0018;
	font-weight: bold;
	}

#productListing {
	width: 100%;
	}
	
#productsListingTopNumber, #productsListingListingTopLinks {
	margin: 1.5em 0 1em 0;
	}
	
#productsListingBottomNumber, #productsListingListingBottomLinks {
	margin: 1em 0;
	}
	
.productListing-rowheading {
    font-size: 16px;
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	background-position: center;
	color: #ffffff;
	text-align: center;
   	}
	
.productListing-rowheading a:link {
	color: #ffffff;
	text-decoration: none;
	padding-left: .5em;
	font-weight: bold;
	}

.productListing-rowheading a:visited {
	color: #f6f6f6;
	text-decoration: none;
	font-weight: bold;
	}

.productListing-rowheading a:hover {
	color: #ea0018;
	text-decoration: none;
	font-weight: bold;
	}

.productListing-rowheading a:active {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	}

.productListing-odd {
	background-color: transparent;
	padding: .25em 0;
	}

.productListing-even {
	background-color: transparent;
	padding: .25em 0;
	}
	
td.productListing-data  {
	padding: 0.15em;
	border-bottom: 1px solid #000000;
	margin: .25em 0;
	}
	
.productListing-data img  {
	padding: .15em .15em .15em 0;
	border: 0;
	margin: .25em 0;
	}
	
.productListing-data {
	width: auto;
	}	

h3.itemTitle a:link {
	color: #ca0018;
	text-decoration: none;
	width: auto;
	}
	
h3.itemTitle a:visited {
	color: #666666;
	}
	
h3.itemTitle a:hover {
	color: #000000;
	}
	
h3.itemTitle a:active {
	color: #969696;
	}

.listingDescription {
	text-align: left;
	width: auto;
	padding-left: .5em;
	}

/*Shopping Cart Display*/

.tableHeading TH {
    border: 2px solid #000000;
	}

.tableHeading {
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	background-position: center;
	color: #ffffff;
	}

.tableRow, .tableHeading {
	line-height: 2em;
	}
	
SPAN#cartProdTitle {
	font-weight: bold;
	}

#cartSubTotal {
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	color: #ffffff;
	border-top: 1px solid #000000;
	font-weight: bold;
	text-align: right;
	line-height: 1.75em;
	padding-right: 2.5em;
	color: #ffffff;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

#scUnitHeading {
	text-align: right;
	padding: 0em 0.3em 0em 0.3em;
	width: 3em;
	}
	
.cartUnitDisplay {
	text-align: right;
	padding: .5em 0.3em 0em 0.3em;
	width: 3em;
	}
	
#scTotalHeading {
	text-align: right;
	padding: 0em 0.2em 0em 0.5em;
	width: 3em;
	}
	
.cartTotalDisplay {
	text-align: right;
	padding: .5em 0.2em 0em 0.5em;
	width: 3em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 2.5em;
	}

.cartNewItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	width: 100%;
	}

.cartOldItem {
	color: #000000;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	width: 100%;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartBoxEmpty {
	text-align: center;
	padding-bottom: 1em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #da0018;
	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;
	}

.cartTableHeading {
	background-color: #000000;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/border.gif);
	color: #ffffff;
	line-height: 2.2em;
	}
	
/* Downloads Table */
	
#prevOrders td {
	text-align: center;
	}

#downloads {
	width: 500px;
	margin: .05em auto 1.5em auto;
	}

#downloads CAPTION {
	color: #da0018;
	}

#downloads th[scope=col] {
	line-height: 1em;
	padding-left: .2em;
	width: auto;
	text-align: center;
	}

#downloads tr {
	padding: .5em 0em;
	line-height: 2.2em;
	vertical-align: middle;
	border-bottom: 1px solid #666666;
	}	

#downloads td {
	padding: .2em;
	vertical-align: middle;
	clear: both;
	}
	
.dlItemName { 
	width: auto;
	text-align: left;
	font-weight: bold;
	}
	
.dlCount, .dlDate, .dlFileSize, .dlButton {
	width: auto;
	text-align: center;
	}
	
td.dlFileName, td.dlDate, td.dlCount, td.dlButton {
	border-bottom: 1px solid #666666;
	}
	
td.myOrdersDate, td.myOrdersStatus, td.myOrdersComments {
	text-align: center;
	}

.myOrdersHistoryHeadingDate {
	text-align: center;
	margin-top: 2em;
	font-weight: bold;
	}


/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 0.5em 0em;
	}

.categoryIcon { display: none }

#cartImage {
	margin: 0.5em 1em 0em 0.75em;
	}

/*Attributes*/

.attribImg {
	width: 20%;
	margin: 0.3em 0em;
	}

.attributesComments {}

/*sideboxes*/

.columnLeft {}

.columnRight {}

h3.leftBoxHeading, h3.rightBoxHeading {
    font-size: 1em;
    color: #da0018;
	}
	
h3.leftBoxHeading a, h3.rightBoxHeading a {
    font-size: 1em;
    color: #da0018;
    text-decoration: none;
	}

.leftBoxHeading {
	margin: auto;
	}

.rightBoxHeading {
	margin: auto;
	}

.leftBoxContainer {
	margin: auto;
	}

.rightBoxContainer {
	margin: auto;
	}

.sideBoxContent {
	font-size: 16px;
	line-height: 105%;
	padding: 5px 5px 15px 5px;
	margin-bottom: 10px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #9a9a9a;
	text-decoration: none;
	}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #666666;
	}

.rightBoxContent {
	background-color: transparent;
	margin-bottom: 1em;
	text-align: justify;
	}

.leftBoxContent {
	background-color: transparent;
	margin-bottom: 1em;
	text-align: left;
	}

.centeredContent, TH, #cartEmptyText, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #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;
	}

#cartBoxGVButton {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#shoppingcartHeading {
	margin-bottom: 1em;
	}

#categories, #categoriesContent {
	white-space: nowrap;
	}

#categoriesHeading {margin: .75em 0 0 .5em;}
	
#categoriesContent {}

#manufacturersHeading {
	margin-top: -5px;
	padding-right: 1.25em;
	}
	
#manufacturersContent {
	margin-bottom: 1em;
	}
	
#informationHeading {
	padding-right: 1.25em;
	}
	
#informationContent {
	padding-left: 1.5em;
	white-space: nowrap;
	}
	
#searchHeading {
	padding-right: 1.25em;
	}

#searchContent {
	margin: -.25em 0 .75em 0;
	}
	
#searchContent a:link {
	color: #666666;
	}

#searchContent a:visited {
	color: #969696;
	}
	
#searchContent a:hover {
	color: #da0018;
	}

#shoppingcart, #shoppingcartContent {
	margin-left: auto;
	margin-right: auto;
	}	

#shoppingcartHeading {
	margin: 0 0 0 .5em;
	}
	
#cartBoxListWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -1em;
	}
	
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: disc;
	padding: 0em 0em 0em 1em;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0em;
	padding: 0.5em 0em;
	width: auto;
	}
	
#cartBoxGVButton {
	margin-left: auto;
	margin-right: auto;
	margin-top: -.25em;
	}
	
#cartBoxVoucherBalance {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #da0018;
	}

#cartBoxListWrapper li a {
	color: #da0018;
	}

#cartBoxListWrapper li a:visited {
	color: #666666;
	}

#cartBoxListWrapper li a:hover {
	color: #9a9a9a;
	}

#searchContent a:hover {
	color: #000000;
	}
	
#ourteam {
	margin: -.5em 0 2em .25em;
	}

#ourteamHeading {
	margin: .25em 0 0 .20em;
	}
	
#ourteamContent {
	margin-top: -.25em; 
	}
	
#sophistifansHeading {
	margin: .25em 0 -.25em .25em;
	}

#sophistifans p {
	margin: 0 0 1.5em .5em;
	}

#whosonlineHeading {
	padding-top: .5em;
	}
	
#whosonlineContent {
	color: #666666;
	margin-top: -.5em;
	}
	
#godaddyHeading {margin: -0.1em .25em 0 0;}
	
/*#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	color: #ea0c1f;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	} */

#bannerboxHeading {}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#reviewsContent a:link {
	color: #da0018;
	}

#reviewsContent a:visited {
	color: #666666;
	}

#reviewsContent a:hover {
	color: #000000;
	}
	
#productnotificationsHeading {
	margin: 1em 0 -.5em 0;
	}

#productnotificationsContent a:link {
	color: #da0018;
	}

#productnotificationsContent a:visited {
	color: #666666;
	}

#productnotificationsContent a:hover {
	color: #000000;
	}
	
#manufacturerinfo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#manufacturerinfoContent a:link {
	color: #da0018;
	text-align: left;
	}

#manufacturerinfoContent a:visited {
	color: #666666;
	text-align: left;
	}

#manufacturerinfoContent a:hover {
	color: #000000;
	text-align: left;
	}

#updatesHeading {
	width: auto;
}

#updatesContent {
	color: #666666;
	margin-bottom: 1em;
	}

#updates a:link {
	color: #da0018;
	}

#updates a:visited {
	color: #666666;
	}

#updates a:hover {
	color: #000000;
	}

#unwishlistHeading {}
	
#unwishlist {
	padding-bottom: 1em;
	text-align: center;
	}
	
#unwishlist a {
	color: #da0018;
	font-weight: bold;
	}

#unwishlist a:visited {
	color: #666666;
	font-weight: bold;
	}
	
#unwishlist a:hover {
	color: #000000;
	font-weight: bold;
	}

/* footer */

#navSupp {
	color: #666666;
   	width: auto;
   	padding: 5px 0 5px 0px;
   	text-align: center;
   	}

#navSupp ul  {
	list-style-type: none;
	text-align: center;
	margin-top: 15px;
	margin-right: 35px;
	}

#navSupp ul li {
	display: inline;
	white-space: nowrap;
	}

#navSupp ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-align: center;
	}
	
#navSupp ul li a:visited {
	color: #000000;
	}
	
#navSupp ul li a:hover {
	color: #da0018;
	}
	
#siteinfoIP {
	text-align: center;
   	height: auto;
	color: #666666;
	font-size: 14px;
	padding-bottom: 1em;
	} 
	
#siteinfoLegal, .legalCopyright {
   	text-align: center;
   	height: auto;
	color: #666666;
	font-size: 14px;
   	}

#bannerSix {
	margin-top: 2em;
	}

/*misc*/

.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: transparent;
	line-height: 100%;
	}

.rowEven {
	background-color: transparent;
	line-height: 100%;
	}
	
.hiddenField {
	display: none;
	}
.visibleField {
	display: inline;
	}  

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0em;
	}

#myAccountTotal {
	padding-left: 1.5em;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top;
	}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	padding-right: 2em;
	}

#orderTotals {
	padding: 0em 1.75em .5em 0em;
	font-weight: bold;
	}

#siteMapList {
	width: 90%;
	float: right;
	margin-left: 9em;
	text-align: justify;	
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textArea {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	background-image: url(https://sophisti-scraps.com/includes/templates/bookshelf/images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
	}