
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
	background: #fff;
	color:#666
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align:middle
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #003399;
	text-decoration: none
}

a:hover {
	color: #990033;
	text-decoration:none
}

a:active, input:active, * :focus {
	outline: none;
}
/* ff way to remove outline from submit button */
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border: none
}

fieldset {
	border:none;
	padding:0;
	margin:0
}

/* Clear */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* End hide from IE-mac */
.fr {
	float:right
}

.fl {
	float:left
}

.ar {
	text-align:right !important
}

.al {
	text-align:left !important
}

img {
	border:0
}

table, table td, table th {
	font: inherit
}

.cntr {
	text-align:center;
	margin:auto
}

/** { -moz-box-sizing: border-box; }*/
/* 
General Styles 
*/
.small {
	font-size: 10px;
	font-weight: normal;
}

a.small {
	color: #006699;
}

a.small:hover {
	color: #990033;
}

.button {
	font-size: 12px;
	background-color: #8399B1;
	color: #FFF;
}

.buttonSmall {
	font-size: 10px;
	background-color: #8399B1;
	color: #FFF;
}

.buttonSmallred {
	font-size: 10px;
	background-color: #FF0000;
	color: #FFF;
}

a.menulink {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	color: #FFF;
	background-color: #8399B1;
	width: 132px;
}

a.menulink:hover {
	color: #FFFFCC;
	background-color: #4F657D;
}

a.topnav {
	color: #FFF;
}

a.topnav:hover {
	color: #000;
}

a.menulink:hover {
	color: #FFFFCC;
	background-color: #4F657D;
}

a.topnav_inactive {
	color: #bebebe;
}

a.topnav_inactive:hover {
	color: #000;
}

.mainNav {
	background-image: url('/images/back.png');
}

.hide {
	display:none;
}

/*
HOME PAGE before login
*/
body#hpbl, body#hpds {
	background:#94abbf url(images/hpbl.png) no-repeat 50% 0
}

#hpblPan {
	background:transparent url(images/hpbl_pans.png) no-repeat 0 0;
	width:417px;
	height:363px;
	margin:84px auto
}

#hpblPan h1 {
	display:block;
	text-indent:-2000em;
	margin:0;
	padding:0;
	height:124px;
}

#hpblPan fieldset {
	margin:0 42px
}

#hpblPan p {
	margin:0 0 8px;
	font-weight:bold
}

#hpblPan p#hpblNote {
	font-size:9px;
	margin-bottom:10px
}

#hpblPan label {
	display:block
}

#hpblPan input.loginBox {
	width:100%;
	margin:3px 0
}

#hpblPan input.checkbox {
	margin:-3px 2px 0 0;
	padding:0
}

#hpblPan p#hpblBut {
	margin-top:18px
}

*:first-child+html #hpblPan p#hpblBut {
	margin-top:12px
}

#hpblPan p#hpblBut a {
	color:#666;
	text-decoration:underline
}

#hpblPan p#hpblBut a:hover {
	text-decoration:none
}

#hpblErrors {
	text-align:center;
	color:#F00;
	font-weight:bold;
	margin-top:13px
}

/* Double Sessions Warning */

#dswPan {
	background:transparent url(images/bg_warning.png) no-repeat 0 0;
	padding:23px 0 0 126px;
	width:449px;
	height:145px;
	margin:84px auto
}

#dswPan p {
	margin:0;
	line-height:17px;
	color:#036;
	font-size:12px
}

#dswPan p strong {
	color:#c00
}

#dswPan #dswBut a {
	display:block;
	margin:18px auto 0 68px;
	width:190px;
	height:31px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:31px;
	font-size:11px
}

/* 
LC Menu
*/
.menuBack {
	background: url(/includes/css/images/bg_vert.png) repeat-x 0 -175px;
	height: 24px;
	width:138px;
	text-indent:4px;
	line-height:24px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	border-color:#6c87a2;
	border-style:solid;
	border-width:0 1px;
	position:relative;
	z-index:2
}

.menuBack.menuTickets {
	width: 175px;
}

#menuBorder {
	background:#eee;
	border:1px solid #ccc;
	width:138px
}

.menuBorder {
	background:#eee;
	border:1px solid #ccc;
	width:175px;
}

#menuLC, .menuLC {
	margin:0;
	padding:4px;
	margin-top:-18px
}

#menuLC li, .menuLC li {
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#708ca9;
	line-height:16px;
	margin:0;
	padding:0;
	margin-top:8px;
	padding-top:8px;
}

.menuLC li {
	font-size:11px;
	background:url(/includes/css/images/ldiv.gif) no-repeat 0 0;
}

#menuLC li ul, #menuLC li ul li, .menuLC li ul, .menuLC li ul li {
	color:#fff;
	background:none;
	margin:0;
	padding:0
}

#menuLC li a, #menuLC li.menuOff, .menuLC li a, .menuLC li.menuOff {
	font-weight:normal;
	color:#333;
	cursor: pointer;
}

#menuLC li.menuOn, .menuLC li.menuOn {
	color: #666;
	font-weight:normal;
	cursor: pointer;
}

/* 
EOF LC Menu 
*/
.menuBar {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

a.menuBar {
	text-decoration: none;
	color: #fff;
}

a.menuBar:hover {
	color: #ffc;
}

.row, .rowEven, .evenRow {
	background-color: #eeeeee
}

.rowAlt, .rowOdd, .oddRow {
	background-color: #d8e9f6
}

.rowOver, .rowHover {
	background-color: #FFFFCC;
}

.tableHeader th {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.tableHeader th a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.tableHeader th a:hover {
	color: #FFFFCC;
}

.tableLight {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

a.tableLight {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

a.tableLight:hover {
	color: #FFFFCC;
}

.helpPopup {
	position: absolute;
	top: 5px;
	left: 155px;
	visibility: hidden;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px solid black;
}

.errMsg {
	color: #FF0000;
}

.leadPop {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px solid black;
	padding: 3px;
	z-index: 10;
}

.notePop {
	position: absolute;
	width: 220px;
	visibility: hidden;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px solid black;
	padding: 3px;
	z-index: 10;
}

.addressPop {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px solid black;
	padding: 3px;
	z-index: 10;
}

/**********
HEAD
***********/
.cp_search_text {
	color:#333;
	font-weight: bold;
	font-size:11px;
}

#head select {
	height:21px
}

#head select, #head textarea, #head input {
	vertical-align:middle;
	z-index:0
}

#container {
	min-width: 778px
}

* html #container {
width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 778 ? "778px" : "auto")
}

/* 
 public 
*/
#head {
	height:67px;
	width:100%;
	font-size:11px;
	line-height:14px;
	background:#778da7 url(images/bg_vert.png) repeat-x 0 0;
	clear:both
}

#head h1 {
	position:absolute;
	display:block;
	padding:0;
	width:275px;
	margin: 17px 0 0 13px;
	height:38px;
}

#head h1 a {
	display:block;
	overflow:hidden;
	width:275px;
	height:38px;
	text-indent:-2000em;
	background:url(images/commercepack.png) no-repeat 0 0
}

#head h2 {
	position:absolute;
	top:74px;
	left:0;
	width:166px;
	height:17px;
	line-height:17px;
	display:block;
	margin:0 0 0 8px;
	font-size:11px;
	font-weight:bold;
	color:#415c7e;
	background:#e9e9ec url(images/bg_sfront.png) no-repeat 0 0
}

#head h2 strong {
	display:block;
	width:148px;
	margin:0 8px;
	text-align:center;
	overflow:hidden;
}

/* right service pan */
#hService {
	float:right;
	display:inline;
	margin:10px 13px 0;
	width:400px;
	color:#fff
}

#hService select {
	width:146px
}

#hService fieldset {
	float:right;
	width:148px
}

#hUser div {
	float:left;
	border-right:#fff 1px solid;
	padding-right:14px;
	margin:3px 0 0 12px;
	display:inline
}

#hUser a {
	float:right;
	clear:right;
	display:inline;
	margin:3px 6px 0 0;
	text-decoration:underline;
	color:#fff
}

#hUser select {
	margin:7px 0 1px
}

#hService fieldset#hFront {
	border-right:#fff 1px solid;
	width:218px;
	padding-right:6px;
	margin-right:5px
}

#hService fieldset#hFront div {
	text-align:right
}

#hFront label {
	display:inline;
	text-align:right;
	margin:0px 5px 0 auto
}

#hFront select {
	clear:right
}

