/* $Id: skin1_admin.css,v 1.1.2.36 2008/08/07 06:35:10 ferz Exp $ */
/*
	General styles
*/
.shipping-bar  {
	display: none !important;
}
.tab2 {
  display: flex !important;
}
.tab2 input {
  width: calc(100% - 40px);
}
.tab2 button {
  margin-left: 4px;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.list-sizes {
  padding-left: 0;
}
.list-sizes li {
  list-style: none;
  padding-bottom: 4px;
}
.list-sizes li span:nth-child(1){
  margin-right: 5px
}
.list-sizes li span:nth-child(2){
  color: green;
  margin-left: 5px;
}
.list-sizes li span:nth-child(3){
  color: red;
  margin-left: 5px;
}
.progress .bar {
  background: linear-gradient(90deg, rgba(84,135,172,1) 0%, rgba(19,165,67,1) 50%, rgba(5,255,28,1) 100%);
  padding: 5px;
  border-radius: 20px;
  position: relative;
  height: 35px;
}
.progress .bar .pointer {
  border-radius: 99999px;
  background: black;
  display: inline-block;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  font-weight: bold;
  font-size: 12px;
  color: #d8d8d8;
  border: 2px solid #2d8056;
  top: 9px;
}
.colored-table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.colored-table tr:hover{
  background-color: #e0e0e0
}
.current-flag {
  position: absolute;
  right: 220px;
  top: 3px;
}
.current-flag img {
  border-radius: 9999px;
  border: 2px solid #eaeaea;
}
.opt_button {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 4px;
}
.opt-top {
  background-color: #f0f0f0;
  padding: 4px 5px;
  text-align: center;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.opt-bottom {
  background-color: #7e5d22;
  color: #fff;
  font-size: 11px;
  padding: 1px 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center;
}
.opt_button.active .opt-bottom {
  background-color: #daa11b;
  transition: all ease 0.2s;
  border-bottom: 2px solid #daa11b;
  border-left: 2px solid #daa11b;
  border-right: 2px solid #daa11b;
}
.opt_button.active .opt-top{
  border-top: 2px solid #dfa116;
  border-left: 2px solid #dfa116;
  border-right: 2px solid #dfa116;
}
.help-block {
  display: block;
  margin-bottom: -20px;
  padding-top: 5px;
  font-weight: bold;
  color: #b94a48;
}
.custom_button_green, .custom_button_red {
  display: block;
  text-align: center;
  margin: 6px 0 0 0;
  padding: 6px;
  border-radius: 5px;
  text-decoration: none !important;
  color: #fff !important;
}
.custom_button_green {
  background: #4fbd6c;
}
.custom_button_red {
  background: #bd6464;
}
.custom_button_green:hover, .custom_button_red:hover {
  opacity: 0.9;
}
.pair-button {
  margin-left: 5px;
  color: #ffffff;
  font-weight: bold;
  background: #dfa114;
  padding: 3px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  animation-name: pairanim;
  animation-duration: 1s;
}
@keyframes pairanim {
  from {margin-left: 50px;}
  to {margin-left: 5px;}
}
.notifications-modify tr td {
  border-bottom: 1px solid #d8d6b9;
  position: relative;
}
.notifications-modify tr td label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.notif-total,
.notif-total-viewed,
.notif-not-viewed {
  line-height: 25px;
}
.notif-not-viewed {
  margin-bottom: 10px;
}
.notif-total span,
.notif-total-viewed span,
.notif-not-viewed span {
  font-size: 16px;
  font-weight: bold;
}
.notif-not-viewed span {
  color: #bd6464;
}
.mshop {
  background: #d44947;
  border-radius: 99px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  text-align: center;
}
.kshop {
  background: #006de4;
  border-radius: 99px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  text-align: center;
}
.lshop {
  background: #adadad;
  border-radius: 99px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  text-align: center;
}
#addSize:disabled {
  opacity: 0.7;
  cursor: default;
}
.textfull textarea {
  background: #fffaed;
  font-weight: bold;
}
.textfull, .textempty {
  margin-top: 10px;
}
.textfull input[type="submit"], .textempty input[type="submit"]{
  position: relative;
  top: -11px;
}
.patvirtinti2 {
  background: #4fbd6c;
  border: 0;
  outline: none !important;
  border: 2px solid #369650;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 6px 10px !important;
  transition: all ease 0.2s;
}
.patvirtinti2:hover {
  background: #5ecc7b;
  transition: all ease 0.2s;
}
.corner-button {
  width: 65px;
  height: 65px;
  border: 0;
  background: #4fbd6c;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  outline: none !important;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    text-align: center;
    margin-top: 10px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 2px;
    transition: 0.3s;
    font-size: 13px;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    padding: 6px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent input[type="text"] {
  padding: 6px;
  width: 90%;
}
.tabcontent input[type="submit"] {
  background-color: #d8d6b9;
  border: 1px solid #a9a680;
  width: 100%;
  outline: none !important;
  margin-top: 5px;
  border-radius: 4px;
  font-weight: bold;
  color: #2c3e49;
}
.qty_decr{
	color: red;
}
.qty_incr{
	color: green;
}
.ProductDetails > select.InputWidth {
	height: 370px;
    width: 50%;
}
.warn-message {
    color: white;
    background-color: #bd6464;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
}
select#categoryid {
	height: auto;
    padding: 5px;
}
input[type="text"], textarea, select {
    border-radius: 3px;
    border: 1px solid #a5a5a5;
}
textarea {
	line-height: 19px;
	padding: 8px;
    border-radius: 3px;
}
.txtarea {
    float: left;
}
.product-comment textarea {
    background: #fffaed;
    font-weight: bold;
}
.product-box input[type="text"] {
    padding: 7px;
}
#insert_su {
    margin: 5px 3px;
    padding: 10px;
}
.spalva1 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #e09393;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.2s;
}
.spalva2 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #79bd87;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.2s;
}
.spalva3 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #9399e0;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva4 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #d2c37b;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva5 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #96c3ce;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva-black {
    background-color: #000000;
    border-radius: 5px;
    border: 2px solid #000000;
    outline: none !important;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva-navy {
    background-color: #3b4696;
    border-radius: 5px;
    border: 2px solid #3b4696;
    outline: none !important;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva-light-grey {
    background-color: #ececec;
    border-radius: 5px;
    border: 2px solid #ececec;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva-dark-grey {
    background-color: #868686;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #868686;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva-white {
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #dadada;
    outline: none !important;
    cursor: pointer;
    transition: all ease 0.1s;
}
.spalva1:hover, .spalva2:hover, .spalva3:hover, .spalva4:hover, .spalva5:hover {
    border: 2px solid #bbbbbb;
    transition: all ease 0.1s;
}
.fix-w {
    min-width: 250px;
}
.subs select {
    border-radius: 3px;
}
.subs select option {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
}
.subs select option:nth-child(29),
.subs select option:nth-child(30),
.subs select option:nth-child(31),
.subs select option:nth-child(32),
.subs select option:nth-child(33),
.subs select option:nth-child(34),
.subs select option:nth-child(55),
.subs select option:nth-child(56),
.subs select option:nth-child(57),
.subs select option:nth-child(58),
.subs select option:nth-child(59),
.subs select option:nth-child(60),
.subs select option:nth-child(61),
.subs select option:nth-child(62),
.subs select option:nth-child(63),
.subs select option:nth-child(64),
.subs select option:nth-child(65),
.subs select option:nth-child(66),
.subs select option:nth-child(67),
.subs select option:nth-child(68) {
    background-color: #fdebfa;
}
.subs select option:nth-child(181),
.subs select option:nth-child(182),
.subs select option:nth-child(183),
.subs select option:nth-child(184),
.subs select option:nth-child(185),
.subs select option:nth-child(186),
.subs select option:nth-child(187),
.subs select option:nth-child(188),
.subs select option:nth-child(189),
.subs select option:nth-child(190),
.subs select option:nth-child(191) {
    background-color: #fdfceb;
}
.subs select option:nth-child(35),
.subs select option:nth-child(36),
.subs select option:nth-child(37),
.subs select option:nth-child(38),
.subs select option:nth-child(39),
.subs select option:nth-child(40),
.subs select option:nth-child(41),
.subs select option:nth-child(42),
.subs select option:nth-child(43),
.subs select option:nth-child(44),
.subs select option:nth-child(45),
.subs select option:nth-child(46),
.subs select option:nth-child(199),
.subs select option:nth-child(200),
.subs select option:nth-child(201),
.subs select option:nth-child(202),
.subs select option:nth-child(203),
.subs select option:nth-child(204),
.subs select option:nth-child(205),
.subs select option:nth-child(206),
.subs select option:nth-child(207),
.subs select option:nth-child(208),
.subs select option:nth-child(209),
.subs select option:nth-child(210),
.subs select option:nth-child(211),
.subs select option:nth-child(212),
.subs select option:nth-child(213),
.subs select option:nth-child(214),
.subs select option:nth-child(215),
.subs select option:nth-child(216) {
    background-color: #ebf4fd;
}
.subs select option:nth-child(192),
.subs select option:nth-child(193),
.subs select option:nth-child(194),
.subs select option:nth-child(195),
.subs select option:nth-child(196),
.subs select option:nth-child(197),
.subs select option:nth-child(198) {
    background-color: #ecfdeb;
}
.subs select option:checked  {
	background: #c9c9c9;
}
#categoryid {
    border-radius: 3px;
}
#categoryid option {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
}
.ProductDetails input[type="text"], .kainos input[type="text"]{
    padding: 8px;
    font-size: 14px;
}
#changepricebutton {
	margin-left: 10px;
	padding: 7px 20px;
	border-radius: 5px;
	background: #d4c279;
	color: white;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border: 2px solid #bba861;
}
#changepricebutton:hover {
	border: 2px solid #d4c279;
}
.patvirtinti {
    padding: 13px !important;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: -10px;
    cursor: pointer !important;
    width: 55%;
    background-color: #4fbd6c;
    color: white;
    text-transform: uppercase;
    border: 2px solid #369650;
    border-radius: 5px;
    outline: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.trinti input[type="button"] {
    background-color: #bd6464;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    color: white;
    border-radius: 3px;
}
#div_plus_cell input[type="button"] {
    background-color: #4fbd6c;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    color: white;
    border-radius: 3px;
}
#div_plus_cell_pagaminta input[type="button"] {
	margin-top: 10px;
    background-color: #90bf9d;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    color: white;
    border-radius: 3px;
}
#fulldescr {
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.block-title {
	font-size: 14px;
	border-bottom: 1px solid #d1d1d1;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	margin-top: 10px;
}
a.important {
	display: block;
	background: #fff;
	padding: 6px 5px;
	margin: 3px 0;
	color: #555 !important;
	border: 2px solid #ccc;
	transition: 0.1s;
}
a.important:hover {
	background: #eee;
	transition: 0.1s;
}
.extrabuttons p {
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
    left: 5px;
    font-weight: bold;
}
@media (max-width: 1600px) {
    #insert_su {
        margin: 4px;
        padding: 4px;
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    #insert_su {
        margin: 3px;
        padding: 3px;
        font-size: 11px;
    }
    .extrabuttons {
        clear: both;
        max-width: 570px;
    }
    .fix-w {
        min-width: inherit;
    }
}
.VertMenuItems {
	font-size: 12px !important;
}
.edit-order-buttons {
    margin-top: 15px;
    margin-bottom: 10px;
}
.ok2 a {
    background-color: #4fb865 !important;
    border: 0 !important;
    padding: 8px 15px !important;
    color: white !important;
    font-weight: bold !important;
}
.ok2 a:hover {
    background-color: #68cc7d !important;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Arial, Helvetica, Sans-serif;
	COLOR: #2c3e49;
	FONT-SIZE: 12px;
}
select {
	padding: 3px;
	margin: 4px;
}
A:link {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #2c3e49;.NavigationArrow
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 14px;
	color: #7e5d22;
}
H2 {
	FONT-SIZE: 13px;
}
H3 {
	FONT-SIZE: 12px;
	color: #7e5d22;
}
HR {
	COLOR: #DDDDDD;
	background-color: transparent;
	HEIGHT: 1px;
}
HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	BACKGROUND-COLOR: #ffffff;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

