﻿/* General */
body 
{
  background-color:#494949;
  font-family:Arial;
  font-size:12px;
  margin:0px;
  color:#414141;
}

h1
{
  font-family:Georgia;
  font-weight:normal;
  font-size:24px;
  color:#b20000;
  display:block;
  line-height:normal;
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:5px;
  border-bottom:1px solid #d9d9d9;
}

h2
{
  font-family:Georgia;
  font-size:16px;
  color:#414141;
  font-weight:normal;
  margin-top:20px;
  margin-bottom:0px;
  padding-bottom:6px;
  border-bottom:1px solid #d9d9d9;
}

a 
{
  color:#414141;
}

a:hover
{
  text-decoration:none;
}

img.right
{
  float:right;
  margin-left:20px;
}

.red
{
  color:#b20000;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}


.PrubHeader
{
    color:#414141;
    font-family:Georgia;
    font-size:24px;
    font-weight:normal;
    line-height:normal;
}




/* Site Container */

.siteContainer
{
  width:930px;
  background-color:#ffffff;
  margin-left:auto;
  margin-right:auto;
}

.siteContentTop
{
  background-image:url(pagelayout/bgtop.png);
  background-repeat:no-repeat;
  width:930px;
  height:130px;
}

.siteContentTop .home
{
    text-decoration:none;
    position:absolute;
    margin-left:50px;
    margin-top:40px;
    width:110px;
    height:45px;
}

.siteContentTop .navigation
{
  width:880px;
  margin:auto;
  position:relative;  
  top:54px;
}

.siteContentTop .navigation a
{
  font-size:14px;
  color:#414141;
  padding-right:20px;
  padding-left:20px;
  padding-top:5px;
  height:30px;
  display:block;
  float:left;
  text-decoration:none;
}

.siteContentTop .navigation a.selected
{
    background-color:#ffffff;
    color:#b20000;
}

.siteContentTop .navigation a:hover
{
  color:#b20000;
  background-color:#ffffff;
}

.FlashContainer
{
    padding:20px 0;
    visibility:visible;
}

/* Top Search */

.siteContentTop .search
{
  position:relative;
  left:660px;
  top:50px;
  width:226px;
  margin:0 0 15px 0;
  height:26px;
}

.siteContentTop .searchTextBox
{
  background-image:url(pagelayout/bgsearchbox.png);
  background-repeat:no-repeat;
  height:24px;
  width:150px;
  border:0px;
  padding-top:4px;
  padding-left:4px;
  color:#565656;
  font-style:normal;
}

.siteContentTop .TextWaterMark
{
  color:gray;
  font-style:italic;
}

.siteContentTop .searchButton
{
  margin-bottom:1px;
  vertical-align:top;
}

.siteContentTop .searchLabel
{ 
  display:inline-block;
  margin-right:10px;
  font-size:14px;
}

.siteContentTop .searchMoreLink
{
  display:inline-block;
  font-size:11px;
  margin-left:38px;
}

.siteContentTop .searchMoreLink a
{
  color:#414141;
}

.siteContentTop .searchMoreLink a:hover
{
  text-decoration:none;
}


/* Content */

.siteContentMiddle
{
  background-image:url(pagelayout/bgmiddle.png);
  background-repeat:repeat-y;
  background-color:#ffffff;
  min-height:600px;
}

.siteContentMiddle 
{
}

.siteContentMain
{
  width:840px;
  margin:auto;
}

.siteContentMiddle .mainImage
{
  margin-top:20px;
  margin-bottom:30px;
}

.siteContentMain .leftContent
{
  width:220px;
  vertical-align:top;
}

.siteContentMain .middleContent
{
  width:20px;
}

.siteContentMain .leftNavigation a 
{
  border-bottom:1px solid #eaeaea;
  padding-top:0px;
  width:210px;
  display:block;
  margin-top:0px;
  padding-left:8px;
  height:20px;
  text-decoration:none;
  font-weight:bold;
}

.siteContentMain .leftNavigation a:hover
{
  background-color:#eeeeee;
  padding-left:10px;
  padding-right:-8px;
}

.siteContentMain .leftNavigation .selected
{
  background-color:#eeeeee;
  padding-left:10px;
}


/* Newsitem */
.newsItem
{
 margin-left:3px;
 margin-right:3px;
 margin-top:5px;
 margin-bottom:10px; 
 line-height:18px;
}

.newsItem .date
{
  color:#848484;
  font-weight:bold;
}

.newsItem a
{
  color:#414141;
  font-weight:bold;
  text-decoration:none;
  clear:both;
}

.newsItem a:hover
{
  text-decoration:underline;
}

.siteContentMain .rightContent
{
  display:inline-block;
  padding-bottom:30px;
  color:#414141;
  line-height:18px;
  vertical-align:top;
  width:570px;
}

.siteContentMain .rightContent .content
{
  width:100%;
  margin:0px 5px 0px 5px;
}

.siteContentMain .rightContent ul
{
  list-style-image:url(pagelayout/listbullet.png);
  margin-top:3px;
}

.siteContentMain .rightContent ul li
{
  line-height:20px;
}

.siteContentMain .rightContent a
{
  color:#b20000;
}

.siteContentMain .rightContent a:hover
{
  background-color:#eeeeee;
  color:#b20000;
}

.siteContentMain .rightContent .selected
{
  background-color:#eeeeee;
}

.siteContentMain .rightContent .introduction
{
  font-family:Georgia;
  line-height:20px;
  font-size:14px;
  font-style:italic;
  color:#6a6a6a;
  margin-top:5px;
  margin-bottom:8px;
  margin-left:3px;
  margin-right:3px;
}


/* View2 (news) on default.aspx */
.NewsImage
{
    float:right;
    margin:5px;
}

/* Organisation.aspx */
.Org .AspNet-DataList table
{
    width:100%;
}

.Org .AspNet-DataList table tbody tr td
{
    width:33%;
}


/* Producttips on default.aspx */

.ProductNews .AspNet-DataList
{
}

.ProductNews .AspNet-DataList table
{
}

.ProductNews .AspNet-DataList table caption
{
}

.ProductNews .AspNet-DataList table thead
{
}

.ProductNews .AspNet-DataList table thead tr
{
}

.ProductNews .AspNet-DataList table thead tr th
{
}

.ProductNews .AspNet-DataList table tfoot
{
}

.ProductNews .AspNet-DataList table tfoot tr
{
}

.ProductNews .AspNet-DataList table tfoot tr td
{
}

.ProductNews .AspNet-DataList table tbody
{
}

.ProductNews .AspNet-DataList table tbody tr
{
    display:block;
    clear:both;
    padding-top:10px;
    vertical-align:top;
}

.ProductNews .AspNet-DataList table tbody tr td
{
    width:129px;
}

.ProductNews .AspNet-DataList table tbody tr td .top
{
  background-image:url(pagelayout/productcontainertop.png);
  background-repeat:no-repeat;
  min-height:200px;
  width:100%;
  text-align:-moz-center;
  padding-top:10px;
}

.ProductNews .AspNet-DataList table tbody tr td .top .content
{
  width:106px;
  text-align:center;
}


.ProductNews .AspNet-DataList table tbody tr td .top .image img
{
}

.ProductNews .AspNet-DataList table tbody tr td .top .middleContent
{
  font-size:11px;
  text-decoration:none;
  width:103px;
  display:block;
  position:relative;
  text-align:left;
}

.ProductNews .AspNet-DataList table tbody tr td .top a
{
  color:#757575;
  text-decoration:none;
  display:block;
  width:103px;
}

.ProductNews .AspNet-DataList table tbody tr td .top a:hover
{
    color:#000000;
}

.ProductNews .AspNet-DataList table tbody tr td .bottom
{
  background-image:url(pagelayout/productcontainerbottom.png);
  background-repeat:no-repeat;
  width:100%;
  height:15px;
}




.siteContentBottom
{
  clear:both;
  float:none;
  background-image:url(pagelayout/bgbottom.png);
  background-repeat:no-repeat;
  height:69px;
  padding-left:45px;
  padding-right:45px;
  font-size:11px;
}

.siteContentBottom .copyrightTextLeft
{
  padding-top:5px;
  float:left;
  display:inline-block;
}

.siteContentBottom .copyrightTextRight
{
    padding-top:5px;
  float:right;
  display:inline-block;
}


/* ProductSale.aspx */

.ProductSaleImg
{
    display:block;
    margin-bottom:10px;
    
}

/* Producttips on default.aspx */

.ProductSale .AspNet-DataList
{
    padding-top:10px;
}

.ProductSale .AspNet-DataList table
{
    border-collapse: collapse;
}

.ProductSale .AspNet-DataList table caption
{
}

.ProductSale .AspNet-DataList table thead
{
}

.ProductSale .AspNet-DataList table thead tr
{
}

.ProductSale .AspNet-DataList table thead tr th
{
}

.ProductSale .AspNet-DataList table tfoot
{
}

.ProductSale .AspNet-DataList table tfoot tr
{
}

.ProductSale .AspNet-DataList table tfoot tr td
{
}

.ProductSale .AspNet-DataList table tbody
{
}

.ProductSale .AspNet-DataList table tbody tr
{
}

.ProductSale .AspNet-DataList table tbody tr td
{
        vertical-align:top;
        padding:10px;
        border:1px dotted gray;
}

.ProductSale .AspNet-DataList table tbody tr td .top
{
}

.ProductSale .AspNet-DataList table tbody tr td .top .image img
{
}

.ProductSale .AspNet-DataList table tbody tr td .middle
{
}

.ProductSale .AspNet-DataList table tbody tr td .middle .middleContent
{
}

.ProductSale .AspNet-DataList table tbody tr td .middle a
{
}

.ProductSale .AspNet-DataList table tbody tr td .middle a:hover
{
}

.ProductSale .AspNet-DataList table tbody tr td .bottom
{
}



/* Catalog.aspx */

/* Producttips on default.aspx */

.Catalog .AspNet-DataList
{
    /*padding-top:10px;*/
}

.Catalog .AspNet-DataList table
{
    border-collapse: collapse;
    width:100%;
}

.Catalog .AspNet-DataList table caption
{
}

.Catalog .AspNet-DataList table thead
{
}

.Catalog .AspNet-DataList table thead tr
{
}

.Catalog .AspNet-DataList table thead tr th
{
}

.Catalog .AspNet-DataList table tfoot
{
}

.Catalog .AspNet-DataList table tfoot tr
{
}

.Catalog .AspNet-DataList table tfoot tr td
{
}

.Catalog .AspNet-DataList table tbody
{
}

.Catalog .AspNet-DataList table tbody tr
{
}

.Catalog .AspNet-DataList table tbody tr td
{
        border:1px dotted gray;
        vertical-align:top;
        padding:10px;
}

/* Reset style for tables in texts */
.Catalog .AspNet-DataList table tbody tr td table tr td
{
        border:0;
        padding:0;
}

.Catalog .AspNet-DataList table tbody tr td .top
{
}

.Catalog .AspNet-DataList table tbody tr td .top .image img
{
}

.Catalog .AspNet-DataList table tbody tr td .middle
{
}

.Catalog .AspNet-DataList table tbody tr td .middle .middleContent
{
}

.Catalog .AspNet-DataList table tbody tr td .middle a
{
}

.Catalog .AspNet-DataList table tbody tr td .middle a:hover
{
}

.Catalog .AspNet-DataList table tbody tr td .bottom
{
}

.ProductImg
{
    margin:0 20px 20px 20px;
    float:right;
}

.SectionURL
{
    margin-bottom:10px;
    display:block;
}

.ZoomPrubImagePanel
{
    overflow:auto;
    width:600px;
    height:600px;
   	cursor:pointer;
}

.ZoomPrubImageCloseCont
{
    height:580px;
    width:540px;
    vertical-align:top;
    text-align:right;
}

/* Treeviews */

div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    list-style:none !important;
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul li
{
    list-style-image:none !important;
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px;
}

div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(images/collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(images/expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}

div.AspNet-TreeView a,
div.AspNet-TreeView a:visited,
div.AspNet-TreeView a:active,
div.AspNet-TreeView a:hover,
div.AspNet-TreeView a:link
{

}

div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
}

div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}