#hStorefront {
	margin:3px 0
}

/* top menu surround  */
#topmenu {
	width:100%;
	background:url(images/bg_tabs.png) repeat-x 0 -70px;
	height:30px;
	clear:both
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	padding:0 0 0 36px;
	margin:0;
	height:30px
}

#topmenu li.first {
	padding-left:6px;
	background:#637b98 url(images/bg_tabs.png) no-repeat -107px 0;
}

#topmenu li.last {
	padding-right:5px;
	background:#637b98 url(images/bg_tabs.png) no-repeat 100% -107px;
}

/*
top menu
*/
#nav, #nav ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 14px
}

#nav li {
	float: left;
	position: relative;
	background-color:#637b98;
}

/*
top level
*/
#nav a {
	display: block;
	height:30px;
	color: #333;
	cursor:pointer;
	text-decoration: none;
	background-image: url(images/bg_tabs.png);
	background-repeat:no-repeat;
	background-position:0 0;
	line-height:30px !important;
	margin:0 1px 0 0;
	position:relative;
	white-space:nowrap;
	padding-left:3px;
	font-size: 13px;
	font-weight:bold;
}

* html #nav a {
	width:10px;
}

#nav a b {
	display:block;
	background-image: url(images/bg_tabs.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	height:30px;
	background-color:#637b98;
	padding-right:16px;
	margin-left:8px;
}

#nav ul a {
	font-size: 12px;
	line-height:24px !important;
}

#nav a:hover {
	background-position:0 -35px;
	color:#fff;
}

#nav a:hover b {
	background-position:100% -35px;
}

/*
2nd level and below
*/

#nav ul {
	border-collapse:collapse;
	border:#cdcdcd 1px solid;
	position: absolute;
	display: none;
	width: 180px;
	top: auto;
	background-color:#708ca9;
	margin: 0;
	padding: 0;
	z-index:999999;
}

#nav ul li {
	background-color:#708ca9;
	border-bottom:#8aa3be 1px solid;
	padding:1px 0;
}

#nav ul a {
	color:#fff;
	margin:0;
	padding:0 8px;
	background-image:none;
	background-color:transparent;
	width: 164px;
	height: auto;
	float: left;
	line-height:18px;
}

#nav ul a:hover {
	background-color: #95afcc;
}

/*
3rd level
*/

#nav ul ul {
	top: auto;
}

#nav li ul ul {
	left: 180px;
	margin-top:-1px;
}

#nav ul ul li {
	background-color:#95afcc;
}

#nav ul ul a:hover {
	background-color:#708ca9;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*
hovered and not hovered classes
*/

#nav .tab_selected a {
	background-position:0 -146px;
}

#nav .tab_selected a b {
	background-position:100% -146px;
	color:#fff
}

#nav .hovered a {
	background-position:0 -35px;
}

#nav .hovered a b {
	background-position:100% -35px;
	color:#fff
}

#nav ul .hovered a {
	background-color:#95afcc;
}

#nav ul ul .hovered a, #nav ul ul ul .hovered a, #nav ul ul ul ul .hovered a {
	background-color:#708ca9;
}

#nav ul ul .nothovered a, #nav ul ul ul .nothovered a, #nav ul ul ul ul .nothovered a {
	background-color: #95afcc;
}

#nav ul ul .nothovered a:hover, #nav ul ul ul .nothovered a:hover, #nav ul ul ul ul .nothovered a:hover {
	background-color:#708ca9;
}

/*
arrows under li.open
*/
#nav span {
	position:absolute;
	right:8px;
	top:0
}

/* bar below top menu */
#bar2 {
	height:28px;
	line-height:28px;
	background:#eee url(images/bg_vert.png) repeat-x 0 -97px;
	color:#000;
	font-size:12px;
	padding:0 13px 0 10px;
	clear:both
}

#bar2 span {
	float:left
}

#bar2 a {
	text-decoration:none;
	color:#666
}

#bar2 a:hover {
	text-decoration:underline
}

#bar2 .bcDivider {
	background:#eee url(images/bg_vert.png) no-repeat 50% -125px;
	width:18px;
	height:28px;
	display:inline;
	text-indent:-2000em;
	overflow:hidden
}

#bar2 fieldset {
	float:right
}

* html #bar2 fieldset {
	margin-top:3px;
}

#bar2 input {
	width:100px;
	height:15px;
	margin:0 2px
}

/* search but in cp_filter css */
#bar2 input#bar2but {
	margin:0 !important
}

#bar2 .breadcrumb {
	font-size: 12px;
	font-weight: bold;
}

/* 
size of content area 
*/
#cPad {
	padding:5px;
	min-width:778px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box; /*overflow:hidden*/
}

td.td_search_products input.search_start, #bar2 input#bar2but {
	background: url(images/buttons.png) no-repeat 0 0;
	width: 83px;
	height: 22px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 0 0 24px;
	margin: 3px 0 0 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	cursor:pointer
}

* html td.td_search_products input.search_start, #bar2 input#bar2but {
	background-image:url(images/buttons.gif)
}

/**********
Tabs
***********/
ul.tabs {
	margin:0;
	padding:0;
	height:24px
}

ul.tabs li {
	margin:0;
	padding:0;
	display:inline;
	float:left
}

ul.tabs li a, .TitleTab, .TitleTab span {
	display:block;
	background-color:transparent;
	background-image:url(/includes/css/images/buttons.png);
	background-repeat:no-repeat;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#333;
	cursor:pointer;
	width:166px;
	background-position: -149px -151px;
	margin-left:-25px;
	text-indent: 30px
}

* html ul.tabs li a, * html .TitleTab, * html .TitleTab span {
	background-image:url(/includes/css/images/buttons.gif);
	position:fixed
}

ul.tabs li a:hover, ul.tabs li a.on {
	background-position: -149px -181px;
	color:#fff
}

ul.tabs li a.on:hover {
	color:#fff
}

ul.tabs li.first a {
	background-position:-149px -73px;
	color:#333;
	margin-left:0;
	font-size:12px;
	text-indent:6px
}

ul.tabs li.first a.on, ul.tabs li.first a:hover {
	background-position:-149px -108px;
	color:#fff
}

ul.tabs li img {
	vertical-align:text-bottom
}

ul.tabs li a.tab_static {
	cursor:default !important;
}

* html ul.tabs li img {
	margin-top:4px
}

.noFilter {
	margin-right:4px !important
}

/* 
Tabs Right Additional Links 
*/
ul.tabsRight {
	float:right;
	font-size:11px
}

ul.tabsRight, ul.tabsRight li {
	padding:0;
	margin:0;
	text-align:right;
}

ul.tabsRight li {
	display:inline;
	padding-left:8px
}

ul.tabsRight li.first {
	padding-left:0
}

ul.tabsRight li a {
	margin:0 1px;
	text-decoration:underline
}

/*
Tabs In Rows
*/
.TitleTab {
	width:132px;
	background-position:-385px -204px;
	color:#708ca9;
	margin: 10px 0 0;
	cursor:default;
	text-indent:0
}

.TitleTab span {
	float:left;
	width:26px;
	text-indent:-2000em;
	background-position:-34px -232px;
	margin:0;
	cursor:default
}

.TitleHistoryTBL span {
	background-position:-64px -232px
}

.TitleCartTBL span {
	background-position:-388px -111px
}

/*
Left Column Layout
*/
#colsWrap {
	padding-left: 160px;
}

#cLeftColumn {
	float:left;
	width:160px;
	margin-left:-160px;
	position:relative;
	padding-bottom:16px
}

* html #cLeftColumn {
	left:160px
}

#cRightColumn {
	float:left;
	width:100%
}

/**************
GENERAL FORMS
***************/
input.vieworder_po {
	width:75px;
	padding:0;
	margin: 0;
	font-size:10px;
}

/* 
BASE FIELDSET CSS 
*/
fieldset .error_label {
	clear:both;
	color:red; 
	font-size: 9px;
	display:block;
	padding-right:8px;
	text-align:right;
}

fieldset.form_group {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0;
}

/* LEGEND STYLING 
.form_group legend { font-size:13px; font-weight:bold; position:absolute; top:0; left:0; margin:0; padding:0; color:#333; text-indent:0; margin-top:-20px }
* html .form_group legend { left:-8px }
*:first-child+html .form_group legend { left:-8px }
*/
/* Legend Div */
.legendTH {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	padding:0 16px !important
}

.form_group legend {
	margin-left: 1em;
	font-weight: bold;
}

