

body {
	font-size: 12px;
	/*background: #efefef;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	word-spacing: .0;
}

textarea {
	background:#fff;
}

#disablemaxwidth {
	background: #fff;
	min-width: 760px;
	padding: 0 10px 0 10px;
}

/* NEW SITE REVAMP */

div.shim {
	background: url("/pictures/dottedVerticalWide.gif");
	margin-left:auto;
	margin-right:auto;
}

div.clearAll {
	clear:both;
}

tr#nav-global {
	padding-bottom: 1px;
}

#urgentMsgHeader {
	padding: 10px 0px 10px 10px;
}
#mainbodydiv {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
	/*NOTE: The expression needs to be greater then the width + borders + padding or it will cause IE6 to freeze*/
	/*width: expression(document.body.clientWidth < 785? "760px" : document.body.clientWidth > 985? "960px" : "auto");*/
	max-width:960px;
    min-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.progressBarActive
 {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding-right: 10px;
	padding-left: 10px;
	background: #8799a9;
    margin-left: auto;
    margin-right: auto;
    font-weight:bold;
    color:White;
}
.progressBarFuture
 {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
    margin-left: auto;
    margin-right: auto;
}
.progressBarPast
 {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
    margin-left: auto;
    margin-right: auto;
}


/* AbeBooks Logo, Branding msg */
div#branding {
	float:left;
}

div#branding span{
    padding-left:10px;
    text-align: right;
}

/* SignOn/OFF, MMM, shopingbasket */
div#nav-account {
    letter-spacing: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding-top:20px;
}
#nav-account a.signOn {
    color:#039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: .0;
	background: url(/images/HeaderFooter/siteRevamp/icon-sign-on.gif) right center no-repeat;
	padding-right:30px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#nav-account a.signOff {
    color:#039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: .0;
	background: url(/images/HeaderFooter/siteRevamp/icon-sign-off.gif) right center no-repeat;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav-account a.myAccount {
    color:#039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: .0;
	background: url(/images/HeaderFooter/siteRevamp/icon-account.gif) right center no-repeat;
	padding-right:23px;
	padding-top: 4px;
	padding-bottom: 5px;
}
#nav-account a.basket {
    color:#039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: .0;
	background: url(/images/HeaderFooter/siteRevamp/icon-basket.gif) right center no-repeat;
	padding-right:34px;
	padding-top: 4px;
	padding-bottom: 5px;
}
#nav-account a.help {
	color: #c7002c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    word-spacing: .0;
	background: url(/images/HeaderFooter/siteRevamp/icon-help.gif) right center no-repeat;
	padding-right:20px;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* Search, Browse, Bookstores etc.*/

#nav-global {
	clear:both;
	height:38px;
	background:#c7002c;
	margin-bottom: 1px;
}
#nav-global #nav-global-links {
	float:right;
}
#nav-global #nav-global-quickSearch {
	width: 270px;
	float:left;
	padding: 6px 0 0 6px;
}
#nav-global a {
    font-size:12px;
    letter-spacing: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#F5F5F5;
	text-decoration:underline;
}
#nav-global .rightpadding {
	padding-right: 10px;
}
#siteStripe {
	text-align:center;
	background: #8799a9;
	height: 27px;
}
img.middle {
	vertical-align:middle;
}
/* Global footer*/
#footer, #footer p {
	clear: both;
	text-align: center;
	font-size: 10px;
}
.footer-shadow {
	height:10px;
	/*width:expression(document.body.clientWidth > 960? "960px": "auto" );*/
	max-width:980px;
    min-width: 760px;
    margin-left: auto;
    margin-right: auto;
	background: url(/images/HeaderFooter/siteRevamp/bottom_shadow.gif) repeat-x top;
}

.footer-shadow-nomax {
	height:10px;
	background: url(/images/HeaderFooter/siteRevamp/bottom_shadow.gif);
}

/* END */

