@charset "utf-8";
.TABLEA {
}

/* START OF TABLE WRAPPER */

#table_wrapper {
	width: 686px;
	margin: 0 auto;
	height: 100%;
	color: #09F;
}

/* START OF BUSINESS TABLE */

#table_business {
	width: 170px;
	margin: 0 2px 0 auto;
	height: 100%;
	float: left;
}

#t_business_header {
	background: url("img/table.png") no-repeat;
	width: 170px;
	border-bottom: 3px solid #069;
	position: relative;
	height: 120px;
}

#t_business_content {
	background: #FFF;
	margin: 0 auto;
	min-height: 245px;
}

#t_business_footer {
	border-top: 3px solid #069;
	height: 90px;
	width: 170px;
}

.t_business_category {
	width: 170px;
	float: left;
	text-align: center;
}

/* END OF BUSINESS TABLE */

/* START OF PREMIUM TABLE */

#table_premium {
	width: 170px;
	margin: 0 2px 0 auto;
	height: 100%;
	float: left;
}

#t_premium_header {
	background: url("img/table.png") no-repeat -173px 0;
	width: 170px;
	border-bottom: 3px solid #C00;
	position: relative;
	height: 120px;
}

#t_premium_content {
	background: #FFF;
	margin: 0 auto;
	min-height: 245px;
}

#t_premium_footer {
	border-top: 3px solid #C00;
	height: 90px;
	width: 170px;
}

.t_premium_category {
	width: 170px;
	float: left;
	text-align: center;
}

/* END OF PREMIUM TABLE */

/* START OF CLASSIC TABLE */

#table_classic {
	width: 170px;
	margin: 0 2px 0 auto;
	height: 100%;
	float: left;
}

#t_classic_header {
	background: url("img/table.png") no-repeat -346px 0;
	width: 170px;
	border-bottom: 3px solid #FC0;
	position: relative;
	height: 120px;
}

#t_classic_content {
	background: #FFF;
	margin: 0 auto;
	min-height: 245px;
}

#t_classic_footer {
	border-top: 3px solid #FC0;
	height: 90px;
	width: 170px;
}

.t_classic_category {
	width: 170px;
	float: left;
	text-align: center;
}

/* END OF CLASSIC TABLE */

/* START OF BASIC TABLE */

#table_basic {
	width: 170px;
	margin: 0 auto;
	height: 100%;
	float: right;
}

#t_basic_header {
	background: url("img/table.png") no-repeat -519px 0;
	width: 170px;
	border-bottom: 3px solid #6C3;
	position: relative;
	height: 120px;
}

#t_basic_content {
	background: #FFF;
	margin: 0 auto;
	min-height: 245px;
}

#t_basic_footer {
	border-top: 3px solid #6C3;
	height: 90px;
	width: 170px;
}

.t_basic_category {
	width: 170px;
	float: left;
	text-align: center;
}

/* END OF BASIC TABLE */

/* START OF LINK CONTROLLER */

a.table_link {
	background: url("img/table.png") no-repeat scroll 0 -123px;
	height: 90px;
	width: 170px;
	display: block;	
}

a:hover.table_link {
	background: url("img/table.png") no-repeat scroll -173px -123px;
	height: 90px;
	width: 170px;
	display: block;	
}

a:active.table_link {
	background: url("img/table.png") no-repeat scroll -346px -123px;
	height: 90px;
	width: 170px;
	display: block;	
}

/* END OF LINK CONTROLLER */

/* START OF TABLE LIST CONTROLLER */

.list {
	color: #000000;
	font-size: 14px;
	line-height: 35px;
}

.list ul {
	display: block;
}

.list li {
	display: block;
}

.list li:first-child {
	display: block;
	height: 35px;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 1px;
	font-weight: bold;
}

.list span {
	color: #FFF;
	font-size: 20px;
	text-shadow: 2px 2px 3px #999;
}

/* END OF TABLE LIST CONTROLLER */

/* START OF COLOR CONTROLLER */

.l_grey {
	background: #F4F4F4;
}

.grey {
	background: #E9E9E9;
}

/* END OF COLOR CONTROLLER */

/* END OF TABLE WRAPPER */
