﻿@media screen
{

	/* basic */
	*
	{
		font-size: 12px;
		padding: 0;
		margin: 0;
		line-height: 150%;
		color: #49575d;
	}
	a img
	{
		border: 0;
	}

	a, a span
	{
		color: #455269;
		text-decoration: none;
	}
	a:hover, a span:hover
	{
		color: #ff6000;
		text-decoration: underline;
	}
	a:active
	{
	}
	a:visted
	{
	}
	div, p
	{
		display: block;
	}
	ul, ol, dl
	{
		list-style: none;
	}
	.clear
	{
		clear: both;
		height: 0;
		font-size: 0;
		overflow: hidden;
		display: block;
	}
	body
	{
		font-family: Arial, Helvetica, sans-serif;
	}

	/* titleBox */
	.titleBox
	{
		height: 25px;
		width: 100%;
		background: url(../images/title_03_bg.gif) repeat-x;
	}
	.titleBox .title
	{
		padding: 3px 0 0 5px;
		float: left;
		height: 22px;
		color: #404c56;
	}
	.titleBox .titleTool
	{
		padding: 3px 5px 0 0;
		float: right;
		height: 22px;
		text-align: right;
	}
	.titleBox .titleTool a
	{
		color: #ff6000;
		text-decoration: none;
	}
	.titleBox .titleTool a span
	{
		color: #ff6000;
	}

	/* contentBoxes */
	.formBox, .menuBox, .searchBox, .listBox, .contentBox, .imgListBox
	{
		width: 100%;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.innerFormBox, .innerMenuBox, .innerSearchBox, .innerListBox, .innerContentBox, .innerImgListBox
	{
		padding: 5px;
		overflow: hidden;
	}


	/* buttons */
	.button
	{
		height: 24px;
		padding: 0 5px;
		background: url(../images/button_bg.gif) repeat-x;
		border: 1px solid #4F9EC9;
		margin: 0 3px;
		color: #000;
		cursor: pointer;
	}
	.btnNormal, .bntReset, .btnSave, .btnSelect, .btnSearch, .btnCancel, .btnClose, .btnConfirm, .btnQuery, .btnVote, .btnDetail
	{
		height: 24px;
		padding: 0 5px;
		background: url(../images/button_bg.gif) repeat-x;
		border: 1px solid #4F9EC9;
		margin: 0 3px;
		color: #000;
		cursor: pointer;
	}
	.btnRegister
	{
		border: 0;
		background: url(../images/reg_btn.gif) no-repeat;
		overflow: hidden;
		width: 61px;
		height: 22px;
		cursor: pointer;
		color: #000;
	}
	.btnGetPassword
	{
		border: 0;
		background: url(../images/button.gif) no-repeat;
		overflow: hidden;
		width: 70px;
		height: 22px;
		cursor: pointer;
		color: #000;
	}
	.btnLogin
	{
		border: 0;
		background: url(../images/login_btn.gif) no-repeat;
		overflow: hidden;
		width: 59px;
		height: 22px;
		cursor: pointer;
		color: #000;
		text-align: center;
	}
	.btnCheckShopcart
	{
	}
	.btnCheckShopcart a
	{
		display: block;
		padding-left: 40px;
		background: url(../images/az-topnav-cart.gif) 10px 0 no-repeat;
	}
	.btnCheckOrder
	{
	}
	.btnCheckOrder a
	{
		display: block;
		padding-left: 40px;
		background: url(../images/az-topnav-order.gif) 10px 0 no-repeat;
	}
	.btnShopCart
	{
		border: 0;
		background: url(../images/add_cart.gif) no-repeat;
		overflow: hidden;
		width: 53px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
		padding: 0 0 0 15px;
	}
	.btnFavorite
	{
		border: 0;
		background: url(../images/collect.gif) no-repeat;
		overflow: hidden;
		width: 55px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
		padding-left: 18px;
	}
	.updateShopcart
	{
		border: 0;
		background: url(../images/order_submit.gif) no-repeat;
		overflow: hidden;
		width: 89px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
		padding: 0 0 0 15px;
	}
	.goCheck
	{
		border: 0;
		background: url(../images/checkout.gif) no-repeat;
		overflow: hidden;
		width: 89px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
	}
	.btnShopMore
	{
		border: 0;
		background: url(../images/continue.gif) no-repeat;
		overflow: hidden;
		width: 89px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
		padding-left: 20px;
	}
	.btnMakeOrder
	{
		border: 0;
		background: url(../images/order_submit.gif) no-repeat;
		overflow: hidden;
		width: 89px;
		height: 22px;
		cursor: pointer;
		color: #000;
		margin: 0;
		padding-left: 20px;
	}
	/* input */
	.textBox
	{
		height: 22px;
		line-height: 18px;
		vertical-align: middle; /*  margin-top:-1px; ie bogus margin bug      margin-bottom:-1px;*/
		border: 1px solid #B5B8C8;
		background: #fff url(../images/text-bg.gif) repeat-x 0 0;
	}
	.textBoxreadOnly
	{
		background: url(../../images/dd/drop-lock.gif) right no-repeat #FFF8DC !important;
		cursor: pointer;
	}
	.textBoxSelect
	{
		background: url(../../images/dd/bntSearch.gif) right 3px no-repeat #FFF;
		cursor: pointer;
	}
	.textBoxDatepicker
	{
		background: url(../../images/dd/bntDatepicker.gif) right 3px no-repeat #FFF;
		cursor: pointer;
	}
	.textBox1
	{
		width: 30px;
	}
	.textBox2
	{
		width: 60px;
	}
	.textBox3
	{
		width: 90px;
	}
	.textBox4
	{
		width: 120px;
	}
	.textBox5
	{
		width: 150px;
	}
	.textBox6
	{
		width: 180px;
	}
	.textBox7
	{
		width: 210px;
	}
	.textBox8
	{
		width: 240px;
	}
	.textBox9
	{
		width: 270px;
	}
	.textBox10
	{
		width: 300px;
	}
	.textBox11
	{
		width: 330px;
	}
	.textBox12
	{
		width: 360px;
	}
	.textBox13
	{
		width: 390px;
	}
	.textBox14
	{
		width: 420px;
	}
	.textBox15
	{
		width: 450px;
	}
	.textBox16
	{
		width: 480px;
	}
	.textBox20
	{
		width: 600px;
	}
	.textBox50
	{
		width: 49%;
	}
	.textBox100
	{
		width: 100%;
	}
	/*textArea*/
	.textArea
	{
		vertical-align: top;
		margin-top: -1px; /* ie bogus margin bug */
		margin-bottom: -1px;
		border: 1px solid #B5B8C8;
		background: #fff url(../../images/form/text-bg.gif) repeat-x 0 0;
	}
	.textArea6
	{
		width: 180px;
	}
	.textArea8
	{
		width: 240px;
	}
	.textArea10
	{
		width: 300px;
	}
	.textArea12
	{
		width: 360px;
	}
	.textArea14
	{
		width: 420px;
	}
	.textArea16
	{
		width: 480px;
	}
	.textArea20
	{
		width: 600px;
	}
	.textArea100
	{
		width: 100%;
	}


	/*formBox*/
	.formBox .innerFormBox table
	{
		border: 0;
		width: 100%;
	}
	.formBox .innerFormBox table td
	{
		padding: 3px;
	}
	.formBox .innerFormBox .title
	{
		width: 30%;
		text-align: right;
	}
	.formBox .innerFormBox .val
	{
		color: Red;
	}

	/* actionBox */
	.actionBox
	{
		text-align: center;
		padding: 3px 0;
	}
	.inneractionBox
	{
	}

	/* form */
	.textBox, .textBox1, .textBox2, .textBox3, .textBox4, .textBox5, .textBox6, .textBox8, .textBox16, .textBox50, .textBox100
	{
		height: 22px;
		border: 1px solid #CCC;
		line-height: 22px;
	}
	.textBox1
	{
		width: 30px;
	}
	.textBox2
	{
		width: 60px;
	}
	.textBox3
	{
		width: 90px;
	}
	.textBox4
	{
		width: 120px;
	}
	.textBox5
	{
		width: 150px;
	}
	.textBox6
	{
		width: 180px;
	}
	.textBox8
	{
		width: 240px;
	}
	.textBox16
	{
		width: 480px;
	}
	.textBox50
	{
		width: 49%;
	}

	.textBox100
	{
		width: 99%;
	}


	/* menuBox */
	.innerMenuBox li
	{
		background: url(../images/icon.gif) 10px 5px no-repeat;
		padding: 3px 0 0 30px;
	}
	.menuBox .innerMenuBox .boxL, .menuBox .innerMenuBox .boxR
	{
		display: none;
	}
	.menuBox .innerMenuBox .item
	{
		height: 16px;
		padding: 3px 0 0 20px;
		background: url(../images/icon2.gif) 8px 3px no-repeat;
	}
	.menuBox .innerMenuBox .itemLeveOne
	{
		font-weight: bold;
		color: #333;
		padding: 3px 0 0 20px;
		background: url(../images/icon1.gif) left 3px no-repeat;
	}
	.menuBox .innerMenuBox .itemLeveOne span
	{
		font-weight: bold;
		color: #333;
	}
	.menuBox .innerMenuBox .itemLeveTwo
	{
		color: #fc6500;
		padding: 3px 0 0 10px;
		background: url(../images/icon2.gif) 0px 3px no-repeat;
	}
	.menuBox .innerMenuBox .itemLeveTwo span
	{
		color: #fc6500;
	}
	.menuBox .innerMenuBox .itemLeveThree
	{
		padding: 3px 0 0 40px;
		background: url(../images/icon3.gif) 30px 3px no-repeat;
	}
	.menuBox .innerMenuBox .itemLeveThree span
	{
		color: #AEBA45;
	}


	/* searchBox */

	.searchBox .innerSearchBox .searchL, .searchBox .innerSearchBox .searchR
	{
		display: none;
	}
	.searchBox .innerSearchBox div
	{
		display: inline;
	}
	.searchBox .innerSearchBox .title
	{
	}
	.searchBox .innerSearchBox .keyWord input
	{
		width: 100px;
		border: 1px solid #CCC;
		height: 20px;
	}
	.searchBox .innerSearchBox .button
	{
	}


	/* listBox */
	.listBox .innerListBox ul li
	{
		padding: 0 5px 3px 5px;
	}

	.listBox .innerListBox ul .even
	{
		border-bottom: 1px dashed #CCC;
		background: #FFF;
	}
	.listBox .innerListBox ul .odd
	{
		border-bottom: 1px dashed #CCC;
		background: #F5F5F5;
	}

	.listBox .innerListBox ul .order1
	{
		padding-left: 25px;
		background: url(../images/top_1.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order2
	{
		padding-left: 25px;
		background: url(../images/top_2.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order3
	{
		padding-left: 25px;
		background: url(../images/top_3.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order4
	{
		padding-left: 25px;
		background: url(../images/top_4.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order5
	{
		padding-left: 25px;
		background: url(../images/top_5.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order6
	{
		padding-left: 25px;
		background: url(../images/top_6.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order7
	{
		padding-left: 25px;
		background: url(../images/top_7.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order8
	{
		padding-left: 25px;
		background: url(../images/top_8.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order9
	{
		padding-left: 25px;
		background: url(../images/top_9.gif) 6px 3px no-repeat;
	}
	.listBox .innerListBox ul .order10
	{
		padding-left: 25px;
		background: url(../images/top_0.gif) 6px 3px no-repeat;
	}

	/*imgListBox*/
	.imgListBox .innerImgListBox
	{
		padding: 0;
		width: 100%;
		padding-bottom: 10px;
	}
	.imgListBox .innerImgListBox ul
	{
		padding: 10px 0 0 30px;
	}
	.imgListBox .innerImgListBox ul li
	{
		margin: 0 30px 0 0;
		float: left;
		padding: 5px;
	}
	.imgListBox .innerImgListBox ul .even
	{
		background: #FFF;
	}
	.imgListBox .innerImgListBox ul .odd
	{
		background: #F9F9F9;
	}
	.imgListBox .innerImgListBox ul .img img
	{
		width: 110px;
		height: 85px;
		border: 1px solid #C3C3C3;
	}
	.imgListBox .innerImgListBox ul .title
	{
		text-align: center;
		font-weight: bold;
		width: 110px;
		overflow: hidden;
		height: 20px;
	}
	.imgListBox .innerImgListBox ul .content
	{
		text-align: center;
	}

	.tableListBox
	{
	}
	.tableListBox .innerTableListBox
	{
		padding: 0;
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
	}

	.innerTableListBox table
	{
		width: 100%;
		text-align: left;
		border: 1px solid #ccc;
	}
	.innerTableListBox table td
	{
		padding: 3px;
	}
	.innerTableListBox table .header
	{
		background: #ccc;
		font-size: 14px;
	}
	.innerTableListBox table .label
	{
		text-align: right;
	}

	.table
	{
		border: 0px;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		width: 100%;
		text-align: left;
		border-collapse: collapse;
		border-spacing: Distance;
	}
	.listBox .table td, .listBox .table th
	{
		padding: 3px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.table .header
	{
		background: url(../images/table_header_bg.gif) 0 2px repeat-x #FFF;
		color: #333;
		border-right: 1px solid #ccc;
		padding: 2px 4px;
		font-weight: normal;
	}
	.row0
	{
		background: #FFF;
	}

	.row0:hover
	{
		background: url(../images/table_row_hover.gif) repeat-x #fff2c8;
	}
	.row1
	{
		background: #FFF;
	}
	.row1:hover
	{
		background: url(../images/table_row_hover.gif) repeat-x #fff2c8;
	}
	.queryBox
	{
		padding: 5px;
	}
	.innerqueryBox
	{
		border: 1px solid #CCC;
		padding: 5px;
	}
	.queryTable
	{
		width: 100%;
		border: 0;
		border-spacing: Distance;
		border-collapse: collapse;
	}
	.queryTable .label
	{
		text-align: right;
	}
	.queryTable .value
	{
		padding-left: 3px;
	}
	.queryTable .val
	{
		color: Red;
	}

	.panel
	{
		float: left;
		width: 100%;
		overflow: hidden;
		text-align: left;
		margin-bottom: 5px;
	}
	.innerpanel
	{
		border: 1px solid #b9ddf0;
		overflow: hidden;
	}

	.editTable
	{
		width: 100%;
		border-spacing: Distance;
		border-collapse: collapse;
		border-top: 1px solid #CCC;
	}
	.editTable td
	{
		border-bottom: 1px solid #CCC;
	}
	.editTable .label
	{
		text-align: right;
		font-weight: bold;
		padding-right: 5px;
	}
	.editTable .value
	{
		padding-left: 3px;
	}
	.editTable .val
	{
		color: Red;
	}


	/*  ZhwellPage*/
	.ZhwellPage
	{
		clear: both;
		border-top: 1px dashed #DCDCDC;
		padding-top: 5px;
		height: 25px;
	}
	.ZhwellPage .TextBoxPage
	{
		line-height: 18px;
		border: 1px solid #DCDCDC;
		color: #666666;
		background: #FFFFFF;
	}
	.ZhwellPage .btn
	{
		height: 22px;
		background: url(   "../../images/bg_btn.gif" ) repeat-x #FFFFFF;
		line-height: 20px;
		border: 1px solid #CCCCCC;
		padding: 0 5px;
		margin: 0 5px;
		padding: 0 3px;
	}
	.ZhwellPage .TextBoxPage
	{
		height: 18px;
		width: 23px;
	}
	.ZhwellPage .gotopage, .ZhwellPage .thepages
	{
		float: right;
	}
	.ZhwellPage .thepages
	{
		padding: 0 5px;
	}
	.ZhwellPage .thepages a
	{
		display: block;
		width: 22px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #CCC;
		float: left;
		margin: 0 3px;
		background: #FFF;
		text-align: center;
		margin-top: 1px;
	}
	.ZhwellPage .pagelink-current
	{
		display: block;
		width: 22px;
		height: 20px;
		line-height: 20px;
		background: #FFF;
		border: 1px solid #CCC;
		float: left;
		color: Red;
		text-align: center;
		margin-top: 1px;
	}


}

.navBox
{
	width: 100%;
	margin-bottom: 5px;
}
.innerNavBox
{
	border: 1px solid #CCC;
	padding: 3px;
}









