/* 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: 0;
  margin-top:10px  }

td, li, ol
{ font: 10pt Arial, Helvetica, Sans-serif;
  color:#000 }

h1
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 18px;
  color:#666666;
  letter-spacing:-1px;
  margin-top:10px; }
  
h2
{ font-family: Helvetica, Arial, Sans-Serif;
  font-size: 17px;
  color:#666666;
  letter-spacing:-1px;
  margin-top:10px; }

h3
{ font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  color:#ff0000;  
  padding-top:20px; 
  text-align: center;
  margin:0px;
  }

h4
{ font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 13px;
  color:green;
  margin-top:20px;
  margin-bottom:10px;
  border-bottom:dotted 1px #666;
  letter-spacing:-1px; 
  
  }

h5
{ font: 16pt Arial, Helvetica;
  color: #000; }
.stats_count{
	font-family: Arial, Sans-Serif;
  font-size: 12px;
  color:#ff0000;
  font-weight: bold;
}  
a
{ color: #0909ae;
  text-decoration:none; }

a:hover
{ color: blue;
  text-decoration:none; }

input, textarea
{ border: solid 1px #999;
  background-color:#FFFFFF;
  padding: 2px;
  -moz-border-radius: 2px }
  
input:hover, textarea:hover
{ border: solid 1px #333; }
  
button.image
{ border: none;
  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: #333;
  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 }

/* --( boxes )-- */
.box_1_top
{ background: url('images/box_1_top.gif') 0 0 no-repeat #677787;
  padding: 3px 10px 5px 30px;
  color: white;
  font-weight: bold; }

.box_1_mid
{ border-right: solid 1px #D0D9E0;
  padding: 8px 5px 8px 0;  }
  

.box_1_end
{ border-top: solid 3px #D0D9E0; }

.box_2_top
{ background: url('images/box_2_top.gif') 0 0 repeat-x;
  padding: 3px 10px 5px 10px;
  color: #000;
  font-weight: bold; }

.box_2_mid
{ background: #fff;
  padding: 3px 10px 5px 10px; }

.box_2_end
{ background: url('images/box_2_end.gif') 0 0 repeat-x;
  padding: 3px 10px 5px 10px;
  color: #000;
  height: 20px; }

.box_3_top
{ background: url('images/bg_box.gif') 0 0 no-repeat #000;
  padding: 3px 10px 5px 30px;
  color: white;
  font-weight: boldx; }

.box_3_mid
{ background: #D0D9E0; }

.box_3_end
{ border: solid 1px #888; }

.float_box_top
{ background: url('images/float_box_top.gif') 0 0 no-repeat;
  padding: 8px 5px 17px 5px ;
  letter-spacing: 1px;
  font: bold 9pt Verdana, Arial, Helvetica  }

.float_box_mid
{ background: url('images/float_box_mid.gif') 0 0 repeat-y; 
  padding: 5px; }

.float_box_end
{ background: url('images/float_box_end.gif') 0 0 no-repeat; }


/* --( table )-- */
.table_2
{ border: solid 1px #081888;
  background: #D0D0E0;  }

.table_2 td
{ background: #F0F4F8;
  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 0px;
  padding: 0;
  
  }
.list_11
{ 
  margin: 0 0 0 0px;
  padding: 0;
  padding-left: 15px;
  }
.list_1 li
{ 
  
  }
  
.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
{ margin: 0 0 0 20px;
  padding: 0 }

.list_3 li
{ margin-bottom: 5px; }
  
/* --( Comment )-- */
.comment_box
{ width: 550px; 
  margin-bottom: 10px;
  padding: 5px;
  border-left: solid 2px #aaa; }

.comment_title
{ font: bold 11pt Arial, Helvetica;
  letter-spacing: 1px;
  background: url('images/rev.gif') 0 5px no-repeat;
  padding-left: 20px }

.comment_body
{ margin-bottom: 5px }

.comment_end
{ background: url('images/arrow_right.gif') 0 2px no-repeat;
  margin-left: 20px;
  padding: 0 0 5px 15px; }

.comment_helpful
{ font: italic 8pt Arial, Helvetica }  

/* --( Pagination )-- */
#pagination 
{ 
  padding: 10px 0 20px 0px; 
  
  }

#pagination a 
{ text-decoration: none;
  color: #0176b8;
  float:left;
  width: 100% }

#pagination a:hover 
{ color: orange; }

.page-text
{ color: white;
  background: #738FBF }

.page-num
{ 
	text-align: center;  
  background: #F5F5FF; 
  border: solid 1px #CCCCCC;
  font: bold 11px Verdana, Tahoma, Arial, Helvetica;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
 }
 .page-num tr,td{
 	height: 15px;
}
.page-num span{
	color: #cc3333;	
}
.page-num select{
	font: bold 11px Verdana, Tahoma, Arial, Helvetica;
	border: solid 1px #CCCCCC;
}
.link_hits{
	color: green;
	font: 11px Verdana, Tahoma, Arial, Helvetica;
}
.detail_v_1{
	font: bold 12px Verdana, Arial, Helvetica;
	color: #ff0000;
}
.detail_v_2{
	font: bold 12px Verdana, Arial, Helvetica;
	
}
.detail_v_3{
	font: bold 13px Verdana, Arial, Helvetica;
	color: #ff0000;
	text-transform: uppercase;
}
/* --( button & BBCode )-- */
.button 
{ border: solid 1px #D3D3D3;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.button:hover, .buttonRaised 
{ border: outset 1px;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }
 
.button:active, .buttonLowered 
{ border: inset 1px;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.buttonBlack 
{ border: inset 1px;
  font: 10pt Times New Roman, Times;
  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 12px Verdana, Arial, Helvetica;
  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;
}
}

.list_f{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.list_f_url{
	color: green;
}
table#detail_info td{
	border-bottom:dotted 1px #666;
	
}

#dhtmltooltip{
position: absolute;
width: 500px;
border: 1px solid black;
padding: 10px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.list_f_r{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.list_value_all_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	font-weight: none;	
}
.list_value_all_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: none;	
}
.list_f_url_s{
	font-weight: bold;
	color: green;
}
.ntv_s{
	font-weight: bold;
	color: #FF8000;
}
.tsp_s{
	font-weight: bold;
	color: #8000FF;
}
.ndt_s{
	font-weight: bold;
	color: #808000;
}
.nr_s{
	font-weight: bold;
	color: #408080;
}
.counter_link_s{
	font: bold 14px Arial, Helvetica, Sans-serif;
	text-align: center;
	color: #ffffff;
	background:url('images/number.gif') no-repeat center center;
}
.tt_s{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00ECEC;
	font-size: 11px;
	font-weight: bold;
}
.gb_s{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0080;
	font-size: 11px;
	font-weight: bold;
}
.td_s{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0909ae;
}
.td_s a{	
	font-weight: bold;
	color: #0909ae;
}
.td_s:visited{	
	font-weight: bold;
	color: #0909ae;
}
.td_s:hover{	
	font-weight: bold;
	color: #0909ae;
}

.txt_input{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
}