/*///////////////////////////////////////////////LAYOUT*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1D422A;
	background-image:  url("images/persite/bg_body.gif");
	background-repeat: repeat-x;
	line-height: 20px;
	color: #666;
}

/*container DIV*/
.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FBFCFD;
	background-image: url("images/persite/bg_container.gif");
	background-repeat: no-repeat;
}

.boxWidth {
	width: 175px;
}

/*///////////////////////////////////////////////CSS BUTTONS*/

.basicButton{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
	margin: 2px;
	padding: 0px;
	/*background-image:   url("images/persite/css_button_bg.gif");
	background-repeat: repeat;*/
	cursor: hand;
}

/*button colours*/
.cssButton {
	color: #666;
	border: 1px solid #666;
	background-color: #FFF;
}

.cssButton:hover{
	color: #666;
	border: 1px solid #666;
	background-color: #F6E15F;
}

/*button sizes*/
.largeButton {/*default*/
	font-size: 10px;
	height: 22px;
	width: 120px;
}

.smallButton {
	font-size: 10px;
	height: 22px;
	width: 80px;
}

.miniButton {
	font-size: 9px;
	height: 15px;
	width: 30px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #333;
	background-image:  none;
	padding:0px;
}

.miniButton:hover{
	color: #333;
	border: 1px solid #333;
	background-color: #F6E15F;
}

.listingButton {
	font-size: 10px;
	height: 22px;
	width: 100px;
	background-image:  none;
	color: #666;
	background-color: #ddd;
	border: 1px solid #666;
}

.listingButton:hover {
	color: #666;
	background-color: #F6E15F;
	border: 1px solid #666;
}

/*'Add To Cart' button*/
.specialButtonA {
	font-size: 10px;
	height: 22px;
	width: 120px;
	background-image: none;
	color: #666;
	background-color: #FAFF8B;
	border: 1px solid #666;
}

.specialButtonA:hover {
	color: #666;
	background-color: #F7FF25;
	border: 1px solid #666;
}

/*'Express Checkout' button*/
.specialButtonB {
	font-size: 10px;
	height: 22px;
	width: 120px;
	background-image: none;
	color: #666;
	background-color: #FFCDC8;
	border: 1px solid #666;
}

.specialButtonB:hover {
	color: #666;
	background-color: #FF958B;
	border: 1px solid #666;
}

/*///////////////////////////////////////////////GENERAL*/

/*page titles*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
	margin: 0px;
	line-height: 40px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3.mainCategory, h3.subcatDisplay {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #C4582B;
	text-align: center;
	margin: 0px;
	line-height: 20px;
}

h2.categoryDesc, h2.infoBox, h3, h3.productListing, h3.display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	line-height: 20px;
}

h4.mainCategory, h4.subcatDisplay,  h4.display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	line-height: 15px;
}

.textGeneral{
	color: #666;/*as above*/
}

a {/*general link*/
  color: #C4582B;
  text-decoration: none;
}

a:hover {
  color: #F6E15F;
  text-decoration: none;
}

a.pagelink {/*hilite link on page*/
  text-decoration: underline;
}

a.pagelink:hover {
  text-decoration: underline;
}

li {
	vertical-align: middle;
	list-style: square;
	text-indent: 3px;
	color: #666;
}

td.main {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 14px;
}

td.smallText, span.smallText, p.smallText {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/*///////////////////////////////////////////////SEPARATORS*/

.separatorDot {
  border-top-width: 1px;
  border-color: #666;
  border-style: dotted
}

.separatorLine {
  border-top-width: 1px;
  border-color: #666;
  border-style: solid
}

/*///////////////////////////////////////////////HEADER*/

/*bg behind logo*/
tr.header {
  background-image: url("images/persite/bg_header.gif");
}

/*header page links*/
span.headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}

a.headerLinks {
	color: #fff;
}

a.headerLinks:hover {
	color: #fff;
	text-decoration: underline;
}

/*header text*/
tr.headerCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

span.headerCaptionText1 {
	color: #fff;
	font-weight: bold;
}

span.headerCaptionText2 {
	color: #F6E15F;
	font-weight: bold;
}

a.headerCaptionLink {
	color: #fff;
}

a.headerCaptionLink:hover {
	color: #fff;
	text-decoration: underline;
}

/*breadcrumb bar*/
div.breadcrumbBar {
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
}

div.loginBar {
	width: 350px;
	overflow: visible;
	white-space: nowrap;
}

/*///////////////////////////////////////////////HEADERBAR*/

.headerBar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url("images/persite/bg_header_bar.gif");
	color: #FFF;
	height: 29px;
}

a.headerBar {
  color: #FFF;
}

