/**
 * Main CSS Stylesheet
 */
/********************/
/* GLOBAL ELEMENTS */ 
/******************/

 
body {
	margin: 0;
    padding: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.5;
	color: #465519;
	background-color: #fff;
}

img {
	border: none;
}

p {
	padding: 0.25em 0;
}

p a {
	text-decoration: underline;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #993620;
}
 
a:visited {
	color: #993620;
}

a:hover {
	color: #eb502e;
}

a:active {
	color: #993620;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4, h5, h6 {
	font-size: 1.2em;
}

form {
	padding: 0;
}

fieldset {
	padding: 0.5em;
	margin: 1.5em 0;
	border: 1px solid #cccccc;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.3em;
}

textarea {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	font-size: 0.9em;
}

input {
	display: inline;
	font-size: 0.9em;
}

input:focus, select:focus, textarea:focus {
	background-color: #f7f6c5;
}

label {
	font-size: 0.9em;
}

label.checkboxLabel, label.radioButtonLabel {
	margin: 0.5em 0.3em;
}

label.inputLabel {
	width: 9em;
	float: left;
}

label.inputLabelPayment {
	width: 12em;
	float: left;
}

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

table {
	padding: 0;
}

th {
	padding: 0.25em;
	text-align: center;
}

td {
	padding: 0.25em;
}

table.sizing {
	width: 100%;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 1em auto;
}

table.sizing th {
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #cccccc;
}

table.sizing td {
    padding: 0.5em;
    font-size: 0.75em;
    border: 1px solid #cccccc;
}

ol li {
	margin: 1em 0;
}

address {
	font-size: 1.1em;
	padding: 0.25em 0.5em;
	font-style: normal;
}

code {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}


/***************************/
/* WRAPPERS AND CONTAINERS */
/***************************/


#mainWrapper {
	text-align: left;
	width: 57em;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#headerWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
} 

#logoWrapper {
	margin: 0;
	padding: 0;
	width: auto;
	border-left: 1px solid #a09e36;
    border-right: 1px solid #a09e36;
}

#logo {
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentMainWrapper {
    margin: 0;
	padding: 0;
	border-left: 1px solid #a09e36;
    border-right: 1px solid #a09e36;
}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
} 

#tagline {
	display: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0;
	background-color: #a09e36;
	font-weight: bold;
	color: #fff;
	height: 1%;
	width: 100%;
	font-size: 0.75em;
}


/**************/
/* NAVIGATION */
/**************/

#navCatTabs {
	padding: 0.3em 0;
}

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

#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: 0 0.5em;
	margin: 0;
	color: #fff;
	white-space: nowrap;
}

#navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #e8e54d;
}

#navMain ul.back {
    background: url(/images/top-left-corner.gif) top left no-repeat;
    padding: 0.5em 0.8em;
}

#navMain ul.forward {
    background: url(/images/top-right-corner.gif) top right no-repeat;
    padding-left: 0.5em;
}

#navMain ul.forward form {
	margin: 0.5em 1.25em;
}

#navMain ul.forward .searchSubmit {
	padding: 0 0.5em;
}

#navSupp {
    background: url(/images/bottom-right-corner.gif) bottom right no-repeat;
}

#navSupp ul {
    background: url(/images/bottom-left-corner.gif) bottom left no-repeat;
    padding: 0.25em 0;
}

#navMainSearch, #navCategoryIcon {
	margin: 1em;
}

#navBreadCrumb {
	background-color: #fff;
    color: #465519;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em;
    width: 95%;
}

#contentColumnMain, #navColumnOne, #navColumnTwo {
	vertical-align: top;
	background-color: #fff;
}
 

/*******************/
/* GENERAL CLASSES */
/*******************/

.biggerText, .larger {
	font-size: 1.1em;
}

.smallText {
	font-size: 0.8em;
}

.clearBoth {
	clear: both;
}

.back {
	float: left;
}

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.content {
	margin: 1.5em 0;
}

