﻿/**
 * 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 $
 background: url(../images/wall.gif) #000;
 */

body {
	background-color: #fff;
	background-position: top;
	background-attachment: fixed;
	text-align: center;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: 62.5%;
	margin-top: 0em;
	margin-bottom: 0em;
	}

a img {
	background-image: none;
	border: none;
	}

table {
	font-size: 1em;
	}
	
a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	text-align: center;
	}

a:visited {
	color: #e51784;
	text-decoration: none;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	}
/*
#navSupp ul li a:hover {
	color: #e51784;
	text-align: center;
	font-weight: bold;
	padding-top: .5em;
	text-decoration: none;
	}
*/
#navCatTabs ul li a:hover {
	color: #6699ff;
	text-align: center;
	font-weight: bold;
	padding-top: .5em;
	text-decoration: none;
	}

#navEZPagesTOC ul li a:hover {
	color: #e51784;
	text-decoration: none;
	}
		
a:active {
	color: #e51784;
	}

h1 {
	font-size: 1.6em;
	color: #000;
	margin-top: 1.5em;
	}

#indexDefault h1	{
	margin-top: -.4em;
	}

h2 {
	font-size: 1.1em;
	text-align: left;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	color: #000;
	}

h3 {
	font-size: 1.0em;
	margin: 0.3em 0.3em;
	text-align: center;
	color:#000;
	}

h4 {
	font-size: 1.0em;
	color: #000;
	text-align: center;
	margin-top: .7em;
	margin-left: .5em;
	margin-right: .5em;
	font-size: 1.0em;
	height: .08em;
	}

h5 {
	text-align: left;
	font-size: 1.0em;
	color: #000;
	margin-top: 0.7em;
	margin-left: 0.5em;
	margin-right: 1.0em;
	}

h6.larger{
	font-size: 1.2em;
	color: #000;
	text-align: left;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

.biggerText {
	font-size: 1.2em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	color: #000;
	}

h6 {
	margin: 0.3em 0.3em;
	text-align: left;
	color: #000;
	}

/* Might uncomment either or both of these if having problems with IE peekaboo bug: */
h1, h2, h3, h4, h5, h6,p{
	position: relative;
	height: 1%;
	color: #000;
	}

*html.centerColumn{
	position: relative;
	height: 1%;
	}
	
#featuredProducts {
	border: 1px solid #e51784;
	}

#whatsnew {
	border: 1px solid #e51784;
	}

	
/*#productListHeading { display: none; /* prevents category title from displaying */

CODE {
	font-size: 1em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: .1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	margin-top: 2.5em;
	display: block;
	width: 85%;
	background-color: #ccc;
	}

select {
	display: inline;
	background-color: #ccc;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 0.4em;
	text-align: left;
	}

select:focus {
	background-color: #ccc;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

input {
	background-color: #ccc;
	margin-right: 15px;
	margin-left: 5px;
	margin-top: 0.3em;
	font-size: 1.0em;
	}

input:focus {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	}

fieldset {
	padding: 6px;
	padding-top: 4px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	display:block;
	text-align:left;
	}

LEGEND {
	padding: 0.3em;
	font-size: 1.2em;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

LABEL {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	}

h4.optionName {
	width: 13em;
	color: #ccc;
	text-align: left;
	font-weight: bold;
	float: none;
	margin-top: .5em;
	margin-left: .5em;
	margin-right: .5em;
	font-size: 1.1em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	vertical-align: bottom;
	height: .08em;
	}

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

#logo, .centerBoxContents {
	display: none;
	}

.specialsListBoxContents {
	display: block;
	}

.categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	text-align: center;
	float: none;
	}

LABEL.enquiry {
	color: #000;
	text-align: left;
	}

LABEL.inputLabel {
	width: 11em;
	color: #000;
	font-weight: bold;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: 1.1em;
	text-align: left;
	margin-left: 1em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	padding-left: 2.5em;
	color: #000;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: .5em;
	}

#checkoutButton{
	padding-bottom: .7px;
	font-size:.1%;
	}
	
P {
	padding: 0.5em;
	padding-top: .1em;
	padding-bottom: .1em;
	color: #000;
	text-align: left;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: .90em;
	}

ADDRESS {
	font-size: 1.2em;
	color: #000;
	text-align:center;
	font-family: Arial, Sans-Serif, Lucida Sans;
	margin-top: .5em;
	margin-bottom: .0em;
	padding-top: 1.6em;
	padding-bottom: .5em;
	font-weight: bold;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #000;
	}

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

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #fff;
	font-size: 1.0em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

