/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  nerddesigngroup, Open Source E-Commerce Solutions
  http://www.nerddesigngroup.com

  Copyright (c) 2003 nerddesigngroup

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; }
.errorBox { font-family: Arial, Tahoma, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Tahoma, Verdana, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, Tahoma, Verdana, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.prod_price_box {
	width: 75px;
}
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #4077c9;
  text-decoration: none;
  outline: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
  outline: none;
}

a:active {
  outline: none;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}




.infoBox2 {
	background: #4077C9;
}

.infoBoxContents2 {
	background: #FFFFFF;
	width: 200px;

	
/*font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;*/
}

.infoBoxNotice2 {
  background: #FF8E90;
}

.infoBoxNoticeContents2 {
  background: #FFE6E6;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;

}
TD.infoBoxHeadingW {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;

}

TD.infoBox2, SPAN.infoBox2 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}



















TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F0F0F0;
  //shopping-cart content color
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F0F0F0;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #E1E1E1;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:left; 

  color: #414956;
  font-weight: bold;
  padding: 10px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  background: #E1E1E1;
  //shopping-cart header/footer color
}

TD.productListing-data {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:center;
vertical-align:top; 
padding:11 20 8 9;

  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #414956;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 13px;
  color: #0064C8;
  font-weight: bold;
  font-face: arial;
  height: 43px;
  background: url('images/m99.gif');
  background-repeat: repeat-x;
  padding-top: 10px;
  padding-left: 12px;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 10px; color: #ff0000; }













td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #000000;
}

 .bg{
  background-image: url(images/m17.gif);
  background-repeat: repeat-y; 
 }

 .bg1{
  background-image: url(images/m24.gif);
  background-repeat: repeat-y; 
 }

 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #7F7F7F;
  width: 135px;
  height: 20px;
 }

 .ml{
  font-size: 11px;
  font-face: tahoma;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
 }

 .ml1{
  font-size: 11px;
  color: #ff0000; 
  text-decoration: underline;
 }

 .ml2{
  font-size: 11px;
  color: #FFFF9B; 
  text-decoration: underline;
 }

 .ml3{
  font-size: 11px;
  color: #000000; 
  text-decoration: none;
 }

 .ml3s{
  font-size: 9px;
  color: #000000; 
  text-decoration: none;
 }

 .ml4{
  font-size: 11px;
  color: #4077c9;
  font-weight: bold;
  text-decoration: underline;
 }

 .ml5{
  font-size: 11px;
  color: #0064A7; 
  text-decoration: underline;
 }

 .sc{
  font-size: 11px;
  color: #000000;
  font-weight: bold;  
 }

 .sc1{
  font-size: 14px;
  color: #0064C8;
  font-weight: bold;  
 }

 .sc2{
  font-size: 12px;
  color: #000000;
  font-weight: bold;  
 }

 .se{
  width: 120px;
  font-size: 9px;
 }

 .currency_symbol{
  color: #9B9B9B;
 }
 /* header tags 20081019-NDG-SSB */
 /*** Begin Header Tags SEO ***/
h1 {
 font-family: Arial, Tahoma, Verdana, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #4077c9;
}
/*** End Header Tags SEO ***/
/* end of header tags 20081019-NDG-SSB */

/* allproducts_seo 20081102-NDG-SSB */
a.allproductsBox {
color: #ff0000;
} 
a.allproductsBox:Hover {
color: #cc0000;
}
/* end of allproducts_seo 20081102-NDG-SSB */

.text_field {
    display:block; 
    border: 0px; 
    width: 100px; 
    height: 20px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    font-style:oblique;
    color:silver;
    outline: none;
}

.text_field_selected {
    display:block; 
    border: 0px; 
    width: 100px; 
    height: 20px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    font-style:oblique;
    color:#333333;
    outline: none;
}

.subcategory {
    background-image: url(images/subcategory_tab.png);
    background-position: left top;
    background-repeat: no-repeat;
    width:192px;
    height: 31px;
    text-align:left;
    vertical-align:middle;
    cursor:pointer;
    cursor:hand;
}
.hidden_field_quick_quote {
    visibility: hidden; 
    width: 1px; 
    height: 1px;
}
.comments_field_quick_quote {
    width: 180px;
    height: 40px;
    border: 1px solid #cccccc; 
    padding: 1px;
    font-family: Tahoma, sans-serif; 
    resize: none;
}
.empty_cell {
    background-color: #ffffff;
}

.subcategory_selected {
    background-image: url(images/subcategory_tab_selected.png);
    background-position: left top;
    background-repeat: no-repeat;
    width:192px;
    height: 31px;
    text-align:left;
    vertical-align:middle;
    cursor:pointer;
    cursor:hand;
	-moz-box-shadow:    inset 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 10px #ffffff;
	box-shadow:         inset 0 0 10px #ffffff;
}

