@CHARSET "UTF-8";
/** RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset,iframe,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

.underline {
	text-decoration: underline;
}

.nodisplay {
	display: none;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	font-size: 1.1em;
	color: rgb(80, 80, 80);
	background-color: rgb(150, 150, 150);
}

#wrapper_container {
	width: 960px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(80, 80, 80);
	padding: 5px;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: rgb(200, 200, 200) 3px 3px 3px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.5em;
	margin:1.0em 0 1.0em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

li {
	line-height: 1.5;
	padding: 0 0 0 20px;
	margin: 5px 0 5px 0;
	list-style-type: disc;
	list-style-position: inside;
}

ol li {
	list-style-type: decimal;
}

#topnav a {
	color: rgb(80, 80, 80);
	text-decoration: none;
}

a:hover,#topnav a:hover {
	color: rgb(230, 40, 60);
}

a:visited {
	color: rgb(0, 0, 255);
}

#header {
	float: left;
}

#header_logo {
	float: left;
	width: 200px;
}

#header_right {
	float: left;
	width: 740px;
}

#header_content {
	width: 100%;
	height: 100px;
	float: left;
}

#header_text {
	float: left;
}

.header_message {
	float: left;
	margin: 50px 0 0 40px;
	font-style: italic;
	font-size: 1.3em;
}

#header_content_right {
	float: right;
}

#header_sm {
	float: right;
	margin: 0 -30px 0 0;
}

#fb-root {
	float: left;
	margin: -1px 0 0 0;
}

#sf_plusone {
	float: left;
}

#sf_twitter {
	float: left;
}

#header_phone {
	padding-top: 40px;
	clear: right;
	float: right;
}

#header_phone a {
	color: rgb(230, 40, 60);
	text-decoration: none;
}

p {
	line-height: 1.4;
	margin: 1.0em 0 1.0em 0;
}

#topnav {
background: #abbaaf; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYmFhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUzZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #abbaaf 0%, #e0e3e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abbaaf), color-stop(100%,#e0e3e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* IE10+ */
background: linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbaaf', endColorstr='#e0e3e5',GradientType=0 ); /* IE6-8 */
	height: 40px;
	width: 100%;
	float: left;
}

#topnav ul {
	display: inline;
	padding: 5px 10px 5px 10px;
}

#topnav ul li {
	display: inline;
	list-style: none;
	line-height: 40px;
	padding: 5px 30px 5px 30px;
	color: rgb(0, 0, 0);
}

#topnav a {
	color: rgb(0, 0, 0);
}

#footer {
background: #abbaaf; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYmFhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUzZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #abbaaf 0%, #e0e3e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abbaaf), color-stop(100%,#e0e3e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* IE10+ */
background: linear-gradient(top,  #abbaaf 0%,#e0e3e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbaaf', endColorstr='#e0e3e5',GradientType=0 ); /* IE6-8 */
	margin: 10px 20px;
	padding: 0 0 20px 0;
}

#footer_newsletter {
	text-align: center;
}

#footer_newsletter a {
	font-size: 0.8em;
}

.browse_lists {
	clear: both;
	width: 100%;
	margin: 10px 10px 10px 0px;
	float: left;
}

.browse_col {
	float: left;
	width: 30%;
	font-size: 0.8em;
	margin: 10px;
}

#left_column {
	float: left;
	width: 510px;
	padding: 10px;
}

#right_column {
	float: left;
	padding: 10px;
	width: 200px;
}

#bottom_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
	font-size: 0.8em;
}

#bottom_sm {
	float:right;
	margin:0 10px 0 0;
}

#main_container {
	margin: 10px 20px 0 20px;
	float: left;
	border-bottom: 1px dotted black;
	padding: 0 0 20px 0;
	width: 920px;
}

#main_container h1 {
}

