﻿.over { background-color:#B6CF83;cursor:hand }
.out  { background-color:#E9EEF1;cursor:hand }
input {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*background-color: #E4E4E4;*/

}

td {  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #424348}
hr {  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #DDDDDD}

a {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #5489C2;
}
a:active {  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: none}
a:hover {  color:#FE6800; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: none}

select {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

a.light_link { color: #AAC86E; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 10px; text-decoration: underline }
a.light_link:hover { color: #AAC86E; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 10px; text-decoration: none}
a.light_link:link { color: #AAC86E; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 10px; text-decoration: underline }
a.light_link:active { color: #AAC86E; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 10px; text-decoration: none }

a.Sitemap { color: #B78A42; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: underline }
a.Sitemap:hover { color: #B78A42; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: none}
a.Sitemap:link { color: #B78A42; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: underline }
a.Sitemap:active { color: #B78A42; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; text-decoration: none }

.Title01 {  color: #FFD86C}
.Title02 {  color: #E3731D}
.Title03 {  color: #709328}
.Title04 {  color: #FFFFFF}
.light_background {  	background-color: #F4F7F8}
.dark_background {  	background-color: #424348}
.light_color {  color: #ffffff}
.justify {  text-align: justify}
.small {  font-size: 10px}
.red {  font-color: #C10001}
.sub {  vertical-align: sub}
.sup {  vertical-align: sup}
.underlined {  text-decoration: underline}
.nodecoration {text-decoration: none}
textarea {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
BODY
{
    background-image: url(Images/background.gif);
    margin: 0px;
}
/* For checkbox */
.CheckBoxDark
{
    color: #FFD86C;
}
/* For combo boxes in module boxes */
.ModuleCombo
{
	font-weight: bold;
    color: #FFD86C;
    background-color: #575A63;
}
/* Unordered list styles */
#ProductCategoryListContainer
{

}

#ProductCategoryListContainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#ProductCategoryListContainer ul li
{
	border: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

a.ProductSmallBoxLink
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: Black;
}
a.ProductSmallBoxLink:visited
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: Black;
}
a.ProductSmallBoxLink:hover
{
    text-decoration: underline;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    color: Black;
}

a.ProductLargeBoxLink
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #E3731D;
}
a.ProductLargeBoxLink:visited
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #E3731D;
}
a.ProductLargeBoxLink:hover
{
    text-decoration: underline;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #E3731D;
}

/* Product Thumbnail TabStrip Related: Begin */
.ProductTabStripThumbnail 
{
  border: 1px solid #DDDDDD;
  cursor: pointer; 
}

.ProductTabStripThumbnailHover 
{
  border: 1px solid #AAAAAA;
  cursor: pointer; 
}

.ProductTabStripThumbnailSelected
{
  border: 1px solid #DD3409;
  cursor: pointer; 
}

.ProductTabStripScrollItem 
{
  color:black; 
  border: 1px solid #919B9C; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}

.ProductTabStripScrollItemHover 
{
  color:black; 
  border: 1px solid #919B9C; 
  background-color: #E3E3E3; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}

.ProductTabStripScrollItemActive
{
  color:black; 
  background-color: #E3E3E3; 
  border: 1px solid #DD3409; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:pointer;
}
/* Product Thumbnail TabStrip Related: End */

/* Products TreeView Related: Begin */
.ProductsTreeViewTreeView
{ 
    background-color: #424348;
    border: 0px;
    padding: 3px;
    cursor:pointer;
} 

.ProductsTreeViewTreeNode
{
  color: #AAC86E;
  font-family: verdana;
  font-size: 11px;
  cursor:pointer;
} 

.ProductsTreeViewTreeNodeRow
{
  height: 20px;  
  padding: 3px;  
  cursor:pointer;
}

.ProductsTreeViewHoverTreeNodeRow
{
  background-color: #52565E;
  height: 20px;  
  padding: 3px;  
  cursor:pointer;
}

.ProductsTreeViewSelectedTreeNodeRow
{
  background-color: #000000;
  height: 20px;  
  padding: 3px;
  color: #FFFFFF;
  cursor:pointer;
}
/* Products TreeView Related: End */