.messageStackSuccess {
	background-color: #000;
	color: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-size: medium;
	font-family: Arial, Sans-Serif, Lucida Sans;
	padding-bottom: .5em;
	padding-top: .5em;
	}

.messageStackCaution {
	background-color: #87cefa;
	color: #000;
	padding-top: .5em;
	}

/*wrappers - page or section containers*/

/* {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0px;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 0pt;
}
 */

#mainWrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	text-align: center;
	width: 1000px;
	vertical-align: top;
	}

#headerWrapper {
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#popupAdditionalImage {
	background-image: none;
	}
	
#contentMainWrapper {
	}
	
#logoWrapper {
	width: 1000px;
	height: 110px;
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
	position: relative;
}
	
#navColumnOneWrapper {
	background-color: #fff;
	margin-top: .5em
	}

#navColumnTwoWrapper {
	background-color: #fff;
	margin-top: .5em;
	*margin-right: .5em;
	margin-right: .29em;
	}

#tagline {
	color:#fff;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	margin: 0;
	width: 47%;
	background-color: #fff;
	}

.floatingBox, #checkoutShipto {
	background-color: #fff;
	}

.floatingBox, #checkoutBillto {
	background-color: #fff;
	}	
		
.floatingBox, #accountLinksWrapper {
	margin: 0;
	width: 48%;
	background-color: #fff;
	}

#accountLinksWrapper  {
	text-align: left;
	}

.wrapperAttribsOptions  {
	width: 20em;
	height: .08em;
	}

/*navigation*/

.navSplitPagesResult {
	float: right;
	margin-top: .5em;
	margin-bottom: .5em;
	}

.navSplitPagesLinks {
	float: right;
	margin-top: .5em;
	margin-bottom: .5em;
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	text-align : center;
	padding-top: 20px; 
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0.5em;
	list-style-type: none;
	padding-top: 20px;
	}

/*#navMainWrapper {
	margin: auto;
	font-weight: bold;
	color: #000;
	height: 24px;
	font-family: Verdana;
	text-align: right;
	margin-bottom: 0.3em;
	border-top: 2px solid #000;
	margin-top: 0em;
	}
*/
/*
#navSuppWrapper {
	text-align: center;
	}
*/
#navCatTabsWrapper {
	display: inline;
	color: #000;
	background-image: none;
	height: 15px;
	text-align: center;
	font-size: .8em;
	}

/*main top header with home and login to right side*/
#navMain {
	margin-top: .7em;
	font-size: 1.1em;
	line-height: 1.5em;
	width: 165px;
	position:absolute;
	top:10px;
	bottom:5px;
	right: 9px;
	text-align: right;
	}
	
#navMain ul {
	margin:0;
	padding: 0;
	list-style:none;
	}
/*main top header with gif buttons*/
#navMain li a {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	height: 15px;
	}

#navMain ul li a span {
	display:block;
	padding:2px 15px 2px 6px;
	text-decoration:none;
	color:#000;
	}

#navMain ul li a span {
   display:block;
   padding:2px 15px 2px 6px;
   }
#navMain ul li a:hover {
	background-position:0% -42px;
	}

#navMain ul li a:hover span {
	padding:2px 15px 2px 6px;
	background-position:100% -42px;
	}

#navCatTabs ul  {
	margin: 0;
	padding:  0em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#ssl {
	background-image: none;
	float: right;
	background-repeat: no-repeat;
	margin: 0.7em;
	width: 90px;
	height: 50px;
	}

#navMain ul li {
	text-align: center;
	margin-top: -10px;
	padding-right: .5px;
	padding-left: .5px;
	}
/*
#navSupp ul li {
	display: inline;
	}
*/
#navCatTabs ul li {
	display: inline;
	}
/*
#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0;
	color: #000;
	white-space:nowrap;
	}
*/
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0em;
	margin: 0em;
	color: #000;
	white-space:nowrap;
	}

#bookmark {
	text-align: right;
	}

#navCatTabs ul li a {
	color: #000;
	font-size: 1.2em;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	margin: 0;
	width: 47%;
	background-color: #fff;
	}

#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, #indexProductListCatDescription {
	margin: 0.1em;
	}

.buttonRow {
	margin: 0.1em;
	margin-top: 1.0em;
	}

