/* CUSTOM FONTS */
@font-face{
	font-family: Pathway Gothic One;
	font-weight:bold;
	src: url("/fonts/Pathway_Gothic_One/PathwayGothicOne-Regular.ttf") format('truetype');
}
/* STYLES */
*{
	margin:0;
	padding:0; 
}
body{
	color:#fff;
	font-family: Pathway Gothic One, Verdana, Arial;
	width:100%;
}
#widgetContainer{
	background:#1e1e1e;
	position:relative;
	display:inline-block;
}
#widgetContainer>div{
	margin:10px;
	overflow:hidden;
}
#widgetImage{
	float:left;
	display:inline-block;
	margin-right: 10px;
	max-height:136px;
	overflow:hidden;
}
#widgetHeader{
	margin-bottom:10px;
	text-transform:uppercase;
	font-size: 24px;
}
#widgetDesc{
	max-height:110px;
	overflow:hidden;
	line-height:1.4;
}
#widgetActionRq {
	display: inline-block;
	min-width:215px;
	position:absolute;
	right: 15px;
	bottom: -30px;
	background:#444;
	padding:2px;
}

/* pricing & discount */
#widgetPricing {
	float: left;
	min-width:110px;
	background:#1e1e1e;
}
.discount{
	padding:10px;
	float:left;
	font-size:23px;
	background:#45affa;
}
.retailprice{
	float:right;
	font-size:14px;
	text-decoration:line-through;
	color:#c9c9c9;
}
.realprice{
	font-size:18px;
}
.retailprice, .realprice{
	text-align:right;
	padding:5px;
	line-height:1; 
}
#buyButton{ 
	font-size: 20px;
	text-align:center;
	width:100%;
}
#buyButton a{
	color:#ededed;
	text-decoration:none;
}
#buyButton a:hover{
	color:#fff;
}
.over-50{
	background:#f98d4d;
}
/* call to action */
.call-to-action{
	height:45px;
	vertical-align:text-top;
	line-height:45px;
	overflow:hidden; 
	text-transform:uppercase;
}
.green{
	border:1px solid #99ED4B;
	background: rgba(45,122,41,1) 100%);
	background:  -moz-linear-gradient(top,  rgba(153,237,75,1) 0%, rgba(45,122,41,1) 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,237,75,1)), color-stop(100%,rgba(45,122,41,1))); /* Chrome,Safari4+ */
	background:  -webkit-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* Opera 11.10+ */
	background:  -ms-linear-gradient(top,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* IE10+ */
	background:  linear-gradient(to bottom,  rgba(153,237,75,1) 0%,rgba(45,122,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ed4b', endColorstr='#2d7a29',GradientType=0 ); /* IE6-9 */

}
.green:hover{
	border: 1px solid #68d10f;
	background-repeat:no-repeat;
	background-image: url('/images/design/buy_btnshine.png');
	background-image: url('/images/design/buy_btnshine.png'),    -moz-linear-gradient(top, rgba(123,240,18,1) 0%, rgba(8,127,5,1) 100%);
	background-image: url('/images/design/buy_btnshine.png'),        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,240,18,1)), color-stop(100%,rgba(8,127,5,1)));
	background-image: url('/images/design/buy_btnshine.png'), -webkit-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background-image: url('/images/design/buy_btnshine.png'),      -o-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background-image: url('/images/design/buy_btnshine.png'),     -ms-linear-gradient(top, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	background-image: url('/images/design/buy_btnshine.png'),         linear-gradient(to bottom, rgba(123,240,18,1) 0%,rgba(8,127,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bf012', endColorstr='#087f05',GradientType=0 );
}
.orange{
	border: 1px solid #F9BF89; 
	background: #fc7e00; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9bf89 0%, #fc7e00 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bf89), color-stop(100%,#fc7e00)); /* Chrome,Safari4+ */
	background:  -webkit-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* Chrome10+,Safari5.1+ */
	background:  -o-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* Opera 11.10+ */
	background:  -ms-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* IE10+ */
	background:  linear-gradient(to bottom,  #f9bf89 0%,#fc7e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf89', endColorstr='#fc7e00',GradientType=0 ); /* IE6-9 */
}
.orange:hover{
	border: 1px solid #F9BF89; 
	background-repeat:no-repeat;
	background-image: #fc7e00; /* Old browsers */
	background-image: url('/images/design/buy_btnshine.png'),-moz-linear-gradient(top,  #f9bf89 0%, #fc7e00 100%); /* FF3.6+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bf89), color-stop(100%,#fc7e00)); /* Chrome,Safari4+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('/images/design/buy_btnshine.png'), -o-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* Opera 11.10+ */
	background-image: url('/images/design/buy_btnshine.png'), -ms-linear-gradient(top,  #f9bf89 0%,#fc7e00 100%); /* IE10+ */
	background-image: url('/images/design/buy_btnshine.png'), linear-gradient(to bottom,  #f9bf89 0%,#fc7e00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf89', endColorstr='#fc7e00',GradientType=0 ); /* IE6-9 */
}
.red{
	border:1px solid #ED8080;
	background-repeat:no-repeat;
	background-image: url('/images/design/buy_btnshine.png');
	background-image: url('/images/design/buy_btnshine.png'), -moz-linear-gradient(top,  #ed8080 0%, #752f29 100%); /* FF3.6+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed8080), color-stop(100%,#752f29)); /* Chrome,Safari4+ */
	background-image: url('/images/design/buy_btnshine.png'), -webkit-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('/images/design/buy_btnshine.png'), -o-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* Opera 11.10+ */
	background-image: url('/images/design/buy_btnshine.png'), -ms-linear-gradient(top,  #ed8080 0%,#752f29 100%); /* IE10+ */
	background-image: url('/images/design/buy_btnshine.png'), linear-gradient(to bottom,  #ed8080 0%,#752f29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8080', endColorstr='#752f29',GradientType=0 ); /* IE6-9 */
}
/* DM */
.dm{
	color:#c9c9c9;
	display:inline-block;
	font-size:25px;
	overflow:hidden;
	padding-left:2px;
}
.main_text{
	float:left;
	overflow:hidden;
	font-size:25px;
	position:relative;
}
/* hebrew-fix */
.hebrew-fix{
	direction:rtl;
	unicode-bidi:embed;
}
/* main_title fix */
.dots{
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
}