html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    background: #ffffff url(../image/body-bak.gif) repeat-x;
}
div.clr{
    clear:both;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #000000;
	font: Arial;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #df272c;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea, select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
label {
	cursor: pointer;
}
/* layout */
/*#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
/*#header {
	height: 90px;*/
	/*margin-bottom: 7px;
	padding-bottom: 4px;*/
	/*position: relative;
	z-index: 99;
}*/
#header #logo {
	float:left;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header #cartnav .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px; 
}
#header #cartnav .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px 0px 5px;
	border-bottom: 1px solid #999999;
}
#header #cartnav .cart .image {
	width: 1px;
}
#header #cartnav .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cartnav .cart .name a {
    font-weight: normal;
}
#header #cartnav .cart .name small {
	color: #666;
}
#header #cartnav .cart .quantity {
	text-align: right;
}
#header #cartnav .cart td.total {
	text-align: right;
}
#header #cartnav .cart .remove {
	text-align: right;
}
#header #cartnav .cart .remove img {
	cursor: pointer;
}
#header #cartnav table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cartnav table.total td {
	color: #000;
    padding-left: 15px;
}
#header #cartnav .content .checkout {
	text-align: right;
	clear: both;
}
#header #cartnav .empty {
	padding-top: 6px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	font-size: 10px;
	padding-right: 10px;
    float:right;
    margin-top: 5px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #505151;
	text-decoration: none;
	font-size: 11px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */

#homenav{
    background: url('../image/home_main_nav.png');
    height:49px;
    width:118px;
}
#aboutnav{
    background: url('../image/about_main_nav.png');
    height:49px;
    width:122px;
}
#prodnav{
    background: url('../image/products_main_nav.png');
    height:49px;
    width:129px;
}
#contactnav{
    background: url('../image/contact_main_nav.png');
    height:49px;
    width:128px;
}
#cartnav{  
    height:49px;
    width:115px;
}
#cartnav .carthome {
    background: url('../image/cart_main_nav.png');
    display: inline-block;
    padding: 10px 9px 0 45px;
    margin: 0;
    width: 50px;
    height: 39px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
}
#cartnav .content {
    margin-top: -4px;
    margin-right: 4px;
    float: right;
    position: relative;
    width: 530px;
}
#homenav:hover{
    background: url('../image/home_main_nav_on.png');
}
#aboutnav:hover{
    background: url('../image/about_main_nav_on.png');
}
#prodnav:hover{
    background: url('../image/products_main_nav_on.png');
}
#contactnav:hover{
    background: url('../image/contact_main_nav_on.png');
}
.breadcrumb {
	color: #999;
	margin-bottom: 10px;
    float:right;
    line-height: 36px;
}
.breadcrumb a, .breadcrumb a:visited, .breadcrumb a b {
color: #777;
text-decoration: none;
cursor: pointer;
}
.pageheader{
    height: 36px;
    margin-bottom: 20px;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
}
.pageheader h1{
    float:left;
    font-weight: bold;
    font-size: 20px;
    color: #df272c;
    text-transform: uppercase;
    line-height: 36px;
}
#notification {
    position: absolute;
    width: 950px;
    z-index: 100;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 0px 8px 15px 8px;
	color: #555555;
    -moz-box-shadow: 4px 4px 2px #DDD;
    -webkit-box-shadow: 4px 4px 2px #DDD;
    box-shadow: 4px 4px 2px #DDD;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 160px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	/*width: 300px;*/
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	padding: 0.3em 0.5em;
	text-decoration: none;
	color: #6E6E6E;
}
.pagination .links b {
	display: inline-block;
	padding: 0.3em 0.5em;
	font-weight: normal;
	text-decoration: none;
	color: #DF272C;
	background: #FFFFFF;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 12px 12px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
}
.box-product .name {
    height: 40px;
    overflow: hidden;
}
.box-product .name a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	/*display: block;*/
	/*font-weight: bold;*/
	/*color: #333333;*/
	/*margin-bottom: 4px;*/
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
	background: url("../image/cat-list-img.gif") no-repeat -5px 10px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
    margin-left: 30px;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