.quick_quote {
    background-image: url(images/quick-quote-background.png);
    background-position: left top;
    background-repeat: repeat-x;
    width:192px;
    height:310px;
    vertical-align:top;
}
.contact_us_input_field {
    padding-left: 10px;
    display:block; 
    border: 0px; 
    width: 284px; 
    height: 30px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
    font-weight: bold; 
    font-style:oblique;
    color:silver;
    outline: none;
}
.contact_us_textarea {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 0px; 
    width: 284px; 
    height: 170px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:silver;
    resize: none;
   outline: none;
}

.contact_us_textarea_selected {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 0px; 
    width: 284px; 
    height: 170px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
   outline: none;
}
.contact_us_input_field_selected {
    padding-left: 10px;
    display:block; 
    border: 0px; 
    width: 284px; 
    height: 30px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
    font-weight: bold; 
    color:#333333;
   outline: none;
}
/*schools stuff*/
.contact_us_textarea_required_alt {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 0px; 
    width: 584px; 
    height: 170px; 
    -moz-box-shadow: inset 0 0 10px red; 
    -webkit-box-shadow: inset 0 0 10px red; 
    box-shadow: inset 0 0 10px red; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
   outline: none;
}
.contact_us_textarea_selected_alt {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 0px; 
    width: 584px; 
    height: 170px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
   outline: none;
}

.contact_us_textarea_alt {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 0px; 
    width: 584px; 
    height: 170px; 
    -moz-box-shadow: inset 0 0 10px silver; 
    -webkit-box-shadow: inset 0 0 10px silver; 
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:silver;
    resize: none;
   outline: none;
}

.contact_us_textarea_ie_alt {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 1px solid silver; 
    width: 584px; 
    height: 170px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:silver;
    resize: none;
}

.contact_us_textarea_selected_ie_alt {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 1px solid silver; 
    width: 584px; 
    height: 170px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
}
.contact_us_textarea_required_alt_ie {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 1px solid red;  
    width: 584px; 
    height: 170px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
}
/*schools stuff*/
.contact_us_input_field_required {
    padding-left: 10px;
    display:block; 
    border: 0px; 
    width: 284px; 
    height: 30px; 
    -moz-box-shadow: inset 0 0 10px red; 
    -webkit-box-shadow: inset 0 0 10px red; 
    box-shadow: inset 0 0 10px red; 
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
    font-weight: bold; 
    font-style:oblique;
    color:silver;
   outline: none;
}
/* IE SPECIFIC */
.contact_us_input_field_ie {
    padding-left: 10px;
    display:block; 
    border: 1px solid silver; 
    width: 284px; 
    height: 30px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 20px; 
    font-weight: bold; 
    font-style:oblique;
    color:silver;
}
.contact_us_textarea_ie {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 1px solid silver; 
    width: 284px; 
    height: 170px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:silver;
    resize: none;
}

.contact_us_textarea_selected_ie {
    padding-left: 10px;
    padding-top: 5px;
    display:block; 
    border: 1px solid silver; 
    width: 284px; 
    height: 170px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
}
.contact_us_input_field_selected_ie {
    padding-left: 10px;
    display:block; 
    border: 1px solid silver; 
    width: 284px; 
    height: 30px;  
    box-shadow: inset 0 0 10px silver; 
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
    font-weight: bold; 
    color:#333333;
}

.contact_us_input_field_required_ie {
    padding-left: 10px;
    display:block; 
    border: 1px solid silver; 
    width: 284px; 
    height: 30px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; 
    font-weight: bold; 
    font-style:oblique;
    color:darkred;
}
/* END IE SPECIFIC */
.small_contact_us_input_field {
    padding-left: 10px;
    display:block; 
    border: 1px solid #999; 
    width: 153px; 
    height: 20px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    font-style:oblique;
    color:silver;
    outline: none;
}
.small_contact_us_textarea {
    padding-left: 8px;
    padding-top: 5px;
    border: 1px solid #999; 
    display:block; 
    width: 153px; 
    height: 70px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
    font-weight: bold; 
    color:silver;
    resize: none;
   outline: none;
}

.small_contact_us_textarea_selected {
    padding-left: 8px;
    padding-top: 5px;
    border: 1px solid #999; 
    display:block; 
    width: 153px; 
    height: 70px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
    font-weight: bold; 
    color:#333333;
    resize: none;
   outline: none;
}
.small_contact_us_input_field_selected {
    padding-left: 10px;
    display:block; 
    border: 1px solid #999; 
    width: 153px; 
    height: 20px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    color:#333333;
   outline: none; 
}

.small_contact_us_input_field_required {
    padding-left: 10px;
    display:block; 
    border: 1px solid #999;
    width: 153px; 
    height: 20px; 
    font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
    font-weight: bold; 
    font-style:oblique;
    color:#cc9999;
   outline: none;
}

.product_select {
    background-image: url(images/select-button-grey.png);
    outline: none;
    cursor: pointer;
    cursor: hand;
    width: 91px;
    height: 28px; 
}

.product_select_banner {
    background-image: url(images/banner-button-grey-1.png);
    outline: none;
    background-repeat: none;
    cursor: pointer;
    cursor: hand;
    width: 125px;
    height: 49px;
    position: relative;
    top: -82px;
    left: 5px;
}

