﻿/**
* Kõik html-s olevad x-ga algavad class-d on abi-nimed, mida ei ole CSS failis defineeritud,
* need on vajalikud JS failide ja funktsioonid toimimiseks.
*/

html,
body,
p,
td {
    margin :    0;
    padding :   0;
}

img { border: 0; }

body,
td,
p {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: black;
    line-height: 1.5em;
}

body {
    background-color: #ffffdf;
    background-image: url(../image/taust.jpg);
    background-position: top center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
}

h1 {font-size: 2em;    color:#222; font-weight: normal; letter-spacing: -0.5px;}
h2 {font-size: 1.3em;  color:#333; font-weight: bold;}
h3 {font-size: 1.167em;color:#333; font-weight: bold; line-height: 1.5em;}

.main {
    width: 1000px !important;
    margin: 0 auto;
}

div.main {
    padding: 0;
	border:0;
}

div.content {
    margin: 0;
    padding:10px 30px;
    border-bottom:0px solid #000;
}

div.content p {
    margin-bottom: 10px;
}

td.header {
    height: 100px;
    vertical-align: middle;
    color: white;
	border:0;
}


td.kontaktid,
td.kontaktid2 {
    text-shadow: #222 1px 1px 0;
 /*   -webkit-box-shadow: 1px 1px 0 rgba(34,34,34,0.5);  */
    font-size: 14px;
}

td.logo {
	font-family: Times New Roman, Sans serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 40pt;
	text-transform: uppercase;
	padding: 15px 0 0 25px;
}
.logo4 {
	font-family: Times New Roman, Sans serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 40pt;
	text-transform: uppercase;
	padding: 15px 0 0 25px;
}
td.logo2 {
	font-family: Times New Roman, Sans serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	padding: 15px 0 0 25px;
}
td.logo a:hover {
	color: #FFFBCF;
}

div.slogan-bottom {
	font-family: Arial, Tahoma, Trebuchet MS, Sans serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: right;
	color: #FFFBCF;
	margin: -40px 140px 0 0;
	text-transform: none;
}

td.kontaktid {
    /* */
    width: 350px;
    height: 100px;
    padding-top: 10px;
}

.confirmation
{
    float:none;
    margin:20px;
    margin-bottom: 0px;
    padding:20px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    background:url('../image/taust_menu.png');
    text-shadow: 0 1px 1px #000;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -mox-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}



td.valikud {
    width: 125px;
    vertical-align: middle;
    text-align: right;
    padding-top: 30px;
}

div.footer {
    font-size: 1em;
    color: #555;
    padding:20px 30px;
    border-bottom:1px solid #000;
}

span.button {
    float: right;
    clear: right;
    margin-bottom: 10px;
    padding:5px 9px;
    background:#eee;
    border:1px solid #888;
    font-size:0.92em;
    font-weight:bold;
    color:#222;
    text-decoration:none;
    cursor: pointer;
}
span.button:hover {
    color:#fff;
    border:1px solid #333;
    background:#5a2d07;
}

.menu {
    margin:0 10px 10px 0;
    padding:8px 11px 8px 10px;
    width:245px;
    background:url('../image/taust_menu_hover.png') repeat-x;
    background-position:0 -20px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-align:left;
    text-decoration:none;
    cursor: pointer;
}
.menuadmin {
    margin:0 10px 10px 0;
    padding:8px 11px 8px 10px;
    width:245px;
    background:url('../image/taust_menu_hover.png') repeat-x;
    background-position:0 -20px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    text-align:left;
    text-decoration:none;
    cursor: pointer;
}
.menuv {

margin-left: 50px;
padding:-8px -11px -8px -10px;

}
.menup {
padding:8px 11px 8px 10px;
margin-left:50px;



}

span.disabled,
span.disabled:hover {
    border:1px solid #888;
    color:#222;
    background:#eee;
    opacity:0.3;
    filter:alpha(opacity=30, finishedopacity=30);
    cursor: default;
}

.f14 {font-size: 1.167em !important; }
.f16 {font-size: 10 !important; }

p.confirmation {
    float:none;
    margin:0 0 20px 0;
    padding:20px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    background:url('../image/taust_menu.png');
    text-shadow: 0 1px 1px #000;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -mox-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}


/* FORM */
form {
    margin: 0;
    padding: 0;
    display: inline;
}

input.input,
select,
textarea {
    padding: 3px 4px;
    /*border:0px;*/
    font-size:13px;
    background:#fff url('../image/input.png') no-repeat;
    background-position:0 0;
}

input.input,
select {
    /*padding:3px 10px 2px 7px;*/
    width:300px;
    height:20px;
}

select {
    width:300px;
    height:25px;
}


form input,
form textarea,
form select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaba;
}

.menu,
.buttons span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.button_submit {
    font-size:14px;
    width:auto;
    border: 0px solid white;
    padding:8px 11px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin:5px 0 10px 0;*/
    background:url('../image/taust_menu_hover.png') repeat-x;
    background-position:0 -20px;
    font-weight:bold;
    color:#fff;
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.button_submit:hover,
.menu:hover {
    background:url('../image/taust_menu.png') repeat-x;
    background-position:0 -15px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
    clear: all;
}

.buttons {
    clear:left;
    margin:0px;
    padding:10px 0;
}
.buttons span {
    margin-right:10px;
    width:auto;
    margin-top: 10px;
    padding: 8px 11px;
    background-image: url("../image/taust_menu_hover.png");
    background-repeat: repeat-x;
    background-position: 0pt -20px;
    font-size: 1.167em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.buttons span.active,
.buttons span:hover {
    background:url('../image/taust_menu.png') repeat-x;
    background-position:0 -15px;
}

.list th.label,
.list td {
    border-bottom: 1px solid #96765e;
    font-size: 1.167em;
    padding: 8px 5px;
}

.list td a {
    text-decoration: none;
    color: black;
    border-bottom: 1px dashed #333;
}
.list td a:hover {
    border-bottom: 2px solid #96765e;
}

.aRight {
    text-align: right !important;
}

.aLeft {
    text-align: left !important;
}
.aCenter {
    text-align: right !important;
}

.cRed {
    color: red;
}

.cWhite {
    color: white;
}

.cBlue {
    color: #35458F;
}

.w25 { width:25px !important; }
.w35 { width:35px !important; }
.w45 { width:45px !important; }
.w55 { width:55px !important; }
.w65 { width:65px !important; }
.w75 { width:75px !important; }
.w95 { width:95px !important; }
.w105 { width:105px !important; }
.w115 { width:115px !important; }
.w135 { width:135px !important; }

.fbold { font-weight: bold;}

.aTxt {text-decoration: none; }
.aTxt:hover {text-decoration: none; }

/* LIPPUDEGA RIIGI MENÜÜ */
select.country option {
    background-repeat:no-repeat;
    background-position:bottom left;
    padding-left:20px;
}
select.country option.se {
    background-image:url(../image/flag.16x11/sweden.png);
}
select.country option.fi {
    background-image:url(../image/flag.16x11/finland.png);
}
select.country option.no {
    background-image:url(../image/flag.16x11/norway.png);
}
select.country option.ee {
    background-image:url(../image/flag.16x11/estonia.png);
}

table.dataview,
table.dataview2,
table.orders {
    border-collapse: collapse;
    width: 100%;
	border:0;
}
table.basket {
    border-collapse: collapse;
    width: 950px;
}
table.dataview td {
    text-align: left;
    font-size: 1.167em;
	border-bottom: 1px solid #96765E;
    padding:3px 0 3px 10px;

}

table.dataview th {
	text-align:left;
    border-bottom: 1px solid #96765E;
    padding:3px 0 3px 10px;
}

table.dataview td.total,
table.dataview2 td.total {
    border-bottom: 0px;
    text-align: left;
    padding-left: 5px;
}

table.dataview td.total2,
table.dataview2 td.total2 {
    border-bottom: 0px;
    text-align: right;
    padding-right: 10px;
}

table.basket caption {
    text-align: left;
    font-size: 1.333em;
    padding-top: 10px;
    border-bottom: 1px solid black;
}
table.basket td,
table.basket th {
    text-align: left;
    padding:4px 0 4px 10px;
}

table.basket td.subtotal {
    border-top: 1px solid #96765E;
    text-align: left;
}

table.basket td.alltotal {
    border-top: 1px solid #000;
    padding: 0 20px 20px;

}


.totals { padding: 3px 20px; }

.thin-line {
    border-bottom: 1px solid #96765E;
	padding-right:10px;
	text-align:left;
}

.pb { padding-bottom: 3px;}

textarea.basket_nfo {
    width: 700px;
    height: 100px;
}

img.nupp { cursor:pointer; }


.vlink {
    cursor: pointer;
}

.vlink:hover {
    text-decoration: underline;
}
/* LIPPUDEGA RIIGI MENÜÜ */
ul.pagination{
	margin:0px;
	padding:0px;
	height:100%;
	overflow:hidden;
	font:12px 'Tahoma';
	list-style-type:none;	
}

ul.pagination li.details{
    padding:7px 10px 7px 10px;
    font-size:14px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

ul.pagination li:first-child{
	margin-left:0px;
}

ul.pagination li a{
	color:white;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
}

ul.pagination li a img{
	border:none;
}
	
	ul.pagination li.details{
   color:#888888;
}

ul.pagination li a
{
    font-weight: bold;
	color:#FFFFFF;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.pagination li a
{
	color:#FFFFFF;
	border:solid 1px #B6B6B6;
	padding:6px 9px 6px 9px;
	background:#987449;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#987449 1px,#987449);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#987449),color-stop(1,#987449));
}	

ul.pagination li a:hover,
ul.pagination li a.current
{
	background:#987449;
}