﻿/* 2010-09-14 BT: We are putting all CSS into one CSS file. I commented these out so there would be no conflict in names */
/* #categoryTable {  border-left:1px solid #efefef; border-top:1px solid #efefef; }
#categoryTable td { border-right:1px solid #efefef; border-bottom:1px solid #efefef; }
.categoryItem { width:190px; margin:0; padding:5px; font: normal 12.5px "Trebuchet MS",Verdana,Arial,san serif; float:left;}
.categoryItem div.image { height:125px; }
.categoryItem div.image img { display:block; margin-left:auto; margin-right:auto; margin-bottom:8px;}
.categoryItem .qty { text-align:center; margin-bottom:5px; width:100%; background:#efefef; height:25px;}
.categoryItem .item { text-align:center;}


.CategoryContainer 
{
	clear:both;
	float:left;
	width:798px;
	border:0px solid #cccccc;
	padding:0px;
	font-family:Trebuchet MS, Verdana,Arial,Helvetica;
	font-size:.9em;
	margin:0px;
}

.CategoryContainer div.labelStyle1
{
	display:none;
}

.CategoryContainer #CategoryName
{
	font-weight:bold;
	background:#efefef;
	margin:0px;
	padding:5px;
	color:black;
	font-family:Trebuchet MS,Arial,Verdana,Helvetica;
	font-size:1.25em;
	border-bottom:1px solid #cccccc;
	margin-bottom:8px;
}

.CategoryContainer #CategoryDescription 
{
	font-family:Trebuchet MS,Arial,Verdana,Helvetica;
	margin:10px;
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
	display:none;
}

.CategoryContainer .CategoryImage1
{
	float:left;
	margin: 5px 8px 0px 0px;
	padding:3px;
	border:1px solid #efefef;
	display:none;
}

.CategoryGridItem 
{
	float:left;
	width:192px;
	height:210px;
	border:1px solid #efefef;
	/ *border-left:1px solid #efefef;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;* /
}

.CategoryGridItem div.Image
{
	width:195px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

.CategoryGridItem div.Image img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.CategoryGridItem div.Text 
{
	clear:both;
	text-align:center;
	margin-top:5px;
	padding:5px;
}

#carriers div.CategoryGridItem div.Image
{
	display:table-cell;
	vertical-align:middle;
}

#carriers div.CategoryGridItem div.Image 
{
	height:65px;
}

#carriers div.CategoryGridItem div.Image img 
{
	border:1px solid #f00;
}







#manufacturers div.CategoryGridItem div.Image
{
	display:table-cell;
	vertical-align:middle;
}

#manufacturers div.CategoryGridItem div.Image 
{
	height:65px;
}

#manufacturers div.CategoryGridItem div.Image img 
{
	border:1px solid #f00;
}
*/
