﻿html
{
    _height:100%;
    min-height:100%;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    
    /*overflow:auto;*/
}

body
{
    /*height:100%;*/
    /*min-height:100%;*/
    /*width:100%;*/
    margin:0;
    padding:0;
    background-color:#D1E9B9;
 	font-family:"Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
	font-size:14px;
	font-style:normal;
	color:#404040;
}


a:hover
{
    color: #8CC751;
}

/*** ELEMENTS BEGIN ***/

/* Container table */
#container
{
    height:100%;
    width:100%;
    /*min-height:100%;*/
}

/* Container DIV */
#divContainer
{
    width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#divBackground_Shadow_Left
{
    width:46px;
    background-image:url('../Images/UI_Shadow_Left.png');
    background-repeat:repeat-y;
    float:left;
}

#divBackground_Shadow_Right
{
    width:46px;
    background-image:url('../Images/UI_Shadow_Right.png');
    background-repeat:repeat-y;
    float:right;
}

/* DIV that contains the page content */
#divContent
{
    /*float:left;*/
    width:910px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    background-color:White;
    text-align:left;
}

/* DIV that contains top menu */
#divTopMenu
{
    width:910px;
    padding:0;
    margin:0 auto;
    z-index: 6000;
}

#divUserInfo
{
    float:right;
    text-align:right;
    margin:0;
    padding:0px 28px 0px 0px;
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-style: normal;
    font-size: 12px;
    color:#404040;
}

/* DIV that contains share button */
#divShareButton
{
    float:right;
    margin:0;
    padding:0;
    margin-right:26px;
    display:block;
}

/* DIV that contains content placeholder on the page */
#divMainContent
{
    clear:both;
    margin:0;
    padding:0;
}

/* DIV that contains logo link to the front page in top bar. */
#divFrontPageLink
{
    float:left; 
    width:275px; 
    height:123px; 
    z-index:10000; 
    background-color:Transparent;
}

/* DIV that contains buttons at the top bar. */
#divTopMenuButtons
{
    float:left; 
    text-align:right; 
    padding-top:10px; 
    margin:0;
}

#divSearchContainer
{
    float:right; 
    padding-right:25px; 
    padding-top:10px;
}

/*** ELEMENTS END ***/

/*** BACKGROUND IMAGES BEGIN ***/

.Background_Image
{
    width:200px;
    height:100%;
}

.Background_Image_Left
{
    width:320px;
    height:100%;
    background-image:url('../Images/Background/windowBg_Left.jpg');
    background-repeat:no-repeat;
}

.Background_Image_Right
{
    width:320px;
    height:100%;
    background-image:url('../Images/Background/windowBg_Right.jpg');
    background-repeat:no-repeat;
}

.Background_Image_Slice
{
    height:100%;
    background-image:url('../Images/Background/windowBg_Center.jpg');
    background-repeat:repeat-x;
}

/*** BACKGROUND IMAGES END ***/

/*** GENERAL TEXTS BEGIN ***/

/* Text of the ingress. */
.IngressText
{
    font-style: italic;
    font-size: 14px;
    line-height:19px;
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    color:#404040;
}

/* Text of the description; reqular text. */
.ReqularText
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-style: normal;
    font-size: 14px;
    line-height:19px;
    color:#404040;
}

/* Green headers on the page. */
.Text_Green_Headers
{
    color: #8CC751;
    font-family:"Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-style:normal;
    font-size: 29px;
}

/* Orange headers on the page. */
.Text_Orange_Headers
{
    color: #FDB813;
    font-family:"Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-style:normal;
    font-size: 29px;
}

/*** GENERAL TEXTS END ***/

/*** LEFT MENU BEGIN ***/

/* Left menu in Kategoria.aspx and Tuote.aspx */

/* DIV element containing left menu in content pages. */
.List_LeftMenu
{
    float: left;
    width: 180px;
    margin:0;
    padding:0;
    /*margin-left:25px;*/
    /*margin-right:25px;*/
    padding-left:25px;
    /*padding-right:15px;*/
    height:100%;
}

