/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);


/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #352613;
}


/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {
	font-size:1.7em;
	font-weight: 900;
	color: #000;
}
h3 {
	font-size:1.5em;
	line-height: 1.2em;
	font-weight: 900;
	color: #000;
}
h4 {
	font-size:1em;
	line-height: 1.1em;
	font-weight: 900;
	color: #000;
}
h4 a:link {
	font-size:1em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
}
h4 a:visited {
	font-size:1em;
	line-height: 1.2em;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
}
h4 a:hover {
	font-size:1em;
	line-height: 1.2em;
	font-weight: 900;
	color: #CCC;
}
h4 a:active {
	font-size:1em;
	line-height: 1.2em;
	font-weight: 900;
	color: #CCC;
}
h5 {
	font-size:16px;
	color: #F00;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
.img_pad_rt {
	border: 0 none;
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
}
.img_pad_lt {
	border: 0 none;
	padding-left: 15px;
}

/* Clears Divs */
.clr{
height: 1%;
clear: both;
content: ".";
height: 0;
visibility: hidden
}
/* #######################  END GENERAL SETTINGS ############################ */
.menu_pad {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.twoColFixRtHdr .bg_texture #container #main_wrapper #left #google_acceptance {
	text-align: center;
}
.product_title {
	font-size: 1.5em;
	font-weight: bold;
	color: #3B200F;
}
.price {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.price2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.shipping {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.shipping2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.buy_btn {
	padding-left: 400px;
	text-align: right;
}
.item {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
}
.soldout {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
.bold_italic {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
