body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	margin: 0px;
	margin-top: 32px;
	overflow: hidden;
}

body.logged_out {
	background: #dfdfdf;
}

input,select,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

.action_msg { color: red; font-weight: bold; }

.admin_help_link { 
	cursor: help;
	text-decoration: none;
	color: black !important; 
}

.center {
	text-align: center;
}

.clear_float {
	clear: both;
}

.order_invoice_btn {
	background: url(../images/cart/invoice.png) no-repeat 4px 3px;
}

.login_as_btn {
	background: url(../images/cart/user_silhouette.png) no-repeat 4px 3px;
}

.record_top {
	background: url(../images/cart/table_header_bg.gif) repeat-x #dfdfdf;
	overflow: hidden !important;
	border-radius: 5px 5px 0 0;
	position: relative;
	border-bottom: #999 solid 1px;
	padding: 6px; 
}

.record_info {
	text-align: right;
	position: absolute;
	right: 2px;
	top: 2px;
}

.record_top .btn {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 0 24px;
	height: 22px;
	line-height: 22px;
	color: #000;
	font-size: 11px;
	position: relative;
}

.record_no {
	display: inline-block;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
}

.record_top .btn:hover {
	background-color: #316AC5;
	color: #fff;
}

.record_top .sep {
	display: inline-block;
	height: 18px;
	margin: 0 5px;
	border-left: #fff solid 1px;
	width: 1px;
	background: #999;
	vertical-align: middle;
}

.record_btns {
	text-align: center;
	margin: 0 0 20px 0;
}





/* Control panel main menu stuff */
#cpMenuBar {
	background: url(../images/cart/table_header_bg.gif) repeat-x #dfdfdf;
	height: 31px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: #4C4C4C solid 1px;
	box-shadow: 0 0 5px #606060;
	color: #000;
	z-index:2
}

#cpMenu{
	list-style:none;
	margin: 0;
	z-index:5;
	text-align: center;
	display:block;
}

#cpMenu a, .smOW a {
	cursor: default;
}
#cpMenu a[href], .smOW a[href] {
	cursor: pointer;
}

.cpMenuNoLabel a {
	height: 12px;
	padding-right: 2px !important;
}

#subMenusContainer a[href],
#cpMenu a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none !important;
  -o-user-select: none;
  user-select: none !important; 	
}

#subMenusContainer a,
.cpMenuIcon a,
#statusBar a {
	position: relative;
}

#subMenusContainer a:before,
.cpMenuIcon a:before,
.record_top a.btn:before,
#statusBar a.btn:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 4px;
	top: 3px;
	background: url(../images/cart/menu-icons.png) no-repeat -360px -360px;	/* this gets the images out of the way by default so it looks blank */
}

.dropMenu .cpMenuIcon a,
#statusBar a.btn {
	padding-left: 27px;
}

.cpMenuIcon a:before {
	top: 7px;
	left: 6px;
}


/* Top level menu items */
.cpMenuUsers a:before {
	background-position: -112px -96px;
}

.cpMenuTools a:before {
	background-position: -112px -112px;
}

.cpMenuSettings a:before {
	background-position: 0 -128px;
}

.cpMenuSettings a.mainMenuParentBtnFocused:before {
	background-position: -128px 0;
}

.cpMenuModules a:before {
	background-position: -112px -128px;
}

.cpMenuModules a.mainMenuParentBtnFocused:before {
	background-position: -112px -144px;
}

.cpMenuShipping a:before {
	background-position: -128px -16px;
}

.cpMenuOrders a:before {
	background-position: -128px -32px;
}

.cpMenuProducts a:before,
.record_top a.prod_btn:before {
	background-position: 0 0;
}

.cpMenuCats a:before,
.record_top a.category_btn:before {
	background-position: 0 -48px;
}

.cpMenuStorefront a:before {
	background-position: -128px -48px;
}

.cpMenuPrint a:before {
	background-position: -48px -96px;
}

.cpMenuLogout a:before {
	background-position: -128px -64px;
}

.cpMenuHelp a:before {
	background-position: -128px -80px;
}





/* submenus */
#subMenusContainer .cpMenuProds a:before {
	background-position: 0 0;
}

#subMenusContainer .cpMenuProdsNew a:before {
	background-position: 0 -16px;
}

#subMenusContainer .cpMenuProdsManage a:before {
	background-position: 0 -32px;
}
#subMenusContainer .cpMenuCats a:before {
	background-position: 0 -48px;
}

#subMenusContainer .cpMenuCatsNew a:before {
	background-position: 0 -64px;
}

#subMenusContainer .cpMenuCatsManage a:before {
	background-position: 0 -80px;
}

#subMenusContainer .cpMenuOpts a:before {
	background-position: 0 -96px;
}

#subMenusContainer .cpMenuOptChoices a:before {
	background-position: 0 -112px;
}

#subMenusContainer .cpMenuCog a:before {
	background-position: 0px -128px;
}

#subMenusContainer .cpMenuShipTrack a:before {
	background-position: 0px -144px;
}

#subMenusContainer .cpMenuActiveCarts a:before {
	background-position: -16px 0;
}

#subMenusContainer .cpMenuOrdersManage a:before {
	background-position: -16px -16px;
}

#subMenusContainer .cpMenuOrdersStats a:before {
	background-position: -16px -32px;
}

#subMenusContainer .cpMenuShipCouriers a:before {
	background-position: -16px -48px;
}

#subMenusContainer .cpMenuShipMethods a:before {
	background-position: -16px -64px;
}

#subMenusContainer .cpMenuShipRules a:before {
	background-position: -16px -80px;
}

#subMenusContainer .cpMenuShipments a:before {
	background-position: -16px -96px;
}

#subMenusContainer .cpMenuShipUPS a:before {
	background-position: -16px -112px;
}

#subMenusContainer .cpMenuShipUSPS a:before {
	background-position: -16px -128px;
}

#subMenusContainer .cpMenuShipNew a:before {
	background-position: -16px -144px;
}

#subMenusContainer .cpMenuShipDelete a:before {
	background-position: -32px 0;
}

#subMenusContainer .cpMenuShipReturn a:before {
	background-position: -32px -16px;
}

#subMenusContainer .cpMenuShipRates a:before {
	background-position: -32px -32px;
}

#subMenusContainer .cpMenuAuthenticate a:before,
#subMenusContainer .cpMenuAcctSettings a:before {
	background-position: -32px -48px;
}

#subMenusContainer .cpMenuDb a:before {
	background-position: -32px -64px;
}

#subMenusContainer .cpMenuDbBackup a:before {
	background-position: -32px -80px;
}

#subMenusContainer .cpMenuDbQuery a:before {
	background-position: -32px -96px;
}

#subMenusContainer .cpMenuDbHistory a:before {
	background-position: -32px -112px;
}

