/********************
*   Tablet Styles   *
********************/
@media screen and (min-width: 720px) {	
	#product_listing li.external {
		width: 20%;
	}
}

@media screen and (min-width: 610px) and (max-width: 720px) {	
	#product_listing li.external {
		width: 25%;
	}
}
@media screen and (min-width: 485px) and (max-width: 610px) {	
	#product_listing li.external {
		width: 33%;
	}
}
@media screen and (min-width: 310px) and (max-width: 485px) {	
	#product_listing li.external {
		width: 50%;
	}
}
@media screen and (min-width: 610px) {
	body {
		margin: 0 auto;
		max-width: 1068px;
	}
	/**** SEARCH RESULTS ***/
	#search_results #product_listing {
		display: inline-block;
		position: relative;
		top: 0;
		left: 170px;
		right: 23px;
		background: white;
		padding: 0 170px 0 0;
		border-left: 1px solid #CCC;
	}
	#search_results {
		position: relative;
	}
	#search_results #product_listing ul {
		width: 100%;
		display: table;
		float: left;
	}
	#product_listing li.external {
		display: inline-block;
		text-align: center;
		border: none;
	}
	#product_listing li a {
		background: none;
	}
	#refinements, #results_summary {
		float: left;
		border-top: none;
		border-left: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		width: 160px;
	}
	#results_summary {
		height: 101px;
		overflow: visible;
	}
	#refinements {
		float: none;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #CCC;
	}
	#search_results #results_summary #filter_by,
    #search_results #results_summary #results_found,
    #search_results #results_summary #filter_by a {
		float: right;
		width: 100%;
	}

    #search_results #results_summary #filter_by a[data-btnname="search_narrowResults"] {
        padding:0 !important;
        margin-top:5px;
    }

	#search_results #results_summary #breadcrumbs {
		display: inline-block;
		width: 100%;
	}
	#search_results #results_summary #breadcrumbs li {
		display: inline-block;
		width: 100%;
		padding: 0;
		border-right: none;
		margin: 0;
	}

	#search_results #results_summary #breadcrumbs li .goto_link a[data-btnname="search_breadcrumb"],
    #search_results #results_summary #breadcrumbs li .remove_link a[data-btnname="search_breadcrumbX"] {
		display: inline-block;
		border: none;
		text-align: center;
		padding: 0 !important;
		border-radius: 5px;
		margin: 5px 2px 5px 0;
		text-decoration: none;
		line-height: 30px !important;
		height: 30px !important;
        background-image: none !important;
        /*
        color:#000 !important;
        box-shadow:0 1px 1px #767676 !important;
        background:#ebebeb !important;
        */
        width:auto;
        cursor:pointer;
        text-transform:uppercase !important;
	}

	#search_results #results_summary #breadcrumbs li .goto_link a[data-btnname="search_breadcrumb"] {
		width: 120px !important;
	}
	#search_results #results_summary #breadcrumbs li .remove_link a[data-btnname="search_breadcrumbX"] {
		float: right;
		width: 30px !important;
	}
	
	/**** PDP 
	#product_detail {
		display: inline-block;
		width: 100%;
	}
	#pdp_image #product-image {
		width: 100%;
		max-height: 400px;
		max-width: 400px;
	}
	#product_detail .grid-a .block-a {
		width: 59%;
	}
	#pdp_info {
		width: 40%;
	}
	#pdp_main_info {
		background: none !important;
		background-image: -webkit-gradient(linear,left top,right top,color-stop(0.60,white),color-stop(0.60,#CCC)) !important;
		background-image: -moz-linear-gradient(left center,white 60%,#CCC 60%) !important;
		border: 1px solid #CCC !important;
		width: 100% !important;
	}
	#product_detail .content_block {
		float: right;
		clear: right;
		display: inline-block;
		width: 39%;
		vertical-align: top;
	}
	#product_detail #alternate_styles {
		float: right;
	}
	#product_detail #product_description {
		float: left;
		width: 59%;
		clear: none;
	}
	#product_detail #product_description_title {
		background: #CCC;
	}
	#product_detail #product_description_content {
		display: inline-block !important;	
	}***/
}
@media screen and (min-width: 310px) {
	#search_results #product_listing ul {
		width: 100%;
		display: table;
		font-size:0;
	}
	#product_listing li a {
		background: none;
	}
	#product_listing li.external {
		display: inline-block;
		text-align: center;
		border: none;
		float:none;
		vertical-align:top;
		height: auto;
	}
	#search_results #product_listing #product_image, #search_results #product_listing #product_image img {
		width: 98%;
		height: auto;
		margin: 1%;
		max-width: 150px;
	}
}