pre {
	 font-family: verdana, helvetica, arial, sans-serif;
	 color: #000;
	 font-size: 12px;
	 width: 600px !important;
	 overflow: hidden;
	 white-space: pre-wrap;       /* css-3 */
	/*  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 /* white-space: -pre-wrap;      /* Opera 4-6 */
	/* white-space: -o-pre-wrap;    /* Opera 7 */
	/* word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre.nosetwidth{
	 width: 45% !important;

}

pre.internal{
	 margin:2px 0px;
	 width: 95% !important;

}

.noAchorStyle a{
text-decoration:none;
}


a:link { color: #039; }

a:active { color: #c7002c; }

a:visited { color: #460960; }

a:hover { color: #990000; }

img { border: 0; }

a.alert {
font-weight: bold;
color: #900;
text-decoration:none;
}


a.ttTrigger2 {
border-bottom: 1px dotted #039;
color: #000;
text-decoration:none;
}

/*p {
color: #000;
font-size: 12px;
line-height: 1.25em;
margin: 0 0 1em 0;
}*/


td {
font-family: verdana, helvetica, arial, sans-serif;
/*color: #000;*/
font-size: 12px;
}

h1 { font-size: medium;
	
	}

h2 { font-size: small; }

h3, h4 { margin-bottom: 10px; }

h5 { margin: 5px; }

ul { list-style-type: square; }

li { margin-top: .5em; }

.nopadding {
margin:0;
padding:0;
}


.testpadding{
padding:10;
}

.nodisplay {
display:none;
}

.nohref {
cursor: pointer;
text-decoration: underline;
color: blue;
}
/************************************/
/****** Container Constraints *******/
/************************************/
.ten{
width:10% !important;
}

.twenty{
width:20% !important;
}

.thirty{
width:30% !important;
}

.forty{
width:40% !important;
}

.fifty{
width:50% !important;
}

.sixty{
width:60% !important;
}

.seventy{
width:70% !important;
}

.seventyFive{
width:75% !important;
}

.eighty{
width:80% !important;
}

.eightyFive{
width:85% !important;
}


/************************************/
/******** General Page Style ********/
/************************************/
.callOut {
margin: 20px 40px 20px 40px;
border: 1px solid #999;
padding: 10px;
background: #c9d4d6;
text-align: center;
font-weight: bold;
}

.errorMessage {
margin: 10px 0 10px 0;
padding: 5px 10px 10px 30px;
background: url(/images/servlets/shared/error-icon.gif) no-repeat;
color: #900;
font-weight: bold;
}

.errorMessage p { /* for multiple errors */
margin-top: 0;
color: #900;
}

.successMessage {
margin: 10px 0 10px 0;
padding: 5px 10px 10px 30px;
background: url(/images/servlets/shared/success-icon.gif) no-repeat;
font-weight: bold;
}

.legal {
color: #666;
font-size: 10px;
padding-bottom: 8px;
}

.price, .required, .alert {
font-weight: bold;
color: #900;
}

.priceNoBold {
color: #900;
}

.listprice, .negated {
text-decoration: line-through;
}

.title {
font-style: italic;
}

.tagline, .subtitle, .isbn {
text-decoration: none !important;
color: #000 !important;
}

.isbn {
cursor: text;
}

.annotation {
font-weight: normal;
font-size: x-small;
}

.highlight {
background: #eee;
}

.quicklinks {
margin-bottom: 10px;
text-align: right;
}

.matches, .crumbs {
padding: 5px;
text-align: left;
background: #c9d4d6;
}

table.pagination {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.pagination {
padding: 5px;
text-align: right;
background: #c9d4d6;
white-space: nowrap;
}

.ttTrigger {
border-bottom: 1px dotted #039;
}

.ttTrigger img {
margin: 0;
padding: 0;
vertical-align: text-top;
}

#tooltip {
visibility: hidden;
position: absolute;
top: -1000px;
z-index: 1000;
width: 210px;
border: 1px solid #5c5c5c;
padding: 8px;
background: #ffc;
color: #000;
font: small normal arial, helvetica, sans-serif;
}

a.partLink, a.partLink:link, a.partLink:visited {
color: #666;
text-decoration: none;
cursor: text;
}

#layoutTable {
width: 100%;
}

.leftCol, .rightCol {
width: 180px;
vertical-align: top;
}

#pageHeader h1 {
margin: 2px 0 10px 0;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 150%;
}

#pageHeader img {
float: left;
margin-right: 5px;
}

#pageHeader #stepMap {
color: #666;
}

#pageHeader #stepMap strong {
color: #000;
}

