* {
  margin:0;
  padding:0;
}

html {

}

body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
}

p {
  margin: 15px 0px;
  text-align: justify;
  padding: 0 5px;
}

a:link, a:visited {
  text-decoration:none
}

a:hover, a:active {
  text-decoration:none;
}

a img {
  border: 0;
}


/* Structure */


#container {
  width: 320px;
  //xmargin: 0 auto;
  text-align: left;
  background-color: #000000;
}

div#head {
  //xheight: 195px;
}

#logo {
  padding-left: 0px;
  //xheight: 50px;
}

a.logo {
  //xfloat: left;
}

div#headbar {
  display: block;
  //xbackground-color: #000000;
  //xheight: 58px;
  //xpadding-right: 20px;
  //xclear: both;
}

div#search-bar {
  padding-left: 50px;
  display: none;
}

a.mobile_switch {
  left: 265px;
  position: absolute;
  top: 5px;
}

a.mobile_switch img {
  width: 30px;
}

a.togglesearch {
  left: 215px;
  position: absolute;
  top: 0px;
}

a.togglesearch img {
  width: 40px;
}

div#headbar li {
  float: left;
  display: inline;
  height: 20px;
  list-style-type: none;
  text-transform: uppercase;
  text-align: justify;
  //xborder-left: 1px solid #eeeeee;
  //xborder-right: 1px solid #eeeeee;
  font-size: 12px;
  //xfont-weight: bold;
  //xmargin: 20px 0px;
  color: white;
}

div#headbar li a {
  height: 100%;
  color: white;
  //xmargin: 1px 15px;
  padding: 5px 5px;
  font-weight: bold;
}

div#headbar li a:hover, div#headbar li.active, div#headbar li.active a {
  color: #e30014;
}

div#headbar li.menu {
  display: inline-block;
  margin: 3px;
}

div#headbar li.menu a {
  display: inline-block;
  border: 1px solid #555555;
  padding: 3px;
  height: 13px;
}

div#page {
  background-color: #f0eceb;
}

/* CONTENT */

div#content {
  //xcolor: #030200;
  float: left;
  //padding: 5px;
  width: 320px;
  background-color: #ffffff;
  //xborder-right: 1px solid #f0eceb;
  min-height: 200px;
}

div#search_no_result {
  padding: 20px;
}

div#red_info {
  color: #e30014;
  font-size: 14px;
  //xmargin: 10px -15px 15px;
  //xmargin: -15px -15px 10px;
  background-color: #f0eceb;
  padding: 5px 15px;
  font-weight: bold;
}

div.description {
  color: #444444;
  font-size: 15px;
}

a.more {
  color: #e30014;
  text-decoration: underline;
}

div.product {
  float: left;
  position: relative;
  width: 95px;
  margin: 5px;
}

div.product img {
  width: 95px;
}

div.product div.product_name {
  width: 95px;
  font-size: 12px;
  text-align: center;
  display: table;
  height: 40px;
  line-height: 12px;
  color: #000000;
  //xtext-transform: uppercase;
}

div.product div.product_name div {
  display: table-cell;
  vertical-align: middle;
}

a.product {
  float: left;
  display: block;
  //xborder: 1px solid red;
}

a.product:first-child {
  //xmargin: 0 0 18px 0;
}


div.product_img {
  position: relative;
  float: left;
  //xborder: 1px solid #eeeeee;
  margin: 0 auto;
  width: 320px;
  xtext-align: center;
  padding: 5px;
}

div.product_img img {
  max-width: 290px;
}

div.product_extra {
  display: inline-block;
  width: 40px;
  margin: 5px 5px;
}

div.product_details {
  //xfloat: left;
  width: 300px;
  //xborder: 1px solid #eeeeee;
  margin: 0 auto;
  padding: 0 5px;
  color: #444444;
}

div.product_details p {
  text-align: left;
}

div.product_details span {
  font-size: 24px;
}

div.product_details p.sizes {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
}

div.product_details p.delivery {
  font-size: 12px;
}

div.product_details p.delivery span {
    color: #E30014;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 0;
}

div.product_properties {
  xfloat: left;
  margin: 5px;
  xwidth: 115px;
}

div.product_properties img {
  vertical-align: middle;
  margin: 0 10px 0 0;
  height: 40px;
}

div.table_top div {
  float: right;
  width: 180px;
  text-align: left;
  vertical-align: middle;
  padding-top: 5px;
}

div.product_price {
  clear: both;
  font-size: 16px;
  padding: 5px;
  //xborder: 1px solid #dddddd;
  margin: 0 5px;
  //xwidth: 364px;
  text-align: center;
}

