@import url("input.css");


body
{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family:"微軟正黑體";
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(/resource/images/bk.jpg);
}

.container
{
	width:980px;
	padding:0px;
	margin:0 auto;
	position:relative;
}

.menu
{
	top:98px;
	left:0px;
	opacity:.9;
	width:240px;
	display:none;
	position:absolute;
}

.menu ul
{
	margin:0px;
	padding:0px;
}

.menu li
{
	float:left;
	padding:0px;
	width:222px;
	height:35px;
	color:#ffffff;
	display:inline;
	cursor:pointer;
	line-height:35px;
	padding-left:20px;
	margin-bottom:2px;
	background-color:#2B75BF;
}

.menu li:hover
{
	color:#ffff00;
	background-color:#0066cc;
}

a:link,a.visite
{
	color:#666666;
	font-size:13px;
	text-decoration:none;
}

a:hover
{
	color:#0066cc;
	text-decoration:underline;
}


#left_area
{
	float:left;
	width:442px;
	overflow:hidden;
	margin-top:30px;
	overflow:hidden;
	margin-left:30px;
	min-height:465px;
}

#left_area ul
{
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#left_area li
{
	float:left;
	margin:0px;
	width:210px;
	padding:0px;
	height:335px;
	display:inline;
	overflow:hidden;
	margin-bottom:20px;
}

#right_area
{
	float:right;
	width:442px;
	overflow:hidden;
	margin-top:30px;
	overflow:hidden;
	min-height:465px;
	margin-right:30px;
}

#right_area ul
{
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#right_area li
{
	float:left;
	margin:0px;
	width:210px;
	padding:0px;
	height:335px;
	display:inline;
	overflow:hidden;
	margin-bottom:20px;
}

.no
{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

.product
{
	width:208px;
	height:208px;
	overflow:hidden;
	position:relative;
	border:1px solid #cccccc;
	background-repeat:no-repeat;
	background-position:center center;
}

.product_skin
{
	top:0px;
	left:0px;
	width:204px;
	height:204px;
	margin:0 auto;
	cursor:pointer;
	position:absolute;
	border:2px solid #006600;
}

.product_icon
{
	width:208px;
	height:48px;
	bottom:-48px;
	margin:0 auto;
	cursor:pointer;
	text-align:center;
	position:absolute;
}

.dm
{
	width:100%;
	overflow:hidden;
	position:relative;
}

.bookmark
{
	float:right;
	width:200px;
	height:30px;
	right:-200px;
	color:#ffffff;
	cursor:pointer;
	line-height:30px;
	position:absolute;
	padding:5px 0px 5px 20px;
	background-color:#666666;
	border:2px solid #ffffff;
	
	/* 圓角效果 */
	border-radius:6px 0px 0px 6px;
	-o-border-radius:6px 0px 0px 6px;
	-ms-border-radius:6px 0px 0px 6px;
	-moz-border-radius:6px 0px 0px 6px;
	-khtml-border-radius:6px 0px 0px 6px;
	-webkit-border-radius:6px 0px 0px 6px;
	
	/*陰影*/
	-moz-box-shadow:0px 0px 8px rgba(20%,20%,40%,1);
	-webkit-box-shadow:0px 0px 8px rgba(20%,20%,40%,1);
	box-shadow:0px 0px 8px rgba(20%,20%,40%,1);
}