@font-face {
	font-family: "SC Fontello";
	src: url("../../themes/squirrelcart/fonts/sc-fontello.woff2?63346069") format("woff2"),
	     url("../../themes/squirrelcart/fonts/sc-fontello.woff?63346069") format("woff");
	font-weight: normal;
	font-style: normal;
}

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

body.logged_out {
	background: #dfdfdf;
	margin: 0;
}

p:first-child {
	margin-top: 0;
}

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/invoice.png) no-repeat 4px 3px;
}

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

.record_top {
	overflow: hidden !important;
	position: relative;
	min-height: 25px;
	font-size: 16px;
	padding: 0 4px;
	color: gray;
}

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

.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: #5392f6;
	color: #fff;
	text-decoration: none;
}

.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;
}

#inside_content { 
	padding-top: 18px; /* This is to give single line success msgs room to not overlap top of table */
}

/* Control panel main menu stuff */
#cpMenuBar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,cecece+100 */
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3f3f3 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	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/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 .cpMenuInactiveCarts a::before {
	background-position: -176px -16px;
}

#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 .cpMenuZones a::before {
	background-position: -176px -48px;
}

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

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

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

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

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

#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;
}
#subMenusContainer .cpMenuSEO a::before {
	background-position: -176px -32px;
}



.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/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;
}

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

#help_div {
	position: absolute; 
	z-index: 100;
	width: 200px;
	border: #000 solid 1px;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	display: none;
	background: #444;
	color: #fff;
	border-radius: 3px;
}

#help_div ul,
#help_div ol {
	margin: 0 0 0 10px;
	padding: 0;
}

#help_div li {
	margin-bottom: 5px;
}

/* Arrow for help tooltip */
#help_div::after, 
#help_div::before { 
	bottom: 100%; 
	right: 12px;
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
}
#help_div::after { 
	border-color: rgba(136, 183, 213, 0); 
	border-bottom-color: #444; 
	border-width: 8px; 
	margin-left: -8px; 
}
#help_div::before { 
	border-color: rgba(0, 0, 0, 0); 
	border-bottom-color: #000; 
	border-width: 10px; 
	right: 10px;
}
.browser_fx #help_div::before {
	right: 12px;
	border-width: 9px;
}

/*msg inside help popup that says 'click field name for more info'*/
.admin_help_more {
	color: silver;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}

.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;
}

.rel_record_row {
	position: relative;
}

.fileUploads tr:nth-child(even),
.fieldsetImgs .field_table tr:nth-child(even) table,
#Orders-Status_fieldset .field_table tr:nth-child(even) .rel_record_row {
	background-color: #fff !important;
	border: dotted 1px #C5C3C8; 
	border-width: 1px 0;
}

.fileUploads tr td {
	border-bottom: #c5c3c8 dotted 1px;
	height: 100px;
	vertical-align: top;
}

.file_upload_fs,
.fieldsetImgs,
#Orders-Status_fieldset {
	padding-left: 0;
	padding-right: 0;
}

.file_upload_fs legend,
.fieldsetImgs legend,
#Orders-Status_fieldset legend {
	margin-left: 7px;
}

.file_upload_fs {
	text-align: center;
}

.rel_record_row .cpBtnDelete {
	position: absolute;
	right: 5px;
	top: 5px;	
}

#Orders-Status_fieldset  .rel_record_row {
	position: relative;
	padding: 20px 0 15px 0;
}

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

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

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

.shipRuleDetails .field_td {
	width: 650px;
}


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

.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 {
	border: solid transparent 1px;
}

.record_div a.record_button2 {
	color: #000;
}

.addrBookBtn {
	position: absolute;
	display: inline-block;
	margin: 20px 0 0 -15px !important;
}

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

/* 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;
	margin: 0 auto 10px auto;
}

.record_div a {
	color: #499101;	
}

.record_div a:hover,
.third_party_form a:hover {
	text-decoration: underline;
	color: #000;
}

.admin_help_link:hover,
.cpBtn:hover {
	text-decoration: none !important;
}


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

#cp_login input[type=text],
#cp_login input[type=password],
.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;
}

#cp_login input[type=text]:focus,
#cp_login input[type=password]:focus,
.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);
	background: #fff;
}

.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}









/**********************************************************************************
	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/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;
}

.statusMsg {
	width: 800px;
}

.statusMsg * {
	vertical-align: middle;
}

.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 {
	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;
}

.small_menu a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 0px;
	padding-bottom: 1px;
	cursor: default;
}
.small_menu a:hover {
	background-color: #5392f6;
	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: 0;
	padding-right: 8px;
	top: 0;
	height: 31px;
	line-height: 31px;
	background: url(images/cp_logo_tiny.png) no-repeat right;
	display: block;
	width: 221px;
	text-align: right;
}

#logo_div * {
	vertical-align: middle;
}

#version_no {
	position: absolute;
	right: 8px;
	top: -1px;
}

/* 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: #999 solid 1px;
	margin-bottom: 15px;
	width: 100%;
}

.cart_table a {
	color: blue;
	text-decoration: none;
}

.cart_table thead th {
	border-bottom: #999 solid 1px;
 	background: #dfdfdf;
 	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: #f8f8f8;
	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: #999 solid 1px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.cart_discounts h4,
.address_box h4 {
	border-bottom: #999 solid 1px;
 	background: #dfdfdf;
 	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: #999 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: #999 solid 1px;
	width: 100%;
	margin-bottom: 15px;
}

.order_info_table th,
#order_ship_details h4 {
	border-bottom: #999 solid 1px;
	background: #dfdfdf;
}

.order_info_table th,
.order_info_table td {
	padding: 5px;
	text-align: left;
}

.order_info_table .alt {
	background: #f8f8f8;
	sborder: 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: #999 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;
}

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_qty1,
.price_qty2 {
	width: 50px;
}
.price_price {
	width: 50px;
}
.price_type {
	text-align: right;
}

.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_light {
	margin-top: 1px;
	height: 10px;
	width: 10px; 
}

.big_help_link {
	padding: 0 0 0 18px;
	line-height: 16px;
	background: url(images/help_small.png) no-repeat;
}

.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/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: #fff;
	text-shadow: 2px 2px 5px #000;
}


.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;
}

.order_detail .vcard_button {
	margin: 3px;
}

.order_detail .vcard_button img {
	height: 16px;
	margin-right: 3px;
}

.order_detail .vcard_button * {
	vertical-align: middle;
}


.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,
.orderRecordZones h2 {
	color: gray;
	text-align: left;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
}

.orderRecordZones {
	padding: 0 20px;
}

.orderRecordZones ul {
	margin: 10px 0 30px 0;
	overflow: hidden;	
}

/* forms for interacting with other websites, couriers, gateways, etc... */
.third_party_form {
	margin: 0 auto 30px auto;
	width: 760px;
	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;
	color: gray;
	height: 35px;
	line-height: 35px;
}

