#timer {
    text-align: center;
    font-size: 1em;
    color: #000;
    width: 100%;
    float: right;
	padding:0;
	margin:0;
	height:auto;
	position:relative;
}

#notimer {
    font-size: 1em;
    color: #000;
	height:auto;
	margin-top: 20px;
    line-height: 32px;
}

.InStock{
background-color:#91c03d;
width: 22.5%;
font-size: 0.5em;
text-align: center;
font-style: bold;
vertical-align: middle;
float:left;
color: #ffffff;
padding:11px 7px;
position:absolute;
top:-53px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
height: 40px;
text-transform: uppercase;
}

.OutofStock{
background-color:#FF0004;
width: 22.5%;
font-size: 0.8em;
text-align: center;
font-style: bold;
vertical-align: middle;
float:left;
color: #ffffff;
padding:4px 7px;
position:absolute;
top:81px;
left:0px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
height: 40px;
text-transform: uppercase;
}

.Instockdespatchinfo {font-size:15px;}

#notimer {background-color:#007dc5;
	padding:20px;
	text-align:center;
	color:#ffffff;
	margin-bottom:0px;
}

@media (width:440px) {.InStock{line-height: 12px; font-size: 10px; text-align: center; width: 100%;color:}}
@media (width:320px) {.InStock{line-height: 10px; font-size: 8px; text-align: center; width: 100%;}}
@media (width:360px) {.InStock{line-height: 15px; font-size: 24px; text-align: center; width: 100%;margin-bottom: 10px;margin-top: 5px;color:#0079c1;}}


.InStock1{
	width: 100%;
	font-size: 1.5em;
	text-align: center;
 font-style: bold;
   
    	
}

.InStock2{
	font-size: 2em;
	font-style: bold;
	width: 100%;
	color: #ffffff;
	
}

.InStock2 a {
	color:#ffffff;
	text-decoration:none;
}

.InStock2 a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.InStockCall{
    text-align:center;
	font-size: 2em;
    margin-left: 0px;
    font-style: italic;
width: 100%;
float: left;
	color: #777;
    	
}

.InstockNumber{
text-align:right;
	color: #007dc5/*#29A717*/;
    font-size: 2em;
    margin-right: 15px;
    font-style: bold;
	width: 100%;
float: left;
	}

.numberTimerBox {
	background-color:#d6d6d6;
	border-width:2px;
	border-style:solid;
	border-color:#91c03d;
	display:table;
	width:auto;
	padding:10px;
	margin:auto;
	margin-top:10px;
}

.timerLabel {
	width: auto;
	padding: 0;
	font-size: 11px;
	font-weight:bold;
	color:#007dc5;
}

.numberCircle {
    border-radius: 0;
    width:65px;
	height: auto;
    font-size: 1.8em;
	color:#007dc5;
	font-weight:bold;
    border: 0px solid #666;
	display: inline-block;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
}

div.timerBox {
	padding:10px;
	background-color:#ffffff;
	position:relative;
}

div.timerBox div {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 50%;
	width: 100%;
}

.numberCircle span {
    text-align: center;
    line-height: 0px;
    display: block;
	padding-top: 16px;
	font-weight: bold;
	
}

.separator {
	font-size: 22px;
	font-weight:bold;
	
	
}

.timerbreak { 
	width: 90%;
	height:0px;
	
}

.TimeLeft{
	font-size:1.6em;
	text-transform:none;
	color:#91c03d;
	padding:0 0 0 0!important;
	margin:0!important;
	line-height:normal;
}

.freeDelivery {
	background-color:#91c03d;
	color:#ffffff;
	font-style:italic;
	text-align:center;
	padding:0px;
	margin:20px 0 0 0;
}

.freeDelivery .freeDeliveryLine1 {
	font-size:2em;
	width:100%;
	padding:0px!important;
	margin:0px!important;
}

.freeDelivery .freeDeliveryLine1 .smalltext {
	font-size:12px!important;
}

.freeDelivery .freeDeliveryLine2 {
	font-size:15px;
	width:100%;
	padding:0!important;
	margin:0px!important;
}

#countdownTimer4 {
	line-height:normal;
	padding:0!important;
	margin:0!important;
	vertical-align: top;
}

@media (min-width:360px) and (max-width: 736px) {.TimeLeft{display: normal;}
	.freeDelivery {padding:10px;}
	.freeDelivery .freeDeliveryLine1 {font-size:1.4em;}
}

#countdownTimer4 {
    color: #91c03d/*#29A717*/;
    font-weight: bold;
	font-size:15px;
}

#OutStockContainer {
    float: right;
    border-top: 1px solid #afafaf;
    padding: 10px 0;
    height: 110px;
	width:320px;
}
.OutStock{
	text-align:center;
	color: #0079c1/*#29A717*/;
    font-weight: bold;
	text-transform:uppercase;
	font-size:16px;
	margin-left:10px;
	
}
.OutStockMessage{
	text-align:left;
	color: #0079c1/*#29A717*/;
	font-size:16px;
	margin:20px;
	line-height: 22px;