* { 
  margin: 0; 
  padding: 0; 
  font-family:Arial, Helvetica, sans-serif;
  color:#3e3e3e;
}
body { 
  font-size:12px;
  color: #000; 
  background-color:#fbfbfb;
}
p { 
  padding-bottom:20px;
  text-align: left;
}
h1 {
  font-size:14px;
  font-weight:bold;
}
a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: #007eff;
}
a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: #007eff;
}
a:hover, a:active, a>span:hover { 
  text-decoration: underline; 
  color: #0be400;
}
acronym {
  border-bottom: none;
}

#container { 
  margin: 0; 
  position: relative;
  background-color:#fbfbfb;
}
#centersection { 
  margin-left:auto;
  margin-right:auto;
  width:1003px;
  border:1px solid #ebeae6;
  /* overflow:hidden; */
}

#bodySection {
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  background-color:#ffffff;
  clear:none;
  overflow:hidden;
  box-sizing: border-box;
}

.roundBorder{
  position:relative;
  border: 2px solid #4a6a99;
  border-radius:10px;
  z-index:10;
}


#account_orders, #account_profile {
  width:450px;
  height:110px;
  margin: 20px;
  overflow:hidden;
}
#account_orders {
  float:left;
  margin-right: 0px;
}
#account_profile {
  float:right;
  margin-left: 0px;
}
#account_profile div, #account_orders div {
  min-height:87px;
  min-width:150px;
  position: relative;
  top:15px;
  left:35px;
  float:left;
  text-align:left;
}
#account_profile div {
  background:url(/images/profile.jpg) center left no-repeat;
}
#account_orders div {
  background:url(/images/orders.jpg) center left no-repeat;
}
#account_profile h1, #account_orders h1 {
  position:relative;
  top:10px;
  left:120px;
}
#account_profile ul, #account_orders ul {
  position:relative;
  list-style-type: none;
  top:20px;
  left:120px;
}

#savebasket {
  width:450px;
  min-height:150px;
  margin: 20px;
  text-align:center;
}
#savebasket #save_container {
  margin-top:30px;
  width:350px;
}
#savebasket * {
  color:#3e3e3e;
}
#savebasket div {
  position:relative;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
#savebasket h2 {
  font-weight:normal;
  font-size:14px;
  margin-top:20px;
  margin-bottom:15px;
  color:#007eff;
}
#savebasket form div {
  position:static;
  margin:0;
  padding:0;
  min-height:1px;
  overflow:hidden;
  margin-top:7px;
}
#savebasket label{
  font-weight:bold;
  float:left;
  white-space:pre;
}
#savebasket input[type=text], #savebasket textarea {
  width:250px;
  float:right;
}
#savebasket input, #savebasket textarea {
  float:right;
}
#savebasket textarea {
  height:50px;
}


#login_login, #login_register {
  width:450px;
  min-height:200px;
  margin: 20px;
  text-align:center;
}
#login_login *, #login_register *, #createaccount_create *, #createaccount_login * {
  color:#3e3e3e;
}
#login_login {
  float:left;
  margin-right: 0px;
}
#login_register {
  float:right;
  margin-left: 0px;
}
#login_login div, #login_register div {
  position:relative;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
#login_login #login_container {
  margin-top:30px;
  width:280px;
}
#login_register div {
  top:50px;
  display:table;
}
#login_login h2 ,#login_register h2 {
  font-weight:normal;
  font-size:14px;
  margin-top:20px;
  margin-bottom:15px;
  color:#007eff;
}
#login_login form div, #login_register form div {
  position:static;
  margin:0;
  padding:0;
  min-height:1px;
  overflow:hidden;
  margin-top:3px;
}
#login_login label{
  font-weight:bold;
  float:left;
  white-space:pre;
}
#login_login input{
  float:right;
}
#login_login a {
  float:right;
  margin-top:15px;
  margin-bottom:30px;
  color:#0be400;
}
#login_login #submit {
  margin-top:5px;
  margin-bottom:5px;
  
}
#login_errorspace {
  margin-bottom:10px;
}


