/* @override http://qoqa2/css/crir.css */

label.radio_checked, label.radio_unchecked {
    float: left;
    width: 131px;
  height: 24px;
  margin: 3px;
  text-align: center;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 116%;
  cursor: pointer;
}

fieldset.payment_method label.radio_checked, fieldset.payment_method label.radio_unchecked{  font-size: 85%;
  text-align: right;
  padding-right: 8px;
  width: 123px;
  text-transform: lowercase;
}

label.radio_checked {	color: #fff;
    background-image: url(../images/btn_pink.png);
}label.radio_unchecked  {	color: #fff;
    background-image: url(../images/btn_grey.png);
}label.radio_checked:hover{
  text-decoration: underline;
}label.radio_unchecked:hover {
  text-decoration: underline;
}

/* Checkboxes */label.checkbox_checked {	background: transparent url(../images/icons/tick.png) no-repeat;		display: block;	margin: 10px 0;	padding-left: 25px;}label.checkbox_unchecked  {	background: transparent url(../images/icons/cross.png) no-repeat;		display: block;	margin: 10px 0;	padding-left: 25px;}label.checkbox_unchecked:hover, 
label.checkbox_checked:hover{	color: #575B60;}

/* General hand hover */

label.radio_checked:hover, label.radio_unchecked:hover, label.checkbox_unchecked:hover, label.checkbox_checked:hover {
	cursor: pointer;}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *//* STOP EDITTING - DO NOT CHANGE OR REMOVE        */.crirHidden {	position: absolute;	left: -9999999px;
}/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* ** JS DISABLED ** */

fieldset.payment_method label,
fieldset.currency label,
fieldset.qty label{
  padding-right: 8px;
  width: 123px;
  text-transform: lowercase;
  float: left;
  font-size: 120%;
  color: #ec3d9b;
  font-weight: bold;
  text-align: center;
}

fieldset.payment_method label input, 
fieldset.currency label input,
fieldset.qty label input{
  width: 12px;
  margin-left: 5px;
  display: inline;
}

input#buy_conditions, input#same_has_billing {
  margin-right: 5px;
}