/* Distributor CSS Document */

#loginBox {
	height: 152px; 
	width: 329px; 
	background: url(../images/dist/login.gif) no-repeat top left;
	margin: 50px auto 70px auto;
}

#loginForm {
	padding: 45px 0 0 25px;
}

#distBlock {
	margin: 15px 0 40px 20px;
	font-size: 12px;
}
#distBlock a:link, #distBlock a:visited, #distBlock a:active {
	color: #339BD4;
}
#distBlock a:hover {
	text-decoration: underline;
}
.docInfo {
	color: #999999;
	font-size: 11px;
}

.parentDocItem {
	margin-bottom: 20px;
}

.childDocItem {
	margin: 10px 0 8px 25px;
}

#stockTable {
	width: 100%;
	font-size: 12px;
}

#stockTable td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #008EDA;
	border-right: 1px dashed #008EDA;
	border-left: none;
}

.firstCell {
	border-left: 1px solid #008EDA !important;
}

#stockTable th {
	padding: 10px;
	cursor: pointer;
	border-right: 1px dashed #fff;
}
#stockTable th.solid-border, #stockTable td.solid-border  {
	border-right: 1px solid #008EDA;
}

.stockHead {
	background-color: #008EDA;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#orderForm {
	font-size: 12px;
}

#orderForm td {
	padding: 4px;
}

#orderForm th {
	padding: 4px;
}

.orderCell {
	padding: 15px;
}

.blueDiv {
	border-bottom: 1px solid #008EDA;
}

.button {
	background-color: #21207c;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#orderSelections {
	float: left;
	clear: both;
}

.orderSize {
	width: 300px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

.orderSizeTitle {
	font-weight: bold;
	padding-left: 24px;
}


/**** Table Pagination **************/

.forward_sort {
  background  :#37b9ff }
.reverse_sort {
  background  :#005583; }
ul.pagination {
  margin      :0;
  padding     :0;
  list-style  :none; }
ul.pagination li {
  margin      :0;
  padding     :0 0 2px 0;
  float       :left;
  list-style  :none; }
ul.pagination li a {
  padding     :1px 3px 3px 3px;
  display     :block; }
ul.pagination li a.currentPage {
  background  :#e4ebff; }

.distributor-hr {
	width: 850px;
	height: 1px;
	margin: 0 0 20px 0;
	background-image: url(../images/global/distributor-div.gif);
	background-repeat: no-repeat;
}
.distributor-hr hr {
	display: none;
}


