/* The colour and font of the main title */

.title {
  font-family: Arial;
  font-size: 20px;
  color: #0E51A3;
  font-weight: bold;
}

/* The colour and font of the main store slogan */

.slogan {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0E51A3;
  font-weight: bold;
}

/* colours of the main background and overall text. Background is the body background and color is the main text colour */

BODY {
  text-align:center;
  background: #d5d6d7;
  color: #000000;
  margin: 0px;
}


/* colours of the links */

A {
  color: #0E51A3;
  text-decoration: none;
  font-weight : bold;
}

A:hover {
  color: #ff0033;
  text-decoration: underline;
}


/* colour of the border around the product pictures */

.border {border: #000000 0px dotted;}


/* text size of smaller text */

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }

/* colours of the top navigation area and the bottom navigation area and the links inside them */

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image:url(images/infobox/boxtitlebg.gif);
  color: #f0ffff;
}

A.headerNavigation { 
  color: #f0ffff; 
 text-decoration: none;
}

A.headerNavigation:hover {
  color: gold;
  text-decoration: none;
}



/* colour of the border around the side boxes, featured products box, etc */

.infoBox {
  background: #0E51A3;
}



/* colours and fonts inside the side boxes, featured products box, etc */


.infoBoxContents {
  background: #edf4cc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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



/* colours and fonts of the page headings and box headings */


TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/infobox/boxtitlebg.gif);
  color: #f0ffff;
}

TD.infoBoxHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/infobox/boxtitlebg.gif);
  color: #f0ffff;
}

/* colour of the border around the category pages, search results page, etc */


TABLE.productListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  border-spacing: 0px;
}



/* fonts and links of the category pages, search results page, etc */


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

A.pageResults {
  color: #0E51A3;
}

A.pageResults:hover {
  color: #FF0000;
  background: #FFFFFF;
}



/* fonts and font size of main text around the store */

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


/* fonts and font size of any smaller text around the store */

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}



/* the look and feel of any online forms in the store */


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


TABLE.formArea {
  background: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}



/* font colour of special offer prices in category pages and on the special offers page*/


SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* font colour of special offer prices on the product pages */


SPAN.productSpecialPrice2 {
  font-family: Verdana, Arial, sans-serif;
  color: #ffff00;
}



/* the settings for the display of the Categories boxes in the left column */


ul, ol, dl {
    position: relative;  
}

.hide {
    display:none;
    }

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

#categories dt {

    margin: 2px;
    padding: 2px 0 2px 10px;
    font-size: 12px; 
 font-family: Verdana, Arial, sans-serif;
 font-weight: bold; 
    border: 1px solid #0E51A3;
    background: #D7E9F7 url(images/pointer_blue.gif) no-repeat 3px 50%;
    }

#categories dd {
    margin: 2px;
    padding: 2px 0 2px 10px;
    font-size: 11px; 
 font-family: Verdana, Arial, sans-serif;
 font-weight: bold; 
    border: 1px solid #0E51A3;
    background: #D7E9F7 url(images/pointer_blue.gif) no-repeat 3px 50%;
    }

#categories a.selected {
    font-weight: bold; color: #ff0033;
    }




/* the font and colour settings for the display of the Links Page */

TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
}

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

TD.linkListing-data {
  border-right: 0px solid #ffffff;
  border-bottom: 1px solid #000000;
  padding: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #ffffff;
}


/* colours and behavior when a customer selects options during the checkout process */

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }






/* THERE IS NO NEED TO CHANGE ANY SETTINGS BELOW */








.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #FFFFFF; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

TR.header {
  background: #ffffff;
}
TR.headerNavigation {
  background: #bbc3d3;
}

textarea {
 font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
font-weight : normal;
border: #000000 1px solid;
background-color : #FFFFFF;
}

input {
 font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
font-weight : normal;
background-color : #FFFFFF;
}

select {
 font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
font-weight : normal;
border: #000000 1px solid;
background-color : #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #000000;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #D7E9F7;
}

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

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

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}


SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: gold;
  font-weight: bold;
}

DIV.cartTotal {
  border-top: 1px dashed #0E51A3;
  width: 147px;
  padding-top: 2px;
  margin-top: 3px;
}

A.button {
  width: 100px;
  height: 20px;
  text-align: center;
  Padding-top: 3px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/infobox/button.jpg);
  color: #ffffff;
  font-weight: bold;
}

A.button:hover {
  color: gold;
  text-decoration: none;
}

A.little_button {
  height: 18px;
  text-align: center;
  Padding-top: 2px;
  Padding-left: 4px;
  Padding-right: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(images/infobox/boxtitlebg.gif);
  color: #ffffff;
  font-weight: bold;
}

A.little_button:hover {
  color: gold;
  text-decoration: none;
}

A.anibutton {
  width: 109px;
  height: 28px;
  text-align: center;
  Padding-top: 6px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/infobox/anibutton.gif);
  color: #ffffff;
  font-weight: bold;
}

A.anibutton:hover {
  color: gold;
  text-decoration: none;
}

.product_head {
  font-family: Arial;
  font-size: 20px;
  color: #0E51A3;
  font-weight: bold;
}

/* VJ Links Manager v1.13 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
/* VJ Links Manager v1.13 end */