a.headerBar:hover, a.headerBarActive, a.headerBarActive:hover{
  color: #F6E15F;
}

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

tr.footer {
  background: #1D422A;
}

/*footer page links*/
span.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

a.footerLinks {
	color: #fff;
}

a.footerLinks:hover {
	color: #F6E15F;
	text-decoration: underline;
}

/*footer text*/
tr.footerCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 40px;
	vertical-align: middle;
	line-height: normal;
}

span.footerCaptionText {
	color: #FFC757;
}

a.footerCaptionLink {
	color: #fff;
}

a.footerCaptionLink:hover {
	color: #fff;
	text-decoration: underline;
}

/*///////////////////////////////////////////////FOOTERBAR*/

/*links bar*/
tr.footerBar {
	background: #1D422A;
	vertical-align: middle;
	height: 25px;
	padding: 2px;
	text-align: center;
}

/*///////////////////////////////////////////////infoBox*/

.infoBox {/*infoBox outline (under infoBox header)*/
    border: 1px solid #BED6CA;
}

.infoBoxContents {/*infoBox bg*/
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666;
	background-color: #F1FAF6;
	line-height: 20px;
	padding: 5px;
}

.infoBoxContents a {
	color: #666;
}

.infoBoxContents a:hover {
	color: #F6E15F;
}

.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	/*background:  url(images/persite/bg_infoBox_header.jpg) repeat-y;*/
	background-color: #F1FAF6;
	color: #666;
	height: 25px;
    border: 1px solid #BED6CA;
	border-bottom: 0px;
	padding: 5px;
}

/*infoBox right arrow link style*/
a.rightArrowInfo, a.rightArrowInfo:hover {
	color: #666;
	font-weight: bold;
	cursor: hand;
	text-align: right;
}

/*///////////////////////////////////////////////contentBox*/

.contentBox {
    border-top: 1px solid #BED6CA;
    border-left: 1px solid #BED6CA;
}

.contentBoxContents {/*contentBox bg*/
    font-family: Arial, Helvetica, sans-serif; font-size: 14px;
    background:  #fff;
}

.contentBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	/*background: url(images/persite/bg_contentBox_header.jpg) repeat-y;*/
	color: #666;
	height: 25px;
}

/*contentBox right arrow link style*/
a.rightArrowCont, a.rightArrowCont:hover {
	color: #666;
	font-weight: bold;
	cursor: hand;
	text-align: right;
}

/*///////////////////////////////////////////////TEXT LINKS*/

.arrow{
	vertical-align: 5%;
}

span.pageResults  {
	color: #666;
}

a.prevNextResults, a.prevNextResults:hover  {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: inline;
	padding: 1px;
	background-color: #C4582B;
	cursor: hand;
}

a.backToTop, a.backToTop:hover  {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	line-height: 2;
	padding: 1px;
	background-color: #C4582B;
	float: right;
	cursor: hand;
}

/*///////////////////////////////////////////////CHECKOUT*/

.totals {
	font-size: 16px;
	color: #FFF;
	background-color: #999;/* same as .productListing-heading{ background } below*/
	padding: 2px;
}

.checkoutBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #999999;
}

.checkoutBarFrom {
	background-color: #FFF;
	text-decoration: underline;
}

.checkoutBarFrom:hover {
	background-color: #FFF;
	text-decoration: underline;
}

.checkoutBarCurrent {
	background-color: #D9F88A;
}

.checkoutBarTo {
	background-color: #FFF;
}

/*///////////////////////////////////////////////PRODUCT LISTING*/

.productListing-odd, TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, .moduleRowSelected, .productsNotifications, .moduleRowOver {
	background-color: #fff ;
}

.productListing-even, TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background-color: #fff ;
}

.moduleRowSelected, .moduleRowOver {
	background-color: #E6F4E4 ;
}

.productOptionsBox{
	padding: 2px;
	border: 1px dotted #BED6CA;
}

table.productListing {
	border-spacing: 1px;
	border-left: 1px solid #ddd;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
  	background: #BED6CA;/*product listing header bg*/
	color: #fff;/*product listing header text*/
	height: 20px;
}

a.productListing-heading:hover {
  color: #F6E15F;/*product listing header text*/
}

.productListing-price{
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*///////////////////////////////////////////////FORMS*/

checkbox, input, radio, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #BED6CA;
	background-color: #fff;
	font-weight: bold;
}

textarea {
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	border: 1px solid #BED6CA;
	background-color: #FFF;
	vertical-align: top;
}

/*///////////////////////////////////////////////CATEGORY BOX*/

.catBullet, .catProdCnt{
  color: #666;
}

.catActive, .catActive:hover{
  color:#C4582B;
}
