

/*added id styles to replace drupal default*/
body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px; 
	color: #1c0000; 
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006d1a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006D1A;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #000099;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	margin-bottom: 0px;
}
hr {
  margin: 6px 0 0 0;
  padding: 6px 0 6px 0;
  border: none;
  height: 6px;
  background-image: url(/images/hr.gif);
  background-repeat: no-repeat;
}
p {
margin-top: 0px;
margin-bottom: 14px;
}

#book-block {
background-image: url(/ezine/sites/all/themes/bandito/images/bg-book-module.jpg); padding: 15px 0 15px 10px; margin: 15px 0 0 -4px;
}

#book-block ul li, ul.menu li, .item-list ul li, li.leaf {
 padding: 0 0 .2em 0em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

#book-block ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
  padding: 0 0 .2em 15px;
  margin-right: 8px;
}

#book-block ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
    padding: 0 0 .2em 15px;
}

/* eof added id styles see bottom for the rest */

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ul li {
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
  padding: 0 0 .2em 1.5em;
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 95%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  /*padding: .3em .5em;*/
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}



.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios, .form-item, .form-text {
margin-top: 0px;
}

#search {
margin-top: -10px;
}


#center form {
  margin-bottom: 2em;
}

.form-button {
  margin: 0em 0.5em 1em 0;
}

.form-submit {
margin-top: 10px;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}


/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}



/**
 * Nodes & comments
 */
.node {
/*  margin: -1.5em -26px 0em;
  padding: 1.5em 26px; */
/*  margin: -1.5em 0px 0px -10px;
  padding: 1.5em 0px 0px 10px;*/
 /* width: 640px;*/
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right;
  clear: right;
  padding-left: 1em;
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
}

.terms {
  float: right;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: 25px;
  margin: 0em 0px 0;
  padding: 0 25px;
  border-top: 1px dotted black;
  clear:both;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 300px;
}
div.admin .right {
  float: left;
  width: 300px;
  margin-left: 20px;
  }

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}


ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
	width: 700px;
  position: relative;
  
}
ul.primary {
  padding: 0.5em 0 10px;
  float: right;
  z-index: 2000;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left;
  margin: 0 2em 10px 0;
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  z-index: 2000;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
  z-index: 2000;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
  z-index: 2000;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**  ID CUSTOM STYLES BEEGIN */

#offset {
margin-left: -20px;
}

#wrapper {
width: 1020px;
margin:auto;
position: relative;
}

#headContainer {
}

#logo {
width: 236px;
height: 124px;
float: left;
}

#navcontainer {
width: 748px;
height: 124px;
background-image: url(/images/lo-bandito_navbak.gif);
background-repeat: no-repeat;
float: left;
position: relative;
}

#topnav {
position: absolute;
top: 38px;
left: 0px;
height: 36px;
width: 748px;
}

#leftnavContainer {
width: 236px;
float: left;
margin: 0 0 0 0;
padding: 0px 0 0px 0;
}

#leftnavTop {
height: 64px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#leftnavContent {
background-image: url(/images/lo-bandito_17.jpg);
background-repeat: repeat;
margin: 0 0 0 0;
padding: 1px 6px 12px 14px;
text-align: left;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
position: relative;
}

#leftnavContent p {
padding: 0 12px 0 26px;
font-size: 11px; 
}

#leftnavContent ul {
margin: 0 0 0 2px;
padding: 0 0 0 0;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
font-size: 11px;
}

#leftnavContent li {
padding-top: 0px;
line-height: 13px;
margin-bottom: 3px;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
font-size: 11px;
font-weight: bold; 
}

#leftnavContent ul ul li {
padding-left: 12px;
margin-left: 14px; 
}

/* #leftnavContent h2 {
	padding: 10px 0 4px 0;
	margin-bottom: 0px;
 	 display:block;
  	text-indent:-1000px;
  	height:16px;
	background: url(http://www.banditobooks.com/images/leftnav-headings-recent.gif) no-repeat; 
}*/

h3.editions {
	padding: 10px 0 4px 0;
	margin-bottom: 0px;
 	 display:block;
  	text-indent:-1000px;
  	height:16px;
	background: url(/ezine/sites/all/themes/bandito/images/h3-book-module.gif) no-repeat;
}

h3.archives {
	padding: 10px 0 4px 0;
	margin-bottom: 0px;
 	 display:block;
  	text-indent:-1000px;
  	height:16px;
	background: url(/images/h3-archives.gif) no-repeat;
}

h3.newstuff {
	padding: 10px 0 4px 0;
	margin-bottom: 0px;
 	 display:block;
  	text-indent:-6000px;
  	height:16px;
	background: url(/images/h3-newstuff.gif) no-repeat;
}

