/*
 *  Default styles 
 */

body {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

h1
{
    clear: both;
    font-size: 16px;
    color: #00cc00;
    text-align: left;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
}

h2
{
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 25px 30px;
    padding: 0px 0px 0px 0px;
}

td, strong, a, li, ul, select, input, span, table, textarea {
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

label
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}

.highlighted
{
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #ff8a00;
}


/*
 *  Link styles 
 */

a.orange, a.orange:visited, a.orange:active
{
    color: #ff8a00;
}

a.orange:hover
{
    text-decoration: none;
}


/*
 *  Text styles 
 */
.xlarge
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 18px;
    line-height: 18px;
}

.xlarge a,
.xlarge a:visited,
.xlarge a:active
{
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #666666;
    font-size: 18px;
    line-height: 18px;
}

.xlarge a:hover
{
    text-decoration: none;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #999999;
    font-size: 18px;
    line-height: 18px;
}

.large
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 14px;
    line-height: 18px;

}

.normal
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

.small
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 8px;
    line-height: 14px;
}

.xsmall
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 7px;
    line-height: 13px;
}


/*
 *  Top-table
 */
.topTable
{
    display: block;
    margin: 0px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.topSearchTable
{
    background-image: url(../gfx/top_search_bg.jpg);
    background-repeat: repeat-x;
}


/*
 *  Top-menu (tabs)
 */

.topMenuCurrentTable
{
    float: left;
    background-image: url(../gfx/tmenu_current_bg.jpg);
    background-repeat: repeat-x;
}

.topMenuCurrentTableActive
{
    float: left;
    background-image: url(../gfx/tmenu_current_bg1_active.jpg);
    background-repeat: repeat-x;
    cursor: default;
}

.topMenuCurrent
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}

.topMenuCurrent:hover
{
    color: #777777;
}

.topMenuOtherTable
{
    float: left;
    background-image: url(../gfx/tmenu_other_bg.jpg);

    background-repeat: repeat-x;
}

.topMenuOtherTable b
{
    color: #777777;
}

.topMenuOtherTableActive
{
    float: left;
    background-image: url(../gfx/tmenu_other_bg.jpg);
    background-repeat: repeat-x;
}

.topMenuOtherTableActive b
{
    color: #777777;
    cursor: default;
}


.topMenuOther
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #777777;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    z-index: 120;
}

.topMenuOther:hover
{
    color: #515151;
    z-index: 130;
}

/*
 *  Top-message bar
 */

.topMessageTd
{
    display: block;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../gfx/top_bar_bg.gif);

    background-repeat: repeat-x;
}


/*
 * Left-menu
 */ 
.lmenuTitleTable
{
    background-image: url(../gfx/lmenu_title_bg.jpg);

    background-repeat: repeat-x;
}

.lmenuFrame
{
    background-image: url(../gfx/gray.gif);
}


.lmenuSpacer
{
    width: 1px;
    background-color: #ededed;
}

.lmenuIco
{
    background-image: url(../gfx/ico_bg.jpg);
    background-repeat: repeat-y;
}

.lmenuItem
{
    background-image: url(../gfx/lmenu_item_bg.gif);
    background-repeat: repeat-x;
}

.lmenuItem a
{
    height: 100%;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 5px;
    display: block;
    text-decoration: none;
}

.lmenuItem a:hover
{
    background-color: #eeeeee;
    display: block;
}


/*
 * List / Table
 */ 
.listItem
{
    padding-left: 5px;
    padding-right: 5px;
}


.listItem a:hover
{
    color: #999999;
    text-decoration: none;
}


.rowOut
{
    background-color: #ebebeb;
}
.rowOver
{
    background-color: #f7f7f7;
}

.listFrame
{
    background-image: url(../gfx/gray.gif);
}

.listSpacer
{
    width: 1px;
    background-color: #ffffff;
}

.listHeader
{
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../gfx/list_header_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 15px;
    font-weight: bold;
    font-size: 9px;
    line-height: 9px;
}

.listHeader2
{
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(../gfx/list_header2_bg.jpg);
    background-repeat: repeat-x;
    height: 25px;
}



/*
 * Bottom-menu
 */ 