#subMenusContainer .cpMenuDeleteCache a:before {
	background-position: -32px -128px;
}

#subMenusContainer .cpMenuServerInfo a:before {
	background-position: -32px -144px;
}

#subMenusContainer .cpMenuVisSettings a:before {
	background-position: -48px 0;
}

#subMenusContainer .cpMenuThemes a:before {
	background-position: -48px -16px;
}

#subMenusContainer .cpMenuAddressSettings a:before {
	background-position: -48px -32px;
}

#subMenusContainer .cpMenuShipClose a:before {
	background-position: -48px -48px;
}

#subMenusContainer .cpMenuLocations a:before {
	background-position: -48px -64px;
}

#subMenusContainer .cpMenuWarehouses a:before {
	background-position: -48px -80px;
}

#subMenusContainer .cpMenuRetailStores a:before {
	background-position: -128px -48px;
}

#subMenusContainer .cpMenuAgree a:before {
	background-position: -48px -112px;
}

#subMenusContainer .cpMenuFees a:before {
	background-position: -48px -128px;
}

#subMenusContainer .cpMenuUsersManage a:before {
	background-position: -48px -144px;
}

#subMenusContainer .cpMenuGroups a:before {
	background-position: -64px 0;
}

#subMenusContainer .cpMenuPay a:before {
	background-position: -64px -16px;
}

#subMenusContainer .cpMenuPayMethods a:before {
	background-position: -64px -32px;
}

#subMenusContainer .cpMenuPayGwy a:before {
	background-position: -64px -48px;
}

#subMenusContainer .cpMenuDiscounts a:before {
	background-position: -64px -64px;
}

#subMenusContainer .cpMenuTax a:before {
	background-position: -64px -80px;
}

#subMenusContainer .cpMenuTax a.subMenuParentBtnFocused:before {
	background-position: -64px -96px;
}

#subMenusContainer .cpMenuVAT a:before {
	background-position: -64px -112px;
}

#subMenusContainer .cpMenuInfo a:before {
	background-position: -64px -128px;
}

#subMenusContainer .cpMenuCO a:before,
#subMenusContainer .cpMenuDiagEmail a:before  {
	background-position: -64px -144px;
}

#subMenusContainer .cpMenuCODepts a:before {
	background-position: -80px 0;
}

#subMenusContainer .cpMenuDL a:before {
	background-position: -80px -16px;
}

#subMenusContainer .cpMenuNW a:before {
	background-position: -80px -32px;
}

#subMenusContainer .cpMenuNWMailings a:before {
	background-position: -80px -48px;
}

#subMenusContainer .cpMenuNWPosts a:before {
	background-position: -80px -64px;
}

#subMenusContainer .cpMenuRV a:before {
	background-position: -80px -80px;
}

#subMenusContainer .cpMenuReviewers a:before {
	background-position: -80px -96px;
}

#subMenusContainer .cpMenuReviews a:before {
	background-position: -80px -112px;
}

#subMenusContainer .cpMenuDownloads a:before {
	background-position: -80px -128px;
}

#subMenusContainer .cpMenuSS a:before {
	background-position: -80px -144px;
}

#subMenusContainer .cpMenuSSShows a:before {
	background-position: -96px 0;
}

#subMenusContainer .cpMenuSSStyles a:before {
	background-position: -96px -16px;
}

#subMenusContainer .cpMenuDLLog a:before {
	background-position: -96px -32px;
}

#subMenusContainer .cpMenuDLSections a:before,
#subMenusContainer .cpMenuNWSections a:before {
	background-position: -96px -48px;
}

#subMenusContainer .cpMenuSL a:before {
	background-position: -96px -64px;
}

#subMenusContainer .cpMenuTS a:before {
	background-position: -96px -80px;
}

#subMenusContainer .cpMenuTestimonials a:before {
	background-position: -96px -96px;
}

#subMenusContainer .cpMenuDocs a:before {
	background-position: -128px -96px;
}

#subMenusContainer .cpMenuSupport a:before {
	background-position: -128px -112px;
}

#subMenusContainer .cpMenuSearch a:before {
	background-position: -128px -128px;
}

#subMenusContainer .cpMenuSearch a {
	padding: 2px 10px 2px 25px;
}
#subMenusContainer .cpMenuSearch a:hover {
	background: inherit;
}

.cpMenuSearch input {
	font-size: 11px;
	width: 90px;
	padding: 2px;
	border-radius: 3px;
	border: gray solid 1px;
	box-shadow: inset -1px -1px 1px #C6C6C6;
}

a.subMenuParentBtn,
a.subMenuParentBtnFocused {
	background: none;
}

a.subMenuParentBtn:after,
a.subMenuParentBtnFocused:after {
	content: ' ';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 4px;
	top: 3px;
	background: url(../images/cart/menu-icons.png) no-repeat -360px -360px;	/* this gets the images out of the way by default so it looks blank */
}

a.subMenuParentBtn:after {
	background-position: -96px -112px;
}

a.subMenuParentBtnFocused:after {
	background-position: -96px -128px;
}

#subMenusContainer .cpMenuShipAusPost a:before {
	background-position: -96px -144px;
}

#subMenusContainer .cpMenuShipCAPost a:before {
	background-position: -112px 0;
}

#subMenusContainer .cpMenuWizard a:before {
	background-position: -112px -16px;
}

#subMenusContainer .cpMenuDiag a:before {
	background-position: -112px -32px;
}

#subMenusContainer .cpMenuDiagPHP a:before {
	background-position: -112px -48px;
}

#subMenusContainer .cpMenuDiagUpload a:before {
	background-position: -112px -64px;
}

#subMenusContainer .cpMenuDiagCurl a:before {
	background-position: -112px -80px;
}

/* below is the surround for each field help...this is actually what gets hidden and displayed */
.admin_help_div {
	position: absolute; 
	width: 200px;
	top: 0px;
	left: 0px; 
	text-align: right;
}

.admin_help_div_inside {
	width: 100px; 
	padding: 10px;
	background-color:#FFFFCC;
	border: black solid 1px;
}
/*msg inside help popup that says 'click field name for more info'*/
.admin_help_more {
	color: blue;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 0px;
}


