/**********************************************
BASE STYLESHEET | BY ANTHONY EGGERT
**********************************************/

/****************** IMPORTS ******************/
@import url(layout.css); /* positioning */
@import url(nav.css); /* navigation */
@import url(forms.css); /* forms */

/********* GLOBAL FONT DECLARATIONS *********/
body {
	font: 11px arial, sans-serif;
	color: #000
}
#content {
	font: 1.2em arial, sans-serif;
	color: #000000
}
#column {
	font: 1em arial, sans-serif;
}
#nav {
	font: bold 1.1em arial, sans-serif;
}
#sub-nav {
	font: bold 1em arial, sans-serif;
}

#footerdiv p {
	font: bold 1.1em arial, sans-serif;
}
h1,h2,h3,blockquote {
	font-family: georgia, times, times new roman, serif;
}
h4 {
	font-family: arial, sans-serif;
}
/************* GLOBAL ELEMENTS *************/
body {
	margin: 0;
	background: #F9F3EC url(/images/body.gif) repeat center;
	min-width: 780px;
}
p {
	padding: 0 1em;
	line-height: 1.2em;
	text-align: left;
}
.col-box p {
	margin: 1em 0;
	padding: 0 1em;
}
h1 {
	font-size: 180%;
	text-align: left;
	color: #000;
	padding: 0;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000;
	padding: 0;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #000;	
	padding: 0 .5em;
	text-align: left;

}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: 1em;
	padding-left: 1em;
}
ul {	
	line-height: 1.5em;
	margin: 1em;
	padding-left: 1em;
	list-style: url(/images/li.gif) square;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
strong {
}

.grn {
 	color: #030;
}
blockquote {
	font-size: 1.2em;
	color: #960;
}
/***************** TABLES ******************/
table {
	width: auto;
	margin: 1em;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
	font-size: 1em;
}
td, th {
	padding: .3em .5em;
	text-align: left;
	vertical-align: top;
}
th {
	white-space: nowrap;
	background-color: #030;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	color: #600;
}
td.speaker {
	font-weight: bold;
	color: #030;
}



table.cart td {
	border: 1px dotted #333;

}
table.cart tfoot td {
	border: 0;	
}
.ttl {
	color: #fff;
	border-top: 1px solid #000;
	background-color: #800;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}
table.cart tr.chk {
	border:0;
	background-color: #fff;
}
/***************** CLASSES ******************/
.sm {
	font-size: .8em;
}
.fltr {
	float: right;
	margin: 0 1em;
}
.fltl {
	float: left;
	margin: 0 1em;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 1em 0;
	margin: 0;
	background: transparent url(/images/hr.gif) no-repeat center;
}
.red {
	color:#900;
}
.bord {
	border: 1px solid #960;
}
.blk {
	display: block;
}
.alt {
	background-color: #FFFAF2;
}
.pdesc {
	padding: 0 1.5em;
}
.pad {
	padding: 0 1em;
}
/************ LINKS PRESENTATION ************/
a:link {
	color: #039;
}
a:visited {
	color: #036;
}
a:active, a:hover {
	color: #f90;
}
#footerdiv a {
	text-decoration: none;
}
#footerdiv a:link,#footerdiv a:visited {
	color: #000;
}
#footerdiv a:active,#footerdiv a:hover {
	color: #f90;
}
#footerdiv p.grn a:link,#footerdiv p.grn a:visited {
	color: #030;
}
#footerdiv p.grn a:active,#footerdiv p.grn a:hover {
	color: #f90;
}
/************ IMAGE PRESENTATION ************/
img {
	border: 0px;
}
/************ SPECIFIC ************/
#footerdiv p {
	text-align: center;
	margin: 0;
}
.content-box {
	margin-left: 2em;
	margin-bottom: 2em;
	font-size: .8em;
}
.cats {
	height: 150px;
	width: 700px;
	margin: 1em 2em;
}
.catblock {
	 float: left;
	 display: inline;
	 width: 200px;
	 text-align: center;
}

.catblock a {
	font-weight: bold;
	text-decoration: none;
}
.bgwrap {
	width: 700px;
	background: transparent url(/images/large_bg.gif) repeat-y;
}
.bgtop,.bgfoot {
	width: 700px;
	height: 24px;
}
.bgtop {
	background: transparent url(/images/large_bg_top.gif) no-repeat top;
}
.bgfoot {
	background: transparent url(/images/large_bg_foot.gif) no-repeat bottom;
}
.bgwrap_med {
	width: 500px;
	background: transparent url(/images/med_bg.gif) repeat-y;
}
.bgtop_med,.bgfoot_med {
	width: 500px;
	height: 24px;
}
.bgtop_med {
	background: transparent url(/images/med_bg_top.gif) no-repeat top;
}
.bgfoot_med {
	background: transparent url(/images/med_bg_foot.gif) no-repeat bottom;
}
.addcart {
	height: 200px;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  
	/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End Holly Hack */


.cart-side-browsepanel{
width:180px;
margin-top: 9px;
float: left;
position: relative;
margin-left:-12px;
}

.cart-productlist{
width:540px;
display: block;
height: 100%;
float: right;
position: relative;
right:-20px;
}

table.productTable {
	border-collapse:collapse;
	border-spacing:0;	
	table-layout: fixed;
	width: 540px;

}

 table {
	width: auto;
	margin: 0;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
	font-size: 1em;
}


.feedburnerFeedBlock ul li{
list-style-type: none;
list-style: none;
margin-left: 0px;
padding-left: 0px;
margin-bottom: 18px;
}

.feedburnerFeedBlock ul {

margin-left: 0px;
padding-left: 0px;
}

.feedburnerFeedBlock a:link, a:visited, a:hover, a:active{
color: #000;
}

  div.feedBurnerFeedBlock .headline { color: black; font-weight: bold; text-decoration: none;}
  
  #creditfooter{display: none;}
  
 #leftcontent2{
width:350px;	float:left; padding-top:4px;}  
  
.formright {
float:right;
text-align:left;
}

.labelfont {
font-size:1.4em;
}
.cat_textbox2 {
clear:right;
color:#666666;
float:right;

height:26px;
width:100px;
}
.signupborder {
background-color:#EEF9E7;
border:thin solid #CCCCCC;
margin-bottom:12px;
padding:6px 6px 4px 12px;
width:350px;
overflow: hidden;
clear:both;
}
.signuppage {
color:#00AEEF;
font-size:2.4em;
font-weight:normal;
margin:0px;
padding:0px;
}
.cat_textbox4 {
clear:both;
color:#666666;

height:26px;
width:365px;
}
.clearsignup {
clear:both;
margin-top:4px;}

.cat_textbox3 {
float:right;

height:20px;
margin-bottom:8px;
margin-right: 4px;
width:200px;
}

.cat_textbox4 {

font-size:1.5em;

width:370px;
}

.cat_listbox4 {
height:250px;
float: right;

width:200px;
}

.formright {
float:right;
text-align:left;
}

.floatleft2 {
float:left;
width:105px;
padding-top:6px;
text-align: right;


}

.cat_dropdown2 {
float:right;
height:20px;
width:198px;
}

#rightcontent2{
width:345px;
padding-top:4px;
float:right;}