﻿.module-084 .no-box-inner, .module-084 .box-inner
{
    padding: 0 15px 0 20px;
    padding-left: 20px;
}
.module-084 .no-box-inner p
{
    color: #666;
}
.module-084 .delivery-by-ups 
{
    padding: 10px 0 65px 0;
    background: transparent url(ups-graphic.png) bottom left no-repeat;
}
.module-084 .delivery-by-ontrac {
    padding: 10px 0 65px 0;
    background: transparent url(Ontrac-Graphic.gif) bottom left no-repeat;
}
.module-084 .delivery-by-fedex
{
	padding: 10px 0 65px 0;
	background: transparent url(FedEx.jpg) bottom left no-repeat;
}
.module-084 .delivery-by-canpar
{
	padding: 10px 0 65px 0;
	background: transparent url(canpar-graphic.png) bottom left no-repeat;
}
.module-084 .payment-by-paypal 
{
    padding: 10px 0 45px 0;
    background: transparent url(paypal-graphic.png) bottom left no-repeat;
}
.module-084 .payment-by-credit-card
{
    padding: 10px 0 30px 0;
    background: transparent url(creditcard-graphic.png) bottom left no-repeat;
}
.module-084 .payment-by-credit-card p
{
	margin-bottom: 61px;
}

/* Responsive */
body.responsive .module-084 { display:block; position:relative; margin-left:2%; margin-right:2%; width:96.0%; }

/* Tablet Portrait */
@media only screen and (min-width:768px) {
  body.responsive .module-084 { display:inline; float:left; width:29.333%; }
}