
/* 
    Created on : Mar 10, 2015, 5:15:19 PM
    Author     : Ashkan
*/

/*--- top cart */
.qfcheckbox{
    padding: 1%;width: 20px;height: 20px;display: block;border: 1px solid #333;margin: 0 auto
}
.qfcheckstatus{
    cursor: pointer
}

#jm-mycart2 {
  float: right;
  margin: 0 0 0 25px;
  position: absolute;
  right: 21%;
  margin-right: 30px;
  top: 0px;
  display: none;
}
#jm-header2 #jm-mycart2{
	position: relative;
	top: 0px;
}

#jm-mycart2 .btn-toggle {
  display: block;
  margin: 0 10px;
  min-height: 40px;
  min-width: 80px;
  padding: 10px;
  position: relative;
  right: -10px;
  text-align: right;
  top: -10px;
  z-index: 10;
}

#jm-mycart2 .btn-toggle a{
	color: #787878;
	text-decoration: none
}

#jm-mycart2 .btn-toggle i {
	display: none;
}

#jm-mycart2 .btn-toggle strong {
	font-weight: normal;
}

#jm-mycart2 .btn-toggle span {
	color: #F04E46;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	clear: both;
	display: block;
	line-height: 180%;
}

#jm-mycart2  .btn-toggle .ico-shopping-cart 
{
		z-index: 999;

	/*background: url(../images/icon-cart.png) no-repeat 100% 0;*/
	display: block;
	height: 44px;
	line-height: 100%;
	padding: 0 25px 0 0;
}


#jm-mycart2 .btn-toggle.active .ico-shopping-cart {
	background-position: 100% -44px;
}


#jm-mycart2 .btn-toggle.active {
	box-shadow: 0 -1px 1px 0 #d9d9d9;
	-moz-box-shadow: 0 -1px 1px 0 #d9d9d9;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0
}

#jm-mycart2 .inner-toggle.active{
	display: block;
	min-width: 250px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 1;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 0 2px 0 #e5e5e5;
	-webkit-box-shadow: 0 0 2px 0 #e5e5e5;
}

#jm-head2 #jm-mycart2 .inner-toggle.active{
	top: 90px;
}


/*   

  SmartWizard 2.0 plugin 

  jQuery Wizard control Plugin

  by Dipu

  

  http://www.techlaboratory.net

  http://tech-laboratory.blogspot.com

*/

.swMain {

  position:relative;

  display:block;

  margin:0;

  padding:0;

  border: 0px solid #CCC;

  overflow:visible;

  float:right;

  width:1100px;

}

.swMain .stepContainer {

  display:block;

  position: relative;

  margin: 0;

  padding:0;    

  border: 0px solid #CCC;    

  overflow:hidden;

  clear:both;

  height:300px;

}



.swMain .stepContainer div.content {

  display:block;

  position: absolute;  

  float:right;

  margin: 0;

  padding:5px;    

  border: 1px solid #CCC; 

  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 

  color:#5A5655;   

  background-color:white;  

  

  text-align:right;

  overflow:visible;    

  z-index:88; 

  -webkit-border-radius: 5px;

  -moz-border-radius  : 5px;

  width:98%;

  clear:both;

}



.swMain div.actionBar {

  display:block;

  position: relative; 

  clear:both;

  margin:             3px 0 0 0;   

  border:             1px solid #CCC;

  padding:            0;    

  color:              #5A5655;   

  background-color:   #F8F8F8;

  height:40px;

  text-align:right;

  overflow:auto;    
  width: 99%;
  z-index:88; 



  -webkit-border-radius: 5px;

  -moz-border-radius  : 5px;

  left:0;

}



.swMain .stepContainer .StepTitle {

  display:block;

  position: relative;

  margin:0;   

  border:1px solid #E0E0E0;

  padding:5px;   

  font: bold 16px Verdana, Arial, Helvetica, sans-serif; 

  color:#5A5655;   

  background-color:#E0E0E0;

  clear:both;

  text-align:right; 

  z-index:88;

  -webkit-border-radius: 5px;

  -moz-border-radius  : 5px;    

}

.swMain ul.anchor {

  position: relative;

  display:block;

  float:right;

  list-style: none;

  padding: 0px;  

  margin: 10px 0;      

  clear: both;

  border: 0px solid #CCCCCC;    

  background: transparent; /*#EEEEEE */

}

.swMain ul.anchor li{ 

  position: relative; 

  display:block;

  margin: 0;

  padding: 0; 

  padding-left:3px;

  padding-right: 3px;

  border: 0px solid #E0E0E0;      

  float: right;

}

/* Anchor Element Style */

.swMain ul.anchor li a {

  display:block;

  position:relative;

  float:left;

  margin:0;

  padding:3px;

  height:40px;

  width:204px;

  text-decoration: none;

  outline-style:none;

  -moz-border-radius  : 5px;

  -webkit-border-radius: 5px;

  z-index:99;

}

.swMain ul.anchor li a .stepNumber{

  position:relative;

  float:right;

  width:30px;

  text-align: center;

  padding:5px;

  padding-top:0;

  font: bold 25px Verdana, Arial, Helvetica, sans-serif;

}