#navMainSearch {
	float: none;
	height: 21px;
	margin: 18em;
	font-size: 0.05em;
	padding: 0.5em 0.5em;
	display: none;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	background-color: #d3d3d3;
	}

#searchBox {
	display: none;
	text-align: center;
	}

#navBreadCrumb {
	color: #e51784;
	font-size: 1.1em;
	margin-top: .5em;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	padding-left: 2.5em;
	margin-left: .10em;
	}

#navEZPagesTop {
	background-color: #FFF;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFF;
	}

#navColumnTwo {
	background-color: #FFF;
	}

/*The main content classes*/
#navColumnOne, #navColumnTwo, .centerBoxContents, .categoryListBoxContents, .additionalImages,
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	vertical-align: top;
	}

.specialsListBoxContents {
	vertical-align: top;
	}

.horizontal_dotted_line {
	border-bottom: 1px dotted #000;
	width: 100px;
}

.vDotLine, #contentColumnMain {
	width: 20px;
	font-size: 1px;
	background-repeat: repeat-y;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	/*font-size: 1.2em;*/
	color: #000;
	padding: 1.0em;
	border: 1px solid #e51784;
	}
	
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	font-size: 1.2em;
	text-align: left;
	}

.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.centerColumn {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: -1em;
	}

div #accountDefault {
	margin-left: 240px;
	margin-right: 240px;
	}

#bannerSix, #bannerOne,  #bannerThree,  #bannerFive,  #bannerTwo {
	display: block;
	background-color: #FFF;
	padding: .6em;
	}

#banner_box {
	margin-bottom: 1.5em;
	}

#bannerFour {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	}

.smallText, #siteinfoIP, #siteinfoStatus, #siteinfoCredits  {
	font-size: 1.0em;
	color: #000;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.0em;
	padding-bottom: .5em;
	}

/*	
#siteinfoLegal {
	font-size: 1.0em;
	color: #e51784;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.0em;
	padding-bottom: .5em;
	text-align: center;
	}
*/		
/*Shopping Cart Display*/
#cartAdd {
	margin-right: 20px;
	float: right;
	position: relative;
	}

#productPrices	{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	}

#productName {
	text-align: center;
	color: #000;
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}

.cartBoxTotal {
	text-align: right;
	margin-right: .7em;
	font-weight: bold;
	}

#cartBoxListWrapper li {
	margin-top: .7em;
	margin-bottom: .7em;
	margin-left: .5em;
	text-align: left;
	}

#sideboxContentCart {
	}
#shoppingcart {
	background-color: #fff;
	}
	
#shoppingcartContent { 
	}
	
#shoppingcartHeading   {
	background-color: #FFf;
	font-size: .9em;
	margin-top: .7em;
	padding-bottom: .5em;
	margin-right: 0em;
	margin-left: 0em;
	border-bottom: 1px solid #000;
	padding-top: 0em;
	text-decoration: none;
	}
	
.tableHeading TH {
	border-bottom: 1px solid #000;
	background-color: #ffd700;
	}

.tableHeading  {
	background-color: #e9e9e9;
	}

#cartSubTotal {
	border: 1px solid #000;
	font-weight: bold;
	line-height: 2.2em;
	padding-right: 2.5em;
	text-align: right;
	background-color: #ffd700;
	font-size:small;
	}
	
.tableRow, .tableHeading {
	height: 2.2em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate   {
	padding: 0.5em 0em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	padding-top: 10px;
	}
#cartInstructionsDisplay {
	padding: 0.5em 0em;
	}
	
.cartTotalsDisplay {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #000;
	}
		
.cartProductDisplay {
	text-align: left;
	font-size: 1em;
	vertical-align:text-middle;
	padding-top: 10px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.9em;
	font-size: small;
	}

#scUpdateQuantity {
	width: 2em;
	background-color: #ffd700;
	}
#scQuantityHeading {
	border-left: 1px solid #000;
	background-color: #ffd700;
	}
#scRemoveHeading {
	border-right: 1px solid #000;
	background-color: #ffd700;
	}
	
.cartQuantity {
	width: 4.7em;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #000;
	padding-top: 10px;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartRemoveItemDisplay {
	width: 7em;
	border-right: 1px solid #000;
	padding-top: 10px;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #800080;
	border: 1px solid #000;
	}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	}

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

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	font-size: small;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	font-size: small;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 1em 1em 1em 1em ;
	}

#productMainImage{	
	float: left;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
