/* jQuery Countdown styles */
.hasCountdown {
	border: 0px solid #ccc;
	/*background: #eaeaea;*/
	/*color: #454545 !important;*/
	width: 80%;
	display: block !important;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
	/*background: #1C403E;*/
	background: #000;
	color:#fff !important;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	text-align: center;
	font-size: 75%;
	color: #c1c1c1;
}
.countdown_amount {
	font-weight: bold;
	font-size: 200%;
	color: #454545;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.countdown_time {
	font-size: 200%;  font-weight: bold;
}
.countdown_description {
	/*color: #539fbf !important;*/
	font-size: 100%;
	font-weight: bold;
	color: #fff !important;
	
}

#deal{
	display:inline-block;
	width:100%;
}
/* timer on a product page */
#dod_countdown_current {
	background: #38b0e3 !important;
	width: 230px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #38b0e3;
	-moz-box-shadow: 0px 0px 5px #454545; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px #454545; /* Safari/Chrome */
	box-shadow: 0px 0px 5px #454545; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Color='#999999')";/* IE 8 */
	: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Color='#999999');/* IE 5.5 - 7 */ 
	display: inline-block !important;
	margin: 10px 0px 10px 0px;
	
}
#dod_countdown_current .countdown_amount {
	color: #fff !important;
}


/* css for deal box */
.dod_container {
	background: #f1f1f1;/*#e1e1e1;*/
	margin: 0px 0px 20px 0px;
	padding-top: 1px;

	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #bebebe;

	background: #f2f2f2 url("dod_bg.png") no-repeat 50% 0px;
}
.dod_box {
/*	margin: 20px;*/
}
.dod_box_left, .dod_box_right {
	background: transparent;
}
.dod_box_left {
	float: left;
/*	width: 49%;*/
	text-align: center;
}
.dod_box_right {
	float: right;
	/*width: 49%;*/
	text-align: center;
	width:60%;
}
.dod_discount { 
	width: 80%;
	background: #eaeaea;
	margin: 5px 0px 15px 0px;
	padding: 0;
}
.dod_discount dl {
	float: left;
	/*width: 33%;*/
	/*margin: 5px 0px 10px 0px;*/
	/*width:49%;*/
	font-size:11px;
	margin:5px 0px;
}
.dod_discount dl dt, .dod_discount dl dd {
	margin: 0;
	padding: 0px 0px 0px 0px;
	
	color:#fff;
}
.dod_discount dl dt {
	/*font-weight: bold;
	font-size: 120%;*/
	font-size:11px;
}
.dod_discount dl dd {
	font-weight: bold; /*font-size: 160%;*/
}
.dod_discount dl.value {
	color: #a4a4a4 !important;
}
.dod_discount dl.discount {
	color: #539fbf !important;
}
.dod_discount dl.save {
	color: #ff0000 !important;
}
.dod_box h3 {
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
.dod_box h3 a {
	text-decoration: none;
	font-size: 190%;
	color: #454545;
	font-weight: bold;
	font-variant: small-caps !important;
}
.dod_box .dod_desc {
	color: #646464;
/*	margin: 0px 0px 10px 0px;*/
	padding: 0;
}
.dod_box a.dod_button {
	display: inline-block;
	width: 292px;
	height: 56px;
	text-align: left;
	background: url("dod_button.png") no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 10px;
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none !important;
}
.dod_box a.dod_button span.dod_text {
	display: inline-block;
	color: #fff;
	font-size: 150%;
	text-align: center;
	padding: 7px 0px 0px 3px;
	width: 255px;
	line-height: 15px;
}
.dod_box a.dod_button span.dod_price {
	font-size: 120%;
	color: #fff;
	font-weight: bold;
}
.dod_box a.without_stock_status {
	line-height: 43px;
}
.dod_nodeals {
	color: #ff0000 !important;
	text-align: center;
	font-size: 200%;
	padding-top: 30px;
	font-weight: bold;
}
.dropshadow_image {
	background: #fff;
	
	border:none; border-radius:0; padding:0; box-shadow:none;
	/*padding: 10px;	
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #fff;*/
	/*-moz-box-shadow: 0px 0px 10px #454545; /* Firefox */
	/*-webkit-box-shadow: 0px 0px 10px #454545; /* Safari/Chrome */
	/*box-shadow: 0px 0px 10px #454545; /* Opera and other CSS3 supporting browsers */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Color='#454545')";/* IE 8 */
	/*: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Color='#454545');/* IE 5.5 - 7 */  
} 
.dropshadow_discount {
	padding: 5px;	
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 2px #858585; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #858585; /* Safari/Chrome */
	box-shadow: 0px 0px 2px #858585; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Color='#858585')";/* IE 8 */
	: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Color='#858585');/* IE 5.5 - 7 */ 	
	
} 

