#shop .results_header {margin-bottom: 10px;}

#shop .results_header h2 strong {
	color: #000;
}

#shop .results_header h2 em {
	font-size: 14px;
	font-weight: normal;
}

#shop .no_results_header {
	border-top:1px solid #D3D4D4;
	margin-bottom:10px;
	padding-top:10px;
}

#shop div.wfmodule h4 {
	text-transform: capitalize;
	border-bottom: 2px solid #505050;
}

#shop div.wfmodule h5 {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}

#shop div.wfmodule hr {
	border-top: 1px solid #afafaf;
}

#shop div.wfmodule a.showing_value:link, #shop div.wfmodule a.showing_value:visited {
	background: #505050 url(images/shop/clear_value_x.png) no-repeat 97% 50%;
	color: #fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	margin-bottom: 5px;
	margin-right: 3px;
	line-height: 160%;
	padding-left: 6px;
	padding-right: 12px;
	display: block;
	width: 121px;
}

#shop div.wfmodule a.clear_showing_values {
	margin-top: -4px;
	padding-left: 3px;
	margin-bottom: 8px;
}

#shop div.wfmodule a.show_more_values {
	display: inline;
	padding-right: 12px;
	background: transparent url(images/shop/link_arrow.png) no-repeat right -13px;
	line-height: 160%;
}

#shop div.wfmodule a.show_more_values:hover {
	background: transparent url(images/shop/link_arrow.png) no-repeat right -13px;
	color: #095490;
}

#shop div.wfmodule a.clear_showing_values:hover {
	background-color: transparent;
	background-image: none;
	color: #c21417;
}

#shop div.wfmodule a.clear_showing_values:link {
	background-color: transparent;
}

#shop div.wfmodule a.showing_value:hover {
	background: #c21417 url(images/shop/clear_value_x_hover.png) no-repeat 97% 50%;
	color: #ffffff;
	text-decoration: none;
}

.showing_value_hover {
	background: #c21417 url(images/shop/clear_value_x_hover.png) no-repeat 97% 50% !important;
	color: #ffffff;
	text-decoration: none;
}

#shop div.wfmodule a:link, #shop div.wfmodule a:visited {
	padding-left: 5px;
}

#shop div.wfmodule a:hover {
	background: #E7E7E7 url(images/value_hover_arrow.png) no-repeat right 53%;
}

.result_tools {
	overflow: hidden; background-color: #f1f1f2; padding-top: 6px; padding-bottom: 4px;
}

.result_sort h3 {
	margin-left: 8px;
	margin-right: 8px;
	float: left;
	font-size: 11px;
}

.result_sort ul li {
	float: left;
	margin-right: 20px;
}

.result_sort ul li a.active_sort_desc {
	background: transparent url(images/shop/link_arrow.png) no-repeat right 5px;
	color: #095490;
	padding-right: 10px;
}

.result_sort ul li a.active_sort_asc {
	background: transparent url(images/shop/link_arrow.png) no-repeat right -15px;
	color: #095490;
	padding-right: 10px;
}


.result_count_first, .result_count_last {
	overflow: hidden; padding-top: 10px; border-top: 1px solid #d3d4d4; margin-bottom: 10px;
}

.result_count_last {
	border-bottom: 1px solid #d3d4d4;
	padding-bottom: 9px;
}

.search_results_text {
	font-style: italic;
	width: 177px;
	margin-right: 4px;
	margin-left: 43px;
}


.search_results_go {
	color: #1e1e1e;
	text-shadow:0 1px 0 #ccc;
	-webkit-text-shadow:0 1px 0 #ccc;
	text-align: center;
	background:#e5e6e7 url(images/shop/cardbox_button.jpg) repeat-x left bottom;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	border:1px solid #2b2827;
	padding: 1px 2px;
	cursor: pointer;
}

.search_results_go:hover {
	text-shadow:0 0px 0 #ccc;
	-webkit-text-shadow:0 0px 0 #ccc;
	background-position: left 2px;
}

.no_results_search {
	margin-top: 14px;
}

.no_search_results_text {
	width: 177px;
	height: 23px;
	margin-right: 4px;
}

