div.columnContainer .fullRightColumn {
padding-top: 5px;
}
.contentHeader {
display: none;
}
.subcategories {
	overflow: hidden;
	height: 261px;
	position: relative;
	margin-right:0.7%;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #CCC;
	float:left;
	width:49.2%;
}
.catEven {
	float:right;
}
@media screen and (min-width:320px) and (max-width:567px){
	.catEven {
		float:none;
	}
	.subcategories {
		width:99.4%;	
	}
	.category-container.two-tiles .subcategories{
		width:48.92%;
	}
}
@media (min-width: 568px) and (max-width: 749px){
	.subcategories {
    	width: 48.92% !important;
	}
	.catEven {
		margin-right:0;	
	}
}
.subcategories:hover {
border: 1px solid #AAA;
box-shadow: 0 0 7px #AAA;
}
.subcategories h2 {
line-height: 0.9em;
height: 58px;
}
.subcategories h2 a {
text-decoration: none;
font-size: 14px;
padding: 10px 5px;
display: inline-block;
color:#532479;
}
.subcategories h2 a:hover {
text-decoration: underline;
}
.catInfoHolder {
position: absolute;
z-index: 999;
width: 100%;
}
.catChuck {
background: transparent url(/images/category/moreInfoChuck.png) 50% 0 no-repeat;
height: 11px;
width: 100%;
}
.catInfo {
background: #EEE;
padding-top: 2px;
/*border-radius: 0 0 5px 5px;*/
cursor: default;
padding-bottom: 6px;
}
.catBullets {
overflow: hidden;
}
.catInfo ul {
list-style-type: none;
color: #555;
padding: 0 1px;
}
.catInfo span {
color: #555;
font-weight: bold;
}
.catInfo a.btn {
margin-top: 10px;
visibility: hidden;
}
.subcategoriesImg {
	padding-bottom:10px;
	height:150px;
}
@media screen and (min-width:320px) {
	.subcategoriesImg img {
		height:120px;
		width:inherit;	
	}
}
.catQuickView {
position: absolute;
width: 688px;
display: none;
opacity: 0;
background: #FFF;
z-index: 99999;
border: 2px solid #AAA;
/*border-radius: 5px;*/
box-shadow: 0 0 10px #999;
margin-left: 30px;
}
.catQuickView h2 {
padding: 20px 15px;
font-size: 17px;
}
.CQVright {
float: right;
padding: 0 15px 0 45px;
border-left: 1px solid #DDD;
width: 200px;
}
.CQVleft {
float: left;
padding-left: 15px;
width: 400px;
}
.CQVright p {
font-size: 20px;
color: #555;
margin: 0;
}
.CQVright span {
font-size: 13px;
font-weight: bold;
line-height: 0.8em;
color: #5d0f57;
}
.CQVright span.CQVprice {
color: #6a8d00;
font-weight: bold;
display: block;
font-size: 26px;
padding: 20px 0 25px 0;
}
.CQVright img {
float: left;
padding-bottom: 7px;
}
.catQuickView a.btn {
float: right;
margin: 5px 110px 15px 15px;
}
.CQVbottom {
text-align: center;
background: #E5E5E5;
padding: 17px 0;
/*border-radius: 0 0 5px 5px;*/
}
.CQVcloser {
cursor: pointer;
position: absolute;
top: 4px;
right: 5px;
padding: 0px 5px;
background-color: #361754;
font-size: 19px;
color: #fff;
}
.CQVcloser:hover {
background-color: #820077;
}
.CQVcloser:active {
background-color: #c92dbc;
}
.CQVchuck {
position: absolute;
z-index: 99999;
opacity: 0;
display: none;
}
.catInfo a {
text-decoration: none;
}
div.leftColumn {
display: none;
}
div.fullRightColumn.homepage {
width: 100%;
}
.module {
display: none;
}
h1 {
display: none;
}
.slide h1 {
display: block;
}
.opening {
display: none
}
.catInfo a.btn.catRes {
display: inline-block;
}
.catInfo a.btn.catLearn, .catInfo a.btn.catViewAll {
display: none;
}
/*.contentHeader h2 {
display: none;
}*/
.module-new-style {
display: none;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/* Larger than tablet */
@media (min-width: 750px) {
.catInfo a.btn.catRes {
	display: none;
}
.catInfo a.btn.catLearn, .catInfo a.btn.catViewAll {
	display: inline-block;
}
.contentHeader {
  display: block;
  width: 737px;
  margin: 20px auto 10px auto;
}
div.fullRightColumn.moreProducts {
margin-top: 10px;
}

}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/* Larger than desktop */
@media (min-width: 1000px) {
	div.leftColumn {
	display: block;
	}
	.module {
	display: block;
	}
	h1 {
	display: block;
	}
	.opening {
	display: block;
	}
	.contentHeader {
	float: right;
	padding-right: 5px;
	margin: 5px 0 10px 0;
	}
	.contentHeader h2 {
	display: block;
	}
	.module-new-style {
	display: block;
	}
	div.fullRightColumn {
		width:743px;	
	}
	div.fullRightColumn.moreProducts {
	margin-top: 0;
	}
	.subcategories {
		width:19% !important;
		float:left;	
	}
	.homepage .subcategories {
		width:19.22% !important;
	}
	div.category-container div:nth-of-type(6n+5) {
		margin-right:0.7%;	
	}
}
/* -- New layout for categories on homepage -- */
@media screen and (min-width: 1000px){
	div.category-container div:nth-of-type(5n+4) {
		margin-right:0;	
	}
	.catEven {
		margin-right:0.7%;
	}
}	
@media screen and (min-width: 750px) and (max-width: 999px){
	div.category-container div.subcategories, div.subcategories {
		width:32.34%;	
	}
	.catEven {
		float:left;	
		margin-right:0.7%;
	}
	div.fullRightColumn.homepage div.subcategories:nth-of-type(3n) {
			margin-right:0.7%;
	}
	div.fullRightColumn.homepage div.subcategories:nth-of-type(6n+5), div.fullRightColumn div.subcategories:nth-of-type(6n+5), div.fullRightColumn div.subcategories:nth-of-type(6n) {
		margin-right:0;
	}
}
/* Mobile */
@media screen and (max-width: 767px) and (orientation: portrait){
	.homepage .subcategories.catEven {
		margin-right:0;
	}
}