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

/* Links */
a:link, a:visited, a:active {
	color: #00A8CB;
	text-decoration: none;
}
a:hover {
	color: #00A8CB;
	text-decoration: underline;
}
a.nav:link, a.nav:visited, a.nav:active  {
	color: #808080;
	text-decoration: none;
}
a.nav:hover {
	color: #00A8CB;
	text-decoration: none;
}
a.nav-on:link, a.nav-on:visited, a.nav-on:active, a.nav-on:hover  {
	color: #000000;
	text-decoration: none;
}

/* Forms */
input, select, textarea {
    font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="submit"] {
	background-color: #a7a9ac;
	background-image: url(/images/arrow-submit.gif);
	background-position:left center;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	border: 1px solid #e7e8e9;
	float: left;
	height: 19px;
	width: auto;
	padding-left: 12px;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #e7e8e9;
	margin: 3px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

select {
	background-color: #FFFFFF;
	margin: 2px;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

/* Shopping Cart */

.button {
	background-color: #a7a9ac;
	background-image: url(/images/arrow-submit.gif);
	background-position:left center;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	border: 1px solid #e7e8e9;
	padding-left: 12px;
	float: left;
	height: 15px;
	width: auto;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-left:5px;
}

.cart-header-row
{
	color: #000000;
	font-size: 11px; 
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

a.goto {
    font: 11px/20px arial, helvetica, sans-serif;
	color: #00A8CB;
	text-decoration: none;
    }

a.goto:link, a.goto:active span {
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	vertical-align: baseline;
	position: relative;
	top: auto;
	background-image: url(/images/blue-fig-leaf.gif);
	background-repeat: no-repeat;
	background-position: center top;
    }


/* Main */
.maintext, td {
	color: #808080;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}
.navtext {
	color: #B2B2B2;
	font-size: 11pt;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
.product-big {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 20px;
	color: #FFFFFF;
}
.product-medium {
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
}
.product-small {
	font-size: 7pt;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
}
.product-big-test {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 15px;
	color: #9c9c9c;
}
.product-medium-test {
	font-size: 8pt;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #9c9c9c;
}
.product-small-test {
	font-size: 7pt;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #9c9c9c;
}