

h1 {text-transform: uppercase; font-weight:bold; font-size:24px; margin-top:0; border-bottom:1px solid #eee; line-height:36px; padding:12px 0;}

a.delete {margin-left:8px; display:inline-block;text-decoration:none; font-size:18px; color:#ccc; display:inline-block; text-align:center;}
a.delete:hover {color:#ff0000; }

span.ms {width:0.3em; display:inline-block;}




.price {
				font-family: Georgia, Times, Serif;
				font-size: 24px;
				font-weight:bold;
				font-style: italic;
				display: inline-block;
				
			}
			
.price:after {
				content: "\f158";
				font-family: 'FontAwesome';
				color: #999;
				font-size:16px;
				font-weight:400;
				font-style: italic;
				margin-left:0.3em;
				vertical-align: middle;
	
}


.price s {color:#777; font-size:14px; margin:0 0.5em 0 0; }



span.availability {display:block; font-size:10px; line-height:14px; text-transform: uppercase;}
.available {color:#1BBC9B;} 
.notavailable {color:#999;} 
body {

	background:#fff;
	margin:20px;
	font-family:'PT Sans Caption', Sans-serif;
	color:#333;
	font-size:14px;
	line-height:24px;
}

a {text-decoration:underline; color:#000; outline:none !important; }

img {border:none; display:block;}


table {width:100%; border-collapse:collapse; font-size:100%; margin:24px 0;}
th {font-weight:normal; border-bottom:1px solid #eee; text-align:left; vertical-align:top;}
td {border-bottom:1px solid #eee;}
th, td {padding: 5px 20px 5px 0; }
tr td:first-child {color:#000; padding-right:30px;}
tr.all:hover {background-color:#eee;}

a.cmpclick {background:#8d87bd; color:#fff; font-size:0.7em; padding:5px 20px; border-radius:2px;}


.button, 
.button:hover,
.button:focus  {
  
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  padding: 4px 30px;

  *margin-left: .3em;
  line-height: @step;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #1BBC9B;
  border: 1px solid #1BBC9B;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  



}




.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  background-color: #13836c;
  border: 1px solid #13836c;

  color:#fff;
 
  
}