.centeredContent {
	text-align: center;
}

.rowOdd {
	background-color: #e8e8e8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #f0f0f0;
	height: 1.5em;
	vertical-align: top;
}

.floatingBox {
	margin: 0;
	width: 47%;
}

.buttonRow {
	margin: 2em 0;
}

.alert {
	color: #eb8b1b;
	margin-left: 0.5em;
	vertical-align: top;
}

.important {
	font-weight: bold;
}

.centerColumn {
    margin-right: 0.5em;
    padding: 0.25em 0.8em;
    font-size: 0.80em; /* sets the main content text size */
}

.centerColumn ul li {
	margin: 1em 0;
}

.tableHeading {
	background-color: #e9e9e9;
	height: 2.2em;
}

.tableHeading th {
	border-bottom: 1px solid #ccc;
}

.tableRow {
	height: 2.2em;
}

.hiddenField {
	display: none;
}

.visibleField {
	display: inline;
}


/****************************/
/* WARNINGS, ERROR MESSAGES */
/****************************/

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8;
	padding: 0.2em;
	border: 1px solid #000;
}

.messageStackWarning, .messageStackError {
	background-color: #cd6c28;
	color: #fff;
}

.messageStackSuccess {
	background-color: #f8f7dc;
	color: #000;
}

.messageStackCaution {
	background-color: #ffff66;
	color: #000;
}


/***********/        
/* FOOTER */
/*********/

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.8em;
    padding: 0.2em 0;
    text-align: center;
}

.legalCopyright a:link, .legalCopyright a:visited {
    color: #9d752b;
}

.legalCopyright a:hover {
    color: #fbc815;
}



/*****************/
/* SHOPPING CART */
/****************/

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 2px solid #465519;
	padding: 1em;
}

#shoppingCartDefault table td {
    padding: 0.25em;
    text-align: center;
}

#scUpdateQuantity {
	width: 2em;
}

#mediaManager {
    width: 50%; 
    margin: 0.2em;
    padding: 0.5em;
}

#cartBoxListWrapper, #cartBoxListWrapper ul {
	margin: 0;
	padding: 0;
}

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0;
} 

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

#cartContentsDisplay {
	width: 100%;
}

#cartContentsDisplay input {
	margin: 1em 0;
}

#cartSubTotal {
	border-top: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2;
	padding-right: 2.5em;
	background-color: #e9e9e9;
	height: 2.2em;
}

#cartImage {
	margin: 0.5em 1em;
}

#infoShoppingCart {
	background-color: #fff;
}

#cartEmptyText {
	margin-bottom: 1.5em;
	text-align: center;
}

/*.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0;
}*/

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

.cartQuantity {
	width: 4.7em;
}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0;
}

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

.lineTitle {
	text-align: right;
	padding: 0.2em;
}

.amount {
	text-align: right;
	padding: 0.2em;
	width: 5.5em;
}

.shippingEstimatorWrapper {
	padding: 0.25em;
} 


/**************/
/* SIDEBOXES */
/*************/

.sideBoxContent {
	background-color: #fff;
	padding: 0.75em;
    border: 1px solid #71562d;
    color: #465519;
    font-size: 0.75em;
    line-height: 1.5;
}

.sideBoxContent a:link, .sideBoxContent a:visited {
    color: #40622e;
    text-decoration: none;
}

.sideBoxContent a:hover {
    color: #e8e54d;
    text-decoration: none;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0;
	background-color: #71562d;
	padding: 0.5em 0.2em;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

.leftBoxHeading a, .rightBoxHeading a, .leftBoxHeading a:visited, .rightBoxHeading a:visited {
    text-decoration: none;
    color: #fff;
}

.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	text-decoration: none;
	color: #a09e36;
} 

.leftBoxContainer, .rightBoxContainer {
	margin: 0;
    padding: 0.5em 0;
}

.leftBoxHeading label, .leftBoxHeading label {
	font-size: 1em;
}

