﻿*
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: red;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	color: #fff;
	padding-top: 15px;
	background: url('images/minukleeps.png') no-repeat 0px 10px;
	height: 69px;
	width: 350px;
}

h1 a
{
	color: #fff;
	display: block;
	height: 69px;
	width: 350px;
}
h1 a:hover
{
	color: #fff;
	text-decoration: none;
}
h1 span
{
	display: none;
}


#top
{
	padding: 10px;
	background: #222;
}
#topcontent
{
	width: 980px;
	margin: 0px auto;
	color: #000;
	font-size: 14px;
	overflow: hidden;
}

#korv-tooted
{
	float: right;
	padding-top: 26px;
	padding-right: 20px;
	color: #fff;
	font-size: 20px;
	display: block;
}

table.korv
{
	margin-top: 0px;
	width: 500px;
	border: 0px;
	border-collapse: collapse;
}
table.korv td, table.korv th
{
	padding: 3px;
	font-size: 14px !important;
	vertical-align: middle;
	border: 1px dotted #ccc;
	text-align: center;
}
table.korv th
{
	font-weight: bold;
}

#sitemap
{
	padding: 10px;
	background: #333;
}
#sitemap-content
{
	width: 980px;
	margin: 0px auto;
	color: #999;
	font-size: 14px;
	height: 18px;
}

#sitemap-content a
{
	color: #fff;
	text-decoration: none;
}
#sitemap-content a:hover
{
	text-decoration: underline;
}

#sitemap-content a.aktiivne
{
	color: #000;
}

#main
{
	background: url(images/bg.png);
}
#main-content
{
	width: 980px;
	margin: 0px auto;
	padding-bottom: 50px;
}

div.lapsed
{
	width: 980px;
	height: 300px;
	background: url(images/a_lapsed.png) no-repeat;
}
div.lapsed2
{
	width: 980px;
	height: 300px;
	background: url(images/a_lapsed2.png) no-repeat;
}
div.lapsed3
{
	width: 980px;
	height: 300px;
	background: url(images/a_lapsed3.png) no-repeat;
}
div.lapsed4
{
	width: 980px;
	height: 300px;
	background: url(images/a_lapsed4.png) no-repeat;
}

div.content p
{
	line-height: 14px;
	color: #000;
	padding: 10px 0px 10px 0px;
}

#bottom
{
	padding: 10px;
	background: #000;
	margin-top: 0px;
}
#bottom-content
{
	width: 980px;
	margin: 0px auto;
	color: #999;
	font-size: 14px;
}

#bottom-content a
{
	color: #444;
}

#bottom-content ul
{
	margin-left: 20px;
	list-style-type: none;
	font-size: 12px;
}
#bottom-content ul li
{
}
#korv
{
	background: url(images/basket.png) no-repeat;
	width: 64px;
	height: 64px;
	float: right;
}

span.korv
{
	background: url(images/basket.png) no-repeat;
	width: 64px;
	height: 64px;
	float: right;
	display: block;
}

div.korv-button, div.korv-button:hover
{
	width: 199px;
	height: 50px;
	margin-left:10px;
	background: url(images/btn_addcart.png) no-repeat;
}
div.korv-button:hover
{
	background: url(images/btn_addcart_o.png) no-repeat;
}

div.korv-button_en, div.korv-button_en:hover
{
	width: 199px;
	height: 50px;
	margin-left:10px;
	background: url(images/btn_addcart_en.png) no-repeat;
}
div.korv-button_en:hover
{
	background: url(images/btn_addcart_o_en.png) no-repeat;
}

div.korv-button_ru, div.korv-button_ru:hover
{
	width: 199px;
	height: 50px;
	margin-left:10px;
	background: url(images/btn_addcart_ru.png) no-repeat;
}
div.korv-button_ru:hover
{
	background: url(images/btn_addcart_o_ru.png) no-repeat;
}

div.korv-button_de, div.korv-button_de:hover
{
	width: 199px;
	height: 50px;
	margin-left:10px;
	background: url(images/btn_addcart_de.png) no-repeat;
}
div.korv-button_de:hover
{
	background: url(images/btn_addcart_o_de.png) no-repeat;
}