.strike {
  text-decoration: line-through;
}

.atspausdinti2 {
	position: relative;
}

.atspausdinti2-ed img {
	position: absolute;
    left: 7px;
    top: -3px;
}

.atspausdinti2 a {
    border-radius: 5px;
    border: 2px solid #cccccc;
    padding: 6px 10px;
}
.atspausdinti2-ed a {
	padding-left: 28px;
}
.atspausdinti2 a:hover {
    background: #eee;
    transition: all ease 0.1s;
}
.atspausdinti a {
    border-radius: 5px;
    border: 2px solid #dfa115;
    padding: 6px 10px;
    background: #dfa115;
    color: white;
    font-weight: bold;
    transition: all ease 0.2s;
}
.atspausdinti a:hover {
    background: #f1b52d;
    transition: all ease 0.1s;
    border: 2px solid #f1b52d;
}
/*
	Content enviroment styles
*/
TABLE.Container {
	HEIGHT: 100%;
}
TD.Container {
	VERTICAL-ALIGN: top;
	HEIGHT: 90%;
}

/*
	Header styles
*/
.AuthText{
	FONT-SIZE: 11px;
	color: #789bb6;
}
.AuthText:link {
	COLOR: #789bb6; text-decoration: underline;
}
.AuthText:link {
	COLOR: #789bb6; text-decoration: underline;
}
.AuthText:hover {
	COLOR: #789bb6; text-decoration: none;
}
.AuthText:active {
	COLOR: #789bb6; text-decoration: underline;
}
.HeadLogo {
	PADDING-LEFT: 27px;
	TEXT-ALIGN: left;
}
.HeadLogo img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.HeadRightBox {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: right;
}
.HeadText {
	color: #5480a2;
	text-align: right;
}
.HeadLine {
	background-color: #dfa115;
    border-bottom: 6px solid #7e5d22;
	background-position: top;
	background-repeat: repeat-x;
	padding-right: 20px;
}
.HeadThinLine {
	HEIGHT: 1px;
}
.PrintableRow {
	WIDTH: 100%;
	VERTICAL-ALIGN: middle;
	PADDING-RIGHT: 186px;
	HEIGHT: 18px;
}
.HeadTopPad {
	HEIGHT: 18px;
}
.HeadTopPad IMG {
	WIDTH: 1px;
	HEIGHT: 18px;
}
.orderstatuses5 textarea {
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
}
.orderstatuses5 select {
    border-radius: 5px;
    padding: 5px;
    margin: 8px;
    margin-top: 0;
}
.orderstatuses5 input[type="button"] {
    font-size: 13px;
    padding: 6px 10px;
}
/*
	Footer styles
*/
.BottomRow {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: bottom;
}
.BottomBox {
	border-top: #ffd30d 1px solid;
	background-color: #f4f5f7;
	COLOR: #b1c6d7;
	HEIGHT: 40px;
	VERTICAL-ALIGN: middle;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px;
}
.Bottom {
	COLOR: #667d92;
}
A.Bottom:link {
	COLOR: #667d92;
	TEXT-DECORATION: underline;
}
A.Bottom:visited {
	COLOR: #667d92;
	TEXT-DECORATION: underline;
}
A.Bottom:hover {
	COLOR: #667d92;
	TEXT-DECORATION: none;
}
A.Bottom:active {
	COLOR: #667d92;
	TEXT-DECORATION: underline;
}
.BottomPopup {
	WIDTH: 100%;
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 10px;
}
.BottomPopup A {
	FONT-WEIGHT: bold;
}
.BottomDialogBox {
	BACKGROUND-COLOR: #e8edf4;
	PADDING-LEFT: 13px;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 10px;
}

