form{
	margin:0;
	padding:0;
}

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

#categoryMenu li{
	position:relative;
	list-style-type:none;
	width:330px;
	float:left;
	}

#categoryMenu li ul{
	position:absolute;
	top:20px;
	left:0px;
	}

#categoryMenu li ul li{
	float:none;
	display:inline;
	border-right:1px solid #999999;
	}
	
#categoryMenu li ul li a{
	color:#666666;
	}

#categoryMenu li:hover{
	
	}

#categoryMenu a{
	padding:0px 5px;
	text-decoration:none;
	color:#333333;
	border-bottom:none;
	}

#categoryMenu a:hover{

	}

/**Products*/
#sub-category{
	clear:both;
	width:820px;
	margin:0px 40px;
	padding-top:10px;
	font-size:11px;
	color:#58595b;
	height:16px;
	line-height:16px;
}

#sub-category ul{
	list-style:none;
	margin:0;
	padding:0;
	}

#sub-category li{
	float:left;
	}

#sub-category li span{
	padding:0px 10px 0px 0px;
	}

#sub-category li a{
	display:block;
	background-color:#d1d3d4;
	padding:0px 10px;
	text-transform:uppercase;
	color:#58595b;
	border-right:1px solid #58595b;
	border-bottom:none;
	cursor:pointer;
	}

#sub-category li a:hover,#sub-category li a.over{
	background-color:#58595b;
	color:#FFFFFF;
	}

#product-focus{
	position:relative;
	height:258px;
	background-color:#EAEAEA;
	width:900px;
	margin:0 auto;
	font-family:"Trebuchet MS",Arial;
	}

#product-main-photo-area{
	position:relative;
	width:387px;
	height:258px;
	overflow:hidden;
	float:left;
	}

#product-main-photo-text{
	position:absolute;
	bottom:0px;
	left:25px;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.5;
	text-transform:uppercase;
}

#product-desc-area{
	width:240px;
	height:258px;
	overflow:auto;
	float:left;
	background-color:#c0c0c0;
	}

#product-desc-area .box-inner{
	padding:10px;
	}

#product-desc-area h1{
	margin:0;
	padding:0px;
	text-transform:uppercase;
	color:#FFFFFF;
	}

#product-code{
	color:#FFFFFF;
	}

#color-code{
	color:#FFFFFF;
	}

#product-pdf{
	line-height:21px;
	padding:10px 0px;
	}

#product-pdf a{
	border-bottom:none;
	}

#product-swatch-area{
	width:273px;
	height:258px;
	overflow:auto;
	float:left;
	}

#product-swatch-area img{
	float:left;
	width:69px;
	height:69px;
	margin:8px 0px 0px 10px;
	padding:2px;
	border:1px solid #EAEAEA;
	cursor:pointer;
	}

#product-swatch-area img:hover,#product-swatch-area img.over{
	border:1px solid #ed1b2e;
	}

#swatch-caption{
	padding:3px 0px;
	color:#ed1b2e;
	}
	
#product-browser{
	height:250px;
	margin:0px;
	padding:0px 2px 0px 30px;
	overflow:auto;
	border-top:1px solid #808285;
	border-bottom:1px solid #808285;
	font-family:"Trebuchet MS",Arial;
	}

.category-section{
	margin:5px 0px;
	display:none;
	}
	
.list-table{
	width:850px;
	}

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

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

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

.list-table tr:hover td,
.list-table tr.over td{
	background-color:#e7e7e7;
	border-top:1px solid #ed1b2e;
	border-bottom:1px solid #ed1b2e;
	cursor:pointer;
	}

.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:200px;
	padding-bottom:10px;
	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;
	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;
	}

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