.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}
	
.bigbutton {
	width: 150px;
	height: 40px;
	padding: 0;
	background:#FFA800;
	color: #FFFFFF;
	margin:0;
	font-size:14px;
	font-weight:normal;
}

.bigbutton:hover {
	color: #0063B8;
	background:#CCCCCC; 
}

p.browse_cart {
	font-size:13px; 
	font-weight:normal; 
	color: #0063B8; 
	margin: 0 0 2px 0; 
}

div.hr {
	clear: both; 
	position: relative; 
	width: 100%; 
	height: 1px; 
	margin: 20px 0; 
	overflow: hidden;
	background: #CCCCCC;
	}	

#categories ul {
	list-style-type: none;
	text-align: left;
}

#categories ul li {
	font-size: 14px;
	margin-top: 3px;
}

#linkViewCategories {
	background:url(../images/bullet.gif) left no-repeat;
	padding:0 0 0 20px;
}

#formlabels.checkout {
	width: 200px;
}

/********************************************************************************
	Coupon Box
********************************************************************************/	
.couponBox {
	position: relative; 
	float: left; 
	width: 32%; 
	padding: 0 10px 0 0; 
	overflow: hidden;
	font-family: trebuchet ms, arial, geneva, helvetica, sans-serif;
	}
	
.couponBox div.image {
	float: left; 
	width: 80px; 
	overflow: hidden; 
	padding: 0 0 15px 0;
	text-align: center;
	height: 100px;
	}

.couponBox div.image img {
	display: inline;
	}

.couponBox ul.noclass {
	float: left; 
	width: 200px; 
	margin: 0 0 0 10px; 
	padding: 0 0 35px 0; 
	list-style: none;
	}

.couponBox ul.noclass li {
	margin: 0; 
	padding: 0 0 2px 0;
	font: normal 12px/1.2 trebuchet ms, arial, geneva, helvetica, sans-serif; 
	color: #666;
	}

.couponBox ul.noclass li.product {
	font-weight: bold;
	font-size: 13px;
	}

.couponBox ul.noclass li.description {
	margin-bottom: 5px;
	}
	
.couponBox ul.noclass li.value {
	margin: 3px 0 0 0;
	font-weight: bold;
	}	

.couponBox ul.noclass li.addtocart {	
	margin: 3px 0 0 0;
	}
	
.couponBox ul.noclass li.addtocartsuccess {
	font-weight: bold;
	color: green;
}

.couponBox ul.noclass li.addtocartfailure {
	font-weight: bold;
	color: red;
}	


/********************************************************************************
Messages
********************************************************************************/
#errormsg {
	width: 96%;
	display: block;
	margin: 10px 0 10px 13px; 
	padding: 10px 0 10px 13px;
	background-color: pink;
	border: 1px solid red;
	border-left: 5px solid red;
	}	
#errormsg ul {
	margin: 2px 0 2px 15px; 
	font: normal 14px "Trebuchet MS", Arial, sans-serif; 
	list-style: round; 
	color: #333		
	}
#errormsg li {
	text-align: left; 
	padding: 3px 0;
	}
	
#msg {
	width: 96%;
	display: block;
	margin: 10px 0 10px 13px; 
	padding: 10px 0 10px 13px; 
	background-color: #CCFFCC;
	border: 1px solid #33CC33;
	border-left: 5px solid #33CC33;
	}	
#msg ul {
	margin: 2px 0 2px 15px; 
	font: normal 14px "Trebuchet MS", Arial, sans-serif; 
	list-style: round; 
	color: #333		
	}
#msg li {
	text-align: left; 
	padding: 3px 0;
	}
	
/********************************************************************************
	Errors
********************************************************************************/	
div.container{
	display: none;
	border: 1px solid red;
	border-left: 5px solid red;
	margin: 5px 100px 0 90px;
	padding: 5px;
	background: pink;
	color: #000;
}
div.container ul {
	display: block;
	margin: 0;
}
div.container ul li {
	list-style-type: round;
	margin-left: 20px;
}
div.container label {
	display: block;
	width: 100%;
	text-align: left;
	float: none;
	font-size: 12px;
}
input.error {
	border: 1px solid red;
	background: pink;
}

.rest {
	background: white;
}

.restSelected {
	background: yellow;
}