body{
	background-color:#ccc;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	}
#container{
	width:728px;
	background-color:#fff;
	position:absolute;
	left:50%;
	margin:20px 0 0 -384px;
	padding:0 0 40px 40px;
	}
	
#top{
	height:118px;
	margin-bottom:25px;
	}
	
	
	ul { /* all lists */
	margin:0;
	padding: 5px 5px 5px 5px;
	list-style-type: none;
	}

	li { /* all list items */
	float: left;
	position: relative;
	z-index:1;
	background-color:#fff;
	}
	li a{
	padding:0 17px 0 0;
	color: #666;
	display:block;
	text-decoration: none;
	}
	li.china {
		background:url(../images/chinese_flag.jpg) no-repeat left;
		padding-left:25px;
	}
	li a:hover{
	color: #900;
	text-decoration:underline;
	}
	li a.selected{
	color: #900;
	font-weight:bold;
	}
	li ul { /* second-level lists */
	display: none;
	position: absolute;
	width:300px;
	left: 0;
	top:15px;
	margin:0;
	padding:0;
	background:#FFFFFF;
	}
	li ul li{
	float:none;
	padding:0;
	clear:both;
	width:300px;
	position:static;
	}
	li ul li a{
	padding:5px;
	display:block;
	}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	clear:left;
	}
.required {
	color:#990000;
	}
	
#mainimage{
	width:691px;
	height:158px;
	border-top:2px solid #7c173e;
	border-left:1px solid #ccc;
	float:left;
	padding-bottom:30px;
	}
#main{
	width:630px;
	float:left;
	border-left:1px solid #ccc;
	padding:0 0 0 20px;
	}
	#main h1{
	color:#900;
	font-size:100%;
	margin-top:0;
	}
	#main h2{
	color:#333;
	font-size:100%;
	margin-top:0;
	}
	#main p{
	color:#333;
	margin:20px 0 20px 0;
	}
	#main a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
	#main a:hover{
	color:#000;
	text-decoration:underline;
	}
#main2 {
	width:450px;
	float:left;
	border-left:1px solid #ccc;
	padding:0 0 0 20px;
	}
	#main2 h1{
	color:#900;
	font-size:100%;
	margin-top:0;
	}
	#main2 h2{
	color:#333;
	font-size:100%;
	margin-top:0;
	}
	#main2 p{
	color:#333;
	margin:20px 0 20px 0;
	}
	#main2 a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
	#main2 a:hover{
	color:#000;
	text-decoration:underline;
	}
	
	.linksright{
	float:left;
	}
	.linksleft{
	width:250px;
	float:left;
	}
	.fill{
	background-color:#fff;
	height:150px;
	}
#right{
	width:155px;
	margin:0 0 0 40px;
	float:left;
	border-top:2px solid #7c173e;
	border-left:1px solid #ccc;
	padding:17px 0 0 15px;
	}
	#right h2{
	color:#333;
	font-size:100%;
	margin-top:0;
	}
	#right p {
		clear:both;
	}
	#right img{
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 15px 10px 0;
	}
	#right a{
	color:#900;
	font-weight:bold;
	text-decoration:none;
	}
	#right a:hover{
	color:#000;
	text-decoration:underline;
	}
#footer{
	width:691px;
	float:left;
	border-top:2px solid #7c173e;
	font-size:95%;
	color:#666;
	margin-top:60px;
	padding-top:10px;
	}
	#footer a{
	text-decoration:none;
	color:#666;
	}
	#footerleft{
	float:left;
	}
	#footerright{
	float:right;
	}
.button {
	display:block;
	font-weight:bold;
	font-size:11px;
	margin-left:200px;
	cursor:pointer;
	clear:both;
	}
.button2 {
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
	cursor:pointer;
	}
label {
	display:block;
	margin-left:10px;
	margin-right:10px;
	width:120px;
	border:0px #000 solid;
	float:left;
	text-align:right;
	text-transform:capitalize;
	clear:left;
	font-weight:bold;
	}
.textfield {
	border:1px #666 solid;
	margin:2px;
	width:240px;
	padding:2px;
	color:#006699;
	font-family:Verdana;
	font-size:11px;
	clear:right;
	}
	.textfield:focus {
		background:#FBF7F7;
		}
