﻿

/* Tables and lists classes - start */


.ListArticlesMainTable
{
    margin: 0px;
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}
.ListArticlesMainTable td
{
    padding: 3px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;
}
.ListArticlesMainTable th
{
    padding: 3px;
    vertical-align: middle;
    text-align: left;
}

.ListArticlesMainTable .ImageColumn
{   height: 70px;
    text-align: center;
    background-color: #FFFFFF;
    display:table-cell; 
    vertical-align:middle;
}
.ListArticlesMainTable .ImageColumnFrame
{

}
.ListArticlesMainTable .NameColumn
{
}
.ListArticlesMainTable .NameColumn .ShortDescription
{
    font-style: italic;
    color: #666666;
}
.ListArticlesMainTable .ArticleNoColumn
{
}
.ListArticlesMainTable .ArticleNoColumn .HighlightCategory
{
    font-weight: bold;
    color: #CC0000;
}
.ListArticlesMainTable .InStockColumn
{
    min-width: 50px;
}
.ListArticlesMainTable .PriceColumn
{
    text-align: right;
    min-width: 60px;
}

.ListArticlesMainTable .ButtonColumn
{

}


.ListArticlesMainTable tr
{
    border-width: 0px 1px 1px 1px;
    border-color: #FFFFFF #eeeeee #d3d3d3 #eeeeee;
    border-style: solid;
}

.ListArticlesTrHeader
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d3d3d3 #ebebeb #ebebeb #ebebeb;
    background-color: #eeeeee;
}


.ListArticlesTrFooter
{
    border: 1px solid #ebebeb;
    height: 28px;
    background-color: #ebebeb;
}


.ListArticlesContainer
{
width: 100%;
}
.ListArticlesContainerHead
{
    padding: 0px 7px 0px 0px;
    margin: 0px;
    background-position: right top;
    background: transparent url('/Masterpages/Containers/Grey1/Images/Container_HeadRight.png') no-repeat scroll top right;
    display: block;
    height: 7px; /* sliding doors padding */
    width: 100%-7;
    clear: both;
    }
.ListArticlesContainerHead span
{    background: transparent url('/Masterpages/Containers/Grey1/Images/Container_HeadLeft.png') no-repeat;
    margin: 0px;
    display: block;
    padding: 0px;
    height: 7px;}
.ListArticlesContainerContent
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.ListArticlesContainerContent table
{    margin: 0px;
}
.ListArticlesContainerFoot
{    padding: 0px 7px 0px 0px;
    margin: 0px 0px 5px 0px;
    background-position: right top;
    background: transparent url('/Masterpages/Containers/Grey1/Images/Container_FootRight.png') no-repeat scroll top right;
    display: block;
    height: 7px; /* sliding doors padding */
    width: 100%-7;
    clear: both;}
.ListArticlesContainerFoot span
{    background: transparent url('/Masterpages/Containers/Grey1/Images/Container_FootLeft.png') no-repeat;
    margin: 0px;
    display: block;
    padding: 0px;
    height: 7px;}


.TdStandard
{
    padding: 4px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;
}

Table.TableStandard td,th
{    padding: 2px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;}
    

    
Table.TableStandardWithData
{
    border: 1px solid #999999;
    border-collapse: collapse;
    width: 100%;
}   
  
    
Table.TableStandardWithData td, Table.TableStandardWithData th
{
    padding: 3px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;
    font-size: 90%;
}   
     
Table.TableStandardWithData tr.header
{
    padding: 3px;
    vertical-align: top;
    text-align: left;
    empty-cells: show;
    font-weight: bold;
    background-color: #999999;
    color: #FFFFFF;
}    
Table.TableStandardWithData tr.header a
{
    color: #FFFFFF;
} 
        
Table.TableStandardWithData tr.item
{
    background-color: #FDFDFD;
}
    
     
Table.TableStandardWithData tr.alternating
{
    background-color: #EBEBEB;
}
      
