/* Standard Style Sheet */
/* if you have many new style to define, please use separate files */

/* IMPORTANT
DO NOT EDIT THIS STYLE!
EDIT SHOP.CSS INSTEAD! 

This style is a 'general, all purposes, common' stylesheet!
*/

/* --( basic )-- */
body
{ background:#fff;
  margin-top: 10px}

div, td, li, ol
/* STOP USING SMALL FONTS! { font: 8pt  Arial, Verdana, Helvetica; } */
{ font: 10pt Trebuchet MS, Arial, Verdana, Helvetica; }

h1
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 22px;
  margin: 0;
  padding-bottom:10px;
  color:#27221f; }
  
h2
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  color:#666666;
  margin-top:20px; }

h3
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color:#000000;
  margin-top:20px; }

h4
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 14px;
  color:#666666; }

h5
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color:#27221f; }
    
a
{ color: #380;
  text-decoration:none }

a:hover
{ text-decoration:underline }

input, textarea
{ border: solid 1px #aaa;
  padding: 3px;
  margin:0; }
  
button.image
{ border: none;
  margin:0;
  padding:0;
  background: none;
  cursor: pointer;
  cursor: hand; }
  
button[type="submit"]
{ font-weight: bold;
  color: #080 }

button[type="reset"]
{ font-weight: bold;
  color: #800 }
  
img
{ border: none }

form
{ margin: 0; padding: 0 }

blockquote
 { margin: 0 0 0 10px;
  padding: 10px 0 0 20px;
  line-height: 1.5em;
  color: #333;
  min-height:40px;
  background: url('images/quote.png') no-repeat top left; }

blockquote p
{ margin-top: 0; }

th
{ text-align: left;
  font-weight: bold }

.small
{ font-size:8pt; }

.help
{ font: 8pt Arial, Helvetica }

/* --( table )-- */
.table_2
{ border: none; }

.table_2 td
{ padding: 3px }

.table_2 th, .table_2 td.title
{ background: url('images/table_2.gif') 0 0 repeat-x;
  color: #fff;
  padding: 8px;
  font-weight: bold  }

.table_2 td.label
{ background: #E0E4F0;
  font-weight: bold }

/* --( list )-- */
.list_1
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0  }

.list_1 li
{ background: url('images/orange.gif') 0 4px no-repeat;
  padding-left: 15px;
  margin-bottom: 3px; }
  
.list_2
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0 }

.list_2 li
{ background: url('images/arrow.gif') 0 2px no-repeat;
  padding-left: 15px;
  margin-bottom: 3px; }

.list_3
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0 }

.list_3 li
{ margin-bottom: 5px; }
  
/* --( Comment )-- */
.comment_box
{ width:600px;
  margin-top:10px;
  margin-bottom:10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #aaa }
  
.comment_box_left
{ width:100px;
  float:left;
  text-align:center }

.comment_box_right  
 { width:490px;
  float:right }

.comment_title
{ font: bold 11pt Arial, Helvetica;
  letter-spacing: 1px;
  background: url('images/rev.gif') 0 5px no-repeat;
  padding-left: 20px }

.comment_helpful
{ font: italic 8pt Arial, Helvetica; padding-left:35px }

.conc_box
{ width:489px;
  margin-bottom:5px;
  margin-left:100px; }
 
 .conc_left
 { width:100px;
   float:left;
   text-align:center }

.conc_right
{ width:380px;
  float:right }
/* Pagination */
#pagination {
  font: 10pt;
  margin: 10px 0 10px 0; }

#pagination a {
  text-decoration: none;
  color: #22229C;
  float:left;
  width: 100%
}

#pagination a:hover {
  color: #1f2c5c;
}

.page-text {
  color: white;
  background: #738FBF
}

.page-num {
  text-align: center;
  width: 15px;
  background: #E5E5EE; }


/* --( dropdown )-- */
.dropmenudiv
{ position:absolute;
  top: 0;
  border: 1px solid #bbb; /*Theme Change here*/
  border-bottom-width: 0;
  font: normal 10px Verdana;
  line-height: 20px;
  z-index:1;
  background-color: #bbb;
  width: 150px;
  visibility: hidden;
  color: #000; }

.dropmenudiv a
{ font-size: 10px;
  width: 150px; 
  display: block;
  text-indent: 3px;  
  padding: 2px 0;
  text-decoration: none; }

.dropmenudiv a:hover
{ color: #fff; }


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
-moz-border-radius: 3px 3px 0 0
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}