.leftBoxContainer, .rightBoxContainer {
    margin: 0;
    padding: 0.5em 0;
}

.leftBoxContent, .rightBoxContent {
	background-color: #fff;
	margin-bottom: 1em;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured {
	margin: 1em 0;
	vertical-align: top;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch {
	float: left;
}

.centerBoxHeading {
    margin: 0;
    background-color: #9d752b;
    padding: 0.25em 0.25em;
    color: #fff;
    font-size: 1em;
    text-align: center;
}

.centerBoxContentsNew {
	margin: 1em 0;
	vertical-align: top;
}

#customerfeedbackContent p {
	font-size: 1.2em;
	font-weight: bold;
	color: #a09e36;
}


/******************/
/* PRODUCT PAGES */
/*****************/

#productDescription {
	padding: 0.25em;
	font-size: 0.9em;
}

#productMainImage {
	margin: 0 1em 1em 0;
}

#productMainImage img {
	display: block;
}

#productDescription table {
	width: 100%;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 1em auto;
}

#productDescription table th {
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #cccccc;
}

#productDescription table td {
    padding: 0.5em;
    font-size: 0.75em;
    border: 1px solid #cccccc;
}

#productsListingTopNumber, #productsListingBottomNumber, #productsListingListingTopLinks, #productsListingListingBottomLinks {
    margin: 1em 0;
}

#productListing table td {
    padding: 1em 0.5em;
}

#productAttributes select, #productAttributes input {
	margin: 1em 1em 1em 0.5em;
	padding: 0;
	font-size: 1em;
}

#productDateAvailable {
	font-weight: bold;
	font-size: 1em;
	color: #cd6c28;
}

#indexProductListCatDescription {
	margin: 1em 0;
}

.categoryListBoxContents {
	text-align: center;
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.optionName {
	margin: 1em 0.5em 1em 1em;
	line-height: 1.5;
	padding: 0;
	font-size: 1.1em;
}

.wrapperAttribsOptions {
	margin: 0.5em 0;
}

.attribImg {
	width: 20%;
	margin: 0.3em 0;
	float: left;
	text-align: center;
}

.navNextPrevWrapper {
    margin: 2em 0;
}

.navNextPrevCounter {
	margin: 0.3em 0;
	font-size: 0.8em;
}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0;
	list-style-type: none;
}



/*******************/
/* CHECKOUT PAGES */
/******************/

#checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, checkoutSuccess {
	padding: 1em;
}

#checkoutShipping fieldset, #checkoutPayment fieldset {
	margin: 2em 0;
}

#checkoutPayment fieldset label, #checkoutShipping fieldset label {
	font-size: 0.9em;
}

#checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading { 
	margin: 0 0 1.5em 0;
}

#checkoutShippingHeadingAddress, #checkoutPaymentHeadingAddress, #checkoutConfirmDefaultBillingAddress, #checkoutConfirmDefaultShippingAddress {
	margin: 0 0 1.5em 0;
}

#checkoutShippingHeadingMethod, #checkoutConfirmDefaultPayment, #checkoutConfirmDefaultShipment {
	margin: 2em 0 1em 0;
}

#checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle {
	margin: 1em 0 3em 0;
	font-style: italic;
}

#checkoutShipto, #checkoutBillto {
	padding-bottom: 1.5em;
	margin: 0;
	width: 47%;
}

#checkoutOrderTotals legend {
	font-size: 1.1em;
}

#checkoutOrderTotals div {
	font-size: 1em;
}

#checkoutConfirmDefault #orderTotals {
	font-size: 0.9em;
}

#csNotifications {
	margin: 1.5em 0;
}

#csNotifications label {
	font-size: 0.9em;
}

#checkoutSuccessThanks {
	margin: 1.5em 0;
}

#orderTotals {
	margin-bottom: 2em;
}



/*****************/
/* ACCOUNT PAGES */
/*****************/

#prevOrders caption {
	margin: 0 0 1.5em 0;
}