.text_white { color: #fff !important; }
.text_blue { color: #539fbf !important; }
.text_red { color: #ff0000 !important; }
.text_grey { color: #a4a4a4 !important; }
.text_light { color: #d6d6d6 !important; }
.text_small { font-size: 65% !important; }
.text_bigger { font-size: 125% !important; }
.text_big { /*font-size: 150% !important; */ font-size: 200% !important; font-family:Arial,Helvetica,sans-serif !important}
.text_bold { font-weight: bold !important; }
.text_normal { font-weight: normal !important; }
.align_center { text-align: center; }
.line_through { text-decoration: line-through !important; }
.opacity { filter: alpha(opacity=50); opacity: 0.5; }

/* css clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* dod_button_link */
.dod_button_link, .dod_button_link span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.dod_button_link {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
	margin-right:5px;
}
.dod_button_link.full, .dod_button_link.full span {
	display: block;
}
.dod_button_link:hover, .dod_button_link.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.dod_button_link:active, .dod_button_link.active {
	top:1px;
}
.dod_button_link span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
	font-weight: bold;
}

.dod_button_link.small span {
	font-size:12px;
}
.dod_button_link.medium span {
	font-size:14px;
}
.dod_button_link.large span {
	font-size:18px;
}

.dod_button_link.black {
	background-color: #333333;
}
.dod_button_link.gray {
	background-color: #666666;
}
.dod_button_link.white {
	background-color: #FFFFFF;
}
.dod_button_link.white span{
	color: #666666;
}
.dod_button_link.red {
	background-color: #e62727;
}
.dod_button_link.orange {
	background-color: #ff5c00;
}
.dod_button_link.magenta {
	background-color: #A9014B;
}
.dod_button_link.yellow {
	background-color: #ffb515;
}
.dod_button_link.blue {
	background-color: #00ADEE;
}
.dod_button_link.pink {
	background-color: #e22092;
}
.dod_button_link.green {
	background-color: #91bd09;
}
.dod_button_link.rosy {
	background-color: #F16C7C;
}
.dod_button_link.brown {
	background-color: #804000;
}
.dod_button_link.purple {
	background-color: #800080;
}
.dod_button_link.cyan {
	background-color: #46C7C7;
}
.dod_button_link.gold {
	background-color: #D4A017;
}

/* added */
#dod{float: left; padding: 0px; border: 1px solid #CCCCCC; width: 290px; margin-right:10px; margin-bottom:10px; background:#fff; border-radius:0px; position:relative; overflow:hidden; height:282px;}
#overlay{background: #000; height: 265px; left: 0px; opacity: 0.7; position: absolute; top: 0px; width: 300px; height:311px; display:none; filter:alpha(opacity=0);}
.product_link{display:block;width:100%;height:100%;text-decoration:none;position:absolute;}
.main{text-align:center;font-size:14px;margin-top:60px;margin-bottom:20px; color:#fff; font-family: Tahoma,"Trebuchet MS",Verdana;}
.txt{margin-top:20px;}
.dod-head{background: #000; height: 25px; width: 100%; margin: 0px;}
.dod-head-right{float:right;padding-right:5px;padding-top:4px; color:#fff;}
.txt-right{/*color: #3C7972!important; font-weight: bold;*/ text-align: left; text-decoration: none; font-family: Tahoma,"Trebuchet MS",Verdana; font-size: 12px; margin: 5px;}
.txt-left{ border: 1px dashed #CCCCCC;
    box-shadow: none;
    /* background: #F14E2E; */
    background: #1F3D3B;
    border-radius: 0px;
    width: 106px;
    height: 100px;
    margin: 1px;
    margin-left: 5px;}
.now-only-price{font-size:18px;font-weight:bold;color:#fff;line-height:120%;}
.save-txt{color:yellow!important;}
.save-right{float:right!important;padding-right:5px!important;}

 