.contentCol {
padding-right: 20px;
vertical-align: top;
}

.contentCol h2 {
font-size: 120%;
}

.contentCol h3 {
font-size: 110%;
}

.contentCol h4 {
font-size: 100%;
}

.contentCol p {
margin-top: 0;
padding-top: 0;
}

.rightCol .badge {
margin-bottom: 20px;
}

.widget {
margin-bottom: 10px;
padding: 0 20px 20px 0;
vertical-align: top;
clear: both;
}

.widget2 {
width: auto;
margin: 10px 0 10px 0;
padding: 20px 0 20px 0;
clear: both;
}

.widget3 {
margin: 10px 0 0 0;
padding: 20px 0 20px 0;
clear: both;
}

.widget h3, .widget h4 {
margin: 3px 0 2px 0;
padding: 0;
font-weight: bold;
font-size: 100%;
}

.widget img {
float: left;
padding: 4px 4px 4px 0;
}

.widget ul {
margin-left: 80px !important;
padding-left: 20px !important;
list-style-type: square;
}

.widget ol {
margin-left: 85px !important;
padding-left: 20px !important;
}

.widget .sponsor {
margin-left: 80px;
}

.browseCats {
margin: 0 20px 20px 0;
border: 1px solid #8799a9;
padding-bottom: 5px;
}

.browseCats h2 {
margin-top: 0;
padding: .5em;
background: #c9d4d6;
text-align: center;
}

.browseCats h3 {
margin: .5em 0 0 20px;
font-size: small;
}

.browseCats ul {
list-style-type: square;
}

.browseCats .goButton {
vertical-align: top;
}

.contentSidebar {
margin-bottom: 20px;
border: 1px solid #8799a9;
}

.contentSidebar2 {
background: #eee;
} /* provides an alternative look */

.contentSidebar h2 {
margin: 0;
padding: 6px 0 6px 0;
background: #8799a9;
color: #fff;
text-align: center;
font-size: small;
}

.contentSidebar h3 {
margin: 5px;
font-size: x-small;
}

.contentSidebar h4 {
margin: 10px 5px 5px 5px;
font-size: x-small;
}

.contentSidebar p {
margin: 5px;
font-size: x-small;
}

.contentSidebar div {
padding: 5px 0 5px 0;
text-align: center;
}

.contentSidebar ul {
margin-left: 0;
padding-left: 24px;
list-style: square;
font-size: x-small;
}

.contentSidebar ul.links {
margin-left: 5px;
padding-left: 0;
list-style: none;
font-size: x-small;
}

.contentSidebar ul.links li {
padding-bottom: 1em;
}

.contentSidebar ol {
margin-left: 8px;
padding-left: 0;
font-size: x-small;
}

.contentSidebar ol li {
margin-left: 24px;
padding-left: 0px;
}

.contentSidebar .searchBox {
width: 168px;
margin: 0;
padding: 5px;
font-size: x-small;
}

.contentSidebar .textfield {
width: 160px;
}

.contentSidebar td {
font-size: x-small;
}

.contentSidebar table.form {
width: 160px;
}

.contentSidebar table.form td {
padding: 2px;
vertical-align: middle;
}

/*********************************/
/********* Homepage Style ********/
/*********************************/
.centerCol {
padding: 0 10px 0 10px;
vertical-align: top;
}

.centerCol h1 {
margin-top: 0;
}

.ftv {
margin-bottom: 10px;
}

.newToAbebooks {
text-align: center;
font-size: x-small;
}

.contentBox {
margin-bottom: 10px;
border: 1px solid #8799a9;
}

.contentBoxLeft {
margin-bottom: 10px;
border: 1px solid #8799a9;
text-align: left;
}

.contentBox .feature {
margin: 10px 0 10px 0;
text-align: center;
}

.contentBox h1 {
margin: 0;
padding: 4px;
background: #8799a9;
color: #fff;
text-align: center;
}

.contentBox h2 {
margin: 0;
padding: 4px;
background: #8799a9;
color: #fff;
text-align: center;
font-size: 110%;
}

.contentBoxLeft h2 {
margin: 0;
padding: 4px;
background: #8799a9;
color: #fff;
text-align: left;
font-size: 110%;
}

