﻿html
{
    margin: 0px;
    padding: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    color: #000000;
    font: .75em Verdana, Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
}
html, body
{
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0; /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0; /* fill the height of the browser */
    height: 100%;
}

th
{
    vertical-align: top;
}
td
{
    vertical-align: top;
}
img
{
    border: 0px;
}
hr
{
    color: #ccc;
    height: 1px;
}
table
{
    font-size: 100%;
}
form
{
    margin: 0px;
    padding: 0px;
}
input, textarea, select
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #666666;
}
#bar
{
    /* styles for horizontal top bar */
    position: absolute;
    background: url(../../siteimages/SearchBarBG.png) repeat;
    top: 106px;
    width: 100%;
    height: 35px;
    padding: 5px 0px 4px 0px;
    font-size: 110%; /* box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 25px;
    z-index: 100;
}
html > body #bar
{
    height: 20px;
}

/* layout styles */
#header
{
    height: 135px;
    z-index: 100;
    min-width: 980px;
    background: #FF99CC url(../../siteimages/TopBG.jpg) no-repeat;
    font-size:95%;
}
#logo
{
    position: absolute;
    left: 50px;
    top: 30px;
    z-index: 100;
}
#menu1
{
    /* styles for top menu */
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
}
#menu1 ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#menu1 li
{
    padding: 0px;
    margin: 0px;
    display: inline;
    border-left: solid 1px #000;
}
#menu1 li.first
{
    border-left: none;
}
#menu1 li a:link, #menu1 li a:visited
{
    padding: 0px 2px 0px 5px;
    color: #000;
    text-decoration: none;
}
#menu1 li a:active, #menu1 li a:hover
{
    color: #000;
    text-decoration: underline;
}
#extra
{
    /* styles for top menu */
    position: absolute;
    top: 38px;
    right: 20px;
    z-index: 100;
    text-align: right;
}
#mainmenu
{
    /* styles for section or tab menu */
    position: absolute;
    top: 79px;
    left: 200px;
    width: 700px;
    z-index: 100;
}
html > body #mainmenu
{
    position: relative; /* Necessary for menu to position in Opera */
}
#mainmenu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#mainmenu li
{
    display: inline;
}
#mainmenu li a:link, #mainmenu li a:visited
{
    background: url(      '../../siteimages/tab.png' ) no-repeat 0px 1px;
    display: block;
    float: left;
    margin-right: 1px;
    width: 116px;
    height: 27px;
    color: #737685;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 6px; /* box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 21px;
    width: 115px;
}
html > body #mainmenu li a:link, html > body #mainmenu li a:visited
{
    width: 115px;
    height: 21px;
}
#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected
{
    background: url(      '../../siteimages/tab.png' ) no-repeat 0px -93px;
}

#footerMenu
{
    /*z-index: 100;*/
    font-size:95%;
    width: 450px;
    position: relative;
}
html > body #footerMenu
{
    position: relative; /* Necessary for menu to position in Opera */
}
#footerMenu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#footerMenu li
{
    display: inline;
}
#footerMenu li a:link, #footerMenu li a:visited
{
    display: block;
    float: left;
    margin-right: 1px;
    width: 120px;
    height: 27px;
    color: #737685;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 6px; /* box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 21px;
    width: 115px;
}

html > body #footerMenu li a:link, html > body #footerMenu li a:visited
{
    width: 140px;
    height: 21px;
}

#wrap
{
    text-align: center; /*    background: url(  '../../siteimages/faux1.gif' ) repeat-y 10%;*/
    background: url(  '../../siteimages/faux1.gif' ) repeat-y center;
}

#content
{
    position: relative;
    width: 980px;
    max-width: 980px;
    min-width: 980px;
    text-align: left;
    background-color: #ffffff;
}

#leftcontent
{
    position: relative;
    float: left;
    left: 10px;
    top: 0px;
    width: 200px;
    background: #fff;
    z-index: 100;
}

#rightcontent
{
    position: relative;
    float: right;
    right: 10px;
    width: 190px;
    background: #fff;
    margin-right: 10px;
    z-index: 100;
}
#centercontent
{
    /*margin-top: 10px;*/
    width: 530px;
    float: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 100;
    min-height: 500px;
}

#adminmaincontent
{
    position: relative;
    float: left;
    left: 10px;
    top: 10px;
    background: #fff;
    z-index: 100;
}

html > body #centercontent
{
    margin-left: 15px;
    margin-right: 15px;
    z-index: 100;
}
#centercontentwide
{
    margin-top: 20px;
    background: #fff;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 220px;
    margin-right: 10px;
    z-index: 100;
}
html > body #centercontentwide
{
    margin-left: 220px;
    margin-right: 10px;
    z-index: 100;
}
#footer
{
    position: relative;
    border-top: solid 1px #dddddd;
    clear: both;
    padding: 0px;
    background-color: #ffffff;
}
.mainproductimage
{
    width: 220px;
    text-align: center;
    float: left;
    padding-bottom: 10px;
}

.productdata
{
    border: none;
    border-collapse: collapse;
}
.productdata td, .productdata th
{
    font-weight: normal;
    padding: 2px;
    text-align: left;
}

.productsection
{
    padding: 10px;
    border-top: 1px dashed #cccccc;
}

.browsebox
{
}
.browsebox h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
}
.browsebox h1 a
{
    color: #3973b5;
}


/* Rating */
.ratingstar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar
{
    background-image: url(Images/FilledStar.png);
}

.emptyratingstar
{
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar
{
    background-image: url(Images/SavedStar.png);
}
fieldset
{
    padding: 10px;
    -moz-border-radius: 1em; /* border-radius: 1em;*/
}
.loadingbox
{
    position: absolute;
    top: 40%;
    left: 40%;
    border: 1px solid lightsteelblue;
    background-color: #ffffff;
    height: 50px;
    width: 250px;
    text-align: center;
    padding-top: 20px;
}

#currentbasket
{
    top: 15px;
    position: relative;
}