div.welcome-slideshow {
   /* background: url('../image/hero-bak.png'); */
    /*width:710px;  //by Ravi
    height:265px;
    float:left;*/
}
div.welcome-slideshow-div
{
    border:3px solid #e5e5e5;
    background-color: #f6f6f6;
    width:710px;
    height:247px;
    margin-top:9px;
}
div.welcome-slideshow-right{
    width:350px;
    float:left;
}
div.welcome-slideshow-right div.slider-desc{
    height: 64px;
    overflow: hidden;
    line-height: 16px;
}
div.welcome-slideshow-right .carton-price{
    color:#df272c;
    font-size: 14px;
    padding:4px 0 0 0;
    width: 125px;
    margin: 8px 0 0 0;
}
div.welcome-slideshow-right div.quantity{
    text-align: right;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 240px;
    margin: 15px 0;
}
div.welcome-slideshow-right div.quantity input{
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100px;
}
div.welcome-slideshow-right a.addoffertocart{
    display: block;
    float: right;
    height: 32px;
    width: 91px;
    margin: -32px 0 0 50px;
    text-decoration: none;
}
div.welcome-slideshow-left{
    width:297px;
    float:left;
}
div.slider-header{
    color:#df272c;
    font-weight: bold;
    font-size: 20px;
    margin:15px 15px 11px;
}
div.slider-header-sml{
    color:#df272c;
    font-weight: normal;
    font-size: 20px;
    margin:15px 0;
    height: 24px;
    overflow: hidden;
}
div.slider-buy-now{
    background: url('../image/hero-buy-now.png');
    margin-top:5px;
    color:#505151;
    font-size: 20px;
    height:54px;
    width:350px;
    float:right;
}
div.slider-price span{
    margin: 4px 3px 0 0;
    float: left;
    font-size: 20px;
}
div.slider-price span.slider-price{
    font-weight: bold;
    color:#df272c;
    font-size: 25px;
    margin: 0;
}
.price-block {
	/* border:1px solid red; */
	display:block;
	width:400px;
}

.old-price-block {
    /* border:1px dotted green; */ 
    width:150px;
    float:left;
}

.now-block {
    /* border:1px dotted blue; */
    margin:7px 0 0 160px;
    width:50px;
    font-weight: bold;  
    color:#df272c;
    font-size: 22px;    
}

.new-price-block {
    /* border:1px dotted green; */
    width:160px;
    float:left;
    margin:-46px 0 0 225px;
}

.orignal-price{
	/* font-weight: bold; */
    font-size: 22px;
}
.orignal-carton-price {
    font-size: 16px;
}
.new-price{
    color:#df272c;
    font-size: 22px;    
}
.new-carton-price {
    color:#df272c;
    font-size: 16px;
}