#prevOrders td, #prevOrders th {
	padding: 0.5em;
} 

#accountHistoryDefault div.content {
	margin-right: 1.5em;
}

#accountNotificationsHeading {
	margin: 0 0 1.5em 0;
}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
}

#accountLinksWrapper {
	margin: 0;
	width: 47%;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}


/*****************/
/*  REVEIW PAGES */
/****************/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 1em 1em 0 ;
}

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

#reviewsDefault .smallProductImage {
	margin-right: 0.5em;
}

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


/***************/
/* BESTSELLERS */
/***************/

#bestsellers .wrapper {
	margin: 0 0 0 1.5em;
}

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

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



/************/
/* BANNERS */
/***********/

#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	text-align: center;
}

#bannerboxContent, #bannerbox2Content, #bannerboxallContent {
    border: 1px solid #465519;
    background-color: #fff;
}

#bannerboxHeading, #bannerbox2Heading, #bannerboxallHeading {
	background-color: #465519;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}


/***************/
/*  MAIN PAGE  */
/**************/

#indexDefaultHeading {
	font-size: 1.7em;
	margin-bottom: 1em;
}

.greeting {
	font-size: 1.2em;
	font-style: italic;
}

#signature {
	margin-left: 2em;
	width: 100px;
	height: 50px;
}

#recentNews {
	border: 1px solid #a09e36;
	margin: 2em 0;
	padding: 1em;
}

#recentNews h3 {
	color: #a09e36;
}	


/**********************/
/*  SLING TIPS PAGE   */
/**********************/

.slingTipsContainerLeft {
	padding: 0;
	margin: 2em 0;
	height: 1%;
}

.slingTipsContainerRight {
	padding: 0;
	margin: 2em 0;
	height: 1%;
}

.slingTipsContainerRight ol {
	padding-left: 300px;
}

.slingTipsImgRight {
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
}

.slingTipsImgLeft {
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}

/*********************/
/* CUSTOMER FEEDBACK */
/*********************/

#customerfeedback dl {
	margin-top: 1.5em;
	margin-bottom: 3em;
}

#customerfeedback dt {
	color: #a09e36;
	font-weight: bold;
	margin-bottom: 0.75em;
}

#customerfeedback dd {
	margin-bottom: 1.5em;	
}

#customerfeedback ul {
	margin-top: 1.5em;
	padding-left: 0;
}

#customerfeedback li {
	color: #a09e36;
	font-weight: bold;
	list-style: none;
}


/*************/
/*  SITEMAP  */
/*************/

#siteMapList {
	width: 90%;
	float: right;
	font-size: 0.9em;
}


/*****************/
/*  CONTACT PAGE */
/*****************/

#contactUsNoticeContent {
	font-size: 1em;
}

#contactUsForm input, #contactUsForm label {
	margin-bottom: 1em;
}



/***************************/
/* RECOMMENDED BOOKS PAGE */
/**************************/

#booklist img {
	float: left;
	display: inline;
	margin: 0 0.5em 0.5em 0;
}

#booklist dl {
	padding: 1em;
}

#booklist dt {
	margin: 1em 0;
}

#booklist dd {
	margin: 0 0 2em 0;
}


/***************/
/*  EZ-PAGES   */
/***************/

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000;
	margin: 0;
	width: 47%;
}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0;
	list-style-type: none;
	line-height: 1.5;
}

#navEZPagesTOC ul li {
	white-space: nowrap;
}

#navEZPagesTOC ul li a {
	padding: 0 0.5em;
	margin: 0;
}

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

#ezPageBoxList {
	margin: 0;
	padding: 0;
}

#ezPageBoxList ul {
	margin: 0;
	padding: 0;
}



 /**********/
/* MISC   */
/*********/

#cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, label#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	text-align: center;
}

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

#popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	text-align: left;
}

.gvBal {
	float: right;
	text-align: center;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 1em 1em;
    padding: 0.5em;
	width: 47%;
}

