.cleft h1 span{
	font-size: 35px;
	color:#888;
	line-height:35px;
	position:relative;
	float:left;
}
.cleft h1{
	width:100%;
	position:relative;
	float:left;
	font-size:55px;
}
.action-card_span{
	font-size:12px;
	color:#777;
	position:relative;
	float:left;
}
.action-card_h1{
	font-size:18px;
}
#offer{
	font-size: 14px;
	font-weight:normal;
	line-height: 64px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	color:red;
	text-decoration:line-through;
}
.price{
	font-size: 14px;
}
.store_link{
	position:relative;
	float:left;
	width:45%;
	margin-right:5%;
}
.store_link img{
	max-width:100%;
}
.navbar ul{
	position: relative;
	z-index: 0;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar ul li{
	float: left;
	border-right: 1px solid #e7e7e7;
	opacity: 1;
}
.navbar ul a{
	width: 240px;
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: -1px;
  padding: 4px 0 9px 0;
  text-decoration: none;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  transition-duration: 100ms;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 100ms;
  -o-transition-property: box-shadow;
  -o-transition-duration: 100ms;
  transition-property: box-shadow;
  transition-duration: 100ms;
}
.navbar ul li .image{
	  height: 54px;
  width: auto;
  padding: 1px;
}
.navbar ul li .image img{
	max-height:100%;
}
.navbar{
	background-color:#fff;
	border-radius:4px;
	box-shadow:-1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	-moz-box-shadow:-1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
	-webkit-box-shadow:-1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
}
#maindiv{
	clear:both!important;
}
#cartmac{
	position:relative;
	float:left;
	clear:both;
	font-family:roboto;
	line-height:18px;
	height:18px;
	margin-top:10px;
	width:970px;
	left:50%;
	margin-left:-485px;
}
#cartclick{
	cursor:pointer;
}
#cartmac img{
	position:relative;
	float:right;
	height:15px;
	margin:0px 5px 0px 5px;
}
#cartmac span{
	position:relative;
	float:right;
	line-height:18px;
	height:18px;
}
#xcart{
	position:absolute;
	right:9px;
	top:9px;
	cursor:pointer;
}
@media (max-width: 980px) and (min-width: 643px){
#cartmac{
	width:640px;
	margin-left:-320px;
}
}
@media (max-width: 642px){
#cartmac{
	width:320px;
	margin-left:-160px;
}
}