/*
	Common styles
*/
.SubmitBox {
	PADDING-TOP: 10px;
}
.SubmitBox INPUT {
	MARGIN-RIGHT: 15px;
}
HR.Line {
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
}
.SectionBox {
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	FONT-WEIGHT: normal;
}
.Text {
	COLOR: #010101;
}
.NumberOfArticles {
	COLOR: #010101;
	FONT-WEIGHT: bold;
}
.TopLabel {
	height: 22px;
	COLOR: #010101;
	FONT-SIZE: 10px;
}
.Message {
	COLOR: #b51a00;
}
.Line {
	BACKGROUND-COLOR: #9d1500;
}
TD.ButtonsRow {
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 12px;
	PADDING-BOTTOM: 2px;
}
.CustomerMessage {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
}
.ErrorMessage {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
}
.Star {
	COLOR: #FF0000;
}
.TableHead {
	BACKGROUND-COLOR: #d8d6b9;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	TEXT-TRANSFORM: uppercase;
}
.TableSubHead {
	BACKGROUND-COLOR: #EEEEEE;
	FONT-WEIGHT: normal;
}
.Spc {
	WIDTH: 1px;
	HEIGHT: 1px;
}
TABLE.EmptyBox {
	WIDTH: 100%;
}
TABLE.EmptyBox TR TD {
	PADDING: 0px;
}
/*
	Admin Area sections styles
*/
.AdminSmallMessage {
	COLOR: #7e5d22;
}
.AdminTitle {
	COLOR: #7e5d22;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.TableHeadLevel2 {
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #010101;
	FONT-WEIGHT: bold;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
}
.TableLine {
    BACKGROUND-COLOR: #F0F0F0;
}
.TableSeparator {
    COLOR: #010101;
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
}
.InputWidth {
	WIDTH: 80%;
}
.StatisticsBar {
	BACKGROUND-COLOR: #FFCE31;
}
.StatisticsBarHL {
	BACKGROUND-COLOR: #FF8400;
}
.HightLightRow {
    BACKGROUND-COLOR: #B0B0B0;
    FONT-WEIGHT: bold;
}
TD.OptionLabel {
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 10px;
}

