/*** Elements ***/

body {
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 10pt;
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
}

td {
	font-family: arial, helvetica;
	font-size: 10pt;
}

a {
	color: #0000CC;
}

/*
textarea {
	font-family: arial;
	font-size: 10pt;
}
*/

select {
	text-indent: 0px; /*Mozilla freaked out about the checkboxWrap trick*/
}

form {
	display: inline;
}

img {
	border-color: #0000CC; /*To make images that are links use blue for the colour*/
}

/*-----------------------------------------------*/


/*** GENERAL ***/

.registerLink {
	font-weight: bold;
	color: #FF6600;
	font-size: 9pt;
}

a:visited.contentLink {
	color: #800080;
}

.tableTitle {
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana;
	color: #003399;
}

.toolBar {
	border: 1px solid #003399;
	background-color: #BDCEE7;
	padding: 3px;
}

.toolBar td {
	padding: 3px;
	font-size: 8pt;
}

.button {
	border-style: double;
	border-color: #333333;
	border-width: 3px 3px 3px 3px;
	background-color: #009933;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	background-image: url(/img/buttons/button_bg.gif);
}

.buttonDisabled {
	border: 3px #333333 double;
	background-color: #D5D5D5;
	color: #808080;
	font-weight: bold;
	font-size: 8pt;
	cursor: default;
	background-image: url(/img/buttons/button_disabled_bg.gif);
}

.fieldDisabled {
	background: #DADADA;
	color: #DADADA;
}

.confirmMessage {
	margin-left: 5px;
}

.confirmMessageSuccess {
	border-left: 1px #006633 solid;
	border-bottom: 1px #006633 solid;
	background-color: #FFF9C4;
	background-image: url(/img/header/msg_background.gif);
	background-repeat: repeat-x;
}

.confirmMessage td {
	padding-top: 5px;
	font-size: 9pt;
}

.confirmMessage ul {
	padding-left: 10px;
	margin: 2px 0px 5px 15px;
}

.confirmMessageText {
	font-size: 9pt;
	padding-top: 8px;
}

.confirmMessageError .confirmMessageText {
	color: white;
	font-size: 12pt;
}

.confirmMessageError {
	background-color: #cc3333;
	border-left: 1px #600 solid;
	border-bottom: 1px #600 solid;
	margin-left: 5px;
	background-repeat: repeat-x;
}

.confirmMessageError .error {
	color: white;
}

.popupHeader {
	background-color: #F5F5F5;
	border-bottom: 3px #009933 double;
}

.popupFooter {
	background: #F5F5F5;
	border-top: 1px #009933 solid;
	border-bottom: 1px #009933 solid;
	text-align: right;
	padding: 3px;
}

.salesNumber{
     background-color:#093; 
     color: #FFF; 
     width: 300px; 
     padding: 3px; 
     position: absolute; 
     top: 0px; 
     right: 0px; 
     cursor:pointer; 
     text-align:center;
}
.salesBlank{
     display: none;
}

/*-----------------------------------------------*/


/*** NAVIGATION ***/

.announcement td {
	border-left: #003399 1px solid;
	border-top: #003399 1px solid;
	background-color: #FDFAE0;
	padding: 5px 9px;
	font-size: 9pt;
}

table.horizontalNav {
	border-collapse: separate;
	border-width: 1px 0px;
	border-color: #003399;
	border-style: solid;
}
.horizontalNav td {
	background-color: #3366CC;
	color: #FFFFFF;
	height: 28px;
	padding: 0px 5px;
}
.horizontalNavDev td {
        background-color: #CC3333;
	height: 40px;
        font-size: 16px;
}
.horizontalNavPromo td {
	border-width: 1px 0px;
	border-color: #003399;
	border-style: solid;
	background-color: #3366CC;
	color: #FFFFFF;
	height: 14px;
	padding: 0px 5px;
}

.horizontalNav a {
	color: #FFFFFF;
	padding: 0px 3px;
}

.bubbleContainer {
	vertical-align: bottom;
	padding-right: 10px;
}

.bubble {
	font-size: 8pt;
	text-align: center;
	height: 19;
}