.diag_ship h1 {
	text-align: left;
	line-height: normal;
	height: auto;	
}



.record_div fieldset,
.third_party_form fieldset {
	margin: 5px 0 10px 0;
	display: block;
	padding: 10px 10px 20px 10px;
	border: silver solid 1px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background-color: #FAFAFA;
}

fieldset p:first-of-type {
	margin-top: 0;	
}

legend {
	text-align: left;
}

.record_div fieldset fieldset,
.third_party_form fieldset fieldset {
	background: #fff;
}

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

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

.admin_fieldset_header {
	margin: 5px 0 15px 0;
	padding: 0 0 10px 5px;
	border-bottom: silver dotted 1px;
	color: gray;
	text-align: left;
}

.admin_fieldset_header p:last-child {
	margin-bottom: 0;
}

.admin_fieldset_header p:first-child {
	margin-top: 0;
}

.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;
}

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

ul.info label {
	display: inline-block;
	width: 150px;
	color: #6e6e6e;
	padding-right: 5px;
}


#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 {
	min-width: 35px;
}

.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 input[type=checkbox],
ul.fields input[type=radio] {
	width: auto;
	vertical-align: middle;
}

ul.fields input[type=radio] {
	margin-top: -2px;
}

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;
	line-height: 22px;
}

ul.info li {
	line-height: 1.5em;
}

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

input.number,
ul.fields input.number {
	width: 45px;
	text-align: right;
}

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

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

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

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

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

.missing_field {
	box-shadow: 0 0 3px rgba(255,0,0,.2);
	border-color: red !important;
	border-left-width: 3px !important;
}

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

.usps_form h1 {
	background: url(../master/images/usps_logo.gif) no-repeat left center;
}

.fedex_form h1 {
	background: url(../master/images/fedex_logo.gif) no-repeat left center;
}

.endiciaForm h1 {
	background: url(../master/images/endicia.png) no-repeat left center;
	height: 35px;
	line-height: 35px;
}

.ausPostForm h1 {
	background: url(../master/images/auspost_logo.png) no-repeat left center;
	height: 35px;
	line-height: 35px;
}

.fastwayForm h1 {
	background: url(../master/images/fastway-logo.png) no-repeat left center;
	height: 35px;
	line-height: 35px;
}

.ausPostForm .ship_to_from_addresses fieldset,
.caPostForm .ship_to_from_addresses fieldset {
	height: 120px;
}

.endiciaForm .ship_to_from_addresses fieldset {
	height: 360px;
}

.fastwayForm .ship_to_from_addresses fieldset {
	height: 140px;
}



.caPostForm h1 {
	background: url(../master/images/canada-post-logo.gif) no-repeat left center;
	height: 35px;
	line-height: 35px;
}

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

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

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

#shipConfirmAddresses fieldset {
	height: 145px;
}

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

#shipConfirmAddresses li {
	line-height: 100%;
}

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

.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: 48.5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
/* left margin, for 2nd box in each row */
.fs_double fieldset:nth-child(even) {
	margin-left: 3%;
}
/* This keeps 1st box in each row from having float on left */
.fs_double fieldset:nth-child(odd) {
	clear: left;
}

/* this makes the last odd child fill the entire width instead of being stuck to the left */
.fs_double fieldset:last-child:nth-child(odd) {
	float: none;
	width: auto;
}

.fs_triple fieldset {
	width: 32.3%;
	margin-left: 1.5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.fs_triple fieldset:first-child {
	margin-left: 0;
}

.rate_to_from_addresses fieldset {
	height: 175px;
}

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

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

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

.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;
}

ul.rate_dims {
	text-align: center;
}

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

ul.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 {
	width: 100%;
	clear: right;
	margin-bottom: 30px;
}

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

.track_table th,
.track_table .th {
	font-weight: normal;
	font-size: 1.2em;
	padding-bottom: 10px;
	color: gray;
}

.track_summary .th {
	text-align: left;
}