#leftnavBottom {
height: 69px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#contentWrapper {
width: 748px;
padding: 0 0 0 0;
float: left;
}

#contentContainer {
width: 748px;
padding: 0px 0px 20px 0px;
margin: 0px 0px 0px 0px;
background-image: url(/images/bg-center.jpg);
/*background-image: url(/images/lo-bandito_18.jpg);*/
background-repeat: repeat;
text-align: left;
}

/*#contentContainer p {
margin: 0 0 0 0;
}*/

#contentHome {
padding: 0 85px 0 100px;
margin: 0 0px 0 0px;
text-align: left;
font-size: 18px;
line-height: 22px;
}
contentHome p {
margin-bottom: 16px;
}

#content {
padding: 10px 0px 0px 35px;
margin: 0px 0px 0px 0px;
text-align: left;
font-size: 13px;
line-height: 17px;
min-height: 700px;
width: 625px;
}

#content h2 {
margin-bottom: 18px;
}

#content p {
margin-bottom: 16px;
}

#content hr {
  margin: 6px 0 0 0;
  padding: 6px 0 6px 0;
  border: none;
  height: 6px;
  background-image: url(/images/hr.gif);
  background-repeat: no-repeat;
  }

#contentBottom {
width: 748px;
padding: 0 0 0 0;
height: 71px;
background-image: url(/images/lo-bandito_foot.gif);
background-repeat: no-repeat;
}

input {
	border: 1px solid #000000;
	background-color:#E5E3CA;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	border: 1px solid #000000;
	background-color:#E5E3CA;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#centerRightCol {
float: right;
border-left: 1px dashed black;
padding-left: 10px;
margin-left: 12px;
width: 120px;
}

#breadcrumbs {
background-image: url(/images/bg-breadcrumbs.jpg);
background-repeat: no-repeat;
height: 29px;
text-align: left;
padding: 0 40px 0 40px;
}

#footer {
color: #ffffff;
}

#footer a, #footer a:link, #footer a:visited {
color: #ffffff;
}

.photocaptions {
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
/*text-align: right;*/
}

/*blockquote {
margin-left: 30px;
padding-right: 10px;
}*/

.excerpt {
text-indent: 15px;
line-height: 16px;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
margin-bottom: 0px;
margin-top: 0px;
}

.excerpt2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 24px;
margin-bottom: 24px;
}

.excerpt2 p {

}

.screenplayexcerpt {
line-height: 15px;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
}

.screenplayexcerpt p {
margin-top: 0px;
margin-bottom: 4px;
}

.dialog {
text-indent: 50px;
padding-left: 100px;
}

.excerpt p {
margin-top: -12px;
margin-bottom: 4px;
}

.featurephoto {
width: 600px;
}

.teaserphotodiv {
float: left;
width: 150px;
padding-right: 10px;
padding-bottom: 8px;
}


.teaserdiv {
float: left;
width: 450px;
padding-bottom: 8px;
}

.teaserdiv h4, .teaserdiv2 h4 {
margin: 0 0 0 0;
}

.teaserdiv2 {
padding-bottom: 8px;
}

hr.teasers {
  margin: 6px 0 0 0;
  padding: 6px 0 6px 0;
  border: none;
  height: 6px;
  background-image: url(/images/hr.gif);
  background-repeat: no-repeat;
  clear: both;
}
.description {
color: #333333;
}

.floatright {
float:right;
margin-left: 10px;
margin-bottom: 10px;
text-align: right;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
}

.floatleft {
float: left;
margin-right: 20px;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
text-align: left;
}

.pager {
background-image: url(/images/bg-pager.gif);
background-repeat: no-repeat;
background-position: top center;
padding-top: 20px;
margin-top: 20px;
} 

.photoslides {
float: right;
width: 450px;
padding: 6px 6px 6px 6px;
color: #ffffff;
background-color: #333333;
margin-left: 10px;
}

.youtubefloat {
float: right;
width: 425px;
margin-left: 10px;
}

.submenudiv {
background-image: url(/images/bg-submenu.jpg);
background-repeat: no-repeat;
height: 460px;
padding: 0 26px 0 -10px;
}

#sidebarRight {
position: absolute;
top: 170px;
left: 900px;
}

.quicklinks {
background-image: url(/images/bg-quicklinks.jpg);
background-repeat: no-repeat;
width: 150px;
height: 168px;
padding: 15px 0px 0 6px;
z-index: 2000;
position: absolute;
top: 0px;
}

.quicklinksDefault {
background-image: url(/images/bg-quicklinks.jpg);
background-repeat: no-repeat;
width: 150px;
height: 168px;
padding: 15px 0px 0 6px;
z-index: 1000;
position: absolute;
top: 0px;
}

