html { height: 100%; margin-bottom: 1px; background:#000; } /* This forces a scrollbar on Mozilla & WebKit to prevent jumping on centered sites */

/* Global styles */

.clear {
	clear: both;
}

form .clear {
	clear: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

img.left {
	float: left;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	float: right;
}
.caps {
    font-size:0.80em;
}

table {
    width:100%;
    margin-top:30px;
}

div.accounts table td.username {
    width:260px;
}
table th {
    border:0;
    border-bottom:1px solid #818181;
    text-align:left;
    padding:15px;
}
table td {
    border:0;
    border-bottom:1px solid #c0c0c0;
    vertical-align:middle;
    padding:15px;
}

div.accounts #bd form {
    width:50%;
    overflow:hidden;
    margin-bottom:20px;
}
div.accounts #bd table td {
    border-bottom:0;
    padding:5px;
}
div.accounts #bd form input.text, div.accounts #bd form input.password {
    width:97%;
}
div.accounts #bd form input.submit {
    float:right;
}


/* Specific styles */

body { 
    font-family: georgia,serif; 
    background: #fff url(../images/cranio_logo_bg.jpg) no-repeat 50% 29px;
    
    }

h1 { font-size:28px; margin:0 0 0.5em; }
h3, h4 { font-weight:normal; }
h2 { font-size:24px; margin:0 0 0.5em; }
h3 { font-size:20px; margin-bottom:10px; }
div.sidebar h3 { font-size:16px; font-weight:bold; }
p { line-height:1.4; }

a {outline:none;}
hr {
	background: #c0c0c0;
	color: #c0c0c0;
	border: none;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin:1em 0;
	*position: relative;
	*margin: 1em 0;		
}

.wrapper, div.home div#login-header div.wrapper, div.home div#ft div.wrapper {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
div.home div.wrapper { width:700px; }

div#hd {
    height: 270px;
}
#login-header {
    background: #222 url(../images/black_gradient.png) repeat-x;
    font-style: italic;
    height: 29px;
    line-height: 29px;
    font-size: 0.9em;
    color: #fff;
}
#login-header a {
    color:#d7d7d7;
}
#login-header div.header-message {
    text-align:right;
    _margin-top:3px;
}
#login-header div.header-message p {
    display:inline;
    margin-right:15px;
}
#login-header form {
    display:inline;
}
#login-header form input.text {
    border: 0;
    width: 6em;
    margin: 0 5px;
    padding:1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#login-header form input.submit {
    background: #FA863B;
    color: #fff;
    font-family: helvetica,arial,sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 2px 1px 0;
    border: 0;
    margin:0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#logo h2 a {
    text-indent: -9999px;
    display: block;
    margin: 38px auto 0;
    width: 700px;
    height: 180px;
}
#navigation {
    height: 35px;
    border-top: 3px solid #000;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    *border-bottom: 1px solid #cccccc;
    color: #000;
    margin: 0;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}
#navigation ul li {
    list-style: none;
    float: left;
    margin: 0;
    margin-right: 21px;
    font-size: 11px;
    text-transform: uppercase;
    font-family:'Times New Roman';
}
#navigation ul li a {
    text-decoration: none;
    color: #111;
}
#navigation ul li a:hover,
div.about #navigation ul li.about a,
div.subscribe #navigation ul li.subscribe a,
div.search #navigation ul li.search a,
div.calendar #navigation ul li.calendar a,
div.guidelines-authors #navigation ul li.guidelines-authors a,
div.directory #navigation ul li.directory-professionals a,
div.links-resources #navigation ul li.links-resources a,
div.my-library #navigation ul li.my-library a,
div.cart #navigation ul li.cart a {
    color:#FA863B;
}
#navigation ul li.last {
    list-style: none;
    float: right;
    margin-right: 0;
}
#navigation ul li span.small {
    font-size: 80%;
}
#main {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #cccccc;
    height: 100%;
    overflow: auto;
}
#bd {
    min-height: 300px;
    padding-top: 28px;
    font-size: 1.1em;
}

#bd a {
    text-decoration: underline;
    color:#111;
}
#bd a.img {
    border-bottom:0;
}

