form{
	margin:0;
	padding:0;
}

/* product category menu style*/
#categoryMenu{
	background: url(../images/subnav_bg.gif) no-repeat;
	width: 780px;
	height: 30px;
	line-height:30px;
	font-size: 8px;
	}
	
#categoryMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#categoryMenu li{
	position:relative;
	float:left;
	list-style-type:none;
	width:85px;
	border-right:1px solid #000000;
	font-size: 10px;
	white-space:nowrap;
	}

#categoryMenu li ul{
	position:absolute;
	top:30px;
	left:0px;
	display:none;
	}

#categoryMenu ul.over{
	display:block;
	}

#categoryMenu li:hover{
	
	}

#categoryMenu a{
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	text-align:center;
	}

#categoryMenu a:hover{
	color: #666666;
	}

#categoryMenu li.activeMenu{
	background-color:#000000;
	}

#categoryMenu li.lastMenu{
	border-right:none;
	}

/**Products*/
.ProductBlue
{
	color: #336699;
	margin-bottom:10px;
}

.list-table{
	width:100%;
	}

.list-table th, .list-table td{
	padding:5px 10px;
	vertical-align:top;
	text-align:left;
	}

.list-table th{
	background-color:#EAEAEA;
	}

.list-table td{
	border-bottom:1px solid #EAEAEA;
	}

.pageNavi{
	text-align:center;
	padding:10px;
	clear:both;
	}

.pageNavi a{
	text-decoration:underline;
	}

#slideShow{
	margin: 0px 0px 15px 0px;
	width: 320px;
	/*height: 339px;*/
	overflow:hidden;
	position:relative;
	text-align:center;
	vertical-align:middle;
	}

.thumbnail{
	border:1px dotted #666666;
	width:50px;
	}
	
.thumbnail-over{
	border:1px dotted #A2DEFF;
	cursor:pointer;
	}


/**Shopping cart*/
.cart-table{
	width:100%;
	}

.cart-table th, .cart-table td{
	text-align:left;
	vertical-align:top;
	padding:5px 10px;
	}

.cart-table th{
	
	}

.cart-table td{
	
	}

.textfield-large{
	width:95%;
	}

.textarea-small{
	width:95%;
	height:80px;
	overflow:auto;
	}

.button{
	padding:10px 0px;
	}

