html,body
{
    margin: 0 auto;
    padding: 0;
}


body {
    margin: 0 auto;
    color: #505050;
    font-family: Century Gothic, sans-serif;
    font-size: 12px;
    background: url('../media/layout/backgr.jpg');
    background-repeat:repeat-x;
    background-color: #ffffff;


}


table
{
    border-collapse: collapse;
}




#content
{
    position: relative;
    margin: 0 auto;
    top: 0px;
    width: 1110px;
    min-height: 800px;
    text-align: left;
   

}

#header_wrapper
{
    position: relative;
    width: 1110px;
    padding-left: 16px;
    padding-right: 16px;
    height: 180px;
}

#main_wrapper
{
    position: relative;
    width: 1110px;
    padding-left: 16px;
    padding-right: 16px;
    
}

#black_header
{
    position: relative;
    top: 0px;
    width: 100%;
    height: 32px;
    color: #dadada;
    line-height: 32px;

}
#logo_header
{
    width: 100%;
    height: 148px;
}
#logo
{
    position: relative;
    top: 3px;
    width: 194px;
    float: left;
}

#ostoskori_wrapper
{
    float: right;

}

#ostoskori
{
    background-color: #959595;
    width: 214px;
    height: 55px;
    padding: 5px;
    color: #ffffff;

}

#header_mainokset
{
    position: absolute;
    top: 30px;
    left: 250px;
}

#banner
{
    font-size: 18px;
    background-color: #ffffff;
    width: 1110px;
    padding-left: 16px;
    padding-right: 16px;
    height: 32px;
    line-height: 32px;
    text-align: left;
}



.menu_item
{
    padding-right: 30px;
}

#main_wrapper
{
    position: relative;
    top: 15px;
    width: 1110px;
    background-color: #ffffff;
    padding: 16px;
    
}

#leftcontent
{

    position: relative;
    top: 0px;
    width: 210px;
    border-right: 1px solid #d1d9d6;
}

#centercontent
{
    width: 868px;
    padding-left: 30px;
}


#menu td
{
    height: 28px;
}

.littleheader
{
    color: #1279fd;
    font-size:16px;
    font-weight:bold;
}

.smallerheader
{
    color: #1279fd;
    font-size:14px;
    font-weight:bold;
}

.frontpage_item_tr
{
    border-top: 1px solid #d1d9d6;
   background-color: #ffffff;
    
}

.frontpage_item_table
{
    background: url(../media/layout/front_bck2.png);
}

.frontpage_product
{
   text-align:center;
}

.quicksearch
{
    border: 1px solid #d1d9d6;
    height: 20px;
    padding-left: 5px;
}

.news_item
{
    border-bottom: 1px solid #d1d9d6;
}

h1
{
    display: inline;
}

h2
{
    display: inline;
}


/* linkit */
a{
    text-decoration: none;
    font-weight: normal;
    color: #1279fd;
}
a:visited{
    text-decoration: none;
    font-weight: normal;
    color: #1279fd;
}
a:hover{
    text-decoration: underline;
    font-weight: normal;
    color: #1279fd;
}
a:link {
    color: #1279fd;
    font-weight: normal;
}	

#banner a{
    text-decoration: none;
    font-weight: normal;
    color: #505050;
}
#banner a:visited{
    text-decoration: none;
    font-weight: normal;
    color: #505050;
}
#banner a:hover{
    text-decoration: underline;
    font-weight: normal;
    color: #1279fd;
}
#banner a:link {
    color: #505050;
    font-weight: normal;
}

#menu a{
    text-decoration: none;
    font-weight: normal;
    color: #505050;
}
#menu a:visited{
    text-decoration: none;
    font-weight: normal;
    color: #505050;
}
#menu a:hover{
    text-decoration: underline;
    font-weight: normal;
    color: #1279fd;
}
#menu a:link {
    color: #505050;
    font-weight: normal;
}

.price
{
    color: #1279fd;
    font-weight: bold;
}
.alv
{
    font-size:12px;
}

.variaatiotuote
{
    border: 1px solid #d1d9d6;
    background: url(../media/layout/variaatio_tausta.jpg);
    background-repeat: repeat-x;
    height: 65px;
}

.KPL
{
    width: 20px;
    text-align:center;
}

.alert_red {
    position:absolute;
    top:25%;
    left:40%;
    color: #D8000C;
    background: #FFBABA url(../media/icons/24-message-warn.png) center no-repeat;
    background-position: 5px 5px; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 1px solid;
    font-weight: bold;
    width: 300px;
    z-index: 9998;
}

.alert_blue {
    position:absolute;
    top:25%;
    left:40%;
    color: #00529B;
    background: #BDE5F8 url(../media/icons/24-message-info.png) center no-repeat;
    background-position: 5px 5px; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 1px solid;
    font-weight: bold;
    width: 300px;
    z-index: 9999;
}
.alert_green {
    position:absolute;
    top:25%;
    left:40%;
    color: #4F8A10;
    background: #DFF2BF url(../media/icons/24-em-check.png) center no-repeat;
    background-position: 5px 5px; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border: 1px solid;
    font-weight: bold;
    width: 300px;
    z-index: 9999;
}	

input.buttons {
    background: none no-repeat top left;
   
    cursor: pointer;
    display: block;
    height: 25px;
    overflow: hidden;
    padding: 0;
    margin: 0 2px 0 0;
    text-indent: -9999px;
    width: auto;
}



hr
{
    border: 0px;
    height: 1px;
    background-color: #a8a8a8;
    color: #a8a8a8;
}

li { display: list-item; }

img
{
    border: 0px;
}