.admin_option_link { text-decoration: none; }
.admin_option_link:hover { background-color: yellow; width: 100%; }
.admin_sub_header { font-weight: bold; margin: 10px; margin-top: 20px; margin-bottom: 15px; text-align: left; width: 100%; border-bottom: silver solid 1px; color: #336699; font-size:12px; }

/* this is for an input field INSIDE the legend tag (for Rules) */
.record_div legend input {
	padding: 0px;
	background-color: #F1F4FF;
	border: silver solid 1px;
	padding-left: 2px;
	width: 200px;
}

.rate_diff_plus {
	color: red;
	font-weight: bold;
}

.rate_diff_minus {
	color: green;
	font-weight: bold;
}

.balloon_tip {
	position:absolute;
	right: -3px;
	top: -9px;
}

.context_menu {
	width:160px; 
	height: 50px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 20; 
	background-color: #EFEFEF; 
	padding: 2px; 
	border: #999999 solid 1px;
}
.context_menu_item {
	width: 100%;
	padding: 3px;
	padding-left: 15px;
	text-align: left;
}
.context_menu_item_mo {
	padding: 3px;
	padding-left: 15px;
	text-align: left;
	background-color: #BEBEBE;
}

.context_menu_link {
	text-decoration: none;
	color: black;
	cursor: default;
	width: 100%
}

.demo_mode_err {
	color: red;
	font-size: 14px;
	margin: 10px;
	text-align: center;
}

.field_image_alt_row {
	background-color: #fff;
	border-top: solid 1px #C5C3C8; 
	border-bottom: solid 1px #C5C3C8
}

.field_input {
	text-align: left;
	width: 500px; 
}
.field_input_half {
	width: 125px;
}
.field_input_price {
	width: 40px;
}

.field_name_td {
	text-align: right;
	vertical-align: top;
	padding: 7px 2px 0 0;
}

.field_td{
	width: 560px;
	vertical-align: top;
	padding: 2px;
	padding-top: 4px;
	text-align: left;
}

.field_td span, .field_td input {
	vertical-align: middle;
}

.ship_label_field {
	line-height: 150%;
	padding-top: 1px;
	padding-bottom: 10px;
}


.header_cell { background-color: silver; border-color: black; border-style: solid; border-width: 1 1 1 0; }
.header_cell_pad { background-color: navy; border-color: black; border-style: solid; border-width: 1 0 1 1; padding: 5; color: white; font-weight: bold}
.header_links { color: black; height: 100%; text-decoration: none; width: 100%; }
.header_links:hover { background-color: yellow; height: 100%; width: 100%; }




.legend_small {
	font-family: "Trebuchet MS",Tahoma, Verdana;
	font-weight: bold; 
	color: #455389;
	font-size: 9pt;	
}

.mysql_select { text-align: left; width: 300; }
.non_header_cell { border-color: silver; border-style: solid; border-width: 1 0 0 1; padding-bottom: 0; padding-left: 6; padding-right: 2; padding-top: 0; }
.non_header_cell_pad { border-color: silver; border-style: solid; border-width: 1 0 0 1; padding: 6 }
.option_checkbox { vertical-align: top; }
.option_delete { width: 20; }
.option_name { width: 100; }
.option_price { width: 50; }
.option_value { width: 230; }
.option_weight { width: 50; }

#page_nav_table {
	margin: 0 auto;
}

.page_nav_div {
	margin: 0 auto !important;
	height: 20px;
	font-size: 10px;
	width: 400px;
	overflow: auto;
	white-space: nowrap;
	padding-top: 3px;
	text-align: center;
}

/* this class is added only when page nav scrolls, so there is room for the scrollbar */
.page_nav_div_scroll {
	height: 40px;
}

.page_nav_div a, .page_nav_div span, .page_nav_link {
	margin-right: 10px;
	text-decoration: none;
	border: white solid 1px;
	color: blue;
	padding: 2px;
}

.page_nav_link {
	font-size: 10px;
	margin-right: 1px;
}

.page_nav_div a:hover, .page_nav_link:hover {
	border: blue solid 1px;
	background-color: silver;
	padding: 2px;
}

/* only thing in a span is the current page number */
.page_nav_div span {
	font-weight: bold;
	border: black solid 1px;
	color: black;
	background-color: yellow;
}


.record_button {
	margin: 1px;
}
.record_button-mouseover {
	border: blue solid 1px;
	background-color: silver;
	cursor: default;
}

.record_button-mousedown {
	border: blue solid 1px;
	background-color: silver;
	cursor: default;
	position: relative;
	top: 1px;left: 1px;
}

/* only thing in a span is the current page number */
.page_nav_div span {
	font-weight: bold;
	border: black solid 1px;
	color: black;
	background-color: yellow;
}


.sortheader {
	font-size: 10px;
	font-weight: bold;
	color: #2f4f4f;
	text-decoration: none;
}

.sortheader:hover {
	text-decoration: underline;
}

.ups_window {border: black solid 1px; width: 525px}
.ups_window_header {background-color: #804000; height: 30px; color: white; font-size: 10pt; font-weight: bold; padding: 5px}


.record_div {
	text-align: left;
	width: 770px;
	padding: 0px;
	border: #999 solid 1px;
	background: #f5f5f5;
	margin: 0 auto 10px auto;
}

.record_div,
.record_div td,
.record_div th,
.record_div input,
.record_div select,
.record_div textarea {
	font: 12px Tahoma, Arial, Helvetica;
}

.record_div input[type=text],
.record_div input[type=password],
.record_div textarea,
.record_div select,
.third_party_form input[type=text],
.third_party_form input[type=password],
.third_party_form textarea,
.third_party_form select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	
	outline: none;
	padding: 2px 4px;
	border-radius: 2px;
	border: silver solid 1px;
}

.record_div select {
	padding: 0;
	height: 22px;
}

.browser_ie .record_div select,
.browser_ie .third_party_form select {
	padding-left: 2px;
}

.record_div input[type=text]:focus,
.record_div input[type=password]:focus,
.record_div textarea:focus,
.record_div select:focus,
.third_party_form input[type=text]:focus,
.third_party_form input[type=password]:focus,
.third_party_form select:focus,
.third_party_form textarea:focus {
	box-shadow: 0 0px 5px rgba(76, 182, 211, 1);
	border: 1px solid rgba(76, 182, 211, 1);
}

.record_div,
.third_party_form {
	-moz-box-shadow: 0 0 5px #B7B5B5;
	-webkit-box-shadow: 0 0 5px #B7B5B5;
	box-shadow: 0 0 5px #B7B5B5;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.third_pty_info {
	float: right;
	width: 420px;
	margin-bottom: 20px;
	color: gray;
}

.rel_record_link {vertical-align: bottom; position:relative; top: 4px; height: 22px; text-decoration:none}

.rel_record_row, .rel_record_row_mo {
	position: relative; 
	padding-top: 4px; 
	text-align: center;
}

.rel_record_row {
	background-color: #F1F4FF;
}

.rel_record_row_mo {
	background-color: #F1F4FF;
}









/**********************************************************************************
	Styles below are for the select boxes on the discount records....
	For selecting the products or categories that are discounted
**********************************************************************************/
.sel_cat_optgroup {
	font-size: 11px;
	background-color: silver;
	color: black;
}