.track_summary p {
	margin: 0 0 20px 0;
	padding-left: 5px
}

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

.track_table .alt {
	border-width: 1px 0;
}		

.track_table td {
	border-top: silver dotted 1px;
}

.track_table .alt td,
.track_table tr:nth-child(even) td {
	background: #fff;
}


.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;
}

#shipOrderDetails ul {
	padding: 0 20px;
}

#shipOrderDetails label {
	display: block;
	width: auto;
	text-align: left;
}

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

s
#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;
}

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

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

.dateTimeSecsFld,
.fields .dateTimeSecsFld {
	width: 162px;
}


.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;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,cecece+100 */
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3f3f3 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	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/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%;
}

.record_table {
	margin: 0 auto;
}

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

.theme_chooser .changed {
	background: yellow;
}

.theme_chooser * {
	vertical-align: middle;
}

.cog {
	background: url(images/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/save_icon.png) no-repeat 1px 2px;
	cursor: default;
	margin-top: 10px;
}

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

.colorPick {
	width: 100px;
}

.grayGradBG {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,cecece+100 */
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3f3f3 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
}
.colorPickBtn {
	display: inline-block;
	vertical-align: middle;
	padding: 2px;
	position: relative;
	border: #999 solid 1px;
	border-radius: 3px;
	margin-left: 3px;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,cecece+100 */
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#cecece 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f3f3f3 0%,#cecece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	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/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;
	width: 16px;
	height: 16px;
	background: url(images/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;
}

#cpLoginOuter {
	width: 597px;
	height: 280px;
	padding-top: 238px;
	background: url(images/cp-login-bg.png) no-repeat;
	margin: 50px auto 0 auto;
}

#cp_login {
  	width: 350px; 
  	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #555;
}

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

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

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

#login_logo {
	margin: 20px 0 30px 0;
}

#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.15) 70%); /* W3C */
}

.gradient2 {
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 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.3))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%); /* W3C */
}

.gradient3 {
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 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.08))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 70%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 70%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 70%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.08) 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;
}





/* for control panel msgs */
#cpMsgs {
	margin: -31px -3px 20px -3px;
}

/* Used only when all messages are being hidden via JS via slide up effect */
#cpMsgs.cpMsgHiding {
	position: absolute;
	z-index: 2;
	width: 100%;
}

#cpMsgShow {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: -4px;
	background: url('images/menu-icons.png') no-repeat -160px 0;
	opacity: .6;
}

html a.cpMsgClose {
	position: absolute;
	right: 8px;
	top: 5px;
	text-decoration: none;
}

.cpMsg {
	position: relative;
	color: black;
	border-bottom: #000 solid 1px;
	padding: 6px 6px 6px 30px;
	font-size: 1.166em;
	text-shadow: -1px 1px 0px #fff;
	overflow: hidden;
}

.cpMsg a {
	color: inherit;
	text-decoration: underline;
}

.cpMsg p:last-child {
	margin-bottom: 0;
}

.cpMsg p:first-of-type {
	margin-top: 0;
}
.cpMsg p:last-of-type {
	margin-bottom: 0;
}

.cpMsg::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	background: url('images/menu-icons.png') no-repeat;
	width: 16px;
	height: 16px;
}

.cpMsgInfo {
	border-color: #A0B6C1;
	background-color: #D9F0FC;
	color: #3f358f;
	text-shadow: -1px 1px 0px #DCE7ED;
}

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

.cpMsgError {
	background-color: #e24545;
	border-color: #7f1717;
	color: #fff;
	text-shadow: -1px 1px 0px #B25555;
}

.cpMsgError::before {
	background-position: -160px -48px;
}

.cpMsgSuccess {
	background-color: #dff2bf;
	border-color: #ACBA94;
	color: #344f18;
	text-shadow: -1px 1px 0px rgba(255,255,255,.4);
}

.cpMsgSuccess::before {
	background-position: -160px 0;
}

.cpMsgAlert {
	background-color: #f2fd95;
	border-color: #CDD67E;
	color: #6f4400;
	text-shadow: -1px 1px 0px #F4F9C7;
}

.cpMsgAlert::before {
	background-position: -160px -64px;
}

.cpMsgQuestion {
	background-color: #e6d1ef;
	border-color: #AB9DB2;
	color: #5F376F;
	text-shadow: none;
	color: #000;
}

.cpMsgQuestion::before {
	background-position: -160px -80px;
}

.cpMsgQuestion.cpMsgHasBtns::before {
	top: 11px;
}

.cpMsgSecondary {
	font-size: 0.8em;
	font-style: italic;
	padding-left: 15px;	
}

.cpMsg .cpBtns {
	display: inline-block;
}

.cpBtns .cpBtn {
	margin-right: 15px;
}

.cpMsg .blockLvlBtns .cpBtn:last-child,
#contentInner .cpBtn:last-child {
	margin-left: 0;
}

.cpMsg .medTextArea {
	width: 500px;
	height: 50px;
}




/* New buttons (2014) */
.cpBtn {
	background-color: #e6e3fd;
	border: #999 solid 1px;
	border-radius: 4px;
 	-moz-box-sizing: content-box; /* or `border-box` */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	color: #000 !important;
	text-decoration: none !important;
	text-shadow: none;
	cursor: pointer;
	display: inline-block;
	font: 12px Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
	background-image: -moz-linear-gradient(bottom,  rgba(255,255,255,1) 35%, rgba(255,255,255,.2) 50%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,.2))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom,  rgba(255,255,255,1) 35%, rgba(255,255,255,.2) 50%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(bottom,  rgba(255,255,255,1) 35%, rgba(255,255,255,.2) 50%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(bottom,  rgba(255,255,255,1) 35%, rgba(255,255,255,.2) 50%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,1) 35%, rgba(255,255,255,.2) 50%); /* W3C */
	position: relative;
}

