/*
*****************************************************************
** File: store.css                     						*****
** Desc: Control listing and shopping cart style			*****
*****************************************************************
*/

form{
	margin:0;
	padding:0;
}

/** Start of category menu style -- DO NOT REMOVE THIS SECTION, ADJUST THE STYLE PROPERTIES AS NEEDED **/
#categoryMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right: 20px;
	}
	
#categoryMenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#categoryMenu li{
	position:relative;
	float:right;
	clear:both;
	list-style-type:none;
	width:200px;
	background-color:#FF9900;
	border-top: 1px solid #FFFFFF;
	z-index:2;
	}

#categoryMenu li ul{
	position:absolute;
	top:-1px;
	right:200px;
	display:none;
	}

#categoryMenu li:hover ul, #categoryMenu li.over ul{
	display:block;
	}

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

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

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

/** End of category menu **/

/** Start of products section  ---------- REPLACE THIS SECTION WITH YOUR LAYOUT DESIGN FOR THIS PART*/
.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;
	}

#slideShow{
	width:490px;
	position:relative;
	}

#mainImage{
	width:490px;
	}

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

/** End of produducts section **/


/** Start of shopping cart style  -- DO NOT REMOVE THIS SECTION, ADJUST THE STYLE PROPERTIES AS NEEDED **/
.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;
	}
	
.product-list {
	border-top: 1px solid #f18124;
	font-size:10px;
}

.pageNavi{
	padding:8px 0px;
	}