.sel_prod_opt {
	color: black;
	background-color: #F0F0FF;
}

.sel_blank_optgroup {
	background-color:#F0F0FF;
}






.shaded_td {background-color: #EDEDED}



#statusBar {
	height: 29px;
	border: gray solid 1px;
	border-width: 1px 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	background: url('../images/cart/status_bar_bg.gif') repeat-x #DFDFDF;
}

#statusBar * {
	vertical-align: middle;
}

#statusBarLeft {
	position: absolute;
	left: 5px;
	top: 8px;
}

#statusBarRight {
	position: absolute;
	right: 5px;
	top: 8px;
}

.statusBarSep {
	border-right: #fff solid 1px;
	background: #999;
	width: 1px;
	height: 15px;
	font-size: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#statusBarLeft select {
	height: 18px;
	line-height: 18px;
	border: silver solid 1px;
}

#statusBar a.btn {
	padding-left: 18px;
	cursor: pointer;
}

#statusBar a.btn:before {
	top: -1px;
	left: 0;
}

#statusBar a.save:before {
	background-position: -160px 0;
}

#statusBar a#statusBarHistory:before {
	background-position: -32px -112px;
	top: -7px;
}

#statusBarParseTime {
	font-size: 10px;
	vertical-align: middle;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	color: gray;
}

#statusBarHistory {
	display: inline-block;
}

#statusMsgs {
	position: absolute;
	bottom: 22px;
	right: 18px;
	z-index: 2;
	border: #4f4f4f solid 1px;
	background-color: #F2EAEC;
	padding: 4px;
	height: 100px;
	width: 450px;
	font-size: 10px;
	overflow: auto;
	display: none;
	box-shadow: 0 0 5px #999;
	border-radius: 3px;
}

.save em {
	text-decoration: underline;
	font-style: normal;
	vertical-align: baseline !important;
}

.tiny_gray {
	font-size: 7pt;
	color: gray;
}

div.tiny_gray {
	margin-bottom: 10px;
	margin-top: 1px;
}

/* Below is for the simple search option menu */
#smp_search_options, #smp_search_options_shim {
	position: absolute;
	right: 0px;
	left: auto;
	top: 22px;
	padding: 4px;
	padding-left: 10px;
	width: 130px;
	height: 110px;
	cursor: default;
}
.small_menu {
	font-size: 10px;
	background-color: #F2EAEC;
	border: gray solid 1px;
	line-height: 150%;
	z-index: 100;
}
#smp_search_options_shim {
	z-index: 99;
	top: 24px;
	width: 152px;
}

.small_menu a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 0px;
	padding-bottom: 1px;
	cursor: default;
}
.small_menu a:hover {
	background-color: #316ac5;
	color: white;
}
.small_menu img, .small_menu span {
	vertical-align: middle;
	border: 0px;
}




.store_info_header {font-size: 10pt; font-weight: bold; text-decoration: underline; margin-top: 20; margin-bottom: 10; text-align:center}
.text_only {vertical-align: bottom; position:relative; top: 3px; height: 22px; font-family: arial; color:#666666}

.tiny_input {
	width: 20px;
	height: 16px;
	font-family: arial, helvetica;
	font-size: 10px;
	text-align: right;
	border: silver solid 1px;
	padding: 0px;
	padding-right: 1px;
	padding-left: 1px;
}


/* vertical align everything inside */
.valign_middle * {
	vertical-align: middle;
}

#logo_div {
	position: absolute;
	right: 8px;
	top: 0;
	height: 100%;
}

#logo_div * {
	vertical-align: middle;
}

#sc_logo {
	display: inline-block;
	margin-top: 4px;
}

/* Please wait.... div with image bg */
#wait {
	display: block;
	font-size: 10px;
	font-family: Tahoma,Verdana,Helvetica;
	color: gray;
	height: 29px;
	position: absolute;
	right: -3px;
	top: 6px;
	z-index: 1001;
}

/* this is a div same size as menu...preloads, and looks better..when menu is loaded, this is behind it. */
#menu_bg {
	width: 100%;
	height: 28px;
	background-color: #dfdfdf; 
	border-left: #716f64 solid 1px; 
	/*border-top: #716f64 solid 1px;*/ 
	border-right: #4f4f4f solid 1px; 
	border-bottom: #4f4f4f solid 1px; 
	position: absolute; 
	top: 0px;
}


/* height has to be higher for IE only */
*html #menu_bg {
	height: 30px;
}

/* actual toolbar div from DHTML Menu Builder..this bumps it up slightly */
#dmbTBBack1 {
	margin-top: -1px
}

#toolbar_extra {
}

#tbextra_inner {
	display: inline-block;
	padding-left: 13px;
	padding-top: 1px;
}

div>#tbextra_inner {
	padding-top: 2px;
}

/* this will hide all the extra stuff in the toolbar by default, which is then shown via do_onresize() if window dims are wide enough */
#tbextra_outer {
	display: none;
}

#tbextra_outer .sep {
	background-image: url(../menu/images/vertical_separator.gif);
	width: 10px;
	height: 24px;
	position: absolute;
	left: +3px;
}

#quick_search_terms {
	width: 100px;
	margin-right: 1px;
}

#quick_search_btn {
	cursor: default;
	background-image: url(../menu/images/search.gif);
	top: 0px;
	position: absolute;
}

#quick_search_btn:hover {
	background-position: -26px 0px
}
	
#quick_search_btn img {
	width: 26px;
	height: 24px;
}

/******************************************************************
	Order detail page
******************************************************************/
.cart_table {
	border: black solid 1px;
	margin-bottom: 15px;
	width: 100%;
}

.cart_table a {
	color: blue;
	text-decoration: none;
}

.cart_table thead th {
	border-bottom: black solid 1px;
 	background: #b4b9d2;
 	text-align: right;
}

.cart_table th,
.cart_table td {
	padding: 4px;
	vertical-align: top;
	line-height: 150%;
}

.cart_table .th1 {
	width: 50%;
	text-align: left;
}
.cart_table .th2 {
	width: 30%;
}
.cart_table .th3 {
	width: 12%;
}
.cart_table .th4 {
	width: 8%;
}

.cart_table tbody .td1,
.cart_table tbody .td2,
.cart_table tbody .td3 {	
	border-right: silver solid 1px;
}

.cart_table tr.qty_row td {
	border-top: silver solid 1px;
	border-bottom: silver solid 1px;
	background: #f1f3f9;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.cart_table tr.qty_row .td1 * {
	vertical-align: middle;
}

.cart_table tr.qty_row .td1 {
	text-align: right;
}

.cart_table tr.qty_row .td3 {
	border-right: 0;
}

.cart_table tr.qty_row input {
	font-size: 11px;
}

.cart_table tbody .td1 {
	padding: 5px;
}

