form{
	margin:0;
	padding:0;
}

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

#categoryMenu li{
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	width:212px;
	border-bottom: 1px solid #660066;	
	}

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

#categoryMenu ul.over{
	display:block;
	}

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

#categoryMenu a{
	display:block;
	text-decoration:none;
	color:#333333;
	}

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

.menu-big-image{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}

.menu-big-image img{
	width:690px;
	height:539px;
	}

/**Products*/
.list-table{
	width:100%;
}

.list-table td{
	padding:5px 10px;
	border-bottom: 1px solid #68b8ed;
	vertical-align:top;
}

.list-table h1{
	font-size:18px;
	margin:0;
	padding:0;
	padding-bottom:5px;
	}
	
.list-table-small{
	width:100%;
	}

.list-table-small td{
	padding:2px 5px;
	border-bottom: 1px solid #68b8ed;
	vertical-align:top;
	font-size:10px;
}

td.last{
	border-bottom:none;
	}

.submitButton
{
	font-size: 10px;
	background: url(../images/addtoBasket_button.jpg) center no-repeat;
	color: #FFFFFF;
	border: none;
	height: 24px;
	vertical-align: middle;
}

.product-detail{
	margin:3px;
	padding:8px;
	border: 1px solid #68b8ed;
}

.product-title{
	padding:5px;
	border-top: 1px solid #68b8ed;
	border-bottom: 1px solid #68b8ed;
	color: #610c73;
	font-size:14px;
	font-weight:bold;
	}

.product-info-box{
	border:2px solid #e4f4ff;
	text-align:center;
	padding:5px;
	}


#slideShow{
	width:200px;
	height:160px;
	overflow:hidden;
	position:relative;
	}

.thumbnail{
	border:2px solid #FFFFFF;
	width:43px;
	}
	
.thumbnail-over{
	border:2px solid #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{
	color: #610c73;
	border-bottom:2px solid #cccccc;
	}

.cart-table td{
	border-bottom:1px dotted #EAEAEA;
	}

.textfield-large{
	width:55%;
	size:50
	}

.textarea-small{
	width:55%;
	size:50
	height:80px;
	overflow:auto;
	}

.button{
	padding:10px;
	color:#FF9900;
	text-align:right;
	}

#top-section{
	border-bottom: 1px solid #68b8ed;
	height:68px;
	}

#pro-position{
	width:360px;
	margin-left:10px;
	height:68px;
	line-height:68px;
	float:left;
	color:#999999;
}

.cart-box{
	width:304px;
	height:62px;
	line-height:62px;
	font-weight:bold;
	white-space:nowrap;
	float:left;
	}

.price-cross{
	text-decoration:line-through;
	}

.price-special{
	color:#FF0000;
	}

.out-of-stock{
	background-color:#FF0000;
	color:#FFFFFF;
	padding:3px 6px;
	}
