﻿.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005700;
}
.title, a.title, a.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005700;
	font-style:italic;
	font-weight:bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005700;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#005700;
	
}



body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.submit
{
	border: 3px double #008200;
	border-top-color: #00e100;
	border-left-color: #00e100;
	padding: 0.25em;
	background-color: #005e00;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.submit:active
{
	border: 3px double #00e100;
	border-top-color: #008200;
	border-left-color: #008200;
}


#product .description
{
	border-left-color:#999999;
	border-left-style:dashed;
	border-left-width:thin;
	padding-left:4px;
}

#product .rimagefloat
{
	float:right;
	width:250px;
}

.rfloat
{
	float:right;
}

#product .smallimage
{
	width:175px;
	padding:0px;
	float:left;
	cursor:pointer;
}

#prodimage
{
	width:200px;
	height:200px;
}

#itemlist div:before
{
	content: url(img/bullet.png);
}

#itemlist div
{
	margin-bottom: 1em;
}

#itemlist .productlist
{
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	margin-left:2em;
	display:block;
	white-space:nowrap;
}

#itemlist .productlist:hover
{
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
	margin-left:2em;
	display:block;
	white-space:nowrap;
}

#itemlist .description
{
	padding-left: 1em;
	font-style:italic;
}

.productcattitle
{
	font-size:14px;
	font-weight:bold;
	color:#005700;
}

#basket th
{
	border-bottom:thin dotted #00FF00;
}

#basket td
{
	border-left:thin solid #dddddd;
}

#basketitems tr:hover
{
	background-color:#ddddff;
}


#prodcats a
{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	/*margin-left:1em;*/
	display:block;
	white-space:nowrap;
	border:1px;
}

#prodcats a:hover
{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	/*margin-left:1em;*/
	display:block;
	white-space:nowrap;
	background-color:#c9e4c9;

}

#prodcats a.sub
{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	margin-left:1em;
	display:block;
	white-space:nowrap;
	font-size:smaller;
}
