.item_max{
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	border: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	BORDER-top: #bfbfbf 0px solid;
	BORDER-right: #bfbfbf 0px solid;
	BORDER-bottom: #bfbfbf 0px solid;
	BORDER-left: #bfbfbf 0px solid;	
	border-radius: 0px; 
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
}

.item_pic{
	border-top-width: 0px;
	border-top-color: #BABABB;
	border-left-width: 0px;
	border-left-color: #BABABB;
	border-right-width: 0px;
	border-right-color: #BABABB;

	border-bottom-color: #BABABB;
	border-bottom-width: 0px;
	border-style: solid;

	border-radius: 0px;
}



.item_title{
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	line-height: 22px;
	color:#333333;
	font-weight:bold;
}



.item_text{
	margin-top:20px;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	line-height: 18px;
	color:#333333;
}

.item_sales{
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	color:#A00000;
	line-height: 20px;
}

a.item_details {
	background-color:#555555;
	display: inline-block;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	border: 0;
	border-radius: 6px;	
	vertical-align: middle;	
	font-weight: normal;
	width: 100%;
	text-decoration: none;
}

a.item_details:hover,
a.item_details:focus {	
	background-color:#333333;
	background-repeat:no-repeat;
	COLOR: #FFFFFF;
	text-decoration:none;
}

a.item_add {
	background-color:#303030;
	display: inline-block;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	border: 0;
	border-radius: 6px;	
	vertical-align: middle;	
	font-weight: normal;
	width: 100%;
	text-decoration: none;
}

a.item_add:hover,
a.item_add:focus {	
	background-color:#000000;
	background-repeat:no-repeat;
	COLOR: #FFFFFF;
	text-decoration:none;
}

a.item_add_sm {
	background-color:#FF0000;
	display: inline-block;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 16px;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	border: 0;
	border-radius: 6px;	
	vertical-align: middle;	
	font-weight: normal;
	text-decoration: none;
}

a.item_add_sm:hover,
a.item_add_sm:focus {	
	background-color:#A00000;
	background-repeat:no-repeat;
	COLOR: #FFFFFF;
	text-decoration:none;
}

a.item_wishlist {
	background-color:#A00000;
	display: inline-block;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	border: 0;
	border-radius: 6px;	
	vertical-align: middle;	
	font-weight: normal;
	width: 100%;
	text-decoration: none;
}

a.item_wishlist:hover,
a.item_wishlist:focus {	
	background-color:#760000;
	background-repeat:no-repeat;
	COLOR: #FFFFFF;
	text-decoration:none;
}

.cms_title{
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 15px;
	line-height: 22px;
	color:#333333;
	font-weight:bold;
}

.greybutton,
.greybutton_max,
.bluebutton,
.bluebutton_max {
	background-color:#878787;
	display: inline-block;
	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 20px;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	border-radius: 6px;	
	vertical-align: middle;	
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color:#FFFFFF;
}

.greybutton:hover,
.greybutton_max:hover,
.bluebutton:hover,
.bluebutton_max:hover {
	text-decoration:none;
	background-color:#6E6E6E;
	border-radius: 6px;	
	border: 0;
	color:#FFFFFF;
}

.greybutton_max,
.bluebutton_max {
	width:90%;
	margin-top: 15px;
	margin-bottom: 0px;
}