.bYellow { /*Used in announcement bubble*/
	background-color: #FDFAE0;
}

.bRed { /*Used in announcement bubble*/
	background-color: #FF0000;
	color: #FFFFFF;
}

.topLinks {
	vertical-align: bottom;
	padding: 0px 5px 3px 0px;
	font-weight: bold;
}

.mainNavTable {
	height: 0%; /*For some reason, this enables the side nav to fill the entire vertical area. "auto" doesn't work in mozilla*/
}

.menuImage {
	margin-top: 10px;
}

.menu {
	border-right: #006633 1px solid;
	border-bottom: #006633 1px solid;
	border-left: #009933 1px solid;
	background-color: #E7E7D6;
	margin-bottom: 10px;
	border-collapse: separate;
}

.menuItem {
	background-color: #E7E7D6;
	border-bottom: #FFFFFF 1px solid;
	color: #000000;
	padding: 3px 5px 3px 5px;
	font-size: 9pt;
}

.menuItem2 {
	background-color: #EDEDE3;
	border-bottom: #FFFFFF 1px solid;
	color: #000000;
	padding: 3px 5px 3px 5px;
	font-size: 9pt;
	cursor: pointer;
}

.selectedMenu {
	background-color: #EDEDE3;
	border-bottom: #FFFFFF 1px solid;
	color: #000000;
	padding: 3px 0px 3px 5px;
	font-size: 9pt;
}

.selectedMenu a {
	color: #000000;
	text-decoration: none;
}

.selectedMenu a:hover {
	color: #000000;
	text-decoration: underline;
}

.menuBullet {
	padding-left: 6px;
	font-weight: bold;
	font-size: 10pt;
}

.flyaway {
	background-image: url(/img/leftnav/flyaway_arrow.gif);
	background-repeat: no-repeat;
	background-position: 135px;
}

.flyawayDiv {
	display: none;
	position: absolute;
	top: -2px;
	left: 134px;
	border-right: #006633 1px solid;
	border-bottom: #006633 1px solid;
	border-left: #009933 1px solid;
	border-top: #009933 1px solid;
	background-color: #E7E7D6;
	z-index: 20;
}

.createListingItem {
	text-align: center;
	background-color: #E7E7D6;
	border: 1px #E7E7D6 solid;
	padding: 0px 1px;
}

.createListingItem2 {
	text-align: center;
	background-color: #EDEDE3;
	border: 1px #FFFFFF solid;
	padding: 0px 1px;
	cursor: pointer;
}

.folderIframe {
	background-color: #E7E7D6;
	border-bottom: #FFFFFF 1px solid;
}

.marketingMenu {
	padding: 5px;
	font-size: 9pt;
}

.sideNav {
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	background-color: #BDCEE7;
	text-align: center;
	height: 100%;
}

.sideNav td {
	padding: 1px 0px;
}

.noMenuSideNav {
	border-right: #003399 1px solid;
	background-color: #BDCEE7;
	text-align: center;
	height: 100%;
}

.noMenuSideNav td {
	padding: 1px 0px;
}

.bottomNav {
	font-size: 9pt;
}

/*-----------------------------------------------*/


/*** DATA OUT PANELS ***/

.panelOuter {
	background-color: #999999;
}

.panelInner {
	padding: 2px; 
	background-color: E7E7D6;
}

.panelInner td {
	padding: 3px;
	font-size: 9pt;
}

.panelToolbar {
	border-top: 1px #CCCCCC solid;
	text-align: center;
}

/*-----------------------------------------------*/


/*** DATA OUT ***/

.tableCount {
	font-size: 8pt;
}

.tabImage {
	vertical-align: bottom;
	cursor: pointer;
}

.dataOut {
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-collapse: separate;
	background-color: #ffffff;
}

.NoClass {
  border-collapse: collapse;
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
}

.columnRow td {
	font-family: verdana;
	font-size: 8pt; 
	height: 23px;
	padding: 1px 5px;
	background-color: #E7E7D6;
}

* .columnRow td {
	height: 25px;
}

.columnRow2Subs TD { /*Used when multiple rows of column headers*/
	padding: 0px 5px 1px 5px;
	font-size: 8pt; 
	font-family: verdana; 
	background-color: #E7E7D6
}

