/*--- products 1 ---*/
@import url("productList.css");
@import url("productInfo.css");

/*############## [ Category Selection ] #############*/

.category {
	background-color:#fff;
	border:1px solid #e1e1e3;
	border-radius:6px;
	padding:2px;
	margin-bottom:15px;
	text-align:center;
	max-height:175px;
}

.category h2 {
	background-color:#EDEDED;
	background: #d4d4d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4d4d4 0%, #d6d6d6 2%, #e5e5e5 8%, #ebebeb 13%, #ededed 17%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(2%,#d6d6d6), color-stop(8%,#e5e5e5), color-stop(13%,#ebebeb), color-stop(17%,#ededed), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4d4d4 0%,#d6d6d6 2%,#e5e5e5 8%,#ebebeb 13%,#ededed 17%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4d4d4 0%,#d6d6d6 2%,#e5e5e5 8%,#ebebeb 13%,#ededed 17%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4d4d4 0%,#d6d6d6 2%,#e5e5e5 8%,#ebebeb 13%,#ededed 17%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4d4d4 0%,#d6d6d6 2%,#e5e5e5 8%,#ebebeb 13%,#ededed 17%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius:0 0 5px 5px;
	overflow:hidden;
	font-size:14px;
	font-weight:normal;
	font-weight:bold;
	line-height:35px;
	padding:5px;
}

.category img {
	max-height:125px;
}


@media (max-width:1200px) {
	.category img {
		max-height:120px;
	}
}


@media (max-width: 768px) {
	.category img {
		max-height:119px;
		height:119px;
	}

}

@media (max-width: 480px) {
	.category h2 {
		font-size: 12px;
		max-height:40px;
	}

	.category img {
		max-height:73px;
	}

}

/*######################################*/
/*############# Products ###############*/
/*######################################*/

/*############# cat header #############*/


.categoryTitle{
	margin:15px 0 25px 0;
}

.categoryTitle h1 {
	text-transform: uppercase;
	color:#000;
	position:relative;
	z-index:101;
}

.category-list header {
	background-color: #A71922;
	color: #fff;
	font-weight:600;
	font-size:15px;
	padding:5px 10px;
}

.category-list {
	background-color: #F5F5F5;
	margin:10px 0 20px 0;
	padding-bottom: 15px
}

.category-list ul {
	margin: 10px 15px;
	padding:0;
}

.category-list li {
	list-style: none;
	box-shadow: 0 1px 0 #ddd, 0 2px 0 #FFFFFF;
}

.category-list li a {
	font-size: 13px;
	font-weight: bold;
	padding:6px 0;
	display: block;
}

/*################# [ Product pager] ###############*/

.pageNoContainer {
	width: 100%;
	float: left;
	font-size:12px;
	color:#6b6b6b;
	line-height:40px;
	margin-bottom:20px;
}

.pageList {
	text-align: right;
}

.pageNum {
	float: left;
}

/*############ [ Product pager link styles ] ##########*/

.pageNoContainer .pageNo,
.pageNoContainer .nextPageLink,
.pageNoContainer .prevPageLink {
	margin: 0 0 0 2px;
	padding: 4px 9px 4px 8px;
	clear: none;
	text-decoration: none;
	position: relative;
	width: auto;
	color:#6b6b6b;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	border-radius: 3px;
}

.pageNoContainer .pageNo:hover,
.pageNoContainer .nextPageLink:hover,
.pageNoContainer .prevPageLink:hover,
.pageNoContainer .current {
	color:#fff;
	background-color: #790C12;
	border-color: #790C12;
}

.lastPageLink, .firstPageLink {
	display:none;
}

/*########### search results ##########*/

.searchTerm {
	display:block;
	float:left;
	margin:10px 0 0 0;
	background-color:#f1f1f1;
	padding:5px 10px;
	width:100%;
}

.searchedFor {
	font-weight:bold;
}

.searchTerm .searchNoResults {
	display:block;
	float:left;
	font-weight:bold;
	width:100%;
	margin:10px 0 0 0;
}