html {
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: LucidaGrande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
}

/* @group Header */
#header a {
	color: #999;
	text-decoration: none;
}
#header a:hover {
	color: #EACA19;
	text-decoration: underline;
}
#header {
	height: 27px;
	width: 100%;
	max-width: 1300px;
	margin: auto;
	background: url(/img/header_bg.gif) no-repeat 50% bottom;
}
#header-inner {
	width: 950px;
	margin: 0 auto;
}
#header-left {
	float: left;
}
#header-right {
	float: right;
	line-height: 27px;
	font-size: 12px;
	color: #fff;
}
#header-right a {color:#fff;font-weight:bold;}
#header-right h2 {padding:0; margin:0; font-size:100%;font-weight:normal;}
/* @end */

#banner_950_120 {
	width: 950px;
/*	height: 120px; */
	margin: 4px auto 0;
	text-align: center;
}

/* @group Content */

#content {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 35px;
}

/* @end */

/* @group Footer */
#wrapper {
	min-height: 100%;
	position: relative;
}
#footer {
/*	position: absolute; */
	clear: both;
/*	bottom: 0; */
	width: 100%;
	background-color: #eaeaea;
	height: 31px;
	line-height: 31px;
	color: #8e8e8e;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#footer-inner {
	width: 950px;
	margin: 0 auto;
}
#footer-right {
	float: right;
	white-space: nowrap;
}
#footer-left {
	float: left;
	white-space: nowrap;
}
#footer a {
	text-decoration: none;
	color: #8e8e8e;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a.rss {
	padding: 5px 0 5px 20px;
	background: url(/img/footer-feed.gif) left center no-repeat;
}

/* @end */

div.clear {
	clear: both;
}


/* Kuum */
#hot-product {
	width: 480px;
	background-color: #333;
}
#hot-product a {
	text-decoration: none;
}
#hot-product a:hover {
	text-decoration: underline;
}
#hot-product .heading {
	font-size: 14px;
	color: #FCCA00;
	margin: 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
#hot-product .name {
	display: block;
	color: #FFF;
	font-size: 14px;
	margin: 4px 0px;
	font-weight: bold;
}
#hot-product .shop {
	display: block;
	color: #999;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
#hot-product .price-new {
	color: #FFF;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	padding-right: 10px;
	float: left;
}
#hot-product .price-old {
	color: #999;
}
#hot-product .discount {
	display: block;
	color: #f00;
}

/* toode */
.product-small a {
	text-decoration: none;
}
.product-small a:hover {
	text-decoration: underline;
}
.product-small {
	width: 235px;
	height: 230px;
	background: url(/img/toode.gif) 0 0 no-repeat;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
	overflow: hidden;
}
.product-small .icon {
	float: right;
	background-color: #FF0000;
	margin: 5px 5px 0 0;
}
.product-small .price-new {
	color: #000;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	float: right;
	margin-right: 3px;
}
.product-small .price-old {
	color: #999;
	font-size: 12px;
	float: left;
	margin-left: 3px;
}
.product-small .discount {
	color: #F00;
	font-size: 12px;
	float: left;
	margin-left: 3px;
}
.product-small .discount-big {
	color: #F00;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	margin-right: 3px;
}
.product-small .name {
	color: #000;
	font-size: 14px;
	margin: auto; /* 4px 0px; */
	font-weight: bold;
	vertical-align: middle; 
	display: block;
	height: 45px;
	width:220px;
}
.product-small .shop {
	color: #999;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

.product-big a {
	text-decoration: none;
}
.product-big a:hover {
	text-decoration: underline;
}
.product-big {
	width: 480px;
	background: url(/img/product_big_bg.jpg) 0 0 no-repeat;
	padding-top: 5px;
}
.product-big .name {
	color: #000;
	font-size: 14px;
	margin: 4px 0px;
	font-weight: bold;
	vertical-align: middle; 
	display: block;
}
.product-big .shop {
	color: #999;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
.product-big .price-new {
	color: #000;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
}
.product-big .price-old {
	color: #999;
	font-size: 12px;
}
.product-big .discount {
	color: #F00;
	font-size: 12px;
}
.product-big .discount-big {
	color: #F00;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	margin-right: 3px;
}
.product-big .link {
	color: #F00;
	line-height: 20px;
	font-size: 12px;
}
.product-big .link a {
	text-decoration: underline;
}
.product-big .desc {
	margin-top: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.product-big .warning {
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
.product-big .red {
	color: #FF0000;
}
.product-big li {padding:0;margin:0 0 0 20px;float:none;}

.product-nav {
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Pakkumised */
#pakkumised {
	width: 480px;
}

#search {
	background: transparent url('/img/search_bg.png') no-repeat;
	height: 24px;
	width: 184px;
	padding: 8px;
	margin-bottom: 0px;
}

#search input {
	height: 19px;
	border: 1px solid #999;
	color: #999;
	float: left;
	margin: 0px;
	margin-right: 5px;
	font-size: 12px;
	width: 116px;
	padding: 0px;
	padding-left: 3px;
	padding-top: 5px;
}

/* @end */

form
{
	margin: 0px;
	padding: 0px;
}

.abs {
	position: absolute;
	clear: both;
	width: 0;
	height: 0;
}

#centerColumn {
	margin-left: 10px;
	margin-right: 10px;
	width: 730px;
	display: block;
}

#clientCenterColumn {
	margin-left: 10px;
	margin-right: 0px;
	width: 735px;
	display: block;
}