#createaccount_create, #createaccount_login {
  width: 450px;
  min-height: 300px;
  margin: 20px;
  text-align: center;
  display:table-cell;
}
#createaccount_create {
  float: left;
  margin-right: 0px;
}
#createaccount_login {
  float: right;
  margin-left: 0px;
}
#createaccount_create div, #createaccount_login div {
  position:relative;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}
#createaccount_container {
  margin-top:35px;
  margin-bottom:35px;
  width:320px;
}
#createaccount_login div {
  top:90px;
  display:table;
}
#createaccount_create #div_emailaddress, #createaccount_create #div_password, #createaccount_create #submit {
  margin-top:15px;
}
#createaccount_create #div_company {
  margin-top:25px;
}
#createaccount_create form div {
  position:static;
  margin-top:3px;
  overflow:hidden;
}
#createaccount_create label{
  font-weight:bold;
  float:left;
  white-space:pre;
}
#createaccount_create input{
  float:right;
}
#createaccount_login h1 {
  font-size:14px;
  margin-bottom:35px;
}

#forgot_password_header{
  background:url(/images/head_small.jpg) top no-repeat;
  height:123px;
  margin:0;
  padding:0;
}
#forgot_password_content{
  padding:20px 20px 20px 20px;
}
#forgot_password_content2{
  padding:20px 20px 20px 20px;
}
#forgot_password_content2 h1 {
  padding-bottom:10px;
}
#forgot_password_content2 input {
  float:right;
}
#forgot_password_input label {
  font-weight:bold;
}
#forgot_password_input input {
  width:200px;
}
#forgot_password_submit {
  padding-top:10px;
}


#profile_page {
  position:relative;
  padding:20px;
}
#profile_page h1 {
  text-align:left;
  padding-top:10px;
  padding-bottom:5px;
}
#profile_page table {
  text-align:left;
  padding-bottom:10px;
}
#profile_page_delivery h1 {
  padding-top:10px;
}
#profile_page_border {
  text-align:left;
  padding: 20px;
  padding-left:40px;
  padding-right:50px;
  overflow:hidden;
}
#profile_page_delivery table, #profile_page_invoice table {
  font-size:12px;
  font-weight: bold;
}
#profile_page_delivery {
  float:left;
}
#profile_page_invoice {
  float:right;
}
#profile_page table input, #profile_page table select {
  width:100%;
  margin:1px;
}
#profile_page_submit {
  margin-top:10px;
  margin-bottom:20px;
  position:absolute;
  right:140px;
  top:350px;
}

#order_history * {
  text-align:left;
}
#order_history {
  padding:30px;
  padding-bottom:40px;
}

.css_tooltip {
  border-bottom: 1px dotted #000000; 
  color: #000000; 
  outline: none;
  cursor: help; 
  text-decoration: none;
  position: relative;
}
.css_tooltip span {
  margin-left: -999em;
  position: absolute;
}
.css_tooltip:hover span {
  border-radius: 5px 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute; 
  left: 1em; 
  top: 2em; 
  z-index: 299;
  margin-left: 0; 
  width: 250px;
}
.css_tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif; 
  font-size: 1.2em; 
  font-weight: bold;
  display: block; 
  padding: 0.2em 0 0.6em 0;
}
.css_tooltip_classic { 
  padding: 0.8em 1em; 
  background: #FFFFAA; 
  border: 1px solid #FFAD33;
}

#order_details {
  padding:20px;
  text-align:left;
}
#order_details .col_4, #order_details .col_5 {
  text-align:right;
}

#content2 {
  text-align:left;
}
#content2 ol, #content2 ul {
  margin-left:20px;
}
#content2 *{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#content3 *{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#refine_category_head {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  
  margin-right:20px;
  margin-top:20px;
  padding:10px;
  
  text-align:left;
  font-weight:bold;
  font-size:14px;
  color:#58595b;
  
  border-radius:10px 10px 0px 0px;
  border:1px solid #ebeae6;
  border-bottom:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}