.contentBox h3, /*legacy page*/ .sidecontent2 h3, #sidebar h3, .hpBox h3 {
margin: 0;
padding: 6px;
font-size: x-small;
text-align: left;
}

.contentBox p, .contentBox ul {
padding: 6px;
/*font-size: x-small;*/
}

.contentBox ul {
margin-top: 0;
margin-left: 0;
padding-left: 24px;
list-style: square;
color: #aaa;
text-align: left;
}

.contentBox ol, /*legacy page*/ .sidecontent2 ul, #sidebar ol, .hpBox ol {
margin-top: 0;
margin-left: 20px;
padding-left: 15px;
font-size: x-small;
}

.contentBox .description {
color: #000;
}

.contentBox .author {
color: #000;
}

.contentBox fieldset {
  padding: 0 5px 0 5px;
}

.contentBox fieldset input, .contentBox fieldset select, .contentBox fieldset textarea {
  width: 160px;
}


.search {
margin-bottom: 20px;
border: 1px solid #8799a9;
background: #eee;
}

.search h2 {
margin: 0;
padding: 4px;
text-align: center;
background: #8799a9;
color: #fff;
font-size: small;
}

.search table {
margin: auto;
padding-top: 10px;
}

.search td {
padding: 2px 4px 2px 4px;
}

.search .attributeHeader {
text-align: right;
}

.search .tip, .tip {
font-size: x-small;
}

.search .button {
vertical-align: top;
}

.features h2 {
border-bottom: 1px solid #999;
font-size: small;
}

.features ul {
margin-top: 0;
margin-left: 0;
padding-left: 24px;
list-style: square;
}

.promo img {
margin-bottom: 10px;
}


/***********************************/
/********* Text Heavy Pages ********/
/***********************************/
.article h2 {
margin-bottom: .25em;
font-size: medium;
}

.article h3 {
margin: .5em 0 .25em 40px;
font-size: small;
}

.article .subParagraph {
margin-left: 40px;
}

.article ul {
margin-left: 40px;
padding-left: 20px;
list-style-type: square;
}

.article ol {
margin-left: 40px;
padding-left: 24px;
}

.article ul.subParagraph {
margin-left: 80px;
}

.article ol.subParagraph {
margin-left: 80px;
}

.article img.feature {
float: left;
margin: 0 10px 6px 0;
}

/***********************************/
/********* Form Entry Pages ********/
/***********************************/
.formFrame {
width: 100%;
margin-top: 0px;
}

.formFrame em {
font-weight: bold;
font-style: normal;
}

.formFrame .header {
padding: 0.5em .5em .5em 0;
background: #c9d4d6;
}

.formFrame .helpLinks {
text-align: right;
}

.formFrame .topLeft {
width: 15px;
background: #c9d4d6 url(/pictures/top-left-with-status.gif) no-repeat;
}

.formFrame .topRight {
width: 15px;
background: #c9d4d6 url(/pictures/top-right-with-status.gif) no-repeat top right;
}

.formFrame .sideLeft{
width: 15px;
background: url(/pictures/vertical.gif) repeat-y left;
}

.formFrame .sideRight{
width: 15px;
background: url(/pictures/vertical.gif) repeat-y right;
}

.formFrame .bottomLeft {
width: 15px;
height: 16px;
background: url(/pictures/bottom-left-no-status.gif) no-repeat left bottom;
}

.formFrame .bottomRight {
width: 15px;
height: 16px;
background: url(/pictures/bottom-right-no-status.gif) no-repeat right bottom;
}


.formFrame .bottomLeftThick {
width: 15px;
height: 16px;
background: url(/pictures/lower-left-thick.gif) no-repeat left bottom;
}

.formFrame .bottomRightThick {
width: 15px;
height: 16px;
background: url(/pictures/lower-right-thick.gif) no-repeat right bottom;
}

.formFrame .bottom {
height: 16px;
background: url(/pictures/horizontal-no-status.gif) repeat-x bottom;
}

.formFrame .bottomThick {
height: 16px;
background: url(/pictures/thick-horizontal.gif) repeat-x bottom;
}

.formFrame .topRightSmall {
width: 15px;
background:url(/pictures/topRightSmall.gif);
}