#bd a.button, #bd input.list-submit, #bd td.remove_from_cart input.button, #bd input.login_submit, #bd input.submit, #bd form#options input.submit, #bd form.qtyform input.submit, #bd form.issue input.submit {
    display:inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:normal;
    font-family:helvetica, arial, sans-serif;
    margin-left:2px;
    padding: 6px 6px 3px;
    background:#000 url(../images/reg_black_button.png) repeat-x;
    border:1px solid #000;
    font-size:10px;
    cursor:pointer;
    float:none;
}
#bd td.remove_from_cart input.button {
    font-size:12px;
    line-height:13px;
    padding:0;
}

#bd a.inline {
    vertical-align: 50%;
    *vertical-align:middle;
    margin-right:0;
}
#bd a.button:hover, #bd input.list-submit:hover, #bd input#submit:hover, #bd td.remove_from_cart input.button:hover {
    background-position:0 -10px !important;
}
#bd a.out {
    -moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#bd a.out:hover {
    background-position:0 0 !important;
}
#bd p.button_links {
    margin-top:15px;
}

#bd div#main_content {
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #333;
    padding-bottom:20px;
}
#bd div#main_content img {
    position:relative;
    float:left;
    border:1px solid #333;
}
#bd div#main_content p {
    position:relative;
    float:right;
    width:53%;
    line-height:1.6;
}
#bd div#main_content p a {
    text-transform:uppercase;
    font-size:80%;
}

#bd div#item_header {
    border-bottom:1px solid #000;
    padding-bottom:25px;
    position:relative;
    width:100%;
    overflow:hidden;
}
#bd div#item_header h1 {
    position:relative;
    left:0;
    top:0;
    width:50%;
    margin:0;
}
#bd div#item_header h1 img {
    vertical-align:middle;
    border:1px solid #fbc879;
}
#bd div#item_header h3 {
    line-height:20px;
    margin:0;
    position:absolute;
    right:0;
    top:0px;
    font-weight:normal;
    font-size:16px;
    text-transform:uppercase;
    *width:50%;
    *text-align:right;
}
div.issue #bd div#item_header h3 {
    top:20px;
}
#bd div#item_header h4 {
    font-weight:normal;
    font-size:20px;
    margin-top:14px;
    width:50%;
    
}

#bd div#item_header h3 a.button, #bd .orange a.button, #bd input#submit, #bd input.login_submit, #bd input.submit, #bd form h3.orange input#submit {
    padding: 8px 10px 5px;
    background:#FA863B url(../images/big_button_bg.png) repeat-x;
    border:1px solid #FA863B;
    font-weight:bold;
    font-size:16px;
    margin-left:10px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    font-family:helvetica, arial, sans-serif;
    margin-top:0;
    *padding:0;
}
#bd input.login_submit {
    margin:0 0 20px 0;
}
#bd input#submit {
    float:right;
    margin:-30px 0 0 5px;
    font-size:12px;
    cursor:pointer;
}
#bd form#email_form input#submit, #bd form.checkout input#submit {
    margin-top:10px;
}
#bd .orange a.button {
    margin-left:0;
}
div.search #bd input#submit {
    margin-top:0;
}

#bd ol li {
    font-size:30px;
    margin-left:20px;
    font-weight:bold;
}
#bd div.sidebar ol li {
    font-size:14px;
    margin-left:10px;
}
#bd ol li p, #bd ol li ol li  {
    font-size:14px;
    font-weight:normal;
}

#bd ol li ol {
    margin:0;
}
#bd ol li ol li {
    list-style-type: lower-alpha;
}

#bd form#email_form label {
    display:block;
    font-weight:bold;
    margin:10px 0 2px;
}

