﻿/* **************************************************************************************************************** */
/* Main Style Sheet for TCBeer.com's PORTFOLIO section                                                              */
/* **************************************************************************************************************** */
@charset "UTF-8";

.cssSearchBy_Wrapper {
  position: relative;
  display: table;
  width: 97%; /*changes*/
  margin: 0 auto 0 2px;
  padding: 0; 
}

.cssSearchBy_Container_Header {
  width:100%;
  margin:0;
  padding:5px 10px;
  border:1px solid #333;
  border-top-left-radius:6px;
  border-top-right-radius:6px; 
  background-color:rgba(128, 128, 128, .2);
}
  .cssSearchBy_Container_Header .cssSearchBox { }
    .cssSearchBy_Container_Header .cssSearchBox table {
      width: 100% !important;
      margin: 8px 0 2px 0 !important; 
    }
      .cssSearchBy_Container_Header .cssSearchBox table td:first-of-type {
        width: 1%;
        white-space: nowrap;
      }
      .cssSearchBy_Container_Header .cssSearchBox table td:last-of-type {
        width: 99%;
        padding-left: 3px;
      } 

.cssSearchBy_DropDown {
  background-color:rgba(255, 255, 255, .5);
  border-radius:2px;
  font-size:1.3em; /*changes*/
  padding:2px;
  width:100%;
  cursor:pointer; 
}

.cssSearchBy_Results {
  padding: 8px 0 0 0;
}

.cssSearchBy_ResultsHeader {
  width: 100%;
  display: block;
}
  .cssSearchBy_ResultsHeader .LeftCol {
    float: left;
    width: auto;
    text-align: left;
    vertical-align: top;
  }
  .cssSearchBy_ResultsHeader .RightCol {
    float: right;
    width: auto;
    text-align: right;
    vertical-align: top;
    padding-right: 12px; /*changes*/
  }
  .cssSearchBy_ResultsHeader .FineTuneToggle {
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 90%; /*changes*/
    text-shadow: 1px 1px 2px transparent;
    transition: text-shadow .7s;
    -webkit-transition: text-shadow .7s;
    -moz-transition: text-shadow .7s;
    -o-transition: text-shadow .7s;
    -ms-transition: text-shadow .7s;
  }
    .cssSearchBy_ResultsHeader .FineTuneToggle:hover {
      text-shadow: 1px 1px 3px #666666;
    }
    .cssSearchBy_ResultsHeader .FineTuneToggle span:last-of-type {
      display: normal; /*changes*/
    }

.cssFineTune {
  height: auto;
  display: none;
  border-top: 1px dotted #666666;
}

.cssSearchBy_Container_Content {
  width:100%;
  margin:0;
  padding:5px 10px;
  border:1px solid #333;
  border-top:none;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px; 
  background-color:rgba(255, 255, 255, .3);
}

.cssSearchBy_ItemContainer {
  display: block;
  width: 95%;
  overflow: hidden;
  margin: 20px auto;
  padding:0;
  border: 1px dotted #333;
  background-color: transparent;
  transition: background-color .7s;
  -webkit-transition: background-color .7s;
  -moz-transition: background-color .7s;
  -o-transition: background-color .7s;
  -ms-transition: background-color .7s;
}
  .cssSearchBy_ItemContainer:hover {
    background-color: rgba(128, 128, 128, .2);
  }
  .cssSearchBy_ItemContainer table {
    width: 100%;
    margin: 0;
    padding: 0;
  }
    .cssSearchBy_ItemContainer table tr td:first-of-type {
      text-align: left;
      vertical-align: top;
      width: 100px; /*changes*/
      margin:0;
      padding:10px 16px 10px 12px !important;
    }
      .cssSearchBy_ItemContainer_ImageMain,
      .cssSearchBy_ItemContainer table tr td:first-of-type img {
        vertical-align: top;
        width: 100px; /*changes*/
        height:auto;
      }
    .cssSearchBy_ItemContainer table tr td:last-of-type {
      text-align: left!important; /*changes*/
      vertical-align: top; 
      margin:0;
      padding:10px 12px 0 0!important; 
    }
      .cssSearchBy_ItemContainer table tr td:last-of-type p {
        text-align: left !important; /*changes*/
      } 

@media only screen and (max-width:1024px)
{
  .cssSearchBy_Wrapper { width: 95.5%; }
}
@media only screen and (max-width: 979px)  
{ 
  
}
@media only screen and (max-width:768px)  
{ 
  .cssSearchBy_Wrapper { width: 93%; }
  .cssSearchBy_DropDown { font-size:1.1em; } 
  .cssSearchBy_ItemContainer table tr td:first-of-type { width: 70px; }
  .cssSearchBy_ItemContainer_ImageMain, .cssSearchBy_ItemContainer table tr td:first-of-type img { width: 70px; }
  .cssSearchBy_ItemContainer table tr td:last-of-type { text-align: left!important; } 
  .cssSearchBy_ItemContainer table tr td:last-of-type p { text-align: left !important; font-size:.9em; line-height:1.1em; }

  .cssSearchBy_ResultsHeader .RightCol { padding-right: 4px; }
  .cssSearchBy_ResultsHeader .FineTuneToggle { font-size: 120%; }
  .cssSearchBy_ResultsHeader .FineTuneToggle span:last-of-type { display: none; }
} 
@media only screen and (max-width:  479px) 
{  
  .cssSearchBy_ItemContainer table tr td:last-of-type p { text-align: left !important; font-size:.9em; line-height:1.1em; }
} 
@media only screen and (max-width:  320px) 
{
  .cssSearchBy_ItemContainer table tr td:last-of-type p { text-align: left !important; font-size:.9em; line-height:1.1em; }
}