#product_featured_wrapper {
	float: left;
	width:900px;
	margin: 20px 75px 30px 75px;
	text-align: left;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	font-size: 1.0em;
	color: rgb(80,80,80);
	padding: 10px 0 10px 0;

background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #abb8aa;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

#product_featured_emphasis {
	width: 0;
	height: 0;
	border-left: 100px solid orange;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	float: left;
	margin: 20px 0 0 0;
}

.product_featured {
	margin: 10px 0 10px 0;
	float: left;
}

.product_featured_name {
	font-weight: bold;
}

.product_featured_text {
	float: left;
	margin: 0 0 0 10px;
	width: 320px;
}

.product_featured_image {
	float: left;
	margin: 0 10px 0 20px;
	width:300px;
}

.product_featured_image img, .large_image_container img {
-moz-box-shadow: 7px 7px 4px rgb(180,180,180);
-webkit-box-shadow: 7px 7px 4px rgb(180,180,180);
box-shadow: 7px 7px 4px rgb(180,180,180);
}

.product_featured_desc {
	margin: 10px 0 0 0;
	font-size: 0.9em;
}


.product_featured_prev {
float:left;
background:url(https://dib2dg2nm3unf.cloudfront.net/i/arrow-left.png) no-repeat;
width:32px;
height:24px;
border:none;
margin:130px 0 0 0;
}


.product_featured_next {
float:left;
background:url(https://dib2dg2nm3unf.cloudfront.net/i/arrow-right.png) no-repeat;
width:32px;
height:24px;
border:none;
margin:130px 0 0 0;
}

.featured_carousel {
width:910px;
}

.product_special_wrapper {
	clear: both;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 0.65) ), color-stop(100%, rgba(0, 0, 0, 0) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#a6000000',
		endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100% ); /* W3C */
	float: left;
	padding: 2%;
	width: 96%;
}

.product_special_name {
	font-weight: bold;
}

.product_special_desc {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.product_special {
	float: left;
	width: 270px;
	margin: 0 12px 0 12px;
}

.product_special_image img {
	width: 270px;
	height:194px;
-moz-box-shadow: 7px 7px 4px rgb(180,180,180);
-webkit-box-shadow: 7px 7px 4px rgb(180,180,180);
box-shadow: 7px 7px 4px rgb(180,180,180);
}

#browse_wrapper {
	clear:both;
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	float:left;
	padding:2%;
}

.product_special_wrapper_three {
	margin:10px 0 10px 0;
	float:left;
}

#pd_image {
	float: left;
	margin: 5px 0 10px 0;
}

#pd_image img {
	-moz-box-shadow: 7px 7px 4px rgb(180,180,180);
	-webkit-box-shadow: 7px 7px 4px rgb(180,180,180);
	box-shadow: 7px 7px 4px rgb(180,180,180);
}

#pd_details {
	float: left;
	margin: 10px 0 0 50px;
	width:530px;
}

#pd_details .product_detail_name {
	font-size: 1.5em;
	line-height: 2.0em;
}

#pd_details .product_detail_price {
	font-size: 1.3em;
	line-height: 2.0em;
}

#pd_details .product_detail_atc {
	width:250px;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	font-size: 1.3em;
	color: rgb(81,178,12);
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		color-stop(0.50, #ffffff), to(#d6d6d6) );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid rgb(81, 178, 12);
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 3px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px
		3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px
		rgba(255, 255, 255, 1);
}

.editor_link {
	margin: 10px 0 0 0;
	text-align: center;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	font-size: 1.0em;
	color: rgb(230, 40, 60);
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		color-stop(0.50, #ffffff), to(#d6d6d6) );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #ffbf00;
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 3px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px
		3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px
		rgba(255, 255, 255, 1);
}

.editor_link_checkout {
	margin: 10px 0 0 0;
	text-align: center;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	font-size: 1.0em;
	color: rgb(81, 178, 12);
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		color-stop(0.50, #ffffff), to(#d6d6d6) );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid rgb(81, 178, 12);
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 3px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px
		3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px
		rgba(255, 255, 255, 1);
}

#pd_details .product_detail_atc a, .editor_link_checkout a {
	color: rgb(81, 178, 12);
}

#recipe_images {
	float: right;
	width:330px;
	text-align:center;
	padding: 0 0 40px 30px;
}