.bottomMenuTd
{
    display: block;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../gfx/bottom_bar_bg.gif);

    background-repeat: repeat-x;
}

.bottomMenuTd a
{
    color: #ffffff;
    
}

.bottomMenuTd a:hover
{
    color: #666666;
    text-decoration: none;
}

/*
 *  Form styles
 */

.loginform
{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 500px;
}

.loginform label
{
    font-weight: normal;
    font-size: 10px;
}

.loginSubmit,
.subscribeSubmit,
.gobackSubmit
{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #00cc00;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    border-width: 0px;
    height: 16px;
    line-height: normal;
}

.loginform_input,
.subscribeform_input
{
    margin-left: 10px;
    margin-right: 5px;
    background-color: #eeeeee;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #000000;
    font-size: 9px;
    font-weight: 400;
    height: 16px;
    width: 100px;
    line-height: normal;
}

.smallinput
{
    margin: 0;
    padding: 2px;
    border: 1px solid #515151;
    background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    height: 20px;
    margin-bottom:1px;
    width: 20px;
}

.tinyinput
{
    margin: 0;
    padding: 2px;
    border: 1px solid #515151;
    background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
    margin-bottom:1px;
    width: 20px;
}

.normalinput
{
    margin: 0;
    padding: 2px;
    border: 1px solid #515151;
    background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
    margin-bottom:1px;
    width: 111px;
}

.largeinput
{
    margin: 0;
    padding: 2px;
    border: 1px solid #515151;
    background-color: #ffffff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 11px;
    line-height: 12px;
    height: 20px;
    margin-bottom:1px;
    width: 410px;
}

textarea.largeinput
{
    height: 320px;
}

textarea.smallinput
{
    height: 65px;
    width: 410px;
}

input.smallinput
{
    width: 35px;
}

input.tinyinput
{
    width: 20px;
}

input.normalinput
{
    width: 111px;
}

select.normalinput
{
    width: 159px;
}

select.smallinput
{
    width: 58px;
}

select.tinyinput
{
    width: 50px;
}


.largetable
{
    width: 510px;
}

.button
{
    margin: 0;
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid #515151;
    background-color: #f1f1f1;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 10px;
    height: 20px;
}

.boxLogin
{
    display: block;
    margin: 0;
    padding: 15px;
    border: 1px solid gray;
    background-color: #f2f2f2;
    width: 230px;
    margin: 15px;
}

/*
 *  Lines 
 */
.lineOrangeDotted
{
    background-image: url(../gfx/orange_line_dotted.gif);
    background-repeat: repeat-x;
}

.lineGraySolid
{
    background-image: url(../gfx/gray.gif);
}



/*
 * Menu
 */

.menuWindow
{
    border: 0px solid black;
    z-index: 100;
    display: none;
}

.menuItems
{
    border: 0px solid black;
    font: normal 12px Verdana;
    line-height: 16px;
    background-repeat: repeat-x;
    font-weight: bold;
}

.menuItems a
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    padding-left: 5px;
    color: #777777;
    font-size: 10px;
    height: 100%;
    width: 100%;
    margin-bottom: 1px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.menuItems a:hover
{
    color: #444444;
    background-color: #cccccc;
    font-weight: bold;
}

ul.files li{
    list-style-type: none;
    list-style-image: url(../gfx/file_icon.gif) !important;
}

table.dclisting {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: gray;
    border-collapse: separate;
}
table.dclisting th {
    border-width: 1px;
    padding: 1px;
    border-style: none none solid none;
    border-color: gray;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
}
table.dclisting td {
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: white;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: #515151;
    font-size: 10px;
    line-height: 16px;
}

/************************************
 *   Parameters for main template   *
 ************************************/

div#container {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 801px;
    background-color: #ffffff;
}

div#intro {
    margin-top: 8px;
    width: 801px;
    background-color: #ffffff;
}

div#top_bar_img
{
    display: block;
    position: relative;
    font-size: 16px;
    color: #00cc00;
    height: 32px;
    text-align: right;
    background-image: url(../gfx/FrontendLayout/top_header.jpg);
    background-repeat: no-repeat;
}

div#top_bar_img a
{
    position: absolute;
    right: 25px;
    top: 23px;
}

