@charset "utf-8";
/* CSS Document */

img {border:0;}
a{
	color:#333333; text-decoration:none
}
a:hover {
	color:#000000;  text-decoration:underline
}
#logo {
	/* height:71px;
	width:122px; */
	float:left;
}
.userbar {
	float:right;
	text-align:right;
	padding-top:20px;
	height:26px!important;
	height /**/: 46px;
	width:733px;
}
.navbar {
	float:right;
	height:25px;
	width:733px;
}
.navbar ul {
	float:right;
	padding:0;
	margin:0;
}
.navbar li {
	display: block;
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
.navbar li a {
	display:block;
	padding:0 20px 5px 20px;
}
.navbar div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size:14px;
	font-family:"Times New Roman", serif;
	border:1px solid #CCCCCC;
}
.userbar ul {
	float:right;
	padding:0;
	margin:0;
	
}
.userbar li {
	display:inline;
	padding-left:10px;
}
.userbar input {
	border:1px solid #999999;
	height:12px;
	vertical-align:top;
	color:#333333;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.index_news {
	height:156px;
	/* width:580px; */
	display:block;
	float:left;
}
.index_product {
	margin-top:4px;
	height:153px;
	width:157px; 
	float:right;
	display:inline-block;
}
.index_product img {
	border:1px solid #999999;
	padding:0;
	
}
.index_bottom {
	border:1px solid #999999;
}
.index_news ul {
	clear:both;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
.index_news li {
	padding:0;
	margin: 7px 0;
}
.product_header {
	width:915px;
	font-family:"Times New Roman", serif;
	font-size:15px;
	padding: 5px 0 5px 0;
}
.product_menu {
	width:175px;
	float:left;
}

.product_menu ul {
	clear:both;
	float:left;
	width:175px;
	list-style:none;
	padding:0;
	margin:0;
}
.product_menu li {
	padding:0;
	margin: 0;
	line-height:2.5em;
	font-size:15px;
	font-family:"Times New Roman", serif;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}
div.product_menu a {
	background: url(../images/arrow2.jpg) left center no-repeat;
	color:#666666;
	padding: 0 0 0 20px;
}
.product_content_right {
	width:740px;
	float:right;
	margin:0;
	padding:0;
}
.product_content_right img {
	border:0px solid #CCCCCC;
}
.product_details {

}
.product_details h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
}
.product_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0;
	padding:0;
}
.product_text p{
	padding:0;
	margin:0px 0px 5px 0px;
}
.product_thumbnail {
	float:left;
}
.product_thumbnail img {
	margin:3px;
}
.product_thumbnail ul {
	padding:0;
	margin:0;
	list-style:none;

}
.product_thumbnail li {
	display: inline;
	padding:0px;
	margin:0px;
}
.cleardiv {
	clear:both;
}

.cart_table{
    border-color: #000;

    border-width: 0 0 1px 1px;
    border-style: dotted;
}


.cart_table td{
    border-color: #000;

	border-style:dotted;
	border-width: 1px 1px 0 0;
	margin: 0;
}
.cart_table td td{
	border-style:dotted;
	border-width:0px;
}

.img{
	float:left;
}