#centerColumn h1, #clientCenterColumn h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
	color: #000000;
}

.roundcont {
	background-color: #f90;
	color: #fff;
}

.roundtop { 
	background: url("/img/tr.gif") no-repeat top right; 
}

.roundbottom {
	background: url("/img/br.gif") no-repeat top right; 
}

img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

/* @group Button */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
    inherit: false;
    background: transparent url('/img/button_grey_a_normal.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 26px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin-right: 6px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

.button #span {
    background: transparent url('/img/button_grey_span_normal.png') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 8px;
}

.button:hover {
    background-position: bottom right;
    color: #EACA19;
    outline: none; /* hide dotted outline in Firefox */
}

.button:hover #span {
    background-position: bottom left;
    padding: 5px 0 5px 8px; /* push text down 1px */
}

.button:active {
    background-position: bottom right;
    color: #EACA19;
    outline: none; /* hide dotted outline in Firefox */
}

.button:active #span {
    background-position: bottom left;
    padding: 6px 0 4px 8px; /* push text down 1px */
}

/* @end */

/* @group Main menu */
#mainmenu {
	width: 950px;
	height: 54px;
	line-height: 37px;
	margin: 0 auto;
	background: url(/img/mainmenu-back.gif) 0 0 no-repeat;
	border: 1px solid #fff;
	border-width: 5px 0;
	text-align: center;
}
#mainmenu table {
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	margin-top: 8px;
}
#mainmenu td {
	text-align: left;
	border: 0;
	padding: 0;
}
#mainmenu span {
	margin: 0 20px;
	background-color: #f0d830;
	display: block;
	width: 1px;
	height: 17px;
	top: 8px;
}
#mainmenu a {
	text-decoration: none;
	display: block;
	height: 37px;
	line-height: 37px;
	top: 8px;
}
#mainmenu a span {
	top: 0;
	background: transparent;
	margin: 0;
	font-size: 17px;
	font-family: LucidaGrande, Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0 8px;
	width: auto;
	cursor: pointer;
}
#mainmenu a.open,
#mainmenu a:hover {
	background: url(/img/mainmenu-button.gif) left center no-repeat;
}
#mainmenu a.open span,
#mainmenu a:hover span {
	background: url(/img/mainmenu-button-right.gif) right center no-repeat;
}
#mainmenu a.open span {
	font-weight: bold;
}
/* @end */

/* @group Sub menu */

#submenu {
	background: transparent url('/img/submenu_bg_top.gif') no-repeat;
	background-color: #F0D630;
	margin-top: 5px;
	margin-bottom: 5px;
}

#submenu .title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
}

/* Uudiskirjaga liitumise vorm */
#newsletterPanel {
//	width: 180px;
	background: url(/img/newsletter_bg.png) no-repeat;
	margin: 5px 0;
//	padding: 10px;
}
#newsletterPanel .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:10px;
}
#newsletterPanel input {
	height: 19px;
	
	color: #999;
	margin: 0px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	right: 15px;
	font-size: 12px;
	width: 175px;
	padding: 0px;
	padding-left: 3px;
	padding-top: 5px;
}
#newsletterPanel a.button {
	float: right;
	margin-right: 0px;
}

.active {
	color: #FF0000;
}

.active a {
	color: #FF0000;
}

