@charset "UTF-8";
/* CSS Document */

/*These class styles are to create repeatable columns, used on the boutique 'home' and product category pages*/

.fourcolumnpadded {
	float: left;
	width: 167px;
	padding-right: 16px;
	text-align: center;
	padding-top: 20px;
	height: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.fourcolumn {
	float: left;
	width: 167px;
	position: relative;
	text-align: center;
	padding-top: 20px;
	height: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*These class styles are to create repeatable columns, used on the product pages*/

.fivecolumnpadded {
	float: left;
	width: 132px;
	position: relative;
	text-align: center;
	padding-right: 14px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 150px;
}
.fivecolumn {
	float: left;
	width: 132px;
	position: relative;
	text-align: center;
	height: 150px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.threecolumn {
	float: left;
	width: 238px;
}
.threecolumnpadded {
	float: left;
	width: 218px;
	padding-right: 20px;
}
#contentleft a:link, #contentleft a:active, #contentleft a:visited {
	color: #000;
	text-decoration: underline;
}
#contentleft a:hover {
	color: #272727;
	text-decoration: underline;
	font-weight: bold;
}
