/* 
	Title: common.css
	Author Name: Steve Ganz
	Author Date: 2005-10-28
	Description: Rules for common interface elements that appear on a large majority of XPT pages.
*/

/* Common Classes */
.single * {
	background-image: none !important;
}
li.last {
	border-right: none !important;
}
.required  {
	color: #ff6633;
}
p.note {
	font-size: 11px !important;
}
form p.helpText {
	margin: 2px  0 0 0 !important;
	padding: 0;
	color: #808080;
	font-size: 11px !important;
}

/* Accessibility Aids */
.accessAid  {
	display: none;
}

/* Header */
div.sectionBreak {
	width: 100%;
	height: 28px;
	margin-bottom: 5px;
	background: #336699 url(/WEBSCR-460-20070607-1/en_US/i/nav/secondary_bg.gif) repeat-x 10px 0;
}
div#xptWAXHeader div.sectionBreak,  div#headerMerchant div.sectionBreak {
	border-bottom: 5px solid #336699;
	background: none;
	margin-top: -28px;
}

div#ebayCheckoutHeader div.sectionBreak {
	height: 20px;
}

/* Tabs */
 /* Primary Navigation */
div#navPrimary { 
	width: 620px;
	text-align: left;
	margin: 17px auto 0 auto;
	font-size:1em;
	position: relative;
	z-index: 1;
}
div#navPrimary ul {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	text-align: center;
	font-size: 12px;
	height: 3.3em;
}
div#navPrimary li {
	margin: 0;
	padding: 0;
	display: inline;
}
div#navPrimary a {
	float:left;
	background:url(/WEBSCR-460-20070607-1/en_US/i/nav/left_both.gif) no-repeat left top;
	text-decoration:none;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
	color: #fff;
}
div#navPrimary a span {
	float: none;
	display: block;
	background: #023365 url(/WEBSCR-460-20070607-1/en_US/i/nav/right_both.gif) no-repeat right top;
	padding: 10px 16px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
div#navPrimary .expanded a {
	background-position:0 -149px;
}
div#navPrimary .expanded a span {
	background-color: #369;
	background-position: 100% -149px;
	padding-bottom: 16px;
}
  /* Secondary Navigation */
div#navSecondary {
	background: #336699 url(/WEBSCR-460-20070607-1/en_US/i/nav/secondary_bg.gif) repeat-x 10px 0;
	height: 28px;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #999;
	margin: 0;
	position: relative;
	top: -10px;
	z-index: 0;
}
div#navPrimary ul ul {
	display: none;
}
div#navPrimary li.expanded ul {
	display: block;
	width: 650px;
	position: absolute;
	font-size: 11px; 
	top: 33px;	
	left: 15px;	
	z-index: 1;
}
div#navPrimary li.expanded ul a {
	background: none;
	margin: 0;
	padding: 0 0 0 2px;
}
div#navPrimary li.expanded ul a span {
	padding: 10px 16px 3px 16px;
	background: url(/WEBSCR-460-20070607-1/en_US/i/nav/sub_right_both.gif) no-repeat 100% 0;
}
/* The following two rules do the exact same thing. When cross-browser CSS3 
support is common, the second rule can be removed along with the class 
references in the mark-up */
div#navPrimary li.expanded ul li:last-child a span {
	background: none;
}
div#navPrimary li.expanded ul li.last a span{
	background: none;
}
div#navPrimary li.expanded ul li.selected a {
	background: url(/WEBSCR-460-20070607-1/en_US/i/nav/sub_left_both.gif) no-repeat 0 -142px;
	color: #000;
	margin-left: -2px;
	cursor: text;
}
div#navPrimary li.expanded ul li.selected a span {
	background: url(/WEBSCR-460-20070607-1/en_US/i/nav/sub_right_both.gif) no-repeat 100% -142px;
}

/* Footer */
div#footer {
	width: 640px;
	margin: 24px auto;
	padding-bottom: 24px;
	clear: both; 
	font-size: 11px;
	line-height: 1.25em;
	text-align: center;
}
div#footer ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
div#footer ul li {
	display: inline;
	border-right: 1px solid #000;
	margin: 0;
	padding: 0 6px 0 3px; 
	_padding: 0 3px 0 6px; 
}
div#footer ul li a {
	white-space: nowrap;
}
div#footer ul li:last-child {
	border-right: none;
}
div#footer p {
	margin: 20px 0 0 0;
}

div#footer p#legal {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
div#footerSecure {
	margin: 10px 0 0 0;
}

div#footerSecure p {
	margin: 0 0 15px 0;
}

/* Common Containers */
div.simpleBox {
	float: right;
	width: 23%;
	border: 1px solid #DBDBDB; 
	padding: 0 10px;
	margin: 0 0 10px 10px;
	font-size: 11px !important;
}
div.simpleBox h4, div.simpleBox div.h4 {
	background-color: #F9F9F9;
	font-size: 11px !important;
	font-weight: bold;
	text-align: center;
	margin: 0 -10px;
	padding: 4px;
}
div.simpleBox li {
	margin-bottom: .5em;
}
.preferred {
	font-weight: bold;
}