div.search #bd #cranio_search_form {
    padding-bottom:20px;
    border-bottom:1px solid #111;
    width:100%;
    overflow:hidden;
}
#bd td.order form {
    border-bottom:0;
    width:auto;
    display:inline;
    padding-bottom:0;
}
div.search #bd form label {
    font-weight:bold;
    text-transform:uppercase;
    display:inline-block;
}
div.search #bd form fieldset {
    margin-right:30px;
    float:left;
}
div.search #bd form fieldset.text_entry {
    margin-right:0;
    float:none;
}
div.search #bd form fieldset.text_entry label {
    width:100px;
}
div.search #bd form fieldset select#id_volume {
    margin-left:28px;
}
#bd form input.text, 
#bd form textarea, 
#bd input.text, 
#bd input.password, 
#bd form input.vTextField, 
#bd form input.vPasswordField,
td.username input,
td.password input {
    background:#fafafa;
    padding:5px;
    border:1px solid #989898;
    width:95%;
    margin:3px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.search #bd form input.text {
    width:815px;
    padding-left:30px;
    background: #fafafa url(../images/search_img.png) no-repeat 5px 50%;
}
div.cart #bd form input.short {
    width:3em;
}
div.confirm #bd h4 {
    font-weight:bold;
}


#bd div.error, #bd td.error {
    color:#C11414;
    font-family: helvetica,arial,sans-serif;
    font-weight:bold;
    border: 1px solid red;
    padding: 5px;
}

#bd form.issue {
    display:inline;
}

#bd form.checkout, #bd form.login_cart {
    width:50%;
}
div.confirm #bd form.checkout {
    width:100%;
}
#bd form.checkout div {
    width:100%;
    overflow:hidden;
    position:relative;
    clear:both;
    margin-bottom:5px;
}
#bd form.checkout label {
    width:35%;
    position:relative;
    float:left;
}
#bd form.checkout input.text,
#bd form.checkout select {
    position:relative;
    width:60%;
    float:right;
}
#bd form.checkout select {
    width:63%;
}
#bd form.checkout div.birthday select {
    width:auto;
    float:left;
    margin-left:10px;
}
#bd form.checkout input.checkbox {
    margin-left:10px;
}
#bd form.checkout h4 {
    font-weight:bold;
    font-size:110%;
    margin:20px 0 5px;
}
#bd form.checkout p.help {
    width:35%;
    font-style:italic;
    width:;
    display:block;
    clear:both;
}
#bd form.checkout label.id_year_expires {
    display:none;
}
#bd form.checkout select#id_month_expires, #bd form.checkout select#id_year_expires {
    width:100px;
    float:left;
    margin-left:10px;
}
#bd form.checkout div#shipping ul li {
    list-style:none;
}
#bd form.checkout div#shipping ul li label {
    float:none;
}

div.search #bd form input.text:focus {
    background: #fff url(../images/search_img.png) no-repeat 5px 50%;
}
#bd form input.text:focus, #bd form textarea:focus {
    background:#fff;
}
#bd form#email_form textarea.message {
    height:20em;
}

#bd form.directory {
    width:100%;
    overflow:hidden;
}
#bd form.directory fieldset {
    margin-right:30px;
    float:left;
}
#bd form.directory label {
    font-weight:bold;
}
div.directory #bd h2 {
    border-bottom:1px solid #c0c0c0;
}
div.directory #bd table {
    margin-top:0;
}
div.directory #bd table td {
    vertical-align:top;
}
div.directory #bd table td.name {
    font-weight:bold;
}
#bd form.directory select#country, #bd form.directory select#state {
    width:230px;
}

#bd #editors_staff {
    width:100%;
    overflow:hidden;
}
#bd #editors_staff h3 {
    font-weight:bold;
    margin:3px 0;
    font-size:18px;
}
div.search #bd h3 {
    font-weight:bold;
}
#bd #editors_staff h4 {
    margin-bottom:0;
    font-size:0.9em;
}
#bd #editors_staff p {
    font-size:0.8em;
}

#bd div.col1, #bd div.col2, #bd div.col3 {
    width:30%;
    margin-right:1%;
    position:relative;
    float:left;
}


#bd div.sidebar {
    font-size:90%;
}
div.my-library #bd div.sidebar p {
    margin-bottom:0.5em;
}
div.my-library #bd div.sidebar h2 {
    font-size:20px;
}
#bd div.sidebar strong {
    color:#ff7415;
}

