@charset "utf-8";
/* CSS Document */

/* Basic Page Properties */

body {
	margin: 0 0 0 0;
	background: url(../images/i_bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	color: #999;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.7em;
	}
	
img {
	border: 0;
	}


/* Links */
	
.a:link, a:visited, a:active {
	text-decoration: none;
	color: #999999;
	}
	
.a:hover {
	text-decoration:none;
	color: #000000;
	}
	
.a.r2:link, a.r2:active {
	text-decoration: none;
	color: #04879a;
	}
	
.a.r2:hover {
	text-decoration:none;
	color: #000000;
	}

.a.r3:link, a.r3:visited, a.r3:active {
	text-decoration: none;
	color: blue;
	}
	
.a.r3:hover {
	text-decoration:none;
	color: #999999;
	}
	
/* Products Title&Price */

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #04879a;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

.ProductTexts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
	padding: 0;
}

.ProductTextsSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
	padding: 0;
}

.RedTexts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #FF0000;
	padding: 0;
}

.GrayTexts:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #000;
}

.GrayTexts:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #999;
}

.Gray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}

.ProductBlueTexts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #04879a;
	padding: 0;
}


.BigBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5em;
	color: #000;
	padding: 0;
}

/* Contents */

#frontImage{
	width: 770px;
	margin:0 0 30px 0;
	}
	
#container{
	width: 770px;
	margin: 0 auto 0 auto;
	background-color:#FFF;
	border-left:solid 1px #CCC;
	border-right: solid 1px #CCC;
	overflow: hidden;
	}

#header{
	margin: 25px auto 25px auto;
	width: 720px;
	height: 30px;
	}

#header_logo{
	width: 110px;
	height: 30px;
	float: left;
	}

#header_menu{
	width: 610px;
	height: 30px;
	text-align: right;
	float:left;
	}

#menu{
	width:720px;
	height:22px;
	padding:0 25px 0 25px;
	margin: 0 0 15px 0;
	}

#menu_inside{
	width: 720px;
	height: 22px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	float:left;
	}

/* products */

#productWarp{
	width: 720px;
	margin:0 25px 30px 25px;
	float:left;
	display:inline;
	}

#proLeft{
	width: 135px;
	float: left;
	}
	
#proRight{
	width: 585px;
	float: left;
	}

#proMenuWarp{
	width: 135px;
	margin:0 0 10px 0;
	float: left;
	}

#proMenuTop{
	width: 135px;
	float: left;
	}

.proMenuList{
	width: 89px;
	padding:0 23px 0 23px;
	}
	
#proMenuIcon{
	width: 13px;
	border-top:thin solid #CCCCCC;
	border-width:1px;
	float: left;
	}

#proMenuText{
	width: 72px;
	border-top:thin solid #CCCCCC;
	border-width:1px;
	padding:4px 0 4px 0;
	text-align:left;
	float: left;
	}

#proMap{
	width: 89px;
	margin:0 0 30px 0;
	padding:0 23px 0 23px;
	float: left;
	}

#proAwards{
	width: 89px;
	padding:0 23px 0 23px;
	float: left;
	}

/* Sub Menu */
.subMenuList{
	width: 112px;
	padding: 0 0 0 23px;
	float: left;
	}

#subTexts{
	width:90px;
	padding:0 0 4px 14px;
	text-align:left;
	float: left;
	}

/* Products Lists */

#proTitle{
	width: 570px;
	margin: 0 0 20px 15px;
	text-align:left;
	float: left;
	display:inline;
	}

#proItemWarp{
	width: 570px;
	margin: 0 0 0 15px;
	text-align:left;
	float: left;
	display:inline;
	}

#ItemWarp{
	width: 190px;
	height: 320px;
	float: left;
	}

#ItemWarpCenter{
	width: 188px;
	height: 298px;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-width:1px;
	float: left;
	}