div.banner1{
    float:right;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	padding: 5px;
	overflow: auto;
    background-color: #f7f7f7;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .search {
	float: left;
	color: #333;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
    font-size:12px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
}
.product-grid > div {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
    margin-top:20px;
	margin-bottom: 15px;
    background: url('../image/product-panel.gif');
    height: 259px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
    text-align: center;
    height:170px;
}
.product-grid .image img {
    margin-top:15px;
}
.product-grid .name a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
    margin-left:4px;
    font-size: 12px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .unitprice {
	display: block;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {

}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	/*border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
}
.cart-info td {
	padding: 7px;
    line-height: 25px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
    vertical-align: top;
    line-height: normal;
    text-align: center;
}
.cart-info thead .remove, .cart-info thead .price, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .image {
    /*padding-bottom: 0;
    padding-top: 10px;*/
    padding-top:7px;
    padding-bottom:7px;
    width: 82px;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .name {
    padding-top: 16px;
    line-height: normal;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total, .cart-info tbody .boxes, .cart-info tbody .boxes input {
	text-align: right;
}
.cart-info tbody .price {
    color: #000;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
    margin-bottom: 10px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 0px solid #DDDDDD;
}
.contact-info, .contact-form {
    color: #6e6e6e;
    font: 12px Arial, sans-serif;
    margin-bottom: 20px;
}
.contact-info h2 {
    color: #6e6e6e;
    font: 15px Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
}
.contact-form h3 {
    color: #df272c;
    font: 15px Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
}
.contact-form .send-message {
    background: url('../image/button-send-message.png') no-repeat;
    width: 138px;
    height: 40px;
    margin-top: 10px;
    display: inline-block;
}
/*.contact-form .col1, .contact-form .col2, .contact-form .col3 { //by Ravi
    float: left;
}*/
.contact-form input, .contact-form textarea {
    background-color: #fcfcfc;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font: 13px Arial, sans-serif;
    color: #727272;
    padding: 8px;
}
/*.contact-form input {
    width: 290px;
    margin: 2px 3px 9px 0;
}*/
/*.contact-form textarea {
    height: 65px;
}*/
.contact-info .info {
    /*float: left; //by Ravi */
}
.contact-info .map {
    /*.height: 213px; //by Ravi
    width: 337px;
    border-radius: 4px;
    float: right;
    margin-right: 45px;*/
    border: 2px solid #ccc;
}
.contact-info .states {
    /*float: right; //by Ravi
    width: 272px;
    height: 100px;
    margin-right: 25px;
    padding-left: 10px;
    padding-top: 135px;*/
    background: url('../image/contact_image.png') no-repeat top;
}
./*contact-info .states > div {
    float: left;
}*/
.contact-info #map_wa {
    width: 109px;
    height: 190px;
    /*background-color: #000;*/
}
.contact-info #map_nt {
    width: 75px;
    height: 119px;
    /*background-color: #6d3bb8;*/
}
.contact-info #map_sa {
    width: 75px;
    height: 90px;
    /*background-color: #b84487;*/
}
.contact-info #map_qld {
    width: 98px;
    height: 148px;
    /*background-color: #e3c200;*/
}
.contact-info #map_nsw {
    width: 98px;
    height: 45px;
    /*background-color: #2122c2;*/
}
.contact-info #map_vic {
    width: 98px;
    height: 35px;
    /*background-color: #2fb822;*/
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border: 1px solid #DBDEE1;
	background: #d8d8d8;
    margin-bottom: 10px;
}
#footer h3 {
	color: #505151;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	/*float: left; //by Ravi
	width: 175px;
	min-height: 100px;*/
    min-height: 152px;
    padding-left: 50px;
    border-left: 1px solid #fff;
}
#footer .column-information {
    border: none;
}
#footer .column ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
    list-style-type: none;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #505151;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	text-align: right;
	clear: both;
    color: #505151;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px){
	#footer .column {
	    min-height: inherit;
	    padding-left: 15px;
	    border-left: none;
	}
}
@media screen and (min-width: 767px){
	#footer .column {
	    min-height: inherit;
	    padding-left: 15px;
	    /*border-left: none;*/
	}
}
/* banner */
.banner div {
	/*text-align: center; //by Ravi
	width: 100%;*/
}
.banner div img {
	/*margin-bottom: 200px; //by Ravi */
}
#content .catlist{
    /*float:left;  //by Ravi
    width:190px;
    margin-right: 12px;*/
}
#content .catlist a{
    color:#6e6e6e;
    font-size:12px;
}
#content .catlist a.active{
    color:#df272c;
    font-weight:bold;
}
#content .catlist li{
    padding:4px 0px 4px 13px;
}
#content .catlist .box-heading{
    font-weight: bold;
    color:#6e6e6e;
    font-size: 15px;
    border:none;
    background: none;
    text-transform: uppercase;
    padding-left:0px;
    margin-bottom: 8px;
}
#content .catlist .box-content{
    border:none;
    padding:0;
}
#content .prodgrid{
    /*float:right;  //by Ravi
    width: 743px;*/
}
div#preloaded-images {
position: absolute;
overflow: hidden;
left: -9999px;
top: -9999px;
height: 1px;
width: 1px;
}
div.productprofile{
    width:640px;
    min-height:480px;
    padding:6px;
}
#fancybox-content{
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -khtml-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    background: #e5e5e5;
}
div.twogrid{
    width:290px;
    float:left;
    padding:0px 7px 0px 7px;
}
div.ppheader{
    margin-bottom: 5px;
}
div.ppbody{
    background: white;
}
div.pptitle{
    font-weight: bold;
    color:#000000;
    font-size:16px;
    width:630px;
}
div.ppprice{
    text-align: right;
    font-size:15px;
    width:80px;
}
div.ppcartonprice{
    color: #df272c;
    text-align: right;
    font-size:15px;
    width:140px;
}
div.ppcode, div.ppcarton{
    color:#999999;
}
div.ppcarton{
    text-align: right;
}
div.ppdesc{
    color:#000000;
    font-size: 12px;
    width:630px;
}
#product-list{
    /*width: 765px;
    margin-top: 15px;*/
}
#product-list.search{
    /*margin-left: 210px;*/
}
div.product-item-grid{
    /*width: 170px; //by Ravi
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 25px;*/
    background: url('../image/product-panel.gif');
    /*height: 259px;*/
}
#product-list.search div.product-item-grid{
    margin-right: 17px;
}
.product-item-grid .image {
    display: block;
    margin-bottom: 0px;
    text-align: center;
    height: 140px;
}
.product-item-grid .image img {
    margin: 16px;
}
.product-item-grid .name {
    color: black;
    font-weight: bold;
    padding:1px 4px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    line-height: 12px;
}
.product-item-grid .code{
    color:#999999;
    font-size: 10px;
    padding:1px 4px;
}
.product-item-grid .price{
    font-size: 14px;
    padding:1px 4px 0px;
}
.product-item-grid .carton-price{
    color:#df272c;
    font-size: 14px;
    padding:1px 4px 0px;
}
.product-item-grid .quantity{
    color:#000000;
    font-size: 12px;
    font-weight: bold;
    padding:0px 4px;
}
.product-item-grid .carton{
    color:#999999;
    font-size: 11px;
    padding:0px 4px;
}
.product-item-grid .quantity input{
    width:40px;
    font-size: 11px;
    background-color: white;
    border: 1px solid #e5e5e5;
}
.product-item-grid .addtocart{
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    width:15px;
    padding:2px 3px 3px 3px;
    background-color:#df272c;
    color:white;
    text-decoration: none;
}
.product-item-grid .addtocart:hover{
    border: 1px solid red;
}