.categoryIcon {
	text-align : center;
	margin-top: 23px;
	}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0.3em;
	}

.attrib-grid-vHeader {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	}

.attrib-grid-opt-nameH {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	}

#attrib-grid-hHeader {
	border: 2px solid #000;
	}

#attrib-grid-opt-nameH {}

#productAttributes {
	text-align: center;
	color: #b2d5f8;
	margin-top: .7em;
	margin-bottom: .9em;
	margin-left: .5em;
	font-size: 1.0em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	}

.attrib-grid-cell {
	text-align:center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	vertical-align: top;
	}
.attrib-grid-hHeader {
	text-align:center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	}
.attrib-grid-table {
	text-align: center;
	background-color: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 2em;
	}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages,
 .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin-bottom: 1em;
	margin-left: 0em;
	margin-right: 0em;
	}

.categoryListBoxContents {
	float: left;
	}

.centerBoxWrapper {
	background-color: #fff;
	height: 1%;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #e51784;
	}

/*sideboxes*/
.columnLeft {
	}

.columnRight {
	}

.leftBoxHeading, .leftBoxHeading a {
	font-size: 1.1em;
	color: #000;
	margin-bottom: .5em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	background-color: #fff;
	}

.rightBoxHeading, .rightBoxHeading a{
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: 1.1em;
	color: #000;
	margin-bottom: .5em;
	text-align: center;
	}

#manufacturersHeading {
	font-size: 1em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	}

#manufacturers label {
	text-align: right;
	}

#currenciesHeading, #musicgenresHeading {
	font-size: 1em;
	color: #fff;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

#SearchHeading {
	font-size: 1.1em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	}

#search label {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	padding: .5em .5em;
	margin-bottom: .5em;
	text-align: center;
	}

#Search-headerHeading {
	}

#manufacturersContent form {
	border-color: #d3d3d3;
	margin-top: .5em;
	margin-bottom: .5em;
	height: 460px;
	text-align: right;
	width: 150px;
	background-position: top;
	}

.centerBoxHeading{
	background-color: #fff;
	padding-top: 0.5em;
	padding-left: 0.5em;
	}

.leftBoxContainer  {
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
	margin-top: .1em;
	border: 1px solid #e51784;
	}

.rightBoxContainer {
	margin-top: .1em;
	margin-bottom: .5em;
	font-size: 1.1em;
	text-align: center;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	margin-right: -.4em;
	border: 1px solid #e51784;
	}

 .sideBoxContent {
	margin: auto;
	margin-bottom: .5em;
	margin-top: .5em;
	font-size: 1.0em;
	color: #000;
	text-align: center;
	position: relative;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

.rightBoxHeading  a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #e51784;
	font-family: Arial, Sans-Serif, Lucida Sans;
	}

.editablesidebox {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper,
#navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree, #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay,
.cartQuantityUpdate, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .cartTotalsDisplay,
.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage,
#reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents,
.additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal {
	text-align: center;
	}
	
#ccTotalHeading{
	float: right;
	text-align: right;
	margin-left: 300px;
	}
	
#productReviewsDefaultProductImage {
	text-align: center;
	}

/* Banners */
#footerBanners {
	clear: both;
	}

#bannerFive {
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	}

#bannerThree {
	text-align: center;
	margin: 10px 10px 10px 10px;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	}
	
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.0em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories*/

A.category-top, A.category-top:visited {
	color: #4169e1;
	text-decoration: none;
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
	}
A.category-links, A.category-links:visited {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color:  #000;
	text-decoration: none;
	font-size: 1.0em;
	text-align: left;
	font-weight: bold;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	}
/*end categories box links*/

/*misc*/
.back {
	float: left;
	vertical-align: bottom;
	text-align: center;
	color: #000;
	margin-top: .7em;
	margin-left: .2em;
	font-size: 1.0em;
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-weight: bold;
	}

.forward {
	float: right;
	margin-top: .5em;
	display: block;
	}

#shoppingCartDefault {
	margin-right: 190px;
	margin-left: 190px;
	}

#shoppingcartBody #PPECbutton {
	float: right;
	display: inline;
	}



.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: #fff;
	font-size: small;
	}

.productListing-rowheading {
	background-color: #efa118;
	height: 2em;
	color: #fff;
	}

.productListing-heading {
	color: #000;
	}

