html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;text-align:left;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

strong{
	font-weight: bold;
}

.alignRight{
	text-align: right;
}
.basket_button{
	width: 160px;
	height: 25px;
	border: none;
	background-color: transparent;
	background-image: url(./cart_button.png);
	color: #2da224;
	text-decoration: underline;
	text-align: center;
	cursor: pointer;
}
.basket_item{
	height: 50px;
}
.basket_item td{
	border-bottom: 1px solid #dfdfdf;
}
.basket_spacer{
	display: block;
	height: 25px;
}
.basket_title td{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #6F6F6F;
	margin-bottom: 10px;
	margin-top: 25px;
}
.center{
	text-align: center;
}
.product_addToCart{
	clear: right;
	border: none;
	background-color: #fff;
	background-image: url(./cart.png);
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 30px;
	height: 25px;
	color: #2da224;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}
.product_basket{
	width: 100%;
	color: #000;
}
.product_basket td{
	color: #000;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.product_basket input{
	border: 1px solid #6F6F6F;
	background-color: #fff;
	font-size: 14px;
}
.product_count{
	display: block;
	color: #000;
	font-size: 12px;
	float: right;
	width: 80px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.product_countInput{
	border: 1px solid #6F6F6F;
	background-color: #fff;
	font-size: 14px;
}
.product_details{
	padding: 25px 0 15px 20px;
	color: #6F6F6F;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.product_details .bodytext{
	color: #6F6F6F;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.product_details form{
	margin-top: 20px;
	color: #000;
}
.product_image{
	float: left;
	border: 1px solid #c0c0c0;
}
.product_item{
	width: 50%;
}
.product_list{
	width: 100%;
}
.product_list td{
	background-color: #FFF;
	padding: 15px;
	vertical-align: top;
}
.product_meta{
	margin-left: 125px;
}
.product_nav{
	display: table-cell;
}
.product_title{
	border-bottom: 1px solid #6F6F6F;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0 3px 20px;
}