.quicklinks li, .quicklinksDefault li, .submenuRight li, .submenuRight p, .submenuRight2 li, .submenuRight2 p, .submenuRight2 ul, .submenuRight4 li, .submenuRight4 p, .submenuRight4 ul {
font-size: 11px;
margin-right: 26px;
margin-left: 0px;
line-height: 12px;
margin-bottom: 10px;
}

.submenuRight {
background-image: url(/images/bg-submenu-right.jpg);
background-repeat: no-repeat;
width: 160px;
height: 381px;
padding: 10px 0px 0 14px;
position: absolute;
top: 0px;
}

.submenuRight2 {
background-image: url(/images/bg-submenu-right2.jpg);
background-repeat: no-repeat;
width: 160px;
height: 344px;
padding: 10px 0px 0 14px;
position: absolute;
top: 460px;
}

.submenuRight3 {
position: absolute;
top: 380px;
left: -20px;
}

.submenuRight4 {
position: absolute;
top: 460px;
background-image: url(/images/bg-ezine.gif);
height:300px;
width:160px;
background-repeat: no-repeat;
font-size: 11px;
}

.submenuRight4 li {
line-height: 15px;
}

.submenuRight4 ul {
padding-top: 0px;
margin-top: 0px;
}

.submenuRight4 img {
	margin-top: 40px;
	margin-bottom: 7px;
}

#compass {
	margin: 100px 0 0 100px;
}

.featurefont {
font-size: 16px;
line-height: 20px;
}

.photowithcaption {
float: right;
width: 350px;
text-align: right;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
}

.notice {
float: right;
text-align: center;
background-image: url(/images/bg-notice.gif);
background-repeat: no-repeat;
width: 192px;
height: 301px;
margin-left: 15px;
padding-top: 30px;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
}

.notice p {
padding-left: 15px;
padding-right: 15px;
}

.notice2 {
width: 400px;
float: right;
margin-left: 10px;
padding: 2px 2px 2px 2px;
}

.notice2 p {
padding-left: 15px;
padding-right: 15px;
}

.subscribefoot {
float: right;
text-align: center;
background-image: url(/images/bg-subscribefoot.jpg);
background-repeat: no-repeat;
width: 160px;
height: 300px;
margin-left: 15px;
padding-top: 30px;
font-family: "Courier New", Courier, monospace;
font-size: 11px;
font-weight: bold;
line-height: 12px;
}

.subscribefoot p {
padding-left: 15px;
padding-right: 15px;
}

/*popup links and shit*/
.bandito-loading { font-style:italic !important; }
	.bandito-image, .bandito-audio, .bandito-video, .bandito-excerpt { display:inline-block; padding-right:14px; }
	.bandito-image { background:url(/bandito-linkage/images/bandito-link-image.gif) no-repeat top right; }
	.bandito-audio { background:url(/bandito-linkage/images/bandito-link-audio.gif) no-repeat top right; }
	.bandito-video { background:url(/bandito-linkage/images/bandito-link-video.gif) no-repeat top right; }
	.bandito-excerpt { background:url(/bandito-linkage/images/bandito-link-excerpt.gif) no-repeat top right; }
	#lo-bandito-box-top { text-align:center; line-height:1.4em; margin:20px auto; padding:0; width:475px; background:black; color:#BEAF8E; border:1px solid #BEAF8E; }
	#lo-bandito-box-bottom { border:1px solid #9B8452; }
	#lo-bandito-box { text-align:left; z-index: 2000; border:1px solid #695229; padding:10px; }
	#lo-bandito-box-audio-wrapper { background:url(/bandito-linkage/images/bandito-audio-bg.gif) no-repeat top left; padding:10px 21px 24px 18px; }
	#lo-bandito-box img { border:4px solid black; }
	#lo-bandito-box-image { border:1px solid #695229; }
	#lo-bandito-box-close { float:right; display:block; position:relative; margin:0 0 -13px -8px; top:-13px; right:-8px; width:50px; height:0; padding:33px 0 0 0; overflow:hidden; background:url(/bandito-linkage/images/close.gif) no-repeat top right; }
	
	div.bandito-box-contents { background-color:black; color:#BEAF8E; padding:10px; width:475px; border:1px solid #695229; position:absolute; }
	#lo-bandito-box-image-close { position:relative; display:block; margin:-10px auto; width:50px; height:0; padding:33px 0 0 0; overflow:hidden; background:url(/bandito-linkage/images/close.gif) no-repeat top right; }
/*eof popup links and shit*/

#collage {
  min-height:440px;
  width:625px;
  padding:0px;
  background:url(http://www.aweisbecker.com/images/home_content_bg.jpg) no-repeat;
  }
  
.quoteattributes {
margin-top: -12px;
  }
  
  .headings {
/*margin-top: -36px;*/
position: relative;
top: -36px;
margin-bottom: -36px;
  }
  
.shared {
position: absolute;
top: 160px;
left: 875px;
width: 30px;
height: 30px;
background-image: url(http://www.banditobooks.com/ezine/mceimages/shared.gif);
background-repeat: no-repeat;
}

/*STORE STYLES*/
.infoBox {
margin-bottom: 10px;
}

.infoboxHeadings {
background-color: #B4C3CF;
height: 20px;
}

.featureBox {
margin: 10px 10px 10px 10px;
border: 1px solid #CCD5DE;
background-color: #F2F5F8;
width: 184px;
height: 60px;
float: left;
}
#lo-idc-warnings { padding:4px 10px; background-color:black; color:#666666; border-bottom:1px solid #666666; margin-bottom:10px; font-size:.8em; text-align:right; }
#right {
float: right;
width: 227px;
margin-right: 1px;
}
#minicart {
float: right;
width: 209px;
text-align: left;
}