#recipe_image img {
	-moz-box-shadow: 7px 7px 4px rgb(180,180,180);
	-webkit-box-shadow: 7px 7px 4px rgb(180,180,180);
	box-shadow: 7px 7px 4px rgb(180,180,180);
}

#recipe_product_image img {
	-moz-box-shadow: 7px 7px 4px rgb(180,180,180);
	-webkit-box-shadow: 7px 7px 4px rgb(180,180,180);
	box-shadow: 7px 7px 4px rgb(180,180,180);
}


#contact_form .label,#mailing_list .label {
	display: inline;
	width: 250px;
	line-height: 2.0em;
	margin: 0.5em 0 0.5em 0;
	float: left;
	text-align: right;
	padding: 5px;
}

#contact_form .input,#mailing_list .input {
	display: inline;
	width: 300px;
	float: left;
	margin: 0.5em 0 0.5em 0;
	line-height: 2.0em;
	font-size: 1.5em;
	padding: 3px;
}

#contact_form .textarea {
	width: 450px;
	height: 150px;
	font-family: sans-serif;
	font-size: 1.25em;
	padding: 5px;
}

#contact_form .select {
	font-size: 1.0em;
	padding: 10px;
}

#contact_form_select_wrapper {
float:left;
line-height: 2.0em;
height:2.0em;
	margin: 0.75em 0 0.5em 0.25em;
}

#contact_form #contact_submit {
	font-size: 1.5em;
	margin: 0 0 0 260px;
	text-align: center;
	cursor:pointer;
	font-family: 'helvetica neue', helvetica, geneva, calibri, sans-serif;
	color: rgb(81, 178, 12);
	padding: 10px 20px;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #d6d6d6);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		color-stop(0.50, #ffffff), to(#d6d6d6) );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid rgb(81, 178, 12);
	-moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 3px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px
		3px rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px
		rgba(255, 255, 255, 1);
}

.horiz_rule {
	height: 1px;
	background-color: rgb(100, 100, 100);
	width: 100%;
	margin: 10px 0 10px 0;
}

#content_left {
	float: left;
	width: 625px;
}

#content_right {
	float: left;
	width: 250px;
	background: rgb(238, 238, 238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
		rgba(204, 204, 204, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,
		238, 238, 1) ), color-stop(100%, rgba(204, 204, 204, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
		rgba(204, 204, 204, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
		rgba(204, 204, 204, 1) 100% ); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%,
		rgba(204, 204, 204, 1) 100% ); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#eeeeee',
		endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238, 238, 238, 1) 0%,
		rgba(204, 204, 204, 1) 100% ); /* W3C */
	padding: 20px;
}

#right_info {
	line-height: 30px;
	height: 30px;
}

#right_info img {
	padding: 0 10px 0 0;
	float: left;
	width: 30px;
}

#order_form h2 {
	margin: 10px 0 10px 0;
}

#order_form .order_label {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.0;
}

#order_form .order_text {
	font-size: 0.8em;
}

#order_form .order_input {
	font-size: 0.8em;
	width: 30px;
}

#order_form .product_item {
	margin: 0 0 10px 0;
}

#order_form .cust_label {
	font-size: 0.9em;
	width: 140px;
	float: left;
	display: inline;
	margin: 5px 0 5px 0;
}

#order_form .cust_input {
	font-size: 0.9em;
	width: 200px;
	float: left;
	display: inline;
	margin: 5px 0 5px 0;
}

#order_form .cust_hint {
	font-size: 0.85em;
	font-style: italic;
}

#captcha_reload_hint {
	margin: 0 0 0 260px;
}

