/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

/* original green font color #993333 */

body {
	margin: 0;
	padding: 0;
	font: 72% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(images/bg.gif) repeat-x;
	line-height: 16px; 
}

a {
	color: #993333;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 2.6em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #993333; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #339933;
	background-color: inherit;
	text-decoration: none;
}

h3 
{
	font: bold 2.0em Arial, Sans-Serif;
	letter-spacing: -.5px;
	margin: 0;
	padding: 0;
}

h3 a 
{
	text-decoration: none;
}

h4
{
	font-size: 28px;
	color: #339933;
	font-weight: bold;
}

h5
{
	font-size: 16px;
	color: #339933;
	font-weight: normal;
}

h6
{
	font-size: 18px;
	color: #339933;
	font-weight: bold;
	text-decoration: underline;
}

p {
	padding: 2px 0 5px;
	margin: 0;
}

ul
{
	padding-right: 7px;
	margin-left: 5px;
	margin-top: 5px;
	color: #666;
}

li 
{
	margin-top: 5px;
	margin-left: 18px;
}

img
{
	border-style: none;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { 
	height: 45px; 
	margin: 0px 0 2px 0; 
	padding: 20px 0 0 5px;
	border-top: 4px solid #000;
	background: #FFF url(images/headerbg.gif) repeat-x bottom left;
	color: #808080;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.subheader_left {
	line-height: 28px;
	width: 193px;
	background: #993333 url(images/hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #F6F6F6 url(images/hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	float: right;
	width: 574px;
	
}

.subheader_right a 
{
	margin: 0px 4px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover 
{
	background: #993333 url(images/hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px 0px 0px 5px;
	width: 190px;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}


.video
{
	padding: 5px 0 5px 8px;
	margin-right: 10px;
	border: 1px dotted #ccc;
	width: 150px;
	min-width: 150px;
}


.audio
{
	text-align: right;
	color: #00AA11; 
	margin: 0px 10px 5px 0px;
}


.right {
	float: right;
	width: 560px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px;
	font: 72% Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

.test
{
	padding: 0px 8px 0px 10px;
	background: #fff;
	text-align: left; 
	border: none;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

.info
{
	float: left;
	width: 520px;
	padding: 10px 10px 10px 15px;
	margin-top: 25px;
	margin-left: 5px;
	background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
	color: #626262;
	font-size: 13px;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.info a
{
	color: #666;
	font-size: 13px;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

.product
{
	border: 3px double green;
	padding: 20px;
}

.image
{
	margin: 10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left 
{
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
	color: #626262;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

.right_right 
{
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(images/corner.gif) no-repeat bottom right;
	color: #626262;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

.empty
{
	width: 500px;
	padding: 10px 10px 10px 15px;
	margin-top: 25px;
	margin-left: 5px;
	background: #fff url(images/.gif) no-repeat bottom right;
	color: #626262;
	font-size: 13px;
	line-height: 18px;
	word-spacing: .2ex;
	letter-spacing: .07ex;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	word-spacing: .2ex;
	line-height: 13px;
	letter-spacing: .07ex;
}

.footer a { 
	text-decoration: underline; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

.style1
{
	color: #339933;
	font-style: bold;
}

.style2
{
	font-size: 16px;
	color: #339933;
	font-weight: bold;
}

.style3
{
	color: red;
}

.style4
{
	font-size: 11px;
	color: #666;
}

.style5
{
	color: red;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
}

.style6
{
	color: #339933;
	font-style: normal;
}

.style7
{
	color: #339933;
	font-weight: bold;
	font-size: 22px;
}

.style8
{
	font-size: 14px;
	color: #339933;
	font-style: normal;
}

.style9{
	font-size: 16px;
	font-weight: bold;
}

.style10
{
	font-size: 25px;
	color: #339933;
	font-weight: bold;
}