.c00 {
/*
	margin: 0 !important;
	padding: 0 !important;
*/
position: relative;
}

#z_content_main {
	width: 960px;
	clear: both;
	position: relative;
	top: -10px;
	margin: 0 auto;
}

#z_content_body {
	width: 960px;
	height: 602px;
	background-image: url(../images/mid.jpg);
	position: relative;
}

#z_promoheader h1 {
	margin: 0;
	padding: 0;
}

#z_promoheader h1{
	display: none;

}

#z_instore_list, #z_online_list {
	background-color: #d2ebf2;	
	border: 1px solid #0b2a55;
	border-radius: 6px;
	-moz-border-radius: 6px;	
	box-shadow: 0px 2px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#2974a3')";
	width: 368px;
	display: block;
	position: absolute;
	top: 180px;
	z-index: 999;
}

#z_online_list {
	right: 90px;
}

#z_instore_list {
	left: 90px;
}

#z_online_list h2, #z_instore_list h2 {
	background-image: url('../images/tab_gradient_bg.gif');
	background-repeat: repeat-x; 
	padding: 10px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
}

#z_online_list h2 img, #z_instore_list h2 img {
	position: relative;
	top: 3px;
	margin-left: 5px;
}

#z_online_list h2 img.down, #z_instore_list h2 img.down {

}

#z_online_list.selected h2, #z_instore_list.selected h2 {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    color: #d1dc69 !important;
}

.z_content {
	display: none;
	float: none;
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
}

.selected #z_showContent {
	display: block;
}

.z_content ul {
	font-size: 12px;
	color: #0b2a55;
}

.z_content p {
	font-size: 12px;
	color: #0b2a55;
}

.z_content a {
	color: #0b2a55;
}

.z_smaller_text {
	font-size: 12px !important;
}

#z_content_footer {
	width: 920px;
	float: none;
	display: block;
	clear: both;
}

#z_logos {
	position: absolute;
	left: -999px;


}

#z_disclaimer {
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 910px;
	color: #fff;
	font-size: 9px;
}