Table.TableStandardWithData tr.alternating:hover, Table.TableStandardWithData tr.item:hover
{
    background-color: #DADADA;
}
    

    
 

/* Tables and lists classes - end */


.ModuleDocument
{
    overflow: hidden;}
.ModuleDocumentItem
{
    float: left;
    overflow: hidden;
    width: 100%;
}
.ModuleDocumentItem:hover
{
    background-color: #F7F7F7;
}
.ModuleDocumentItemImage
{
    padding: 5px 5px 10px 5px;
    margin: 0px;
    float: left;
    width: 20px;
}
.ModuleDocumentItemImage .img
{
    width: 20px;
    height: 20px;
}
.ModuleDocumentItemName
{
    margin: 10px 0px 0px 5px;
    float: left;
    font-weight: bold;
}
.ModuleDocumentItemSize
{
    margin: 12px 0px 0px 10px;
    float: right;
}
.ModuleDocumentItemFlag
{
    margin: 14px 0px 0px 10px;
    float: right;
}
.ModuleDocumentItemLanguageName
{
    margin: 12px 0px 0px 10px;
    float: right;
    font-style: italic;
}
.ModuleDocumentItemDescription
{
    font-style: italic;
    display: block;
    clear: both;
    margin: 0px 30px 0px 35px;
}
.ModuleDocumentSeparator
{
    padding: 5px 0px 0px 0px;
    clear: both;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    margin: 0px 0px 5px 0px;
}

.ModuleEmployee
{
    overflow: hidden;
}

.ModuleEmployeeGroupHeading
{
    clear: both;
}
.ModuleEmployeeItem
{
    float: left;
    width: 290px;
    height: 125px;
overflow: hidden;
}

.ModuleEmployeeItemImage
{
    margin: 0px 10px 5px 0px;
    float: left;
}
.ModuleEmployeeItemImage img
{
	border: 1px solid #cecece;
	padding:4px;
}

.ModuleEmployeeItemText
{
    margin: 0px;
    float: left;
    overflow: hidden;
}
.ModuleEmployeeItemText h3
{
    line-height: normal;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.ModuleSearchForm
{}
.ModuleSearchFormHeading
{
    font-weight: bold;
    clear: both;
}
.ModuleSearchFormTextbox
{
    float: left;
    width: 90px;
}
.ModuleSearchFormTextbox input
{
    width: 90px;
    height: 19px;
}
.ModuleSearchFormButton
{
    float: left;
    margin-left: 5px;
}
.ModuleSearchFormButton .input
{
    height: 18px;
}


.ModuleFAQ
{}

.ModuleFAQSummary
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CCC;
}

.ModuleFAQSummary UL
{
    margin: 10px 0px 10px 0px;
}

.ModuleFAQComplete
{}
.ModuleFAQCompleteItem
{
    margin: 10px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CCC;
}
.ModuleFAQCompleteItemQuestion
{
    font-weight: bold;
}
.ModuleFAQCompleteItemAnswerHead
{}
.ModuleFAQCompleteItemAnswerDescription
{}

.ModuleKnowledgeBase
{}
.ModuleKnowledgeBaseArticle
{}
.ModuleKnowledgeBaseCategoryList
{
    color: #FFFFFF;
    font-weight: bold;
}
.ModuleKnowledgeBaseCategoryList a
{
    color: #FFFFFF;
}
.ModuleKnowledgeBaseCategoryList td
{
border: thin solid #FFFFFF; padding: 5px; background-color: #A2A2A2;
                color: #FFFFFF; vertical-align: middle; text-align: center;
}
.ModuleKnowledgeBaseCategoryList td.CategorySelected
{
background-color: #D41B12;
                color: #FFFFFF; 
}
.ModuleKnowledgeBaseCategoryList td:hover
{
    background-color: #D41B12;
}
.ModuleKnowledgeBaseCategoryArticlePuff
{
    background-color: #FFFFFF;
    border: 1px solid #E1E0E1;
    float: left;
    height: 175px;
    left: 0;
    margin: 0 0 11px 9px;
    position: relative;
    top: 0;
    width: 212px;
}