.formFrame .topLeftSmall{
width: 14px;
background:url(/pictures/topLeftSmall.gif);
}

.formFrame .topSmall{
padding: 0;
background:url(/pictures/topSmall.gif) repeat-x top;
}



.formFrame .divider {
height: 21px;
background: url(/images/Shared/divider.gif) repeat-x left center;
}

.formFrame p {
margin-top: 1em;
margin-bottom: 0;
}


/*- Grey Form frame Boxes -*/

.formFrame .bannerGrey {
padding: 0;
background: #fff url(/images/Shared/FormFrame/bannerGrey.gif) repeat-x top;
}


.formFrame .topLeftGrey {
width: 15px;
background: #c9d4d6 url(/images/Shared/FormFrame/topLeftGrey.gif);
}

.formFrame .topRightGrey {
width: 15px;
background: #c9d4d6 url(/images/Shared/FormFrame/topRightGrey.gif) no-repeat top right;
}

.formFrame .sideLeftGrey {
width: 15px;
background: url(/pictures/sideLeftGrey.gif) repeat-y left;
}

.formFrame .sideRightGrey {
width: 15px;
background: url(/pictures/sideRightGrey.gif) repeat-y right;
}

.formFrame .bottomLeftGrey {
width: 15px;
height: 16px;
background: url(/pictures/bottomLeftGrey.gif) no-repeat left bottom;
}

.formFrame .bottomRightGrey {
width: 15px;
height: 16px;
background: url(/pictures/bottomRightGrey.gif) no-repeat right bottom;
}

.formFrame .bottomGrey {
height: 16px;
background: url(/pictures/bottomGrey.gif) repeat-x bottom;
}


/********* Variations on the form frame ********/
.formFrame .noStatus .header {
padding: 0;
background: #fff url(/pictures/horizontal-no-status.gif) repeat-x top;
}

.formFrame .noStatus .topLeft {
background: #c9d4d6 url(/pictures/top-left-no-status.gif) no-repeat;
}

.formFrame .noStatus .topRight {
background: #c9d4d6 url(/pictures/top-right-no-status.gif) no-repeat top right;
}

.formFrame .withStatus .bottomLeft {
width: 15px;
height: 16px;
background: url(/pictures/bottom-left-with-status.gif) no-repeat left bottom;
}

.formFrame .withStatus .bottomRight {
width: 15px;
height: 16px;
background: url(/pictures/bottom-right-with-status.gif) no-repeat right bottom;
}

.formFrame .withStatus .bottom {
padding: .5em .5em .5em 0;
background: #c9d4d6;
}


/********* Form Layout ********/
.formLayout {
margin: auto;
margin-top: 10px;
}

.formLayout td, .formLayout th {
padding: .5em 0 .5em .25em;
font-weight: normal;
font-size: small;
vertical-align: top;
}

.formLayout .attributeHeader, .formLayout th {
padding-top: .75em;
padding-right: .25em;
font-size: small;
text-align: right;
white-space: nowrap;
}

.formLayout .textfield {
width: 180px;
}

.formLayout .midtextfield {
width: 150px;
}
.formLayout .shortTextfield {
width: 30px;
}

.formLayout .longTextfield {
width: 260px;
}

.formLayout .range, input.range {
width: 50px;
}

.formLayout .text {
font-size: x-small;
}

.formLayout .imageWithText {
font-size: x-small;
text-align: center;
}

.formLayout .groupHeader {
border-bottom: 1px solid #c9d4d6;
padding-top: 20px;
text-align: left;
}

.formLayout .attributes {
vertical-align: top;
}

.formLayout textarea {
width: 220px;
height: 100px;
}

.formLayout textarea.oversized {
width: 500px;
height: 100px;
}

.formLayout textarea.smallsize {
width: 150px;
height: 60px;
}

