/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #475A88;
}

.errorBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #cc0033;
}

.productsNotifications
{
    background: #f2fff7;
}

.orderEdit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #F85548;
    text-decoration: underline;
}

BODY
{
    background-image:url(images/bodybg.png);
    background-repeat:repeat-y;
    background-color:#DBE2E6;
    background-position:center;
    color: #475A88;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.page
{
    width: 980px;
    margin: 0px auto;
    text-align: left;
    background: white;

}

h2
{
    font-size: 16px;
    color: #475A88;
    font-weight: bold;
    display: inline;
    text-align: left;
}

.headertextlargeblue
{
    font-size: 24px;
    color: #475A88;
    font-weight: bold;
    display: inline;
    text-align: left;
}

.headertextsmallblue
{
    font-size: 12px;
    color: #475A88;
    display: inline;
    text-align: left;
    font-weight: bold;
}

.headertextsmallgrey
{
    font-size: 12px;
    color: #BFBEC4;
    display: inline;
    text-align: left;
    font-weight: bold;
}

A
{
    color: #475A88;
    text-decoration: none;
}

A:hover
{
    color: #475A88;
    text-decoration: underline;
}

FORM
{
    display: inline;
}

TR.header
{
    background: #C9C4B4;
}

TR.headerNavigation
{
    background: #BFBEC4;
}

TD.headerNavigation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-image: url(images/greynav.gif);
    color: #475A88;
    font-weight: bold;
    text-align: center;
}

A.headerNavigation
{
    color: #475A88;
    font-size: 12px;
}

A.headerNavigation:hover
{
    color: #ffffff;
    background-color: #475A88;
    background-image: none;
    text-decoration: none;
    font-size: 12px;
}

.navigation
{
    height: 22;
    width: 980;
    font-weight: bold;
    border: 1px solid #BFBEC4;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/greynav.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

.navigation a
{
    color: #475A88;
    font-size: 12px;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    border-right: 1px solid #BFBEC4;
    padding: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

.navigation a:hover
{
    background-color: #475A88;
    color: #ffffff;
    text-decoration: none;
}

TR.headerError
{
    background: #ff0000;
}

TD.headerError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo
{
    background: #00ff00;
}

TD.headerInfo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.footer
{
    background: #ffffff;
}

TD.footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #ffffff;
    color: #475A88;
    font-weight: bold;
}

.infoBox
{
    color: #475A88;
    border-left: 1px solid #BFBEC4;
    border-right: 1px solid #BFBEC4;
    border-bottom: 1px solid #BFBEC4;
}

.infoBoxContents
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #475A88;
}

.infoBoxNotice
{
    background-color: #FFffff;
    color: #475A88;
}

.infoBoxNoticeContents
{
    background-color: #FFffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #475A88;
}

TD.infoBoxHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(images/info%20box%20header%20bg.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
}

TD.infoBox, SPAN.infoBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #ffffff;
    color: #475A88;
}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing
{
    border: 1px;
    border-style: solid;
    border-color: #b6b7cb;
    border-spacing: 1px;
}

.productListing-heading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #475A88;
    font-weight: bold;
    padding: 5px;
}

TD.productListing-data
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

A.pageResults
{
    color: #0000FF;
}

A.pageResults:hover
{
    color: #0000FF;
    background: #FFFF33;
}

.pageHeading, TD.pageHeading, DIV.pageHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #475A88;
    padding-left: 10px;
}

TR.subBar
{

    color: #ffffff;
    background-color: #CC0000;
}

TD.subBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #475A88;
}

TD.main, P.main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #475A88;
    background-color: #FFFFFF;
}

TD.smallText, SPAN.smallText, P.smallText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #475A88;
}

.smallTextBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #475A88;
}

TD.accountCategory
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #aabbdd;
}

TD.fieldKey
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

TD.fieldValue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

TD.tableHeading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.newItemInCart
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

TEXTAREA
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

SPAN.greetUser
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f0a480;
    font-weight: bold;
}

TABLE.formArea
{
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock
{
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #cc0000;
    font-weight: bold;
}

SPAN.productSpecialPrice
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
}

SPAN.errorText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
}

.moduleRow
{
}

.moduleRowOver
{
    background-color: #CCCCCC;
    cursor: pointer;
    cursor: hand;
}

.moduleRowSelected
{
    background-color: #CCCCCC;
}

.checkoutBarFrom, .checkoutBarTo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8c8c8c;
}

.checkoutBarCurrent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #475A88;
}

/* message box */

.messageBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.messageStackError, .messageStackWarning
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffb3b5;
}

.messageStackSuccess
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #99ff00;
}

/* input requirement */

.inputRequirement
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
}

.topnav
{
    color: #475A88;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav_heading
{
    color: #475A88;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

A:hover.topnav
{
    color: #475A88;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
}

A:visited.topnav
{
    color: #475A88;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
}

A:active.topnav
{
    color: #475A88;
    text-decoration: none;
    font-size: 12px;
    font-weight: bolder;
}

A.whitenav:hover
{
    color: #475A88;
    text-decoration: underline;
    font-size: 11px;
}

A.whitenav:link
{
    color: #475A88;
    text-decoration: none;
    font-size: 11px;
}

A.whitenav:active
{
    color: #475A88;
    text-decoration: none;
    font-size: 11px;
}

A.whitenav:visited
{
    color: #475A88;
    text-decoration: none;
    font-size: 11px;
}

.information2009 a
{
    width: 160px;
    line-height: 28px;
}

.information2009
{
    background-image: url(images/tick.gif);
    background-repeat: repeat-y;
    width: 168px;
    background-position: 0px 23px;
}

.topnav_box
{
    border: thin solid #000000;
}

.topnav_box_outer
{
    background-image: url(images/header_bg_banner.png);
    /*    background-image:url(images/header_bg_bannerXmas.png);*/
    background-repeat: no-repeat;
    background-position: top;
}

.topnav_box_outer_alt
{
    background-image: url(images/header_bg.png);
    background-repeat: no-repeat;
    background-position: top;
}

A:hover.whitelink
{
    color: #C0C0C0;
    text-decoration: underline;
}

A:hover.blacklink
{
    color: #000000;
    text-decoration: underline;
}

A:hover.blacklinkwithrollover
{
    color: #000000;
    background-color: #FFFF33;
    text-decoration: underline;
}

A:hover.bluelink
{
    color: #475A88;
    background-color: #FFFF33;
    text-decoration: underline;
}

.product_desc
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #475A88;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.front
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.catbox
{
    font-size: 11px;
    color: #475A88;
    vertical-align: top;
    padding: 3px;
    margin: 0px;
    background-color: #FFFFFF;
}

.catbox_heading
{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.catpage
{
    font-size: 11px;
    color: #475A88;
    vertical-align: top;
    padding: 3px;
    margin: 0px;
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
}

.catpage_noborder
{
    font-size: 11px;
    color: #475A88;
    vertical-align: top;
    padding: 3px;
    margin: 0px;
    background-color: #FFFFFF;
}

.catpagegreyline
{
    border-bottom: 1px solid #CCCCCC;
    line-height: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #475A88;
}

a:hover
{
    color: #475A88;
}

.products_bar
{
    margin-left: 4px;
    color: #475A88;
    width: 100%;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(images/productboxheaderbg.jpg);
    background-repeat: no-repeat;
}

.shopping_cart_box
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

.surname_history_table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.surname_history_table th
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.payment_alt
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #5677A0;
    padding-left: 15px;
}

.topnav_box_outer_centurion
{

    background-image: url(/catalog/images/header_centurionshop_back.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.home_title
{
    color: #475A88;
    text-decoration: none;
    font-size: 11px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.championship
{
    color: #475A88;
    text-decoration: none;
    font-size: 11px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb
{
    color: #475A88;
    font-weight: normal;
    font-size: 10px;
}

.whatsnew
{
    color: #FFFFFF;
}

.productstable
{
    text-align: left;
    background-image: url(images/specboxheaderbg.gif);
    background-repeat: no-repeat;
    color: #475A88;
    font-weight: bold;
}

.productstable_link:link, .productstable_link:visited
{
    color: #475A88;
    font-size: 11px;
    padding: 1px;
    font-weight: bold;
    margin: 0px;
}

.productstable_link:hover, .productstable_link:active
{
    color: #475A88;
    font-size: 11px;
    padding: 1px;
    font-weight: bold;
    margin: 0px;
}

.productstableinfo
{
    font-size: 11px;
    padding: 5px;
}

.productstablecell
{
    border: 1px solid #cccccc;
}

.home2009
{
    background-image: url(images/offerbox.png);
    background-repeat: no-repeat;
    width: 562px;
    height: 264px !important;
    font-size: x-small;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    text-align: left;
}

#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox img
{
    width: auto;
    height: auto;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer>#hoverNav
{
    left: 0;
}

#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
}

#prevLink
{
    left: 0;
    float: left;
}

#nextLink
{
    right: 0;
    float: right;
}

#prevLink:hover, #prevLink:visited:hover
{
    background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
    background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}

#imageData#imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}

#imageData#caption
{
    font-weight: bold;
}

#imageData#numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData#bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
} 

.2009_productbox_container
{
width:190px;
border:1px dashed white;
float:left;
margin-left:10px;
padding:5px;
margin-right:5px;
} .2009_productbox_header
{
background-image:url(images/productboxheaderbg.png);
background-repeat:no-repeat;
height:24px !important;
color:#475A88;
font-size:12px;
font-weight:bold;
padding-top:4px;
} .2009_productbox_image
{
border-left:1px solid #C6C6C6;
border-right:1px solid #C6C6C6;
} .2009_productbox_title
{
border-left:1px solid #C6C6C6;
border-right:1px solid #C6C6C6;
border-bottom:1px solid #C6C6C6;
font-size:12px;
line-height:25px;
} .2009_productbox_title a:link, .2009_productbox_title a:active, .2009_productbox_title a:visited
{
color:#475A88;
} .2009_productbox_title a:hover
{
color:#475A88;
text-decoration:underline;
} .2009_homebox_container
{
width:190px;
border:1px dashed white;
float:left;
margin-left:5px;
padding:5px;
margin-right:5px;
text-align:center;
} .2009_homebox_header
{
background-image:url(images/productboxheaderbg.png);
background-repeat:no-repeat;
height:24px !important;
color:#475A88;
font-size:12px;
font-weight:bold;
padding-top:4px;
} .2009_homebox_image
{
border-left:1px solid #C6C6C6;
border-right:1px solid #C6C6C6;
border-bottom:1px solid #C6C6C6;
font-size:12px;
} .2009_homebox_title
{
border-left:1px solid #C6C6C6;
border-right:1px solid #C6C6C6;
border-bottom:1px solid #C6C6C6;
font-size:12px;
line-height:25px;
} .2009_homebox_title a:link, .2009_productbox_title a:active, .2009_productbox_title a:visited
{
color:#475A88;
} .2009_homebox_title a:hover
{
color:#475A88;
text-decoration:underline;
}

.news
{
    background-image: url(images/newbg.png);
    background-repeat: no-repeat;
    width: 600px;
    padding: 10px;
    margin-left: 20px;
    padding-top: 20px;
    height: 710px !important;
}

.product_img
{
    border-left: 1px solid #cccccc;
}

.thumbnail
{
    border: 1px #cccccc solid;
    padding: 10px;
}

.dotted_line
{
    border-top: 1px dashed #cccccc;
    line-height: 5px;
}

.price
{
    color: #FF0000;
    display: inline;
    font-weight: bold;
}

.price_ex_vat
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #475A88;
    display: inline;
}

.helpbar
{
    background-image: url(images/helpbarbg.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    padding-left: 45px;
}

.related
{
    border: 1px solid #cccccc;
    padding: 10px;
    font-size: 11px;
    text-align: center;
}

.red
{
    color: #FF0000;
    display: inline;
}

.smallred
{
    font-size: 11px;
    color: #FF0000;
    display: inline;
}

.banner_back
{
    background-image: url(images/sep2009_top.png);
    background-repeat: no-repeat;
    background-position: center 7px;
}

a#category_specific_style_620
{
    color: red;
}

.orderby
{
    width: 100%;
    text-align: right;
    font-size: 0.8em;
}

.orderby select
{
    font-size: 1em;
}

.rrp
{
    font-size: 14px;
    color: #475A88;
    text-align: left;
}

.visit_table
{
    font-size: 0.8em;
}

.priceDIV
{
    margin-top: 3px;
    margin-bottom: 5px;
}

.productSelect
{
    width: 125px;
}

.homeBannerImageContainer
{
    width:620px;
    text-align: center;

}

.homeBannerImageInner
{
    margin: auto;
    width: 600px;

    margin-left: 10px;
}

.homeBannerBoxFull, .homeBannerBoxHalfLeft, .homeBannerBoxHalfRight, .homeBannerBoxThird
{
    float: left;
    padding-top:5px;
}

.homeBannerBoxFull
{
    text-align: center;
}

.homeBannerBoxHalfLeft, 
{
    
    width: 289px;
    text-align: left;
    display: inline;
    
}
.homeBannerBoxHalfRight, 
{
    width: 289px;
    text-align: right;
    display: inline;
}



.homeBannerBoxThird
{
    width: 193px;
    text-align: center;
}

.homeBannerBoxRow
{
    clear: both;
}