.columnHeader {
	color: #0000CC;
}

.columnHeaderSort {
	color: #0000CC;
	font-weight: bold;
}

.evenRow td {
	border-top: 1px #999999 solid;
	padding: 2px 5px;
	font-size: 9pt;
}

.oddRow td {
	border-top: 1px #999999 solid;
	padding: 2px 5px;
	font-size: 9pt;
}

.viewAllRow td {
	border-top: 1px #999999 solid;
	padding: 2px 5px;
	font-size: 8pt;
	background-color: #F5F5F5;
	text-align: center;
}

.combinedRowTop td {
	border-width: 1px 0px 0px 0px;
	border-color: #999999;
	border-style: solid;
	padding: 2px 5px;
	font-size: 9pt;
	background-color: #EFF8EF;
	background-image: url(/img/backgrounds/order_background.gif);
}

.combinedRow td {
	padding: 2px 5px;
	font-size: 9pt;
	background-color: #EFF8EF;
}

td.columnCheck {
	border-right: 1px solid #999999;
	text-align: center;
	width: 30px;
	padding: 0px;
	background-color: #E7E7D6;
}

td.dataOutCheck {
	border-right: 1px solid #999999;
	text-align: center;
	width: 30px;
	background-color: #E7E7D6;
	padding: 0px;
}

.pagination {
	text-align: right;
	font-size: 9pt;
	padding: 0px 5px 0px 0px;
}

.paginationPill td {
	padding: 0px;
}

.paginationPill select {
	font-size: 9pt;
}

.legend {
	font-size: 8pt;
	padding: 2px 0px 0px 5px;
}

.legend img {
  vertical-align: middle;
}
.legend ul {
  margin: 0;
  padding: 0;
}

.legend li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imgBorder {
	border: 1px solid #000000;
}

.noData {
	text-align: center;
	background-color: #F5F5F5;
	padding: 30px 5px;
	font-size: 9pt;
}

/*-----------------------------------------------*/


/*** DATA IN ***/

.dataIn {
	border-left: 1px #003399 solid;
	border-right: 1px #003399 solid;
	background-color: #E7E7D6;
}

.dataIn td {
	padding: 3px 5px;
}

.label {
	width: 150px;
	text-align: right;
	background-color: #FFFFFF;
	border-right: 1px #999999 solid;
}

/*-----------------------------------------------*/


/*** SETTINGS PAGE ***/

.topToolBar {
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
	background-color: #BDCEE7;
}

.topToolBar td {
	padding: 3px;
	font-size: 8pt;
}


.settings {
	border-left: 1px #003399 solid;
	border-right: 1px #003399 solid;
}

.settingsLabel {
	background-color: #FFFFFF;
	border-right: 1px #999999 solid;
	border-top: 1px #003399 solid;
	vertical-align: top;
	padding: 3px 5px;
	width: 50%;
}

.settingsData {
	background-color: #E7E7D6;
	border-top: 1px #003399 solid;
	vertical-align: top;
	padding: 3px 5px;
}

/*-----------------------------------------------*/