.swMain ul.anchor li a .stepDesc{

  position:relative;

  display:block;

  float:right;

  text-align: right;

  padding:5px;



  font: bold 10px Verdana, Arial, Helvetica, sans-serif;

}

.swMain ul.anchor li a .stepDesc small{

  font: normal 12px Verdana, Arial, Helvetica, sans-serif;

}

.swMain ul.anchor li a.selected{

  color:#F8F8F8;

  background: #EA8511;  /* EA8511 */

  border: 1px solid #EA8511;

  cursor:text;

  -moz-box-shadow: 5px 5px 8px #888;

  -webkit-box-shadow: 5px 5px 8px #888;

  box-shadow: 5px 5px 8px #888;

}

.swMain ul.anchor li a.selected:hover {

  color:#F8F8F8;  

  background: #EA8511;  

}



.swMain ul.anchor li a.done { 

  position:relative;

  color:#FFF;  

  background: #8CC63F;  

  border: 1px solid #8CC63F;   

  z-index:99;

}

.swMain ul.anchor li a.done:hover {

  color:#5A5655;  

  background: #8CC63F; 

  border: 1px solid #5A5655;   

}

.swMain ul.anchor li a.disabled {

  color:#CCCCCC;  

  background: #F8F8F8;

  border: 1px solid #CCC;  

  cursor:text;   

}

.swMain ul.anchor li a.disabled:hover {

  color:#CCCCCC;  

  background: #F8F8F8;     

}



.swMain ul.anchor li a.error {

  color:#6c6c6c !important;  

  background: #f08f75 !important;

  border: 1px solid #fb3500 !important;      

}

.swMain ul.anchor li a.error:hover {

  color:#000 !important;       

}



.swMain .buttonNext {

  display:block;

  float:left;

  margin:5px 3px 0 3px;

  padding:5px;

  text-decoration: none;

  text-align: center;

  font: bold 13px Verdana, Arial, Helvetica, sans-serif;

  width:100px;

  color:#FFF;

  outline-style:none;

  background-color:   #5A5655;

  border: 1px solid #5A5655;

  -moz-border-radius  : 5px; 

  -webkit-border-radius: 5px;    

}

.swMain .buttonDisabled {

  color:#F8F8F8  !important;

  background-color: #CCCCCC !important;

  border: 1px solid #CCCCCC  !important;

  cursor:text;    

}

.swMain .buttonPrevious {

  display:block;

  float:left;

  margin:5px 3px 0 3px;

  padding:5px;

  text-decoration: none;

  text-align: center;

  font: bold 13px Verdana, Arial, Helvetica, sans-serif;

  width:100px;

  color:#FFF;

  outline-style:none;

  background-color:   #5A5655;

  border: 1px solid #5A5655;

  -moz-border-radius  : 5px; 

  -webkit-border-radius: 5px;    

}

.swMain .buttonFinish {

  display:block;

  float:left;

  margin:5px 10px 0 3px;

  padding:5px;

  text-decoration: none;

  text-align: center;

  font: bold 13px Verdana, Arial, Helvetica, sans-serif;

  width:100px;

  color:#FFF;

  outline-style:none;

  background-color:   #5A5655;

  border: 1px solid #5A5655;

  -moz-border-radius  : 5px; 

  -webkit-border-radius: 5px;    

}



/* Form Styles */



.txtBox {

  border:1px solid #CCCCCC;

  color:#5A5655;

  font:13px Verdana,Arial,Helvetica,sans-serif;

  padding:2px;

  width:430px;

}

.txtBox:focus {

  border:1px solid #EA8511;

}



.swMain .loader {

  position:relative;  

  display:none;

  float:right;  

  margin: 2px 0 0 2px;

  padding:8px 10px 8px 40px;

  border: 1px solid #FFD700; 

  font: bold 13px Verdana, Arial, Helvetica, sans-serif; 

  color:#5A5655;       

  background: #FFF url(../images/loader.gif) no-repeat 5px;  

  -moz-border-radius  : 5px;

  -webkit-border-radius: 5px;

  z-index:998;

}

.swMain .msgBox {

  position:relative;  

  display:none;

  float:left;

  margin: 4px 0 0 5px;

  padding:5px;

  border: 1px solid #FFD700; 

  background-color: #FFFFDD;  

  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 

  color:#5A5655;         

  -moz-border-radius  : 5px;

  -webkit-border-radius: 5px;

  z-index:999;

  min-width:200px;  

}

.swMain .msgBox .content {

  font: normal 12px Verdana,Arial,Helvetica,sans-serif;

  padding: 0px;

  float:left;

}

.swMain .msgBox .close {

  border: 1px solid #CCC;

  border-radius: 3px;

  color: #CCC;

  display: block;

  float: right;

  margin: 0 0 0 5px;

  outline-style: none;

  padding: 0 2px 0 2px;

  position: relative;

  text-align: center;

  text-decoration: none;

}

.swMain .msgBox .close:hover{

  color: #EA8511;

  border: 1px solid #EA8511;  

}