
/* Adjusts the position of the caret in the main navigation bar */
/* See style.css line 4413 */
#header .dropdown > a:before {
  top: 34px;
} 

/* Begin Base Theme Customizations ***********************************/
/* Sets the padding/height of the "fixed" main navigation bar */
/* See style.css line 4207 */
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding: 34px 6px 20px 6px;
  color: #333333;
}

/* Sets the padding/height of the main navigation bar when fixed navbar "drops" into view */
/* See style.css line 1013 */
.fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top: 34px!important;
    padding-bottom: 34px!important;
  }

/* Sets the size of the image when fixed navbar "drops" into view */
/* See style.css line 991 */
.fixed-header-on .header .logo img {
  max-height: 71px;
}

/* Sets the padding of the main container */
/* See style.css line 482 */
section.main-container {
	padding-top:15px;
}
/* End Base Theme Customizations ***********************************/

.teaser-product-image{
	border:1px solid #fff;
}


.btn-primary { 
  color: #ffffff; 
  background-color: #C82727; 
  border-color: #B80000; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #E82A2A; 
  border-color: #B80000; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #C82727; 
  border-color: #B80000; 
} 
 
.btn-primary .badge { 
  color: #C82727; 
  background-color: #ffffff; 
}



/**** Begin Authorship Footer****/
#auth-footer a{
	text-decoration: none !important;
	text-align:center;
	display:block;
	line-height:2em;
	color:inherit;
}
/**** END Authorship Footer****/