/**
 * This file defines the css for search and browse layouts.
 */

/**
 * Layout of the page...should we move this to a layout css file for re-use?
 */
/** Two column layout **/
#searchResultsContainer {width:690px; margin-left:20px;}

#leftColumn {
	border:none;
	width:270px;
	margin-top:50px;
	padding-top:15px;
	min-height:850px;
	float:left;
	border-right:#c5c5c5 solid 1px;
}


#centerColumn{ 
    float: right;
    padding-left:0px;
    border: none;
    margin-left: 0;
}

/** Pagination and result navigation **/
#searchRefinement{
    width:689px;
	border:none;
    overflow: hidden;
    padding: 8px;
}

#searchRefinement label,
#searchRefinement .label,
#searchRefinement legend span,
#sortRefinement label,
#sortRefinement .label,
#sortRefinement legend span,
.searchPagination label,
.searchPagination .label,
.searchPagination legend span,
.resultSizeForm label,
.resultSizeForm .label,
.resultSizeForm legend span{
    margin-top: 0px;
}

#searchRefinement label {
	display: none;
}

#searchRefinement legend {
	position: relative;
	width: 100px;
}

#searchRefinement legend span {
	position: absolute;
	color: #000;
	left: -100px;
}

#searchRefinement .formField {
	margin-bottom: 0;
}

#sortRefinement{

    float: left;
    overflow: hidden;
    padding: 8px 0px 0;
    height: 30px;font-size:12px;
}


.searchPagination{

    overflow: hidden;
    height: 30px;
}


.searchPagination .paginationLinks{
    margin-top: 4px;
}
.resultSizeForm{
    width:213px;height: 38px; 
}

.resultSizeForm form{
    float: right;width:183px;margin-top:8px;
}

.paginationLinks li{
    padding: 1px 4px 0;font-size:11px;
}

.paginationLinks li.currentPage{
    padding: 0px 3px 0;
    border: 1px solid #000;
	font-size:11px;
    background: #a71e23;
    padding-top: 0px;
    color: #fff;
}

#searchResults{
    overflow: hidden;
}

#searchResults li{
    width: 24%;
}

#searchResults .liBreak {
    width: 100%;
    display: block;
    margin: 0;
}

#searchResults .testdiv {
	clear: both;
}

#searchResults .mediumProduct .productImage{
    width: 125px;
    overflow: hidden;
}

.browseRefinements h2{
    position: absolute;
    left: -100000px;
}

.browseRefinements .linkList{
    margin-bottom: 10px;
}




.paginationLinks, .searchPagination {
	float:right; text-align:right;
}

/** V Group updated Css end **/



.productImage{
    border:#FFF solid 1px;
    float: left;
}
.largeProduct{
    width: 168px;color:#8b8a77; text-align:center;
}

#searchResults .largeProduct{
   width: 190px;
}

#searchResults .productImage{
  width:190px;
} 
.colorsAvailable p{ color:#8b8a77; text-align:center;}

.largeProduct h4 a{color:#8b8a77;}

dt.salePrice{ text-align:center; margin:0px; padding:0px;}

.sortBy, .resultSize, dt.salePrice, #sortRefinement .formControls, .resultSizeForm .formControls, #browseBreadcrumbs{ display:none;}