#bill_password .legendTH, #ship_shipping_field .legendTH, #market_market_field .legendTH {
	border-right:1px solid #6c87a1
}

#bill_email .legendTH, #bill_billing_field .legendTH, #payment_payment_field .legendTH {
	border-left:1px solid #728ca5
}

fieldset.form_group ol {
	padding: 0 16px 0;
	list-style: none;
	margin:0 0 0 10px;
	line-height:18px
}

fieldset.form_group li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom:2px;
	padding-bottom:0.2em;
	margin:0
}

fieldset.form_group label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

fieldset.form_group input, fieldset.form_group select {
	width: 175px;
}

input.error, textarea.error, select.error {
	background-color:#FFFFD5;
	border:1px solid red !important;
	color:red;
	margin:0;
}

label.error {
	color:red;
}

input.required {
	color: #000;
}

.twoCols div.col_wrap {
	padding:14px 0 0;
	width: 100%;
	clear:both
}

.twoCols fieldset {
	width:50%;
	clear:right;
	position:relative;
	float:left;
	display:inline;
	background:#f1f1f1;
	margin:0;
	padding:0;
	border:none;
	font-size:12px
}

* html .twoCols fieldset {
	width:49.99%
}

body:first-of-type #co1 .twoCols fieldset {
	min-height:312px
} /*for chrome */

/*.twoCols fieldset.shipping_info { left:0.4% }*/
/* checkbox before label text */
fieldset.form_group .inputFirst * {
	padding:0;
	margin:0;
	text-align:left;
	display:inline;
	line-height:19px;
	vertical-align:middle;
	font-size:11px;
}

fieldset.form_group .inputFirst label {
	float:right;
	width:92%
}

fieldset.form_group .inputFirst input {
	float:left;
	width:auto
}

/* checkbox before label text */
fieldset.form_group .inputFirst * {
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	line-height:19px
}

body:first-of-type fieldset.form_group .inputFirst * {
	line-height:16px;
} /* safari */

fieldset.form_group .inputFirst label {
	float:right;
	width:92%
}

fieldset.form_group .inputFirst input {
	float:left;
	width:auto
}

.CCExpMonth, .CVV2 {
	width:50px !important
}

.CCExpYear {
	width:75px !important
}

/****************************
PAGINATION and BUTTONS ROW
*****************************/
.pages {
	clear:both;
	font-size:11px;
	line-height:25px;
}

#bottomPaginator {
	text-align:right;
	clear:both;
	padding-bottom:6px
}

.paginator_wrap {
	color:#535353;
}

* html .paginator_wrap {
	padding:6px 0
}

.paginator_wrap select {
	font-size:9px
}

.buttons {
	padding:8px 0
}

.buttons input {
	margin:2px
}

#vcContinue {
	text-align:right
}

.pagesButsPad {
	padding:6px;
	line-height:25px
}

.products_per_page {
	margin-left:8px
}

.product_paginator a {
	margin:0 8px
}

.product_paginator {
	padding-top:6px !important
}

/********************
BUTTONS
********************/
.boxSubmit {
	background-image:url(/includes/css/images/buttons.png);
	background-repeat:no-repeat;
	background-color:transparent;
	height:21px;
	width:108px;
	background-position:0 -68px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:0 !important;
	line-height:20px
}

.boxSubmit {
	border: 0 !important;
}

* html .boxSubmit {
	background-image:url(/includes/css/images/buttons.gif)
}

.boxSubmit:hover, td.td_search_products input.search_start:hover, #bar2 input#bar2but:hover {
	color:#f5f5f5
}

.sizeXXL {
	width:205px;
	background-position:0 -356px
} /* extra long blue but */

.sizeXL {
	width:147px;
	background-position:0 -35px
} /* long blue but */

.sizeS {
	width:70px;
	background-position:-385px -68px
} /* small blue but */

.sizeMem {
	background-position: -516px -1px
} /* medium orange but */

.sizeXLem {
	width:147px;
	background-position: -385px -35px
} /* long orange but */

.sizeXXLem {
	width:205px;
	background-position:0 -390px
} /* extra long orange but */

input.vcUpdate {
	background-position: 0 -319px;
	width:115px !important;
	padding-left:8px !important
} /* update cart button */

input.addNote {
	padding:0 0 0 22px !important;
	background-position:-385px -151px;
	width:89px;
	height:31px;
	cursor:pointer;
	color:#666
} /*add note button */

/*
Square Buttons
*/
.sqBut, #sqButAdd, .butInTblAdd {
	border: 0px;
	width:52px;
	height:24px;
	padding:6px 2px;
	color:#5d7492;
	font-size:10px;
	font-weight:bold;
	float:left;
	margin:2px;
	display:inline;
	background:url(images/buttons.gif) no-repeat -583px -43px;
	text-align:center;
	line-height:10px;
	cursor:pointer
}

.sqBut:hover, .butInTblAdd:hover {
	color:#666
}

#sqButAdd {
	padding-top:20px;
	height: 10px;
	background-position: -660px -44px;
}

.sqButExpand {
	padding-top:6px;
	height: 24px;
	background-position: -723px -43px;
}

.sqButAdd {
	padding-top:20px;
	height: 10px;
	background-position: -660px -44px;
}

.sqButEdit {
	padding-top:20px;
	height: 10px;
	background-position: -660px -85px;
}

.sqButDelete {
	padding-top:20px;
	height: 10px;
	background-position: -660px -3px;
}

.sqBut a {
	display:block;
	color:#5d7492;
	clear:both
}

.sqBut a:hover {
	color:#333
}

#bulkEdut {
	margin-right:8px
}

/*
In TBL Buts
*/
.butInTblAdd {
	width:48px;
	background-position: -174px -284px;
	padding-right:20px;
	border:none
}

/**********
LOADERS
**********/
.sagepro_loader, .cart_loader, .batch_loader, .note_loader {
	line-height: 31px;
	padding-bottom:20px;
	text-align: center;
	color: #486283;
	display:none
}

.sagepro_loader img, .cart_loader img, .batch_loader img, .note_loader img {
	line-height: 31px;
	vertical-align: middle;
	margin-right: 5px
}

.product_loader {
	position:absolute;
	top: 10px;
	z-index:20;
	text-align:center;
	width:100%;
	display:none;
}

.product_loader .product_loader_box {
	height: 45px;
	margin:auto;
	width: 150px;
	background: #5b7290;
	border: 3px solid #ccc;
	padding:15px;
}

.product_loader .product_loader_box strong {
	line-height:18px;
	color: #fff;
	font-size: 18px;
}

.product_loader .product_loader_box img {
	margin-bottom:10px;
}

.cart_loader {
	position:relative;
	margin-right:-165px;
	left: 40px;
	float:left;
}

.min_tickets, .min_history, .min_addnote, .min_addticket, .min_filter, .min_payment_tabs, .min_cust {
	display:none;
}

#cartLoaderCO {
	padding-top:20px
}

.change_loader {
	display:none;
}

.change_loader.markebay {
	margin-left:25px;
	margin-right:25px;
}

.change_loader img {
	width:12px;
	height:12px;
}

/*
Notes and Messages
*/
.remarks {
	color:#ff0000;
	margin-top:1em
}

.remarks b {
	color:#666
}

.comments {
	font-family:monospace;
	margin-top:1em
}

/*
Rounded corners fluid pan | height: 42px
*/
.pan {
	background: url(/includes/css/images/pan.gif) no-repeat 0 0;
	height:68px;
	font-size:11px;
	overflow:hidden
}

.panIn {
	background: url(/includes/css/images/pan.gif) no-repeat 100% 0;
	height:68px;
	margin-left:10px;
	padding-right:10px;
	overflow:hidden
}

.panInC {
	margin:6px 0
}

/*******************
Panels for All Pans 
********************/
.panel {
	border:#ccc 1px solid;
	padding:1px;
}

.rel {
	position: relative;
}

.panelPad, .panelPadTrans {
	padding:10px;
	border:#ccc 1px solid;
	background-color:#f7fbff;
	color:#444;
	font-size:12px;
	line-height: 17px;
	zoom:1;
	overflow:hidden
}

.panelPadTrans {
	background:#fff
}

.panelPadTrans h3 {
	margin: auto auto 15px;
}
.panelPanIn {
	padding:9px 9px 10px;
	clear:both;
	color:#333;
	font-size:11px;
	zoom:1;
	overflow:hidden
}

.panelPadTable {
	padding: 1px;
	border: 1px solid #ccc;
}

