/* item.css */

p {
   font-size: 0.85em;
   }

body {
   background-image: none;
   }

h2 {
   font-variant: small-caps;
   font-style: italic;
   padding-top: 5px;
   }

br {
   margin-top: 5px;
   padding: 0px;
   line-height: 0px;
   }

#container {
   width: 990px;
   padding-left: 10px;
   }

#content {
   min-height: 550px;
   }

#item_details {
   margin: 0px;
   margin-bottom: 1em;
   width: 480px;
   float: left;
   }

.item_header {
   background: url(/graphics/item_details_header.png) no-repeat top left;
   padding: 6px;
   padding-top: 8px;
   padding-left: 8px;
   padding-bottom: 0px;
   margin-top: 12px;
   margin-bottom: 0px;
   min-height: 15px;
   width: 480px;
   }

.item_header_h2 {
   padding: 6px;
   padding-top: 0px;
   padding-left: 2px;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   min-height: 15px;
   width: 480px;
   }

.item_header a {
   text-decoration: none;
   font-color: #000;
   font-weight: bold;
   }

.control {
   float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
   margin-right: 15px;
   padding-left: 20px;
   font-weight: bold;
}

#item_details h4 {
   background: url(/graphics/item_details_header.png) no-repeat top left;
   padding: 6px;
   padding-top: 8px;
   padding-left: 8px;
   padding-bottom: 0px;
   margin-top: 12px;
   margin-bottom: 0px;
   min-height: 15px;
   width: 480px;
   }


h4 a {
   text-decoration: none;
   font-color: #000;
   }

.item_details_box {
   background: url(/graphics/item_details_body.png) repeat-y bottom left;
   margin-bottom: -10px;
   padding: 8px;
   padding-top: 4px;
   max-width: 480px;
   }

.item_details_box h2{
      padding-bottom: 2px;
   }

.item_details_box_foot {
	background: url(/graphics/item_details_foot.png) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	margin-top: -1px;
	height: 9px;
	width: 480px;

   }

.item_details_small {
   font-size: 0.75em;
   }

.transcription {
   font-family: serif;
   }

.transcription p {
   margin: 5px;
   margin-top: 15px;
   font-size: 1.1em;
   }

.transcription h5 {
   font-size: 1.2em;
   }

#item_teacher_note_box {
   padding: 3px;
   padding-top: 0.8em;
   }

#item_image {
   float: right;
   width: 485px;
   padding-top: 10px;
   }

#item_image img {
   border-style: solid;
   border-color: #FFF;
   background: #FFF;
   padding: 2px;
   }
  
#pages {
   margin: 0px;
   margin-top: 20px;
   margin-left: 10px;
   padding: 0px;
   width: 1000px;
   clear: both;
   }

#pages h4 {
   color: #FFF;
   font-variant: normal;
   width: 480px;
   font-size: 1.0em;
   border: 0px;
   padding: 5px;
   padding-left: 12px;
   margin-bottom: 0px;
   background: url("/graphics/pages/header.png") no-repeat;
   }
   
#pages p {
   padding: 5px;
   margin: 0px;
   max-height: 300px;
   overflow: auto;
   background: url("/graphics/pages/middle.png") repeat-y;
   border-right: 1px solid #000;
   }
   
.pager img {
   border-style: solid;
   border-color: #fff; 
   padding: 2px;
   background: #FFF;
   vertical-align: middle;
   margin: 0px;
   margin-top: 4px;
   margin-left: 4px;
   width: 85px;
   }

#pages_footer {
   width: 1000px;
   border: 0px;
   padding: 4px;
   padding-bottom: 0px;
   margin-bottom: 20px;
   margin-left: 10px;
   height: 15px;
   background: url("/graphics/pages/footer.png") no-repeat;
   }

.pager {
   padding: 3px;
   background: #FFF;
   vertical-align: middle;
   margin-top: 4px;
   margin-left: 4px;
   margin-bottom: 2px;
   /* width: 95px;  --commented this out in response to ticket 5140 regarding inappropriately scaled images */
   border: 1px solid #FFF;
   }

.pager_selected {
   background: red;
   }

.pager_selected_2 {
   background: black;
   }

#item_break {
   clear: both;
   }
   
#subitem {
   margin: 10px;
   }

#bottom_banner {
   height: 64px;
   margin-top: 25px;
   }

#bottom_banner p {
   padding-bottom: 10px;
   padding-top: 15px;
   }

#item_rating img {
   padding: 0px;
   margin: 0px;
   border: 0px;
   padding-top: 4px;
   }