/* DIV containing left menu header */
.List_LeftMenuHeader
{
    float:left;
    background:#8DC752;
    background-image: url('../Images/kategoria_left_menu_top.gif');
    background-repeat: no-repeat;
    min-height: 26px;
    width:180px;
}

/* DIV containing menu items */
.List_LeftMenuItems
{
    float:left;
    background-image: url('../Images/kategoria_left_menu_background.png');
    background-repeat: no-repeat;
    width: 180px;
    height:100%;
    margin:0;
    padding:0;
}

.List_LeftMenuItem
{
    width:100%;
    margin-right:auto; 
    margin-top:1px; 
    background-color:Transparent;
}

/*
.List_LeftMenuItem:hover
{
    background-color:#FDB813;
    color:White;
}
*/

/* DIV containing left menu footer */
.List_LeftMenuBottom
{
    float:left;
    background-image: url('../Images/kategoria_left_menu_bottom.gif');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width:180px;
    height:15px;
}

/* Text of the header of the left menu in several pages. */
.LeftMenu_White_HeaderText
{
    background-color: Transparent;
    color: White;
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* DIV that contains the header text of the left menu in several pages. */
.LeftMenu_White_HeaderText_Container
{
    width:80%;
    margin-right:auto;
    margin-left:auto;
    padding-top:5px;
}

/*** LEFT MENU END ***/

/*** CONTAINERS IN CONTENT PAGES BEGIN ***/

/* DIV containing all the elements in the content pages that use this master page directly. */
.Master_Content_Container
{
    padding-top: 50px;
    max-height:100%;
    width:910px;
    background-color: White;
    float:left;
}

/* DIV containing listing controls in Kategoria.aspx and Tuotteet.aspx pages. */
.Listing_Container
{
    float:right;
    /*padding-left:25px;*/
    padding-right:35px;
    height:100%;
    width:640px;
    background-color:White;
}

/*** CONTAINERS IN CONTENT PAGES END ***/

/*** STYLES IN PAGES BEGIN ***/

/* Orange horizontal line (HR element) */
.Line_Orange_Horizontal
{
    background-color: #FDB813;
    color: #FDB813;
    border-top:1px solid #FDB813;
    width:100%;
    clear:both;
}

/* Green horizontal line (HR element) */
.Line_Green_Horizontal
{
    background-color:#BADD97;
    color:#BADD97;
    border-top:1px solid #BADD97;
    width:100%;
    clear:both;
}

/* Orange dot for the lists */
.LI_Orange_Dot
{
    color:#FDB813;
}

.LI_Green_Dot
{
    color:#158848;
}

/* Green, bold links. */
.Link_Bold_Green, .Link_Bold_Red
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #158848;
    text-decoration: none;
    font-weight: bold;
}

.Link_Bold_Red
{
    color: #FF0000;
}

.Link_List_Item_Green
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #158848;
    text-decoration: none;
    font-weight: bold;
    margin-left:10px;
}


/*
.Link_List_Item_Green:hover
{
    color:White;
}
*/

.PageTitle
{
    margin:0;
    padding:0;
    margin-top:-3px;
}


#ul_ProductList, 
#ul_ProductList li
{
    list-style-type:none;
    margin-left:10px;
    padding-left:0;
    text-indent:0;
    padding-right:10px;
    
}

#ul_ProductList li .Link_List_Item_Green
{
    font-family: "Trebuchet MS" , Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #158848;
    text-decoration: none;
    font-weight: bold;
    margin-left:0px;
}

.fatFooterContainer{color:#158848;}
.fatFooterContainer table {width:100%;}
.fatFooterContainer table td {text-align:center;}
.fatFooterContainer a {color:#158848; text-decoration:none;}

/* Telerik Editor custom css */
.bulletListNoMarginPaddingLeft13px
{
    margin: 0 px;
    padding: 0px 0px 0px 13px;
}
/* //Telerik Editor custom css */
/*** STYLES IN PAGES END ***/