p.better_price {
  font-size: 12px;
  text-align: center;
}

p.better_price strong, p.better_price a {
  color: #e30014;
}

div.hproduct p.description {
  padding: 0;
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
}

div.hproduct p.long_description {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}

div.product_rent_info {
  clear: both;

}

div.product_price span {
  font-weight: bold;
  padding: 0 30px;
}

a#offer_button {
  display: inline-block;
  padding: 4px 14px;
  margin: 0 20px;
  background-color: #dd5555;
  color: white;
  font-weight: bold;
  border: 1px solid #FF9999;
  xfloat: right;
}

a#offer_button:hover {
  border: 1px solid #dd5555;
}

div.product_price_comment {
  font-size: 11px;
  margin: 10px 0;
  color: #414141;
  background-color: #f0eceb;
  padding: 5px;
}

div.product_price span#old_price_ft {
  font-size: 12px;
}

div.product_pictures {
  margin: 10px 0;
  padding: 5px;
}

div.product_pictures span {
  display: block;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  color: #444444;
}

div.product_pictures img {
  margin: 10px 4px 0 0;
  border: 1px solid #eeeeee;
  width: 78px;
}


div#offer_amount {
  border: 1px dotted #414141;
  padding: 10px;
  margin: 10px;
  background-color: #f0eceb;
  //xcolor: white;
  font-weight: bold;
  text-align: center;
  //xposition: absolute;
  //xdisplay: inline-block;
  display: none;
  //xwidth: 400px;
}

div#offer_amount a {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #FF9999;
  margin: 5px;
  xbackground-color: #E30014;
  background-color: #dd5555;
  color: white;
  font-weight: bold;
}

div#offer_amount a:hover {
  border: 1px solid #dd5555;
}

div#offer_amount input {
  font-size: 20px;
  width: 35px;
  border: 1px solid #aaaaaa;
}

div#offer_amount a#offer_amount_cancel {
  background-color: #f0eceb;
  border: 1px dotted #414141;
  color: #414141;
  position: relative;
}


/* PRICE */

table#price2 tr td {
  padding: 10px;
}

table#price2 tr td img {
  padding: 0 30px;
}

table#price2 tr td font {
  padding: 20px;
  font-size: 35px;
  font-weight: bold;
}

table#price2 span {
  font-size: 30px;
  font-weight: bold;
}

center.price2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

center.price2 a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #00588d;
  color: white;
  font-size: 14px;
  margin-top: -15px;
}


div.info {
  color: #444444;
  font-size: 12px;
  line-height: 14px;
  padding: 0px;
}

div.info div#breadcrumb {
  display: none;
}

div.info p {
  padding: 5px;
  margin: 0px;
}

div.info h2 {
  padding: 5px;
  font-size: 12px;
  margin: 10px 0 0;
}

div.info h2.first {
  margin: 0;
}

div.info span {
  font-weight: bold;
}

div.info hr {
  border: 1px solid #DDDDDD;
  margin-top: 15px;
}

div.info a {
  color: #444444;
  text-decoration: underline;
}

div.info ul {
  list-style-type: square;
  padding-left: 20px;
}

div.references div.reference_header {
  padding: 5px 5px 0;
  margin: 0px;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}

/* OFFER */



img.delete_offer {
  height: 20px;
  padding-left: 5px;
}

div#offer_contact {
  width: 100%;
}

div#offer_contact span {
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
}

div#offer_contact ul li {
  list-style-type: none;
  display: inline-block !important;
  display: inline;
}

div#offer_contact ul li.label {
  width: 100%;
}

div#offer_contact ul li.label2 {
  //xwidth: 140px;
}

div#offer_contact ul li.seccol {
  //xmargin-left: 30px;
}

div#offer_contact ul li input, div#offer_contact input.address, div#offer_contact textarea, input.product_amount {
  width: 310px;
  height: 30px;
  margin-bottom: 5px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

div#offer_contact input[type='checkbox'] {
  margin-left: 5px;
}

div#offer_contact ul li input.date {
  width: 120px;
}

div#offer_contact input.address {
  width: 310px;
  margin-left: 5px;
}

div#offer_contact textarea {
  width: 310px;
  height: 100px;
}

div#offer_contact a.send {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #FF9999;
  margin: 5px;
  xbackground-color: #E30014;
  background-color: #dd5555;
  color: white;
  font-weight: bold;
  //xfloat: right;
}

div#offer_contact a.send:hover {
  border: 1px solid #dd5555;
}

div.product_container {
  display: inline-block;
  width: 100px;
  //xfloat: left;
  text-align: center;
  //xmargin-right: 30px;
}