#refine_category_bread_crumbs {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  margin-right:20px;
  padding:10px;
  padding-bottom:15px;

  text-align:left;
  font-weight:bold;
  font-size:13px;
  color:#a5a7aa;

  border-left:1px solid #ebeae6;
  border-right:1px solid #ebeae6;

}
#refine_category_bread_crumbs h1 {
  font-size:13px;
  color:#a5a7aa;
  display:inline-block;
}
#refine_category_bread_crumbs a {
  color:#a5a7aa;
  font-weight:normal;
}
#refine_category_bread_crumbs span {
  color:#a5a7aa;
  font-weight:normal;
}
#refine_category_bread_crumbs_ {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  margin-right:20px;
  padding:10px;

  text-align:left;
  font-weight:bold;
  font-size:13px;
  color:#a5a7aa;

  border:0px;
}
#refine_category_bread_crumbs_ h1, #refine_category_bread_crumbs_ h2 {
  font-size:13px;
  color:#a5a7aa;
  display:inline-block;
}
#refine_category_bread_crumbs_ a {
  color:#a5a7aa;
  font-weight:normal;
}
#refine_category_list {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  margin-right:20px;
  padding:10px;
  padding-top:0px;

  list-style:none;
  padding-left:10px;
  padding-right:10px;
  width:800px;

  border-left:1px solid #ebeae6;
  border-right:1px solid #ebeae6;
}
#refine_category_list li {
  width:255px;
  float:left;

  padding-bottom:5px;

  text-align:left;
  font-weight:bold;
  font-size:12px;
  color:#007eff;
}
#refine_category_subhead {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  margin-right:20px;
  padding:10px;
  
  display:table-cell;
  vertical-align:middle;

  border:1px solid #ebeae6;
  border-top:0px;
  border-bottom:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}
#products_foot {
  width:800px;
  float:right;
  position:relative;
  z-index:1;
  
  margin-right:20px;
  margin-bottom:20px;
  padding:10px;
  
  text-align:left;
  font-weight:bold;
  font-size:14px;
  color:#58595b;
  
  border-radius:0px 0px 10px 10px;
  border:1px solid #ebeae6;
  border-top:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}
#refine_category_products_per_page {
  float:right;
  color:#58595b;
  font-weight:bold;
  font-size:12px;
}
#refine_category_sort_by {
  float:left;
  color:#58595b;
  font-weight:bold;
  font-size:12px;
}
#refine_category_sort_by select {
  margin-left:5px;
}
#products_page_selector {
  list-style:none;
  padding-left:120px;
  float: left;
  font-weight:bold;
  font-size:12px;
}
#products_page_selector image {
  position:relative;
  top:1px;
}
#products_page_selector li {
  float: left;
  color:#58595b;
  padding:2px;
}
#products_page_selector a {
  padding:1px;
}
#products_page_selector #caption {
  padding-right:5px;
}


#refine_products {
  padding-left:20px;
  float:left;
  width:160px;
}
#refine_products_head {
  position:relative;
  width:100%;
  z-index:1;
  
  margin-top:20px;
  padding: 6px 10px;
  
  text-align:left;
  font-weight:bold;
  font-size:12px;
  color:#58595b;
  
  border-radius:10px 10px 0px 0px;
  border:1px solid #ebeae6;
  border-bottom:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}

#refine_products_head a {
  float:right;
}
#refine_products_selector {
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  border:1px solid #ebeae6;
  border-top:0px;
  border-bottom:0px;
}
#refine_products_selector select {
   background: transparent;
   width: 100%;
   font-size:11px;
   padding: 5px;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   margin:0px;
   padding:0px;
}
#refine_products_foot {
  position:relative;
  width:100%;
  z-index:1;
  
  padding:6px 10px;
  
  text-align:left;
  font-weight:bold;
  font-size:12px;
  color:#58595b;
  
  border:1px solid #ebeae6;
  border-top:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
  
  overflow:hidden;
}