div#header
{
    display: block;
    position: relative;
    background-image: url(../gfx/FrontendLayout/header.jpg);
    text-align: right;
    font-size: 8px;
    font-weight: bold;
    color: #a9a9a9;
    padding-right: 10px;
    height: 52px;
}

div#header form
{
    margin: 0px;
    padding: 0px;
    height: auto;
    font-size: 10px;
    font-weight: bold;
    color: #a9a9a9;
}

div#flags {
    float: right;
    background-color: #ffffff;
    width: 604px;
    height: 20px;

}

img#top_bar {
    margin-bottom: 0;
    padding: 0;
}

img.flag {
    float: right;
    margin: 3px;
}

#baner {
    background-image: url(../gfx/FrontendLayout/baner.jpg);
    height: 185px;
    margin:0;
    padding:0;
    
}


img#logo {
    border: 0;
    width: 126px;
    height: 41px;
    margin-left: 25px;
}

a.logo {
    float: left;
    display: block;
    padding-top: 0;
    margin-top: 0;
}

div#top_menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 800px;
    background-image: url(../gfx/FrontendLayout/top_menu.jpg);
    background-repeat: no-repeat;
    height: 63px;
    text-align: left;
}

a.top_menu_link, a.top_menu_link:visited{
    margin: 0px 23px 0px 0px;
    text-decoration: none;
    color: #00cc00;
    font-size: 13px;
    font-weight: 600;
}

a.top_menu_link:hover {
    margin: 0px 23px 0px 0px;
    text-decoration: underline;
    color: #00cc00;
    font-size: 13px;
    font-weight: 600;
}

div#container_stock {
    width: 800px;
    margin: 0px;
    padding: 0px;
    background-image: url(../gfx/FrontendLayout/header.jpg);
    background-repeat: repeat-y;
}

div#container_be {
    margin: 0px;
    padding: 20px 50px 20px 50px;
}

div#footer {
    width: 800px;
    height: 46px;
    color: #7a7a7a;
    font-weight: bold;
    text-align: center;
    background-image: url(../gfx/FrontendLayout/bottom_bar.jpg);
    background-repeat: no-repeat;
    text-decoration: none;
}

div#footer a.footer_link, a.footer_link:visited {
    text-decoration: none;
    margin: 0;
    padding: 12px 8px 2px 4px;
    color: #7a7a7a;
    font-size: 10px;
    font-weight: bold;
}

div#footer a.footer_link:hover {
    text-decoration: none;
    color: #f6f6f6;
    font-size: 10px;
    font-weight: bold;
}

table.retailers_table td {
    border-width: 0px;
    padding: 4px;
    border-style: solid;
    border-color: white;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-weight: bold;
    color: #666666;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

table.retailers_table td span {
    font-weight: bold;
    color: #666666;
    font-size: 11px;
}

a.loginLink {
    font-weight: 500;
    font-size: 9px;
    color: #00cc00;
    padding: 0px;
}

div.review_description_content {
    color: #606060;
    text-align: left;
    margin: 10px 0 5px 15px;
}

p.useful_links {
    color: #606060;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}

a.sortable_header, a.price_sorting {
    text-align: center;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

a.sortable_header:hover, a.price_sorting:hover {
    text-align: center;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

div.top_header {
    float: left;
    text-align: left;
    margin: 8px 0px 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #00cc00;
}

div.top_traffic {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 8px;
}

div.sorting_select {
    float: right;
    margin: 5px 15px 0 0;
}

.boxRegistrationAccount
{
    display: block;
    width: 730px;
    margin: 0px;
    padding: 0px;
    border: 1px solid gray;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.boxRegistrationAccountForm
{
    margin: 15px 10px 10px 210px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}

.boxRegistrationAccountErrorMessage
{
    display: block;
    margin: 30px 30px 5px 30px;
    padding: 10px 10px 10px 10px;
    border: 1px solid gray;
    background-color: #f6f6f6;
    color: #990000;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.boxRegistrationAccountInfoMessage
{
    display: block;
    margin: 30px 30px 5px 30px;
    padding: 10px 10px 10px 10px;
    border: 1px solid gray;
    background-color: #f6f6f6;
    color: #000000;
    text-align: left;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