div.product-item-list{
    vertical-align: top;
    margin-right: 21px;
    height: 83px;
}
div.product-item-list:nth-child(even) {
    background-color: #f7f7f6;
}
.product-item-list .image {
    padding-left: 12px;
    padding-top: 12px;
    float: left;
    /*width: 60px;*/
}
.product-item-list .image img {
}
.product-item-list .leftcol {
    padding-left: 25px;
    padding-top: 22px;
    float: left;
}
.product-item-list .rightcol {
    padding-top: 22px;
    float: right;
}
.product-item-list .name {
    color: black;
    font-weight: bold;
    padding:1px 4px;
    font-size: 12px;
}
.product-item-list .code{
    float: left;
    color:#999999;
    font-size: 12px;
    padding:10px 4px;
    width: 150px;
}
.product-item-list .price{
    float: left;
    font-size: 15px;
    padding:7px 4px 0;
    width: 140px;
}
.product-item-list .carton-price{
    float: left;
    color:#df272c;
    font-size: 15px;
    padding:7px 4px 0;
}
.product-item-list .quantity{
    color:#000000;
    font-size: 12px;
    font-weight: bold;
    padding:0 4px;
}
.product-item-list .carton{
    color:#999999;
    font-size: 11px;
    padding:0px 4px;
}
.product-item-list .quantity input{
    width:50px;
    font-size: 11px;
    background-color: white;
    border: 1px solid #e5e5e5;
}
.product-item-list .addtocart{
    border: 1px solid #e5e5e5;
    margin-left: 5px;
    width:15px;
    padding:2px 3px 3px 3px;
    background-color:#df272c;
    color:white;
    text-decoration: none;
}
.product-item-list .addtocart:hover{
    border: 1px solid red;
}
.money{
    font-weight: bold;
    font-size: 15px;
    color:#df272c;
}
.code{
    font-size: 12px;
    color:#999999;
}
.name a{
    font-weight: bold;
    color:#000000;
    font-size: 11px;
    text-decoration: none;
}
tr.totalrow td{
    background:#f6f6f6;
    border-top:2px solid #DFDFDF;
    border-bottom:2px solid #DFDFDF;
    padding:5px 2;
}
.button{
    text-transform: uppercase;
}
.nobor{
    padding: 0;
    border: 0;
}

