body {
    background: #FFF;
    font: 12px 'Lucida sans', Arial, Helvetica;
    color: #333;
    text-align: center;
}

a {
    color: #2A679F;
}

/*-------------------------------------*/
    
.form-wrapper {
    width: 500px;
    padding: 8px;
    margin: 100px auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper #search {
    width: 330px;
    height: 41px;
    padding: 10px 5px;
    float: left;    
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
}

.form-wrapper #select {
    width: 150px;
    height: 43px;
    padding: 10px 5px;
    float: left;    
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
}

.form-wrapper #search:focus {
    outline: 0; 
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;  
}

.form-wrapper #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}    

.form-wrapper #submit {
    float: left;
    margin-left: 200px;
    margin-top: 10px;
    border: 1px solid #00748f;
    height: 42px;
    width: 100px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #fafafa;
    text-transform: uppercase;    
    background-color: #0483a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
    background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}
  
.form-wrapper #submit:hover,
.form-wrapper #submit:focus {		
    background-color: #31b2c3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
    background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
    background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}	
  
.form-wrapper #submit:active {
    outline: 0;    
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.form-wrapper #submit::-moz-focus-inner {
    border: 0;
}


table {
    
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 3px;
    box-shadow: 0 2px 0 #FFFFFF inset, 0 2px 4px rgba(52, 79, 90, 0.4);
    color: #777777;                    
    
    font: normal 14px helvetica, arial;
        
    margin:1% auto 0;
}

table, td, th, tr{
    font-family: 'Aldrich', sans-serif;
}

th, td {padding:8px; }

th {padding:10px; text-shadow: 1px 1px 1px #fff; background:#F0E7CC;}

td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0; vertical-align: middle;}

tr.odd-row td {background:#ECF3FB;}

td.first, th.first {text-align:left}

td.last {border-right:none;}

tr:hover td{
    background:#F4F7FC;
}


td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #F9FBFF, #F4F7FC);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#F9FBFF), to(#F4F7FC));
}

th {
    background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}


tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}

tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}

tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

h2{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Aldrich', sans-serif;
    font-weight: 700;
    color: #0483a0;
    text-align: center;
    letter-spacing: -2px;
}

.button {
padding: 5px 15px;
margin: 3px 4px;
display: inline-block;
color: #ffffff;
font-size: 18px;
text-decoration:none;
cursor: pointer;
background: #f9bb11;
background: linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -moz-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -webkit-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
background: -o-linear-gradient(top, #f9bb11 0%, #e0a200 100%);
border: 1px solid #ffcc33;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-webkit-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
-o-box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0px 0px rgba(255, 255, 255, 0.25);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.50);
}
.button:hover {
background: linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -moz-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -webkit-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
background: -o-linear-gradient(top, #ffd52b 0%, #f9bb11 100%);
}
.button:active{
opacity:0.8;
}

#loading{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Aldrich', sans-serif;
    font-weight: 700;
    color: #CC3333;
    text-align: center;
    letter-spacing: -2px;
}

#error{
    margin:20px 0 20px 0;
    padding:0;
    font:54px/60px 'Aldrich', sans-serif;
    font-weight: 700;
    color: #CC3333;
    text-align: center;
    letter-spacing: -2px;
}
a.live, a.live:active, a.live:visited{
	color:#CC3333;
}
a.live:hover{
	color:#CC0000;
	text-decoration:none;
}

.articles-grid {
    margin-bottom: 20px;
}
.product {
    margin: 15px 0;
}
.product .thumbnail {
    position: relative;
}
.product .thumbnail .caption {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product .thumbnail:hover .caption, .product .thumbnail:focus .caption, .product .thumbnail:active .caption {
    display: block;
}
.product .thumbnail .caption > h3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    margin: 0;
    padding: 10px 0 60px;
}
.product .thumbnail .caption > .row {
    bottom: 10px;
    left: -5px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: -5px;
}
.product .thumbnail .caption > .row .lead {
    color: #fff;
}

.text-overflow{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail .img-responsive {
    display: block;
    height: 125px;
    max-width: 100%;
}

.liactive {
    background-color: #eee;
    text-decoration: none;
}