#captcha_block {
	margin: 15px 0 0 260px;
}

#protectwebform_textbox_block {
	margin: 10px 0;
	float: left;
}

/* Shopping Cart */
#shopping_cart table {
	width: 95%;
	border: 1px solid rgb(127, 127, 127);
}

#shopping_cart thead {
	height: 30px;
	background-color: rgb(238, 231, 214);
}

#shopping_cart thead td {
	vertical-align: middle;
	font-weight: bold;
}

#shopping_cart td {
	vertical-align: top;
	padding: 10px;
}

#shopping_cart td.sc_qty {
	padding: 25px 10px 0 5px;
}


#shopping_cart td.sc_qty input {
font-size:1.0em;
padding:3px;
}

#shopping_cart #sc_head {
	width: 70%;
}

#shopping_cart input {
	width: 30px;
}

#shopping_cart #sc_subtotal_label {
	text-align: right;
	font-weight: bold;
}

#shopping_cart #sc_subtotal {
	font-weight: bold;
}

#shopping_cart .row_spacer {
	border-top: 1px dotted grey;
	padding: 0px;
}

#shopping_cart .no_padding {
	padding: 0px;
}

#cart_actions {
	width: 95%;
}

#cart_actions #checkout_link {
	float: right;
}

/* End Shopping Cart */
#special_container {
	margin: 20px 0 10px 0;
}

.hp_promo_grid {
	width: 238px;
	float: left;
	border: 1px solid rgb(73, 21, 100);
	height: 125px;
	padding: 5px;
	margin: 0 5px 5px 0;
	background-color: rgb(241, 236, 243);
}

.hp_promo_title {
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 5px 0;
	height: 30px;
}

.hp_promo_title a {
	color: rgb(73, 21, 100);
	text-decoration: none;
}

.hp_promo_desc {
	font-size: 90%;
	line-height: 1.25;
	margin: 0 0 5px 0;
	height: 65px;
}

.hp_top_img {
	float: right;
	margin: 10px 0 0 10px;
}

.photo_credit {
	font-size: 9px;
	color: rgb(100, 100, 100);
}

.photo_credit a {
	text-decoration: none;
}

.photo_credit a:hover {
	text-decoration: none;
}

/* Checkout */
#checkout_form fieldset h3,#content_right h3 {
	margin: 0 0 10px 0;
}

#checkout_form label {
	color: rgb(230, 40, 60);
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}

#checkout_form .validation-advice {
	margin: -20px 25px 2px 0;
	background-color: rgb(238, 231, 214);
	color: rgb(131, 7, 30);
	font-size: 90%;
	font-weight: bold;
	width: auto;
	float: right;
}

#checkout_form .cinput {
	width: 250px;
	font-size: 1.0em;
	color: rgb(80, 80, 80);
}

#checkout_form .cinputdate {
	width: auto;
}

#checkout_form .cinputcvv2 {
	width: 50px;
}

#billing_info,#shipping_info {
	width: 300px;
	float: left;
}

#contact_info {
	width: 250px;
}

#coupon_info {
	width: 250px;
}

#payment_info,#process_order,#payment_charged {
	width: 400px;
	float: left;
}

.payment_link {
	background-color: rgb(75, 165, 65);
	border: 1px outset;
	font-weight: bold;
	color: rgb(255, 255, 255);
	font-size: 14px;
	padding: 0.4em 0.8em;
	text-decoration: none;
}

.order_items {
	font-size: 120%;
}

#cart_error {
	border: 1px dotted rgb(131, 7, 30);
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: rgb(240, 240, 240);
	color: rgb(131, 7, 30);
}

/* End Checkout */

/* Rating */
#rating_half {
	float:right;
	margin: 7px 0 0 10px;
	padding: 0 0 0 20px;
}


/* End Rating */

/* Checkout Form Validation */

.data-invalid {
width:200px;
}

/* End Checkout Form Validation */