.pad1 {
	padding:1px !important;
	zoom:1;
	overflow:hidden
}

a.change {
	font-size: 9px;
	border:0;
}

.panelPadTable tr {
}

#dashboard_tpl_wrap .panelPadTable {
	border:0;
	border-collapse:collapse;
}

.panelPadTable tr td {
	padding: 4px; /*border:#ccc 1px solid !important;*/
	color:#444;
	font-size:11px;
	line-height: 17px;
	zoom:1;
	overflow:hidden;
}

/*
Colors
*/
.green {
	color:#339933
}

.red {
	color:#ff0000
}

a.bLink {
	color:#0080ff !important;
	text-decoration:underline
}

a.bLink:hover {
	text-decoration:none;
}

/*
Additional Elements
*/
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 12px auto;
	height: 0;
	max-height: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	font-size: 1px;
	line-height: 0;
}

/*
Sorting
*/
span.sort_icon {
	display:none
}

span.DESC, span.ASC {
	display:inline !important;
	vertical-align:middle
}

span.DESC span, span.ASC span {
	background-repeat:no-repeat;
	display:inline-block;
	width:8px;
	height:7px;
	margin: 3px;
}

span.DESC span {
	background-image:url(/images/icons/down_arrow.png)
}

span.ASC span {
	background-image:url(/images/icons/up_arrow.png)
}

* html span.DESC span {
	background-image:url(/images/icons/down_arrow.gif);
	background-position: 0 50%
}

* html span.ASC span {
	background-image:url(/images/icons/up_arrow.gif);
	background-position: 0 50%
}

th.Orders-OrderID {
	min-width:60px !important;
	white-space:nowrap !important
}

/*
Tables Design
*/
table.cols4 td {
	width:25%
}

table.cols1 {
	width:25% !important
}

/* 
FILTERS TBL 
*/
.filter_table {
	background: #eeeeee;
	border: #ccc 1px solid;
	padding: 5px;
	font-size: 10px;
	border-spacing: 0;
	font-size: inherit;
	width: 100%;
	margin-bottom:12px;
	clear:both;
}

.filter_table td {
	vertical-align: top
}

td.td_filters {
	width: 50%;
	padding-right: 6%
}

td.td_search_products {
	width: 44%;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align:center;
}

.filter_table h3 {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	color: #3f6886;
	float: left
}

.filter_table h4 {
	font-size: 10px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
	white-space: nowrap
}

td.td_filters table {
	border-spacing: 4px;
	margin-left: -4px;
	width: 101.8%
}

* html td.td_filters table {
	width:90%
}

*:first-child+html td.td_filters table {
	width: 90%
}

td.td_filters td {
	width: 33.33%; /* change for 2 columns */
	height: 38px;
	background: #fff;
	border: #ccc 1px solid;
	padding: 5px
}

.search_filter_query {
	font-size: 12px;
	font-weight: bold;
	color: #3f6886;
	margin-left:4px
}

.search_filter_query span { /*display: block*/
}

.search_filter_query span span {
	display: inline
}

.filter_table select {
	font-size: 9px
}

td.td_filters select {
	width: 100%
}

.search_filter_query span.label {
	font-weight: bold;
}

/* 
LIST TBL 
*/
.list_table, .list_table_style {
	width:100%;
	clear:both;
	border-spacing:0;
	border-collapse:collapse;
	font-size:11px;
	font-family: Verdana; /*font-weight:bold;*/
	color:#000;/*535353*/
}

.list_table th, .legendTH, .list_table_style th {
	background:url(/includes/css/images/bg_vert.png) repeat-x 0 -175px;
	height:25px;
	text-align:left;
	padding:0 4px;
}

.list_table.vieworder th {
	background-position: 0 -201px;
	color: #333;
}

.list_table_style td, .list_table td {
	border-spacing:1px;
	border:#fff 1px solid;
	padding:4px;
	height:30px;
	overflow:visible
}

* html .list_table td {
	height:22px
}

* html .list_table_style td {
	height:22px
}

*:first-child+html .list_table td {
	height:22px
}

*:first-child+html .list_table_style td {
	height:22px
}
/*safari hack */
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.list_table td {
height:22px
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.list_table_style td {
height:22px
}
}

.list_table th a, .list_table_style th a {
	text-decoration:underline;
	color:#fff
}

.list_table th a:hover, .list_table_style th a:hover {
	text-decoration:none
}

/*.list_table td a { color:#535353 }*/
.list_table td a:hover, .list_table_style td a:hover, td.inv_links li.aToDo a:hover {
	color:#5d7492
}

/* Table Cells */
.tdDate, .tdLastOrder, .tdOwner {
	font-weight:normal
}

td.OrderID a, td.tdCustomer a {
	cursor:pointer
}

.tdExpand {
	width:30px;
	text-align:center !important
}

.tdExpand a {
	font-size:14px;
	font-weight:normal !important;
	text-decoration:none !important;
}

.list_table select {
	width:100%;
	overflow:visible
} /* doesn't work in ies */

.tdName, .tdCompany {
	white-space:normal
}

td.tdName a {
	color:#738da6;
	text-decoration:underline
}

.list_table .tdState {
	text-align:center
}

.ltQty, .ltTotalQty, .ltCost, .ltPrice, .ltRStatus, .ltSPrice, .ltActions {
	text-align:center !important;
	white-space:nowrap;
	width:8%
}

.ltCost div, .ltPrice div {
	text-align:right;
	display:block;
	width:68px;
	margin:0 auto;
	padding-right:8px;
	overflow:hidden
}

td.ltModel {
	font-weight:normal;
	width:12%
}

td.ltName {
	width:48%
}

.numProds {
	margin-right:8px
}

.ltCb {
	width:24px
}

.tdAdd {
	width:52px
}

.tdID {
	font-size:9px;
	width: 1%;
}

.tdMarketplace {
	text-align:center !important
}

/** 
PRODUCT TYPE PG 
**/
#product_type_table {
	border: 0 !important;
}

#product_type_table td {
	border: 0 !important;
}

#product_type_table input, #product_type_table select, #product_type_table textarea {
	border: 1px solid #000;
	padding: 2px;
	width: 95%;
	margin-bottom:1px;
}

#product_type_table textarea {
	height:	42px;
}

#product_type_table .edit_field {
	display:none;
}

/**
INBOX / TICKETS
**/

.read0 td, .read1 td {
	border: 0 !important;
	padding: 2px;
}

.read0 .inbox_name {
	font-weight:bold;
	color:#000;
}

.list_table.list_inbox {
	border-collapse:inherit;
}

.tdContact strong {
	font-size:13px;
}

.tdMessage {
	cursor:pointer;
}

.tdMedium {
	width: 70px;
}

.tdSmall {
	width: 40px;
}

.tdLarge {
	width: 100px;
}

.tdXLarge {
	width: 125px;
}

.read1 {
	background-color:#D8E9F6;
}

.read0 {
	background-color:#fff;
}

.read1 .tdMessage .subject {
	font-size:11px;
	/*color: #666;*/
}

.read0 .tdMessage .subject {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.tdMessage .snippet {
	font-size:10px;
	color:#777;
}

.read1 tr.batch_row_expand td {
	background:#eff5fa;
}

.tdFullMessage {
	padding: 10px !important;
	margin-bottom: 5px;
}

div.message_body {
	font-size: 12px;
	padding:10px;
	background-color:#fff;
	border: 1px solid #ccc;
	width: 700px;
	margin-top: 12px;
	line-height: 18px;
}

div.message_body .message_meta {
	font-size: 11px;
	margin-bottom: 8px;
}

div.message_body .message_data {
	font-size: 11px;
	margin-top: 8px;
	font-family:"Courier New", Courier, monospace;
	color: #666;
}

div.message_body .message_date {
	color: #666;
	font-size: 11px;
	float:right;
}

div.ticket_reply input, div.ticket_reply textarea, div.ticket_reply select {
	border: 1px solid #000;
	width:300px;
}

div.ticket_reply p {
	margin: 1px;
}

div.ticket_reply input.post_reply_btn {
	width: 120px;
	padding: 2px;
}

.read1 .list_hr {
	background-color: #fff;
}

.list_hr {
	padding:0;
	margin: 0;
}

.list_hr td {
	height: 1px;
	padding:0;
	margin:0;
}

.list_hr hr {
	margin:0;
	padding:0;
}

/* 
Toggled Rows 
*/
.openRow {
	font-size:11px;
	font-weight:normal
}

.openRow table {
	width:100%
}

td.addrTBLCustomer {
	min-width:208px
}

.openRow tr {
	background:#fff;
	vertical-align:top
}

.openRow strong {
	color:#708ca9
}

.openRow tr.Imported {
	background: #e0f5cc;
}

/*.openRow tr.Imported{
	background: #b5e28a;
}*/
.openRow tr.ItemUnsold, .openRow tr.ItemEnded {
	background: #ffe0e0;
}

/* 
Actions ICONS TD 
*/
th.tdActions2, td.Actions, .minWidth {
	width:1%
}

th.Actions {
	text-align:center !important
}

td.tdDel {
	width:32px;
}

td.cust_owner_actions ul {
	width: 48px !important;
}

td.inv_links ul, td.inv_links ul li {
	list-style:none;
	padding:0;
	margin:0
}

td.inv_links ul {
	display:block;
	height:30px;
}

td.tdDel ul {
	width:30px
}

td.Actions ul {
	width:78px
}

#marketBatchesTBL td.Actions ul {
	width:30px
}