.cpBtn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.cpBtn:hover {
	background-color: #3d7cdf;
	color: #fff  !important;
	border-color: #2c528f;
	text-shadow: 1px 0px 1px #000  !important;
	box-shadow: 0px -1px 2px rgba(0,0,0,.4);
	background-image: -moz-linear-gradient(bottom,  rgba(255,255,255,.4) 35%, rgba(255,255,255,.2) 50%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%,rgba(255,255,255,.4)), color-stop(50%,rgba(255,255,255,.2))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(bottom,  rgba(255,255,255,.4) 35%, rgba(255,255,255,.2) 50%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(bottom,  rgba(255,255,255,.4) 35%, rgba(255,255,255,.2) 50%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(bottom,  rgba(255,255,255,.4) 35%, rgba(255,255,255,.2) 50%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,.4) 35%, rgba(255,255,255,.2) 50%); /* W3C */
}

.cpBtn:active {
	background-color: #41df3d;
	color: #fff;
}

.cpBtnSmaller {
	padding: 2px 10px;
	font-size: 14px;
}

.cpBtnTiny {
	padding: 1px 1px;
	font-size: 12px;
	min-width: 35px;
}

#cp_login .cpBtnAuth.cpBtnLogin {
	padding: 6px 40px !important;
	font-size: 1.1em;
	margin: 20px 0;
}

.cpBtnAuth.cpBtnLogin::before {
	top: 8px;
}

.cpBtn_left::before {
	content: "\00ab";
	font-family: Arial, Tahoma;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: top;
}

.cpBtn_right::after {
	content: "\00bb";
	font-family: Arial, Tahoma;
	font-weight: bold;
	margin-left: 5px;
	vertical-align: top;
}

.cpBtn_em,
.cpBtn_em:hover {
	background-color: #A59000;
	color: #fff;
	text-shadow: -1px 0px 1px #000;
	font-weight: bold;
}


.cpBtnIcon {
	padding-left: 26px;
}

.cpBtnIcon::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	background: url('images/menu-icons.png') no-repeat;
	width: 16px;
	height: 16px;
}

.cpBtnSearch::before {
	background-position:  -128px -128px;
}

.cpBtnSend::before {
	background-position:  -64px -144px;
}

.cpBtnEdit::before {
	background-position:  -144px -112px;
}

.cpBtnVcard::before {
	background-position:  -176px 0px;
}

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

.cpBtnYes::before {
	background-position:  -160px 0;
}

.cpBtnNo::before {
	background-position:  -160px -48px;
}

.cpBtnNew::before {
	background-position:  -160px -128px;
}

.cpBtnNewShip::before {
	background-position:  -16px -144px;
}

.cpBtnShipReturn::before {
	background-position:  -32px -16px;
}

.cpBtnTrack::before {
	background-position:  0 -144px;
}

.cpBtnAuth::before {
	background-position:  -32px -48px;
}

.cpBtnRates::before {
	background-position:  -32px -32px;
}

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

.cpBtnNewFilter::before {
	background-position:  -160px -144px;
}

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

.cpBtnOpts::before {
	background-position:  0 -96px;
}

.cpBtnWand::before {
	background-position:  -112px -16px;
}

.cpBtnGroupPrice::before {
	background-position:  -160px -112px;
}

.cpBtnDelete::before {
	background-position:  -160px -96px;
}

/* not a true button, but replaces one when waiting on something */
.cpBtnWait {
	line-height: 1.2em;
}

.cpBtnWait::before {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/indicator.gif);
	margin-right: 5px;
	line-height: 1.2em;
}








.accessKey {
	text-decoration: underline;
}

.cpBtns {
	text-align: center;
}

.recordFooter .cpBtns {
	margin-bottom: 15px;
} 

#shipCustomerNote textarea {
	width: 100%;
	height: 100px;
}

.code,
.metawrap {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

.metawrap {
	display: inline-block;
	width: 120px;
	text-align: center;
	text-transform: lowercase;
}

/* image fields on records, normally inside a separate fieldset */
table.imgFld,
table.fileUploads {
	width: 100%;
	border-spacing: 0;	
}

table.imgFld {
	height: 85px;
}

table.fileUploads {
	text-align: left;
	margin-bottom: 20px;
}

.imgFldName,
.fileUploadName {
	width: 150px;
	padding: 10px 0 10px 10px; 
	border-right: silver dotted 1px;
}

.fileUploadName {
	padding-right: 10px;
}

#last_upload_row {
	display: none;
}

.imgFldOptions,
.fileUploadOptions {
	vertical-align: top;
	line-height: 30px !important; 
	padding: 6px 0 0 10px; 
}

.imgFldNew {
	width: 353px;
}

.imgFldEdit {
	width: 285px; 
}

.imgFldAutoGenOpts {
	text-align: right;
	padding-right: 30px;
}

.imgFldAutoGenFrom {
	margin-right: 20px;
}

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

/* tweaks for when image field is inside a fieldset with other non image fields */
.imgFldNoFieldset .imgFldName {
	text-align: right;
	padding-right: 6px;
	width: auto;
}

