/*
/*
    Document   : common
        Purpose of the stylesheet follows.
*/

img{
  border: none;
}
.text-left{
  text-align: left;
}

.text-right{
  text-align: right !important;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}
.float-right{
  float: right;
}

.float-left{
  float: left;
}

.block{
  display: block;
}

.bchidden{
  display: none;
}

.box .box-heading {
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	padding: 0 15px;
	display: block;
	background: #515151/*url('/img/header-background-gray.png') repeat-x*/;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	background-color: #AFAFAF;
}
.box .box-heading.yellow{
  background: url('/img/header-background-yellow.png') repeat-x top left;
  color: #0d9bed;
}

.box .box-heading.yellow a{
  color: #0d9bed;
}

.red{
  background: url('/img/header-background-red.png') repeat-x top left !important;
  color: #fff !important;
}
.box .box-heading.red{
  background: url('/img/header-background-red.png') repeat-x top left;
}

.box .box-heading.red a{
  color:  #fff;
}

.box .box-content strong{
  font-weight: 600 !important;
}

.icons{
  display: inline-block;
  float: right;
}

.icons .icon{
  float: left;
  margin-left: 10px;
}

.icons .label{
  display: inline-block;
}
.box .box-heading .icons{
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.icons .display-type{
  float: left;
  margin-right: 40px;
}
.icons .display-type a, .icons .display-type span{
  background: url('/img/products-display-type-icons.png') no-repeat right top;
  line-height: 24px;
  display: inline-block;
  padding-right: 32px;
  color: #fff;
  margin-left: 10px;
}

.icons .display-type span{
  font-weight: 600;
  text-decoration: underline;
}

.icons .display-type .display-type-grid{
  background-position: 100% 0;
}

.icons .display-type .display-type-list{
  background-position: 100% 100%;
}
div.hr{
  height: 1px;
  margin: 5px 0;
}

div.hr hr{
  display: none;
}

ul.h-list{
  padding: 0;
}

.share-buttons a{
  font-size: 1px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
