/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000;
  background:#E8E8E8 url(images/background.jpg) center repeat-y;
}

table{
	font-size:12px;
	font-weight:normal;
}

h1 {
  clear: both;
  font-size: 28px;
  margin-left:0px;
  font-weight: 100;
  letter-spacing: -1.5px;
  border-bottom:5px dotted #e8e8e8;
}

h2 {
  clear: both;
  font-weight: 800;
  text-transform: uppercase;
  color: #56B600;
  font-size:16px;
}

h3{
  clear:both;
  color:#8B181B;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
}

p {
  font-size:12px;
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 12px;
}

#news p {
  padding: 8px;
}

a {
  color: #8B181B;
}

a:hover {
  color: #B40202;
}

#news   a:hover,
#footer a:hover {
  background-color: #B40202;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}

.warning{
  color:#FF0000;
  font-size:14px;
}

.warning_small{
  color:#FF0000;
}

.small_br{
  height:10px;
}

.emphasis{
  font-weight: 100;
}

.small{
  font-size: 0.75em;
}


/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 720px;
  margin: 0px auto;
  text-align: left;
 }

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 90px;
  width:720px;
  background: url("/images/main_head.jpg") top center no-repeat; 
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #000;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #000;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

#menu a:hover, #menu a.active {
  background: url(images/menu_tab_dark.gif) no-repeat top center;
}


/***************************************************
   Main Table Styles
 ***************************************************/
td.left_col_small{
	vertical-align:top;
}
td.right_col_big{
	vertical-align:top;
}
td.right_col_all{
	vertical-align:top;
}

/***************************************************
   Form Tables
 ***************************************************/
form table{
	font-size:11px;
	font-weight:100;
}

/***************************************************
   Preview Table
 ***************************************************/
table.preview{
	font-size:12px;
}

table.preview td.pic{
	width:110px;
	text-align:center;
	vertical-align:top;
}

table.preview td.pic img{
	border: 2px solid #666666;
}

/***************************************************
   Shopping Cart Table
 ***************************************************/
table.shopping_cart{
	font-weight:100;
}

table.shopping_cart td.pic{
	color:#e8e8e8;
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
}

table.shopping_cart td.pic img{
	border: 2px solid #666666;
}

table.shopping_cart td.quantity{
	width:50px;
	align:center;
}

table.shopping_cart td.price{
	width:100px;
	align:center;
}

/***************************************************
   Admin Order Table Styles
 ***************************************************/
table.orders{

}

table.orders td.shipped{
	font-size:10px;
	text-align:center;
	width:75px;
	color:#666666;
}

table.orders td.shipped a{
	font-size:10px;
	color:#666666;
}

table.orders td.shipped a:hover{
	font-size:10px;
	color:#999999;
}

table.orders td.price{
	width:80px;
	text-align:center;
}


/***************************************************
   Display Table for Books/DVDs
 ***************************************************/
table.books{
	font-size:12px;
}

table.books td{
	color:#000000;
}

table.books td.pic{
	color:#e8e8e8;
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
}

table.books td.pic img{
	border: 2px solid #666666;
}

table.books td.quantity{
	text-align:center;
	width:100px;
}
table.books td.info{
	text-align:left;
	width:300px;
}
.in_between{
	width:500px;
	height:3px;
	border-bottom:3px dashed #e8e8e8;
}

.p_links{
	font-size:11px;
	text-align:right;
}
/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  margin-top:30px;
  font-size:11px;
  width: 175px;
  padding: 0 0 0 0;
}

#news .block {
  margin-bottom: 20px;
  background: #DDD url(images/block_top.gif) no-repeat top center;
}

#news h1 {
  padding-right:10px;
  margin-left:0px;
  text-align:center;
  font-size:18px;
  border:none;
}

#news .block .bottom {
  height: 28px;
  background: #DDD url(images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a.small {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform:capitalize;
  font-size:10px;
  text-decoration: none;
  color:#000;  
}

#news .links a:hover {
  background: #B40202 url(images/link_news.gif) no-repeat center center;
}

#news .links a.active {
  background: #B40202 url(images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}


/***************************************************
   Right Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
	text-align:left;
	width:500px;
	font-size:12px;
}

#text_big{
	text-align:left;
	width:700px;
	font-size:12px;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  font-size:10px;
  color:#999999;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}


/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  font-size:10px;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.head{
  color:#8B181B;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
}

p.quote table{
  margin-bottom:5px;
}

table.quote tr.text{
  font-size:12px;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.image_back {
background-color:#000000;
width:128px;
height:96px;
}

.grey {
  color: #AAA;
}

.msg{
  font-weight:800;
  color:#00f;
  font-size:12px;
  padding-bottom:5px;
}


/***************************************************
   Login classes and divs
 ***************************************************/

element.style {
width:250px;
}

.emphasis {
font-weight:bold;
}
.indent {
margin-left:15px;
}
.style1 {
color: #993399
}
.style14 {
color: #349E10
}

.column_left_big {
font-family:helvetica,arial,sans-serif;
font-size:13px;
padding-left:4px;
text-align:left;
vertical-align:top;
width:500px;
z-index:4;
}

.orange2 {
background-color:#FFF1D7;
font-size:16px;
font-weight:800;
margin-bottom:5px;
margin-top:1px;
padding:8px;
}

.confirmation_box {
background-color:#F4F4F4;
padding:10px;
}

.main_row {
height:450px;
vertical-align:top;
}
.column_right_small {
/*font-family:helvetica,arial,sans-serif;*/
/*font-size:13px;*/
padding-right:5px;
text-align:left;
vertical-align:top;
width:360px;
}

.header_container {
height: 650px;
width: 860px;
}