/* 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:url('images/page_b.png') 0 bottom repeat-x #E6E9EB;
  margin: 0 }

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

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

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

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

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

a:hover
{ color:#927cff;
  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; }

img
{ border: none }

form
{ margin: 0; padding: 0 }

blockquote
{ margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url('images/quotes.gif') 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
{ padding: 5px }

.table_2 td
{ padding: 5px }

.table_2 td.title, .table_2 th
{ color: #666666;
  padding: 5px;
  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: 550px; 
  margin-bottom: 10px; }

.comment_title
{ font: bold 11pt Arial, Helvetica;
  letter-spacing: 1px; }

.comment_body
{ background: #E8ECE8;
  padding: 10px  }

.comment_end
{ background: url('images/which.gif') 0 0 no-repeat;
  margin-left: 20px;
  padding: 0 0 10px 50px; }
 

/* --( Pagination )-- */
#pagination 
{ font-size: 9pt;
  margin: 10px 0 10px 0; }

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

#pagination a:hover 
{ color: orange; }

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

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


/* --( button & BBCode )-- */
.button 
{ border: solid 1px #D3D3D3;
  background: #D3D3D3;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.button:hover, .buttonRaised 
{ border: outset 1px;
  background: #D3D3D3;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }
 
.button:active, .buttonLowered 
{ border: inset 1px;
  background: #D3D3D3;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.buttonBlack 
{ border: inset 1px;
  color: #888;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.code
{ font: 10pt Courier New, Courier;
  width: 90%;
  padding: 3px;
  background: #eee;
  border: solid 1px black }
  
  
/* --( 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;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

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