body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #0E0E0E;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: #0E0E0E;
}

img {
	border: 0px; 
}

.pic {
	border: 1px solid #666;
}

/****/
.nav {
	border: 1px dotted #3F3D3E;
	background-color: #FAFAFA;
}

.nav_header {
	background-color: #686C6D;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}

.nav_row {
	border-bottom: 1px solid #DFDFDF;
}

.nav a {
	display: block;
	text-decoration: none;
	color: #1E2223;
	padding: 6px;
}

.nav a:hover {
	color: #FFF;
	background-color: #C0C0C2;
	padding: 6px;
}

.page_title {
	color: #000;
	font-weight: bold;
}

.table_row2 {
	background-color: #E0DFE3;
}

.table_row1 {
	background-color: #FFF;
}

.table_header {
	background-color: #CED2D3;
	height: 12px;
}

.table_border {
	border: 1px solid #E2E2EA;
}

.grid_header {
	background-color: #CBE0E1;
}


.f11 {
  font-size: 11px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.btn {
	border: 1px solid #CCC;
	background-color: #999;
	color: #FFF;
	padding: 5px;
}

/****/

.title {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
}

.content {
    /*margin: 20px;*/
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: 475px;
	
	overflow: auto; 
	height: 360px;
	
}

.content1 {
	/*margin: 20px;*/
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	width: 475px;
	
	overflow: auto; 
	height: 180px;
}

.content2 {
    margin: 0px;
	width: 520px;
	overflow: hidden; 
	height: 380px;
	
}

.thumb {
	border: 6px solid #727272;
}

.cart_txt {
	width: 30px;
	border: 1px solid #000;
}

.cart_txt1 {
	width: 60px;
	border: 1px solid #000;
	text-align: right;
}

.cart_btn {
	width: 90px;
	background-color: #CCC;
	border: 1px solid #000;
}

.cart_btn1 {
	background-color: #CCC;
	border: 1px solid #000;
	height: 20px;
	width: 110px;
}

.tb_details {
	word-break:break-word;
}

.big_pic {
	height:265px;
	/*max-height: 265px;*/   /* Firefox, Netscape, IE7 */
    /*height:expression(this.height > 265 ? '265px' : this.height); */ /* IE6 ©Î¥H¤U */
}