/* Article display classes - start */

.ArticleSidebar
{
    font-weight: bold;
    overflow: hidden;
    background-color: #FFFFFF;
    font-size: 11px;
}

.ArticleSidebar .image
{margin: 0px 10px 0px 0px; float: left;}



.ArticleSidebar .image
{margin: 0px 10px 0px 0px; float: left;}

.ArticleSidebar .info
{float: left;}
.ArticleSidebar .text
{}

.ArticleGrid
{
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #FFFFFF;
}
.ArticleGrid H2
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ebebeb;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}
.ArticleGrid .ItemSeparator
{
    padding: 0px;
    margin: 0px;
    width: 1px;
    height: 150px;
    float: left;
    background-color: #ebebeb;
}
.ArticleGrid .GroupSeparator
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 1px;
    float: left;
    background-color: #ebebeb;
    clear: both;
    overflow: hidden;
}
.ArticleGrid .Item
{
    margin: 0px;
    border: 0px solid #CCCCCC;
    width: 33%;
    font-weight: bold;
    height: 150px;
    float: left;
    overflow: hidden;
}
.ArticleGrid .Item .Wrapper
{
    padding: 7px;
}
.ArticleGrid .Item .Image
{
    margin: 0px 10px 10px 0px;
    float: left;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.ArticleGrid .Item .Info
{
    float: left;
    width: 73px;
    margin: 0px 0px 10px 0px;
}
.ArticleGrid .Item .Info .Highlight
{
    font-size: 110%;
    text-shadow: 1px 1px 1px #999999;
}
.ArticleGrid .Item .Info .Price
{
    color: #FF0000;
    font-size: 110%;
}
.ArticleGrid .Item .Info .Button
{

}

.ArticleGrid .Item .ArticleName
{
    font-weight: bold;
    clear: both;
}

.ProductMenuNodeSubGroupGrid
{
    width: 100%;
    clear: both;
    overflow: hidden;
}

.ProductMenuNodeSubGroupGrid .ItemSeparator
{
    padding: 0px;
    margin: 0px;
    width: 5px;
    height: 5px;
    float: left;
}
.ProductMenuNodeSubGroupGrid .GroupSeparator
{
    clear: both;
    width: 5px;
    height: 5px;
}
.ProductMenuNodeSubGroupGrid .Item
{ 
    margin: 0px;
    border: 0px;
    width: 169px;
    min-height: 240px;
    float: left;
}
.ProductMenuNodeSubGroupGrid .Item .content
{
    
}
.ProductMenuNodeSubGroupGrid .Item .Wrapper
{
    margin: 0px;
    padding: 0px;
}
.ProductMenuNodeSubGroupGrid .Item .Info
{

}
.ProductMenuNodeSubGroupGrid .Item .Info .Name
{
    font-weight: bold;
}
.ProductMenuNodeSubGroupGrid .Item .Info .Extra
{
    color: #666666;
}

.ProductMenuNodeSubGroupGrid .Item .Image
{
    margin: 0px;
    width: 130px;
    height: 130px;
    vertical-align: bottom;
    text-align: center;
}











/* Article display classes - end */
    










/* System classes - start */

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 15px;
    width: 500px;
    height: auto;

}

.UpdateProgress
{
    border: black 1px solid;
    padding: 5px;
    z-index: 100;
    width: 300px;
    position: absolute;
    background-color: #fff;
    text-align: center;
}

/* System classes - end */




div.newsitem
{}

div.newsitem .newsheader
{

}

ul.contentsubmenu
{
    margin: 0;
    padding: 0;
    position: relative;
}
ul.contentsubsubmenu
{
    margin: 0;
    padding: 0;
    position: relative;
}
li.contentsubmenu_item
{
    list-style-type: none;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #56160a;
    padding-top: 5px;
    border-bottom-color: #C0C0C0;
}
.lastcontentsubmenu_item
{

    border-bottom: 0px;
}


