.color_container{
    width: 150px;
    height: 150px;
}
.selector_block{
	display: none;
}
.selector_block img{
	cursor: pointer;
}
.color_container{
	cursor: pointer;
}
.zensteel_table{
	width: 100%;
	table-layout:fixed;
}
.zensteel_table td, .zensteel_table th{
	border: 1px solid #DDD;
	padding: 5px;
}
.z_col1{
	width: 30%;
}
.z_col2{
	width: 15%;
}
.z_col3{
	width: 30%;
}
.z_col4{
	width: 15%;
}
.z_col5{
	width: 10%;
}
.number_button {
  margin: 0 0 0 5px;
  text-indent: -9999px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  float: left;
  text-align: center;
  background: url(../images/buttons.png) no-repeat;
}
.dec {
  background-position: 0 -29px;
}

.buttons {
  padding: 20px 0 0 140px;
}
.numbers-row input{
	width: 40px;
	float: left;
}


/*
.fancy-checkbox {
  display: block;
  font-weight: normal;
}
.fancy-checkbox input[type="checkbox"] {
  display: none;
}
.fancy-checkbox input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.fancy-checkbox input[type="checkbox"] + span:before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  bottom: 1px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  content: "";
  border: 1px solid #ccc;
}
.fancy-checkbox input[type="checkbox"]:checked + span:before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 12px;
  color: #99a1a7;
  text-align: center;
  line-height: 16px;
  background: #ededed;
  border: 1px solid #ccc;
}
.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
  color: #53D76A;
  background-color: #fff;
}
.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
  color: #fff;
  background-color: #53D76A;
  border-color: #32cf4d;
}
*/

.zensteel_offer{
	display: none;
}
.shipping_options{
	display: none;
  padding: 20px 0;
}
.shipping_select{
  padding: 20px 0;
}
.modzensteel_container select{
  height: 50px !important;
  margin-bottom: 15px;
}
.shipping_option_select{
 padding: 20px 0;
}
.product_quantity{
  width: 60px !important;
}
.darab{
  padding: 0 0 0 5px;
  line-height: 33px;
}
.clear{
  clear: both;
}
.shipping_option_select{
  display: none;
}
.hidden_element{
  display: none;
}
.sum_desc{
  font-weight: normal !important;
}