.cart_table tbody .td2 {
	text-align: right;
}

/* align prices, keep them from wrapping */
.cart_table tbody .td3,
.cart_table tbody .td4,
.cart_table tfoot .td1,
.cart_table .tfoot .td1,
.cart_table tfoot .td2,
.cart_table .tfoot .td2,
.cart_table .qty_row .td2,
.cart_table .qty_row .td3
 {
	text-align: right;
	white-space: nowrap;
}

.cart_table tfoot tr,
.cart_table .tfoot tr {
	height: 55px;
}

.cart_table .prod_name_desc {
	overflow: hidden;
	width: 100%;
	line-height: normal;
}

.cart_table a.prod_name {
	display: block;
	margin-bottom: 10px;
	color: blue;
}

.cart_table .prod_img {
	float: left;
	margin-right: 5px;
}

.cart_table .reg_price {
	color: red;
	text-decoration: line-through;
}

.cart_table .opt_detail {
	margin: 5px 0;
}

.cart_table .opt_detail li {
	border-bottom: silver solid 1px;
	padding: 3px;
	background: #fff;
}

.cart_table .opt_detail li.alt {
	background: #f7f7f7;
}

.cart_table .opt_detail label {
	font-weight: bold;
	color: #515151;
	margin-right: 2px;
}

.cart_table .opt_detail li.alt label {
	color: #008000;
}

ul.opt_detail_values {
	margin-left: 10px;
}

.opt_detail .opt_detail_values li {
	background: none;
	border: none;
	padding: 0 0 0 10px;
}

.cart_table .opt_col_name {
	display: block;
}

.cart_table .item_btns img {
	cursor: pointer;
}

.grand_total_amt,
.grand_total_label {
	font-size: 14px;
	margin-top: 15px;
	color: green;
}

.grand_total_label {
	font-weight: bold;
} 

.cart_discounts {
	border: #000 solid 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.cart_discounts h4,
.address_box h4 {
	border-bottom: black solid 1px;
 	background: #b4b9d2;
 	padding: 4px;
 	margin: 0;
 	font-size: 11px;
}

.cart_discounts h3 {
	font-size: 13px;
	margin: 10px 0;
	color: green;
}

.cart_discounts .cart_discount {
	padding: 0 10px;
}

.cart_discounts .discount_img {
	float: left;
	margin: 0 15px 15px 0;
}

.cart_discounts .total_svgs {
	clear: both;
	color: blue;
	border-bottom: silver dotted 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cart_discounts .cart_discount.last .total_svgs {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.you_save {
	margin: 5px;
	font-size: 11px;
	color: green;
	font-weight: bold;
}

.address_boxes {
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.address_boxes .bill,
.address_boxes .ship {
	float: left;
	width: 170px;
	border: black solid 1px;
}

.address_boxes .bill {
	margin-right: 25px;
}

.address_box address {
	font-style: normal;
	padding: 5px;
}

.address_box .addr_edit {
	float: right;
	display: block;
	margin-top: -30px;
	margin-right: 3px;
}

.order_detail {
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

.order_detail ul,
.order_detail ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.order_detail .tfoot .td1 {
	vertical-align: bottom;
	text-align: left;
}

.order_detail .tfoot td {
	border-right: none;
}

#print_friendly {
	float: right;
}

#print_friendly img {
	vertical-align: middle;
}
.order_info_table {
	border: #000 solid 1px;
	width: 100%;
	margin-bottom: 15px;
}

.order_info_table th,
#order_ship_details h4 {
	border-bottom: #000 solid 1px;
	background: #b4b9d2;
}

.order_info_table th,
.order_info_table td {
	padding: 5px;
	text-align: left;
}

.order_info_table .alt {
	background: #f1f3f9;
	border: silver solid 1px;
	border-width: 1px 0;
}

table.statuses th,
table.statuses td,
table.shipments th,
table.shipments td {
	width: 33%;
}

#order_ship_details .box1, 
#order_ship_details .box2 {
	border: black solid 1px;
}

#order_ship_details h4 {
	padding: 4px;
	font-size: 11px;	
	margin: 0;
}

#order_ship_details .inner {
	padding: 10px;
}

/* drop shadow div */
.drop_shadow {
	height: 10px;
	background-repeat: repeat-x;
}





button {
	font-size: 10px;
}
button img, button span {
	vertical-align: middle;
}
button span {
	padding-bottom: 2px;
}
input { font-size: 11px; }
select { font-size: 11px; }

td, th{ font-family: Tahoma, Arial, Helvetica; font-size: 11px; }
textarea { font-family: Tahoma, Arial, Helvetica; font-size: 11px; }

.medium_textarea {
	width: 400px;
	height: 80px;
}


/*******************************************************************
	CSS below for product pricing section on product records
*******************************************************************/
.price_td3 {
	width: 55px;
}
.price_qty2 {
	display: none;
}
.price_qty1,
.price_qty2 {
	width: 50px;
}
.price_price {
	width: 50px;
}

.price_qty1,
.price_qty2,
.price_price {
	text-align: right;
}

#price_add {
	display: none;
}

.disabled {
	background-color: silver;
	border: silver solid 1px;
}

.pricing_table {
	margin: 0 auto;
}

/* version number in toolbar */
#version_no {
	margin-right: 2px;
}

#version_light {
	margin-top: 1px;
	height: 10px;
	width: 10px; 
}

.big_help_link {
	padding: 2px 0px 4px 26px;
	text-decoration: none;
	font-size: 14px;
	cursor: help;
	background: url(../images/cart/help.gif) no-repeat;
	color: blue;
}

.nav_opt_label {
	background: gray;
	border-bottom: black solid 1px;
	color: #fff;
	padding: 3px;
}

#Navigation_Block_rn,
#Navigation_Block_rn_src,
#Links_rn,
#Links_rn_src {
	height: 250px !important;
}

.theme_adv_cfg_btn {
	text-align: center;
}
/* hide "advanced config" button for SC theme */
.record_Themes_13 .theme_adv_cfg_btn{
	display: none;
}
/* show for SC developer */
.sc_developer.record_Themes_13 .theme_adv_cfg_btn{
	display: block;
}

#cp_content {
	width: 100%; 
	height: 100%; 
	padding-top: 10px;
}

#wait_gray_box {
	display: none;
	background: url(../images/cart/gray_transparent.png); 
	width: 100%;
	height: 6000px;
	position: absolute;
	z-index: 1; 
	top: 0;
	left: 0; 
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 250px;
	color: silver;
}


.thumb_place_bottom,
.thumb_place_top,
.thumb_place_left,
.thumb_place_right  {
	vertical-align: middle;
	display: inline-block;
	margin: 5px 30px 4px 0;
}

