body {
	margin:0; 
    padding:0; 
    color:#333; 
	background:#fff; 
	font:14px Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #666;
}

a:hover {
	color: #CF6532;
}

ul, ol {
margin:0; padding:0;
}
div.outer{
   margin:5px auto;
   width: 815px;
 		
}

div.body {
padding:20px 20px 24px 20px;
border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border: 1px solid #cccccc;
background-color:#BBBBBB;
background-image:linear-gradient(top, #FFFFFF 8%, #BBBBBB 30%);
background-image:-ms-linear-gradient(top, #FFFFFF 8%, #BBBBBB 30%);
background-image:-o-linear-gradient(top, #FFFFFF 8%, #BBBBBB 30%);
background-image:-moz-linear-gradient(top, #FFFFFF 8%, #BBBBBB 30%);
background-image:-webkit-linear-gradient(top, #FFFFFF 8%, #BBBBBB 30%);
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.08, #FFFFFF),color-stop(0.3, #BBBBBB )); 
	
}
div.rounded {
padding:22px 22px 16px 22px;
border: 1px solid #dedede;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #ffffff; 

/*overflow: auto;*/
}

div.header-image{
   width:750px; 
   margin:-5px auto; 
   	
}
div#dongfangLogo {
	width: 750px;
	height: 90px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
		
}

#leftnav {
	width: 180px; 
	padding:9px 4px 20px 4px;
	min-height:315px; 
	max-height:700px; 
	overflow:auto;
	font-size: 75%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #cccccc;
	background-color:#bbb;
    background-image: linear-gradient(top, #dad9d9 2%, #FFFFFF 28%);
    background-image: -o-linear-gradient(top, #dad9d9 2%, #FFFFFF 28%);
    background-image: -moz-linear-gradient(top, #dad9d9 2%, #FFFFFF 28%);
    background-image: -webkit-linear-gradient(top, #dad9d9 2%, #FFFFFF 28%);
    background-image: -ms-linear-gradient(top, #dad9d9 2%, #FFFFFF 28%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.09, #FFFFFF),color-stop(0.01, #dad9d9));
}

#leftnav a {
	padding: 3px; 
	display: block;
	border: 1px dotted #666666;
	text-decoration: none;
	line-height: 1.5em;
	
}

#leftnav a:link, #leftnav a:visited {
	color: #000;
}

#leftnav a:hover, #leftnav a:active,#leftnav li#current a:hover {
	color: #000;
	background-color: #ECEBE6;
	border: 1px solid #000;
}

#leftnav ul {
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; 
}

#leftnav li {
	margin: 7px 5px 7px 5px; 
	
}
#leftnav .leftnavtitle {
	color: #CF6532;
	font-weight: bold; 
	border-bottom:1px dashed #CF6532; 
}

#leftnav .leftnavtitle:hover { 
   border-bottom:none;
}
#leftnav li#current a {
	color: #fff !important;
	background-color: #B9B5A4 !important;
	border: 1px dotted #666 !important;
}
/*MiniCart*/
#miniCart {
	float:left;
	margin:0; 
	width:190px;
	padding:0 0 10px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	text-align:left;
}

div#miniCart {
	border: solid #C8C8C8 1px;
	background-color: #FAFAF8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 4px 4px 0px #AAAAAA;
	-moz-box-shadow: 1px 4px 4px 0px #AAAAAA;
	box-shadow: 1px 4px 4px 0px #AAAAAA;
}

#miniCart .items ul a,#miniCart a:link,#miniCart a:visited,#miniCart a:active{
	color:#084482; 
	text-decoration:none;
}
#miniCart .name a.autoTooltip:hover{
	color:#CF6532; 
	text-decoration:none;
}

#miniCart h3 {
	text-align:center; 
	margin:5px 0 -2px -5px;
	line-height:normal !important;
	color:#CF6532; 
	font-size:1.167em;
}

#miniCart .head {
	position:relative;
	margin-top:5px; 
	padding:3px 0 2px 6px; 
	height:14px; 
	background:#eee; 
	width:174px;
}

#miniCart .head .amount {
	top:2px; 
	right:10px;
}

#miniCart .amount {
	position:absolute; 
	top:0; 
	right:10px; 
	width:auto; 
	color:#333; z-index: 100;
  overflow: hidden;
}

#miniCart ul {
	float:left; 
	margin:0; 
	list-style-type:none;
}
#miniCart div.items {
	width:180px;
	overflow-x:hidden;
}
#miniCart .items ul {
	border-bottom:1px solid #ccc; 
	padding:6px 0 4px 0;
}
#miniCart .items li {
	float:left; 
	position:relative;
	padding:0; 
	width:180px;
}
#miniCart .items ul li.secondary {color:#757575;}
#miniCart .items ul li.subtotal{ 
   font-weight:bold;
	
}
#miniCart .items ul li.totals{ 
   font-weight:bold;
	
}

