﻿/* Tuote.aspx */

#divRecommendationContent
{
    visibility:hidden;
}

#divDetailsContainer
{
    width:375px;
    margin:0;
    padding:0;
}

.Link_Bold_Green img 
{
    width:220px;
}

/*
#divInformationContainer
{
    float:right;
    width:250px;
    margin:0;
    padding:0;
}
*/

/* Button that expands the details control. */
.Tuote_ExpandButton, .Tuote_ExpandButtonInternalInfo
{
    text-align:left;
    height:27px;
    width:480px;
    background-color:Transparent;
    border-style:none;
    color:#158848;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
    padding-left:40px;
    font-family:"Trebuchet MS", Tahoma, Verdana, Sans-Serif;
}

.Tuote_ExpandButtonInternalInfo 
{
    color:#ff0000;
}
/* Element that hold the expand button. */
.Tuote_ExpandButtonContainer
{
    width:490px;
    height:27px;
    margin-bottom: 0;
    margin-top: 0;
    padding:0;
}

/* Table that holds all the controls in details control */
.Tuote_ExpandableTable
{
    margin:0;
    padding:0;
    border:0;
    border-style:none;
}

/* Background of the expanded part of the details control */
.ExpandBackground
{
    background-image:url('../Images/tuote_info_open_bg.gif');
    background-repeat:repeat-y;
    width:490px;
    margin:0;
    padding:0;
}

/* DIV that contains bottom of the details control */
#divExpandBottom
{
    background-image:url('../Images/tuote_info_bottom.gif');
    background-repeat:no-repeat;
    height:15px;
    width:490px;
    margin:0;
    padding:0;
}

#divProductImage
{
    margin:0px 25px 20px 0px;
    padding:0;
    max-width:250px;
    margin-left:10px;
}

#divProductFiles
{
    width:250px;
    padding:0;
    margin:0px 25px 0px 0px;
    margin-left:10px;
}

#divProductFilesTop
{
    background-image:url('../Images/tuote_files_top.gif');
    background-repeat:no-repeat;
    height:11px;
    width:250px;
    padding-bottom:0px;
    margin:0px 0px 0px 10px;
    font-size:2px;
}

#divProductFilesBottom
{
    background-image:url('../Images/tuote_files_bottom.gif');
    background-repeat:no-repeat;
    height:7px;
    width:250px;
    margin:0px 0px 0px 10px;
    padding:0;
}

#divProductAward
{
    width:250px;
    padding:0;
    margin:20px 25px 0px 0px;
    margin-left:10px;
}

#divProductAwardsTop
{
    background-image:url('../Images/tuote_awards_top.gif');
    background-repeat:no-repeat;
    height:8px;
    width:250px;
    padding:0;
    margin:0;
    font-size:2px;
}

#divProductAwardsBottom
{
    background-image:url('../Images/tuote_awards_bottom.gif');
    background-repeat:no-repeat;
    height:8px;
    width:250px;
    padding:0;
    margin:0;
}

#divProductAwardsBackground
{
    width:248px;
    background-color:White;
    border-left:1px solid #C5E3A8;
    border-right:1px solid #C5E3A8;
    margin:0;
    padding:0;
}

#divProductAwardsContent
{
    width:90%;
    margin-left:10px;
}

#divProductFilesBackground
{
    width:248px;
    background-color:#E2F1D3;
    border-left:1px solid #C5E3A8;
    border-right:1px solid #C5E3A8;
    margin:0px 0px 0px 10px;
    padding:0;
}

#divProductFilesContent
{
    width:230px;
    margin-left:15px;
}

.Tuote_ProductAwards
{
    padding-bottom:10px;
}

.Tuote_ProductFilesText
{
    color:Black;
    font-style:normal;
    font-family:"Trebuchet MS", Tahoma, Verdana, Sans-Serif;
    font-size:14px;
}