#refine_products_foot a {
  float:right;
}


.basket_warning:before {
  display:block;
  content:"";
  width:40px;
  height:100%;
  background-image:url(/admin/themes/OneEleven/images/layout/warning.png);
  background-size:25px 25px;
  background-position: 10px; center;
  background-repeat:no-repeat;
  position:absolute;
  left:0px;
  top:0px;
}
.basket_warning {
  position:relative;
  border: 1px solid #cccccc;
  background-color:#FFeeee;
  border-radius:10px;
  padding:7px;
  padding-left:50px;
  margin:20px;
  font-weight:bold;
  text-align:left;
  margin-bottom:-10px;
  margin-right:10px;
}
.page_message {
  top:0;
  margin-bottom:5px;
  width:1003px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.msg_type_info:before{
  background-image:url(/admin/themes/OneEleven/images/layout/info.png);
}
.msg_type_info{
  background-color:#ffffff;
}
.msg_type_infowarning:before{
  background-image:url(/admin/themes/OneEleven/images/layout/info-icon.png);
  background-size:23px 22px;
}
.msg_type_infowarning{
  background-color:#ffffee;
}
.msg_type_success:before{
  background-image:url(/admin/themes/OneEleven/images/layout/accept.png);
  background-size:23px 22px;
}
.msg_type_success{
  background-color:#eeffee;
}
#basket_head {
  width:813px;
  float:right;
  position:relative;
  z-index:1;
  
  margin-right:10px;
  margin-top:20px;
  padding:10px;
  padding-right:10px;
  padding-top:7px;
  padding-bottom:3px;
  
  text-align:left;
  font-weight:bold;
  font-size:14px;
  color:#58595b;
  
  border-radius:10px 10px 0px 0px;
  border:1px solid #ebeae6;
  border-bottom:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}

#basket_head_linetotal {
  float:right;
  text-align:right;
  width:80px;
  color:#58595b;
  font-size:13px;
  padding-right:0px;
  margin-right:-3px;
}
#basket_head_price {
  float:right;
  text-align:right;
  width:80px;
  color:#58595b;
  font-size:13px;
}
#basket_head_qty {
  float:right;
  text-align:left;
  width:35px;
  color:#58595b;
  font-size:13px;
}
#basket_head_remarks {
  float:right;
  text-align:left;
  width:159px;
  color:#58595b;
  font-size:13px;
}
#basket_head_description {
  float:right;
  text-align:left;
  width:280px;
  color:#58595b;
  font-size:13px;
}


#basket_shipping {
  padding-left:20px;
  float:left;
  width:160px;
}
#basket_shipping_head {
  position:relative;
  width:100%;
  z-index:1;
  
  margin-top:20px;
  padding:6px 10px;
  
  text-align:left;
  font-weight:bold;
  font-size:12px;
  color:#58595b;
  
  border-radius:10px 10px 0px 0px;
  border:1px solid #ebeae6;
  border-bottom:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
}
#basket_shipping input {
 width:118px;
 margin-bottom:5px;
 font-size:11px;
}
#basket_shipping select {
 width:118px;
 margin-bottom:5px;
 font-size:10px;
}
#basket_shipping_body, #basket_shipping_body_alt {
  padding: 5px 0px 5px 10px;
  border:1px solid #ebeae6;
  border-top:0px;
  border-bottom:0px;
  text-align:left;
}
#basket_shipping_foot {
  position:relative;
  width:100%;
  z-index:1;
  
  padding:6px 10px;
  
  text-align:left;
  font-weight:bold;
  font-size:12px;
  color:#58595b;
  
  border:1px solid #ebeae6;
  border-top:0px;

  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
  
  overflow:hidden;
}