.thumb_place_bottom {
	margin: 20px 30px 9px 0;
}
.thumb_place_top {
	margin: 0px 30px 10px 0;
}
#FD_Thumbnail_Placement {
	display: inline-block;
	margin-top: 33px;
}

.orientation1_img {
	margin-right: 20px;
}

.image_size_small,
.image_size_medium,
.image_size_large,
.image_size_xlarge {
	vertical-align: middle;
	margin-right: 20px;
}

.record_slideshows #FD_Size {
	display: inline-block;
	margin-top: 21px;
}

.record_slideshows #FD_Orientation {
	display: inline-block;
	margin-top: 9px;
}

.auto_category_header {
	text-align: left;
	padding: 0 25px;
	color: gray;
}

.auto_category_caution {
	font-size: 12px;
	color: #000;
}

.auto_category_header ul {
	margin-left: 18px;
	padding-left: 0;
}

.auto_category_header li {
	margin-bottom: .5em;
}

.ss_display_code {
	text-align: left;
	padding: 10px;
}
.ss_code {
	height: 80px;
	width: 600px;
	white-space: nowrap;
	border: silver solid 1px;
	overflow: auto;
	background: #fff;
}

.ss_display_code .usage {
	width: 600px;
}

.vcard_button_outer {
	text-align: center;
}
.vcard_button {
	margin: 15px auto 0 auto;
}
.vcard_button span {
	vertical-align: middle;
	padding-left: 5px;
}

.order_detail .vcard_button {
	margin: 3px;
}

.order_detail .vcard_button img {
	height: 16px;
}

.google_map {
	text-align: right;
	margin: 0 15px;
}

.google_map iframe {
	width: 700px;
	height: 350px;
	margin: 10px 0 5px 0;
	border: black solid 1px;
}

a.larger_map {
	font-size: 14px;
	display: block;
	margin-bottom: 25px;
}

.google_map h2 {
	text-align: left;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}

/* forms for interacting with other websites, couriers, gateways, etc... */
.third_party_form {
	margin: 0 auto 30px auto;
	width: 760px;
	border: silver solid 1px;
	background: #f5f5f5;
	padding: 5px;
	font-size: 12px;
}

.third_party_form form {
	margin: 0;
}

.third_party_form p {
	margin: 10px 0;
}

.third_party_form h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	border: silver solid 1px;
	background: #fff;
	padding: 7px;
}

.record_div fieldset,
.third_party_form fieldset {
	margin: 5px 5px 10px 5px;
	border-radius: 4px;
	padding-bottom: 20px;
	border: silver solid 1px;
}

.prod_opts_fs fieldset,
.rules_fs fieldset {
	text-align: left;
}

.rules_fs select[multiple]{
	height: 200px;
}

.admin_fieldset_header {
	margin: 5px 0 15px 0;
	color: gray;
	text-align: center;
}

.third_party_form legend,
.record_div legend {
	color: #5b5b5b;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica;
	padding: 4px;
	text-align: left;
}

.third_party_form .errors,
.third_party_form .infos,
.third_party_form .alerts,
.third_party_form .instructions {
	text-align: left;
	padding: 10px 20px 15px 20px;
}

.third_party_form .errors legend,
.third_party_form .infos legend,
.third_party_form .alerts legend,
.third_party_form .instructions legend {
	margin-left: -10px;
}


.third_party_form fieldset.errors legend,
.third_party_form fieldset .error_msgs {
	color: red;
}

.third_party_form fieldset.alerts legend,
.third_party_form fieldset .alert_msgs {
	color: darkblue;
}

.third_party_form fieldset.infos legend,
.third_party_form fieldset .info_msgs {
	color: darkgreen;
}

.third_party_form ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.third_party_form .req_indicator {
	color: green;
}

ul.fields label {
	display: inline-block;
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}

ul.fields label.narrow {
	width: auto !important;
	padding-left: 20px;
}

#upsSED ul.fields label,
#upsShipIntlCommon ul.fields label,
.upsShipIntlProdDetails ul.fields label,
.shipWiderLabel ul.fields label {
	width: 160px;
}

.ups_void ul.fields label {
	width: 200px;
}
.ups_void div.field_help {
	padding-left: 212px !important;
}

.ups_void textarea {
	width: 200px;
	height: 50px;
}

.ups_reg button {
	width: 100px;
}

.ups_reg_done button {
	width: 150px;
}

.license_terms {
	height: 250px;
	border: silver solid 1px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	overflow: scroll;
	font-size: 12px;
	font-family: "times new roman", serif;
	background: #fff;
}

.ups_license_agree {
	border-top: silver dotted 1px;
	padding: 15px 0;
	margin-top: 15px;
	font-size: 12px;
	font-family: tahoma, arial, helvetica;
}

.ups_license_radios {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.ups_license_radios input {
	margin-left: 100px;
}

.ups_license_radios input:first-child {
	margin-left: 0;
}





#upsSED div.field_help,
#upsShipIntlCommon div.field_help,
.upsShipIntlProdDetails div.field_help{
	padding-left: 175px !important;
}

.ship_thermal_iframe {
	border: 0;
}

.intlFormOnOff.disabled {
	color: gray;
	background-color: inherit;
	border: none;
}

ul.fields input,
.ship_to_from_addresses select,
ul.fields .field_outer {
	width: 200px;
}

ul.fields .checkbox,
ul.fields .radio {
	width: auto;
	vertical-align: middle;
}

ul.fields input,
ul.fields textarea,
ul.fields select {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
}

ul.fields select.smaller {
	font-size: 11px;
}

ul.fields select.country {
	width: 200px;
}

/* this simulates the width of the input fields, to surround other fields like select, checkboxes, radios, etc.. */
ul.fields .field_outer {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.fields li {
	margin-bottom: 5px;
}

ul.fields input.small_number {
	width: 30px;
	text-align: right;
}

ul.fields input.medium_number {
	width: 60px;
	text-align: right;
}

ul.fields input.large_number {
	width: 80px;
	text-align: right;
}

ul.fields input.small_text {
	width: 30px;
}

ul.fields input.medium_text {
	width: 60px;
}

ul.fields input.large_text {
	width: 80px;
}


.third_party_form button {
	font-size: 14px;
}

.third_party_form select {
	padding-top: 3px;
	padding-bottom: 3px;
}

.third_party_form .missing_field {
	background: #ff6767;
}

.third_party_form .text_only {
	padding-left: 5px;
	margin-top: -1px;
}

.usps_form h1 {
	background: url(../images/cart/usps_logo.gif) no-repeat #fff 3px 3px;
}

.fedex_form h1 {
	background: url(../images/cart/fedex_logo.gif) no-repeat #fff 5px 6px;
}

.ups_form h1 {
	margin-bottom: 30px;
	margin-left: 80px;
	margin-right: 8px;
}

.ups_form {
	background-image: url(../images/cart/ups_form_bg.png);
	background-repeat: repeat-x;
}

.ups_form form {
	padding-top: 10px;
	background: url(../images/cart/ups_logo.gif) no-repeat 10px 6px;
}

#shipConfirmAddresses fieldset {
	height: 125px;
	line-height: 100%;
}

#shipConfirmAddresses ul {
	margin-left: 10px;
}

