/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
    background-image: url(../images/purpleyarnbg.jpg);
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}

.centershop, #mainWrapper {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 750px !important;
}
#contentMainWrapper{
background: #fff;
padding: 15px 10px 10px;
border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}


.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #428dff;
  text-decoration: none;
}
a img{border:none;}
A:hover {
  color: #ffb062;
  text-decoration: none;
}

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

hr {
  border: 1px #556666;
}

/*HEADER CSS*/

#headerWrapper{
  height: 164px;
}
#logo {
  padding: 0px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
background-image: url(/shop/includes/templates/flyingfingers/images/header.jpg);
height: 141px;
}

#navMainWrapper {
  background-color: #66CCCC;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  width: 100% !important;
  border-bottom: 1px dashed #FFFFFF;
height: 23px;
}
#navMain{
  width: 365px;
}
#navMainSearch{
  float: left;
  width: 160px;
}
#navMainCart{
  float: left;
  width: 195px;
  text-align: right;
}
.headerNavigation {
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
  width: 50%;
  float: left;
height: 23px;
}

.breadCrumb, #navBreadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  border-bottom: 1px dotted #cccccc;
}

.headerNavigation A, .headerNavigation A:visited {
  font-weight: bold;
  color: #ffffff;
}

.footertop a  {
  font-weight: bold;
  color: #66CCCC;
}

.headerNavigation A:hover, .footertop a:hover  {
  color: #556666;
}

.headerError {
  background: #ff0000;
}

.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

.headerInfo {
  background: #ffffff;
}

.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #CC3399;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
  text-align: center;
}
#navColumnOneWrapper, #navColumnOne{
  text-align: center;
  valign: top;
}
#navColumnOne{padding-right: 15px;}

.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox 
,.leftBoxContainer{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 0px solid #CC3399;
  margin-bottom: 15px;

}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading 
,.leftBoxHeading,.centerBoxHeading{
  /*background-color: #916677;*/
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 0px 0px 5px;
  height: 17px;
  background: #916677;
}
#navColumnOne .leftBoxHeading, 
#informationContent,
#contentMainWrapper .centerBoxHeading{
text-align:left;
}

.leftBoxHeading a, .rightboxheading a, .centerBoxWrapper, .centerboxheading a, .singleboxheading a {
  color: #ffffff;
}
.leftBoxHeading, .rightboxheading, .centerboxheading, .singleboxheading {
  //background: #ffffff;
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent 
,.leftBoxContainer, .centerBoxWrapper{
  line-height: 125%;
  padding: 4px;
  border-top: 0px solid #916677;
  border-bottom: 0px;
clear:both;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #ffffff;
  margin-bottom: 0px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:0px solid #9a9a9a;
  padding: 5px;
}
.plainBoxHeading, ..eading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading, .tableHeading 
,.cartTableHeading th{
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 5px;
  height: 16px;
  background-color: #916677;
}
.tableHeading th{padding: 5px;}

.productlisting, #productListing table {
  border:1px solid #9a9a9a;
}

#productListing tr td{
  padding: 10px 10px;
}

.productListing-data {
  font-size: 10px;
  padding: 5px;
}

#indexProductListCatDescription{
  clear:both;
}


#cartContentsDisplay td{
  padding: 5px 10px;
  font-size: 10px;
}
#cartImage img{
  margin-right: 10px;
  padding: 5px;
  border: solid 1px #CCCCCC;
}
#cartSubTotal{
  text-align: right;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  margin-top: 5px;
}
/*center main section
-----------------------------------*/
.pageHeading, DIV.pageHeading, h1 {
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  padding: 5px;
}

/* footer
--------------*/

.footer {
  text-align: center;
}

.footertop {
}

.footertop {
  background: #eeeeee;
  color: #556666;
  font-size: 9px;
  padding: 2px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.footerbottom {
  color: #ffffff;
  font-size: 9px;
  padding: 5px;
  border-right: 0px solid #9a9a9a;
  border-left: 0px solid #9a9a9a;
  border-bottom: 0px solid #9a9a9a;
}

/*miscellaneous areas
-------------------------------------*/
.cartBox, #cartAdd {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
width: 144px;
text-align:center;
float:right;
margin-bottom: 20px;
}

