@charset "utf-8";
/* CSS Document */

/* GENERAL */
body {
	margin: 0px;
	background-color: #f1f4ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a:link {
	color: #0033ff;
}
a:visited {
	color: #0033ff;
}
a.brownlink:link {
	color: #663300
}
a.brownlink:visited {
	color: #663300
}
a.bluelink:link {
	color: #0033FF;
}
a.bluelink:visited {
	color: #0033FF;
}
.counter {
	color: #F1F4EA;
}
/* block fields */
.goodField {
	border-width: 1px;
	border-style: solid;
	border-color: #00cc00;
	padding: 10px;
	background-color: #e4ffe6;
}
.badField {
	border-width: 1px;
	border-style: solid;
	border-color: #cc0000;
	padding: 10px;
	background-color: #ffeaea
}
.grayField {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px;
	background-color: #eeeeee;
}

.graphlinkField4 {
	float: left;
	text-align: center;
	padding: 10px;
}

/* creates brown border around element */
.outlineField {
	border-width: 1px;
	border-style: solid;
	border-color: #c6b58b;
}
.borderLine {
	border-right: solid 2px #6c4218;
}
/* Text sizes and transformations */
.small {
	font-size: 10px;
}
.Price {
	font-size: 14px;
	font-weight: bold;
}
.graphlink_size {
	font-size: 15px;
}
.xl {
	font-size: 17px;
}
.xxl {
	font-size: 27px;
}
.squeezed {
	margin: 2px;
}
/* TOP MENU */
.menucell {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ab7841;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ab7841;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #81542d;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #81542d;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	vertical-align: middle;
	height: 25px;
}
.menucelllnk {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
	display:block;
}
a.menucelllnk:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menucelllnk:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menucelllnk:hover {
	color:#FFAF00;
}
.topRollover {
	position: relative;
	white-space: nowrap;
	display: block;
	width: 88px;
	height: 80px;
	margin: 0;
	padding: 0;
}
.topRollover a {
	display: block;
	color: #000000;
	font-size: 10px;
	width: 88px;
	height: 80px;
	display: block;
	float: left;
	text-decoration: none;
}
.topRollover img {
	width: 88px;
	height: 80px;
	border: 0;
}
* html a:hover {
	visibility:visible;
}
.topRollover a:hover img {
	visibility:hidden;
}
.topRollover span {
	position: absolute;
	left: 0;
	width:88px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/*Bottom Menu*/
.bottom-link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.bottom-link:link {
	color: #FFFFFF;
	text-decoration:none;
}
A.bottom-link:visited {
	color: #FFFFFF;
	text-decoration:none;
}
A.bottom-link:hover {
	color: #ffaf00;
	text-decoration:none;
}
/*************************
****** LEFT MENU
*************************/
.leftmenutitle1 {
	font-size: 17px;
	font-weight:bold;
	color: #663300;
	text-decoration: none;
	margin-left:5px;
}
/* non-selected large titles */
A.leftmenutitle1:link {
	color: #663300;
	text-decoration: none;
}
A.leftmenutitle1:visited {
	color: #663300;
	text-decoration:none;
}
A.leftmenutitle1:hover {
	color: #663300;
	text-decoration:underline;
}
A.leftmenutitle1selected:link {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-left:5px;
}
A.leftmenutitle1selected:visited {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-left:5px;
}
/* selected large titles */
.menuselected {
	background-color: #ffae00;
	color: #FFFFFF;
	margin-left: 20px;
} /* color of selected cell */
.menuselected2heading {
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
} /* selected titles of product lines */
A.menuselected2heading:link {
	color: #FFFFFF;
}
A.menuselected2heading:visited {
	color: #FFFFFF;
}
A.menuselected2heading:hover {
	color: #FFFFFF;
}
.leftmenucellheading {
	color: #663300;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
} /* non-selected titles of product lines */
A.leftmenucellheading:link {
	color: #663300;
}
A.leftmenucellheading:visited {
	color: #663300;
}
A.leftmenucellheading:hover {
	color: #663300;
}
/* selected simple items (Ð²ÑÐ±ÑÐ°Ð½Ð½ÑÐµ Ð¿ÑÐ¾ÑÑÑÐµ Ð¿ÑÐ½ÐºÑÑ) */
A.menuselected2:link {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 20px;
	font-size:12px;
}
A.menuselected2:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 20px;
	font-size:12px;
}
A.menuselected2:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 20px;
	font-size:12px;
}
.leftmenucell {
	color: #663300;
	margin-left:20px;
	font-size:12px;
	text-decoration: none;
} /* non-selected simple items (Ð½ÐµÐ²ÑÐ±ÑÐ°Ð½Ð½ÑÐµ Ð¿ÑÐ¾ÑÑÑÐµ Ð¿ÑÐ½ÐºÑÑ) */
A.leftmenucell:link {
	color: #663300;
}
A.leftmenucell:visited {
	color: #663300;
}
A.leftmenucell:hover {
	color: #663300;
}
.microlink {
	text-align: center;
	background: #eee;
	width:155px;
	border: solid 1px #666;
	margin: 5px;
}
.microlink table {
	text-align:center;
	margin: auto;
}
.microlink table tr td {
	padding:5px
}
.microlink table tr td a {
	text-decoration: none;
}
.microlink table tr td a span {
	text-decoration: underline;
	font: 9px Verdana;
}
/*################################################
###### BOF General Rollover BUTTON ##############
################################################*/