/*** BOSCO ***/
.item_off {
  background-image: url("/img/bosco/bo_row.gif");
  background-repeat: no-repeat;
  text-indent: 10px;
  background-position: 6px 7px;
  height: 25px;
}
.item_on {
  background-image: url("/img/bosco/bo_selected.gif");
  background-repeat: no-repeat;
  text-indent: 10px;
  background-position: 3px 10px;
  height: 25px;
}
.changed {  background-color: #FFFFCC;}

td.subTable {
  padding: 0 15px;
  background: url(/img/bosco/bgr_subtable.gif) repeat-x;
}
.subTable table {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #FFF;
  margin-bottom: 10px;
  width: 100%;
}
.subTable th {
  font-weight: normal;
  font-size: 8pt;
  background: #E7E7D6;
  text-align: left;
  height: 22px;
  padding: 2px 5px;
}
.subTable td {
  font-size: 8pt;
  height: 22px;
  border-top: 1px solid #CCC;
}

.drVendioH {
  width: 44px;
  height: 24px;
  background: url(/img/tupdo/dr_horiz.gif) no-repeat;
}
.drVendioHo {
  width: 44px;
  height: 24px;
  background: url(/img/tupdo/dr_horizo.gif) no-repeat;
}
.drVendioH img {
  display: block;
  float: left;
  cursor: pointer;
}
.drVendioHo img {
  display: block;
  float: left;
  cursor: pointer;
}
* html .drVendioH img {
  margin: 0 -3px;
}
* html .drVendioHo img {
  margin: 0 -3px;
}
.declined {
  color: #999;
  text-decoration: line-through;
}


/*-----------------------------------------------*/


/*** MISC ***/

.pageHeader {
	border-width: 0px 0px 1px 1px;
	border-color: #006633;
	border-style: solid;
	font-size: 13pt;
	font-weight: bold;
	font-family: verdana;
	color: #003399;
	padding: 2px 0px 1px 4px;
	margin-top: 10px;
	background-image: url(/img/backgrounds/page_header_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

* html .pageHeader {
	width: 100%;
}

.rightTdBody {
	float: right; 
	font-size: 10pt; 
	font-family: arial; 
	color: #000000; 
	font-weight: normal; 
	margin-right: 3px;
}

.DHL {
	float: right;
	width: 215px;
}

.subHeader{
	font-weight: bold;
	color: #009933;
	font-family: verdana;
	font-size: 11pt;
	border-bottom: 1px #006633 solid;
	margin-bottom: 5px;
}

/* for complex Prefs pages, enclose everything below subHeaders in this
 * div */
.subHeaderIndent {
	padding-left: 10px;
}

.greenHeader {
	font-weight: bold;
	color: #009933;
	font-family: verdana;
	font-size: 11pt;
}

.darkBlueHeader { 
	font-weight: bold;
	color: #003399;
	font-family: verdana;
	font-size: 11pt;
}

.pageIntro {
	padding-left: 5px;
}

.infoGrid td {
	border-width: 1px;
	border-style: solid;
	border-color: #003399;
	padding: 5px;
}

.infoGridColumnHeaders td {
	background-color: #BDCEE7;
	font-weight: bold;
	vertical-align: top;
}


.infoGrid .columnRow td {
	background-color: #DBE0E7;
}

.planInfo td {
        border: white solid 0px;
	padding: 3px;
}

.checkboxIndent {
	padding-left: 20px;
}

.checkboxWrap {
	text-indent: -20px;
	padding-left: 20px;
}

.tiny {
	font-size: 8pt;
}

table.tiny td {
	font-size: 8pt;
}

.small {
	font-size: 9pt;
}

table.small td {
	font-size: 9pt;
}

input.small, select.small {
	font-size: 9px;
}	

.big {
	font-size: 12pt;
}

.jumbo {
	font-size: 14pt;
}

.green { /*used on Images page (last viewed)*/
	color: #009933;
}

.blue {
	color: #3366CC;
}

.darkblue {
	color: #003399;
}

.orange {
	color: #FF9900;
}

.verticalGray { /*used on My Account page*/
	background-image: url(/img/spacers/gray.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

.grayBox {
	background-color : #f5f5f5;
	border : 1px solid #3366CC;
	padding : 5px 5px 5px 5px;
}

.yellowBox {
	background-color: #FFFFCC;
	border: 1px solid #009933;
	padding: 5px;
}

.nobr {
	white-space: nowrap;
}

.noBorders td {
  border: 0;
}


/*-----------------------------------------------*/


/*** TICKETS STYLES ***/

.required {
	font-weight: bold;
}

.editable {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.editable a {
	color: #0000CC;
	text-decoration: none;
}

.editable a:hover {
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}

.revised {
	color: #0000CC;
	background-color: #CCFFCC;
	font-weight: normal;
	text-decoration: none;
}

.voidCell{
	color: #999999;
	background-color: #E0E0E0 !important;
	font-weight: normal;
	text-decoration: line-through;
}

.voidCell a {
	color: #999999;
}

.readonlyCell {
	color : #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.error a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.catalogPrefilled {
	background-color: #FFFFCE;
}

.itemspecifics {        
	background-color: #FFFFEE; 
}       

.ebayPanel {
	background-color: #E7E7D6;
	border: #CCCCCC solid 1px;
	padding: 3px;
}

.ebayPanel td {
	border-width: 0px;
	padding: 2px;
	font-size: 8pt;
}

.ebayPanel select {
	font-size: 8pt;
}

.catalog { 
	scrollbar-face-color: #FFFFCE;
	scrollbar-shadow-color: #FFFFCE;
	scrollbar-darkshadow-color: #999968;
}

/* Commented out until we figure out what we're doing.
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
*/
        
.catalog_block {
	background-color: #FFFFCE;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: #999968 solid 1px;
}
			
.catalog_header {
	font-weight: bold; 
	padding: 3px 3px 3px 5px;
	background-color: #FFE784;
	border: #FFCF00 solid 1px;
}

.catalog select, .catalog input {
	font-size: 8pt;
}

.catalog_results td {
	padding: 2px 0px;
	border-top: #EEEEBD solid 1px;
}       

.columnTabsTable {
	background-color: #F5F5F5;
	border-left: 1px #003399 solid;
	border-right: 1px #003399 solid;
}

.columnTabsTable td {
	border-bottom: 1px #999999 solid;
}

.columnTabs {
	position: relative; 
	z-index: 10; 
	top: 4px;
}

.yellowTip {
	position:absolute;
	visibility: hidden;
	border-size: 1px;
	background-color:FFFF99;
	font-family: verdana;
	font-size: 11px;
	padding:5px;
	margin-bottom:5px;
	border-style:solid;
	border-width: 1px;
	border-color:FFCC66;
	z-Index: 2;
}

.simpleRow td {
	background-color:FFFFFF;
}

.darkDotted {
	border-left: 1px #666666 dotted;
}

.lightDotted {
	border-left: 1px #CCCCCC dotted;
}

.nobr {
	white-space: nowrap;
}

/*new*/
.columnSubTabOn {
	border-right: #CCCCCC 1px solid; 
	padding: 0px 5px 5px 5px;
	width: 30px; 
	background-color: #F4F4EB; 
	text-align: center; 
	font-weight: bold; 
}

/*new*/
.columnSubTabOff {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	padding: 0px 5px 5px 5px;
	width: 30px; 
	background-color: #E7E7D6; 
	text-align: center; 
	white-space: nowrap;
}

/*new*/
.columnSubTabErrOn {
	border-right: #CCCCCC 1px solid; 
	padding: 0px 5px 5px 5px;
	width: 30px; 
	background-color: #FF9999; 
	text-align: center; 
	font-weight: bold;
	color: red; 
}

/*new*/
.columnSubTabErrOff {
	border-right: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	padding: 0px 5px 5px 5px;
	width: 30px; 
	background-color: #FFCCCC;
	text-align: center; 
	white-space: nowrap;
	color: #FF0000;
}

/*new*/
.columnSubTabSpace {
	border-bottom: #CCCCCC 1px solid;  
	width: 100%;  
	background-color: #E7E7D6; 
}

/*new*/
.columnRowTopSubTable{
	background-color: #e7e7d6; 
	border-left: 1px #003399 solid;
	border-right: 1px #003399 solid;
	padding: 0px;
}

.columnRowTopSubTable td {
	border-bottom: 1px #cccccc solid;
}

.columnRowTopSub {
	position: relative;
	font-size: 8pt; 
	font-family: verdana; 
}

.columnRowSub TD {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 8pt; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: verdana; 
	BACKGROUND-COLOR: #F4F4EB
}

/*new*/
.shadowColumn{
	border-left: 1px #999999 solid;
	background: url(/img/smpp/shadow_column.gif) repeat-y;
}

/*new*/
.shadowSubColumn{
	border-left: 1px #999999 solid;
	background: url(/img/smpp/shadow_subcolumn.gif) repeat-y;
}

/*new*/
.shadowRow {
	border-left: 1px #999999 solid;
	background-image: url(/img/smpp/shadow_row.gif);
  background-repeat: repeat-y;
}

/*new*/
.shadowDisabled{
	border-left: 1px #999999 solid;
	background: #E0E0E0 url(/img/smpp/shadow_disabled.gif) repeat-y;
}

/*new*/
.smieWelcomePanel {
	margin: 10px;
	padding: 10px;
	border: #009933 solid 1px;
}
.smieWelcomePanel div.sizeSetter{
        height: 64px;
}
a.sourcingbtn, a.sourcingbtn span {
	margin: 0 10px 0 0;
	padding: 0 0 0 18px;
	height: 21px;
	background:transparent url(/img/buttons/sourcingbtn.gif) no-repeat scroll 0 0;
	color:#fff;
	font:bold 12px/21px Arial,Verdana,sans-serif;
	white-space:nowrap;
	cursor:pointer;
	display:inline-block;
	text-decoration:none ! important;
}
a.sourcingbtn span {
	margin:0;
	background-position:right -42px;
	padding:0 18px 0 0;
	display: inline-block;
}
a.sourcingbtn:hover {
	background:transparent url(/img/buttons/sourcingbtn.gif) no-repeat scroll 0 -21px;
}
a.sourcingbtn:hover span {
	background-position:right -63px;
}

.sourcing_btn_wrapper{
	padding: 10px;
}
/*-----------------------------------------------*/


/*** DATE/TIME FIELDS ***/

.dc_fieldGray {
	color: #999999;
	text-align: center;
}

.dc_fieldRed {
	color: #FF0000;
	text-align: left;
}

.dc_fieldBlack {
	color: #000000;
	text-align: left;
}

.dc_fieldGreen {
	color: #009933;
	text-align: left;
}

/*-----------------------------------------------*/


/***  IMAGE HOSTING ++ ***/

.selectImagesTabs {     
	position: relative; 
	top: 1px;     
}                               
         
.selectImagesTabRow {
	background-color: #FFFFFF;
	padding-top: 5px;
	border-bottom: #999999 solid 1px;
}                       

.tabbedDialog {         
	border: #003399 solid 1px;
	background-color: #FFFFFF;
}       

/* new stuff added May 2004 */

.uploadlink { 
	background-color: #BDCEE7;
	border: #3366CC solid 1px;
}

.usage_thermometer {
	background-color: #009933; 
	border-left: #000 solid 1px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
.usage_thermometer_empty {
	background-color: #FFFFFF; 
	border-bottom: #000000 solid 1px;
	border-top: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

/* fake select */

.fs_savedList {
        position: absolute;
        top: 23px;
        left: 0px;
        width: 168px;
        height: 178px;
        font-family: sans-serif;
        font-size: 10pt;
        border: 1px solid #000000;
        background: #FFFFFF;
	overflow: auto;
}
.fs_savedItem {
        width: 100%;
        cursor: default;
        overflow: hidden;
        white-space: nowrap;
        font-family: sans-serif;
        font-size: 10pt;
        padding-left: 3px;
}
.fs_savedItem2 {
        width: 100%;
        cursor: default;
        background: #0A246A;
        color: #FFFFFF;
        overflow: hidden;
        white-space: nowrap;
        font-family: sans-serif;
        font-size: 10pt;
        padding-left: 3px;
}
.fs_savedTable {
        font-family: sans-serif;
        font-size: 10pt;
        height: 16px;
        padding-left: 3px;
}
.dropFieldImg {
	vertical-align: top;
}

* html .dropFieldImg {
	position: relative;
	top: 1px;
}

/* STATIC TOUR STYLES */

.tourTable {
        margin-bottom: 10px;
}
.tourTable td {
        vertical-align: top;
        padding: 0px 5px 10px 5px;
}

.tourTarget {
        position: absolute;
        width: 39px;
        height: 39px;
        background: url(/img/tours/tour_target.gif);
        text-align: center;
        color: #FFF;
        font-size: 25px;
        line-height: 39px;
        font-weight: bold;
        cursor: default;
}

.tourPanel {
        width: 250px;
        padding: 5px 20px;
        background: #FFFF99;
        border: 1px solid #CCC;
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        text-align: left;
}

/*--Marketing --*/
.onsale {
color: #999;
}

s.onsale {
color: #F99;
}

.textdis {
  color:#999999; 
  cursor: not-allowed;
}


.or td {
  background: url(/images/or_bg.gif) center left repeat-x;
  font-size: 8pt;
  padding: 1px;
}
.or td.label {
  background: #EEE;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;
  text-transform: uppercase;
}


/*--eBay Search Results REST API --*/
.ebayResults th {
  background-color: #E7E7D6;
  border-right: 2px dotted #FFFFFF;
  padding: 2px 2px 2px 5px;
  text-align: left;
  font-size: 10pt;
}

.ebayResults td {
  padding: 5px;
  font-size: 10pt;
}

.ebayResults tr.even {
  background-color: #EEE;
}

/*Store this here for now Until new pop up design*/
/* infoTable */

.infoTable {
         border: #878787 solid 1px;
         background: #EDEDED;
         position: relative;
 }

.infoBox {
	margin: 1px;
	padding: 5px;
	background: #FFFFFF;
}
.infoTable table {
        width: 100%;
	border-collapse: separate;
  }
 
.infoTable tr.even {
         background: #FFFFFF;
 }
 
.infoTable th {
 padding: 5px;
}
 
.infoTable td {
         padding: 5px;
}
 
.topLeft {
 position: absolute;
 top: -1px;
 left: -1px;
}
 
.topRight {
 position: absolute;
 top:-1px;
 right: -1px;
}
.bottomLeft {
 position: absolute;
 bottom:-1px;
 left: -1px;
}
 
.bottomRight {
 position: absolute;
 bottom:-1px;
 right: -1px;
}

/* select text input widget */
.sti_div {
  width: 1px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  overflow-x: hidden;
  overflow-y: auto;
}
.sti_div_table_td {
  cursor: default;
  background-color: #ffffff;
  color: #000000;
}
.sti_div_table_td_hover {
  cursor: default;
  background-color: #0000aa;
  color: #ffffff;
}
.sti_text_match {
  color: #00aa00;
}
.sti_text_no_match {
  color: #aa0000;
}
.sti_text_input {
  color: #000000;
}

/*IE6 hacks */
* html body .topLeft {
  display:none;
}
* html body .topRight {
  display:none;
}
* html body .bottomLeft {
  display:none;
}
* html body .bottomRight {
  display:none;
}

/*----- pop-ups style ------*/

.pops{
	padding:10px;
	text-align:left;
}
.pops h3{
	margin:0;
	padding:0;
	font:16px/42px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#326fe1;
}
.pops h4{
	margin:0;
	padding:0;
	font: bold 14px/34px Arial, Helvetica, sans-serif;
	color: #0bae41;
}
h5{
	font-weight: bold;
	font-size: 13px;
	margin:0;
	padding:0;
}
.pops img.reprezentative{
	float:left;
	margin: 0px 20px 10px 0
}
.pops img.reprezentativeb{
	float:left;
	margin: 0px 20px 40px 0
}
.pops p{
	margin:0;
	padding:0 0 14px 0;
}
.clear{clear:both;}

/* TeraPeak Instructions for Billing Info */
.tp-instructions{
  background: #FFFFCC;
  border: 1px solid #FFCC00;
  padding: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.tp-instructions h2{
  font-size: 16px;
  color: #38AF38;
  margin-bottom: 10px;
  margin-top: 0px;
}

.tp-instructions ol{
  margin-top: 10px;
}

.tp-instructions li{
 margin-bottom: 10px;
}

/*Html entity*/
.notif-box-cis{
  background: #FFFFCC;
  border: 1px solid #FF9900;
  border-radius: 9px;
  padding: 15px 15px 15px 15px;
}
.notif-box{
  margin: 5px 20px 10px 10px; 
  border:1px solid #ff9900; 
  border-radius: 9px 9px 9px 9px; 
  box-shadow: 2px 2px 5px #CCCCCC; 
  padding: 15px;
}
.notif-box h2{
  color:#38af38; 
  margin: 0px;
}
.notif-box .notif-message{
  margin-left:75px;
}
.notif-box .notif-action{
  font-weight: bold;
}