#ItemBorder{
	width: 568px;
	height: 15px;
	border-top: thin solid #CCCCCC;
	border-width:1px;
	margin:14px 0 0 0;
	float: left;
	display:inline;
	}

#ItemFoto{
	width: 188px;
	height:170px;
	text-align:center;
	float: left;
	}

#ItemTitle{
	width: 188px;
	margin:0 0 5px 0;
	text-align:center;
	float: left;
	}

#ItemZoom{
	width: 148px;
	margin:0 10px 5px 10px;
	text-align:right;
	float: left;
	display:inline;
	}
	
#ItemInfo{
	width: 168px;
	padding:0 8px 0 8px;
	float: left;
	display:inline;
	}

#ItemPrice{
	width: 168px;
	padding:0 8px 0 8px;
	float: left;
	display:inline;
	}

#ItemMore{
	width: 188px;
	text-align:center;
	float: left;
	}

#ItemPage{
	width: 523px;
	height: 15px;
	text-align: right;
	margin:14px 45px 0 0;
	float: left;
	display:inline;
	}
	
/* Detail */

#detailWrap{
	width:570px;
	margin:0 0 0 15px;
	float:left;
	display:inline;
	}

#detailFoto{
	width:190px;
	float:left;
	}

#ItemCommend{
	width: 168px;
	margin:10px 0 0 0;
	padding:0 10px 0 10px;
	float: left;
	}

#ItemDetail{
	width: 350px;
	float: left;
	}

#ItemName{
	width: 350px;
	text-align:left;
	margin:0 0 5px 0;
	float: left;
	}
	
#ItemArea{
	width: 350px;
	text-align:left;
	padding:10px 0 10px 0;
	background: url(../images/i_pixel.gif) top repeat-x;
	float: left;
	}

#ItemBack{
	width: 350px;
	text-align: right;
	padding:10px 0 10px 0;
	background: url(../images/i_pixel.gif) top repeat-x;
	float: left;
	}

#ItemIcon{
	width:15px;
	height:15px;
	margin:1px 0 1px 0;
	float:left;
	}

#ItemIconText{
	width:80px;
	height:16px;
	padding:1px 0 0 5px;
	float:left;
	}

#stapleIcon{
	width:41px;
	height:41px;
	margin:0 10px 0 0;
	border:thin solid #999999;
	border-width:1px;
	float:left;
	display:inline;
	}

/* Reference */

#referTitle{
	width:570px;
	text-align:left;
	margin:10px 0 10px 0;
	float:left;
	}

#referBack{
	width:545px;
	text-align:right;
	margin:0 25px 0 0;
	float:left;
	display:inline;
	}

/* Banner */

#schoolBanner{
	width:720px;
	margin:0 25px 30px 25px;
	float:left;
	}
	
#banner{
	width: 770px;
	margin: 0 auto 40px auto;
	float:left;
	
	}

#banner_left{
	width: 220px;
	border: solid 1px #CCC;
	margin: 0 8px 0 25px;
	float:left;
	display:inline;
	}

#banner_right{
	width: 220px;
	border: solid 1px #CCC;
	margin: 0;
	float:left;
	}
	
#banner_small{
	width: 124px;
	border: solid 1px #CCC;
	margin: 0 8px 0 0;
	float:left;
	}

/* Footer */

#footer{
	width: 720px;
	height: 45px;
	padding:0 25px 0 25px;
	float:left;
	}

#footer_menu{
	width: 200px;
	background: url(../images/i_pixel.gif) top repeat-x;
	padding:15px 0 15px 0;
	text-align:left;
	float:left;
	}

#copyright{
	width: 520px;
	background: url(../images/i_pixel.gif) top repeat-x;
	padding:15px 0 15px 0;
	text-align:right;
	float:left;
	}
	
#cartMember{
	width: 500px;
	background: url(../images/i_pixel.gif) top repeat-x;
	padding:15px 0 15px 0;
	text-align:left;
	float:left;
	}