.rollover {
	position: relative;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
}
.rollover a {
	display: block;
	color: #000000;
	font-size: 13px;
	display: block;
	float: left;
	text-decoration: none;
}
.rollover img {
	border: 0;
}
* html a:hover {
	visibility:visible;
}
.rollover a:hover img {
	visibility:hidden;
}
.rollover span {
	position: absolute;
	text-align:center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
/* colors */

.warn {
	color: #DD0000
}
.inv {
	color: #f1f4ea
}
.gray {
	color: #666666
}
.lgray { color: #999999; }
.hidden {
	display: none;
}
/*################################################
###### EOF General Rollover BUTTON ##############
################################################*/


/*########### Old shopping cart buttons ############*/


/*#######################
###### Debugger #########
#######################*/
.ee_field400 {
	width: 400px;
}
/*#######################
###### Images  ##########
#######################*/

/* reviews */
.reviewsImage {
	float: left;
	width: 100px;
	padding: 10px;
	text-align: center;
}
.reviewsSignature {
	width: 200px;
	float: right;
	padding: 0 10px 0 30px;
	clear: right;
	font-style: italic;
}
/*############################################
###### Checkout Rollover BUTTON ##############
############################################*/
.checkoutRollover {
	position: relative;
	white-space: nowrap;
	display: block;
	width: 204px;
	height: 34px;
	margin: 0;
	padding: 0;
}
.checkoutRollover a {
	display: block;
	width: 204px;
	height: 34px;
	float: left;
}
.checkoutRollover img {
	width: 204px;
	height: 34px;
	border: 0;
}
* html a:hover {
	visibility:visible;
}
.checkoutRollover a:hover img {
	visibility:hidden;
}
/* feedBack */
.feedbackTable {
	background: #eee0b9;
	border: solid 1px #777;
}
#boldChatImageBox {
	float: left;
	background-repeat: no-repeat;
}
#boldChatImageBox a img {
	border: 0;
}
.ppcBox {
	font: bold 10px Verdana;
	margin: 5px 10px;
	float: left;
	padding: 3px 10px;
	border: 1px solid #bbb;
	background: #bfb;
	color: #000;
}
.homepageCell {
	color: black;
	font: normal 12px/13px Verdana;
}
.homepageCell b {
	display: block;
	margin-bottom: 10px;
	white-space: normal;
}
.homepageCell ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-left: 10px;
	color: rgb(255, 174, 0);
}
.homepageCell ul li span {
	color: black;
}
.slideshowSmall {
	text-align: center;
	margin-bottom: 20px;
}
.slideshowSmall p {
	margin: 0;
	padding: 0;
	font: 11px/11px Verdana;
	color: #555;
}
/* rounded corners */
.b1h,
.b2h,
.b3h,
.b4h,
.b2bh,
.b3bh,
.b4bh,
.b1b,
.b2b,
.b3b,
.b4b {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.b1h,
.b1b {
	height:1px;
	background:#c6b58b;
	margin:0 5px;
}
.b2h,
.b2bh,
.b2b {
	height:1px;
	background:#c6b58b;
	border-right:2px solid #c6b58b;
	border-left:2px solid #c6b58b;
	margin:0 3px;
}
.b3h,
.b3bh,
.b3b {
	height:1px;
	background:#c6b58b;
	border-right:1px solid #c6b58b;
	border-left:1px solid #c6b58b;
	margin:0 2px;
}
.b4h,
.b4bh,
.b4b {
	height:2px;
	background:#c6b58b;
	border-right:1px solid #c6b58b;
	border-left:1px solid #c6b58b;
	margin:0 1px;
}
.b2bh,
.b3bh,
.b4bh {
	background: #f1f4ea;
}
.b2b,
.b3b,
.b4b {
	background: #7A8479;
}
.sociallink {
	text-align: center;
	background: #eee;
	width: 465px;
	border: solid 1px #666;
	margin: 0 auto;
}
.sociallink table {
	text-align:center;
	margin: 0 auto;
}
.sociallink table tr td {
	padding:5px
}
.sociallink table tr td a {
	text-decoration: none;
}
.sociallink table tr td a span {
	text-decoration: underline;
	font: 9px Verdana;
}
.round_box
{ 
	width:230px;
	border: solid 1px #bbb;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
	float:left;
}
.tiny { font-size: 9px; }

.cart