.imgFldNoFieldset .imgFldOptions{
	width: 550px;
	spadding: 0;
}

.imgFldNoFieldset .admin_help_link::after {
	content:":";
}


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

.dg a:hover,
.cp_tbl_header a:hover {
	text-decoration: underline;
}

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

.dg h1 a,
.cp_tbl_header h1 a {
	color: gray;
}

html .inputCode {
	font-family: "Courier New", Courier, monospace;
}

.cp_zones_list {
	margin: -5px 0 0 0;
	padding: 0 0 0 15px;
}

.cp_zones_list li {
	float: left;
	width: 200px;
}

.cp_zones_list a {
	color: #000;
}


/* simple table to enable things */
.enableTable td {
	padding: 2px 5px;
	border-bottom: silver dotted 1px;
}

.enableTable {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.enableTable tr:last-child td {
	border-bottom: 0;
}

.enableTable td:first-child {
	width: 50px;
	border-right: dotted silver 1px;
}

.toggleOn,
.toggleOff,
.toggleError {
	display: inline-block;
	width: 52px;
	height: 25px;
	cursor: pointer;
}

.toggleOn {
	background: url(images/checked.png) no-repeat;
}

.toggleOff {
	background: url(images/unchecked.png)  no-repeat;
}

.toggleError {
	background: url(images/bomb.gif) no-repeat center;
}

.toggleDisabled {
	opacity: .2;
	cursor: not-allowed;
}

.brand_text {
	padding-top: 3px;
}

.pre {
    font-family: monospace;
    white-space: pre;
}

.endiciaAcctStatus ul {
	font-size: 0; /* remove space taken up by blank lines between LI tags */
}

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

.endiciaAcctStatus .endiciaAcctInfo li label {
	width: 50%;
}

.endiciaAcctStatus li {
	font-size: 12px;
	color: #636363;
	padding: 3px 0;
	line-height: 20px;
}

.endiciaAcctStatus li label {
	width: 20%;
	padding: 0;
	color: #000;
}

.endiciaAcctStatus .field_outer {
	width: 70% !important;
}

.good {
	color: green;
}

.bad {
	color: red;
}

.cpBtnBuyPostage {
	padding-left: 5px;
	padding-right: 5px;
}

.endiciaNewPassPhrase {
	padding: 5px;
}

.endiciaNewPassPhrase input {
	width: 250px;
}

.endiciaShipment.rateOnly .ship_to_from_addresses fieldset {
	height: 120px;
}

.endiciaSvcExtras ul {
	margin-left: -35px;
}

.endiciaSvcExtras li:first-child {
	display: block;
	width: 100%;
	padding-left: 95px;
}

.endiciaSvcExtras li:first-child label {
	width: auto;
	margin-right: 25px;
}

.endiciaSvcExtras li {
	display: inline-block;
	width: 32%;	
}

.endiciaSvcExtras li label {
	width: 65%;
}

.endiciaSvcExtras ul.fields .field_outer {
	width: auto;
}

.endiciaPickupAction li {
	display: inline-block;
	width: 24%;
	border: transparent solid 1px;
}

.endiciaPickupAction ul.fields label {
	text-align: left;
}

#endiciaPickupPkgInfo .ul1 {
	width: 30%;
}

#endiciaPickupPkgInfo .ul2 {
	width: 70%;
}

#endiciaPickupPkgInfo .ul2 label {
	width: 30%;
}

#endiciaPickupPkgInfo textarea {
	width: 300px;
	height: 70px;
}

.endiciaEm {
	border: green solid 1px !important;
	border-radius: 5px;
	background: #D9FCC9;
	padding: 5px 0;
	box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.endiciaPickupAction li.endiciaEm {
	width: 22%;
	margin-right: 2%;
}

#endiciaAvailDate {
	font-weight: bold;
}

.endiciaSignupAddr ul,
.endiciaSignupPostalSettings ul {
	overflow: hidden;
}
.endiciaSignupAddr li,
.endiciaSignupPostalSettings li,
#endiciaBillAddr li {
	width: 50%;
	float: left;
}

.endiciaMailAddrSame {
	padding: 0 100px 0 120px;
}

.endiciaMailAddrSame input {
	float: left;
	margin-right: 5px;
	margin-bottom: 25px;
}

.endiciaAgree p {
	padding: 0 5%;	
}
.endiciaAgree input {
	float: left;
	margin: 2px 15px 25px 0;
}

.endiciaCreds label {
	margin-left: 5px;
}

.endiciaCreds input {
	width: 220px;
}

.endiciaSecurityQuestion input {
	width: 65% !important;
}

.endiciaSecurityQuestion label {
	margin-left: 5%;
}

.endiciaBillAddrSame {
	padding-left: 10px;
}

#endiciaBillAddr {
	padding-top: 20px;
	border-top: silver dotted 1px;
}

#endiciaSignupCC li {
	display: inline-block;
	margin-left: 15px;	
}

#endiciaSignupCC label {
	display: block;
	text-align: left;
}

fieldset.xtraPadding p,
.third_party_form .errors p,
.third_party_form .infos p,
.third_party_form .alerts p,
.instructions p {
	padding: 0 6px;
}

.instructions .big_help_link {
	display: block;
}

.instructions li {
	line-height: 2em;
}

.fields .phone1,
.fields .phone2 {
	width: 35px;
	text-align: center;
}