td.tdActions2 ul, table#custOwnerTBL td.Actions ul, table#custCusomersTBL td.Actions ul {
	width:62px
}

td.inv_links ul li {
	float:left;
	display:inline
}

td.inv_links ul li a {
	display:block;
	width:30px;
	height:30px;
	background-image:url(/includes/css/images/buttons.png);
	background-repeat:no-repeat;
	text-indent:-2000em;
	overflow:hidden
}

* html td.inv_links ul li a {
	background-image:url(/includes/css/images/buttons.gif);
}

td.Actions ul li a {
	width:24px
}

td.inv_links ul li span.action_disabled {
	display:block;
	width:30px;
	height:30px;
	background-image:url(/includes/css/images/buttons.png);
	background-repeat:no-repeat;
	text-indent:-2000em;
	overflow:hidden
}

* html td.inv_links ul li span.action_disabled {
	background-image:url(/includes/css/images/buttons.gif);
}

td.inv_links ul li.aCopy a {
	background-position: 0 -229px
}

td.inv_links ul li.aEdit a {
	background-position: -31px -229px
}

td.inv_links ul li.aSave a {
	background-position: -239px -279px
}

td.inv_links ul li.aCancel a {
	background-position: -245px -397px
}

td.inv_links ul li.aNotes a {
	background-position: -408px -108px
}

td.inv_links ul li.aNotes.inactive a {
	background-position: -448px -108px
}

td.inv_links ul li.aDelete a {
	background-position: -93px -229px !important;
}

td.inv_links ul li.aHistory a {
	background-position: -62px -228px;
}

td.inv_links ul li.aHistory.inactive a {
	background-position: -62px -253px;
}

td.inv_links ul li.aBalances a {
	background-position: -243px -339px;
}

td.inv_links ul li.aShoppingCart a {
	background-position: -385px -108px
}

td.inv_links ul li.aShoppingCart.inactive a {
	background-position: -428px -108px
}

td.inv_links ul li.aPlus a {
	background-position: -385px -241px
}

td.inv_links ul li.aNew a {
	background-position: -465px -106px
}

td.inv_links ul li.aLock a {
	background-position: -267px -308px;
}

td.inv_links ul li.aClip a {
	background-position: -267px -338px;
}

td.inv_links ul li.aCopy span.action_disabled {
	background-position: 0 -253px
}

td.inv_links ul li.aEdit span.action_disabled {
	background-position: -31px -253px
}

td.inv_links ul li.aDelete span.action_disabled {
	background-position: -93px -253px
}

td.inv_links ul li.aHistory span.action_disabled {
	background-position: -62px -253px
}

table.BatchInTBL td.inv_links ul {
	height: 10px;
}

table.BatchInTBL td.inv_links ul li a {
	width: 16px;
	height: 16px;
	background-position: 400px 400px;
}

table.BatchInTBL td.inv_links_force ul li a {
	width: 30px;
	height: 30px;
}

td.inv_links ul li.AuctionCheckoutComplete a {
	background-position: -245px -346px !important;
}

td.inv_links ul li.ItemListed a {
	background-position: -245px -285px !important;
}

td.inv_links ul li.ItemUnsold a, td.inv_links ul li.ItemEnded a {
	background-position: -245px -403px !important;
}

td.inv_links ul li.ItemSold a {
	background-position: -245px -376px !important;
}

td.inv_links ul li.NotPosted a {
	background-position: -269px -285px !important;
}

td.inv_links ul li.Error a {
	background-position: -269px -285px !important;
}

/* no icon */
td.inv_links li.aToDo a {
	text-indent:0 !important;
	width:16px;
	line-height:30px
}

td.inv_links ul li.aViewAll a {
	text-indent:0 !important;
	background:none !important;
	line-height:30px;
	width:30px
}

td.inv_links li.aToDo a {
	width:68px;
	text-align:center;
	white-space:nowrap;
	font-size:11px;
	color:#738da6;
	text-decoration:underline !important;
	font-weight:bold !important
}

.tdOrder {
	text-align:center !important
}

/* actions td width */
.tdActions4 ul {
	width:120px !important
}

.tdActions3 ul {
	width:90px !important
}

/*
Different Buttons and Icons
*/
.pDel {
	display:block;
	width:18px;
	height:18px;
	text-indent:-2000px;
	background:url(/includes/css/images/buttons.png) no-repeat -1px -133px
}

* html .pDel {
	background:url(/includes/css/images/buttons.gif) no-repeat -1px -133px
}

/********************************************
PAGES SPECIALS
********************************************/
/* View Accounts */
#accountsFTBL td.td_filters, #inventoriesFilter td.td_filters {
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden
}

#accountsFTBL td.td_filters table {
	width:100%;
	margin:0;
	overflow:hidden
}

#accountsFTBL td.td_filters td {
	width:20%
} /* 5 columns */

/* View Inventories */
#inventoriesFilter td.td_filters table {
	width:20%
}

.viewInventoriesTable th {
	width:14%
}

.viewInventoriesTable th.tdStoreFront, #productFilter td.td_filters table {
	width:44%
}

/*
VIEW ORDER
*/
/*  view cart pane */
#vc a {
	text-decoration:underline
}

#vc a:hover {
	text-decoration:none
}

#vc fieldset {
	border:none;
	margin:0;
	padding:0
}

#vc table {
	border-spacing:1px;
	margin:0;
	width:100%;
	clear:both;
	font-size:11px
}

#vc table#tblVc {
	font-weight:bold;/* font-size:10px;*/
}

#vc table#tblVcBot {/* font-size:11px*/
}

#vc tr.even {
	background:#f9f9f9
}

#vc tr.odd {
	background:#f4faff
}

#vc th, #vc td {
	padding:5px;
	color:#666;
	vertical-align:top
}

#vc th {
	background:#f4faff;
	color:#6c88a2
}

#vc .tdPdescr {
	text-align:left;
	width:68%
}

#vc .pNotes textarea, #vc .pName input {
	width:60%;
	max-width:60%
}

#vc .pNotes textarea {
	height:36px
}

#vc .tdTprice {
	text-align:right;
	white-space:nowrap;
	width:76px
}

#vc .tdTprice input {
	width:55px;
	text-align:right
}

#vc .tdTscc {
	text-align:right
}

#vc .tdTscc input {
	width:188px
}

#vc .tdTscc select {
	width:192px
}

#vc .pImg {
	float:left;
	border:#d6d6d6 1px solid;
	margin-right:5px;
	width:95px;
	height:95px;
}

#vc .pImg img {
	max-height:95px;
	max-width:95px;
}

#vc .pError {
	color:#FF0000
}

#vc .tdCoupon label {
	float:none;
	font-weight:bold;
	width:auto;
	margin-right:0
}

#vc .trSubtotal {
	background:#f9f9f9
}

#vc .tdSubtotal img {
	vertical-align:middle;
	margin:0 2px;
}

#vc .tdSubtotal .fl {
	font-size:11px;
	color:#666
}

#vc .tdSubtotal a {
	font-weight:bold;
	margin-right:8px
}

/*#vc .tdFinSubtotal strong { color:#6c88a2; margin-left:8px }
#vc .trSubtotal .tdTprice, #vc .trFinSubtotal .tdTprice, #vc .tdFinSubtotal { font-weight:bold }*/
#vc .tdShipping, #vc .tdTax, #vc .tdComments {
	text-align:right
}

