/* Reset all margins and padding to ensure x-browser compatibility */

div.line {
	border-bottom: 1px solid #B5B5B5;
	padding:0px;
	margin-top:0px;
	height: 1px;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}

#tripleCol {
	background-image:url(/images/columnBg.png);
	background-repeat:repeat-y;
	clear:both;
}
#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	width: 535px !important;
	width: 535px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 60px;
	text-align: left;
}

/* Right content */
#right {
	float:left;
	margin-left: 20px;
	width: 200px;
}

#left, #right, #fullContent {
	position: relative;
	top: -65px !important;
	top: -90px;
}

#fullContent {
	width: 800px;
	margin-left: 45px !important;
	margin-left: 45px;
	margin-right: 15px;
}


/* TOP NAVIGATION */
#navigation {
	margin-left:280px;
	margin-top: 56px;
	position:absolute;
}

ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}

ul.navigation li {
	margin:0px;
	list-style: none;
	display:block;
	float:left;
	padding:0px;
	padding-left:10px;
	margin-right:5px;
}

ul.navigation li.active {
	font-style: italic;
}

#navigation ul.navigation li {
	background-image: url(/images/public/tab_left.png);
	background-repeat: no-repeat;
	height: 25px;
}

#navigation ul.navigation li a{
	background-image: url(/images/public/tab_right.png);
	background-position: top right;
	background-repeat: repeat-x;
	height: 25px;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	line-height: 25px;
}
#navigation ul.navigation li.active {
	background-image: url(/images/public/active_tab_left.png);
	font-size: 1em;
}

#navigation ul.navigation li.active a{
	background-image: url(/images/public/active_tab_right.png);
	color: #333333;
	font-style:normal;
	font-weight: bold;
}
/* END NAVIGATION */

/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}


.navigation a, .navigation a:link, .navigation a:visited {
	color: #ffffff;
}

a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height:10px
}

br {
	padding:0px;
	margin: 0px;
	line-height:0px;
}

.money {
	color: #008800;
	font-weight:bold;
}

/* in-page tab navigation */

.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}


/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #00157F;
	font-weight: bold !important;
	font-weight: bold;
	font-size: 12px;
	color: #eeeeee !important;
	color: #eeeeee;
	text-decoration: none !important;
	text-decoration: none;
	border: none;
	line-height: 25px;
	padding: 0px;
	height: 24px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
	float:left;
}

#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}


.list {
	border: 1px solid #cccccc;
	width: 100%;
	text-align: left;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 3px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}

.middle, .list .middle {
	text-align:center;
}

.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #A7BFCC;
	/* background-image:url(/images/table_header_bg.png); */
	color: #000000; /* #eeeeee; */
	border-bottom: 1px solid #cccccc;
	/* border-right: 1px solid #666666;*/
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.sub-heading td {
    background: #eeeeee;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

.list td.remove-link {
	padding: 4px 0 0 0;
}

.list td.remove-link img {
	border: 0;
}

.list tr.footer td {
	font-weight: bold;
	font-style: italic;
	color: #5E5E5E;
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	border-width: 2px 1px 1px 1px;
	text-transform:capitalize;
}

.list tr.shipping td,
.list tr.taxes td,
.list tr.gtotal td {
	border-top: 0px;
}
.list td.borderTop {
	border-top:1px solid #cccccc;
}

.list td ul.level-one {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.receipt-table {
    width: 100%;
}

.receipt-table th{
    font-weight: bold;
    text-align: left;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:15px;
}
div.floatHalf {
	width:45%;
}

div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

/* FORMS =================================================================== */

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-bottom: 5px;
}
input {
}
option {
	padding:0px 4px;
}

input[type=hidden] {
	display:none;
}

#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}

/*
div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}
*/

input.error {
	background-color: #FFD3E3;
}

.textInput {
	height: 20px;
	line-height: 1em !important;
	line-height: 20px;
}

.textInput, .textArea {
	border: 1px solid #999;
	padding: 2px;
}
