﻿/***********************************************
  Search Results Sections
************************************************/

/*may move this later- this rule is included in Site.css which appears in other pages but not in Search.aspx*/

#BodyContent
{
    font-family: 'Segoe UI', Arial, Sans-Serif;
    font-size: 14px;
}

body 
{
    overflow-y: scroll; /* Workaround to make sure the page doesn't move slightly when the user uses the twist filtering */
}

/*IE7 only filter *+html used to below to adjust for an IE7 only box model bug */

a, a:visited {
    font-weight: normal;
}

.resultContainer a, a:visited
{
    font-weight:normal;
}
/* override mobile b style */
.resultContainer b 
{
    font-weight: bold;
}

.ResultsRow
{
    overflow: hidden;
    max-width: 100%;
    padding-bottom: -15px;
    margin-bottom: 18px;
}
*+html #GamesContent .ResultsRow
{
     margin-bottom: 6px;
}

.ResultsRow .grid-4
{
    overflow: hidden;
    margin: 0;
    width: 155px;
    padding-right: 4px;
}

.ResultsRow .grid-4 DIV
{
    overflow: hidden;
}

/*fix for Japanese and Korean text in IE7 only*/
*+html .ResultsRow .seeAllLink A
{
    display:block;
    margin-top:4px;
}
.leftCol
{
    float: left;
    height: 100%;
    margin: 0px;
}

.rightCol
{
    margin-left: 155px;
}

H2.resultsCategory
{
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-top:-9px;
    font-weight:normal;
    color:#636468;
    display:inline;
  
}

H3.resultType
{
  font-size:14px;
  display:inline;
}

.colInfo
{
    margin-bottom: 16px;
}

#GeneralResults .colInfo
{
    margin-bottom: 5px;
}

*+html #GeneralContent .colInfo, *+html #SupportContent .colInfo, *+html #ForumsContent .colInfo
{
    margin-bottom: 6px;
}

*+html #GamesContent .colInfo
{
     margin-bottom: 8px;
}

#GamesContent .colContent .grid-4, #VideoContent .colContent .grid-4
{
    margin-bottom: 20px;
}

.resultTitle
{
    color: #77bb44;
    margin-top: 4px;
}
.resultPrice
{
    color: #636468;
    margin-top: 4px;
    margin-bottom: 15px;
}
.resultContainer
{
    margin: 10px 0px 10px 0px;
}

.resultContainer.last
{
    margin-bottom: 0px;
}

*+html .resultContainer
{
    margin: 0px 0px 4px 0px;
}

.seeAllLink
{
    float: right;
    margin-left: 20px;
    visibility: hidden;
}

*+html .seeAllLink
{
    margin-top:-20px;
    margin-bottom:-12px;
   
}

.resultsGenerallRule
{
    background-color: #e8e8e8;
    margin: 0px;
    margin-top: 0px;
    
}

*+html .resultsGenerallRule
{
    margin-top:0px;
   
}

.resultsSubCategoryRule
{
    background-color: #848589;
    margin-top: 0px;
    margin-bottom: 0px;
}

.resultsCategoryRule
{
    background-color: #848589;
    margin-top: 0px;
    margin-bottom: 13px;
}

*+html .resultsCategoryRule
{
    margin-bottom: 5px;
}

.msPointsGlyph 
{
    width:12px;
}

.GoldPrice 
{
    color: #FBB040;
}

.resultItemType
{
    width:130px;
    background-color:#EEF0EF;
    padding:10px;
}
.resultItemType IMG
{
    vertical-align:middle;
}

.resultItemTypeText
{
    color:#838584;
    font-size: 12px;
    font-weight: bold;
    margin-left:10px;  
}

.loadingImg
{
    margin-left:48%;
    
}

/***********************************************
   Search Filter and "Twist"
************************************************/

#SearchFilters
{
    margin-bottom:10px;
}

#SearchFilters span, #SearchFilters a
{
    margin-bottom: 10px;
    font: 12px, 'Segoe UI', Arial, Sans-Serif;
    font-weight: bold;
    color: #74b942;
}

#SearchFilters .SearchFilterItem
{
    margin-left: 16px;
}

#SearchFilters .SearchFilterItemSelected
{
    color: #333132;
    cursor: default;
}

#SearchFilters .SearchFilterLabel
{
    color: #636468;
}

/***********************************************
   Hight Contrast setting
************************************************/

@media screen and (-ms-high-contrast) {
    .resultItemType {
       background-color: #838584;       
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .resultItemType {
        background-color: #636468;
    }
}