.basket_product_data {
  float:left; 
  padding-left:20px; 
  display:table;
  max-width:290px;
}
.basket_product_data h2 {
  font-size:11px;
  color: #007eff;
  font-weight: bold;
  text-align:left;
}
.basket_product_data h3 {
  font-size:11px;
  color: #a5a7aa;
  font-weight: normal;
  text-align:left;
}
.basket_product_data h3 b {
  color: #58595b;
  font-weight: normal;
}
.basket_product_line {
  width:810px;
  float:right;
  display:table;
  padding-top:20px; 
  margin-right:10px;
  position:relative;
}

.basket_update {
  cursor:pointer;
  float:right;
  background: url("/images/refresh.png") no-repeat center center;
  background-size: 19px 20px;
  width:19px;
  height:20px;
  border: none;
  color:transparent;
  font-size:0;
  position:relative;
  bottom:2px;
  margin-left:20px;
  margin-right:4px;
  
}
.basket_remove {
  cursor:pointer;
  float:right;
  background: url("/images/del.png") no-repeat center center;
  width:19px;
  height:19px;
  border: none;
  color:transparent;
  font-size:0;
  position:relative;
  bottom:3px;
  margin-right:5px;
}

.basket_summary {
  width:800px;
  float:right;
  display:table;
  padding:10px 0px; 
  position:relative;
  
  margin:20px 20px 0 0;
  border-top: 1px solid #ebeae6;
}
.basket_summary_label {
  float:right;
  padding-right:20px;  
  font-weight:bold;
  color:#a5a7aa;
}
.basket_summary_price {
  font-family: 'Open Sans', sans-serif;
  color:#19153e;
  font-size: 12px;
  font-weight:600;
  float:right;
  width:140px;
  text-align:right;
}
.basket_summary_line {
  width:100%;
  float:right;
  padding: 0 58px 5px 0;
}
#total.basket_summary {
  margin-top:0px;
}
#total.basket_summary_label {
  color:#007eff;
  font-size:14px;
}
#total.basket_line_price {
  font-size:14px;
}
#vat.basket_summary_label {
  font-weight:normal;
}
#vat.basket_line_price {
  color:#a5a7aa;
  font-weight:normal;
}

.basket_product_img {
  width: 87px;
  height: 65.5px;;
  float:left; 
  border:0px solid #ebeae6;
}
.basket_product_img_container{
  position:relative;
  width: 89px;
  height: 67.5px;;
  float:left; 
  border: 1px solid #ebeae6;
}

.basket_product_qty {
  width: 30px;
  height:20px;
  float:right; 
  margin-left:30px;
  border:1px solid #ebeae6;
}
.basket_product_remarks {
  width: 130px;
  height:20px;
  float:right; 
  margin-left:30px;
  border:1px solid #ebeae6;
}
.basket_product_price {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color:#19153e;
  font-weight:600;
  float:right;
  width:80px;
  text-align:right;
}
.basket_line_price {
  font-family: 'Open Sans', sans-serif;
  color:#19153e;
  font-size: 12px;
  font-weight:600;
  float:right;
  width:80px;
  text-align:right;
}
.add-coupon-div input[type=text]{
  height:30px;
  width:250px;
  padding-left:37px;
  background:url(/images/coupon_discount_cut.png);
  background-repeat:no-repeat;
  background-position: 5px 0;
  background-size: auto 25px;
  border:1px solid #cccccc;
}
.add-coupon-div input[type=submit]{
  height:30px;
  padding-left:15px;
  padding-right:15px;
  border:1px solid #cccccc;
}
.product_line {
  width:800px;
  float:right;
  display:table;
  padding:20px 0; 
  padding-left:0px;
  position:relative;
  right:20px;
  border-top: 1px solid #ebeae6;
}
.product_img_container{
  position:relative;
  width: 175px;
  height: 132px;;
  float:left; 
  border:1px solid #ebeae6;
}
.product_img {
  width: 172px;
  height: 129px;
  position:relative;
}
.product_data {
  float:left; 
  padding-left:30px; 
  display:table; 
}
.product_data h2 {
  font-size:14px;
  color: #007eff;
  font-weight: bold;
  text-align:left;
  max-width:400px;
}
.product_data h3 {
  font-size:11px;
  color: #a5a7aa;
  font-weight: normal;
  text-align:left;
}
.product_data div {
  padding-top:15px;
  font-size:11px;
  color: #58595b;
  font-weight: normal;
  text-align:left;
  max-width:400px;
}
.product_data h3 b {
  color: #58595b;
  font-weight: normal;
}
.product_data table {
  padding-top:15px;
  max-width:420px;
}
.product_data table td {
  font-size:10px; 
  font-weight:normal; 
  color:#58595b; 
  max-width:280px;
}
.product_data table b {
  font-size:10px; 
  font-weight:bold; 
  color:#58595b; 
}
.product_data table a {
  font-size:10px; 
  font-weight:bold; 
}
.product_data .col_1 {
  text-align:left;
}
.product_data .col_2 {
  padding-left:30px;
  text-align:left;
}

