/* line 6, ../sass/order.scss */
div.order .block_bc {
  border: 1px solid #7F2613;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 4.5rem;
  margin: 1.5rem auto 2rem;
  min-width: 550px;
  max-with: 800px;
  width: 80%;
  padding: 0.5rem 0 0;
}
/* line 15, ../sass/order.scss */
div.order .block_bc ul.context {
  padding: 0;
}
/* line 17, ../sass/order.scss */
div.order .block_bc ul.context li {
  float: left;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  width: 20%;
}
/* line 25, ../sass/order.scss */
div.order .block_bc ul.context li div {
  height: 24px;
  position: relative;
  text-align: center;
}
/* line 27, ../sass/order.scss */
div.order .block_bc ul.context li .numStep {
  background: url("images/bg_step_off.png") no-repeat scroll 1px 7px transparent;
  color: white;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 auto 5px;
  padding-top: 5px;
  text-decoration: none;
  width: 20px;
}
/* line 41, ../sass/order.scss */
div.order .block_bc ul.context li.on .numStep {
  background: url("images/bg_step_on.png") no-repeat scroll 1px 7px transparent;
}
/* line 42, ../sass/order.scss */
div.order .block_bc ul.context li.on .title {
  display: block;
  font-weight: bold;
}
/* line 46, ../sass/order.scss */
div.order .block_bc ul.context li.off input {
  background: none;
  border: 0 none;
  color: #08304E;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-decoration: underline;
  width: auto;
}
/* line 57, ../sass/order.scss */
div.order .block_bc ul.context li.off em.numStep {
  text-decoration: none;
}
/* line 60, ../sass/order.scss */
div.order .block_bc ul.context li .bcChevron {
  background: url("images/bg_chevron_dir.png") repeat-x scroll right top transparent;
  display: block;
  height: 52px;
  position: absolute;
  right: -14px;
  text-indent: -5000px;
  top: 0;
  width: 14px;
  z-index: 1;
}
/* line 77, ../sass/order.scss */
div.order table#cart {
  border-spacing: 0;
  margin-top: 1rem;
  padding: 0;
  width: 100%;
}
/* line 83, ../sass/order.scss */
div.order table#cart th {
  padding: 0.5rem;
  vertical-align: middle;
}
/* line 84, ../sass/order.scss */
div.order table#cart td {
  padding: 0.5rem 0.5rem 0 0.5rem;
  vertical-align: middle;
  text-align: inherit;
}
/* line 90, ../sass/order.scss */
div.order table#cart tfoot td {
  border-top: 0.05rem solid #194570;
}
/* line 92, ../sass/order.scss */
div.order table#cart tfoot td.noborder {
  border: none;
}
/* line 96, ../sass/order.scss */
div.order table#cart thead {
  background-color: #194570;
  line-height: 1rem;
  color: white;
}
/* line 102, ../sass/order.scss */
div.order table#cart th#image, div.order table#cart td#image {
  width: 60px;
}
/* line 104, ../sass/order.scss */
div.order table#cart th#qty, div.order table#cart td#qty {
  width: 10%;
}
/* line 106, ../sass/order.scss */
div.order table#cart th#price, div.order table#cart td#price {
  text-align: right;
  width: 15%;
}
/* line 108, ../sass/order.scss */
div.order table#cart #cart #stdPrice {
  font-size: small;
  opacity: 0.6;
  text-decoration: line-through;
}
/* line 110, ../sass/order.scss */
div.order table#cart th#total, div.order table#cart td#total {
  text-align: right;
  width: 15%;
}
/* line 112, ../sass/order.scss */
div.order table#cart th#delete, div.order table#cart td#action {
  width: 10%;
}
/* line 114, ../sass/order.scss */
div.order table#cart tfoot td {
  font-weight: bold;
  height: 1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
}
/* line 116, ../sass/order.scss */
div.order table#cart .noborder {
  border: 0 none;
}
/* line 118, ../sass/order.scss */
div.order table#cart td.nobold {
  font-weight: normal;
  line-height: normal;
  padding: 0.2em;
}
/* line 120, ../sass/order.scss */
div.order table#cart em.order {
  color: #7F2613;
  font-size: 0.9em;
}
/* line 122, ../sass/order.scss */
div.order table#cart p.order {
  font-size: 10px;
  margin: 0;
  padding: 1em 0;
  color: gray;
}
/* line 124, ../sass/order.scss */
div.order table#cart form {
  display: inline;
}
/* line 128, ../sass/order.scss */
div.order table#cart form input {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  width: 24px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #5586b5;
  color: white;
  border: none;
  margin: 0 !important;
}
/* line 138, ../sass/order.scss */
div.order table#cart form input:hover {
  background-color: #194570;
}
/* line 142, ../sass/order.scss */
div.order table#cart form input#delete {
  width: auto;
  background-color: #7F2613;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0.1rem 0.8rem;
}
/* line 148, ../sass/order.scss */
div.order table#cart form input#delete:hover {
  background-color: #194570;
}
/* line 157, ../sass/order.scss */
div.order td#info > div {
  background-color: #e0eaef;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 1rem;
  margin: 0 2rem;
  width: 80%;
  min-width: 250px;
}
/* line 166, ../sass/order.scss */
div.order .button {
  margin-left: 2rem;
}
/* line 172, ../sass/order.scss */
div.order.order_1 table {
  margin: 0 auto;
}
/* line 173, ../sass/order.scss */
div.order.order_1 .button {
  width: auto;
}
/* line 175, ../sass/order.scss */
div.order.order_1 a#inscription {
  display: none;
}
/* line 180, ../sass/order.scss */
div.order.order_2 .text-cg {
  background-color: #e0eaef;
  border: 1px solid #0068ac;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  padding: 1rem 0 1rem 3rem;
}
/* line 187, ../sass/order.scss */
div.order.order_2 .text-cg input {
  margin-left: 0.5rem;
  width: 30px;
  display: inline;
}
/* line 193, ../sass/order.scss */
div.order.order_2 .text-voir-cg {
  padding-top: 0.5rem;
  color: #7F2613;
  text-align: center;
}
/* line 197, ../sass/order.scss */
div.order.order_2 .text-voir-cg a {
  text-decoration: underline;
}
/* line 201, ../sass/order.scss */
div.order.order_2 .button {
  float: right;
}
/* line 210, ../sass/order.scss */
div.order.order_3 strong, div.order.order_5 strong {
  font-weight: bold;
}
/* line 211, ../sass/order.scss */
div.order.order_3 #invoice, div.order.order_3 #delivery, div.order.order_5 #invoice, div.order.order_5 #delivery {
  width: 17rem;
  float: left;
  margin: 0 5rem;
}
/* line 212, ../sass/order.scss */
div.order.order_3 #invoice h3, div.order.order_3 #delivery h3, div.order.order_5 #invoice h3, div.order.order_5 #delivery h3 {
  font-weight: bold;
}
/* line 217, ../sass/order.scss */
div.order.order_3 #port, div.order.order_5 #port {
  margin: 0 2rem 2rem 2rem;
  width: 28rem;
}
/* line 221, ../sass/order.scss */
div.order.order_3 #comment textarea, div.order.order_5 #comment textarea {
  width: 20rem;
  height: 7rem;
  margin-bottom: 2rem;
}
/* line 228, ../sass/order.scss */
div.order.order_3 #choosepayment p, div.order.order_5 #choosepayment p {
  margin-left: 2rem;
}
/* line 230, ../sass/order.scss */
div.order.order_3 #choosepayment p label, div.order.order_5 #choosepayment p label {
  margin: 0.2rem 0 0 0.5rem;
}
/* line 233, ../sass/order.scss */
div.order.order_3 #choosepayment #part, div.order.order_5 #choosepayment #part {
  margin-left: 2rem;
}
/* line 238, ../sass/order.scss */
div.order.order_3 #valid, div.order.order_5 #valid {
  background-color: #e0eaef;
  border: 1px solid #0068ac;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 42rem;
}
/* line 245, ../sass/order.scss */
div.order.order_3 .button, div.order.order_5 .button {
  margin: auto;
}