.fields .phone3 {
	width: 50px;
}

li.checkMark::after {
	content: '';
	background: url(../master/images/ok.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.endiciaShipExtras li {
	display: inline-block;
	width: 32%;
	
}

.endiciaInsuranceFee {
	border-bottom: silver solid 1px;
	padding: 0 10px 2px 0;
}

.endiciaInsured .estTotalCost {
	font-weight: bold;
}

.endiciaInsured .endiciaShipOverview label {
	margin-right: 10px;
}

ul.info.endiciaShipOverview .field_outer {
	width: 165px;
}

.endiciaInsured .endiciaInsuranceInfo label,
.endiciaInsured .postageNoIns label {
	margin-right: 3px;
}

.endiciaInsured .fs_double fieldset {
	min-height: 220px !important;
}

.endiciaShipment #shipConfirmShipDetails .fs_double fieldset {
	min-height: 200px;
}

html .rich_text_fieldset {
	border: 0;
	background: none !important;
	box-shadow: none;
	padding: 0;
}

html .rich_text_fieldset .field_name_td {
	display: none;
}

html .rich_text_fieldset div:first-child {
	width: auto !important;
}

#shipOrderDetails .admin_fieldset_header .cpBtn {
	float: right;
}

#shipPackDetails {
	display: none;
}

#endiciaShipCustomsOther label {
	width: 180px;
	display: block;
	text-align: left;
}

#endiciaShipCustomsOther li {
	width: 49%;
	display: inline-block;
	line-height: normal;
	margin-bottom: 15px;
}

#endiciaShipCustomsOther ul {
	margin-left: 15%;
}

#endiciaShipItems table {
	margin: 0 auto;
	text-align: center;
}

#endiciaShipItems table * {
	font-size: inherit !important;
}

#endiciaShipItems th {
	font-weight: normal;
	padding: 0 10px;
}

#endiciaShipItems td:first-child,
#endiciaShipItems th:first-child {
	text-align: left;
} 

#endiciaShipItems td:last-child {
	width: 120px;
} 

#endiciaShipItems td:first-child input {
	width: 300px;
}

#endiciaRefundTrackNos textarea {
	width: 100%;
}




/* Styles below are for the image select popup window */
body.img_browser {
	margin-top: 0px; 
	overflow: auto;
}

#img_select_tb {
	width: 100%;
	height: 100%;
}

#img_select_tb td {
	padding: 0;
}

#img_select_tb .dir_td {
	font-size: 11px;
	width: 150px; 
	height: 100%; 
	border-right: black solid 1px;
	padding: 10px;
}

#img_select_tb .dir_td a {
	text-decoration: none;
	color: black;
	display: block;
	height: 20px;
}

#img_select_tb .dir_td a:hover {
	text-decoration: underline;
	color: navy;
}	

#img_select_tb .dir_td a img {
	vertical-align: middle;
	border-width: 0px;
	margin-right: 5px;
}

#img_select_header {
	height: 28px;
	border-bottom: black solid 1px; 
	box-shadow: 0px 2px 3px #999;
	padding-left: 2px; 
	white-space: nowrap;
	position: relative;
}

#img_select_current_outer {
	position: absolute;
	top: 6px;
}

#img_select_current {
	vertical-align: middle;
}

#img_select_browsing {
	position: absolute;
	right: 10px;
	top: 6px;
}

#img_select_img_dir {
	background: #dfdfdf;
}

#img_select_img_dir #imgs_div {
	margin-top: 20px;
}

#img_select_sort {
	margin-right: 10px;
	border-right: silver solid 1px;
	padding-right: 10px;
}

.img_select_img_outer {
	float: left; 
width: 140px; 
height: 140px;
	text-align: center; 
	margin: 10px; 
	margin-bottom: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #999;
	cursor: pointer;
}

.img_select_img_outer:hover {
	box-shadow: 0px 0px 5px green;
}

.img_select_img_inner {
	width: 140px; 
	height: 140px; 
	text-align: center; 
	position: relative; 
}

.img_select_zoom {
	position: absolute; 
	bottom: 10px; 
	right: 3px;
	width: 30px;
}


.img_select_file_info,
.img_select_file_name {
	font-size: 7pt;
	color: gray;
}

.img_select_file_info {
	font-size: 8pt;
	margin-top: 2px;
}

.img_select_file_name {
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	position: absolute;
	width: 110px;
	padding-top: 6px;
	left: 12px;
	top: -25px;
	color: black;
}

.img_browser fieldset {
	border: #dfdfdf solid 1px;
}

.img_browser legend {
	color: gray;
	font-size: 12px;
}

.img_browser .fs_outer {
	margin-bottom: 15px;
}

.img_browser .fs_inner {
	margin: 3px;
}

#img_select_fs_folders {
	min-height: 300px;
}

.img_browser .error {
	color: red;
	padding: 5px;
}
							
.img_browser .success {
	color: green;
	padding: 5px;
}

.img_select_page_nav_outer {
	text-align: center;
	clear: both;
}
	
