.products {
	padding: 0;
	margin: 0;
}
.products  li {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding-right: 1px;
	width: 150px;
}
.products    li   table.producttable {
	display: table;
	height: 190px;
	width: 150px;
	background-color: #FFFFFF;
}
.products li img.productimg {
	display: block;
	margin-bottom: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.products li .zoom {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	border: 0;
}
.products li .zoom2 {
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	border: 0;
	margin-bottom: 3px;
}

.products li .productname {
	font-family: Arial;
	font-size: 13px;
	color: #3E3E3E;
	display: block;
	margin: 0;
	font-weight: bold;
	padding-left: 2px;
}
.products li .productname2 {
	font-family: Arial;
	font-size: 13px;
	color: #303030;
	display: block;
	margin: 0;
	font-weight: bold;
	padding-left: 2px;
}

.products li .details {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #5F5F5F;
	display: block;
	margin: 0;
	padding-left: 2px;
}
.products   li   .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4149E;
	margin: 2;
}
.products li .line2 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
	margin-left: 2px;
	margin-right: 2px;
}


.products   li   a.addtocart {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #6633CC;
	margin: 0;
	display: block;
	float: left;
	line-height: 11px;
	padding-left: 2px;
}
.products   li   .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	margin: 0;
	float: right;
	margin-right: 5px;
	font-weight: normal;
}
.products li .category {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #EA15A1;
	margin: 0;
	display: block;
	float: left;
	padding-left: 2px;
}
.products li .origin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8000D1;
	float: right;
	margin-right: 5px;
	font-weight: bold;
	margin-left: 2px;
	font-style: italic;
}


.products_spacer {
	margin: 0;
	padding: 0;
	height: 10px;
	clear: both;
	display: block;
}
.products_section_tab {
	height: 43px;
	width: 100%;
	background-image: url(../images/page_tab.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 20px;
	line-height: 40px;
	font-weight: normal;
}
.products_section_tab .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	padding-left: 150px;
	margin-left: 150px;
}

.big_image_holder {
	border: 1px solid #DADADA;
	height: 190px;
}


.small_image_holder {
	border: 1px solid #D8D8D8;
	padding: 0;
	width: 77px;
	height: 77px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	cursor: pointer;
	float: left;
}
.previewBox {
	font-size: 12px;
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.member_uploadText {
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
