/* 
    Document   : wohnpotpourri
    Created on : 19.02.2013, 07:40:34
    Author     : matthias.herzina
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    color: #000000;
}

#header {
    margin-top: 30px;
}

.badge {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

#loginbox {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}

#actionlogo {
    position: relative;
    top: -385px;
    left: 78%;
    width: 150px;
    height: 150px;
    z-index: 1000;
}

#workingarea {
    min-height: 325px;
    overflow: auto;
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.workingarea_nav {
    overflow: auto;
}

.workingarea_form {
    overflow: auto;
    text-align: left;
}

.modal.w770 {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  width: 770px;
  margin-left: -385px;
}

.modal-body {
    text-align: left;
    max-height: 600px;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 50px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.hide {
    display: none;
}

input.error {
    background-color: #f2dede;
}

input.msgerror {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

input.msgok {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

span.error,
td.error {
    color: #cc0000;
}

#userlogin {
    margin: 5px;
}

.borders {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.box {
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.textlink {
    cursor: pointer;
    text-decoration: underline;
}

.page-header {
    text-align: center;
    border-width: 0px;
}

#page-nav-top {
    min-width: 940px;
}

#page-nav1 {
    font-size: 16pt;
    color: #000000;
    line-height: 16pt;
    text-align: center;
    vertical-align: middle;
}

a {
    color: #000000;
}

.nav-pills > li > a {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 0px;
}

.navbar .nav > li > a {
    font-size: 12px;
  padding: 5px 15px 5px;
}

.navbar-inner {
  min-height: 20px;
}

.nav-pills > li {
  padding-right: 17px;
  padding-left: 0px;
  margin-right: 0px;
}

#page-nav1 .navtable-left {
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #000000;
    padding-right: 16pt;
    cursor: pointer;
}

#page-nav1 .navtable {
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #000000;
    padding-right: 16pt;
    padding-left: 16pt;
    cursor: pointer;
}

#page-nav1 .selected {
    color: #999999;
}

#page-nav1 .navtable-right {
    text-align: center;
    padding-left: 16pt;
    cursor: pointer;
}

#page-nav2 .navtable-left {
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #666666;
    padding-right: 10px;
    cursor: pointer;
}

#page-nav2 .navtable {
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #666666;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

#page-nav2 .navtable-right {
    text-align: center;
    padding-left: 10px;
    cursor: pointer;
}

#page-nav2 {
    font-size: 11pt;
    color: #666666;
    line-height: 13pt;
    text-align: center;
    vertical-align: middle;
}

#page-nav1 a {
    color: #000000;
    text-align: center;
}

#page-nav2 a {
    color: #999999;
    text-align: center;
}

.page-nav-divider {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #cccccc;
}

.navbar-inverse .nav > li > a {
  color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inner {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.dropdown-menu {
    font-size: 11pt;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
#product_group_new:hover,
#product_new:hover,
#country_new:hover,
#action_new:hover,
#action_list:hover,
#product_list:hover,
#country_list:hover,
#ek_new:hover,
#ek_list:hover,
.product_group_edit:hover {
  background-color: #666666;
  background-image: -moz-linear-gradient(top, #666666, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#000000));
  background-image: -webkit-linear-gradient(top, #666666, #000000);
  background-image: -o-linear-gradient(top, #666666, #000000);
  background-image: linear-gradient(to bottom, #666666, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
  color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  outline: 0;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

#product_new,
#country_new,
#ek_new,
#ek_list,
#product_list,
#country_list,
#product_group_new,
#action_new,
#action_list {
    min-height: 90px;
    color: #999999;
    font-size: 10pt;
    padding: 10px 2px 2px 2px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.shop_product_group {
    margin-bottom: 20pt;
    cursor: pointer;
    font-size: 13pt;
}

.shop_product {
    font-size: 11pt;
    margin-bottom: 20pt;
    cursor: pointer;
}

.shop_product_group img,
.shop_product img {
    margin-bottom: 5px;
}

.prod_picture {
    margin-bottom: 10px;
    cursor: pointer;
}

.prod_detail {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.pointer {
    cursor: pointer;
}

.product_group_edit {
    min-height: 90px;
    color: #999999;
    font-size: 10pt;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
    overflow: hidden;
}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 98%; padding: 3px 0; text-align:center;    
    background-color: #f7f7f7; background-image: url(/include/image/modbackground.png); border-color: #cccccc; border-width: 1pt 1pt 1pt 1pt; border-style: solid; color: #000000;
}

.qq-upload-button-hover { 
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.8);
    outline: 0;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.breadcrumb {
  padding: 0px 0px;
  margin: 10px 0 0px;
  font-size: 11pt;
  color: #000000;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.pointer,
.table-pointer {
    cursor: pointer;
}

.defaulttext {
    line-height: 18pt;
    color: #333333;
}

.defaulttext1 {
    font-size: 12pt;
    line-height: 20pt;
    color: #666666;
}

.defaulttext2 {
    font-size: 15pt;
    line-height: 22pt;
    color: #000000;
}

.defaulttext3 {
    font-size: 15pt;
    line-height: 26pt;
    color: #666666;
}

.defaulttext4 {
    font-size: 11pt;
    line-height: 17pt;
    color: #000000;
}

.defaulttext5 {
    font-size: 9pt;
    line-height: 15pt;
    color: #000000;
}

.title1 {
    font-size: 11pt;
    line-height: 17pt;
    color: #000000;
    font-weight: bolder;
}

.cart {
    font-size: 15pt;
    font-weight: bolder;
    color: #333333;
    margin-top: 15pt;
}

h2 {
    font-size: 15pt;
    font-weight: normal;
    line-height: 20pt;
    color: #000000;
}

h3 {
    font-size: 14pt;
    color: #333333;
    line-height: 21pt;
    font-weight: normal;
}

h4 {
    margin-top: 0px;
    font-size: 13pt;
    font-weight: lighter;
}

h5 {
    font-size: 13pt;
    line-height: 19pt;
    font-weight: normal;
}

h6 {
    font-size: 13pt;
    font-weight: normal;
}

.pagepicture {
    margin-bottom: 20px;
}

.shopaddress {
    background-color: #f7f7f7;
    padding: 5px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.shopaddress_error {
    background-color: #f7f7f7;
    border-width: 1px;
    border-style: solid;
    border-color: #cc0000;
    padding: 5px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

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

.textred {
    color: #cc0000;
}

.statusgreen{
    color: #468847;
    background-color: #dff0d8;
}

.statusred{
    color: #b94a48;
    background-color: #f2dede;
}

.carousel-control1 {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  border: 0px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control1.right {
  right: 15px;
  left: auto;
}

.carousel-control1:hover,
.carousel-control1:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}