.img_select_page_nav_div {
	margin: 10px auto 5px auto;
	height: 40px;
	width: 410px;
	overflow: auto;
	font-size: 12px;
	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 */
.img_select_page_nav_div_scroll {
	height: 40px;
}

.img_select_page_nav_div a, .img_select_page_nav_div span, .img_select_page_nav_link {
	margin-right: 10px;
	text-decoration: none;
	
	border: silver solid 1px;
	color: #000;
	padding: 2px;
}

.img_select_page_nav_link {
	margin-right: 1px;
}

.img_select_page_nav_div a:hover, .img_select_page_nav_link:hover {
	background-color: silver;
	border: blue solid 1px;
	background: #fff;
}

/* only thing in a span is the current page number */
.img_select_page_nav_div span {
	color: gray;
	border-color: #dfdfdf;
}

.img_select_page_nav_current {
	font-weight: bold;
	background: #fff;
}

.demo_mode_err {
	text-align: center;
	margin-top: 5px;
}

.diag_trace {
	font-size: 10px; 
	font-family: arial, tahoma, sans-serif; 
	margin: 0; 
	overflow: auto;
	white-space: pre;
}

#cke_Summary {
	width: auto !important;
	height: 200px;
	
}

#cke_Summary .cke_contents {
	height: 98px !important;
}

.browser_ie #cke_Summary .cke_contents,
.browser_ed #cke_Summary .cke_contents {
	height: 97px !important;
}

.browser_ff #cke_Summary .cke_contents {
	height: 95px !important;
}

.em_fname {
	border: rgba(0,0,0,.07) solid 1px;
	border-radius: 3px;
	padding: .3em;
}

.theme_chooser select {
	font-size: 11px;
}

.imgFldPreview img:first-of-type {
	max-width: 130px;
	height: auto;
}

.data_grid_no_open #data_grid_top_left,
.data_grid_no_open td.check_all,
.data_grid_no_open .data_wrapper > td:first-child {
	display: none;
}

.data_grid_no_open #record_header_row th:first-child,
.data_grid_no_open .record_td:first-child {
	border-left: #000 solid 1px !important;
}

.data_grid_no_open .data td.record_td {
	cursor: default;
}

ul.req {
	margin-left: 5px;
}

.req li {
	position: relative;
	padding: 10px 25px;
	border-bottom: rgba(0,0,0,.2) dotted 1px;
	line-height: 1.5em; 
}

.req_legend {
	margin-top: -25px;
	text-align: center;
	padding: 0;
}

.req_legend .req li {
	display: inline-block;
	border: 0;
	padding: 10px 25px 0 25px;
}

.req .ok::before,
.req .myb::before,
.req .ng::before {
	content: '\e81c';
	font-family: "SC Fontello";
	font-size: 20px;
	color: #039B03;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 11px;
}

.req .ok::after,
.req .ng::after,
.req .myb::after {
	height: 16px;
	width: 16px;
	border-radius: 8px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	background: #fff;
	z-index: 1;
}

.req .ng::before {
	content: '\e825';
	color: red;
}

.req .myb::before {
	content: '\e83a';
	color: #bbb;
}

.req .help {
	background: #fafafa;
	padding: 10px;
	border-radius: 3px;
	border: rgba(0,0,0,.1) solid 1px;
	border-left-width: 5px;
	margin: 10px 0;
	overflow: hidden;
	color: #555;
}

.req .help .cpBtn {
	float: right;
	min-width: 120px;
}

.diag_cp {
	max-width: 680px;
	height: 300px;
	overflow: scroll;
	line-height: 1.2;	
}

.diag_cp * {
	max-height: none !important;
}

.issues ol {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
.issues li {
	border-bottom: rgba(0,0,0,.2) dotted 1px;
	padding: 10px 0;
}

ul.no_reset {
	list-style-type: disc;
	margin-left: 20px;
}

ol.no_reset {
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 0;
}

.no_reset li {
	line-height: 1.2;
	margin-bottom: 1em;
}

.profit_neg {
	color: red !important;
}

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

.geoip li {
	overflow: hidden;
	padding: 7px 0;
	border-bottom: #e8e8e8 solid 1px;
}

.geoip li:last-of-type {
	border-bottom: 0;
}

.geoip li:nth-child(even) {
	background: #fff;
}
	
.geoip label {
	width: 25%;
	float: left;
	text-align: right;
	color: #666;
}

.geoip .important label {
	font-weight: bold;
}

.geoip label::after {
	content: ':';
	padding-right: 15px;	
}

.geoip li span {
	float: left;
	width: 75%;
}

.geoip_MinFraud .geoip_distance span::after {
	content: ' KM';
}

.stat_bar {
	height: 1.5em;
	background: #fff;
	margin-bottom: 5px;
	border: #dfdfdf solid 1px;
	border-radius: 3px;
}

.stat_bar_value {
	background: #999;
	height: 100%;
}

.geoip_riskScore .stat_bar_value {
	background: red;
}

.geoip_help {
	text-align: center;
	background: #fff;
	padding: 10px;
}

.geoip_help a {
	background: url(images/help_small.png) no-repeat;
	padding-left: 20px;
}
#adv_search_row1 {
	text-align: left;
}
#adv_search_flds_add_before #adv_search_match,
#adv_search_flds_add_before a {
	line-height: 30px !important;
	display: inline-block;
	box-sizing: content-box;
	padding: 0 10px;
	height: 30px;
	vertical-align: middle;
}
#adv_search_flds_add_before #adv_search_match {
	display: none;
}
#adv_search_flds_add_before .record_button3 img {
	margin-top: -2px;
}

#order_ship_details pre:first-of-type {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#ra_price_qbp_outer {
	display: inline-block;
	margin-left: 20px;
}