#vc .tdShipping label {
	float:none;
	margin-right:0
}

#vc .trShipping strong, #vc .trDiscount strong, #vc .trSurcharge strong {
	float:right;
	width:80px;
}

#vcContinue {
	text-align:right
}

#vc .pModel {
	margin-top:3px
}

#vc .pModel strong {
	font-weight:normal
}

/* 
common cart cells 
*/
.tdDel {
	width:30px
}

.tdQty {
	width: 50px;
	text-align:center !important
}

.tdQty.qty_greater1 {
	background-color:#fffebd;
}

.tdQty.qty0.qty_greater1 {
	background-color:#f8afaf !important
}

.tdQty input {
	width:40px !important
}

.trFinSubtotal {
	background:#f4faff
}

.trFinSubtotal td {
	vertical-align:middle !important;
	padding:0 !important
}

.tdTotal {
	text-align:right !important;
	font-size:14px !important;
	font-weight:bold !important
}

.tdTotal a {
	font-size:12px;
	margin-right:28px;
	line-height:24px
}

.tdTpriceTotal {
	background:#708CA9 !important;
	color:#fff !important;
	font-size:14px !important;
	font-weight:bold !important;
	text-align:left !important;
	border:1px solid #ccc;
}

div.tdTpriceTotal {
	margin-left:8px;
	float:right;
	padding:4px 8px;
	width:168px !important;
	display:inline
}

.crampHead {
	color:#f00;
	font-size:12px;
	font-weight:bold;
	font-style:italic
}

.tdCost, .tdOnHand, .tdPrice {
	width:68px;
	text-align:center !important
}

/*
order status pan
*/
#oSum ul li, #oSum ul {
	padding:0;
	margin:0;
}

#oSum ul li {
	display:inline;
	color:#595553; /*font-size:11px;*/
	padding:0 4px
}

#oSum a {
	text-decoration:underline;
	border:0;
}

#oSum b, #oSum ul#fBalancesUl li {
	color:#6d88a3
}

#oSum .fr ul {
	text-align:right
}

#oSum #fStatus span {
	font-size:14px;
	color:#6d88a3
}

#oSum ul#fCustomerUl li, #oSum ul li#fElapsed {
	display:list-item;
	list-style:none
}

#oSum ul#fBalancesUl {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	display:block;
	line-height:10px
}

/* 
Customer Details 
*/
#customerTabsDet {
	width:100%;
	border-collapse:collapse;
	border-spacing:0
}

#tblPanDiv {
	padding:5px;
	width:10px;
	overflow:hidden
}

#billAddr, #shipAddr {
	width:50%;
	vertical-align:top
}

#customerTabsDet a {
	text-decoration:underline
}

#sdShipping {
	margin-top:1em
}

/*
Notes, Tickets, History
*/
h3 {
	margin-top:0;
	padding-top:0;
	color:#5a7290;
	font-size:13px
}

h4, h4 a {
	color:#6c88a3;
	font-size:12px;
	margin:0;
	padding:0
}

/* Tab stuff */
.tickets_panel, .history_panel, .shipping_panel, .market_panel {
	display:none;
}

.notes_panel {
	padding-bottom:0
}

.notes_panel .panelPadTrans {
	margin-bottom: 10px;
}

/* PAYMENT TABS */
.payment_tabs_panel a {
	text-decoration:underline
}

.payment_tabs_panel .fr {
	padding-right:10px
}

.payment_tabs_panel ul, .payment_tabs_panel li {
	list-style:none;
	padding:0;
	margin:0
}

.pCol1, .pCol2, .pCol3, .sCol1, .sCol2 {
	width:25%;
	float:left;
	display:inline;
	padding:0;
	margin:0 1%
}

.pCol3 {
	width:36%;
	min-width:248px
}

.pCol3 span {
	margin-right:12px
}

li.auctionNumber {
	margin-bottom:1em
}

/* Shipping Panel*/
.sCol1 {
	width:48%
}

.sCol2 {
	width:48%
}

.shipping_panel .panel .list_table th {
	width:25%
}

/*
EOF VIEW ORDER
*/
/*
CHECKOUT
*/
.checkout_stage {
	text-align:center;
	padding:10px
}

.addcartTable .tdPrice {
	width:82px
}

#totalsTBL td {
	text-align:right
}

#market_market_field fieldset, #payment_payment_field fieldset {
	height:318px
}

select.choose_payment_method, .address_info select.AuctionSite {
	font-size:15px;
	background-color:#ffc;
	border:1px inset #ccc;
	margin:16px 0 18px 20px
}

/*
EOF CHECKOUT
*/
/*
ORDERS
*/
/* Opening Notes TBL*/
tr.notes td, tr.history td, tr.cart td {
	padding:0;
	background:#fff
}

table.table_notes {
	width:100%;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #ccc;
	border-spacing:1px;
	border-collapse:collapse
}

table.table_notes tr {
	background:none
}

table.table_notes th, table.table_notes td {
	border:none;
	border-spacing:0;
	background:none
}

table.table_notes th {
	color:#708CA9;
	vertical-align:middle
}

table.table_notes td {
	padding:5px;
	font-weight:bold;
}

table.table_subtypes td {
	font-weight:normal;
}

/* notes tbl */
table.NotesTBL, table.table_notes tr.tableHeader th {
	background:#f8f8f8 !important
}

table.table_notes th.tdNote, table.table_notes td.tdNote {
	width:72%
}

table.table_notes th.tdDate {
	width:25.1%;
	min-width:148px !important;
	font-weight:bold
}

table.table_notes td.tdDate, table.table_notes td.tdAddNote {
	width:110px !important
}

table.table_notes textarea {
	width:100%;
	height:30px
}

/* history tbl */
table.HistoryTBL td, table.HistoryTBL th {
	width:25%
}

/* cart tbl */
table.table_notes table.table_notes {
	border:1px solid #fff;
	margin:0 0 0 2px;
	width:99.8%;
	border-top:1px solid #ccc
}

table.table_notes table.table_notes th {
	color:#708ca9;
	text-align:center;
	border-right:1px solid #ccc;
	min-width:60px
}

table.table_notes table.table_notes th.tdPrice {
	border-right:none
}

table.CartTBL tr.tableHeader td {
	padding-bottom:0
}

table.CartTBL td {
	color:#666;
	background:#fff;
	font-weight:normal;
}

table.CartTBL strong {
	color:#708ca9
}

td.ordersTBL {
	padding:0 !important
}

tr.CartTBLcontent td {
	vertical-align:top;
	padding-top:0;
}

td.ordersTBL table.table_notes td {
	text-align:center;
	vertical-align:top;
}

td.ordersTBL table.table_notes .tdProductName, td.ordersTBL table.table_notes .tdProductModel {
	text-align:left
}

td.ordersTBL table.table_notes .tdProductName h3 {
	margin-top:0;
	padding-top:0;
	color:#000;
	font-size:14px
}

.ItemNotes {
	color:#903
}

td.ordersTBL table.table_notes td.tdProductModel, td.ordersTBL table.table_notes td.tdQty, td.ordersTBL table.table_notes td.tdPrice {
	border-bottom:1px solid #ccc
}

td.ordersTBL table.table_notes td.tdProductName, td.ordersTBL table.table_notes td.tdRemainingStock {
	border:1px solid #ccc;
	border-top:none
}

td.ordersTBL table.table_notes th.tdProductName {
	width:72%
}

td.ordersTBL table.table_notes tr.rowSubTotal td {
	font-size:12px;
	text-align:right
}

tr.rowSubTotal td.tdSubTotal {
	font-weight:bold
}

tr.rowSubTotal td.tdBlankTotal {
	border-right:1px solid #ccc
}

/* Market Batches */
tr.batch_row_expand {
	display:none;
}

#marketBatchesTBL .ltRStatus div {
	width:34px
}

table.BatchInTBL, table.table_subtypes {
	border:#fff 1px solid;
	margin-bottom:0
}

table.BatchInTBL th, table.BatchInTBL td, table.table_subtypes th, table.table_subtypes td {
	border:#f1f1f1 1px solid;
}

table.BatchInTBL td.tdOrderID, table.BatchInTBL td.tdMarketplace, table.BatchInTBL td.tdCurrentBid {
	width: 5%;
}

table.BatchInTBL td.tdCurrentBid {
	text-align:right;
}

table.BatchInTBL td.tdItemID {
	width: 70px;
}

table.BatchInTBL td.tdModel {
	width: 120px;
}