/*
	Popup styles
*/
.PopupContainer {
	HEIGHT: 100%;
	WIDTH: 100%;
	TEXT-ALIGN: center;
}
.PopupTitle {
	BACKGROUND-COLOR: #d0ddeb;
	HEIGHT: 15px;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.PopupBG {
	BACKGROUND-COLOR: #d0ddeb;
}
.PopupHelpLink {
	FONT-SIZE: 9px;
	COLOR: #112536;
	TEXT-DECORATION: none;
}

/*
	BuyNow section
*/
.BuyNowQuantity {
	HEIGHT: 25px;
	WIDTH: 15%;
	WHITE-SPACE: nowrap;
	PADDING-RIGHT: 10px;
}
.BuyNowPrices {
	WIDTH: 100%;
	HEIGHT: 25px;
	VERTICAL-ALIGN: middle;
}

/*
	Vertical menu
*/
.VertMenuLeftColumn {
	WIDTH: 150px;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 20px;
}
.VertMenuRightColumn {
	WIDTH: 148px;
	VERTICAL-ALIGN: top;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 6px;
}
.VertMenuBox {
	BACKGROUND-COLOR: #ffffff;
	PADDING-top: 3px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.VertMenuBorder {
	border: #5f94c0 1px solid;
}
.VertMenuTitleBox {
	BACKGROUND-IMAGE: url(images/admin_menu_bg.gif);
	background-color: #477dbe;
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: #215485 1px solid;
	height: 22px;
}
.VertMenuTitle {
	COLOR: #ffffff;
	background-color: transparent;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.VertMenuSubTitle {
	BACKGROUND-COLOR: #FFA92F;
}
.VertMenuTitleIcon {
	WIDTH: 17px;
	HEIGHT: 17px;
	MARGIN-LEFT: 5px;
	MARGIN-RIGHT: 8px;
}
.VertMenuItems {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.VertMenuItems:link {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.VertMenuItems:visited {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.VertMenuItems:hover {
	COLOR: #2c3e49;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline;
}
A.VertMenuItems:active  {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
.VertMenuItemsHL{
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.VertMenuItemsHL:link {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.VertMenuItemsHL:visited {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.VertMenuItemsHL:hover {
	COLOR: #010101;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.VertMenuItemsHL:active  {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.VertMenuHr {
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	COLOR: #999999;
}
.CategoriesList {
	font-size: 12px;
}

/*
	Dialog box
*/
TABLE.DialogBox {
	WIDTH: 100%;
	HEIGHT: 100%;
	VERTICAL-ALIGN: top;
}
TD.DialogBox {
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
	PADDING: 10px;
}
.DialogBorder {
	BACKGROUND-COLOR: #acb7c7;
	HEIGHT: 100%;
	PADDING: 0px;
}
TD.DialogTitle {
	COLOR: #010101;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(images/admin_dialog_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d5dce5;
	border-top: #acb7c7 1px solid;
	border-left: #acb7c7 1px solid;
	border-right: #acb7c7 1px solid;
	VERTICAL-ALIGN: middle;
	HEIGHT: 19px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 18px;
	PADDING-RIGHT: 0px;
	TEXT-ALIGN: left;
}
FONT.DialogTitle {
	COLOR: #010101;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 33px;
	TEXT-ALIGN: left;
	MARGIN-LEFT: 10px;
}

/*
	Dialog info box
*/
TABLE.DialogInfo {
	WIDTH: 100%;
	TEXT-ALIGN: center;
}
.DialogInfoTitle {
	COLOR: #041527;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: left;
	HEIGHT: 15px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	BACKGROUND-COLOR: #96badc;
	PADDING: 0px;
	border-top: #5f94c0 1px solid;
	border-bottom: #5f94c0 1px solid;
	border-left: #5f94c0 1px solid;
	border-right: #5f94c0 1px solid;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 15px;
}
.DialogInfoBorder {
	border-bottom: #acb7c7 1px solid;
	border-left: #acb7c7 1px solid;
	border-right: #acb7c7 1px solid;
	PADDING: 0px;
}
.DialogTr {
	COLOR: #1A2B3C;
}
.DialogInfoIcon {
	WIDTH: 16px;
	HEIGHT: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	HEIGHT: 14px;
}

/*
	Dialog tools section
*/
.NavDialogTitle {
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
}
.NavDialogTitle1 {
	WIDTH: 50%;
	PADDING-LEFT: 8px;
	BACKGROUND-IMAGE: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffca44;
	height: 19px;
	border-left: 1px solid #dfa115;
	border-top: 1px solid #dfa115;
	border-bottom: 1px solid #7e5d22;
}
.NavDialogTitle2 {
	WIDTH: 50%;
	PADDING-LEFT: 8px;
	BACKGROUND-IMAGE: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffca44;
	height: 19px;
	border-right: 1px solid #dfa115;
	border-top: 1px solid #dfa115;
	border-bottom: 1px solid #7e5d22;
}
.NavDialogBorder {
	border-right: #acb7c7 1px solid;
	border-left: #acb7c7 1px solid;
	border-bottom: #acb7c7 1px solid;
}
.NavDialogBox {
	BACKGROUND-COLOR: #FFFFFF;
}
.NavDialogSeparator {
	WIDTH: 100%;
	HEIGHT: 14px;
	BACKGROUND-IMAGE: url(images/separator.gif);
	PADDING-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	HEIGHT: 14px;
}
.NavDialogCell {
	PADDING-RIGHT: 3px;
	height: 18px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	HEIGHT: 9px;
}
.NavMenuItems {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.NavMenuItems:link {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline;
}
A.NavMenuItems:visited {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline;
}
A.NavMenuItems:hover {
	COLOR: #2c3e49;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
A.NavMenuItems:active  {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: underline;
}
.NavMenuItemsHL{
	COLOR: #112536;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
A.NavMenuItemsHL:link {
	COLOR: #112536;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.NavMenuItemsHL:visited {
	COLOR: #112536;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
A.NavMenuItemsHL:hover {
	COLOR: #112536;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.NavMenuItemsHL:active {
	COLOR: #112536;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
.parduodama {
    width: 100%;
    height: 35px;
    background-color: #4fbd6c;
    position: relative;
    top: -33px;
    z-index: -9999999;
    border-radius: 5px;
}
.nematoma {
    width: 100%;
    height: 35px;
    background-color: #d2c37b;
    position: relative;
    top: -33px;
    z-index: -9999999;
    border-radius: 5px;
}
.isjungta {
    width: 100%;
    height: 35px;
    background-color: #bd6464;
    position: relative;
    top: -33px;
    z-index: -9999999;
    border-radius: 5px;
}
.isjungta2 {
    position: relative;
    top: 0 !important;
    z-index: 999 !important;
    color: #fff;
    text-align: center;
    height: auto;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
}
/*
	Product details page
*/
.ProductTitle {
	COLOR: #793a02; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:link{
	COLOR: #793a02; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:visited{
	COLOR: #793a02; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitle:hover{
	COLOR: #793a02; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: underline;
}
.ProductTitle:active{
	COLOR: #793a02; FONT-WEIGHT: bold; FONT-SIZE: 12px; text-decoration: none;
}
.ProductTitleHidden {
	COLOR: #666666;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
}
.ProductDetailsTitle {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductDetails {
	COLOR: #010101;
}

.ProductPriceTitle {
	COLOR: #010101;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductPriceConverting {
	COLOR: #010101;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductPrice {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.ProductPriceSmall {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	HEIGHT: 57px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	BACKGROUND-IMAGE: url(images/save_money.gif);
	background-color: transparent;
	BACKGROUND-REPEAT: no-repeat;
}
.MarketPrice {
	FONT-SIZE: 14px;
	FONT-FAMILY: 'Times New Roman', Arial, Helvetica, Sans-serif;
}
.PImgBox {
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: top;
	WIDTH: 100px;
	PADDING-RIGHT: 8px;
}

/*
    Products list
*/
TD.PListImgBox {
    WIDTH: 125px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: top;
    WHITE-SPACE: nowrap;
    PADDING-RIGHT: 8px;
}
DIV.PListImgBox {
    WHITE-SPACE: nowrap;
}
HR.PListLine {
    WIDTH: 100%;
    HEIGHT: 1px;
    BORDER-BOTTOM-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-RIGHT-WIDTH: 0px;
}
.PListTaxBox {
    PADDING-LEFT: 70px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 2px;
}
.PListCell {
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: center;
    PADDING: 10px;
    VERTICAL-ALIGN: top;
}


/*
	Items style
*/
.ItemsList {
	COLOR: #112536;
	FONT-WEIGHT: bold;
}
.ItemsListDisabled {
	COLOR: #909090;
}
A.ItemsList:link {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.ItemsList:visited {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.ItemsList:hover {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A.ItemsList:active {
	COLOR: #112536;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

/*
	Location bar
*/
.NavigationPath {
	COLOR: #818891;
	TEXT-DECORATION: none;
}
.NavigationPath:link {
	COLOR: #818891;
	TEXT-DECORATION: underline;
}
.NavigationPath:visited {
	COLOR: #818891;
	TEXT-DECORATION: underline;
}
.NavigationPath:hover {
	COLOR: #818891;
	TEXT-DECORATION: none;
}
.NavigationPath:active  {
	COLOR: #818891;
	TEXT-DECORATION: underline;
}

/*
	Buttons
*/
.FormButton {
	COLOR: #112536;
	FONT-WEIGHT: bold;
}
TABLE.ButtonTable {
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
	DIRECTION: ltr;
}
TABLE.ButtonTable TD {
	PADDING: 0px;
}
TD.Button {
	BACKGROUND: url(images/butbg.gif);
	BACKGROUND-COLOR: #ffb244;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {
	FONT-FAMILY: Verdana;
	COLOR: #490101;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
IMG.ButtonSide {
	WIDTH: 7px;
	HEIGHT: 21px;
}
TD.Button_menu {
	BACKGROUND: url(images/but_menubg.gif);
	BACKGROUND-COLOR: #2860f5;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 1px;
	PADDING-RIGHT: 1px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button_menu {
	FONT-FAMILY: Verdana;
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	background-color: transparent;
	TEXT-DECORATION: none;
}
IMG.ButtonSide_menu {
	WIDTH: 5px;
	HEIGHT: 20px;
}
.SimpleButton TR TD {
	PADDING: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #082d70;
	text-decoration: underline;
	font-size: 11px;
}
.GoImage {
	WIDTH: 20px;
	VERTICAL-ALIGN: middle;
	HEIGHT: 18px;
	BORDER: 0px;
}
.GoImage_admin {
	WIDTH: 22px;
	VERTICAL-ALIGN: middle;
	HEIGHT: 21px;
	BORDER: 0px;
}

/*
	Small text/link style
*/
.SmallNote:link {
	COLOR: #3c6992;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
	COLOR: #3c6992;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	COLOR: #3c6992;
	TEXT-DECORATION: underline;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	COLOR: #3c6992;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	COLOR: #3c6992;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
	FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}

/*
	Category page
*/
.SubcatTitle {
	TEXT-ALIGN: left;
	WIDTH: 95%;
	PADDING-LEFT: 5px;
}
.SubcatInfo {
	TEXT-ALIGN: right;
	WHITE-SPACE: nowrap;
	COLOR: #010101;
}

/*
	Search sort bar
*/
.SearchSortTitle {
	FONT-WEIGHT: bold;
	PADDING-RIGHT: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	TEXT-DECORATION: underline;
}
.SearchSortImg {
	WIDTH: 9px;
	HEIGHT: 9px;
	MARGIN-RIGHT: 5px;
}
.SearchSortCell {
	PADDING-RIGHT: 20px;
}

/*
	Expandable section
*/
.ExpandSectionMark {
	WIDTH: 11px;
	CURSOR: pointer;
	VERTICAL-ALIGN: middle;
}

/*
	Tab mechanism
*/
.Tab{
	BACKGROUND-COLOR: #f1f1f6;
	WIDTH: 112px;
	HEIGHT: 15px;
	TEXT-ALIGN: center;
	vertical-align: top;
	background-position: bottom;
	background-repeat: repeat-x;
	BACKGROUND-IMAGE: url(images/tab_bg.gif);
	COLOR: #253161;
	TEXT-DECORATION: none;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.Tab A:link {
	COLOR: #253161;
	TEXT-DECORATION: none;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.Tab A:visited {
	COLOR: #253161;
	TEXT-DECORATION: none;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.Tab A:hover {
	COLOR: #253161;
	TEXT-DECORATION: underline;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.Tab A:active  {
	COLOR: #253161;
	TEXT-DECORATION: none;
	font-weight: bold;
	FONT-SIZE: 11px;
}
.TabTop {
	HEIGHT: 5px;
	BACKGROUND-COLOR: #fcfdfd;
	BACKGROUND-IMAGE: url(images/tab_t.gif);
}
TD.TabLeftCornerTop {
	WIDTH: 5px;
	background-position: top;
	BACKGROUND-IMAGE: url(images/tab_ct1.gif);
}
TD.TabRightCornerTop {
	WIDTH: 5px;
	background-position: top;
	BACKGROUND-IMAGE: url(images/tab_ct2.gif);
}
TD.TabLeftSide {
	WIDTH: 5px;
	background-color: #f6f9f9;
	background-position: bottom;
	background-repeat: no-repeat;
	BACKGROUND-IMAGE: url(images/tab_l.gif);
}
TD.TabRightSide {
	WIDTH: 5px;
	background-color: #f6f9f9;
	background-position: bottom;
	background-repeat: no-repeat;
	BACKGROUND-IMAGE: url(images/tab_r.gif);
}
TD.TabLeftCornerBot {
	WIDTH: 5px;
	HEIGHT: 5px;
	BACKGROUND-IMAGE: url(images/tab_cb1.gif);
}
TD.TabRightCornerBot {
	WIDTH: 5px;
	HEIGHT: 5px;
	BACKGROUND-IMAGE: url(images/tab_cb2.gif);
}
TD.TabCenter {
	HEIGHT: 5px;
	BACKGROUND-IMAGE: url(images/tab_b.gif);
}
IMG.TabCorner {
	WIDTH: 5px;
	HEIGHT: 5px;
}
IMG.TabSide {
	WIDTH: 5px;
	HEIGHT: 1px;
}

/*
	Pagination mechanism
*/
.NavigationTitle {
	white-space: nowrap;
	padding-right: 10px;
	font-size: 11px;
}
.NavigationCell, .NavigationCellSel {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
input {
	padding: 3px;
	font-size: 12px;
}
input[type="button"], input[type="submit"] {
	cursor: pointer;
	padding: 6px;
	font-size: 12px;
}
li.NavigationCell {
	display: inline;
	list-style: none;
	padding: 10px 3px;
	margin: 10px 0;
}
li.activ {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 2px;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 6px;
	padding: 2px 5px;
	color: rgb(53, 53, 53);
}
.NavigationCell a:link, .NavigationCell a:visited, .NavigationCell a:hover, .NavigationCell a:active {
	text-decoration: underline;
}
.NavigationCellSel {
	font-weight: bold;
}
.NavigationArrow {
	vertical-align: middle;
	display: inline;
}

/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderGrey {
	COLOR: #666666;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderGreyLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #CCCCCC;
	PADDING: 0px;
}
TABLE.SubHeaderBlack {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderBlack {
	COLOR: #010101;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderBlackLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #000000;
	PADDING: 0px;
}
TABLE.SubHeaderRed {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeaderRed {
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SubHeaderRedLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #acb7c7;
	PADDING: 0px;
}
TABLE.SubHeader {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.SubHeader {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING: 0px;
}
.SubHeaderLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #9d1500;
	PADDING: 0px;
}

/*
	User profile page
*/
.RegSectionTitle {
	COLOR: #2c3e49;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
}

/*
	Webmaster mode
*/
DIV.Lbl {
	DISPLAY: inline;
	COLOR: green;
	FONT-WEIGHT: bold;
}
.Section {
	DISPLAY: inline;
	MARGIN: 0px;
	PADDING: 0px;
}

/*
	Group editing of the products functionality
*/
.DataTable {
	BORDER-RIGHT: solid 1px white;
}

/*
	User action field stle
*/
.UsersActionDisable {
	COLOR: #CC0000;
}
.UsersActionEnable {
	COLOR: #00CC00;
}

/*
	Data sheet container
*/
TABLE.DataSheet {
	BACKGROUND-COLOR: black;
	WIDTH: 100%;
}
TR.DataSheet {
    BACKGROUND-COLOR: #CCCCCC;
    COLOR: #010101;
	FONT-WEIGHT: bold;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
	WHITE-SPACE: nowrap;
}
TABLE.DataSheet TR TD {
    BACKGROUND-COLOR: white;
	PADDING: 2px;
}
TABLE.DataSheet TR TH {
	PADDING: 2px;
}

/*
	Advanced editor
*/
.AELinkBox {
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 3px;
}

/*
	Images location page styles
*/
.DBOption {
	COLOR: #0000CC;
}
.FSOption {
	COLOR: #CC0000;
}
/*
	Product options module
*/
.DataField {
	PADDING-BOTTOM: 20px;
}

.PoptionsList {
  text-align: left;
  padding: 3px 5px;
}

/*
		-- ADDONS --
*/

/*
	Special offers module
*/
.SpecialOffersThumb {
	DISPLAY: inline;
	MARGIN-LEFT: -51px;
}
.SpecialOffersThumb A IMG {
	WIDTH: 47px;
	HEIGHT: 44px;
}

/*
	X-Affiliate module section
*/
.AffiliateCellBG {
	WIDTH: 19px;
	HEIGHT: 19px;
	VERTICAL-ALIGN: middle;
	BACKGROUND-IMAGE: url(images/tree_v.gif);
}
.AffiliateCell {
	WIDTH: 19px;
	HEIGHT: 19px;
	VERTICAL-ALIGN: middle;
}
.AffiliateElmTitle {
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #FFD44C;
	PADDING: 1px;
}
.AffiliateElmIconBox {
	WIDTH: 70px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
}
.AffiliateElmsBox {
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: top;
	HEIGHT: 100%;
}
.MediaElementProperties {
    COLOR: #666666;
    FONT-SIZE: 10px;
}

input.create-order-customer {
  color: #5e5e5e;
}

/*
	Survey module
*/
.SurveyStatLabel {
	PADDING-LEFT: 10px;
	WHITE-SPACE: nowrap;
}
TD.SurveyAnswerComment {
	PADDING-LEFT: 20px;
}
DIV.SurveyAnswerComment {
	WIDTH: 80%;
	BACKGROUND-COLOR: #EEEEEE;
	PADDING: 0px;
	MARGIN: 5px;
	BORDER: 1px solid #DDDDDD;
}
.SurveyQuestion {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	PADDING: 2px;
}
.SurveyQuestionMenu {
	FONT-WEIGHT: bold;
	PADDING: 0px;
}
.SurveyAnswerTextLine_1 {
	BACKGROUND-COLOR: #EEEEEE;
	PADDING: 5px;
}
.SurveyAnswerTextLine_2 {
	BACKGROUND-COLOR: #c5d0e1;
	PADDING: 5px;
}
A.SurveyAnswerTextLine:link {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
A.SurveyAnswerTextLine:visited {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
A.SurveyAnswerTextLine:hover {
	COLOR: #112536;
	TEXT-DECORATION: underline;
}
A.SurveyAnswerTextLine:active {
	COLOR: #112536;
	TEXT-DECORATION: none;
}
TD.SurveyTab {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	CURSOR: pointer;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	HEIGHT: 26px;
	WHITE-SPACE: nowrap;
	FONT-SIZE: 12px;
	COLOR: #953e0e;
	TEXT-DECORATION: underline;
}
TD.SurveyTabSelected {
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;
	HEIGHT: 26px;
	BACKGROUND-COLOR: #eeeeee;
	WHITE-SPACE: nowrap;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #953e0e;
}
TD.SurveyTabLine {
	HEIGHT: 1px;
	BACKGROUND-COLOR: #eeeeee;
}
TD.SurveyTabLine IMG {
	HEIGHT: 1px;
	WIDTH: 100%;
}

div.star-color-selector  {
	border: 1px solid #2C3E49;
	margin: auto;
	width: 20px;
	position: relative;
}

div.star-color-selector1 {

}

div.star-color-selector a, div.star-color-selector1 a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

div.star-color-selector ul, div.star-color-selector li, div.star-color-selector1 ul, div.star-color-selector1 li {
	margin: 0px;
	padding: 0px;
}

div.star-color-selector ul {
	list-style-type: none;
	position: absolute;
	top: 20;
	left: -1px;
	border: 1px solid #2C3E49;
	border-top: none;
	display: none;
	background-color: #FFFFFF;
	z-index: 10;
}

div.star-color-selector1 ul {
	list-style-type: none;
}

/* START: wagner [6/7/12 3:21 AM] [26089 Ability to add more size tables] */
.custom-size-input-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.custom-size-input {
  width: 100%;
  position: absolute;
  padding-top: 5px;
}
/* END: wagner [6/7/12 3:22 AM] */
.image-zoom-edit {
  position: relative;
  border: 1px solid #5f94c0;
}

.image-zoom-edit-wrapper {
  overflow: hidden;
}

.image-delete-button {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
  z-index: 2000;
  background: transparent url(images/delete_cross.gif) 50% 50% no-repeat;
  cursor: pointer;
}

.image-edit-unlock {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.image-edit-lock {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 9px;
  height: 11px;
  right: 2px;
  bottom: 2px;
  z-index: 1000;
  background: url(images/lock.gif) no-repeat 50% 50%;
}

.product-line {
  height: 2px;
  background-color: #9d1500;
  padding: 0;
}

.product-tag-block{
  margin: 6px 4px 0px 4px;
}

.tag-image-admin{
  vertical-align: top;
  margin-top: 10px;
}

.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.nav-pages-title {
  padding-right: 10px;
}

.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}

.nav-pages a {
  text-align: center;
  text-decoration: none;
    color: #999999;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial;
    font-size: 14px;
    font-weight: bold;
}

.nav-pages .left-arrow img {
  background: transparent url(images/nav_arrow_left.gif) scroll 4px 2px no-repeat;
}

.nav-pages .right-arrow img {
  background: transparent url(images/nav_arrow_right.gif) scroll 4px 2px no-repeat;
}

.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}

.nav-pages .right-delimiter {
  padding-right: 12px;
}

/*
        Pagination mechanism
*/
.NavigationArrow {
        WIDTH: 9px;
        HEIGHT: 9px;
}
.NavigationTitle {
        WHITE-SPACE: nowrap;
        HEIGHT: 14px;
        PADDING-RIGHT: 10px;
}
.NavigationCell {
        TEXT-ALIGN: center;
        VERTICAL-ALIGN: middle;
        WIDTH: 21px;
        HEIGHT: 21px;
}
.NavigationCell A {
        TEXT-DECORATION: none;
        color:#999;
        font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
        FONT-WEIGHT: bold;
        font-size:14px;
        line-height:21px;
}
.NavigationCell A:hover {
        color:#000;
}
.NavigationCell IMG {
        HEIGHT: 1px;
        WIDTH: 17px;
}
.NavigationCellWide {
        TEXT-ALIGN: center;
        VERTICAL-ALIGN: bottom;
        BACKGROUND-IMAGE: url(images/page_wide.gif);
        WIDTH: 23px;
        HEIGHT: 14px;
}
.NavigationCellWide A:link, .NavigationCellWide A:visited, .NavigationCellWide A:hover, .NavigationCellWide A:active {
        TEXT-DECORATION: none;
}
.NavigationCellWide IMG {
        HEIGHT: 1px;
        WIDTH: 23px;
}
.NavigationCellSel {
        TEXT-ALIGN: center;
        VERTICAL-ALIGN: middle;
        FONT-WEIGHT: bold;
        color:#666;
        WIDTH: 10px;
        font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
        font-size:14px;
        line-height:19px;
        border-top:1px solid #c6c5b5;
        border-bottom:1px solid #c6c5b5;
}
.NavigationCellSel-l {
        background:url(in/list1.gif) no-repeat;
        width:6px;
}
.NavigationCellSel-r {
        background:url(in/list2.gif) no-repeat;
        width:6px;
}

DIV.cidev_NoteBox {
        POSITION: absolute;
        BORDER: 1px solid black;
        BACKGROUND-COLOR: white;
        MARGIN: 0px 0px 0px 20px;
        PADDING: 3px;
/*        WIDTH: 280px; */
        WHITE-SPACE: normal;
        FONT-WEIGHT: normal;
}

.adminHeader {
	background-color: #dfa116;
	border-bottom: 3px solid #7e5d22;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	min-height: 32px;
}
.adminHeader__stats {
    display: flex;
    margin-left: 0.7rem;
    padding: .5rem 0;
    align-items: center;
}
.adminHeader__stats p {
	padding: 0 0.7rem;
	border-right: 2px solid #bf880d;
}
.adminHeader__stats p:last-child {
	border-right: 0;
}
.adminHeader__stat {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #b38d3a;
    padding-right: 1rem;
    border-left: 1px solid #e5b749;
    padding-left: 1rem;
}
.adminHeader__stat:first-child {
	border-left: 0;
}
.adminHeader__stat:last-child {
	border-right: 0;
}
.adminHeader__stat section {
	display: flex;
    gap: 3px;
    flex-direction: column;
}
.adminHeader__sessions {
	display: flex;
    align-items: center;
    gap: 3px;
	justify-content: center;
}
.adminHeader__stat svg {
	fill: #775e29;
	width: 15px;
	height: 15px;
}
.adminHeader__proc.positive {
	color: green;
}
.adminHeader__proc.negative {
	color: #c70505;
}
.adminHeader__number {
    font-weight: bold;
	white-space: nowrap;
}
.adminHeader__lang {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 850px) {
	.adminHeader__number {
		display: block;
	}
	.adminHeader__stats p {
		padding: 0 0.45rem;
	}
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

#addStatus select option:checked {
	background-color: #7cef9a;
} 

.star img {
    filter:grayscale(1);
	opacity: .7;
}
.star-active img {
    filter:grayscale(0);
	opacity: 1;
}
.star {
	background-color: transparent !important;
}
.reikia {
    background: #f1f1f1;
    margin-bottom: 8px;
    border: 1px solid #dfdfdf;
}
.reikia a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 5px;
    font-size: 14px;
}
.reikia section {
    display: flex;
    gap: 3px;
    flex-direction: column;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.reikia section:nth-child(2) {
	border-bottom: 0;
	margin-bottom: 0;
}
.reikia section div {
	font-size: 14px;
}
.reikia svg {
	width: 15px;
	height: 15px;
	margin-bottom: -2px;
}
.reikia .count {
	font-weight: bold;
}
.reikia #lastUpdate, .reikia #lastUpdateReturn {
	font-size: 11px;
}
.adminHeader__stats-grid {
    padding: 5px;
    display: flex;
    width: 100%;
    gap: 2rem;
    padding: 5px 2rem;
}
.adminHeader__top {
    display: flex;
    gap: 3px;
    border-bottom: 1px solid #9d7920;
    padding: 6px 0;
    align-items: center;
}
.adminHeader__difference {
	padding: 2px;
	border-radius: 4px;
	font-size: 11px;
	margin-left: 2px;
}
.stat-row-middle {
	border-top: 1px solid #f3bc5a;
	display: flex;
	align-items: center;
	padding: 6px 0;        
}
.stat-row-middle svg {
	fill: #775e29;
}
.stat-views {
    display: flex;
    gap: 3px;
    align-items: center;
    border-right: 1px solid #f3bc5a;
    padding-right: 7px;
}
.stat-average {
    border-left: 1px solid #7e5d22;
    border-right: 1px solid #f3bc5a;
    padding: 0 7px;
}
.stat-conversion {
    border-left: 1px solid #7e5d22;
	padding-left: 7px;
}