/**
 ** Main
**/
body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0px;
	cursor: default;
}
table, td {
	font-size: 12px;
	}

p, form, h1, h2, h3, h4{
	margin: 0px;
	}
a{
	text-decoration: none;
	color: #333333;
	}
a:hover {
	text-decoration: underline;
}


/**
 ** LEFT MENU
**/

.leftMenu h2 {
	color: #006600;
	font-size: 16px;
	border-bottom: 1px solid #333333;
}
.leftMenu .item {
	padding-top: 5px;
}
.leftMenu a{
	color: #006600;
	}
	
.search input{
	width: 120px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #dddddd;
	}
.search .button{
	width: auto;
	color: #ffffff;
	font-family: Trebuchet MS, Verdana;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: #336633;
	}

/**
 ** CONTENT - BROWSER
**/

.content h1{
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	}
.browser td
{
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
	}
.content .separator 
{
	border-top: 1px solid #666666;
	margin-bottom: 5px;
	}
	
.content input, .content textarea{
	width: 120px;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #dddddd;
	}
.content .button 
{
	background-color: #eeeeee;
	width: auto;
	}
	
/**
 ** CONTENT - PRODUCTS CATALOG
**/

.productsCatalog{
	color: #336633;
	}
.productsCatalog td{
	vertical-align: top;
	padding: 4px;
	}
	
.productsCatalog .family
{
}
.productsCatalog h2
{
	font-size: 11px;
	border: 0px;
	}
.productsCatalog h3
{
	font-size: 14px;
	}
.productsCatalog .productAlt, .productsCatalog .familyAlt
{
	background-color: #ecf5f1;
	} 
.productTitle
{
	background-color: #108147;
	font-weight: bold;
	color: #ffffff;
	}
	
/**
 ** PAGING

**/

.pageIndex td{
	background-color: #ecf5f1;
	width: 16px;
	text-align: center;
}
.pageIndex .caption
{
	width: auto;
	background-color: #ffffff;
	font-weight: bold;
	}
.pageIndex .selected{
	color: #ffffff;
	padding: 2px 2px 1px 2px;
	background-color: #336633;
	font-weight: bold;
	width: 20px;
	height: 20px;
}
.pageIndex a
{
	padding: 2px 2px 1px 2px;
	display: block;
	width: 20px;
	height: 20px;
	}
.pageIndex td a:hover
{
	font-weight: bold;
	padding: 1px 1px 0px 1px;
	border: 1px solid #108147;
	text-decoration: none;
	}

#contact{
	border-top: solid 1px #108147;
	}