div.korv-button_fi, div.korv-button_fi:hover
{
	width: 199px;
	height: 50px;
	margin-left:10px;
	background: url(images/btn_addcart_fi.png) no-repeat;
}
div.korv-button_fi:hover
{
	background: url(images/btn_addcart_o_fi.png) no-repeat;
}


div.hr
{
	border-bottom: 1px solid #ccc;
	margin: 3px 0px 10px 0px;
}

input.txt
{
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 3px;
}

div.form
{
	/*background: #fff;*/
	color: #333;
}
div.form div.content
{
	padding: 10px;
}
div.form div.content table
{
	border-collapse: collapse;
}
div.form div.content table td
{
	padding: 5px;
	font-size: 16px;
}

div.teade
{
	border: 1px dashed white;
	padding: 10px;
	font-size: 16px;
	background: #fff;
	color: #555;
}

div.form div.content table td.v
{
	width: 300px;
}

#tootelist
{
	/*width: 100%;
	clear: both;*/
	overflow: hidden;
}

#pildid
{
	margin-bottom: 20px;
	width: 750px;
	float: left;
}
#info
{
	width: 230px;
	float: right;
	margin-top: 0px;
}
#info h2
{
	padding: 10px 0px 0px 10px;
	color: #ddd;
}
#info h3
{
	padding: 10px 0px 0px 10px;
	color: #ff3333;
	font-size:20px;
}
#info p
{
	line-height: 18px;
	padding: 5px 10px 0px 10px;
	color: #333333;
	font-size:14px;
}
#info p:hover
{
	color: #000;
}

#tooted
{
	background: url(images/tooted.png);
	width: 210px;
	height: 130px;
	float: right;
}
#tooted ul
{
	padding: 35px 20px 20px 20px;
	list-style-type: none;
	line-height: 20px;
}
#tooted ul li
{
}
#tooted ul li a
{
	color: #fff;
}


div.noolkeskel
{
	height: 18px;
	width: 18px;
	background: url('images/5.gif') no-repeat;
}

div.noolyles, div.noolalla, div.noolvasak, div.noolparem, div.zin, div.zout
{
	height: 10px;
	width: 10px;
	background: red;
	width: 16px;
	height: 16px;
	cursor: hand;
	border: 0px solid #fff;
}
div.noolyles
{
	background: url('images/1.png') no-repeat;
}
div.noolalla
{
	background: url('images/3.png') no-repeat;
}
div.noolvasak
{
	background: url('images/4.png') no-repeat;
}
div.noolparem
{
	background: url('images/2.png') no-repeat;
}
div.zin
{
	background: url('images/zin.png') no-repeat;
}
div.zout
{
	background: url('images/zout.png') no-repeat;
}

div.noolyles:hover, div.noolalla:hover, div.noolvasak:hover, div.noolparem:hover, div.zin:hover, div.zout:hover
{
	border: 0px solid gray;
}

div.main-tooted
{
	overflow: hidden;
	background: #fff;
}
div.main-toode
{
	width: 245px;
	float: left;
	background: #fff;
}
div.main-toode h2
{
	margin: 10px 0px 0px 10px;
	font-size: 16px;
}
div.main-toode a
{
	color: #222;
	text-decoration: none;
}
div.main-toode:hover
{
	background: #333;
	color: #ddd;
}
div.main-toode:hover a
{
	color: #ddd;
}
span.main-toode-sisu
{
	padding: 10px 10px 0px 10px;
	display: block;
}
span.main-toode-sisu span
{
	display: block;
	height: 100px;
	line-height: 16px;
}
div.main-toode-sisu h2
{
	margin: 10px 0px 10px 0px;
	font-size: 16px;
}
div.main-toode-sisu div
{
	text-align: left;
}

div.main-gray
{
	padding: 10px;
}
p.g
{
	color: #333;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
}

table.mGrid
{
	border-collapse: collapse;
}
table.mGrid td
{
	padding: 3px;
	font-size: 13px;
	text-align: left;
}
table.mGrid th
{
	font-size: 13px;
	padding: 3px;
	text-align: left;
}
table.mGrid tr.seletus th
{
	font-size: 11px;
	color: #669900;
}


