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

/*container DIV*/
.container {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #c00000;
}

 .boxWidth {
	width: 150px;
}

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

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

/*button colours*/
.cssButton {
	color: #000;
	border: 1px solid #c00000;
}

.cssButtonHover{
	color: #000;
	border: 1px solid #c00000;
}

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

.smallButton {
	font-size: 10px;
	height: 18px;
	width: auto;
}

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

.listingButton {
	font-size: 9px;
	height: 15px;
	width: auto;
	background-image:  none;
	color: #000;
	background-color: #E38080;
	border: 1px solid #c00000;
}

.listingButtonHover {
	color: #000;
	background-color: #fa9b01;
	border: 1px solid #c00000;
}

.specialButton {/*e.g. 'Add To Cart' button*/
	font-size: 9px;
	height: 15px;
	width: auto;
	background-image:  none;
	color: #FFF;
	background-color: #c00000;
	border: 1px solid #c00000;
}

.specialButtonHover {
	color: #fa9b01;
	background-color: #c00000;
	border: 1px solid #c00000;
}

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

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	vertical-align: top;
	margin: 0px;
	border: 1px;
}

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

h2.categoryDesc, h2.infoBox, h3, h3.productListing, h3.mainCategory, h3.subcatDisplay, h3.display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

h4.mainCategory, h4.subcatDisplay,  h4.display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}

BODY {
	color: #666;/*general text colour*/
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFF;
    background-image:  url(images/persite/bg_body.gif); /*page bg*/
	background-repeat: repeat-x;
	background-attachment: fixed;
}

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

A {
  color: #666;/*general link colour*/
  text-decoration: none;
}

A:hover {
  color: #FA9B01;/*general link-hover colour*/
  text-decoration: none;
}

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

/*///////////////////////////////////////////////SEPARATOR*/

.separatorDot {
  border-bottom-width: 1px;
  border-color: #c00000;
  border-style: dotted
}

.separatorLine {
  border-bottom-width: 1px;
  border-color: #c00000;
  border-style: solid
}

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

TR.header {
  background: #FFF;/*bg behind logo*/
}

TR.headerNavigation {
  background: #c00000;
}

TD.headerNavigation {
  font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #c00000;
	color: #FFF;
	vertical-align: top;
}

A.headerNavigation { /*top navbar link*/
  color: #FFF;
}

A.headerNavigation:hover, A.headerNavigationActive, A.headerNavigationActive:hover{ /*top navbar link-hover*/
  color: #fa9b01;
}

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

TR.footerCustom {
  background: white;
}

TD.footerCustom {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  background: white;
  font-weight: bold;
  border-top: 1px solid  #c00000;
}

TR.footerCopyright {
  background: #515E65;
}

TD.footerCopyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	border-top: 1px solid  #515E65;
	color: #fa9b01;
}

A.footerCopyright {  /* copyright links */
  color: #fa9b01
}

A.footerCopyright:hover {  /* copyright links */
  color: #fff
}

/*///////////////////////////////////////////////INFOBOX*/

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

.infoBoxContents {/*infobox bg*/
  font-family: Verdana, Arial, sans-serif; font-size: 11px;
  background-color: #FFF
}

TD.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #c00000;
	color: #FFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif; font-size: 11px
}

/*///////////////////////////////////////////////CONTENTBOX*/

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

.contentBoxContents {/*contentBox bg*/
  font-family: Verdana, Arial, sans-serif; font-size: 11px;
  background:  #FFF;
}

TD.contentBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #c00000;/*contentBox header bg*/
	color: #FFF;/*contentBox header text*/
}

TD.contentBox, SPAN.contentBox {
  font-family: Verdana, Arial, sans-serif; font-size: 11px
}

/*///////////////////////////////////////////////RIGHT ARROW*/

/*infobox right arrow link style*/

a.rightArrowInfo, a.rightArrowInfo:hover {
	color: #fff;
	font-weight: bold;
	vertical-align: 20%;
	cursor: hand;
	text-align: right;
}

/*contentbox right arrow link style*/

a.rightArrowCont, a.rightArrowCont:hover {
	color: #fff;
	font-weight: bold;
	vertical-align: 20%;
	cursor: hand;
	text-align: right;
}

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

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

.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 10px; color: #c00000; text-decoration: underline; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #FA9B01; }

.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #c00000; }

/*///////////////////////////////////////////////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: #EEEEEE ;
}

.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 ;
}

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

TABLE.productListing {
	border-spacing: 1px;
	border: 1px solid #999;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background:#999;/*product listing header bg*/
  color: #FFF;/*product listing header text*/
  font-weight: bold;
}

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

A.pageResults {
  color: #000;
}

A.pageResults:hover { 
  color: #FA9B01;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #c00000;
	background-color: #FFF;
	font-weight: bold;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  border: 1px solid #c00000 ;
  background-color: #FFF;
}

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

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

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

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

/*///////////////////////////////////////////////ALL PRODUCTS*/

a.allProducts, a.allproducts:hover {
	font-size: 10px
}

a.allProducts_catpath {
}

a.allProducts_catentry {
	color: #000
}

a.allProducts_catentry:hover {
	text-decoration: underline
}
