/* CSS Document */

.breadCrumbs {

	font-size: 12px;
	color:#990000;

}

.breadCrumbs a {

	font-size: 12px;
	color: #990000;
	text-decoration: none;
	margin-right: 2px;

}

.breadCrumbs a:hover {

	color: #FF9900;

}
.menu{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

}

a.menu:hover{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration:  underline;

}

.menu2{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration:  underline;



}

a.menu2:hover{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

}

.menuover{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight:  bold;

	text-decoration: none;

}

a.menuover:hover{

	color: #D7091D;

	font-family: Tahoma;

	font-size: 11px;

	font-weight:    bold;

	text-decoration:  underline;
}

.categoryTab {
	width:194px;
	height:165px;
	text-align:center;
	margin:10px;
	margin-top:2px;
	border-bottom:2px;
	/*background-image: url(../images/layout/cat_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}
.categoryTab td {
	text-align:center;
}
.categoryTab td a, .itemTab td a {
	color:#CC3300;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;	
}
.categoryTab td img, .itemTab td img {
	display:inline;
}
.productDetailTab {
	width:290px;
	height:159px;
	text-align:center;
	margin:10px;
	margin-top:2px;
	border-bottom:2px;	
	/*background-image: url(../images/layout/prod_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:40px;
}
.itemTab {
	width:194px;
	height:165px;
	text-align:center;
	margin:7px;
	/*background-image: url(../images/layout/cat_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}
.itemTab td, .itemTab th {
	text-align:center;
}

.style4 {
	color:#990000;
	font-weight:bold;
	font-size: 16px;
}
.contentTable {
	padding:5px;
	margin-top:15px;
/*	height:180px;*/
	width:100%;
}

.contentTable .contentTable {
	margin:0px;
	padding:0px;
}
.descriptionTable {
	padding:30px;
}