/* Boxes */

.box {
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  margin-bottom: 16px;
  
}

.box-header {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  border-top: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 40px;
}

.box-header h1 {
  color: #898989;
  float: left;
  font-family: 'futura-pt',sans-serif;
  font-size: 14px !important;
  
  line-height: 40px;
  padding-left: 14px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
}

.box-header ul {
  border-left: 1px solid #e1e1e1;
  float: right; margin:0; padding:0
}

.box-header ul li {
  display: inline;
  margin-left: -3px;
}

.box-header ul li a {
  border-right: 1px solid #da3a2f; border-left: 1px solid #f87269;
  color: #fff;
  display: inline-block;
  *display: inline;
  font-family:'futura-pt',sans-serif;
  font-size: 15px; font-weight:700;
  text-shadow: 1px 1px 1px #bd1b10;
  background-color: #f85045;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d32b20), color-stop(0.5, #f85045));
  background-image: -webkit-linear-gradient(center bottom, #d32b20 0%, #f85045 50%);
  background-image: -moz-linear-gradient(center bottom, #d32b20 0%, #f85045 50%);
  background-image: -o-linear-gradient(top, #d32b20 0%,#f85045 50%);
  background-image: -ms-linear-gradient(top, #d32b20 0%,#f85045 50%);
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  
  zoom: 1;
}

.box-header ul li a:hover {
  background: #eee;
  text-shadow: 1px 1px 1px #fff; color:#898989; border-right: 1px solid #fff; border-left: 1px solid #fff;
}

.box-header ul li:first-child {
  margin-left: 0;
}

.box-header ul li:last-child a {
  border-right: none; border-top-right-radius: 5px;
}

.box-header ul li.active a {
   background: #fff;
  text-shadow: 1px 1px 1px #eee; color:#898989; border:0;
}

.box-content {
  padding: 25px; font-family:'proxima-nova',sans-serif; display:block; overflow: hidden;
}

.stockists-list .box-content {
  padding: 0px 25px !important; font-family:'proxima-nova',sans-serif; display:block; overflow: hidden;
height: 675px !important;
overflow-y: scroll !important;
}


.box-content-stockists {
  padding: 25px !important; font-family:'proxima-nova',sans-serif; display:block;
}

.box-content-stockists p {font-size:13px;}
.box-content-stockists a {color:#333;}

/* Columns */

form > .column-left {
  border-right: 1px solid #e1e1e1;
  padding-right: 2.2%;
}

.column-left {
  float: left; display:block; overflow:hidden
  width: 47%;  
}

.column-right {
  float: right; display:block; overflow:hidden
  width: 47%; padding-right:4px;
}

form .column-left, form .column-right {
  width: 48%;
}

.clear {
  clear: both;
}

/* Forms */

form {display: block;}

form h4 {
	text-transform: uppercase;
	font-size:14px;
	font-family: 'futura-pt'; font-weight:700;
	text-shadow:1px 1px 1px #fff;
}

.info h4 {
	text-transform: uppercase;
	font-size:14px;
	font-family: 'futura-pt';
	padding: 10px 0 0px 0; text-shadow:1px 1px 1px #fff; margin-bottom:0px; font-weight:700;
}

form p {
  margin-bottom: 13px;
  position: relative;
  width: 97%;  font-size: 13px !important;
}

.check label {float:left; font-size:15px; font-family: "futura-pt", sans-serif;
    font-weight: 300;color: #434343;}
.check input {float:left; margin-top:5px; margin-right:10px}

form input[type="text"], form input[type="search"], form input[type="password"] {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
font-family: "futura-pt", sans-serif;
 font-weight: 400;
  font-size: 15px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 90%;
}

form textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
font-family: "futura-pt", sans-serif;
 font-weight: 400;
  font-size: 15px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 95%;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #bbb !important; font-weight:300 !important;
   font-family: "futura-pt", sans-serif;
    font-weight: 400;
	font-style: normal;
}

form textarea {
  height: 122px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 8px;
}

form div.combined {
  position: relative;
}

form div.combined p {
  display: inline-block;
  *display: inline;
  zoom: 1; width:48.5%;
}

form div.combined p input {
  display: inline;
}

form div.combined p:first-child {
  margin-right: -3px;
}

form div.combined p.last-child {
  position: absolute;
  right: 0;
  top: 0;
}

form div.combined p.last-child input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}



form p.small { width: 25% }
form p.medium { width: 51% }
form p.large { width: 96% }

form p .icon {
  position: absolute;
  right: 8px;
  top: 7px;
}

form p .icon.valid {
  display: none;
}

form p input.error, form p textarea.error {
  border: 1px solid #d29797;
  border-top: 1px solid #ae6767;
  color: #ad6262;
}


form p span.error {
  background: url(../images/error.png) no-repeat center;
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  z-index: 99;
}



form p span.error label {
  background: url(../images/tooltip_bg.png);
  border-radius: 3px;
  bottom: 31px;
  color: #fff;
  display: none !important;
  font-size: 11px;
  line-height: 17px;
  padding: 6px 9px;
  position: absolute;
  right: -25px;
  text-align: left;
  width: 180px;
  z-index: 9;
}


form p span.error:hover label {
  display: block !important;
}

form p > label {
  color: #666;font-family: "brandon-grotesque", sans-serif;
font-size: 15px;
font-weight: 300;
color: #434343;
}

.select-label { display: block;
width: 100%;
margin-bottom: 10px;}

form p {
  clear: both;
  color: #999;
  line-height: 24px;
}

form p small {
  font-size: 11px;
  font-style: italic;
  float: right;
  margin-top: 14px; color:#f85045;
}

form small {
  font-size: 11px;
  font-style: italic; color:#f85045;

}

form > div > p:last-child {
  margin: 0;
}

.form-container {}
.form-container article {padding: 4.5% 2% 3% 2%;}
.form-container label {padding: 10px 0; display:block;  font-weight:900; text-shadow:1px 1px 1px #fff;}
.form-container input[type="text"] {background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666;
 
  font-size: 13px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 98%;
  font-weight:500;
  }
  
  .quantity_field {background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666; font-family:'proxima-nova',sans-serif; padding:8px; max-width:50px;}
  
.form-container textarea {background: #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #666;
  
  font-size: 13px;
  height:150px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 98%;
  font-weight:500;
  }


.inputField_hilight {background: #900 !important; color:#fff !important;}

.submit:hover {background:#2f765a;}


/* Tables */

table {
  width: 100%;
}

table tr {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #fff;
}

thead tr {
  border-top: none;
}

table tbody tr:last-child {
  border-bottom: none;
}

tbody tr:nth-child(odd) {
  background: #eee;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

tbody tr td, thead tr th {
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  padding: 12px 14px;
  position: relative;
  text-align: left;
  font-size:13px;
  font-family: 'proxima-nova', sans-serif; font-weight: 400;
}

tbody tr td:last-child, thead tr th:last-child {
  border-right: none;
}

tbody tr td:first-child, thead tr th:first-child {
  border-left: none;
}



thead td {padding: 10px 15px;}

ul.list {margin:0 !important; padding:0 !important}
ul.list li {list-style:none !important; margin:0; padding:0}

/* Select boxes */

/* File inputs */

.customfile-input {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  opacity: 0;
  position: absolute;
  z-index: 999;
}

.customfile {
  background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
   font-family: 'proxima-nova', sans-serif;
  font-size: 12px;
  height: 30px;
  outline: none;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}

.customfile-disabled {
  cursor: default;
  opacity: .5;
}

.customfile-feedback {
  color: #999;
  display: block;
  line-height: 30px;
}

.customfile-feedback-populated {
  color: #666;
}

.customfile-button {
  background: url(../images/file_bg.png) repeat-x;
  border-left: 1px solid #d9d9d9;
  color: #666;
  cursor: pointer;
  float: right;
  line-height: 30px;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
}

.customfile .error {
  display: none !important;
}

/* Buttons */



.box-content > .button {
  margin-bottom: 20px; 
}

.box-content > .enquiry-image {width: 30%; overflow:hidden; margin-left:35%; border: 6px solid #ddd; margin-bottom:40px;}


.submit {height: 40px !important; margin-top:20px !important; padding: 0 20px !important; width:100%; -webkit-appearance: none;
    border-radius: 0;}


a.big, .big {display:block; width:auto;}



.box-content h1, .box-content h2, .box-content h3, .box-content h5, .box-content h6 {
  margin-bottom: 14px;
}


.box-content ul li {
  line-height: 20px;
  list-style: disc;
  margin-left: 14px;
}

.box-content ol li {
  line-height: 20px;
  list-style: decimal;
  margin-left: 14px;
}

.box-content ol li ol li {
  list-style: lower-alpha;
}

/* Login page */

#login_container {
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
  width: 602px;
}

#login_form {
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 1px 5px black;
  margin: 0 auto;
  padding: 8px;
  position: absolute;
  top: 64px;
  zoom: 1;
}

#login_form p {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-right: 4px;
  width: 240px;
  zoom: 1;
}

#login_form button {
  line-height: 30px;
  margin: 0;
}

/* Obtrusive notifications */

.notification {
  border-radius: 4px;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  background:#eee;
  line-height: 24px;
  margin-bottom: 7px;
  padding: 14px;
  position: relative;
  
}

.notification .first {
  display: block; background:#fff;
  color: #888; text-align:center;
  text-shadow: 0 1px 0 #eee; border-bottom:1px solid #ddd;  border-radius: 2px; padding: 10px;
}

.notification .second {
  display: block; background:#fff;
  color: #888; text-align:center;
    border-radius: 2px; padding: 10px;  text-shadow: 0 1px 0 #eee;
}

.first a, .second a {color:#99c623; text-decoration:underline;}

@media screen and (max-width:450px) {
form div.combined p {
  display: inline-block;
  *display: inline;
  zoom: 1; width:100%;
}
form textarea {
  width: 92%;
}
.check input {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    padding: 10px;
    display: block;
}
}