/* ========================= *
	  Browse Style Sheet
	  Author: nscheidel
	  Date: 10/2/2008
	  Redsigned: 3/1/2011 pscott
* ========================== */

div#bodyPane{
	width: 740px;
	margin-left: 20px;
}

.paginationCurrent{
    color:#e96d1f;
}

.paginationOther{
    color:#000000;
    text-decoration:none;
}

#browseHeader{
	width: 100%;
	height: 189px;
	overflow: hidden;
}

#browseImage{
	float: left;
	width: 427px;
	height: 100%;
	text-align: center;
	line-height: 187px;
	background: url('/images/sites/thinc/banners/background.png') no-repeat;
}

#browseImage img{
	vertical-align: middle;
	height: 189px;
	width: 427px;
}

#browseImage img.brand{
	vertical-align: middle;
	height: auto;
	width: auto;
}

#browseText{
	float: left;
	height: 157px;
	width: 262px;
	padding: 20px 25px 12px;
	background: url('/images/sites/thinc/banners/category/textBlock.png') no-repeat;
}

#browseText .categoryDesc_header{
	font-size: 30px;
	font-weight: bold;
}

#browseText .categoryDesc_tagline{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

#browseText .categoryDesc_text{
	font-size: 10px;
}

#browsePagination{
	text-align: right;
	font-size: 12px;
}

#browseItems{
	overflow: hidden;
	height: 400px;
	position: relative;
}

.productPane{
	display: block;
	float: left;
	width: 143px;
	height: 155px;
	margin: 5px 9px;
	padding: 8px;
	border: 1px solid gray;
	background-color: #FFFFFF;
	position: relative;
	font-size: 12px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}

.productPicture{
	width: 141px;
	height: 125px;
	border: 1px solid gray;
	
	/* vertically & horizontally center image */
	line-height: 123px;
	text-align: center;
	overflow: hidden;
}

.productPicture img{
	vertical-align: middle;
}

.productPrice{
	position: absolute;
	bottom: 5px;
	right: 8px;
	z-index: 2;
	background-color: white;
}