.productListing-odd td, .productListing-even td {
	text-align: center;
	padding:0.5em;
	margin-bottom: 1em;
	border-bottom: 3px double #000; /*adjust to taste*/
	}

.productListing-data {
	text-align: center;
	vertical-align: top;
	padding: .3em;
	color: #000;
	}

#productDetailsList {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 92.5%;
	border: 1px solid #e51784;
	}
	
.listingDescription, itemTitle {
	text-align: left;
	color: #000;
	}

.listingProductImage {
	padding: .3em;
	}

#siteMapList {
	width: 90%;
	float: left;
	margin: 1em 1em 1em 1em;
	text-align: left;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #fff;
	}

#popup_cvv_help {
	color: #000;
	background-image: none;
	text-align: center;
	float: left;
	}

.information {
	padding: 10px 3px;
	line-height: 150%;
	}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#ccc;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}

#seShipTo {
	padding: 0.2em;
}

.smalltext1 {
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	color: #000;
	font-weight: bold;
	}

.save {
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	color: #636466;
	font-weight: bold;
	}

.norm {
	font-family: Arial, Sans-Serif, Lucida Sans;
	text-align: center;
	color: #981B1E;
	font-weight: bold;
	}

#popupShippingEstimator {
	background: #ccc;
	}

.shippingEstimatorWrapper {
	background: #fff;
	}

/*Changes to  text box from create account page  tpl_modules_create-account*/

#createcompany {
	text-align: left;
	margin-left: .5em;
	float: left;
	}

#createfirstname {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createlastname {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createstreet-address {
	text-align: left;
	margin-left: .4em;
	float: left;
	}
#createsuburb {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createcity {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createstateZone {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createstate {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createpostcode {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createcountry {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createtelephone {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createdob {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createemail-address {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createpassword-new {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createpassword-confirm {
	text-align: left;
	margin-left: .5em;
	float: left;
	}
#createnewsletter-checkbox {
	text-align: left;
	margin-left: .5em;
	width: 12em;
	}
#createemail-format-html {
	text-align: left;
	margin-left: 10em;
	}
#createemail-format-text {
	text-align: left;
	margin-left: .5em;
	}

/*Changes to  text box from contact-us page  tpl_contact_us_default*/

#contactuscontactname {
	text-align: left;
	float: left;
	}

#contactuscontactname label.inputLabel {
	text-align: left;
	margin: 0em;
	}

#contactusemail-address {
	text-align: left;
	float: left;
	}

#contactusemail-address label.inputLabel {
	text-align: left;
	margin: 0em;
	}

#contactusenquiry {
	text-align: left;
	width: 85%;
	background-color: #ccc;
	margin-top: 0em;
	float: left;
	}
#contactuscontactUsNoticeContent {
	text-align: center;
	}

#contactuscontactUsDefault {
	text-align: center;
	}
.centerColumn, #contactuscontactUsDefault {
	text-align: center;
	}

/*Changes to checkout page*/

#checkcheckoutShipTo {
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
	}
#checkcheckoutBillTo {
	text-align: left;
	margin-left: .5em;
	margin-right: .5em;
	}
#checkcheckoutComments {
	text-align: center;
	padding-top: 30px;
	display: block;
	}

.textarea, #checkcheckoutComments {
	margin-top: 0em;
	text-align: center;
	}

.testimonial {
	color: #000;
	padding: 0 5px 5px 5px;
	text-align:left;
}
.testimonial p {
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font-size: .90em;
}
.testimonial span {
	float:right;
}
.testimonialImage {
	margin: 0;
	padding: 0;
	text-align: center;
}

#RSSFeedLink {
	float: right;
	margin-left: 10px;
	}

#blanksidebox {
	background-color: #fff;
	}

#blanksideboxHeading{
	color: #800000;
	font-weight: bold;
	}
#shopssideboxHeading {
	background-color: #fff;
	font-size: 1.1em;
	}
#shopssideboxContent a{
	font-family: Arial, Sans-Serif, Lucida Sans;
	font-size: 1.0em;
	color: #e51784;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: .22em;
	padding-bottom: .23em;
	}
#shopssideboxContent  a:hover{
	color: #6699ff;
	}
#newslettersidebox {
	}
#newslettersideboxContent{
	margin-bottom: 0px;
	}
#informationContent a {
	color: #000;
	}
#informationContent  a:hover {
	color: #6699ff;
	}
#ezpagesContent a{
	color: #000;
	}
#ezpagesContent  a:hover {
	color: #6699ff;
	}
