
/*
Stylesheet for ajax_tabs.. duh.
*/
.tabs{
	height: 30px !important;
	margin: 0 20px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	z-index: 100;
	white-space: nowrap;
	position:relative;
}
.sub_tabs{
	height: 30px !important;
	margin: 0 0px;
	padding: 0;
	line-height: 30px;
	text-align: right;
	text-align: center;
	z-index: 100;
	white-space: nowrap;
}

#catTabsContainer {
	height: 700px;
	width: 610px !important;
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	z-index: 2;
}

.containerTop	{
	width:620px;
	height: 16px;
	border-top: 3px solid #97c2ed;
	background-image:url('../images/ajax_tabs/container_top.png');
	background-repeat: repeat-x;
	background-position: top left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.containerBottom {
	width:620px;
	height: 16px;
	margin-bottom: 50px;
	background-image:url('../images/ajax_tabs/container_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.ajax_tab_image_left{
	width:14px !important;
	background-image:url('../images/ajax_tabs/ajax_tab_left.png');
	background-position: top right;
	background-repeat:no-repeat;
	background-color:transparent;
}
.ajax_tab_image_right{
	width:14px !important;
	background-image:url('../images/ajax_tabs/ajax_tab_right.png');
	background-position: top left;
	background-repeat:no-repeat;
	background-color:transparent;
}
.ajax_tab_image_mid{
	background-image:url('../images/ajax_tabs/ajax_tab_mid.png');
	background-position: top left;
	background-repeat:repeat-x;
	background-color:transparent;
}
.ajax_tab_DIV{


	overflow:hidden;
	background-color:transparent;
}
.ajax_tab_TABLE{
	width:100%;
	height: 30px;
	
	border: none;
	padding: 0px;
	background-color: transparent;
}
.ajax_tab_link_DIV{
	position:relative;
bottom:30px;
}
.ajax_tab_link_IMG_DIV{
	position:relative;
bottom:20px;
}
.ajax_tab{
	float: left;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color:transparent;
}
.ajax_tab_back{

background-color:transparent;
}
.ajax_tab_link_txt{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.ajax_tab_link_txt_hover{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.ajax_tab_link_txt_selected{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.ajax_img_tab_link_txt{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
}
.ajax_img_tab_link_txt_hover{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
}
.ajax_img_tab_link_txt_selected{
	margin: auto;;
	text-align:center;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
}

.ajax_tab_loading_txt{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.ajax_tab_error_txt{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

ul.tabCatListing {
	list-style: none !important;
	margin: 0;
	padding: 0;
	text-align: center;
	}
ul.tabCatListing li {
	display: block;
	width: 100%;
	}	
	
ul.tabCatListing li a {
	display: block;
	width: 200px;
	font-weight: bold;
/*	background-image:url(../images/tabCatListing.gif); */
	}	
	
#tabCatListingTable {
	border: none;
	margin: 0;
	padding: 0;
	width: 98%;
	}	
td.tabCatListing {
	width: 33%;
	vertical-align: top;
	}	
td.tabCatLogo {
	text-align: center;
	
	}	