.no_search_results_go {
	border:1px solid #7b0100;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px;
	font-weight:bold;
	color:#fff;
	background:#ce2b00 url(images/menu_preorder.png) repeat-x left bottom;
	text-shadow:0 1px 0 #5e0e0d;
	-webkit-text-shadow:0 1px 0 #5e0e0d;
	cursor:pointer;
	position: relative;
	top: 4px;
}

.no_search_results_go:hover {
	background:#ce2b00 url(images/menu_preorder_hover.png) repeat-x left bottom;
}

.result_set h3 {
	font-weight: normal;
	font-style: italic;
	float: left;
	margin-right: 12px;
	line-height: 190%;
	font-size: 12px;
}

.result_set a{
	line-height: 200%;
}

.result_pagination {

}

.pagination_controls {
	float: right;
}

.result_pagination a, .result_pagination p {
	float: left;
	margin-right: 8px;
	line-height: 210%;
}

.result_pagination p {
	font-style: italic;
	font-size: 12px;
	line-height: 230%;
	margin-bottom: 0;
}

.result_pagination p strong {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	font-style: normal;
}

.result_pagination h3 {
	float: left;
	font-weight: normal;
	margin-right: 6px;
	line-height: 230%;
	font-size: 12px;
}

.result_pagination .current_page {
	float: left;
	width: 30px;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	margin-top: 2px;
}


a.first_page, a.previous_page, a.next_page, a.last_page {
	border:1px solid #cacaca;
	padding: 1px 4px;
	background: #f1f1f2 url(images/shop/paging_bg.png) repeat-x left bottom;
	font-size:11px;
	font-weight:bold;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow:0 1px 0 #eee;
}

a.previous_page:hover, a.next_page:hover {
	text-decoration: underline;
	text-shadow:0 0px 0 #eee;
	background-position: left 10px;
}

.product h3 {
	font-weight: normal;
	font-size: 12px;
}

.product h3 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 2px;
	
}

.product h3 a:hover {
	text-decoration: none;
	
}

.products p.add_ons_available, .products p.trial_available {
    color: #666;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin-bottom:2px;
}

.products p.add_ons_available strong, .products p.trial_available strong {
    color: #fff;
    font-size: 9px;
    padding: 1px 12px 2px 8px;
    margin-right: 4px;
    text-transform: uppercase;
    text-shadow:0 1px 0 #003357;
    -webkit-text-shadow:0 1px 0 #003357;
    font-weight: bold;
}

.products p.add_ons_available strong {
    background: transparent url(images/shop/add_ons_bg.png) no-repeat right center;    
}

.products p.trial_available strong {
    background: transparent url(images/shop/trial_flag_bg.png) no-repeat right center;    
}

.product p strong {
	color: #000;
}

.product p {
	font-size: 14px;
}

.product h3 strong {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.product_esrb {
	float: left;
	margin-right: 10px;
	max-height: 49px;
}

.product {
	margin-bottom: 14px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #d3d4d4;
	padding-top: 14px;


}

#shop div.noads {width: 797px;}

.product_first {
	border-top: 2px solid #d3d4d4;
	padding-top: 14px;
}

.product_art {
	margin-bottom: 4px;
	margin-top: 8px;
	max-width: 69px;
}

.add_wishlist {
	display: block;
	background: transparent url(images/shop/add_wishlist.png) no-repeat left center;
	text-align: left;
	padding-left: 16px;
	border-width: 0;
	color: #095490;
	font-size: 12px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	cursor: pointer;
}

.add_wishlist:hover {
	text-decoration: underline;
}

.product_info h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	}

.product_info ul {
	float: left;
	width: 422px;
}

.product_info ul li {
	padding-left: 18px;
	background: transparent url(images/shop/product_info_list_arrow.png) no-repeat 0px 2px;
}

.product_info p.bonus {
    color: #666;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0px;
    display: block;
}

.product_info p.bonus strong {
    border-radius:3px;
    -webkit-border-radius:3px;
    padding: 1px 4px;
    background-color: #b91d00;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    margin-right: 4px;
    text-shadow:0 1px 0 #871b00;
    -webkit-text-shadow:0 1px 0 #871b00;
    font-weight: bold;
}