.formLayout textarea.nonewrap {
width: 245px!important;
overflow: hidden;
white-space: pre-wrap;       /* css-3 */
/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
/* white-space: -pre-wrap;      /* Opera 4-6 */
/* white-space: -o-pre-wrap;    /* Opera 7 */
/*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.formLayout .divider {
height: 21px;
background: url(/images/Shared/divider.gif) repeat-x left center;
}

.formLayout .notInput {
padding-top: .75em;
}

form .mainActionBtn {
display: block;
margin: 20px 0 20px auto;
}

form .scndryBtn {
margin: 0 0 3px 0;
padding: 0 .25em 0 .25em;
font-size: x-small;
}

/*******************************/
/********* Tabular Data ********/
/*******************************/
TABLE
{
    BORDER-COLLAPSE: collapse
}
table.data {
  border: 1px solid #ffffff;
  margin: 0 auto 20px auto;
  width: 100%;
}

table.data caption {
  background: #c9d4d6;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: left;
}

table.data th {
  padding: 5px 10px 5px 10px;
  background: #c9d4d6;
  font-size: small;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

table.data th.leftborder {
  border-left: 1px solid #c9d4d6;
}

table.data td {
  background: #eeeeee;
  border-left: 1px solid #c9d4d6;
  border-bottom: 1px solid #c9d4d6;
  height: 40px;
  padding: 0 10px 0 10px;
  font-size: small;
  text-align: left;
}

table.data tr.even {
  background: #eee;
}

table.data tr.odd {
  background: #ffe;
}

table.data .annotation {
  font-size: x-small;
}

table.data form {
margin: 0;
padding: 0;
}

table.data .highlightcell {
  background: #DBB8B8;
}

table.data tr.formrow, table.data tr.formrow td, div.table-data-formrow, table.data tr.table-data-formrow {
  background: #c9d4d6;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

div.table-data-formrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 0;
  float: left;
  padding: 5px;
  width: 100%;
}

div.table-data-formrow form {
  margin: 0;
  padding: 0;
}

table.data td.noleftborder, table.data th.noleftborder, table.data tr.formrow td.noleftborder {
  border-left: 0px;
}

/*******************************/
/******* AbeBooks Buttons ******/
/*******************************/


.primarybutton {
border-width:0px;
text-indent:-50px;
font-size: xx-small;
padding:0px;
text-align:left;
color:#c8002c;
cursor: pointer;
}

.primarybuttonpixel {
border-width:0px;
padding:0px;
text-align:right;
font-size: xx-small;
color:#f6eed9;
cursor: pointer;
}

.secondarybutton {
font-size: x-small;
overflow:visible;
margin: 5px 0px 5px 0px;
padding:0 .25em 0 .25em;
border:2px solid #8799a9;
border-top-color:#c9d4d7;
border-top-width:1px;
border-bottom-width:2px;
border-right-width:2px;
border-left-width:1px;
background-color:#f6eed9;
color:#039;
cursor: pointer;
}


.secondarybuttonMed {
font-size: small;
overflow:visible;
margin: 1px 0px 1px 0px;
padding:0 .25em 0 .25em;
border:2px solid #8799a9;
border-top-color:#c9d4d7;
border-top-width:1px;
border-bottom-width:2px;
border-right-width:2px;
border-left-width:1px;
background-color:#f6eed9;
color:#039;
cursor: pointer;
}

/*******************************************/
/******* Iberlibro Integration boxes *******/
/*******************************************/

.iberlibro {
margin-bottom: 20px;
border: 1px solid #8799a9;
background: #eee;
}

.iberlibro h2 {
margin: 0;
padding: 4px;
text-align: left;
background: #8799a9;
color: #ffffff;
font-size: small;
}

.iberlibro h3 {
margin: 0;
padding: 4px;
text-align: left;
background: #fffdda;
font-size: small;
}

.iberlibro h4 {
margin: 0;
padding: 4px;
text-align: left;
font-size: small;
}

.iberlibro table {
margin: auto;
padding-top: 10px;
}

.iberlibro td {
padding: 2px 4px 2px 4px;

}

.iberlibro .divider {
background: #ffffff;
}

.iberlibro .bgcolorBlue {
background: #8799a9;
}

.iberlibro .bgcolorGrey {
background: #D9D9D9;
}
.iberlibro .button {
font-size: small;
overflow:visible;
margin: 1px 0px 1px 0px;
padding:0 .25em 0 .25em;
border:2px solid #8799a9;
border-top-color:#c9d4d7;
border-top-width:1px;
border-bottom-width:2px;
border-right-width:2px;
border-left-width:1px;
background-color:#f6eed9;
color:#039;
}



/*****************************************************************/
/*****************************************************************/
/********* Entries below this line have been deprecated **********/
/*****************************************************************/
/*****************************************************************/
ul.quicklinks li {
margin-left: 5px;
font-size: 10px;
line-height: 1em;
background: #F5F3EC;
}

#heading {
width: 95%;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 20px;
text-align: left;
}

#heading2 {
width: 95%;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 20px;
text-align: left;
padding-bottom: 3px;
border-bottom: 1px #B0ACA3 dotted;
}