table.BatchInTBL td.tdBids, table.BatchInTBL td.tdHits {
	width: 25px;
}

/* Listing Statuses */
.BatchItem .Scheduled {
	background-color:#FFFEBD;
}

.BatchItem .Active {
	background-color:white;
}

.BatchItem .Unsold {
	background: #ffe0e0;
}

.BatchItem .Sold {
	background: #e0f5cc;
}

/* Payment Statuses */
.BatchItem .PaidWithPayPal {
	background: #e0f5cc;
}

.BatchItem .NotPaid {
	background: #F1F1F1;
}

.sortable_active {
	border: 2px solid blue !important;
}

td.tdBids {
	color:#9c3
}

/* Actions Buttons on Orders page */

.aButtons {
	border:#ccc 1px solid;
	clear:both;
	float:left;
	display:inline;
	padding:7px 9px;
	margin:5px 0;
	background:#f3f4f3 url(/includes/css/images/bg_vert.png) repeat-x 0 -200px;
	font-size:14px;
	color:#333
}

.aButtons ul {
	padding:0;
	margin:0;
	list-style:none
}

.aButtons li {
	display:inline;
	line-height:21px !important
}

.aButtons li span#shipped_btn, .aButtons li span.fg_btn {
	font-size:11px;
	display:inline-block
}

*:first-child+html .aButtons li span#shipped_btn {
	margin-right:4px
} /*for ie7*/

*:first-child+html .aButtons li span.fg_btn {
	margin-right:4px
} /*for ie7*/

.aButtons input {
	margin:0
}

/*
EOF ORDERS
*/
#couponsListTBL th.tdStoreFront {
	width:62%
}

/* Orders Left Nav */
#ordersMenuLC {
	width:190px;
	padding-right:10px;
}

/* tbl */
#oM {
	border-spacing:0;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	background:#eee;
	width:190px
}

#oM #mainHoM td, #oM th {
	margin:0;
	padding:0;
	border:none
}

#oM td#HoM {
	background:url("images/bg_order_nav.gif") repeat-x 0 -103px;
	border-left:#6C87A2 1px solid;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-indent:4px;
}

/* top icons */

#oM #mainHoM .oMus, #oM #mainHoM .oMwo, #oM #mainHoM .oMun {
	text-indent:-2000em;
	text-align:left;
	width:24px;
	height:24px;
	background:url("images/bg_order_nav.gif") no-repeat 50% 0;
}

#oM #mainHoM .oMwo {
	background-position:50% -32px
}

#oM #mainHoM .oMun {
	width:23px;
	border-right:1px solid #6C87A2;
	background-position:50% -66px
}

/* grey headings */

#oM th {
	background:transparent url(images/filter_heading_bg.png) repeat-x scroll 0 0;
	height:20px;
	line-height:22px;
	color:#5b7391;
	font-size:13px;
	text-indent:6px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	font-weight:normal
}

/* first gray heading */

#oM .first th {
/*background-position: 0 -144px*/
}

/* regular tds */

#oM td {
	padding:3px 3px 3px 5px;
	margin:0;
}

#oM td.oSN {
	border-left:1px solid #ccc;
	font-size:11px;
}

#oM td.oSN a, #oM td.oMus a, #oM td.oMwo a, #oM td.oMun a/**/ {
	color: #333;
}

#oM a:hover {
	text-decoration:underline
}

#oM td.oMus, #oM td.oMwo, #oM td.oMun {
	border-right:1px solid #ccc;
	text-align:center;
	min-width:20px;
}

#oM td.oMun {
	font-weight:bold;
}

/***************/
/* FG MENU CSS */
/***************/

/* Styles for jQuery menu widget
Author:	Maggie Wachs, maggie@filamentgroup.com
Date:		September 2008
*/


/* REQUIRED STYLES - the menus will only render correctly with these rules */	

.fg-menu-container {
	position: absolute;
	top:0;
	left:-999px;
	padding: .4em;
	overflow: hidden;
}

.fg-menu-container.fg-menu-flyout {
	overflow: visible;
}

.fg-menu, .fg-menu ul {
	list-style-type:none;
	padding: 0;
	margin:0;
}

.fg-menu {
	position:relative;
}

.fg-menu-flyout .fg-menu {
	position:static;
}

.fg-menu ul {
	position:absolute;
	top:0;
}

.fg-menu ul ul {
	top:-1px;
}

.fg-menu-container.fg-menu-ipod .fg-menu-content, .fg-menu-container.fg-menu-ipod .fg-menu-content ul {
	background: none !important;
}

.fg-menu.fg-menu-scroll, .fg-menu ul.fg-menu-scroll {
	overflow: scroll;
	overflow-x: hidden;
}

.fg-menu li {
	clear:both;
	float:left;
	width:100%;
	margin: 0;
	padding:0;
	border: 0;
}

.fg-menu li li {
	font-size:1em;
} /* inner li font size must be reset so that they don't blow up */

.fg-menu li.process {
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

.fg-menu-flyout ul ul {
	padding: .4em;
}

.fg-menu-flyout li {
	position:relative;
}

.fg-menu-scroll {
	overflow: scroll;
	overflow-x: hidden;
}

.fg-menu-breadcrumb {
	margin: 0;
	padding: 0;
}

.fg-menu-breadcrumb-loader {
	display:none;
	font-size: 9px;
	float:right;
	margin-right: 3px;
	margin-top: 3px;
}

.fg-menu-footer {
	margin-top: .4em;
	padding: .4em;
}

.fg-menu- public {
	margin-bottom: .4em;
	padding: .4em;
}

.fg-menu-breadcrumb li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 .2em;
	font-size: .9em;
	opacity: .7;
}

.fg-menu-breadcrumb li.fg-menu-prev-list, .fg-menu-breadcrumb li.fg-menu-current-crumb {
	clear: left;
	float: none;
	opacity: 1;
}

.fg-menu-breadcrumb li.fg-menu-current-crumb {
	padding-top: .2em;
}

.fg-menu-breadcrumb a, .fg-menu-breadcrumb span {
	float: left;
}

.fg-menu-footer a:link, .fg-menu-footer a:visited {
	float:left;
	width:100%;
	text-decoration: none;
}

.fg-menu-footer a:hover, .fg-menu-footer a:active {
}

.fg-menu-footer a span {
	float:left;
	cursor: pointer;
}

.fg-menu-breadcrumb .fg-menu-prev-list a:link, .fg-menu-breadcrumb .fg-menu-prev-list a:visited, .fg-menu-breadcrumb .fg-menu-prev-list a:hover, .fg-menu-breadcrumb .fg-menu-prev-list a:active {
	background-image: none;
	text-decoration:none;
}

.fg-menu-breadcrumb .fg-menu-prev-list a {
	float: left;
	padding-right: .4em;
}

.fg-menu-breadcrumb .fg-menu-prev-list a .ui-icon {
	float: left;
}

.fg-menu-breadcrumb .fg-menu-current-crumb a:link, .fg-menu-breadcrumb .fg-menu-current-crumb a:visited, .fg-menu-breadcrumb .fg-menu-current-crumb a:hover, .fg-menu-breadcrumb .fg-menu-current-crumb a:active {
	display:block;
	background-image:none;
	font-size:1.3em;
	text-decoration:none;
}

/* REQUIRED LINK STYLES: links are "display:block" by default; if the menu options are split into 
	selectable node links and 'next' links, the script floats the node links left and floats the 'next' links to the right	*/

.fg-menu a:link, .fg-menu a:visited, .fg-menu a:hover, .fg-menu a:active {
	float:left;
	width:92%;
	padding:.3em 3%;
	text-decoration:none;
	outline: 0 !important;
}

.fg-menu a {
	border: 1px dashed transparent;
}

.fg-menu a.ui-state-default:link, .fg-menu a.ui-state-default:visited, .fg-menu a.ui-state-default:hover, .fg-menu a.ui-state-default:active, .fg-menu a.ui-state-hover:link, .fg-menu a.ui-state-hover:visited, .fg-menu a.ui-state-hover:hover, .fg-menu a.ui-state-hover:active, .fg-menu a.ui-state-active:link, .fg-menu a.ui-state-active:visited, .fg-menu a.ui-state-active:hover, .fg-menu a.ui-state-active:active {
	border-style: solid;
	font-weight: normal;
}

.fg-menu a span {
	display:block;
	cursor:pointer;
}

/* SUGGESTED STYLES - for use with jQuery UI Themeroller CSS */	
 
