@charset "UTF-8";
/*TYPOGRAPHY*/
 a {
	text-decoration: none;
}
#main h1 {
	font-size: 2em;
	padding: 2px 6px;
	color: #56953d;
	text-transform: capitalize;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	outline: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif ;
	text-transform: uppercase;
	text-align: right;
	}
	
#main .title h1 {
	/*padding-top: 18px;*/
	margin:0;
}
p.cell {
				text-align: justify;
}
			
#about .content p:first-line {
				font-size: 150%;
				color:#009966;
}


#footer h1, #footer h2, #footer h3, #footer h4 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer .content h2 {
	padding: 9px;
	margin:0;
	font-weight: bold;
}
#footer .content h2+p {
	padding: 9px;
	margin:0;
	background-color: #0d9732;
	font-weight: bold;
}
.comic h2 {
	text-indent: -80px;
}
/*BUTTON SMALL*/
 input[type="submit"], a.actionButton {
	font: bold 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #FFCC08 url(../_images/buttons/button-gradient.png) repeat-x top left;
	/*GREEN: #81AD2A || YELLOW: #FFCC08 */
	border:1px solid #e3ca3d;
	/*DARK YELLOW: #e3ca3d || DARK GREEN: #8EBE2F*/
	padding: 4px 6px;
	height: auto;
	white-space: nowrap;
	vertical-align: top;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-text-shadow: 0 1px 1px #555;
	-moz-text-shadow: 0 1px 1px #555;
	text-shadow: 0 1px 1px #555;
	outline: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 input[type="submit"]:hover, a:hover.actionButton {
	background-position: bottom left;
	-webkit-box-shadow: 0 0 10px #8EBE2F;
	-moz-box-shadow: 0 0 10px #8EBE2F;
	box-shadow:  0 0 10px #8EBE2F;
	-webkit-transition: -webkit-box-shadow 0.2s linear !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:active.actionButton {
	background-color:/*yellow1=*/ #ffde69 /*yellow2=#F6D63E*//*green=#8EBE2F*/;
	background-position: bottom left;
	-webkit-box-shadow: 0 0 10px #8EBE2F;
	-moz-box-shadow: 0 0 10px #8EBE2F;
	box-shadow:  0 0 10px #8EBE2F;
}
a.actionButton.disabled {
	border: 1px solid #657587;
	padding: 2px 4px;
	color: #777;
	border-width: 0;
}
 .actionButton.disabled img {
	opacity: .3;
	filter: alpha(opacity=30);
}
 .actionButton .and {
	margin:0 2px 0 5px;
	color: #3b454f;
	font-weight: bold;
}
/*BUTTON LARGE*/
		.button, .button span {
	background-image: url(../_images/buttons/btn-yellow-sprite.png);
	background-repeat: no-repeat;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	background-position: right -34px;
	display: block;
	float: left;
	font: normal 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 34px;
	margin-right: 6px;
	padding-right: 18px; /*sliding doors padding*/
	text-decoration: none;
	margin-left: 10px;
	color: #956600;
}
a:focus.button, #nav a:focus {
	outline: none;
}
.button span {
	display:block;
	background-position: left -34px;
	padding: 5px 0 5px 18px;
	line-height: 24px;
	margin-left: -10px;
}
a:hover.button {
	background-position: right 0px;
	color:#1B86C4;
}
a:hover.button span {
	background-position: left 0px;
}

.sizing p strong {
	font-size: 80%;
}
.productTitle {
	font-size: 1em;
	line-height: normal;
	height: 36px;
	text-align: center;
	display: table-cell;vertical-align: middle;
	/*width: 200px;*/
	width: 170px;
}
.productTitle strong {
	display: block;
	text-align: center;
}
.productTitle strong a {
	
}
.productlist_wrapper {
 height: 136px; }

.productIntroText {padding:0;margin:0;}
.addinfo {margin:0;padding:0 0 8px;text-align: center;}
.addinfo strong{ display:block;padding-bottom:0;margin-bottom:0; }
.addinfo em{ font-size:80%;display:block;line-height:normal; }

.productAdd em {padding-right: 8px;}
.productPrice {padding-bottom: 0;margin-bottom:8px;}

