/* CSS Document */

.textblack {

	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #000000;
}
.bigtext {

	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.textblackproduct {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.price {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.minitext {
	font-size: 9px;
}
.minitextblack {
	font-size: 9px;
	color: #000000;
}
.maincat {

	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #069fc8;
}
.cart_table_1 {
	background-color: #999999;
}
.productlinks {

	font-size: 14px;
}
.toptitle {
	font-size : 16px;
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
      }