/**
* This CSS is used on any page
*/

h1
{
    font-size: 10pt;
    color: #ffffff;
    text-align: center;
}

h5
{
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #d04627;

}
a
{
    text-decoration: underline;
    font-family: Arial;
    color: #7f90EE;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 8pt;
}

td
{
    vertical-align: top;
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
}

.opinionForm
{
    text-align: right;
}

body, html
{
    background-color: white;
    font-family: Arial;
    font-size: 9pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
}

#body
{
    display: block;
    width: 100%;
    position: relative;
    float: right;

}
#footer
{
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 0px;
    height: 100px;
    clear: both;
    display: block;
}

#header
{
    width: 100%;
    text-align: left;
    margin: 0px;
    height: 154px;
    background: url('/images/header_bg.gif');
}

#header .logo
{
    font-size: 9pt;
    font-family: Arial;
    font-weight: normal;

    margin-top: 18px;
    margin-left: 18px;
    margin-bottom: 18px;

    width: 43%;
    height: 80px;
    float: left;
    display: inline;
    margin-right: 3px;

}

#header .logo #search
{
    margin-top: 18px;

}
#header .logo #search a
{
    color: #878787;
    font-family: Arial;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: underline;

    /*border-style: dashed;
    border-width: 1px;*/
}
#header .welcomeBar
{
    width: 33%;
    float: left;
    display: inline;
    height: 50px;
    text-align: left;

}
#header h4
{
    margin-bottom: 2px;
    margin-top: 0px;
}
#header h2
{
    text-align: center;
    color: #CC6633;
    font-size: 11pt;
    font-family: Arial;
}
#header .basketInformer
{
    height: 154px;

    text-align: right;
    margin-right: 20px;
    font-size: 10pt;
    font-family: Arial;
}
#header .basketInformer a
{
    color: #CD7D29
}

#header .basketInformer h4
{
    display: inline;
    font-family: Arial;
    font-size: 11pt;
    font-weight: normal;
}



#mainMenu
{
    width: 100%;
    height: 24px;
    background-color: white;
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#mainMenu li
{
    display: inline;
    padding: 0px;
    margin-left: 0px;
}

#mainMenu ul
{
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 8px;
}
#mainMenu a
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    color: white;
    text-decoration: underline;
}

#mainMenu strong
{
    font-weight: normal;
}


#mainMenu .greyMainMenu
{
    display: inline;
    float: left;
    width: 29%;
    height: 24px;
    background-color: #858585;
    background-image: url('/images/grey-menu-bg.gif');
    margin-right: 0.3%;
    text-align: left;
}


#mainMenu .greyMainMenu .selectedItem
{
    color: #A3A0B0;
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;

}

#mainMenu .redMainMenu
{
    display: inline;
    float: left;
    width: 57%;
    height: 24px;
    background-color: #cb5c29;
    background-image: url('/images/red-menu-bg.gif');
    margin-right: 0.3%;
    text-align: left;
}

#mainMenu .redMainMenu .selectedItem
{
    color: #DA9A5A;
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;

}


#mainMenu .greenMainMenu
{
    width: 11.4%;
    height: 24px;
    float: right;
    display: inline;
    background-color: #b5d334;
    margin: 0px;
    text-align: center;
}



.blackBox
{
    width: 1.5%;
    height: 24px;
    display: inline;
    background-color: black;
    float: left;
    margin-right: 0.3%;

}

#indexPageStories
{
    display: inline;
    float: left;
    text-align: left;
    margin-left: 1.8%;
    margin-right: 0.3%;
    width: 29%;
    height: 100%;
}

#indexPageStories .contents
{
    padding-left: 5px;
    font-family: Arial;
    font-size: 9pt;
    width: 96%;
    color: #788C8C;
}

#indexPageStories .columnHeader
{
    background-color: #dce4ee;
    height: 55px;
    width: 100%;
    margin-bottom: 17px;
}

#indexPageStories .columnHeader .titleContainer
{
    background-color: #e4eaf2;
    height: 55px;
    width: 66%;
    display: block;
    margin: 0px;
    padding: 0px;
}

#indexPageStories .columnHeader h3
{
    font-family: Arial;
    font-size: 13pt;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 35px;
    left: 7px;
}

#tiledGoods .columnHeader .titleContainer
{
    background-color: #f9efd4;
    height: 55px;
    width: 66%;
    display: block;
    margin: 0px;
    padding: 0px;
}

#tiledGoods .columnHeader h3
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 13pt;
    position: relative;
    top: 35px;
    left: 7px;
    text-transform: uppercase;
}

#tiledGoods .item
{

    width: 100%;
    font-family: Arial;
    font-size: 12pt;
    color: #4e4e4e;
    margin-bottom: 25px;
}

#tiledGoods .item h4
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    color: #d04627;
    margin: 0pt;
    padding: 0pt;
    display: inline;
    margin-left: 6px;
}

#tiledGoods .item h4 a
{
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #d04627;
}
#tiledGoods .item a
{
    color: #7f90EE;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline;
}

#tiledGoods .item .deliveryNote
{
    color: black;
    font-family: Verdana;
    font-size: 7pt;

}

#tiledGoods .item ul
{
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#tiledGoods .item li
{
    list-style-type: circle;
    list-style-image: url('/images/item-command-list-marker.gif');
}

#tiledGoods .item li a
{
    font-weight: bold;
    color: #b5d334;
    text-decoration: underline;
}


#tiledGoods .dottedHr
{
    width: 100%;
    height: 10px;
    background-image: url('/images/black-dot.gif');
    background-repeat: repeat-x;
    background-position: top left;
}

.itemCategoryCell
{

}

.desc
{
    color: #4e4e4e;
    font-family: Verdana;
    font-size: 10px;
    line-height: 12px;
}

#tiledGoods .item .code
{
    color: #9fb0ac;
    font-family: Verdana;
    font-size: 9px;
}

#tiledGoods .basketInformer
{
    background-color: #b5d334;
    font-size: 24pt;
    color: white;
    display: block;
    visibility: hidden;
    height: 88%;
    text-align: center;
    vertical-align: middle;
}

.price
{
    color: #b21f87;
    font-weight: bold;
    font-size: 17px;
}

#footer .logo
{
    width: 25%;
    height: 80px;
    float: left;
    display: inline;
    margin-right: 3px;
}

#footer .legalNotice
{
    display: inline;
    float: left;
    width: 48%;
    padding:0px;
    margin: 0px;
}

#footer .banners
{
    display: inline;
    width: 25%;
    float: right;
    text-align: center;
}

.newProducts
{
    display: inline;
    float: left;
    width: 150px;
    list-style: none;
    text-align: left;
    padding: 0px;
}


.newProducts ul
{
    padding: 0px;

}

.bestProducts
{
    width: 150px;
    list-style: none;
    text-align: left;
    padding: 0px;
}


.bestProducts ul
{
    padding: 0px;

}

#itemDescription
{
    margin-left: 7px;
}
#itemDescription #itemVideo
{
    width: 186px;
    display: inline;
    float: left;
}

#itemDescription a
{
    color: #7f90EE;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline;
}

.addOpinion
{
    background-color: #e4eaf2;
    padding-left: 8px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 8px;
    width: 55%
}
.lidoc
{
list-style-image: url('/images/item-command-list-marker.gif')
}

.headerstrong
{
    font-weight: normal;
}