.prod-grid-button, .prod-list-button {
    display: inline-block;
    height: 25px;
    width: 25px;
}
.prod-grid-button {
    background-image: url('../image/prod-grid.gif');
}
.prod-grid-button-on, .prod-grid-button:hover {
    background-image: url('../image/prod-grid-on.gif');
}
.prod-list-button {
    background-image: url('../image/prod-list.gif');
}
.prod-list-button-on, .prod-list-button:hover {
    background-image: url('../image/prod-list-on.gif');
}

.bestseller {
    text-align: left;
    margin-left: 1px;
    margin-right: 12px !important;
}

.special {
    background-image: url("../image/sale_starburst.png");
    height: 44px;
    width: 46px;
    margin-left: 124px;
    position: absolute;
}
.special-small {
    background-image: url("../image/sale_starburst_sml.png");
    height: 28px;
    width: 28px;
    margin-left: 72px;
    position: absolute;
}
.special-small-cart{
    margin: -10px 0 0 64px;
}
.special-preview{
    margin: -7px 0 0 586px;
}
.special-offer{
    margin: -7px 0 0 230px;
}
.back-order {
    background-image: url("../image/sash_back_order.png");
    height: 69px;
    width: 94px;
    margin: -3px 0 0 -3px;
    position: absolute;
}
.limited-stock {
    background-image: url("../image/sash_limited_stock.png");
    height: 69px;
    width: 94px;
    margin: -3px 0 0 -3px;
    position: absolute;

}
.back-order-small {
    background-image: url("../image/sash_back_order_small.png");
    height: 51px;
    width: 70px;
    margin: -2px 0 0 -2px;
    position: absolute;
}
.limited-stock-small {
    background-image: url("../image/sash_limited_stock_small.png");
    height: 51px;
    width: 70px;
    margin: -2px 0 0 -2px;
    position: absolute;
    z-index: 1
}

.image .coming-soon, .image .back-order, .image .limited-stock {
    margin: -3px 0 0 -3px;
    position: absolute;
    z-index: 1
}

.coming-soon {
    background-image: url("../image/sash_coming_soon_stock.png");
    height: 69px;
    width: 94px;
    margin: -3px 0 0 -3px;
    position: absolute;

}
.coming-soon-small {
    background-image: url("../image/sash_coming-soon_stock_small.png");
    height: 51px;
    width: 70px;
    margin: -2px 0 0 -2px;
    position: absolute;
}

#carttarget {
    position: absolute;
    height: 49px;
    width: 104px;
}
/* show highlight discount image in cart */
.hightlight-discount
{
	background: URL(../image/discountIcon2.png) no-repeat left center;
	padding-left: 22px;
}
.tickerContainer{width:auto;float:right;}
.tickerFront{width:57px;float:left;height:64px;background:url(../image/ticker_front.png) no-repeat left top;}
.tickerMid{width:220px;float:left;height:48px;background:url(../image/ticker_mid.png) repeat-x left top;color:#fff;text-align:center;padding:4px 0px;}
.tickerBack{width:7px;float:left;height:64px;background:url(../image/ticker_back.png) no-repeat left top;}
.ticker-noborder{border-bottom:none!important}
.freeShipAmount{ display:none;position:absolute;bottom:12px;right:10px;font-size:22px;width:218px;text-align:right;font-weight:bold;color:#363636}
.clearfix{content:""; clear:both; box-sizing:border-box;}
.highlightPDQ { color: #9c0202; font-size:10px;font-weight:normal;}