/* Category Box CSS for Home Page & List Items Page */

div.home-categories div.categoryBox {
	position: relative;
    float: left;
    width: 226px;
	height: 179px;
	margin: 0px 35px 35px 35px;
	padding: 0px;
	border-radius: 12px;
	overflow: hidden;
}

div.home-categories div.categoryInfoBox {
    position: relative;
    float: left;
	width: 100%;
	height: auto;
	background: inherit;
    text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.home-categories div.categoryName {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	opacity: 0.6;
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", "serif";
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	text-align: center;
}

div.home-categories div.categoryName a {
	color: #fff;
	opacity: 1.0;
}

div.home-categories div.categoryName a:hover {
	color: #73aa45;
	text-decoration: none;
}

div.home-categories div.categoryImg {
	display: table-cell;
	margin: auto;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div.home-categories div.categoryImg img {
	border: none;
}

/* Category Box CSS for List Items Page */

div.categoryBox {
	position: relative;
    float: left;
    width: 205px;
	height: 159px;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	border-radius: 12px;
	overflow: hidden;
}

div.categoryInfoBox {
    position: relative;
    float: left;
	width: 100%;
	height: auto;
	background: inherit;
    text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.categoryDescription {
	position: relative;
    float: left;
	width: 98%;
	line-height: 20px;
	padding: 15px 10px 15px 10px;
}

div.categoryName {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	opacity: 0.6;
	margin: 0;
	padding: 0;
	font-family: "Georgia", "Times New Roman", "serif";
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	text-align: center;
}

div.categoryName a {
	color: #fff;
	opacity: 1.0;
}

div.categoryName a:hover {
	color: #73aa45;
	text-decoration: none;
}

div.categoryImg {
	display: table-cell;
	width: 205px;
	height: 159px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div.categoryImg img {
	border: none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

div.categoryInfoBoxButtons {
	position: relative;
	display: none;
	width: 100%;
	height: 30px;
	margin: 5px 0 0 50px;
	padding: 0;
	text-align: center;
}

/* Product Item Display Box */

div.productBox {
	position: relative;
    float: left;
    width: 200px;
	min-height: 290px;
	max-height: 320px;
	height: auto;
    padding: 0;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.productInfoBox {
    position: relative;
    float: left;
	width: 190px;
	min-height: 290px;
    max-height: 320px;
	height: auto;
	background: inherit;
    text-align: center;
	margin: 0;
	padding: 5px;
}

div.productBox img {

}

div.productName {
	width: 190px;
	height: 52px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	text-transform: capitalize;
	text-align: center;
    cursor: pointer;
}

div.productImg {
	width: 190px;
	height: 150px;
	margin: auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

div.productPrice {
    width: 190px;
	min-height: 32px;
	height: auto !important;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
    line-height: 32px;
    color: #000;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

div.productInfoBoxButtons  {
	clear: both;
	float: left;
	width: 190px;
	height: 16px;
	line-height: 16px;
	margin: 5px auto 2px auto;
	padding: 0;
	text-align: center;
}

div.productInfoBoxButtons a {
	font-size: 14px;
}

span.wishlist {
    padding-left:5px;
}