.product_select_banner_orange {
    background-image: url(images/banner-button-orange-1.png);
    background-repeat: none;
    outline: none;
    cursor: pointer;
    cursor: hand;
    width: 125px;
    height: 49px; 
    position: relative;
    top: -82px;
    left: 5px;
}

.main_page_text_collapsed {
    width: 675px;
    padding: 5px;
    height: 100px; 
    max-height: 225px; 
    overflow: hidden;
    border: 2px solid silver;
    position: relative;
    left: 11px;
}
  
.main_page_text {
    width: 675px;
    padding: 5px;
    border: 2px solid silver;
    position: relative;
    left: 11px;
}
.product_select_over {
    background-image: url(images/select-button-orange.png);
    outline: none;
    cursor: pointer;
    cursor: hand;
    width: 91px;
    height: 28px;
}
.big_orange {
    color: #ff9b39;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    text-shadow: 0.1em 0.1em 0.05em #333;
    text-align:center;
    vertical-align:top;
    font-weight: bold;
}


.nav_bar_shaddow {
	background-image: url(images/nav-bar-shadow-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 8px;
}
.nav_bar_shaddow_left_corner {
	background-image: url(images/shaddow-corner-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	width: 8px;
}
.nav_bar_shaddow_bottom {
	background-image: url(images/bottom-shaddow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 7px;
	width: 890px;
}
.search_cell {
	background-image: url(images/gradient-black-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 200px;
}
.nav_bar_cell {
	background-image: url(images/gradient-black-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	vertical-align:middle;
	text-align:center;
	width: 97px;
color: white; font-size:11px; font-weight:bold;
        cursor:pointer;
        cursor:hand;
}
.footer_link {
        cursor:pointer;
        cursor:hand;
        color: white;
        font-size:11px;
        font-weight:bold;
	text-decoration: underline;
}
.nav_bar_cell_selected {
	background-image: url(images/selected-cell-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	vertical-align:middle;
	text-align:center;
	width: 97px;
color: white; font-size:11px; font-weight:bold;
        cursor:pointer;
        cursor:hand;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	
}
.nav_bar_cell_end {
	background-image: url(images/gradient-black-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	vertical-align:middle;
	text-align:center;
	width: 30px;
}


  #indicator {
    visibility:hidden;
	}
	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -20px; /*position where enlarged image should offset horizontally */

}

#divkeywords
{
  display: none;
}

.mpt {
font-size: 12px;
padding-top: 0px;
padding-right:  5px;
padding-left: 5px;
text-align: justify;
}
.mpt1 {
padding-left: 0px;
text-align: center;
}
.mptbl {
 font-size: 11px;
 border-top:1px solid #3366FF; 
 border-bottom:1px solid #3366FF;
 border-left:1px solid #3366FF; 
 border-right:1px solid #3366FF; 

}
.mptbl_h {
	color: white;
	background: #3366FF;
}
.bookmark {
cursor:	pointer;
}

      #cover { display: none;
               position: absolute;
               left: 0px;
               top: 0px;
               width: 100%;
               height: 100%;
               background: white;
               filter: alpha(Opacity=50);
               z-index: 800;
               opacity: 0.5;
               -moz-opacity: 0.5;
               -khtml-opacity: 0.5 }
       #dialog { display: none;
                 margin: auto;
                 position: relative;
                 z-index: 900; }

#progressbar {
    width: 100%;
    height: 15px;
    background-color: #eee;
    padding: 2px;
    margin: .6em 0;
    border: 1px #000 double;
    clear: both;
}

#progress {
    background: #2598fa; /*-- Color of the bar --*/
    height: 15px;
    width: 0%;
    max-width: 100%;
    float: left;
    -webkit-animation: progress 6s 1 forwards;
    -moz-animation: progress 6s 1 forwards;
    -ms-animation: progress 6s 1 forwards;
    animation: progress 6s 1 forwards;
}

#pbaranim {
    height: 15px;
    width: 100%;
    overflow: hidden;
    background: url('http://www.dvdsummit.comhttp://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
}

@-webkit-keyframes progress { 
    from { 0 }

    to { width: 100% }
}

@-moz-keyframes progress { 
    from { }

    to { width: 100% }
}

@-ms-keyframes progress { 
    from { }

    to { width: 100% }
}

@keyframes progress { 
    from { }

    to { width: 100% }
}

.grtxt {
font-size: 12px;
  color: #267710;
}

.photos {
	overflow: hidden;
	border: 0px solid #f0f0f0;
	padding: 10px;
	width: 300px;
}

.photos div img {
	padding: 10px 0;
	margin: 20px 0;
	float: left;
	border-bottom: 0px solid #ddd;
}

.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	width: 290px;
	float: left;
}
.photos ul.thumbs li{
	width: 60px;
	height: 60px;
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 2px solid #ddd;
	text-align: center;
}
.photos ul.thumbs li img {
	position: absolute; 
	top: 0px;
	left: 0px;
	border:0;
	outline:none;
}

.photos ul.thumbs li:hover {
	border: 2px solid #888;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}