body,p,th,td,input,select,textarea
{	
    font-size:12px;
    color:#111111;
}
body
{
	/*width:758px;*/
	text-align:center;
	background-color:#0099FF;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
table
{
	text-align:left;
}
img
{
	border:0px;
}
.red
{
	color:red;
}
.gray
{
	color: gray;
}
/*a*/
a:link,a:visited
{
	color:#2A488F;
	text-decoration:none;
}
a:hover,a:active
{
	color:#2A488F;
	text-decoration:underline;
}
/*div.content*/
#content
{
	width:auto;
	text-align:left;
	clear:both;
	border-left:1px solid #606664;
	border-right:1px solid #606664;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}

/*head*/
#head
{
	width:100%;
	height:95px;
	margin:0 auto 0 !important;
	margin:0 auto 0;
	text-align:center;	
	background:url(../images/top.gif) right 0 no-repeat;
}

/*foot*/
#foot
{
	height:42px;
	line-height:16px;
	padding:10px;
	text-align:center;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background-color:#ebebeb;
}
/*menu*/
#menu   
{
	margin:0;
	padding:0;
	height:33px;
	width:100%;
	text-align:center;
	background:url(../images/menu_bk.gif) 0 0 repeat-x;
	border-bottom:2px solid #234587;
}
#menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;	
}
#menu li
{
	float:left;
}
#menu a:link,#menu a:visited
{
	display:block;
	padding-top:9px;	
	width:89px;
	height:24px !important;
	height:33px;
	color:#000;
	text-decoration:none;

	background:url(../images/menu_01.gif) 0 0 repeat-x;
}
#menu a:hover,#menu a:active
{
	padding-top:9px;
	width:89px;
	height:24px !important;
	height:33px;
	color:#000;
	background:url(../images/menu_02.gif) 0 0 repeat-x;
	text-decoration:none;
}

.hackBox
{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}
/*sidePanel*/
.sidePanel
{
	margin-bottom:0px;
	width:201px;
	/*background-color:#fcfcfc;*/	
}
.sidePanel .title
{
	padding-top:12px;
	width:201px;
	height:36px;
	font-family:ËÎÌå;
	font-size:14px;
	font-weight:bold;
	color:#4a4c52;
	text-align:center;
	background:url(../images/left_title.gif) 0 0 no-repeat;
}
.sidePanel ul
{
	margin:0;
	padding:10px 0;
	list-style:none;
	text-align:center;	
}
.sidePanel ul li
{	
	margin:5px 0 2px 5px;
	height:29px;
	line-height:29px;
	background:url(../images/left_item_bk.gif) 0 0 no-repeat;
}
.separator
{	
	clear:both;
	margin:0;
	padding:0;
	height:0;
	font-size:0;
	line-height:0;
	border-top:1px solid #e2e2e2;
	width:100%;
}
input.search
{
	padding:1px 0 0 20px;
	height:19px;
	width:65px;
	border:none;
	line-height:19px;
	background:url(../images/search_button.gif) 0 0 no-repeat;
	cursor:hand;
	vertical-align:middle;
}
.sidePanel a:link,.sidePanel a:visited
{
	color:#0044DD;
	text-decoration:none;
}
.sidePanel a:hover,.sidePanel a:active
{
	color:#0044DD;
	text-decoration:underline;
}
/*container*/
#container
{
	border-left:1px #CCCCCC solid;
	border-right:1px solid #cccccc;
}
#container .title
{
	padding:20px 0 0 45px;
	height:26px !important;
	height:46px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	background:url(../images/flag_04.gif) 26px 20px no-repeat;
	border-bottom:2px solid #cccccc;
}

#container .content
{
	margin:0;
	padding:10px;
	height:76% !important;
	height:300px;
}

#container .bottom
{
	margin-bottom:5px;
	height:8px;
}
/*product*/
#itemList
{
	width:100%;
	margin-top:15px;
	padding-left:3px;
}
#itemList .item
{
	float:left;
	width:24.9%;	
	text-align:center;
	margin:10px 0 5px 0;
}
#itemList .pageButtom
{
    float:left;
	width:100%;	
	text-align:center;
	margin:0;
	padding:0;
}
#itemList .item .itemPic
{
	margin-bottom:5px;
	padding:10px 0 5px 0;
	height:90px;
	border:1px solid #EBE9ED;
}
#itemList .item .itemName
{
	height:36px;
	padding:0 2px 0 2px;
}

#guestBook #gbContent
{
	padding-left:8px;  
}
#guestBook #gbContent .gbMessage
{
	padding: 8px 0 8px 0px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width:507px;
}
#guestBook #gbContent .gbMessageAlter
{
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #AAAAAA;	
	background-color: #F1F2F2;
	width:100%;
}
#guestBook #gbContent .messageSender
{
	float:left;
	width:25%;
	text-align:center;
	line-height: 20px;
}
#guestBook #gbContent .messageContent
{
	float:left;
	width:75%;	
	hetght:50px;
	line-height: 20px;
}
#guestBook #gbContent .messageReply
{
	color:#4577E8;
}
