@charset "utf-8";
/* CSS Document */
body {
	background-color: #e8e8e8;
}
html {
	overflow: scroll;
	
}
.section-top {
	border-bottom: 2px solid #dd4814;
	padding-bottom: 2px;
	opacity: 0.80;
}
#left-menu {
	width: 200px;
	float: right;
}
.specialTDtext {
	font-weight: bold;
	color: #dd4814;
	background-color: #eeeeee;
}
.specialTDtext2 {
	font-weight: bold;
	color: #dd4814;
	background-color: #eeeeee;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.modal-dialog2 {
    width: 960px;
    margin: 30px auto;
}
.specialTDtext3 {
	font-weight: bold;
	color: #ffffff;
	background-color: #BA2924;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.specialTDtext4 {
	font-weight: bold;
	color: #ffffff;
	background-color: #BA2924;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.botPad10 {
	padding-bottom: 10px;
}
.allPad10 {
	padding: 10px;
}
#orderTable td {
	background-color: #ffffff;
}
#orderTable thead th {
	background: #666666;
	color: #fff;
}
#ssCartDetails {
	display: none;
}
.hil {
	background-color: #F3F747;
}
.bidTop {
	background-color: #cccccc;
}
.ac {
	text-align: center;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}
.fs12px {
	font-size: 12px;
}
.mar15px {
	margin: 15px;
}
.navbar-brand {
	float: left;
	padding: 10px 15px;
	font-size: 26px;
	line-height: 28px;
	height: 50px;
}

.navbar-brand > i {
	font-size: 16px;
	
}
.navbar-brand2 {
	padding: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	display: inline-block;
}
a.navbar-brand2:hover {
	color: #ffffff;
	text-decoration: none;
}
.btn2 {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn2:focus,
.btn2:active:focus,
.btn2.active:focus,
.btn2.focus,
.btn2:active.focus,
.btn2.active.focus {
  outline: 0;
  background-image: none;
}
.btn2:hover,
.btn2:focus,
.btn2.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn2:active,
.btn2.active {
  outline: 0;
  background-image: none;
}
.btn2.disabled,
.btn2[disabled],
fieldset[disabled] .btn2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn2.disabled2,
.btn2[disabled2],
fieldset[disabled2] .btn2 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn2-xs,
.btn2-group-xs > .btn2 {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-primary2 {
  color: #ffffff;
  background-color: #dd4814;
  border-color: #dd4814;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus,
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
  color: #ffffff;
  background-color: #dd4814;
  border-color: #dd4814;
  cursor: default;
}
.btn-warning2 {
  color: #ffffff;
  background-color: #efb73e;
  border-color: #efb73e;
}
.btn-warning2:hover,
.btn-warning2:focus,
.btn-warning2.focus,
.btn-warning2:active,
.btn-warning2.active,
.open > .dropdown-toggle.btn-warning2 {
  color: #ffffff;
  background-color: #efb73e;
  border-color: #efb73e;
  cursor: default !important;
}
.main-content {
	background-color: #ffffff;
	min-height: 800px;
	border: 1px solid #cccccc;
}
.main-content2 {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}	
	
.footer-default {
  color: #ffffff;
  background-color: #aea79f;
  border-color: #aea79f;
}
.footer-copyright {
	font-weight: bold;
	text-align: right;
	margin-top: 25px;
}
table { width: 100%; border-collapse: collapse; margin: 1em 0; }
thead th { background: #dd4814; color: #fff; }
tbody th { text-align: left; }
table th, table td { border: 1px solid #ddd; padding: 2px 5px; font-size: 12px; }
pre { font-size: 130%; background: #f7f7f7; padding: 10px 10px; font-weight: bold; }
.odd, .r1 { background: #fff; }
.even, .r2 { background: #eee; }
.r3 { background: #ebebeb; }
.search { font-weight:  bold; }

thead th.spBG { background: #BA2924; color: #fff; }


dt { margin-top: 10px; font-weight: bold;  }
dd { margin: 0;}
.new { color: #f34105; text-transform: uppercase; font-size: 85%; margin-left: 3px; }

form.quicksearch { padding: 10px; background: #f7f7f7; }
form.quicksearch input { margin-left: 5px; width: 300px; }
form.quicksearch img { vertical-align: middle; margin-left: 5px; }

fieldset { border: 1px solid #ccc;}
form input { font-size: 16px;}

.ui-autocomplete .ui-menu-item {
	font-size: 12px;
}
.warnText {
	color: #cc0000;
}