﻿@charset "utf-8";
/* CSS Document */
@import url("/savesafe/css_savesafe/frame-store.css");

#banner{height:170px;margin-bottom:10px;}
#banner img{border: 0px none;}


/*大分類項目*/

/*商店分類*/
#store_class{width:770px;} 
	#store_class .info{ width:740px; margin:0px 0px; padding:10px;color:#666;line-height:20px;background-color:#FFF; border:0px dotted #666;}
	#store_class .tbar{width:755px;padding-left:15px;height:25px;color:#666;font-weight:bold;line-height:25px;background-color:#cecece;}
	#store_class ul{margin:0px;padding:0px;text-decoration: none; list-style-type: none;}
	#store_class li {width:385px; height:130px;float:left;background-color:#F4F4F4; }
	#store_class li img{float:left;margin-right:10px;border:1px solid #999;}
	#store_class li .t_bold{font-weight: bold;color:#333;line-height: 28px;}
	
	#store_class li a {
		color:999;
		padding:5px 10px 5px 5px;
		display: block;
		background:url(/savesafe/common/common-img/more.gif) no-repeat 315px 105px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		text-decoration: none;
		height:120px;
		}
	#store_class li a:hover {
		padding:5px 10px 5px 5px;
		display: block;
		background:#E6E6E6 url(/savesafe/common/common-img/more_hover.gif) no-repeat 315px 105px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		text-decoration: none;
		height:120px;
		}

	.store-img{ padding-right:20px; padding-bottom:20px;}
	#store-logo{ width:340px;}
	
	.b{padding:10px;border:5px solid #8AB500;background-repeat: no-repeat;background-position: center center;} /*點選出現內容*/	
	.b ul{display:none;} 



.storeinfo_nav{}
	.storeinfo{ width:770px;float:left;} /*最大容器*/
	.storeinfo_nav{} /*選單*/
	.storeinfo_nav ul{
	list-style:none;
	height:25px;
	line-height:25px;
	color:#8AB500;
	margin:0px;
	padding:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8AB500;
}/*選單*/
	.storeinfo_nav ul li{
	float:left;
	width:80px;
	text-align:center;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #8AB500;
	border-right-color: #8AB500;
} 
	.storeinfo_nav ul li a{ display:block; text-decoration:none;} 

.bt{
	font-size:12px;
	line-height:20px;
	color: #8AB500;
	letter-spacing:1px;
	font-weight: bold;
} 
.o{background:#8AB500;position:relative;z-index:1000;color:#FFF;cursor:pointer}/*選單滑過*/ 
.block{display:block;} 