.product {
	padding:10px;
	width:600px;
	margin-bottom:35px;
	clear:both;
	}
	.product .name {
		font-weight:bold;
		font-size:16px;
		background:#fff;
		border:1px #fff solid;
		font-family:Arial, Helvetica, sans-serif;
		width:450px;
		margin:0 0 0 5px;
		}
	.product .description {
		padding:5px;
		width:440px;
		font-size:12px;
		line-height:15px;
		color:#555;
		}
	.product .image {
		float:right;
		width:125px;
		height:142px;
		margin-left:10px;
		border:#eee 1px solid;
		padding:2px;
		margin-bottom:10px;
		clear:right;
		}
	.product .quantity {
		padding:10px;
		font-size:13px;
		font-weight:bold;
		height:10px;
		display:block;
		width:100px;
		}
	.product .row {
		margin-top:5px;
		padding:5px;
		background:#f4f4f4;
		height:17px;
		width:440px;
		}
	.product .p-name {
		font-weight:bold;
		display:block;
		width:270px;
		float:left;
		}
	.product .p-price {
	color:#990000;
	font-size:14px;
	font-weight:bold;
		display:block;
		width:65px;
		float:left;
		}
	.product .p-qty {
		display:block;
		font-weight:bold;
		width:70px;
		float:left;
		}
		.product .quantity-inp {
			font-size:10px;
			border:1px #555 solid;
			padding:2px;
			}
#basket {
	clear:both;
	font-weight:bold;
	font-family:Tahoma;
	border:1px #bbb solid;
	width:530px;
	margin-top:15px;
	color:#003366;
	font-size:11px;
	background:#fafafa;
	padding:5px;
	}
	#basket .item {
		font-weight:normal;
		font-size:11px;
		background:#eee;
		margin-top:1px;
		clear:both;
		padding:2px;
		cursor:default;
		text-indent:3px;
		display:block;
		}
		#basket .item:hover {
			background:#ddd;
			}
			
#basketmain {
	border:1px #E7EFF8 solid;
	font-size:11px;
	}
	#basketmain .rowtitle {
		padding:4px;
		color:#0066CC;
		background:url(../images/bask_head_bg.jpg) repeat-x;
		font-weight:bold;
		}
	#basketmain .row {
		padding:4px 3px 9px 3px;
		_padding:4px 3px 3px 3px;
		clear:both;
		display:block;
		height:10px;
		margin:0px;
		background:#fff;
		border-top:1px #E7EFF8 dashed;
		}
	#basketmain input {
		font-size:9px;
		font-weight:bold;
		font-family:tahoma;
		height:11px;
		width:25px;
		color:#444;
		border:1px #666666 solid;
		}
	#basketmain .options {
		float:left;
		width:30px;
		}
	#basketmain .quantity {
		width:50px;
		float:left;
		display:block;
		}
	#basketmain .title {
		width:440px;
		float:left;
		display:block;
		}
.company {
	width:600px;
	padding:10px;
	margin:15px;
	}
	.company .logo { 
		float:right;
		clear:right;
		margin:5px;
		}
	.company .title {
		font-weight:bold;
		font-size:14px;
		margin:3px;
		}
	.company .description {
		color:#666666;
		}
	.company a {
		font-size:12px;
		display:block;
		text-align:right;
		}
.enlarge {
	display:block;
	font-weight:bold;
	color:#666666;
	border:1px #bbb solid;
	padding:1px;
	margin:1px;
	background:url(../images/expand.gif) no-repeat right;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
.checkout {
	margin:5px;
	}
	.checkout label {
		margin:5px;
		}
	.checkout .field {
		border:1px #888 solid;
		font-size:11px;
		padding:2px;
		margin:3px;
		width:175px;
		font-family:Verdana;
		}
	.checkout span {
		display:block;
		font-weight:normal;
		font-size:10px;
		color:#990000;
		}
	.checkout .button {
		border:1px outset;
		font-weight:normal;
		background:#CCCCCC;
		width:auto;
		display:inline;
		}
	.checkout fieldset {
		padding:10px;
		border:none;
		}
	.checkout div {
		margin:1px;
		}
	.checkout legend {
		font-size:14px;
		margin:10px;
		font-family:Trebuchet MS;
		font-weight:bold;
		}
	.checkout textarea {
		font-size:11px;
		padding:2px;
		font-family:Verdana;
		border:1px #888 solid;
		width:200px;
		height:100px;
		font-family:Verdana;
		}