li.contentsubmenu_item_current
{
    list-style-type: none;
    margin: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #56160a;
    padding-top: 5px;
    border-bottom-color: #C0C0C0;
    
}
li.contentsubsubmenu_item
{
    list-style-type: none;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 0px;
}

li.contentsubsubmenu_item_current
{
    padding: 12px 2px 2px 15px;
    list-style-type: none;
    background-color: #FCF8FA;
}
li.contentsubmenu_item a, li.contentsubmenu_item_current a
{
    font-weight: bold;
}
li.contentsubsubmenu_item a, li.contentsubsubmenu_item_current a
{
  
}

li.contentsubmenu_item_current a
{
    text-decoration: underline;
}
li.contentsubsubmenu_item_current a
{
    text-decoration: underline;  
}

li.contentsubmenu_item .contentsubmenu_item_comment
{
}
li.contentsubsubmenu_item .contentsubsubmenu_item_comment
{
}


/* @group Calendar */

div.date
{
	float: right;
	height: 27px;
	margin-left: -5px;
	padding-left: 12px;
	padding-top: 22px;
	width: 39px;
	color: #424242;
	font-size: 110%;
	font-family: Arial, sans-serif;
}
.month_01
{
	background: url('/Images/Icons/Calendar/01.gif') left center no-repeat;
}
.month_02
{
	background: url('/Images/Icons/Calendar/02.gif') left center no-repeat;
}
.month_03
{
	background: url('/Images/Icons/Calendar/03.gif') left center no-repeat;
}
.month_04
{
	background: url('/Images/Icons/Calendar/04.gif') left center no-repeat;
}
.month_05
{
	background: url('/Images/Icons/Calendar/05.gif') left center no-repeat;
}
.month_06
{
	background: url('/Images/Icons/Calendar/06.gif') left center no-repeat;
}
.month_07
{
	background: url('/Images/Icons/Calendar/07.gif') left center no-repeat;
}
.month_08
{
	background: url('/Images/Icons/Calendar/08.gif') left center no-repeat;
}
.month_09
{
	background: url('/Images/Icons/Calendar/09.gif') left center no-repeat;
}
.month_10
{
	background: url('/Images/Icons/Calendar/10.gif') left center no-repeat;
}
.month_11
{
	background: url('/Images/Icons/Calendar/11.gif') left center no-repeat;
}
.month_12
{
	background: url('/Images/Icons/Calendar/12.gif') left center no-repeat;
}

/* @end */







.InputButton
{
    padding: 1px 12px 1px 12px;
    background: transparent url('/Components/core/Images/InputButtonBackground.png') no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 3px 5px 3px 5px;
    border: 1px solid #666666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 4px #666666;
    -webkit-box-shadow: 1px 1px 4px #666666;
    -moz-box-shadow: 1px 1px 4px #666666;
    font-size: 11px;
    font-family: arial, sans-serif;
    vertical-align: middle;
    text-align: center;
}

.InputButton:active
{
    padding: 2px 11px 0px 13px;
    background-position: right bottom;
}


.InputButtonLight
{
    padding: 1px 12px 1px 12px;
    background: transparent url('/Components/core/Images/InputButtonBackgroundLight.png') no-repeat;
    color: #000000;
    font-weight: bold;
    height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 3px 5px 3px 5px;
    border: 1px solid #666666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 1px 1px 4px #666666;
    -webkit-box-shadow: 1px 1px 4px #666666;
    -moz-box-shadow: 1px 1px 4px #666666;
    font-size: 11px;
    font-family: arial, sans-serif;
    vertical-align: middle;
    text-align: center;
}

.InputButtonLight:active
{
    padding: 2px 11px 0px 13px;
    background-position: right bottom;
}



/* ProductGuide start */
.ProductGuideFilterButton
{
	 float: left;
}
.ProductGuideFilterButtonInactive
{

} 