ul {
	font-size: 12px;
	color:  #333;
	list-style-type: square;
	text-shadow: #000000 0 0 0px;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

li {
	float: none;
	/*text-indent: -4px;*/
	margin-left: -10px;
}

li a {
	color: #333;
	text-decoration: none;
}

li a:hover {
	color: #000;
	text-decoration: none;
}

li a:active {
	color: #FF0000;
	text-decoration: none;
}

.sub2 {
	font-size: 11px;
	color:  #666;
	list-style-type: none;
	text-shadow: #000000 0 0 0px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

.sub2 li {
	float: none;
	/*text-indent: -4px;*/
	margin-left: -30px;
	padding-bottom: 6px;
	padding-right: 10px;
}

.sub2 a {
	color: #333;
	text-decoration: none;
}

.sub2 a:hover {
	color: #000;
	text-decoration: underline;
}

.sub2 a:active {
	color: #FF0000;
	text-decoration: none;
}
/* @end */

/* Filter */
#filter, #sorter {
	/* width: 480px; */
	height: 40px;
	margin-bottom: 4px;
	background: url(/img/filter_bg.jpg) 0 0 no-repeat;
	line-height: 40px;
}
#sorter-inner, #filter-inner {
	padding-left: 10px;
}
#sorter a, #filter a {
	color: #003958;
	padding: 5px 0px 5px 20px;
	margin-left: 10px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#sorter a:hover, #filter a:hover {
	text-decoration: underline;
}
#filter a.koik { background-image: url(/img/filter_all.gif); }
#filter a.meilt { background-image: url(/img/filter-meilt.gif); }
#filter a.poe { background-image: url(/img/filter-poe.gif); }
#filter a.toote { background-image: url(/img/filter-toote.gif); }

#filter a.active-koik { background-image: url(/img/filter-koik.gif); }
#filter a.active-meilt { background-image: url(/img/type_us.gif); }
#filter a.active-poe { background-image: url(/img/type_shop.gif); }
#filter a.active-toote { background-image: url(/img/type_product.gif); }

#sorter a.popular {  }
#sorter a.new {  }
#sorter a.expensive { }
#sorter a.cheap { }

#sorter a.active { font-weight:bold; }
#sorter a.active-popular { font-weight:bold; }
#sorter a.active-new { font-weight:bold; }
#sorter a.active-expensive { font-weight:bold; }
#sorter a.active-cheap { font-weight:bold; }

.aditem {margin:0 0 5px 0;padding:0;}
.aditem img {padding:0;margin:0;display:block;}

#FooterAds {
        border: 1px solid #ddd;
        float: none;
        width: 950px;
        height: 200px;
        clear: both;
        margin: auto;
        padding: 10px;
	margin-bottom:10px;
}

#FooterAds .aditem {
        float: left;
        width: 22%;
        min-width: 200px;
        padding-left: 1%;
        padding-right: 1%;
}

.hide { display: none; }

.type_us { background: url(/img/type_us.gif) 215px 0px no-repeat; }
.type_product { background: url(/img/type_product.gif) 215px 0px no-repeat; }
.type_generic { background: url(/img/type_shop.gif) 215px 0px no-repeat; }

.product-big .type_us { background: url(/img/type_us.gif) 455px 0px no-repeat; }
.product-big .type_product { background: url(/img/type_product.gif) 455px 0px no-repeat; }
.product-big .type_generic { background: url(/img/type_shop.gif) 455px 0px no-repeat; }

.textads {
        border: 1px solid #ddd;
        /* position: relative; */
        }
.textads h4, .textads div, .textads p, .textads small, .textads h3 {
	margin:0;
	padding:0;
}
.textads .aditem {
        padding: 0 10px 10px 10px;
        }
.textads h4 {
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: .4em;
        color: #999;
        font-size: 85%;
        padding: 5px 10px 10px 10px;
        }
















.actionform form {
}

.actionform fieldset {
	border-style: none;
	border-top: 3px solid #FFD119;
	background-color: #F4F4F4;
	margin: 5px 0 0 0;
	padding: 0;
}

.actionform legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #F4F4F4;
	padding: 0 5px;
}

.actionform p
{
	padding:5px 10px 5px 10px;
	margin:0px;
}

.required {
	font-weight: bold;
}

.leftlabel label { 
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 10px;
	clear:both;
}

.hint { 
	line-height: normal;
	font-size: 85%; 
	color: #999; 
}

.element { display: block; margin-left: 170px; }

.fault {
	color: #FF0000;
	font-weight: bold;
}

.actionform .buttonbar
{
	text-align: center;
	padding: 10px;
}

#sitebar, #sitebar table, #sitebar td, #sitebar tr {padding:0;margin:0}
#sitebar, #sitebar table {border-collapse:collapse;border-spacing:0;}
#sitebar {
       background: #ddd url(/img/sitebar_back.gif) left bottom repeat-x;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       width: 100%;
       border-collapse: collapse;
       }
#sitebar a {
       display: block;
       padding: 9px 11px;
       text-decoration: none;
       color: #eee;
       font-weight: bold;
       font-size: 10px;
       line-height: normal;
       }
#sitebar .selected a {
       background: #fff;
       border-bottom: 1px solid #ddd;
       padding-bottom: 8px;
       color: #000;
       }
.cart {
	padding-left: 25px;
	background-image: url('http://static1.nagi.ee/images/nagi/action_addtocart.gif');
	background-repeat: no-repeat;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('/img/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/img/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
	
.checkout a { text-decoration: none}
.checkout .even { background-color:#fff}