.formLabel {
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.priceSetBtns {
	margin-top: 10px;
}

.priceRow td * {
	vertical-align: middle;
}

.priceSetName {
	width: 60px;
}

.shipQty1,
.shipQty2 {
	width: 50px;
	background: #fff;
	text-align: right;
}

.shipQty2 {
	display: none;
}

.shipRangeTo .shipQty2 {
	display: inline;
}

/* hides anything that shouldn't be seen when product does not ship separately */
.shipSettings:not(.shipSep) .shipSepShow {
	display: none;
}


.shipSettings.shipSep .shipSepHide {
	display: none;
}


/* hide courier RTR specific stuff as needed */
body:not(.upsRtr) 		.upsRtrShow, 
body:not(.uspsRtr) 		.uspsRtrShow, 
body:not(.fxRtr) 		.fxRtrShow, 
body:not(.endiciaRtr) 	.endiciaRtrShow, 
body:not(.fwRtr) 		.fwRtrShow, 
body:not(.capostRtr) 	.capostRtrShow, 
body:not(.auspostRtr) 	.auspostRtrShow { 
	display: none !important;
}

.shipSettings {
	position: relative;
}

.shipTop .cpShipBtns {
	position: absolute;
	top: 0;
	right: 5px;
}

.cpBtnShipShow {
	spadding: 0;
}

.shipTop .cpShipBtns button {
	border: 0;
	box-shadow: none;
	background: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
	color: green !important;
	margin-left: 20px;
}

.shipTop .cpShipBtns button:hover {
	text-shadow: none !important;
	color: #000 !important;
}

.cpBtnShipShow::after {
	content: 'Hide';
	margin-left: 3px;
}

.shipHide .cpBtnShipShow::after {
	content: 'Show';
	margin-left: 0;
}

.cpBtnShipShow::before {
	font-family: 'SC Fontello';
	font-size: 14px;
	content: '\e849';
	display: inline-block;
	margin: 0 5px;
}

.shipSettings.shipHide .shipSettingsInner,
.shipSettings.shipHide .cpBtnShipHide {
	display: none;
}

.shipSettings.shipHide {
	border: silver dotted 1px;
	border-width: 1px 0 0 0;
	background: none;
	box-shadow: none;
	padding: 10px;
	margin: 0;
}

.shipSettings.shipHide:first-of-type {
	border: 0;
}

.shipTop {
	position: relative;
}


.shipSettingsInner table {
	width: 100%;
}
	
.shipSettingsInner td {
	padding: 4px 0 !important;
}

.shipSettings:not(.shipHide) .cpBtnShipShow::before {
	content: '\e847';
}

.shipSettings:not(.shipHide) .shipTop {
	border-bottom: silver dotted 1px;
	padding-bottom: 8px;
}

.shipSettingsBtns,
.shipSvcBtns {
	margin-top: 15px;
	text-align: center;
}

.noData .shipTo,
.noData .shipQty2,
.noData .shipUnit {
	display: none;
}

.pkMethod {
	display: inline-block;
	width: 65px;
}

.pkMethodHelp {
	color: gray;
}

.pkMethodHelp::before {
	content: '- ';
}

.shipSvcDelete {
	background: url('images/delete.png');
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.shipSvcRow * {
	vertical-align: middle;
}

.shipPostage.hide {
	display: inline;
	visibility: hidden;
}

.shipSvc {
	width: 320px;
}

.ruleScopeFS .field_name_td {
	display: none;
}

.radios .fn_wrap > * {
	vertical-align: middle;
}

.radios_w_help {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.radios_w_help .fn_wrap {
	display: block;
	float: left;
	width: 10%;
	padding-right: 10px;
}

.radio_help {
	color: gray;
	float: left;
	padding-top: 2px;
}

label[id^=FD_Scope]::after {
	content: ':';
}

.ship_detail .inner {
	padding: 10px;
}

.ship_detail {
	padding-bottom: 0;
}

.ship_detail ul > li {
	margin-bottom: 1em;
}

.ship_detail li li {
	font-style: italic;
	padding-left: 5px;
	margin-bottom: 0;
}

.pack_detail ul {
	margin-bottom: 20px;
	padding: 5px;
}

.pack_detail ul > li {
	margin-bottom: 2px;
}

.pack_detail label,
#shipOrderDetails .pack_detail label {
	display: inline-block;
	width: 100px;
	color: #999;
}

.oShipDetail,
.oPackDetail {
	padding: 0 10px 10px 10px;
}

.oShipDetail {
	margin-bottom: 25px;
}

.third_party_form .oShipDetail,
.third_party_form .oPackDetail {
	background: #fff;
	border: silver solid 1px;
	padding: 5px;
}

.oShipDetail ul,
.oPackDetail ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.oPackDetail ul {
	margin-bottom: 20px;
}

.oShipDetail li,
.oPackDetail li {
	line-height: 1.4;
}

.oShipDetail ul > li {
	margin-bottom: 1em;
}

.oShipDetail li li {
	font-style: italic;
	padding-left: 5px;
	margin-bottom: 0;
}

.rOrderAutoCreate .field_name_td {
	display: none;
}

.rOrderAutoCreate h3,
.pack_detail h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	border-bottom: #dfdfdf dotted 1px;
	padding-bottom: 5px;
	color: #000;
}

.order_detail .prod_code {
	display: block;
	font-weight: normal;
	font-size: .85em;
	color: #999;
}


/* keep this last in the file */
.hide,
.record_div fieldset fieldset.hide {
	display: none;
}

