/*Document: interfaceCreated on : 4.6.2012, 18:15Author: Márius Rak -> http://www.mariusrak.sk/Description: Style for whole site*/@font-face {font-family: 'Droid Serif';font-style: normal;font-weight: normal;src: local('Droid Serif'), local('DroidSerif'), url('http://themes.googleusercontent.com/static/fonts/droidserif/v3/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff') format('woff');}@font-face {font-family: 'Droid Sans';font-style: normal;font-weight: normal;src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff') format('woff');}/* ROOT */* { margin:0;padding:0;outline:0;border:none; }html, body {height: 100%;}body {font: 13px/150% 'Segoe UI', 'Droid Sans', 'Verdana', 'Arial', Sans-Serif;color: #a87600;}a {text-decoration: none;color: #54aa00;}a:hover {text-decoration: underline;}h1 {padding: 5px 10px;color: #54aa00;font: 18px 'Droid Serif', 'Georgia', 'Times New Roman', serif;}h2 {color: #7db700;padding-bottom: 3px;font: bold 15px 'Droid Serif', 'Georgia', 'Times New Roman', serif;padding: 4px;}h3 {color: #54aa00;font: 14px 'Droid Serif', 'Georgia', 'Times New Roman', serif;font-weight: bold;padding: 4px;}p {padding: 0 5px 10px;}hr {height: 10px;visibility: hidden;clear: both;}input, textarea {height: 16px;width: 150px;padding: 4px;font-size: 12px;color: #456303;border: 1px solid #88BC16;background: #f0ffd1;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}input[type=radio],input[type=checkbox] {height: auto;width: auto;margin: 2px;}input[readonly]{background: #F8FFEA;color: #94BF2F;border-color: #B3D85D;font-style: italic;cursor: default;}textarea {width: 504px;height: 200px;}label {color: #456303;cursor: pointer;}input[disabled] {opacity: 0.65;}input.empty {font-style: italic;color: #888;}ul, ol {padding: 0 20px;}form table {width: 100%;}form table td {padding: 2px;}/* COMMON */.left { float: left; }.right { float: right; }.textLeft { text-align: left !important; }.textRight { text-align: right !important; }.textCenter { text-align: center !important; }.success, .warning, .info {width: auto;padding: 6px 12px 5px;margin: -4px 0 2px;background: #96D904;border: 1px solid #57AC00;color: white;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);}.warning {background: #FFBD09;border: 1px solid #D8AA18;}.info {background: #0680DF;border: 1px solid #266BA2;}.success a {color: #3e5a02;}.bold { font-weight: bold; }b.heading {display: block;font-size: 14px;color: #7db700;}/* buttons */.pagination a {display: inline-block;margin-left: 2px;padding: 3px 10px 2px !important;}.button, .pagination a {display: inline-block;padding: 4px 15px 3px;font-family: 'Droid Serif', 'Georgia', 'Times New Roman', serif;font-size: 13px;font-weight: normal;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);border: 1px solid;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;cursor: pointer;}.pagination a {padding: 4px 20px 3px;}.button:hover, .pagination a.disabled {text-decoration: none;}.button:active, .pagination a.disabled {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.button.mini, .pagination a {padding: 4px 8px 3px;font-size: 12px;}.button.big {padding: 8px 25px 6px;font-size: 15px;}input.button {height: auto;width: auto;}.button.orange, .pagination a.side {color: #7e6000;border-color: #d8aa18;background: #ffb400;background: -moz-linear-gradient(5deg,#ffb400 0%, #ffd01c 100%);background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffb400), color-stop(100%,#ffd01c));background: -webkit-linear-gradient(87deg,#ffb400 0%,#ffd01c 100%);background: -o-linear-gradient(5deg,#ffb400 0%,#ffd01c 100%);background: -ms-linear-gradient(87deg,#ffb400 0%,#ffd01c 100%);background: linear-gradient(5deg,#ffb400 0%,#ffd01c 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd01c', endColorstr='#ffb400',GradientType=0 );}.button.orange:hover, .pagination a.side:hover, .pagination a.side.disabled {background: #ffbd09;color: #4b3900;}.button.green, .pagination a {color: #3e5a02;border-color: #88bc16;background: #92d500;background: -moz-linear-gradient(5deg,#92d500 0%, #aef11c 100%);background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#92d500), color-stop(100%,#aef11c));background: -webkit-linear-gradient(87deg,#92d500 0%,#aef11c 100%);background: -o-linear-gradient(5deg,#92d500 0%,#aef11c 100%);background: -ms-linear-gradient(87deg,#92d500 0%,#aef11c 100%);background: linear-gradient(5deg,#92d500 0%,#aef11c 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aef11c', endColorstr='#92d500',GradientType=0 );}.button.green:hover, .pagination a:hover, .pagination a.disabled {background: #96d904;color: #2b3f00;}.pagination a.disabled {opacity: 0.65;cursor: default;}.t {width: 100%;border-collapse: collapse;}.t.maximize {width: 100%;border: 1px solid #D8AA18;}.t th, .t td {padding: 4px 2px 2px;text-align: center;}.t tr:nth-of-type(2n) {background: #fdf2d1;}.t tr:first-child th {background: #ffdc55;border-bottom: 1px solid #D8AA18;}/* STRUCTURE */#Header {height: 236px;width: 100%;background: #fef8e4;border-top: 4px solid #57ac00;border-bottom: 2px solid #ffd97f;}#Header > div {position: relative;width: 900px;margin: auto;z-index: 2;}#Header:before,#Header:after {content: "";position: absolute;width: 560px;height: 236px;left: -110px;background: url('ast/img/header-left.png');z-index: 1;}#Header:after {left: auto;right: 0;width: 600px;background: url('ast/img/header-right.png') no-repeat 105px 0;}#Logo {display: block;width: 270px;height: 60px;margin: 25px 0 -25px 180px;float: left;text-indent: -99em;background: url('ast/img/logo.png');}#HeadAd {float: right;clear: none;max-height: 70px;max-width: 330px;margin-top: -45px;}#Basket {width: 230px;height: 55px;padding: 7px 0 0 50px;float: right;position: relative;color: white;background: #57ac00 url('ast/img/basket.png') no-repeat 10px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;border-bottom-right-radius: 5px;text-align: center;font-size: 15px;}#Basket a {margin-right: 20px;font-size: 13px;color: white;}#Basket .right {margin-top: 4px;}#Basket .imagelink {display: block;overflow: hidden;position: absolute;top: 0;left: 0;width: 50px;height: 52px;}#UserMenu {float: right;clear: right;width: 230px;margin-top: 10px;text-align: right;}#UserMenu.logged {color: #7e6000;font-weight: bold;text-shadow: 0 0 5px rgba(255,255,255,1);}#UserMenu.logged img {margin: 8px 0px -8px;}#UserMenu.logged a {word-break: break-all;margin: 0 0 3px 3px;}#Wrap {margin: -130px auto 0;width: 900px;overflow: auto;position: relative;z-index: 2;}#Content {width: 514px;padding: 10px 5px 5px;margin: 0 5px 70px;float: left;/*border: 1px solid #7db700;*/border: 1px solid #ABC171;background: white;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}.pagination {margin-right: 187px;}#PaginationBottom {clear: both;}#PaginationBottom .pagination {margin-top: -65px;margin-bottom: 75px;}.box {width: 170px;margin-bottom: 10px;padding: 5px;float: left;clear: both;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: 1px solid #eec25b;background: #fbe6a4;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);}#LeftPanel, #RightPanel {margin-bottom: 70px;width: 182px;}#LeftMenu, #FB {border-color: #7db700;background: #e5fcb3;padding-bottom: 0;}#LeftMenu a.button {display: block;margin-bottom: 5px;padding: 5px 7px 4px;font-size: 14px;}#News strong {float: left;color: #7e6000;font-family: 'Droid Serif', 'Georgia', 'Times New Roman', serif;font-size: 14px;}#News a {float: right;margin: 2px;}#News input, #Search input {width: 130px;}#News input[type=submit], #Search input[type=submit] {width: 25px;height: 23px;padding: 0;background: transparent url('ast/img/submit.png') no-repeat center;border: none;cursor: pointer;}#News span, #Search span {float: right;padding: 0;}#Search input[type=submit] {background-image: url('ast/img/search.png');}#AdPanel img {max-width: 170px;}#FB {overflow: hidden;height: 225px;}#FB iframe {margin: -6px -8px;}#Fix {min-height: 100%;}#Footer {height: 50px;width: 100%;margin-top: -56px;clear: both;position: relative;z-index: 3;background: #fef8e4;border-top: 2px solid #ffd97f;border-bottom: 4px solid #57ac00;}#Footer > div {width: 900px;padding-top: 10px;margin: auto;color: #7db700;font-size: 11px;}#Footer > div > a {float: left;margin-right: 3px;}#Footer > div > div {float: right;margin-top: -5px;text-align: right;}/* === Specific parts === *//* Products list */.product {width: 251px;float: left;margin: 5px 3px;line-height: 140%;font-size: 12px;}.product a {display: block;color: #a87600;}.product a:hover {text-decoration: none;color: #3e5a02;}.product img {background: white;padding: 5px;float: left;max-width: 120px;max-height: 200px;margin-right: 5px;border: 2px solid #ffeaba;}.product a:hover img {border-color: #d4f788;}.product div {overflow: visible;}.product form {display: block;padding: 5px 0;clear: both;text-align: right;}.product .count {height: 13px;width: 15px;text-align: right;font-size: 10px;}.product strong {margin-right: 10px;color: #7db700;font: bold 16px/28px 'Droid Serif', 'Georgia', 'Times New Roman', serif;}.product form small {display: block;text-align: right;}.product.box {width: 240px;margin: 0 4px 5px 1px;clear: none;}span.sale {text-align: center;font-size: 14px;font-weight: bold;}div.sale {float: left;text-align: left;margin-top: -15px;}#Buy .sale{text-align: center;margin-top: 0;width: 100%;}#Buy .sale .oldPrice {font-size: 12px;font-weight: normal;}.box .product {width: auto;}.box .product h2 {color: #3e5a02;}.box .product strong {margin-right: 0;float: left;font-size: 13px;color: #3e5a02;}/* View product */#ProductPanel {width: 170px;}#ProductImage {background: white;padding: 5px;float: left;max-width: 150px;margin: 0 5px 10px 0;border: 3px solid #f8d789;cursor: pointer;}#PI_Overlay {display: none;position: fixed;top:0;right:0;bottom:0;left:0;padding: 37px 23px 23px 17px;height:auto;background: rgba(0,0,0,0.6);text-align: center;}#PI_MarginV {display: inline;position: relative;max-height: 100%;bottom: 35px;}#PI_BigImage {position: relative;max-height: 100%;border: 3px solid rgba(0,0,0,0.8);-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}#PI_Close {display: block;width: 60px;left: 50%;margin: 10px 0 5px -51px;position: relative;font-weight: bold;line-height: 15px;}#Buy {float: left;width: 154px;line-height: 150%;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}#Buy strong {color: #7db700;font: bold 17px 'Droid Serif', 'Georgia', 'Times New Roman', serif;}/*NOTAX*/#Buy strong {display: block;font-size: 22px;text-align: center;}#Buy small span {color: #7db700;}.count {height: 14px;width: 20px;text-align: right;font-size: 13px;}#Buy .button {float: right;}#Buy small {display: block;width: 80px;float: right;text-align: center;clear: both;line-height: 120%;}#Description {overflow: auto;padding: 0 5px;}/* Registration */#Registration td {width: 50%;padding: 3px 7px;}#Registration td:first-child {text-align: right;}#Registration td:last-child {text-align: left;}/* Login */#Login {width: auto;margin: auto;}#Login td {padding: 3px 5px;}#Login td:first-child {text-align: right;}#Login td:last-child {text-align: left;}/* Basket */.desc {display: none;}#BasketTable {min-width: 100%;border-collapse: collapse;}#BasketTable th {background: #FBE6A4;min-width: 70px;}#BasketTable tr:nth-child(2n) {border-top: 1px solid #FBE6A4;}#BasketTable tr:first-child {border-top: none;}#BasketTable tr {background: transparent;}#BasketTable h3 {padding: 8px 0 2px;}#BasketTable td {vertical-align: top;padding: 0px;text-align: left;}#BasketTable .heading {text-align: left;vertical-align: middle;}#BasketTable .image {padding: 5px 10px;vertical-align: middle;width: 30px;}#BasketTable img {display: block;margin: auto;max-width: 30px;max-height: 50px;}#BasketTable td.count {padding-top: 5px;width: 140px;text-align: right;vertical-align: middle;}#BasketTable td.sum {width: 70px;vertical-align: middle;text-align: right;color: #54aa00;padding-right: 5px;font-size: 12px;}#BasketTable td.sum b {font: bold 14px 'Droid Serif', 'Georgia', 'Times New Roman', serif;}#BasketTable td.sum a {color: #D8AA18;}#BasketTable .pricechange {color: #ffb400;}#Sums {width: 200px;}/* Orders */#Orders .orderid {text-align: right;font-weight: bold;}#Orders .actions a {padding: 0 10px;border-right: 1px solid #54aa00;}#Orders .actions a:last-child {border: none;}#Orders .current {background: #C0E868;}/* === Specific devices widths === */@media (max-width: 1200px) {.product:nth-of-type(2n+1) {clear: both !important;}.products > hr {display: none;}}@media (min-width: 1201px) and (max-width: 1480px) {#Header > div,#Wrap,#Footer > div {width: 1183px;}#Content {width: 787px;margin: 0 10px 70px;}.pagination {margin-right: 192px;}h2 {font-size: 16px;}.product {margin: 5px;width: 380px;line-height: 150%;font-size: 12px;}.product.box {margin: 0 6px 5px 3px;width: 370px;}#ProductPanel {width: 215px;}#ProductImage {max-width: 200px;margin: 0 5px 10px 0;}#Buy {width: 144px;padding: 5px 35px;}#Description {padding: 0 10px;}.desc {display: inline;}#OrderLogin {float: left;width: 30%;}#OrderRegister {float: left;width: 70%;}}@media (min-width: 1481px) {#Header > div,#Wrap,#Footer > div {width: 1440px;}#Content {width: 1044px;margin: 0 10px 70px;}.pagination {margin-right: 192px;}h2 {font-size: 16px;}.product {margin: 5px;width: 335px;line-height: 140%;font-size: 13px;}.product.box {margin: 0 6px 5px 3px;width: 330px;}.product:nth-of-type(4n+1) {/*clear: both !important;*/}.products > hr {display: none;}#ProductPanel {width: 215px;}#ProductImage {max-width: 200px;margin: 0 5px 10px 0;}#Buy {width: 144px;padding: 5px 35px;}#Description {padding: 0 10px;}.desc {display: inline;}}/* END */
.icon.add{ background: url('./ast/img/admin/ic_plus.png'); }.icon.edit.white{ background: url('./ast/img/admin/ic_edit.png'); }.icon.edit{ background: url('./ast/img/admin/ic_edit_blue.png'); }.icon.delete.white{ background: url('./ast/img/admin/ic_delete.png'); }.icon.delete{ background: url('./ast/img/admin/ic_delete_blue.png'); }.icon.lock.white{ background: url('./ast/img/admin/ic_lock.png'); }.icon.lock{ background: url('./ast/img/admin/ic_lock_blue.png'); }.icon.unlock.white{ background: url('./ast/img/admin/ic_unlock.png'); }.icon.unlock{ background: url('./ast/img/admin/ic_unlock_blue.png'); }.icon.back{ background: url('./ast/img/admin/ic_left.png'); }.icon.right{ background: url('./ast/img/admin/ic_right.png'); }.icon.search{ background: url('./ast/img/admin/ic_search.png'); }.icon.list{ background: url('./ast/img/admin/ic_list.png'); }.icon.list.blue{ background: url('./ast/img/admin/ic_list_blue.png'); }.icon.go{ background: url('./ast/img/admin/ic_go_blue.png'); }.icon.go.white{ background: url('./ast/img/admin/ic_go.png'); }.icon.ok{ background: url('./ast/img/admin/ic_ok.png'); }.icon.ok.blue{ background: url('./ast/img/admin/ic_ok_blue.png'); }.icon.ok.green{ background: url('./ast/img/admin/ic_ok_green.png'); }.icon.cancel{ background: url('./ast/img/admin/ic_cancel.png'); }.icon.cancel.red{ background: url('./ast/img/admin/ic_cancel_red.png'); }.icon.box{ background: url('./ast/img/admin/ic_box.png'); }.icon.box.blue{ background: url('./ast/img/admin/ic_box_blue.png'); }.icon.document.blue{ background: url('./ast/img/admin/ic_document_blue.png'); }.icon.thick{ background: url('./ast/img/admin/ic_thick.png'); }.icon.users{ background: url('./ast/img/admin/ic_users.png'); }.icon.user.black{ background: url('./ast/img/admin/ic_user_black.png'); }.icon.invoices{ background: url('./ast/img/admin/ic_invoices.png'); }.icon.document{ background: url('./ast/img/admin/ic_document.png'); }.icon.save{ background: url('./ast/img/admin/ic_save.png'); }.icon.print{ background: url('./ast/img/admin/ic_print.png'); }.icon.print.blue{ background: url('./ast/img/admin/ic_print_blue.png'); }.icon.download{ background: url('./ast/img/admin/ic_download.png'); }.icon.download.blue{ background: url('./ast/img/admin/ic_download_blue.png'); }