/* General Box */
/* set the image to use and establish the lower-right position */ 
div.generalBox, div.generalBox div.content, div.generalBox div.title, div.title * { 
	background: #fff url(/WEBSCR-460-20070607-1/en_US/i/scr/grey_box.gif) no-repeat bottom right; 
}
div.attention, div.attention div.content, div.attention div.title, div.attention div.title * { 
	background-image: url(/WEBSCR-460-20070607-1/en_US/i/scr/yellow_box.gif); 
} 
div.generalBox { 
	/*width:170px !important; intended total box width - padding-right(next) */ 
	/*_width: 170px;  IE Win = width - padding */ 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0 0 20px 0; /* use to position the box */ 
} 
/* set the top-right image */ 
div.generalBox div.title { 
	background-position: top right; 
	margin-right: -10px; /* pull the right image over on top of border */ 
	padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */
div.generalBox div.title * { 
	background-position: top left; 
	margin: 0 !important; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0px 15px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
}
div.generalBox div.title * * { 
            background: none;
            padding: 0;
}
div.generalBox div.title h4 { 
	font-size: 11px !important;
}
/* set the lower-left corner image */ 
div.generalBox div.content { 
	background-position: bottom left; 
	margin-right: 0; /* interior-padding right */ 
	padding: 1px 0 1px 10px; /* mirror .cssbox_head right/left */ 
} 
div.generalBox div.content p { 
	font-size: 11px !important;
	padding: 0;
} 
div.generalBox div.content ul, div.generalBox div.content ol {
	padding: 0;
}
div.generalBox div.content ul  {
	margin: 0 0 15px 15px;
	_margin: 0 0 15px 16px;	
}
div.generalBox div.content ol  {
	margin: 0 0 15px 20px;
	_margin: 0 0 15px 25px;
}
div.generalBox div.content ol  {
 	margin: 0 0 15px 21px;
	_margin: 0 0 15px 25px;
}
div.generalBox div.content li {
	margin: 0 0 3px 0;
	font-size: 11px !important;
}
div.generalBox div.content a {
	font-size: 11px !important;
}
div.generalBox div.content img {
	margin-bottom: 10px;
}
div.generalBox div.content p img {
	display: block;
	margin: 15px auto 0 auto;
}
div.generalBox div.content ul.resources {
	list-style-type:none;
	margin: 0 0 15px 0;
}
div.generalBox div.content h5 {
	margin: 0;
	font-size: 11px !important;
}

/* Message Boxes */
div.PPmessageBox {
	margin: 0 0 10px 0;
	border: 1px solid #000;
	padding: 12px 40px 0 12px;
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-color: #ffffcc;
	border-color: #ffcc00;
	width: auto;
	min-height: 48px;
	_height: 48px;
}
div.PPmessageBox.res-center-critical {
	background-image: url(../images/css/alert_critical.gif);
	color: #000;
	padding-left: 80px;
}
div.PPmessageBox.res-center-non-critical {
	background-image: url(../images/css/alert_non_critical.gif);
	color: #000;
	padding-left: 80px;
}
div.PPmessageBox.notification {
	background-image: url(../images/css/icon_notification.gif);
	background-color: #eff7fe;
	border-color: #83a8cc;
	color: #000;
	padding-left: 80px;
}
div.PPmessageBox.confirmation {
	background-image: url(../images/css/icon_confirmation.gif);
	background-color: #fafff1;
	border-color: #a9d260;
	color: #000;
	padding-left: 80px;
}
div.PPmessageBox.error {
	background-image: url(../images/css/icon_critalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #c60000;
	padding-left: 80px;
}
div.PPmessageBox.alert {
	background-image: url(../images/css/icon_noncritalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #000;
	padding-left: 80px;
}
div.PPmessageBox p {
	margin: 0 0 12px 0 !important;
	line-height: 1.5;
}

div.PPmessageBox.blue {
	background-color: #e2eaf0;
	border-color: #83a8cc;
	color: #000;
	padding-left: 80px;
}

div.PPmessageBox ul, div.PPmessageBox ol {
	margin: 0 0 12px 23px;
	padding: 0;
	line-height: 1.5;
}

/* hCard */
div.vcard div, div.vcard span { 
      white-space: nowrap; 
}

p.secureTransaction {
	text-align: right;
	font-size: .9em !important;
	
}
p.secureTransaction a {
	background: url(/WEBSCR-460-20070607-1/en_US/i/icon/secure_lock_2.gif) no-repeat right center;
	padding: 2px 20px 2px 0;
}
p.instructions {
	margin-top: -1.1em;
	text-align: left;
	float: left;
}

p.instructions span.requiredText {
	background: url(/WEBSCR-460-20070607-1/en_US/i/scr/asterisk.gif) no-repeat ; 
	background-position: 0% 37%; 
	padding-left: 10px;
	font-size: 13px;
}

input#emptyField {
	visibility: hidden;
	display: none;
}

/* class for the primary action button on a form */
input.primaryButton {
	font-weight: bold;
}

div#GlobalContentBox{
	width: 760px;
	margin: 10px auto;
	padding-bottom: 5px;
	clear: both; 
	font-size: 11px;
	line-height: 1.25em;
	text-align: left;
}