.bettertestimonial a{
	color: #6699ff;
	}
.bettertestimonial a:hover{
	color: #000;
	}
#testimonials-managerContent a{
	color: #6699ff;
	}
#testimonials-managerContent  a:hover{
	color: #000;
	} 
#testimonials-manager {
	background-color: #e51784;
	}
#testimonials-managerHeading {
	border-bottom: 2px solid #000;
	}
	
#searchContent a{
	color: #000;
	}
#searchContent a:hover {
	color: #e51784;
	}
.linkstext {
	margin: 0;
	padding: 10px;
}

#editablesideboxContent {
	font-size: small;
	}
#editablesidebox {
	}
#editablesideboxHeading {
	}
	
#subscribe {
	}
#subscribeHeading {
	}
#subscribeContent  {
	}
#productfilterContent {
	}
#productfilterHeading {
	}
#productfilter {
	}

	
/*main pages images*/	
.Christian_Fiction {
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.Spiritual_Growth_Prayer {
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.devotionals {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.journals {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.totes {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.bible_study {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.cards {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}
.gift_ideas {	
	text-align: center;
	*padding-top: 0em;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 9px;
	margin-left: 9px;
	}	
/*productbook detail	
/*jph ADDED*/
/* ------------------product list */
div.productBookListIsbn{
	font-size:0.9em;
}
span.bk_list_label{
	color:#660033;
}
/*book lists shift isbn line*/
div.isbnmargin{
	margin-left:15px;
	text-align: left;
}
/* book subtitle line*/
span.subtitleProdList{
	color:	#000066;
}

/* ----------------info page */
span.bk_label{
	color:#660033;
	text-align: left;
}
div.bk_label{
	color:#660033;
	text-align: left;
}
#productBookAuthors{
	font-size:1.1em;
	width:15%;
	text-align:left;
	}
div.authorsList{
	font-size:1.1em;
	text-align:left;
	}
#productBookSubtitle{
	font-size:1.1em;
	}
#productName{
	font-size:1.2em;
	}	
#productBookDetailsList{
	margin-left:15px;
	text-align: left;
}
#productBookDetailsLines{
	font-size:1.1em;
	text-align: left;
	}
.floatingBoxBookRH{
	margin: 0;
	width:35%;
	}
div.insert_book_price {
	text-align: left;
	}
#productPrices{
	font-size:1.1em;
}
#woz_credit{
	clear: both;
	text-align: center;
	font-size: small;
}

/* for v1.3 */
.leftBoxContainer ul li, .rightBoxContainer ul li , .singleBoxContainer ul li{
  list-style-type: none;
  margin:0px;
  padding-left: 0px;
}

.leftBoxContainer ul, .rightBoxContainer ul , .singleBoxContainer ul{
  margin:0px;
  padding-left:0px;
}

.leftBoxContainer ul ul, .rightBoxContainer ul ul, .singleBoxContainer ul ul{
  list-style-type: square;
  margin:0px;
  padding-left:5px;
}

/*starts wordpress css */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}



/*starts footer_menu and requires to uncomment #navsuppwrapper, #navsupp,#navul i, #nav ul i a, #navsupp ul li a:hover*/
#footer {
	padding-top: -5px;
	background: transparent url(../images/footer_bg.gif) no-repeat 0 0;
	background-repeat: no-repeat;
	clear:both;
	width: 1000px;
	height:110px;
	}
#navSuppWrapper {
	margin-bottom: 5px;
	margin-left: 250px;
	color: #000;
	width:85%;
	}	
#navSuppWrapper dl {padding-top: 10px;clear:both;height:79px;width:95%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:22.1%}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#000;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.99em;
display:block;line-height:normal;text-align:left;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#000;margin:0;padding-left:2em;padding-bottom:.3em;display:block;text-align:left;font-size:.99em;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color: #fff;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #000;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
.menuTitle {margin:0;padding-top: .3em;padding-bottom:.3em;text-align:center;font-size:1.2em;font-weight:bold;}
.first {}
#siteinfoLegal {
	padding-top: 5px;
	font-size: 1.0em;
	text-align:center;
	width:100%;
	line-height:normal;
	clear:both;
}
#siteinfoLegal a {color: #000;font-weight:bold;white-space: nowrap; }
#siteinfoLegal a:hover {color: #e51784;background: #fff;}

.addthis_button_compact {
	margin-right: 30px;
	}