#shipConfirmAddresses li:first-child {
	font-weight: bold;
}

#shipConfirmShipDetails label {
	font-weight: bold;
	display: inline-block;
	width: 150px;
}

.shipConfirmOverview {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	line-height: 150%;
	margin-bottom: 15px;
	white-space: nowrap;
}

#shipConfirmShipDetails 
#shipConfirmViewDetails {
	margin: 0 auto;
}
	
.third_party_form .footer,
.ups_footer {
	margin: 15px 0;
	border-top: silver dotted 1px;
	padding: 10px 0 6px 0;
	text-align: center;
	font-size: 13px;
	
}

.formButtons {
	text-align: center;
}

#upsIntlFormsOn li {
	display: inline;
	margin-left: 30px;
}
#upsIntlFormsOn li:first-child {
	margin-left: 0;
}
#upsIntlFormsOn label,
ul.fields.wideLabels label {
	width: auto;
}


.ups_footer {
	padding: 15px 15px 0 15px;
}

.intl_forms_disclaimer {
	text-align: left;
	font-size: 10px;
}

.ups_form .footer {
	padding: 10px 80px 6px 80px;
}

.fs_double,
.fs_triple {
	width: 100%;
	overflow: hidden;
}

.fs_double fieldset {
	width: 350px;
	float: left;
}

.fs_triple fieldset {
	width: 226px;
	float: left;
}

.rate_to_from_addresses fieldset {
	height: 165px;
}

.fx_locs .rate_to_from_addresses fieldset {
	height: 185px;
}


.usps_form .rate_to_from_addresses fieldset {
	height: 95px;
}

.usps_form .ship_to_from_addresses fieldset {
	height: 310px;
}

.fields_left {
	text-align: left;
	padding-left: 20px;
}

.ship_to_from_addresses fieldset {
	height: 420px;
}

.rateOnly .ship_to_from_addresses fieldset {
	height: 195px;
}

.field_help {
	font-size: 10px;
	color: gray;
}

.rate_dims {
	text-align: center;
}

.rate_dims li {
	display: inline;
	padding: 0 15px;
}

.rate_dims input {
	width: 50px;
	text-align: right;
}

.rate_pkg_info,
#fx_service_opts {
	overflow: hidden;
	width: 100%;
}

.fields_double ul {
	width: 50%;
	float: left;
}
.rate_pkg_info label {
	display: inline-block;
	width: 150px;
	text-align: right;
}
.ups_form #service_opts label {
	width: 135px;
}
	
#fx_service_opts {
	padding-left: 40px;
}

#fx_service_opts ul {
	float: left;
	width: 45%;
}

.fxDoubleUl ul {
	float: left;
	width: 50%;
}

.fxLocationResults ul.fields .field_outer {
	width: 220px;
}

.fxLocationResults label {
	color: #5b5b5b;
	padding-top: 0 !important;
}


#fx_service_opts ul:first-child {
	width: 55%;
}

#fx_service_opts label {
	display: inline-block;
	width: 120px;
	text-align: right;
}

.rate_pkg_info li,
#fx_service_opts li {
	text-align: left;
}
.rate_pkg_info .field_help {
	padding-left: 5px;
}

.rates_fieldset {
	padding: 15px;
}

/****************************************************************************
	Styles for tracking results 
****************************************************************************/
.track_request label {
	width: 135px !important;
}

.ups_form div.field_help {
	padding-left: 135px;
}
.ups_form .fields_double div.field_help {
	padding-left: 110px;
}

fieldset.track_results {
	padding: 15px;
}

#track_outer {
	margin-top: 10px;
}

#track_logo {
	float: left;
	margin: 15px 20px 10px 15px;
}

.track_table {
	border: #000 solid 1px;
	width: 100%;
	margin-bottom: 15px;
	clear: right;
	background: #fff;
	font-size: 11px;
}

.track_table th,
.track_table .th {
	border-bottom: #000 solid 1px;
	background: #b4b9d2;
	font-weight: bold;
}

.track_table th,
.track_table td,
.track_table .th {
	padding: 5px;
	text-align: right;
}

.track_table th:first-child,
.track_table td:first-child,
.track_table th.first,
.track_table td.first {
	text-align: left;
}


.track_table .alt {
	background: #f1f3f9;
	border: silver solid 1px;
	border-width: 1px 0;
}		


.track_table.address_box {
	width: 200px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

.track_table.address_box .th {
	text-align: left;
}

.track_table address {
	font-style: normal;
	padding: 5px;
}

#fx_ship_order_details textarea {
	width: 500px;
	height: 100px;
	background: #dcdcdc;
	border: silver solid 1px;
}

#fx_ship_order_details label {
	vertical-align: top;
}
#fx_ship_order_details .field_help {
	padding-left: 175px;
	text-align: left;
	margin-bottom: 10px;
}

#fx_ref_info label {
	width: 150px;
}

#fx_ref_info .field_help {
	text-align: left;
	margin-bottom: 15px;
	display: inline-block;
	width: 420px;
	vertical-align: top;
}

#fx_ref_info input {
	width: 120px;
}

#fx_intl_main {
	margin-left: 50px;
	margin-top: 25px;
	
}
	
#fx_intl_main li,
#fx_commodity li {
	text-align: left;
	padding-bottom: 10px;
}
#fx_intl_main label { 
	width: 140px;
}
#fx_intl_main .field_help,
.field_help.field_help_right {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
	width: 380px;
}

#fx_aes_sed .field_help {
	margin-left: 132px;
	text-align: left;
}

#fxNaftaDetails .field_outer {
	width: 100px;
}

ul.fields input.fxShipNaftaProducerId {
	width: 100px;
}


.fedex_shipment #commodity_desc {
	height: 50px; 
	width: 200px; 
}

.fedex_shipment #commodity_doc_desc {
	margin-bottom: 34px;
}

.fedex_shipment #no_of_pieces .field_outer {
	padding-bottom: 31px;
}

#fxShipDeliveryInstructions textarea {
	width: 250px;
	height: 100px;
	vertical-align: top;
}

.shipEnteredAddress legend {
	color: red;
}

.shipAddressChanged {
	text-decoration: line-through;
	color: red;
}

.shipFixedAddress legend {
	color: green;
}

.fxLocServices {
	padding: 100px;
}

