@charset "utf-8";
/* CSS Document */

#categoriesTB {
	height: 530px;
	width: 1000px;
	padding: 6px;
}

#categoriesTB .leftTD {
	vertical-align: middle;
/*	width: 300px;*/
	text-align: center;
}

#categoriesTB .rightTD {
	vertical-align: middle;
	text-align: center;
	width: 700px;
	padding-right: 10px;
}

#categoriesTB .bigimg {
}

#categoriesTB .mainCats {
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
}

#categoriesTB .catMenu {
	vertical-align: top;
}

#catMenuTable {
	width: 100%;
}

#catMenuTable td {
	padding: 5px;
	font-size: 22px;
	text-align: left;
}

#catMenuTable a, #catMenuTable a:visited {
	text-decoration: none;
}

#catMenuTable a:hover {
	color: #33eeff;
}

.catTable .image {
	border: 1px solid white;
	border-bottom: 10px solid #33ccff;
	width: 200px;
	height: 150px;
	line-height: 0px;
	font-size: 0px;
}

.catTable img {
	font-size: 0px;
	width: 200px;
	height: 150px;
}

.catTable .text {
	text-align: left;
	font-size:16px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

.catTable .text a, .catTable .text a:visited {
	text-decoration: none;
}

.catTable .text a:hover {
	color: #33eeff;
}

#mainCatTB .catTD {
	padding: 14px;
}

img {
	line-height: 0px;
	font-size: 0px;
}
