/**
* Products index page
*/
#prodCategoryTable {
	width: 100%;
	font-size: 100%;
}
#prodCategoryTable td {
	width: 33%;
	vertical-align: top;
	padding-bottom: 20px;
}
.prodCategory {
	border: 0px;
	padding-left: 7px;
	border-left: 1px solid #CCCCCC;
	border-style: dotted;
	margin-right: 10px;
}
.prodCategory h3 {
	display: block;
	color: #003366;
	padding: 0px 6px 2px 12px;
	background-image: url(/media/img/arrows/arrow_prod_index_off.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.prodCategory h3 a:link {
	color: #003366;
}
.prodCategory h3 a:visited {
	color: #003366;
}
.prodCategory h3 a:active {
	color: #003366;
}
.prodCategory h3 a:hover {
	color: #E4AB11;
}
.prodCategory .linklist {
	margin-bottom: 0px;
}
#productimg {
	display: block;
	float: left;
	clear: left;
	margin: 50px 14px 20px 0px;
	width: 185px;
	text-align: right;
}

/**
* Business unit page
*/
#unitimg {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#categories {
	width: 100%;
	table-layout: fixed;
}
#categories .category a {
	font-size: 110%;
	font-weight: bold;
}
#categories .divider {
	width: 7px;
	height: 12px;
}
#categories .category {
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}
.category .img {
	height: 75px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border: 3px solid #EFEFEF;
	overflow: hidden;
}
.category img {
	display: block;
	margin: 0px auto;
}
.category .description {
	width: 100%;
	padding: 8px 0px 0px 0px;
	font-size: 95%;
	background-image: url(/media/img/arrows/arrow_unit_off.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#categories .selected a {
	color: #FFBA00;
}
#categories .selected .img {
	border-color: #FFBA00;
}
#categories .selected .description {
	background-image: url(/media/img/arrows/arrow_unit_on.gif);
}

/**
* Category page
*/
.products {
	width: 100%;
	border: 0px;
	table-layout: fixed;
	margin-bottom: 20px;
	/*border-bottom: 3px dotted #EFEFEF;*/
}
.products caption {
	text-align: left;
}
.products .product {
	padding-left: 15px;
	background-image: url(/media/img/arrows/arrow_category_off.gif);
	background-repeat: no-repeat;
	background-position: center left;
	vertical-align: middle;
	cursor: pointer;
}
.products .product a {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 120%;
}
.products .divider {
	width: 13px;
	height: 8px;
}
.product {
	border: 2px solid #EFEFEF;
}
.products .selected a {
	color: #FFBA00;
}
.product .img {
	float: left;
	width: 75px;
	height: 80px;
	overflow: hidden;
}
.product img {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
}
.product .description {
	display: block;
	float: left;
	padding: 7px 5px 7px 12px;
	width: 158px;
	font-size: 95%;
}
.cattableheader {
	padding: 3px 8px 1px 8px;
	background-color: #DFDFDF;
	background-image: url(/media/img/common/category/category_table_header_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #E3E3E3;
	color: #0C72AD;
	margin-bottom: 6px;
}

/**
* Products search results page
*/
#results {

}
.result {
	display: block;
	float: left;
	width: 124px;
	margin: 0px 13px 15px 0px;
}
.result .resultImg {
	height: 100px;
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	border: 3px solid #EFEFEF;
}
.result .resultImg img {
	display: block;
	margin: auto auto;
}
.result .resultDesc {
	margin-bottom: 3px;
}
.result .resultId {

}
#resultsInfo {
	margin: 51px 0px 20px 0px;
	padding: 12px;
	background-color: #E1F3FF;
	border-top: 1px dotted #9ECDE7;
	border-bottom: 1px dotted #9ECDE7;
}
#resultsInfo #criteria {
	padding: 0px;
}
#resultsNav {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #D1E7F1;
	background-image: url(/media/img/products/search/results_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px dashed #9ECDE7;
}
#resultsNav table {
	width: 100%;
}
#resultsNav table .colPrevious {
	text-align: left;
	width: 30%;
}
#resultsNav table .colPages {
	text-align: center;
}
#resultsNav table .colNext {
	text-align: right;
	width: 30%;
}