.fxLocServices li {
	display: block;
	float: left;
	width: 33%;
	text-align: left;
	padding: 3px 0;
	font-size: 11px;
}

.fxLocTypes li {
	width: 50%;
}

.fxLocServices li * {
	vertical-align: middle;
}

.fxLocServices label {
	cursor: pointer;
}

.order_discount_info {
	float: right;
	text-align: right;
}

.discount_info {
	font-weight: normal;
	color: #7f7f7f;
}

.item_coupon_code {
	padding-right: 20px;
}

.vat {
	color: #8f8f8f;
}

.fields .price {
	text-align: right;
	width: 50px;
}

.fedex_err_response {
	color: #000;
	text-align: left;
}

.dateTimeFld,
.fields .dateTimeFld {
	width: 150px;
}

.dateFld,
.fields .dateFld {
	width: 85px;
}

.fxSpecialServices .field_outer { 
	width: 330px !important;
}
#fxDangerousGoods.fxSpecialServices .field_outer { 
	width: 400px !important;
}

#fxShipFreight label { 
	width: 150px;
}

.fxSpecialServices .field_help {
	float: right;
	width: 300px;
}
.fxSpecialServices label {
	width: 200px !important;
}
#fxShipDryIceDetails { 
	float: right;
	text-align: left;
	width: 300px;
}
#fxShipDryIceDetails .field_help {
	float: none;
}

.custom_records {
	border: #000 solid 1px;
	text-align: left;
}

.custom_records th {
	font-size: 9px;
	background: url(../images/cart/table_header_bg.gif);
	color: #2F4F4F;
	border-bottom: #000 solid 1px;
}

.custom_records th,
.custom_records td {
	padding: 8px 6px;
	vertical-align: top;
	border-left: #000 solid 1px;
}

.custom_records th:first-child,
.custom_records td:first-child {
	border-left: 0;
}

.custom_records td {
	border-color: silver;
	cursor: default;
}

.custom_records .first {
	border-left: 0;
}

.custom_records td.second {
	border-color: #000;
}

.custom_records .alt {
	background-color: #F1F3F9;
}

.custom_records tr:hover td {
	background-color: yellow;
}

.custom_records .link_btn {
	display: inline-block;
	background: url(../images/cart/link.gif) no-repeat center;
	vertical-align: bottom;
	padding: 2px;
	width: 17px;
	height: 9px;
	margin-right: 2px;
}

.custom_records .link_btn:hover {
	border: #000 solid 1px;
	background-color: silver;
	padding: 1px;
}

.active_cart #print_friendly,
.active_cart .fhdr_order_detail {
	display: none;
}

.void_statuses {
	font-style: italic;
}

.field_table {
	width: 100%;
}

.hide {
	display: none;
}

.record_table {
	margin: 0 auto;
}

.record_table .theme_chooser {
	padding-top: 1px;
}

.theme_chooser * {
	vertical-align: middle;
}

.cog {
	background: url(../images/cart/cog.png) no-repeat center;
	display: inline-block;
	height: 16px;
	margin: 3px;
	width: 16px;
}

#sc a.cog:hover {
	background-color: transparent;
}

.themeSaveButton {
	text-decoration: none;
	display: inline-block;
	padding: 3px 4px 4px 20px;
	border: solid transparent 1px;
	border-radius: 3px;
	color: #000;
	background: url(../images/cart/save_icon.png) no-repeat 1px 2px;
	cursor: default;
	margin-top: 10px;
}

.themeSaveButton:hover {
	border-color: silver;
	background-color: #fff;
}

.colorPick {
	width: 100px;
}

.colorPickBtn {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	position: relative;
	border: #999 solid 1px;
	border-radius: 3px;
	margin-left: 3px;
	text-align: center;
	background: url(../images/cart/table_header_bg.gif) bottom;
	box-shadow: 0 0 1px #c0c0c0;
	-webkit-box-shadow: 0 0 1px #c0c0c0;
	-moz-box-shadow: 0 0 1px #c0c0c0;
}

.colorPickBtn span {
	display: inline-block;
	font-size: 12px;
	height: 14px;
	width: 20px;
	border: gray solid 1px;
	vertical-align: middle;
	background: #fff;
}

.colorPickBtn span.noColor {
	background: url(../images/cart/no-color.png) center;
}

.colorPickBtn:hover {
	border-color: #000;
}

.theme_ini_settings .field_table {
	margin-left: 0;
	width: 65%;
}

.theme_ini_settings .field_td {
	width: 200px;
}

iframe {
	border: none;	
}

a.datePickerBtn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	padding: 1px;
	width: 16px;
	height: 16px;
	background: url(../images/cart/menu-icons.png) no-repeat -160px -16px;	/* this gets the images out of the way by default so it looks blank */
}

#loading_data {
	text-align: center;
}

#show_records_form {
	text-align: center;
}

#active_carts {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

.cp_tbl_header h1,
.table_title {
	font-size: 16px;
	font-weight: normal;
	color: gray;
	margin: 0 0 5px 0;
}

#cp_login {
	width: 350px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	padding: 5px 0 15px 0;
	border: #555 solid 1px;
	border-radius: 5px;
	box-shadow: 0 0 5px #999;
	font-size: 14px;
	color: #555;
	background: #fff;
}

#cp_login * {
	font-size: 12px; 
}

#cp_login input[type=text],
#cp_login input[type=password]{
	width: 130px !important;
}

#cp_login .keep_login {
	font-size: 11px;
	cursor: pointer
}

#login_logo {
	margin-bottom: 20px;
	border-bottom: #999 dotted 1px;
	padding-bottom: 10px;
}

#cp_login button {
	margin-top: 10px;
	width: 100px;
	padding: 2px;
	font-size: 14px;
}

#cp_login .error {
	color: red;
	font-weight: bold;
}

.gradient1 {
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 70%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.15))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 70%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 70%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 70%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 70%); /* W3C */
}


#default_theme_chooser {
	text-align: left;
	margin: 40px auto 40px auto;
}

.data_grid .theme_chooser {
	border: #000 solid 1px;
	padding: 15px;
	margin-right: 22px;
	box-shadow: 0px 2px 5px -2px rgba(0,0,0,.5);
}

#record_form .theme_chooser {
	background: none;
	margin-top: 15px;
	text-align: left;
}

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

.theme_chooser li {
	display: inline-block;
	margin-bottom: 10px;
	width: 150px;
}

.theme_chooser label {
	font-size: 11px; 
	display: block;
	color: #000;
}

#cp_content .li_opt.qty_row td {
	border-bottom-style: dotted;
}

#cp_content .opt_li_row.qty_row td {
	border-top: 0;
	border-right: 0;
}

.img_alt label {
	display: inline-block;
	width: 50px;
	text-align: right;
}

.img_alt input {
	width: 285px;
}