html,body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:#F3F3F3;
}

.bottomline {
	border-bottom: 1px solid #DDDDDD;
	color:#666666;
}

.dividingborder {
	border-bottom: 1px dashed #DDDDDD;
}

#pagewidth
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 974px;
	border:#CCC 1px solid;
	background-color:#FFF;
}

#promo {
	width:100%;
	height:50px;
	background-image:url(../images/promo.jpg);
}

#header
{
	background-image:url(../images/header_bg.jpg);
	height: 93px;
	position: relative;
	width: 100%;
}

#spacer {
	height:90px;
	float:left;
}

#navigation {
	height:25px;
	width: 100%;
	background-image:url(../images/tabs_bg2.jpg);
}

#leftcol {
	float: left;
	position: relative;
	width: 230px;
	background-color:#3d6e26;
	color:white;
	padding-top:5px;
	padding-bottom:20px;
	margin-top:2px;
}

#billing {
	float: left;
	position: relative;
	width: 230px;
	background-color:#FFF;
	padding-bottom:20px;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	margin-top:25px;
	float:right;
	width:99%;
	background-color:#F5F5F5;
	text-align:right;
}

div.pagination a {
	padding: 2px 2px 2px 2px;
	margin: 5px;
	text-decoration: none; /* no underline */
	font-size:12px;
	color:#999;
}

div.pagination a:hover, div.pagination a:active {
	font-size:12px;
	font-weight:bold;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;	
	font-weight: bold;	
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #DDD;
}

.nav_bar {
	
	position:relative;
	top:0px;
	padding-bottom:8px;
	padding-top:7px;
	margin-right:6px;
}

.nav_bar a {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
}

#leftcol h1 {
	background-color:#204012;
	color:#12a912;
	font-size:12pt;					/* smaller text TJH */
	font-weight:normal;
	padding:4px 0px 4px 0px;
	text-align:center;
}

#leftcol h1 a {
	color:#FFFFFF;					/* changed color and text style and size TJH */
	text-decoration:none;
	font-size:12pt;
	font-style:italic;
}

#leftcol h1 a:hover, #leftcol h1 a:active {				/* added hover TJH */
	color:#12a912;
}

.product_detail {
	font-size:10pt;
	color:#333333;
}

.product_detail td {
	padding-left:15px;
}

.product_detail td a {
	color:#333333;
}

#maincol {
	background-color: #FFF;
	display: inline;
	float: right;
	position: relative;
	width: 730px;
	padding:12px 7px 12px 7px;
}

#title{
	width:99%;
	height:22px;
	margin:15px 0px 30px 3px;
	padding:0px 2px;
	background-image:url(../images/tabs_bg2.jpg);
	
}

#title h1 {
	text-align:left;
	font-size:18px;
	padding:0px 0px 2px 10px;
	color:#fff;
	font-style:italic;
	font-weight:normal;
}

#footer {
	clear: both;
	height: 35px;
	text-align:center;
	color:#3d6e26;
	padding-top:25px;
	padding-bottom:25px;
	font-size:11pt;
	width:974px;
	border-top:#CCC 1px solid;
}

.browser tr td {
	width:130px;
	text-align:center;
}

.browser a {
	color:#3300FF;
	text-decoration:none;
	font-size:10pt;
	width:130px;
}

.browser a img {
	border:1px solid black;
}

a {
	color:#3300FF;
}

.error {
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding:5px 20px 5px 45px;
	margin-top:7px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color:#000000;
}

.info {
	background: #F8FAFC url(../images/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding:5px 20px 5px 45px;
	margin-top:7px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
	color:#000000;
}

.error ul li {
	list-style-type:none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

@media print {
	#leftcol
	{
		display: none;
	}
	#twocols,#maincol
	{
		float: none;
		width: 100%;
	}
}

/* Added by Dan... */
div.breadcrumbs {
  font-size: smaller;
  font-style:italic;
  font-weight: bold;
}

div.breadcrumbs a {
  font-weight: normal;
  font-style:italic;
  text-decoration: none;
  color: #606060;
}

input.submit, input.submit-main {
  background-color: #e3e3e3;
  color: #444;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #ccc #ccc #fff;
  margin: 0 4px;
}

input.searchfield {
  color: #222;
  background-color: #fff;
  width: 150px;
  border: 1px solid #347697;
  padding: 3px; 
}

/* Added by Tim... */
.cart {
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

.cart_font {
	font-size:10pt;
	font-weight:bold;
}

#cc_info label {
	
	display:block;
	font-size:11px;
	font-weight:normal; 
	text-align:left;
	margin-left:3px;
}

#cc_info input, #cc_info select {
	
	float:right;
	font-size:9pt;
	font-weight:normal; 
	text-align:left;
	margin-right:3px;
	
}
#cc_info label em {
	
	float:left;
	font-size:9pt;
	text-align:left;
	font-weight:normal;
	font-style:italic;
	margin-bottom:10px;
	margin-left:7px;
	
}

#cc_info input, #cc_info select {
	font-weight:normal;	
	padding-left:5px;	
}

#order {
	font-size:11pt;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/button_end.png') no-repeat scroll top right;
    color: #000;
    display: block;
    font: normal 12px "MS Sans Serif";
    height: 18px;
	margin-top:0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 0 2px 10px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 3px 0 1px 10px; /* push text down 1px */
} 

a.button:hover {
    background: transparent url('../images/button_end_hover.png') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px "MS Sans Serif";
    height: 18px;
	margin-top:0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover span {
    background: transparent url('../images/button_span_hover.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 0 2px 10px;
}

.orderfont {
font-size:10pt;
}

img {
	border-style: none;
}

#thumbholder {
	width:136px;
	height:297px;
	float:left;
	margin:0px 20px;
}

#thumbimage {
	width:136px;
	height:182px;
	border:1px dotted #999;
}

#p_desc {
	width:136px;
	height:50px;
	text-align:center;
	padding-top:2px;
}

#p_desc a {
	text-decoration:none;
	font-size:9pt;
	color:#3d6e26;
}

#price {
	width:136px;
	height:20px;
	text-align:center;
	padding-top:3px;
}


#price span {
	font-weight:normal;
	font-size:9pt;
	color:#000;
}

#new_item {
	width:136px;
	height:20px;
	background:url(../images/new_item.jpg) center no-repeat;
	padding-top:5px;
}
