﻿/********Colors********/
body
{
    color: #626469;
    background-color: #EDEEEB;
    font-size: 8pt;
    font-family: Verdana, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
h2
{
    padding-top: 20px;    
}
a
{
    color: #6A89BB;
}
a:hover
{
    color: #626469;
}
#content
{
    background-color: #FFFFFF;
    color: #626469;
}

#footer
{
    background-color: #6A89BB;
    color: #FFFFFF;
}
#footer a
{
    color: #EDEEEB;
}
#footer a:hover
{
    color: #FFFFFF;
}

#header
{
    background-color: #FFFFFF;
    color: #6A89BB;
}

#topmenu
{
    background-color: #6A89BB;
    color: #FFFFFF;
}
.textblock
{
    border: solid 1px #6A89BB;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: left;
}
.textblock .header
{
    background-color: #6A89BB;
    color: #FFFFFF;
    padding: 4px;
    margin-bottom: 2px;
}
.textblock .body
{
    padding: 2px;
}
.centerdiv
{
    display: inline-block;
}
.center
{
    text-align: center;
}
.hide {
    display: none;
}
/**Standard elements**/
img
{
    border: 0px;
}

a.button {
    height: 16px;
}

a.button, input[type=submit], input[type=button] 
{
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    width: 140px;
    padding: 4px;
    border: none;
    color: #FFFFFF;
    background: #6A89BB; /* Old browsers */
    background: -moz-linear-gradient(top,  #6A89BB 0%, #6A89BB 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6A89BB), color-stop(100%,#6A89BB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6A89BB 0%,#6A89BB 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6A89BB 0%,#6A89BB 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6A89BB 0%,#6A89BB 100%); /* IE10+ */
    background: linear-gradient(top,  #6A89BB 0%,#6A89BB 100%); /* W3C */
    cursor: pointer;
}

a.button 
{
    vertical-align: middle;
    display:inline-block;
    text-align: center;
    width: 120px;
}

input.disabled {
    color:#AAA;
    background:#F5F5F5;
}

/* Positioning divs */
#outer
{
    width: 100%;
    text-align: center;
}

#wrapper
{
    text-align: left;
    margin: 0 30px;
    padding: 10px 20px;
    background: #FFF;
}

#content
{
    min-height: 495px;
    padding: 5px;
    font-size: 8pt;
    line-height: 115%;
    clear: both;
}

#footer
{
    height: 12px;
    text-align: center;
    padding: 5px;
    font-size: 8pt;
    clear: both;
}

/* Header */
#header
{
    width: 100%;
    height: 81px;
    padding-top: 5px;
    position: relative;
}

#header #logo-block
{
    position: absolute;
    left: 0px;
    top: 5px;
}

#header #login-block 
{
    position: absolute;
    right: 20px;
    top: 30px;
}

#header #webshop-title
{
    font-size: 20pt;
    text-align: center;
    padding-top: 15px;
}

/* Menu */
#topmenu
{
    width: 100%;
    background-color: #6A89BB;
    float: left;
}

/* Navigation */
.nav img
{
    vertical-align: middle;
}
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav {
  z-index: 100;
  position: relative;
}
.nav li {
  font-size: 8pt;
  font-weight: bold;
  line-height: 25px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  color: #FFFFFF;
  display: block;
  padding: 0 18px;
  text-decoration: none;
}
 
.nav li a:hover {
  background: #ff6102;
  color: #000;	
 
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ff6102;
  color: #FFFFFF;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #ff6102;
  color: #FFFFFF;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #6A89BB;
  color: #FFFFFF;
}
 
.nav ul {
  background: #6A89BB;
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
  margin: 0;
  width: 213px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  padding-right: 10px;
  width: 175px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ff6102;
  color: #000;
}

/**/
.searchterm
{
    width: 300px;
    color: gray;
}

#search-block 
{
    position: relative;
    margin-top: 10px;
    float:right
}

.extraFeature
{
   display: none;
}

#search-criteria #search-filters {
    table-layout: fixed;
    width: 100%;
}

#search-criteria .filter-value
{
   padding-right: 10px;
   width: 33%;
}

#search-criteria .filter-label
{
   font-weight: bold;
   width: 90px;
   padding-left: 5px;
   padding-right: 5px;
   text-align: right;
   word-wrap: break-word;
}

.leftblock
{
    float: left;
    width: 49%;
}
.leftfloat
{
    float: left;
    padding: 1px;
}

.leftsmall
{
    float: left;
    width: 120px;
    padding: 1px;
}

.ui-dialog .leftsmall {
    width: 140px;
}

.leftlarge
{
    float: left;
    width: 160px;
    padding: 1px;
}

.rightsmall
{
    float: left;
    width: 150px;
    padding: 1px;
}

.rightlarge
{
    float: left;
    width: 285px;
    padding: 1px;
}

.rightlarge .indicator {
    vertical-align: middle;
    display: none;
}

.left {
    text-align: left;
}

.rightfloat {
    float: right;
    padding: 1px;
}
.rightblock
{
    float: right;
    width: 49%;
}
.clearfloat
{
    clear: both;
}
.textbox
{
    height: 15px;
    font-size: 8pt;
    width: 150px;
}
.widetextbox
{
    height: 15px;
    font-size: 8pt;
    width: 245px;
}
.dateClass
{
    height: 15px;
    font-size: 8pt;
    width: 245px;
    text-align: right;
}
.decimal
{
    height: 15px;
    font-size: 8pt;
    width: 80px;
    text-align: right;
}
.integer, .smalltextbox
{
    height: 15px;
    font-size: 8pt;
    width: 80px;
    text-align: right;
}
.smallselect {
    width: 84px;
}

.select 
{
    height: 20px;
    font-size: 8pt;
}

.productselect 
{
    height: 20px;
    font-size: 8pt;
    width: 200px;
}

.wideselect 
{
    height: 20px;
    font-size: 8pt;
    width: 250px;
}
.errorLabel
{
    color: #ff0000;
}
.errorLabel li
{
    list-style: none;
}

.message
{
    color: #ff6102;
    margin-top: 10px;
    margin-bottom: 10px;
}

table td
{
    text-align: left;
}
table.general
{
    border-spacing: 1px;
    margin-top: 10px;
}
table.general th
{
    text-align: left;
    background-color: #6A89BB;
    color: #FFFFFF;
    padding: 10px;
}
table.general th a {
    color: #ffffff;
}
table.general td
{
    background-color: #EDEEEB;
    padding: 2px 5px 2px 5px;
}

.counter {
    display: inline;
}

.required-noalert 
{
    display: inline;
}

.required-alert {
    display: inline;
    font-weight: bold;
    color: red;
}

.errorBorder
{
    border: solid 1px red;
}

.fieldEditted
{
    border: solid 1px orange;
}

input[type=checkbox].fieldEditted {
    outline: solid 1px orange;
    outline-offset: 1px;
}

.nodisplay {
    display: none;
}

/* Pagination */
div.paging ul 
{
    display: block;
}

div.paging li
{
    padding:0px 5px 5px 5px;
    display:inline;
    list-style: none;
}

input[disabled], select[disabled], textarea[disabled] {
	background-color: #f6f6f6;
}

div.first {
    display: none
}

div.line {
    display: block
}

div.deleteLine {
    display: none
}

/* jQuery */
.cmd-user-dialog, .submit-add-edit-user, .submit-delete-user, .submit-reset-password, .back, .assortment, .outofassortment,
.pages, .ie8selectfix, .disable, .enable
{
    /* only added for jQuery use */
}


#manage-discountgroup-screen .info-parent {
    overflow: visible;
}
#manage-discountgroup-screen .info-icon {
    background: url('../images/info.png') no-repeat no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
}
#manage-discountgroup-screen .info-icon .info-block {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    border: 1px solid #444;
    padding: 5px 10px;
    width: 200px;
}
#manage-discountgroup-screen .info-icon:hover .info-block {
    display: block;
}

.input-separator { width: 20px;text-align: center; display: inline-block}