.product_price {
  float:right; 
  display:table; 
}
.product_price table, .product_price table *{
  margin:0;
  padding:0;
  border-collapse:collapse;
}
.product_price td{
  padding-top:3px;
  position:relative;
}
.product_price table tr:nth-child(2) td{
  padding-top:8px;
}
.product_price table tr:nth-child(2) td:first-child:before {
  content:"";
  position:absolute;
  display:block;
  width:0;
  height:100%;
  left:0;
  top:0;
  border-left:1px solid #e7e8e9;
}
.product_price table tr td:first-child:before {
  content:"";
  position:absolute;
  display:block;
  width:0;
  height:100%;
  left:0;
  top:0;
  border-left:1px solid #e7e8e9;
}
.product_price table tr td:last-child:after {
  content:"";
  position:absolute;
  display:block;
  width:0;
  height:100%;
  right:0;
  top:0;
  border-left:1px solid #e7e8e9;
}
.product_price table tr:nth-last-child(3) td{
  padding-bottom:10px;
}
.product_price table tr:first-child td:before,.product_price table tr:first-child td:after,.product_price table tr:last-child td:before,.product_price table tr:last-child td:after {
  display:none;
}
.product_price table tr:last-child td{
  padding-top:0px;
}

.product_pdf {
  float:right; 
  display:table; 
  padding-right:10px;
}
.product_price_head div {
  padding-top:3px;
  padding-bottom:3px;
  padding-left:30px;
  padding-right:30px;
  color:#58595b; 

  position:relative;
  z-index:1;
  
  background: -o-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -moz-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -webkit-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: -ms-linear-gradient(top, #fbfbfb, #e7e8e9);
  background: linear-gradient(top, #fbfbfb, #e7e8e9);
  
  border: 1px solid #e7e8e9;
  border-radius:10px 10px 0px 0px;
  z-index:10;
  font-weight:bold;
  font-size:11px;

}
.product_price .product_price_vat {
  font-size:11px;
  text-align:right;
  padding-bottom:5px;
  padding-right:10px;
}
.product_price_foot {
  background: -webkit-linear-gradient(#eaa300, #eb6f00);
  background: -o-linear-gradient(#eaa300, #eb6f00);
  background: -moz-linear-gradient(#eaa300, #eb6f00);
  background: linear-gradient(#eaa300, #eb6f00);
}
.product_price_foot:hover {
  background: -webkit-linear-gradient(#96fa32, #75db00);
  background: -o-linear-gradient(#96fa32, #75db00);
  background: -moz-linear-gradient(#96fa32, #75db00);
  background: linear-gradient(#96fa32, #75db00);
}
.product_price_foot form {
  color:#58595b; 
}
.product_price_foot input[type=text] {
  width:30px;
  margin-right:5px;
}
.product_price_foot input[type=submit]:hover {
  border:1px solid #a2c684;
}
.product_price_foot input[type=submit] {
  display:inline-block;
  border:1px solid #d07c00;
  position:relative;
  height:29px;
  width:100%;
  border:0;

  background:transparent;
  background-image:url(/images/add-to-cart.png);
  background-repeat:no-repeat;
  background-position: 8px center;
  
  cursor:pointer;
  
  color:#ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  border:1px solid #caa77d;
  padding-top:-10px;
  padding-right:11px;
  padding-left:34px;
  font-weight:bold;
  font-size:11px;
  font-size:14px;
  text-shadow: 1px 1px 2px #666666;
}
.product_price_foot input[type=submit]:disabled {
  color:#eeeeee;
  background-color:#cccccc;
  cursor:auto;
}
.product_price .col_1 {
  text-align:left;
  padding-left:10px;
  color:#58595b;
  font-size:11px;
}
.product_price .col_2 {
  text-align:right;
  padding-left:30px;
  padding-right:10px;
  color:#170f3d;
  font-weight:bold;
  font-size:11px;
}




  .basket_progress{
    text-align:right;
	padding-left:30px;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
  }
  .basket_progress_active{
	background-color:#017eff;
	color:#ffffff;
  }
  .basket_progress_done{
	background-color:#909090;
	color:#e8e9e3;
  }
  .basket_progress_todo{
	background-color:#ebeae5;
	color:#929091;
  }  

#cookies{
  text-align:left; 
  width:1003px; 
  margin-left:auto;
  margin-right:auto; 
  padding:5px; 
  background-color:#f0f0f0;
  border: 1px solid #ebeae6;
  color:#58595b;
  position:relative;
  display:none;
}
#cookies .close {
  display:block;
  position:absolute;
  right:5px;
  top:5px;
}
.nopadding, .nopadding td, .nopadding tr {
  padding:0;
}
.nospacing, .nospacing td, .nospacing tr {
  margin:0;
  border-collapse:collapse;
}
.noborder, .noborder td, .noborder tr {
  border:0;
}
#slideshow {
}
#bodySection #content2 H1{
  text-align:left;
  font-size:16px;
}
#bodySection #content2 H2{
  text-align:left;
  font-size:14px;
  font-weight:bold;
  color:#007eff;
  padding-bottom:10px;
}
#bodySection #content2 H2 *{
  text-align:left;
  font-size:14px;
  font-weight:bold;
  color:#007eff;
}
#bodySection #content2 p{	
  padding-bottom:10px;
}
#profile_page_delivery .input-error, #profile_page_invoice .input-error {
  background-color:#FF9999;
}
#account_orders li {
  padding-bottom:5px;
  color:#007eff;
}
#account_orders a {
  color:#007eff;
}
#account_orders a:hover {
  color:#0be400;
}
#account_orders li:last-child {
}
iframe{
  position:absolute;
}

#mobile-refine_category {
  display:none;
}
.mobile {
  display:none;
}
#currency-selector {
  text-align:right; 
  width:800px; 
  float:right; 
  padding-right:20px; 
  padding-top:5px;
  padding-bottom:5px;
}

  .cycle-slideshow {
    display:block;
	width:100%;
	position:relative;
  }
  .cycle-slideshow * {
    width:100%;
	display:block;	
  }  
  .cycle-slideshow ul {
    display:block;
	width:100%;
	height:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
  }
  
  .cycle-slideshow li {
    position:absolute;
    z-index:1000;
    width:10px;
    height:10px;
	background:#ffffff;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
	display:none;
  }  
  .cycle-slideshow li:first-of-type {
    left:20px;
    background: url(/modules/Showtime/templates/jquery/images/prev_40.png);
  }
  .cycle-slideshow li:last-of-type {
    right:20px;
    background: url(/modules/Showtime/templates/jquery/images/next_40.png);
  }