.product_info ul li strong {
	color: #000;
}


.product .purchase_info h4 {
	font-size: 16px;
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	padding-top: 8px;
}

.product .purchase_info h4 strong {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.purchase_info .pricing {
	font-size: 34px;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	line-height: 95%;
	margin-bottom: 8px;
	
}

.purchase_info .pricing em {
	font-size: 22px;
	color: #c21417;
	text-decoration: line-through;
	font-style: normal;
	line-height: 100%;
	margin-right: 4px;
}

.purchase_info .online_price {
	float: right;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 6px;
	background-color: #3673a4;
	min-width: 101px;
	text-align: center;
	margin-top: -4px;
	margin-right: 8px;
}

.purchase_info .web_exclusive {
	float: right;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding: 1px 6px;
	background-color: #3673a4;
	min-width: 101px;
	text-align: center;
	margin-top: -4px;
	margin-right: 8px;
}

.purchase_info .more_product_info, .purchase_info .add_to_cart {
    clear:both;
    float:right;
	border-radius:3px;
	-webkit-border-radius:3px;
	padding:6px 0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;	
    font-size:13px;
	font-weight:bold;
	color:#fff;        
	text-shadow:0 1px 0 #5e0e0d;
	-webkit-text-shadow:0 1px 0 #5e0e0d;
	margin-bottom: 8px;
	width: 113px;
	margin-right: 8px;
	text-align: center;
	text-decoration:none;
}

.check_availability_new {
    margin-right: 8px;
}

.purchase_info .more_product_info {
    text-decoration:none;
	border:1px solid #000;
	background:#656565 url(images/shop/more_product_info_bg.png) repeat-x left bottom;
}

.purchase_info .add_to_cart {
    text-decoration:none;
	border:1px solid #7b0100;
	background:#ce2b00 url(images/shop/add_to_cart_bg.png) repeat-x left bottom;
}

.purchase_info .add_to_cart:hover {
	background:#ce2b00 url(images/shop/add_to_cart_bg_hover.png) repeat-x left bottom;
	cursor: pointer;
}

.purchase_info .more_product_info:hover {
	background:#535353 url(images/shop/more_product_info_bg_hover.png) repeat-x left bottom;
	cursor: pointer;
}

.purchase_info .check_store_inventory {
	clear: both;
	float: right;
	text-align: right;
	padding-left: 14px;
	background: transparent url(images/shop/check_store_pin_red.png) no-repeat left bottom;
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: relative;
	right: 8px;
}

.purchase_info .check_store_inventory a {
	white-space: nowrap;
}

.product_info p.rating strong {
    color: #eee;
    font-size: 11px;
    margin-top: -10px;
    margin-bottom: 14px;
    border-radius:3px;
    -webkit-border-radius:3px;
    padding: 1px 4px;
    background-color: #707070;
    text-transform: uppercase;
    font-weight: normal;
}

.product_info p.rating strong em {
    color: #fff;
    font-weight: bold;
    font-style: normal;
}

.product_info p.rating {
margin-bottom:9px;
}

.product_info p.publisher {
margin-top: -8px;
margin-bottom:8px;
}

div.extras {
margin-bottom: 8px;
}

.inline_ad2 {
	border: 3px solid #777; 
	margin-left: 27px; 
	margin-bottom: 20px;
	width:728px;
	height:90px;

	/* display:none - temp fix until display issue is resolved */
}

/* Pagebuilder.css was removed (deprecated) from search results page. Ideally, L/R columns would use "grid_4 alpha"/"grid_20 omega". Until cartridge can be re-done, this will suffice. */

.width20 {float:left; width:150px; margin-left:0px; margin-right:10px;}
.width80 {float:left; width:790px; margin-right:0px;}

.purchase_info .check_store_inventory_ISPU {
	clear: both;
	float: right;
	text-align: right;
	padding-left: 14px;
	background: transparent url(images/shop/check_store_pin_red.png) no-repeat left bottom;
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: relative;
	white-space: nowrap;
  text-decoration: none;
}
.purchase_info .check_store_inventory_ISPU a {
  text-decoration: underline;
  color: #095490;
}
