form{
	margin:0;
	padding:0;
}

/* product category menu style*/
#categoryMenu{
	
	}
	
#categoryMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#categoryMenu li{
	/*margin:1px 0px 0px 0px;*/
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	width:190px;
	background-color:#E6E6E6;
	border-top: 1px solid #FFFFFF;
	}

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

#categoryMenu ul.over{
	display:block;
	}

#categoryMenu li:hover{
	background-color:#CCCCCC;
	}

#categoryMenu a{
	display:block;
	padding:3px 5px;
	text-decoration:none;
	color:#333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}

#categoryMenu a:hover{
	background-color:#C0C0C0;
	color: #FFFFFF;
	border-left-color: #036C90;
	}

/**Products*/
.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;
	}

.product-list-table{
	width:100%;
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	}

.product-list-table a{
	cursor:default;
	}

td.main-image{
	width:260px;
	height:160px;
	text-align:center;
	overflow:hidden;
	border-right:1px solid #CCCCCC;
	}

td.main-image div{
	position:relative;
	}

.zoom-in{
	position:absolute;
	top:3px;
	right:3px;
	width:22px;
	height:22px;
	z-index:10;
	cursor:pointer;
	}

td.thumbnail-image{
	width:90px;
	text-align:left;
	overflow:hidden;
	border-top:1px solid #CCCCCC;
	padding:5px;
	}

td.thumbnail-image a{
	margin-right:10px;
	}

td.thumbnail-image img{
	height:50px;
	}

td.product-desc{
	vertical-align:top;
	padding:10px;
	border-right:1px solid #CCCCCC;
	
	}

td.product-desc h3{
	padding:5px 0px;
	margin:0;
	color:#d16e3a;
	font-size:17px;
	font-weight:bold;
	}

td.product-desc p{
	line-height:14px;
	margin:0;
	padding:3px 0px;
	}
	

td.product-price{
	width:200px;
	color: #d16e3a;
	font-weight:bold;
	font-size:46px;
	text-align:center;
	}

.pageNavi{
	padding:10px 0px;
	text-align:right;
	}

.dollar-sign{
	font-weight:bold;
	font-size:20px;
	}

.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;
	}

.rrp-cross{
	text-decoration:line-through;
	color:#CC0000;
	font-style:italic;
}

.note{
	padding:10px 0px 2px 0px;
	font-style:italic;
	text-decoration:underline;
}

#slideShow{
	width:270px;
	float:left;
	position:relative;
	}

#slideShow-thumbnail{
	width:90px;
	float:left;
	text-align:center;
	}

.thumbnail{
	border:1px solid #FFFFFF;
	width:80px;
	margin-bottom:10px;
	}
	
.thumbnail-over{
	border:1px solid #9eb752;
	cursor:pointer;
	margin-bottom:10px;
	}


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

.cart-table th, .cart-table td{
	text-align:left;
	vertical-align:top;
	padding:5px 10px;
	border-bottom:1px solid #FFFFFF;
	}

.cart-table th{
	background-color:#EAEAEA;
	text-transform:uppercase;
	}

.cart-table td{
	background-color:#EFEFEF;
	}

.textfield-large{
	width:95%;
	}

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

.button{
	padding:10px 0px;
	}

#checkout-login-reminder{
	border:1px dotted #990000;
	background-color:#EAEAEA;
	padding:10px;
}

/** Home featured products **/
#product-select{
	width:220px;
	text-align:center;
	border:1px solid #999999;
	padding:10px 0px;
}

#product-list-container{
	position:relative;
	width:200px;
	margin:0px auto;
	height:240px;
	overflow:hidden;
	}

#product-list-box{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	vertical-align:middle;
	}

.product-list-item{
	text-align:center;
	height:240px;
	}

#btn-up, #btn-down{
	cursor:pointer;
	padding:10px 0px;
	}