#miniCart ul.totals{ 
	border-bottom:none; 
	height:18px;
}
#miniCart .grandTotal {
	right:0px; 
	font-weight:bold; 
	margin-top:5px;
}
#miniCart .autoTooltip {
	border-bottom:1px dashed #084482; 
	text-decoration:none;
}
#miniCart .autoTooltip:hover {
	border-bottom:1px dashed #CF6532; 
}
.bt{
	text-align:center; padding-right:10px; margin:5px 0 5px 0;
}
#miniCart .bt a.button {
	text-decoration:none;
	background:#ffa822 url(../images/btn_bg_submit.gif) left center repeat-x; 
	border:1px solid #d5bd98; 
	border-right-color:#935e0d; 
	border-bottom-color:#935e0d;
	padding:3px 5px 3px 5px;
	color:#084482;
}
#miniCart .bt a.button:hover {color:#084482;}
#miniCart .bt a.button:active {color:#084482;}

/* MiniCart - Done Page */
/* category*/
.m-contents{
	min-height:215px;
	font-size:85%;
}
.m-contents ul{ 
  margin:0; 
  padding:0;
	
}
.m-contents ul li{ 
list-style-type:none; 
float:left;
 margin-right:12px; color:#666; text-align:center;
}

.m-contents ul li a,.m-contents ul li a:link,.m-contents ul li a:visited,.m-contents ul li a:active {
	color: #666;
}

.m-contents ul li a:hover {
	color: #ff6600;
}
.notice {
	font-size:85%;
	 width:300px;
	 font-size:90%;
  /*position:absolute;
 
  bottom:0px;*/
}

.notice ul {
   /* list-style-type: none;*/
   list-style-position: inside;
    padding: 0px;
    margin: 0px;
    padding-left: 1em;
    text-indent: -1em;
}
.notice ul li{ 
   line-height:18px;
}
/* category end */

.footer{
font-size: 10px;
text-align:center;
color: #666;
}
.space{ margin-top:3px;
	
}
input.box{
border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(https://www.paypalobjects.com/en_US/i/pui/core/btn_bg_sprite.gif) left 17.5% repeat-x; cursor:pointer;
}
td input.tableBotton{
}
td input.tableBotton:hover {cursor:pointer;}
input[type=text] { 
   border:#999 solid 1px; width:40px; padding-left:3px; height:18px;

}
input.addToCartButton { 
height: 28px;
	padding: 2px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffaa00 #e69900 #d68d26;
	border-color: #ffaa00\9; /* IE 8 lte */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*margin-left: .3em;
	display: inline-block;
	/* IE7 inline-block hack */
	
	*display: inline;
	*zoom: 1;
	background-color: #ffaa00;
	background-image: none; /* IE9 lte - removes image url */
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc65), to(#ffaa00), color-stop(80%, #ffaa00));
	background-image: -webkit-linear-gradient(top, #ffcc65, #ffaa00 80%, #ffaa00);
	background-image: -o-linear-gradient(top, #ffcc65, #ffaa00 80%, #ffaa00);
	background-image: -ms-linear-gradient(top, #ffcc65, #ffaa00 80%, #ffaa00);
	background-image: -moz-linear-gradient(top, #ffcc65, #ffaa00 80%, #ffaa00);
	background-image: linear-gradient(top, #ffcc65, #ffaa00 80%, #ffaa00);
	background-repeat: repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	color: #292929;
	text-align: center;
	text-shadow: 0 1px #fde8bd;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 0 #fde8bd;
	-moz-box-shadow: inset 0 1px 0 #fde8bd;
	box-shadow: inset 0 1px 0 #fde8bd;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}


table.entryTable { 
 border-collapse: collapse; 
}

table.entryTable td { 
   text-align:left;
}
table.entryTable td img{ 
   padding: 10px; 0 10px 0;
}
table.entryTable .entryTableRow { 
   border-bottom: #999 dashed 1px;
}
table.entryTable td.first{ 
   padding-right:10px; 
   line-height:28px; 
   text-align:right;  
}

ul.category-ul li{ 
  margin:6px 8px;
  max-width:140px;
}

ul.product-ul li{
	max-width: 140px;
	margin-top: 6px;
	margin-right: 21px;
	margin-bottom: 6px;
	margin-left: 21px;
	text-align:center;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}
/*
#cartTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #76AF3D;
	font-weight: bold;
	background-position: center;
}
.row {
	background-color: #D1E8BD;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFFEE7;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #58A923;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #58A923;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #E4F1D8;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58A923;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #996600;
	background-color:#FF9900;
}


P.Spacing {
	MARGIN: 0px 0px 10px
}

.clearfix:after {content:".";display:block;height:0;*height:1%;_height:1%;clear:both;visibility:hidden;}
*/