span.product_amount {
  display: inline-block;
  background-color: #dddddd;
  padding-right: 5px;
  margin-left: 5px;
  position: relative;
}

input.product_amount {
  width: 35px;
  margin: 0 10px 0 0;
  text-align: center;
}

div.add_offer {
  border: 1px dotted #414141;
  height: 180px;
  margin-left: 5px;
  vertical-align: top;
}

div.add_offer:hover {
  border: 1px solid #414141;
}

div.add_offer a {
  display: inline-block;
  width: 100%;
  height: 180px;
  color: #414141;
}

span.add_offer {
  margin: 40px 0 0 0;
  display: inline-block;
  padding: 5px 10px;
  background-color: #414141;
  color: white;
  font-weight: bold;
  border: 1px dotted white;
}

span.add_offer2 {
  display: inline-block;
  margin-top: 10px;
}

p.offer_title, p.rent_title, p.price_title {
  font-size: 20px;
}

.error {
  background-color: #FFD0D0;
  border: 1px solid red;
  padding: 10px;
  margin: 10px 5px;
  color: red;
  display: none;
}

.success {
  background-color: #D0FFD0;
  border: 1px solid green;
  padding: 10px;
  margin: 10px 5px;
  color: green;
  text-align: center;
}

div.group_header {
  margin: 0 5px 10px;
  border-bottom: 1px dotted #808080;
  font-size: 13px;
  //xcolor: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

/* FOOTER */

div#footer_container {
  //xbackground-image: url(footer_bg.jpg);
  //xbackground-repeat: repeat-x;
  //xheight: 89px;
  width: 320px;
  background-color: #000000;
}

div#footer {
  width: 310px;
  margin: 0px auto;
  //xbackground-color: #eeeeee;
  color: #ffffff;
  font-size: 10px;
  //xfont-weight: bold;
  padding: 5px;
  //xborder-top: 1px solid #999999;
  text-align: left;
}

div#footer div {
  float: left;
  width: 300px !important;
  padding-left: 10px;
}

div#footer div:first-child {
  //ybackground-image: url("footer_logo.png");
  //ybackground-repeat: no-repeat;
  //ybackground-size: 44px auto;
  //ybackground-position: 10px top;
  min-height: 44px;
  padding-left: 10px;
  width: 300px !important;
}

div#footer div:last-child {
  width: 260px;
  display: none;
}

div#footer div a#fb, div#footer div a#skype {
  display: block;
  float: left;
}

div#footer div a#fb {
  margin: 7px 0 0 0;
}

div#footer div a#skype {
  margin-top: 10px;
}

div#footer div span {
  font-weight: bold;
}

div#footer font a {
  color: white;
}

div#footer font a:hover {
  color: #e30014;
}

font a {
  color: #414141;
}

font a:hover {
  color: #e30014;
}

div#breadcrumb {
  //xmargin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #afafaf;
  padding: 5px;
}

div#breadcrumb a {
  color: #afafaf;
}

div#breadcrumb h1 {
  font-size: 12px;
  display: inline;
  color: #e30014;
  font-weight: normal;
}


div.cat_price {
    background-color: #e8e8e8;
    display: block;
    left: 6px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 83px;
    height: 12px;
}

div.cat_price span {
    color: #444444;
    display: block;
    font-size: 9px;
    font-weight: bold;
}

div.cat_price span span {
  font-size: 9px;
  display: inline;
}

div#campaign {
  //xtext-align: center;
  //xfloat: left;
  //xwidth: 709px;
  //xpadding: 15px 15px 0 15px;
  background-color: white;
  position: relative;
  padding: 1px 0;
}

div#campaign span {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #ccc;
  padding: 5px 8px;
}

div#campaign a {
  color: black;
}

div.new {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/images/icon/new_s.png");
    background-size: 25px auto;
    height: 25px;
    width: 25px;
}

div.product_img div.new {
    background-size: 70px auto;
    height: 70px;
    width: 70px;
}

div.sale {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/images/icon/sale_s.png");
    background-size: 25px auto;
    height: 25px;
    width: 25px;
}

div.product_img div.sale {
    background-size: 70px auto;
    height: 70px;
    width: 70px;
}

div.multicolor {
    position: absolute;
    left: 0;
    top: 30px;
    background-image: url("/images/icon/multicolor_s.png");
    background-size: 25px auto;
    height: 25px;
    width: 25px;
}

div.product_img div.multicolor {
    background-size: 70px auto;
    height: 70px;
    width: 70px;
    top: 75px;
}

/* Float Properties*/

.clearfloat:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfloat {
  display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
  height: 1%;
}

*+html .clearfloat {
  height: 1%;
}

.clearfloat {
  display: block;
}