/*YOUR CUSTOM STYLES*/
.WarningCopy{

	margin:0 auto;

	width:250px;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
	color:#FFF;
	float:left;
	background-color:#F00;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:3px;
	text-indent:10px;

}

.global-wrap {
  background: #ffffff;
}
.Normal_Link{
	
	color:#ED5A4B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
.Normal_Link:visited {color:#ED5A4B;}
.Normal_Link:active {color:#ED5A4B;}
.Normal_Link:hover {color:#F60;}

.product-desciption {
  font-family:Arial, Helvetica, sans-serif;
  color: #222325;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4em;
}
.product-title {
  color: #222325;
  font-size: 22px;
  font-weight:bold;	
}

.product-cat{

  color: #222325;
  font-size: 26px;
  font-weight:bold;	
	
}

.btn-readmore{
	
	background-color:#767676;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
}
.btn-readmore:hover{
	
	background-color:#222325;
	color:#fff;
}

.product-cat-viewvouchers {
  border: 1px solid #e6e6e6;
  margin-top: 13px;
   padding-bottom: 8px;
  padding-top: 8px;
  line-height: 1em;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  background-color:#767676;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.product-cat-viewvouchers:hover {
  background-color:#222325;

}

.product-thumb{

	background: #F5F5F5;
    overflow: hidden;
	
}
.product-header{
	background: #F5F5F5;	
	background-color: #F5F5F5;	
}
.product-thumb-horizontal .product-title .product-inner{

	background: #F5F5F5;
	background-color: #F5F5F5;	
	overflow:visible;
	
}
.product-monetary{
	overflow:visible;
	height:360px;
}


@media screen and (min-width:200px) and (max-width:610px){
.product-monetary{
	overflow:visible;
	height:480px;
}
}
@media screen and (min-width:600px) and (max-width:1000px){
.btn-readmore{
	
	margin-top:10px;
	
}
}

@media screen and (min-width:200px) and (max-width:610px){

.product-desciption{
	display:none;
	overflow:hidden;
	
}
.btn-primary{ font-size:12px;}
.btn-medium{font-size:12px; width:auto; padding-left:3px; padding-right:3px;text-align:center;}


.product-thumb .product-header >img {
  display: block;
  overflow:hidden;
	height:50px;
}

.fa{display: none;
  overflow:hidden;}
  
.product-inner{
	/*height:100px;*/
}
}

.product-thumb{
	
	/*
	overflow:visible;
	height:600px;
	*/
}

.box {
  background: #F5F5F5;
}
.tabbable .tab-content {
  background: #F5F5F5;
}
.box_red_new{ margin:25px auto 15px; padding:10px; margin-left:15px;float:left; background:#ffffff; border:2px solid #CF2900; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font:bold 16px Arial, Helvetica, sans-serif; color:#CF2900;}


.DownloadButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#db0909);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff0000),
		to(#db0909));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ad0000;
	-moz-box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.DownloadButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#910000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff0000),
		to(#910000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ad0000;
	-moz-box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(061,005,005,0.5),
		inset 0px 1px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.PrintButton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffaa33 0%,
		#e8942e);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffaa33),
		to(#e8942e));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e08f2d;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.4),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		1px 1px 1px rgba(000,000,000,0.6),
		0px 0px 0px rgba(255,255,255,0.3);
}

.PrintButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#00b6ee 0%,
		#0493bf);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00b6ee),
		to(#0493bf));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0498c5;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
.PrintButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#00b6ee 0%,
		#02536A);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#00b6ee),
		to(#02536A));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0498c5;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
@media (min-width: 1px) and (max-width: 980px){

.product-price-list{width:180px;}
.product-price-list h3{

	font-size:18px;
}
}

@media (min-width: 1px) and (max-width: 500px){

.product-price-list{width:100%;}
}