@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;
}
/*starts menu by W.Q.Ching*/

.navbar ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.navbar ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.navbar ul li:hover ul li ul {display: none;}
.navbar ul li:hover ul li a {display:block; background:#eee4cb; color:#000;}
.navbar ul li:hover ul li a:hover {background:#6fc; color:#000;}
.navbar ul li:hover ul li:hover ul {display:block; position:absolute; left:100px; top:98px;}
.navbar ul li:hover ul li:hover ul.left {left:-105px;}



/*ends menu by W.Q.Ching*/

.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;
	width:100px;
}
.navbar li a {
	display:block;
}
.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;
	overflow:hidden;/*edit by W.Q.Ching*/
}
.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: #eee4cb;

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


.cart_table td{
    border-color: #eee4cb;

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

.img{
	float:left;
}

/*Head menu for Item*/

.subItem{
	background-color:#eee4cb;
	width:100%;
	line-height:25px;
}
.subItem:hover{
	background-color:#A893C5;
}
.subItem a{
	text-decoration:none;
}
/*starts scrolling pics by W.Q.Ching*/
div.product_thumbnail {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 170px;
	width: 600px;
	overflow: auto;
}
ul.product_thumbnail {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.product_thumbnail li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.product_thumbnail a {
	display: block;
	text-decoration: none;
}
.product_thumbnail span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.product_thumbnail a:hover span {
	display: block;
}
.product_thumbnail img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.product_thumbnail a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
} 

/*end scrolling pics by W.Q.Ching*/