#minicart img { border:none; }
#minicart a:hover {text-decoration:none;}

#categories {
float: right;
width: 150px;
}

#imagesContainer {
float: left;
width: 260px;
margin-right: 15px;
}

table.add-book-row {
border:1px solid #869828;
margin-bottom:10px;
padding:10px;
}
table.moduleRow {
border:1px solid #869828;
margin-bottom:10px;
padding:10px;
}
table.add-book-row:hover {
background:#F8FAE9 none repeat scroll 0 0;
border:1px solid #869828;
margin-bottom:10px;
padding:10px;
}
table.moduleRow:hover {
background:#F8FAE9 none repeat scroll 0 0;
border:1px solid #869828;
margin-bottom:10px;
padding:10px;
}
table.moduleRowSelected {
background:#D8E581 none repeat scroll 0 0;
border:1px solid #869828;
margin-bottom:10px;
padding:10px;
}
form.id_form fieldset, #account-info fieldset {
background:#EEF2DF none repeat scroll 0 0;
border:1px solid #D7DEB6;
margin-bottom:10px;
}
form.id_form legend, #account-info legend {
background:#C0CA8E none repeat scroll 0 0;
border:1px solid #C0CA8E;
color:#113B34;
font-weight:bold;
padding:5px 10px;
}
form.id_form label {
display:inline-block;
line-height:1.8;
vertical-align:top;
}
form.id_form fieldset ol {
margin:0;
padding:0;
}
form.id_form fieldset li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px;
}
form.id_form fieldset fieldset {
border:medium none;
margin:3px 0 0;
}
form.id_form fieldset fieldset legend {
font-weight:normal;
padding:0 0 5px;
}
form.id_form fieldset fieldset label {
display:block;
width:auto;
}
form.id_form em {
color:#FF0000;
font-style:normal;
font-weight:bold;
}
form.id_form label {
width:120px;
}
form.id_form fieldset fieldset label {
margin-left:123px;
}
form.id_form legend {
font-weight:bold;
padding:5px;
}
form.id_form input, form.id_form textarea {
background-color:white;
border:1px solid #C0CA8E;
color:#5E7100;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:1em;
padding:2px 4px;
}
img.imgs {
cursor:pointer;
}
#list {
}
#list ul, #list li {
display:inline-block;
}
tr.edit-address-rows {
background-color:#D8E581;
border:1px solid #99CC00;
padding:20px;
}
div.checkout-present-info-box {
padding:10px 350px 20px 20px;
}
div.checkout-present-info {
background-color:#D7DEB6;
border:medium none;
padding:5px 20px;
}
div.cat-menu {
padding:0;
}
div.add-to-cart {
clear:both;
padding:30px 0 0 215px;
}
.moduleRowOver {
background:#D7DEB6 none repeat scroll 0 0;
}
.moduleRowSelected {
background:#C0CA8E none repeat scroll 0 0;
}

#checkout label { display:block; padding:10px}
	#checkout fieldset{margin-bottom:10px; border: solid 1px #869828}
#checkout legend { background-color: #D7DEB6; color: black; padding: 6px; border: 1px solid #999999;}	
#lo-checkout-process legend { background-color: #D7DEB6; color: black; padding: 6px; border: 1px solid #999999;}	
label.inline{ display:inline}


.product_listing_box {
float: left; width: 120px; margin-left: 25px;
}

/* End of store styles */

#book-toc {
background-image: url(/images/table-of-contents.gif);
background-repeat: no-repeat;
width: 350px;
float:left;
}
#book-toc ul {
padding-top: 60px;
}


