@charset "utf-8";
/* CSS Document */
/* Developed by Wei Wang */
#nav_menu ul{
	list-style:none;
	padding:0px 10px;
	margin:0px;
	
}
#shopping_content{
	width:99%; 
	height:300px; 
}
#checkout_table{
	width:100%;
}
#shopping_brands,#shopping_products,#shopping_categories{
	padding:20px 20px;
	overflow:auto;
}
#brand_table{
	width:100%;
	padding:10px;
}
#product_table{
	width:50%;
	float:left;
	border:0;
	padding:0px;
	margin:0px;
}
#nav_menu{
	background-image:url(../img/menu_bar.png);
	width:900px;
	height:30px;
	margin:0px;
	padding:0px 0px;
	font-family:"Century Gothic";
	font-size:12px;
}
#nav_menu ul li{
	float:left;
	padding:7px 15px 3px;
}
#nav_menu ul li a{
	text-decoration:none;
	color:#000;
}
#nav_menu ul li a:hover{
	color:#F00;
}
#apDiv2 {
	width:901px;
	height:120px;
	background-color: #292722;
	color: #FFF;
	text-align: center;
}
#shopping_path{
	padding:0 20px;
}
body a{
	text-decoration:none;
}
	
#apDiv2 a{
	color:#FFF;
	text-decoration:none;
}

.header table,#logout_link{
	color:#FFF;
}
#logout_link{
	text-decoration:underline;
}
.left_shadow {
	position:absolute;
	top:0px;
	left:50%;
	width:20px;
	margin-left:-470px;
	background-image:url(../img/left_shadow.png);
	background-repeat:repeat-y;
}
.right_shadow {
	position:absolute;
	top:0px;
	left:50%;
	width:20px;
	margin-left:450px;
	background-image:url(../img/right_shadow.png);
	background-repeat:repeat-y;
}
.body{
	background:#6f6e59;
	margin:0;
	font-family:"Century Gothic";
	text-align:justify;
	font-size:15px;
	
}
.main_box{
	position:relative;
	width:900px;
	top:0px;
	margin:0 auto;
}
img{
	border-style: none;
	text-align: left;
}
.header{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	font-size:12px;
	height: 130px;
}
.map,.flash,.main_box{
	background-color:#FFF;
}
.map{
	position:relative;
	float:left;
	width:280px;
	height:300px;
	top:3px;
	left:10px;
}
.flash{
	position:absolute;
	float:left;
	width:600px;
	height:300px;
	left:7px;
	top:138px;


}
.menu{
	background-image:url(../img/menu_bar.png);
	width:100%;
	text-align:center;
	height:30px;
}
.menu a{text-decoration:none; font-weight:bold;}
.menu a:link {color:#000;}
.menu a:visited {color:#000;}
.menu a:hover {text-decoration: none; color:#F00}
.menu a:active {color: red;text-decoration: none}


.news{
	text-align:left;
	border-left-style:dotted;
	border-left-color:#666;
	padding:5px 15px 5px 15px;
	border-width:1px;
	position:absolute;
	width:255px;
	z-index:0;
	left: 607px;
	top: 462px;
	height: 1564px;
}
.news img{
	z-index:0;
}
.bold{
	font-weight:bold;
	
}
.description{
	padding:5px 5px 5px 5px;
	text-align:left;
}

.google_map{
	visibility:hidden;
	position:absolute;
	width:890px;
	height:500px;
	left:50%;
	margin-left:-465px;
	top:50px;
	z-index:100;
	border: #999 20px solid;
}
.google_map_close_button{
	position:absolute;
	top:-30px;
	right:-40px;
}
.gray_cover{
	position:fixed;
	background-color:#000;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity:0.6;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:50;
	visibility:hidden;
}
.fixed_buttons{
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:999;
}
.map {
	border:#000 1px solid;
	position:absolute;
	left:611px;
	top:137px;
	width:280px;
	height:300px;
	z-index:50;
}
.clearboth{ clear:both;}