.fg-menu-indicator span {
	float:left;
}

.fg-menu-indicator span.ui-icon {
	float:right;
}

.fg-menu-content.ui-widget-content, .fg-menu-content ul.ui-widget-content {
	border:0;
}

/* ICONS AND DIVIDERS */

.fg-menu.fg-menu-has-icons a:link, .fg-menu.fg-menu-has-icons a:visited, .fg-menu.fg-menu-has-icons a:hover, .fg-menu.fg-menu-has-icons a:active {
	padding-left:20px;
}

.fg-menu .horizontal-divider hr, .fg-menu .horizontal-divider span {
	padding:0;
	margin:5px .6em;
}

.fg-menu .horizontal-divider hr {
	border:0;
	height:1px;
}

.fg-menu .horizontal-divider span {
	font-size:.9em;
	text-transform: uppercase;
	padding-left:.2em;
}

/***************
jquery autocomplete css
*****************/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
	font-size: 12px;
	/*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*
OVERLAY CSS
*/

/*
Overlay CSS
*/

.overlay_loader {
	width:150px;
	height:45px;
	color: #333;
	display:none;
}

.loader_box {
	text-align: center;
	height: 45px;
	margin:auto;
	width: 150px;
	background: #5b7290;
	border: 3px solid #ccc;
	padding:15px;
}

.loader_box strong {
	line-height:18px;
	color: #fff;
	font-size: 18px;
}

.loader_box img {
	margin-bottom:10px;
}

.overlay {
	/* initially overlay is hidden */ 
    display:none;/* growing background image *//*  
        width after the growing animation finishes 
        height is automatically calculated 
    
    width:640px;
	/* some padding to layout nested elements nicely  *//*   padding:35px;
	a little styling     
    font-size:11px;*/
}

.overlay.white {
	background-image:url(images/overlay/white.png);
	color: #333;
}

.overlay.black {
	background-image:url(images/overlay/transparent.png);
	color: #fff;
}

.overlay.apple {
	background-image:url(images/overlay/apple.png);
	color: #fff;
}

.overlay.petrol {
	background-image:url(images/overlay/petrol.png);
	color: #fff;
}

/* close button positioned on upper right corner */
.overlay div.close {
	background-image:url(images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*POPUP Tune */

.popup {
	height:488px;
	overflow:auto
}

.popup p {
	margin-bottom:16px
}

.popup h4 {
	font-size:12px;
	margin-bottom:8px;
}

/***
jgrowl

**/


div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
 left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
 left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
 left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
 left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
 left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
 filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			20px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {

div.jGrowl {
	display: 			none;
}
}

/*div.jGrowl div.flora {
	background: 			#E6F7D4 url(images/jgrowl/flora-notification.png) no-repeat;
	-moz-border-radius: 	0px;
	-webkit-border-radius:	0px;
	opacity: 				1;
	filter: 				alpha(opacity = 100);
	width: 					270px;
	height: 				90px;
	padding: 				0px;
	overflow: 				hidden;
	border-color: 			#5ab500;
}*/


div.jGrowl div.msg {
	background: #E6F7D4;
	opacity: .85;
	width: 500px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	border: 3px solid darkgreen;
}

div.jGrowl div.error {
	background: #f8b3b3;
	opacity: .9;
	width: 500px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border: 3px solid darkred;
}

/*div.jGrowl div.flora div.message {
	padding: 				5px;
	color: 					#000;
}

div.jGrowl div.flora div.header {
	background: 			url(images/jgrowl/flora-header.png) no-repeat;
	padding: 				5px;
}

div.jGrowl div.flora div.close {
	background: 			url(images/jgrowl/flora-close.png) no-repeat;
	padding: 				5px;
	color: 					transparent;
	padding: 				0px;
	margin: 				5px;
	width:					17px;
}*/

/* Help Icon for Inline Help */

.iHelp {
	padding:0 7px;
	background:url(/includes/css/images/bg1.png) no-repeat 0 -40px;
	text-indent:-2000em;
	display:inline-block;
	line-height:13px
}

/* Settins Menu */
#setNav {
	min-width:862px;
	height:29px;
	padding-top:5px;
	text-align:center;
	position:relative
}

#setNav ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}

#setNav li {
	float:left;
	height:29px;
	display:inline;
	padding:0;
	margin:0;
}

#setNav li a {
	color:#fff;
	line-height:29px;
	height:29px;
	display:block;
	padding:0 12px;
	border-left:#91a7c0 1px solid;
	border-right:#91a7c0 1px solid;
	background:url(/includes/css/images/bg1.png) no-repeat 0 -107px;
}

#setNav li a:hover, #setNav li.sNon a {
	color:#333;
	border-left:#777 1px solid;
	border-right:#777 1px solid;
	background: #F7FBFF url(/includes/css/images/bg1.png) no-repeat 0 -149px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px
}

/* Panel for subnavs */

.sNpan {
	padding:5px;
	border:#777 1px solid;
	margin-top:-1px;
	background:#F7FBFF;
	min-width:862px; /* should be same as #setNav */
}

.sNpan .list_table td {
	border:none;
	border-spacing:0;
	vertical-align:top
}

#genSet .list_table td {
	width:50%
}

#genSet fieldset.panelPadTrans {
	min-height:580px;
	display:block;
}

/* From cp_market */
.ss_advanced { /*display:none;*/
}

#export_box_modal, #customer_box_modal {
	font-size: 12px;
}

#product_box_modal, #export_box_modal, #addproduct_box_modal, #postebay_box_modal, #customer_box_modal, #createlisting_box_modal, #group_box_modal {
	display:none;
}

div.saveTable {
	border: 1px solid #777;
	font-size: 12px;
	font-weight: bold;
	background-color:#FFFF66;
	color:#000;
	padding: 5px;
	cursor: pointer;
	text-align:center;
	display:none;
	margin-bottom:3px;
}

div.saveTable a {
	text-decoration:none;
	color:#000;
}

div.saveTimestamp {
	border: 1px solid #777;
	font-size: 12px;
	font-weight: bold;
	background-color:#71a2d4;
	color:#fff;
	padding: 5px;
	cursor: pointer;
	text-align:center;
	display:none;
	margin-bottom:3px;
}

/* vieworder2 2 buts */
#customerTabsLinks {
	margin-bottom:-23px;
	margin-top: 7px;
	width:320px;
}

#customerTabsLinks li div {
	display:inline;
	cursor:pointer;
}

#general_settings {padding: 20px; font-family: Arial, Helvetica, sans-serif;}
#general_settings td {padding: 20px 20px 20px 0;}
#general_settings td fieldset {padding: 20px 0 20px 10px; width: 90%;}
#general_settings td fieldset {width: 420px;}
#general_settings td fieldset.form_group label {width: 15em;}
#general_settings .cartheader {border-bottom: 4px solid #DEDEDE; color: #333; font-size: 18px; margin-top: 10px; margin-bottom: 20px; max-width: 444px; padding-right: 10px;}
#general_settings hr {border: 1px dotted #CCC; margin: 6px auto;}

/* inventory reconcile css */

#qtyinstruct {margin: 13px 0; max-width: 523px;}
#instructhis {font-size: 11px; padding:10px; background: #DDD;}
#instructhis > p {}
#qtyinstruct {background: none;}
#qtyinstruct .ui-tabs .ui-tabs-nav li a, #qtyinstruct  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, #qtyinstruct  .ui-tabs-nav li a, #qtyinstruct  .ui-tabs-selected a {width: 495px;}
#qtyinstruct .ui-widget-header {border: none; padding:0;}
#qtyinstruct .ui-tabs, #qtyinstruct .ui-tabs-nav li {margin: 0;}
.processbutt {position:absolute; margin:2px 0 0; padding: 5px 7px; -moz-border-radius: 3px;}
/* tablesorter js sortable header*/
table.Sortable tr.odd { background:#f2f9ff }
table.Sortable thead tr { background: url(/includes/css/images/bg_vert.png) repeat-x 0 -175px; height:25px; text-align:center; padding:0 4px; color:#fff }
table.Sortable thead tr .header {
	background-image: url(/includes/css/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.Sortable thead tr .headerSortUp {
	font-weight:bold;
	text-decoration:underline;
	background-image: url(/includes/css/images/asc.gif);
}
table.Sortable thead tr .headerSortDown {
	font-weight:bold;
	text-decoration:underline;
	background-image: url(/includes/css/images/desc.gif);
}