#productGeneral .navNextPrevList a{
  margin: 0 35px 0px;
}
#productMainImage img{
  padding: 5px;
  border: solid 1px #CCCCCC;
}
#productPrices {
  text-align: center;
  color: #9A9A9A;
  font-weight:normal;
  padding-top: 20px;
}
#productReviewLink{
  margin-bottom: 15px;
}

.centerBoxWrapper div, .categoryListBoxContents{
  min-height: 250px;
  margin-bottom: 10px;
  color: #000;
}
.categoryListBoxContents{
  min-height: 210px;
}

#sortForm{
  width: 200px;
  float: right;
  margin-top: 50px;
}

#indexProductList #productListHeading{
  width: 60%; 
  float: left;
  padding: 10px 0 20px;
}
#productsListingTopNumber{
  clear:both;
  margin-bottom: 3px;
  font-size: 10px;
}

.productListing-odd, .upcomingProducts-odd {
  background: #ffffff;
}

.productListing-even, .upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

.productListing-data-description-even {
  background: #eff4f8;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #9a9a9a;
}

.productListing-data h3{
  font-weight: normal;
  font-size: 10px;
  text-align: left;
}

.pageresults a {

  color: #428dff;
}

.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

.smallText, SPAN.smallText, P.smallText, .pageresults{
   font-size: 10px;
}

.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser, .greeting {
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
  font-weight:normal;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inpu.quirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #9a9a9a; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* checkout totals */
.ot-subtotal-Text, .ot-cod-fee-Text, .ot-total-Text, .ot-group-pricing-Text, .ot-gv-Text, .ot-loworderfee-Text, .ot-shipping-Text, .ot-subtotal-Text, .ot-tax-Text, .ot-coupon-Text {
  font-weight: bold;
}
.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #9a9a9a;
}
.ot-subtotal-Amount, .ot-cod-fee-Amount, .ot-group-pricing-Amount, .ot-gv-Amount, .ot-loworderfee-Amount, .ot-shipping-Amount, .ot-subtotal-Amount, .ot-tax-Amount, .ot-coupon-Amount {}


/* product_info at.bute comments */

.ProductInfoComments, .ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}

/* General alert span class */
.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup . */
.popupat.buteqty, .popupcouponhelp, .popupcvvhelp, .popupimage, .popupimageadditional, .popupsearchhelp, .popupshippingestimator, .popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border: 0px solid #9a9a9a;
}

.categoriesdescription {
  font-size: 11px;
  line-height: 1.0;
}

/* categories box parent and child categories */
#categories{
  text-align: left;
  margin-top: -15px;
}
A.category-top {
  color: #339966;
  text-decoration: none;
}
A.category-links {
  color: #004080;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #FF0000;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* at.bute images .*/
.products-at.butes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}

/* FRAMED IMAGES */

img.framed {
  padding: 10px 10px 10px 10px;
  margin: 5px;
  border: 1px solid #cccccc;
}

.productListing-data img, .smallText img, .centerBoxWrapper img, 
.categoryListBoxContents img{
  padding: 5px 5px 5px 5px;

  border: 1px solid #cccccc;
}

/* INFO PAGES TEXT (Products and Categories) */ 

.infopageheader {
  text-align: left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color:#000000;
  margin: 0px 0px 40px 50px;
}


.infopagesubheader {
  text-align: left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#000000;
  margin: -20px 0px 20px 50px;
}

.infopagetext{
  text-align: left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  line-height: 175%;
  font-weight: normal;
  color:#000000;
  margin: 0px 30px 20px 0px;
}

.infopagetips {
  text-align: left;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color:#999999;
  margin: 0px 30px 20px 0px;
}

.red {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color:#FF0000;
}


/********** STYLES FROM DEFAULT TEMPLATE ***********/
/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

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

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
.centeredContent {
text-align:center;
}
.categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #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;
	}
	
.clearBoth{
	clear:both;		
}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}
	
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
}
	
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

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

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
font-size: 1em;
margin-top: 0px;
	}


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

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;
	}
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage,#productReviewsDefaultProductImage{
text-align:center;
}
.cartAttribsList {
	margin-left: 1em;
	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
border: solid 1px #ccc;
padding: 5px;
	}
	
	
	#shippingEstimatorContent{
		background: #fff;
	}
#orderhistory{
  text-align: left;
}
#orderhistory ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
#orderhistory li{
  margin: 0;
  padding: 4px 0;
}