#subnavigation {
width: 95%;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 12px;
text-align: left;
border-top: 1px #B0ACA3 solid;
border-bottom: 1px #B0ACA3 solid;
margin: 2px;
margin-bottom: 8px;
padding: 3px;
}

#sidebar {
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
background: #F5F3EC;
}

.navitem {
padding-left: 6px;
padding-right: 6px;
border-right: 1px #B0ACA3 dotted;
border-left: 1px #B0ACA3 dotted;
padding-top: 3px;
padding-bottom: 3px;
}

.tabitem {
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}

.active { background: #F0ECE3; }

.content {
padding-right: 28px;
padding-left: 28px;
border-right: 1px #B0ACA3 dotted;
}

.content2 {
padding-right: 28px;
border-right: 1px #B0ACA3 dotted;
}

.content3 {
padding-right: 28px;
padding-left: 28px;
}

.content4 { padding-left: 28px; }

.content5 { padding-right: 28px; }

.content7 { padding: 10px; }

.textbox { border:1px #75736C solid; }

.solidbottom {
border-bottom: 1px #dedede solid;
padding-bottom:8px;
padding-top: 8px;
}

.solidbottom2 { border-bottom: 1px #dedede solid; }

.solidtop { border-top: 1px #dedede solid; }

.solidleft { border-left: 1px #D3CFC3 solid; }

.solidright { border-right: 1px #D3CFC3 solid; }

.shadedbox {
background:#f5f3ec;
margin-top:5px;
margin-bottom:5px;
padding: 5px;
border: 1px #b0aca3 solid;
}

.shadedboxlight {
background:#FAF9F5;
margin-top:5px;
margin-bottom:5px;
padding: 5px 10px 5px 10px;
border-top: 1px solid #D3CFC3;
border-bottom: 1px solid #D3CFC3;
border-left: 1px solid #D3CFC3;
border-right: 1px solid #D3CFC3;
}

.shadedboxdark {
background:#D3CFC3;
margin-top:5px;
margin-bottom:5px;
padding: 5px;
border: 1px #75736C solid;
}

.plainbox {
margin-top:5px;
margin-bottom:5px;
padding: 5px;
border: 1px #D3CFC3 solid;
}

.plainbox2 {
margin: 4px;
padding: 2px;
border: 1px #D3CFC3 solid;
}

.whitebox {
background:#fff;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
border: 1px #ababab solid;
}

.buybox {
background:#efefef;
border-left: 1px #005589 solid;
border-right: 1px #005589 solid;
}

.buybox span {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
line-height: 1.3em;
}

.black {
background: #000;
padding:1px;
border: 1px #000 solid;
}

.darkborder {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
border: 1px #787878 solid;
}

.mediumborder {
margin:0px;
padding: 3px;
border: 1px #a9a9a9 solid;
}

.mediumborder2 {
margin:0px;
padding: 0px;
border: 1px #D3CFC3 solid;
}

.lightborder {
margin:0px;
padding: 3px;
border: 1px #cdcdcd solid;
}

.yellow {
background:#ffe;
margin-top:0px;
margin-bottom:0px;
padding: 5px;
border: 1px #DFDFC1 solid;
}

.yellow2 { background:#ffe; }

.yellow3 {
background:#ffe;
margin: 4px;
padding:2px;
border: 1px #DFDFC1 solid;
}

.yellowdarker {
background:#f8f8cc;
margin:10px;
padding: 10px;
border: 1px #DFDFC1 solid;
}

.locked {
background:#FFB6C6;
margin: 4px;
padding:2px;
border: 1px #950021 solid;
}

.unlocked {
background:#C7FBCB;
margin: 4px;
padding:2px;
border: 1px #74C279 solid;
}

.faded1 { color: #666; }

.faded2 { color: #999; }

.shade {
background: #efefef;
padding: 3px;
}

.shade2 {
background: #EBE6D9;
padding: 3px;
}

.shade3 {
background: #D3CFC3;
padding: 4px;
}

.shade4 {
background: #F5F3EC;
padding: 4px;
}

.whiteshade {
background: #fff;
padding: 4px;
}

a.navitem:link { text-decoration: none; }

a.navitem:visited {
color: #630016;
text-decoration: none;
}

a.navitem:hover {
color: #C7002C;
text-decoration: underline;
}

a.navitem:active {
color: #630016;
text-decoration: underline;
}

a.tabitem:link { text-decoration: none; }

a.tabitem:visited {
color: #630016;
text-decoration: none;
}

a.tabitem:hover {
color: #C7002C;
text-decoration: underline;
}

a.tabitem:active {
color: #630016;
text-decoration: underline;
}

#welcome {
background: #D3CFC3;
padding: 4px;
border-top: 1px solid #75736C;
border-left: 1px solid #75736C;
border-right: 1px solid #75736C;
}

#search {
background: #f5f3ec;
margin-bottom: 5px;
border: 1px #b0aca3 solid;
}

.hpHeading {
background: #cdcdcd;
border: 1px #cdcdcd solid;
padding: 2px;
text-align: center;
}

.hpBox {
border: 1px #cdcdcd solid;
padding: 6px;
}

#calendar {
font-size: 11px;
border-top: 1px #cdcdcd solid;
border-bottom: 1px #cdcdcd solid;
}

.whiteborder {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
border: 1px #fff solid;
}

.white { color: #fff; }

.browseHead {
color: #666;
font-weight: bold;
}

.small {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 1.3em;
}

.supersmall {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
line-height: 1.3em;
}

.bigger { font-size: 13px; }

.hilite { color: #C7002C; }

.dashedtop { border-top: 1px #B0ACA3 dotted;}

.dashedbottom {
border-bottom: 1px #B0ACA3 dotted;
padding-bottom: 15px;
padding-top: 15px;
}

.dashedbottom2 { border-bottom: 1px #B0ACA3 dotted; }

.dashedsides {
border-right: 1px #B0ACA3 dotted;
border-left: 1px #B0ACA3 dotted;
}

.dashedleft { border-left: 1px #B0ACA3 dotted; }

.dashedright { border-right: 1px #B0ACA3 dotted; }

.sitenotice {
margin-top:5px;
margin-bottom:5px;
padding: 8px;
border-top: 1px #ababab dotted;
border-bottom: 1px #ababab dotted;
border-right: 1px #ababab dotted;
border-left: 1px #ababab dotted;
background: #efefef;
color: #333;
text-align:left;
}

p span.small { font-size: 11px; }

#heading span.small {
font-size: 10px;
}

.note {
color: #666;
font-size: 10px;
line-height: 1.2em;
}

.accountbox {
margin-top:5px;
margin-bottom:5px;
padding: 0px;
border-top: 1px #b0aca3 solid;
border-bottom: 1px #b0aca3 solid;
}

.generalbox {
width: 95%;
margin-top:5px;
margin-bottom:5px;
padding: 0px;
border-top: 3px #ababab double;
border-left: 3px #ababab double;
border-right: 3px #ababab double;
border-bottom: 3px #ababab double;
}

.noformpadding {
margin: 0px;
padding: 0px;
}

a.breadcrumb:link { text-decoration:none; }
a.breadcrumb:visited { text-decoration:none; }

fieldset, legend {
  border: 0px;
  padding: 0px;
}

fieldset div.row {
  padding-bottom: 10px;
}

fieldset span.label {
  float: left;
  padding-right: 5px;
  padding-top: 3px;
  text-align: right;
  width: 110px;
}

fieldset span.input {
}

div#breadcrumbs {
  font-size: 9pt;
  margin-top: 10px;
  margin-bottom: 5px;
}

div#breadcrumbs a, div#breadcrumbs a:visited {
  text-decoration: underline;
}

iframe {
  border: 0;
}

/*
 * FAQ
 */
.faq-q {
  background:#c9d4d6;
  font-weight: bold;
  padding: 3px 0 3px 0;
}


