﻿
input[type='file'] {
  color: transparent;    /* Hides your "No File Selected" */
         /* Sets the Control to Right-To-Left */
}
/*.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}*/

.qty {
    width: 20px;
    height: 19px;
    text-align: center;
}
/*input.qtyplus { width:20px; height:19px; background:url(../images/plus_img.jpg) no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);  }
input.qtyminus { width:20px; height:19px; background:url(../images/minus_img.jpg) no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);  }*/
input.qtyplus { width:20px; height:19px; }
input.qtyminus { width:20px; height:19px; }
.right_book{ float:right; margin:7px; cursor:pointer;}
.btnright_book{ float:right; margin:-3px; cursor:pointer;}
.left_book { float:left; margin:7px; cursor:pointer;}

.right_book:hover {
	opacity: 0.7;
  }
  .btnright_book:hover {
	opacity: 0.7;
  }
.left_book:hover {
	opacity: 0.7;
  }
  
  .textboxwidth
  {
      width:138px;
  }
 
  .textboxwidthbig
  {
      width:213px;
  }
  .imageselect
  {
      width:213px;
  }
  .language
  {
      bottom: 13px; left: 0; margin-left: 200px;position: absolute;width:70px;
  }
  .languagebar
  {
      background-color:#E6E6E6;
     
  }

.step_box {
    min-width: 250px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 230, 230);
    line-height: 2.7em;
    color: #000000;
}
  .step_box:hover, #selected_step_box, .QuickStartLong:hover {
         background: none repeat scroll 0 0 #87AA44;
         color: #FFFFFF;
    }
    .selected {
         background: none repeat scroll 0 0 #87AA44;
         color: #FFFFFF;
    }

/*    .CartItemCount
{
    position: absolute;
    background: none repeat scroll #769337;
    z-index: 99;
    color: white;
    left: 24px;
    height: 23px;
    top: 30px;
    width: 23px;
    border-radius: 50%;
}*/


.facebookimg
{
    border:0px;
    padding:0px;
}
@media only screen and (max-width: 767px) 
{
    input.qtyplus { width:17px; height:16px; }
input.qtyminus { width:17px; height:16px; }
.qty {
    width: 17px;
    height: 16px;
    text-align: center;
}
}

.right_book1{ float:right; margin:5px; cursor:pointer; padding:7px;}
.left_book1 { float:left; margin:5px; cursor:pointer;padding:7px;}