/* line 251, ../sass/order.scss */
#resume {
  width: 25rem;
  float: left;
  margin-right: 10rem;
}

/* line 257, ../sass/order.scss */
#explain {
  width: 30rem;
  color: #08304E;
  float: left;
}
/* line 261, ../sass/order.scss */
#explain #title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
/* line 267, ../sass/order.scss */
#explain form#form_cb {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  display: block;
  padding: 1rem;
}
/* line 273, ../sass/order.scss */
#explain form#form_cb label {
  display: inline-block;
  margin: 0;
}
/* line 276, ../sass/order.scss */
#explain form#form_cb label:after {
  content: '*';
  color: red;
}
/* line 282, ../sass/order.scss */
#explain form#form_cb #explain {
  width: auto;
  font-style: italic;
  font-size: 0.9rem;
  margin-left: 2rem;
}
/* line 290, ../sass/order.scss */
#explain form#form_cb button {
  clear: both;
  display: block;
  width: 5rem;
  margin: 2rem auto;
  padding: 0.2rem 1rem;
  color: white;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #7F2613;
}
/* line 301, ../sass/order.scss */
#explain form#form_cb button:hover {
  background-color: #194570;
}
/* line 305, ../sass/order.scss */
#explain form#form_cb button[disabled="disabled"] {
  background-color: #5586b5;
}
/* line 309, ../sass/order.scss */
#explain form#form_cb .cards {
  overflow: hidden;
  list-style: none outside none;
  margin-left: 155px;
}
/* line 314, ../sass/order.scss */
#explain form#form_cb .cards li {
  background-image: url("images/card_logos.png");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  transition: all 0.2s ease 0s;
  width: 51px;
}
/* line 325, ../sass/order.scss */
#explain form#form_cb .cards .visa.off {
  background-position: 0 32px !important;
}
/* line 329, ../sass/order.scss */
#explain form#form_cb .cards .mastercard {
  background-position: 153px 0;
}
/* line 333, ../sass/order.scss */
#explain form#form_cb .cards .cards .mastercard.off {
  background-position: 153px 32px !important;
}
/* line 341, ../sass/order.scss */
#explain form#form_cb span.valid {
  background: url("images/tick.png") no-repeat scroll 0 3px transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

/************* PROSVETA.BE => ORDER Stylesheet **************/
/*
h1 a:hover { color: #183A8D; }



div.order h2 { background: none repeat scroll 0 0 #e0eaef; border: 1px solid #0068ac; border-radius: 8px 8px 8px 8px; padding: 8px; }

div.order h2 a { color: #ff5500; }

div#addresses #invoice, div#addresses #delivery { float: left; font-size: 1.1em; line-height: 1.2em; margin-right: 1em; width: 100%; }

div.order div#choosepayment label { margin-left: 5px; text-align: left; width: auto; }

div#resume { background-color: #EEEEEE; float: left; margin-bottom: 40px; padding: 0; width: 300px; }

div#resume h2 { margin: -4px 0 4px -9px; }

div#resume #invoice { padding: 5px; }

div#explain { font-size: 13px; line-height: 1.2em; margin-left: 320px; position: relative; }

div#explain p#validbutton { font-size: 1.2em; text-align: center; }

div#explain p#title { font-size: 1.2em; font-weight: bold; }


*/