/* buttons text */  
.ProductGuideFilterButtonText
{
    padding: 1px 10px 1px 25px;
    color: #333333;
    font-weight: bold;
    height: 18px;
    text-decoration: none;
    margin: 3px 5px 3px 5px;
    border: 1px solid #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    font-size: 11px;
    font-family: arial, sans-serif;
    vertical-align: middle;
    text-align: center;
    background: transparent url('/Components/core/Images/ProductGuideAttributeButtonBGDefault.png') no-repeat;
}
.ProductGuideFilterButtonText:hover
{
    background: transparent url('/Components/core/Images/ProductGuideAttributeButtonBGHover.png') no-repeat;
    cursor : pointer;
}
.ProductGuideFilterButtonTextClicked
{
    background: transparent url('/Components/core/Images/ProductGuideAttributeButtonBGSelected.png') no-repeat;
    color: #FFFFFF;
}

.ProductGuideFilterButtonInactive .ProductGuideFilterButtonText
{
    background-color: #F5F5F5;
    color: #999999;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: url('/Images/Spacer.gif');
}




/* buttons image */  
.ProductGuideFilterButtonImage
{
    padding: 3px;
    background-color: #FFFFFF;
        border: 1px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.ProductGuideFilterButtonImageClicked
{
    cursor: pointer;
    background-color: #D7D7D7;
}
.ProductGuideFilterButtonImage:hover
{
    cursor: pointer;
    background-color: #D7D7D7;
}

.ProductGuideFilterButtonInactive .ProductGuideFilterButtonImage img
{
opacity:0.4;
filter:alpha(opacity=40);
}


/* structure of the filter buttons */  

    
.ProductGuideFilterValues
{
    margin: 5px;
    padding: 0px;
}
.ProductGuideAttribute
{
  width: 50px;
  text-align: center;
  margin: 5px;
  padding: 5px;
 
  border-top: 3px solid #888;
  border-left: 3px solid #888;
  border-bottom: 3px solid #444;
  border-right: 3px solid #444;
  float:left;
}

/* articles*/
.ProductGuideItem
{

    background-color: #FFFFFF;
    border: 1px solid #E1E0E1;
    float: left;
    height: 280px;
    left: 0;
    margin: 0 0 11px 9px;
    position: relative;
    top: 0;
    width: 200px;
    overflow: auto;
}
.ProductGuideItemImage
{
    margin: 5px;
    height: 90px;
    vertical-align: top;
    text-align: center;
}
.ProductGuideItemName
{
    margin: 5px 10px 5px 10px;
    vertical-align: top;
    text-align: left;
}
.ProductGuideItemPrice
{
    padding: 0px 0px 0px 10px;
    width: 110px;
    float: left;
    font-weight: bold;
    font-size: 15px;
}
.ProductGuideItemButton
{
    padding: 0px 5px 0px 0px;
    width: 70px;
    float: left;
    text-align: right;
}
    
.ProductGuideItemHide
{  
    visibility:hidden;
     display: none;
}
.ProductGuideItemHideForPaging
{  
    visibility:hidden;
     display: none;
}
/* price*/

.ProductGuideNumericalTextbox
{
    border: 1px solid #666666;
    color: #800000;
    font-weight: bold;
    width: 50px;
    float: left;
    margin: 5px 10px 5px 10px;
    background-color: #FFFFCC;
}





table.ProductGuideFilterTable
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #888;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}
table.ProductGuideFilterTable td
{
    padding: 3px;
    vertical-align: top;
    text-align: left;
    overflow: hidden
}
table.ProductGuideFilterTable tr
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #888;
}


table.ProductGuideFilterTable td.CategoryName
{
    padding: 5px;
    font-weight: bold;
}
table.ProductGuideFilterTable tr.CategoryRow
{
    background-color: #F9F9F9;
}
table.ProductGuideFilterTable tr.CategoryAltRow
{
    background-color: #EAEAEA;
}





/* ProductGuide end*/


#tellfriend {
 position: absolute;
 margin-top: -300px;
 left: 400px;
 width: 380px;
 z-index: 1;
}