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:144px;
	border-top:1px solid #CCCCCC;
	}

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

#categoryMenu ul.over{
	display:block;
	}

#categoryMenu li:hover{

	}

#categoryMenu a{
	display:block;
	padding:8px 5px;
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	}

#categoryMenu a:hover{
	background:url(../images/bg-cat-menu-over.gif) repeat-y center;
	}

/* Webpage submenu */
#pageSubmenu{
	
	}
	
#pageSubmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#pageSubmenu li{
	position:relative;
	float:left;
	clear:both;
	list-style-type:none;
	width:144px;
	border-top:1px solid #CCCCCC;
	}


#pageSubmenu a{
	display:block;
	padding:8px 5px;
	text-decoration:none;
	color:#333333;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	}

#pageSubmenu a:hover{
	background:url(../images/bg-cat-menu-over.gif) repeat-y center;
	}


/**Products*/
.list-table{
	border:1px solid #EAEAEA;
	}

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

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

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

#slideShow{
	position:relative;
	}

.thumbnail{
	border:2px solid #FFFFFF;
	width:43px;
	}
	
.thumbnail-over{
	border:2px solid #A2DEFF;
	cursor:pointer;
	}

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


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

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

.textfield-large{
	width:95%;
	}

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

.button{
	padding:10px 0px;
	}