#bd div.sidebar p.credits {
    font-size:14px;
}
#bd div.sidebar p.credits strong {
    color:#111;
    font-size:130%;
}
#bd div.sidebar p.adobe img {
    margin-right:5px;
    vertical-align:center;
}

#bd ul.sidebar_nav {
    margin:0;
}
#bd ul.sidebar_nav li {
    list-style:none;
    margin-bottom:5px;
}
#bd ul.sidebar_nav li a {
    border-bottom:0;
}

#bd div#checkoutprogress {
    margin-bottom:20px;
}

#bd p.note {
    font-style:italic;
}

#bd table .order {
    text-align:right;
}

#bd table.volume th {
    width:18%;
}
#bd table.volume th.order {
    width:28%;
}

#bd table.volume td.issue img {
    vertical-align:middle;
    margin-right:10px;
}

#bd table.issue td, #bd table.search td {
    border-bottom:0;
    vertical-align:top;
}
#bd table td.more-info {
    border-bottom:1px solid #c0c0c0;
    text-align:right;
}
#bd table td.title {
    font-weight:bold;
}

#bd table.cart th.quantity {
    width:13em;
}
#bd table.cart th.item {
    width:50%;
}
#bd table.cart td.cart_total_price {
    font-weight:bold;
}
#bd table.cart tr.cart_total td {
    border-bottom:0;
}
#bd table.checkout td {
    border-bottom:0;
}
span.search_term {
    font-style:italic;
    color:#6c6c6c;
}

#bd table#calendar td {
    vertical-align:top;
}
#bd table#calendar td.month {
    font-weight:bold;
    line-height:0.85;
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    border-bottom:0;
}
#bd table#calendar td.month span {
    font-size:20px;
}
#bd table#calendar td p {
    margin-bottom:5px;
}

#bd table.my-library th.article {
    width:60%;
    *width:55%;
}
#bd table.my-library td {
    vertical-align:top;
    border-bottom:0;
}

#bd table.my-library tr.last td {
    border-bottom:1px solid #c0c0c0;
}


#bd table.confirm {
    border-top:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
}
#bd table.confirm td {
    vertical-align:top;
    border:0;
    padding-left:0;
}
#bd table.order td, #bd table.order th {
    padding:3px;
}
#bd table.order th.price, #bd table.order th.total {
    width:80px;
}
#bd table.order th.qty {
    width:200px;
}

#bd table.order td span {
    font-size:120%;
    font-weight:bold;
}
#bd table.order td.qty, #bd table.order th.qty {
    text-align:center;
}
#bd table.order tr.subtotal td, #bd table.order tr.tax td, #bd table.order tr.discounts td, #bd table.order tr.total td {
    border-bottom:0;
}
#bd table.order tr.subtotal td.text, #bd table.order tr.tax td.text, #bd table.order tr.discounts td.text, #bd table.order tr.total td.text {
    text-align:right;
    padding-right:10px;
}


#bd table.order tr.subtotal td {
    padding-top:15px;
}
#bd table.order tr.total td {
    font-weight:bold;
}

div.home #bd h3 {
    border-bottom:1px solid #C8C8C8;
    margin:15px 0 0;
    font-size:18px;
}
div.home #bd ul.articles {
    width:100%;
    height:98px;
    overflow:auto;
    margin:0;
    font-size:80%;
    border-bottom:1px solid #E3E3E3;
}
div.home #bd ul.articles li {
    margin-top:10px;
}
div.home #bd ul.articles li a {
    font-style:italic;
}
div.home #bd img.left {
    margin:5px 10px 0 0;
    border:1px solid #333;
}
div.home #bd div.details {
    margin-top:5px;
    font-size:80%;
}

div.guidelines-authors #bd h3 {
    font-weight:bold;
    margin:0;
}


#ft {
    background: #222 url(../images/black_gradient.png) repeat-x;
    height: 29px;
    line-height: 29px;
    font-size: .7em;
    color: #fff;
    margin-top:30px;
}
#ft p { margin:0; line-height: 29px; }
#ft a {
    text-decoration: none;
    color: white;
}

.highlight {
    background-color: #FFFF66;
    font-weight: bold;
}

.result-count {
    font-size: 15px;
    color: #666666;
}
