.zipmoney_category {
    background: none;
    width: 100%;
    height: 50px;
    font-size: 12pt;
    margin-bottom: 10px;
}
.zipmoney_category .text a {
    background: #01549F !important;
    width: 35%;
    display: block;
    float: left;
    line-height: 16pt;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    color: #fff !important;
   text-align: center;
   padding: 6px 0px;
}
.zipmoney_category .text a:hover {
    background: #f90 !important;
    color: #fff;
}
.zipmoney_category .image {
    background: none !important;
    width: 65%;
    height: 60px;
    float: right;
}
.zipmoney_category img {
    width: 350px;
   text-align: right;
    position: relative;
    top: 0px;
    float: right;
}
.zipmoney_category a img {
    border: 1px solid #fff;
}
.zipmoney_category a:hover img {
    border: 1px solid #f90;
}

.zipmoney_product {
    background: none;
    width: 100%;
    height: 50px;
    font-size: 11pt;
    color: #272560 !important;
}
.zipmoney_product a {
    font-size: 11pt;
   text-align: center;
    position: relative;
    top: 12px;
    text-decoration: none;
    color: #272560 !important;
}
.zipmoney_product a:hover {
    color: #f50 !important;
}
.zipmoney_product img {
    width: 150px;
   text-align: right;
    position: relative;
    top: 0px;
    float: right;
}
.zipmoney_product a img {
    width: 200px;
    border: 1px solid #fff;
    padding: 3px;
}
.zipmoney_product a:hover img {
    border: 1px solid #f50;
    padding: 3px;
}


.mobile_tabs,
.mobile_top,
.mobileinfo,
.showmobile {
   display: none;
	border: 0px solid #EEEEEE;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}
td, th, input, textarea, select, a {
	font-size: 10pt;
}
h1, .welcome {
   background: #01549F;
	color: #FFF500;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20pt;
	font-weight: bold;
   font-style: italic;
   text-transform: uppercase;
   padding: 7px 0px 8px 15px;
   border-bottom: 1px solid #052C5B;
   line-height: 30px;
}
h1.homepage-title {
   background: #fff;
    color: #01549f;
	font: Verdana;
	margin-bottom: 0px;
	font-size: 20pt;
	font-weight: bold;
   text-transform: none;
   font-style: normal;
   padding: 0px 0px 15px 15px;
   line-height: 30px;
   border-bottom: 0px solid #052C5B;
   text-align: center;
}
h2.homepage-title {
   background: #fff;
    color: #01549f;
	font: Verdana;
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
   text-transform: none;
   font-style: normal;
   line-height: 22px;
   border-bottom: 0px solid #052C5B;
   text-align: center;
}
h1.product {
   background: #01549F;
	color: #FFF500;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16pt;
	font-weight: bold;
   font-style: italic;
   text-transform: uppercase;
   padding: 5px 0px 6px 10px;
   border-bottom: 1px solid #052C5B;
   line-height: 30px;
}
h1.landingpage-title {
   background: #fff;
    color: #01549f;
	font: Verdana;
	margin-bottom: 0px;
	font-size: 20pt;
	font-weight: bold;
   text-transform: none;
   font-style: normal;
   padding: 0px 0px 15px 0px;
   line-height: 30px;
   border-bottom: 0px solid #052C5B;
   text-align: left;
}
hr {
    color: #efefef;
    background-color: #efefef;
    height: 10px;
    margin-top: 0.5em;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
   border: 1px solid #efefef;
}

h2 {
	color: #01549F;
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	color: #01549F;
	font-size: 14pt;
	font: arial;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #4593D8;
	text-decoration: underline;
	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 {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 272px;
}
#column-right {
	float: right;
	width: 272px;
}
#content {
	background: none;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 290px;
}
#column-right + #content {
	margin-right: 285px;
}
.content-information {
   padding: 10px 5px;
}
.content-category {
   padding: 10px 15px 10px 0px;
}

/* header */
#header {
	height: 143px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
/*#header #logo {
	position: absolute;
	top: 12px;
	left: 0px;
}*/
#header #logo {  /* TEMP */
  background: none;
   height: 125px;
	position: absolute;
	top: 10px;
	left: 0px;
}
#header #courtesycar {
    background: url('../image/default/header_premices.jpg') 0px 0px no-repeat;
    width: 297px;
    height: 135px;
    position: relative;
    top: 5px;
    left: 420px;
}
#header #bcfc_sponsorship a {
    background: url('../image/default/brisbane-football-club-header.png') 0px 0px no-repeat;
   width: 252px;
   height: 135px;
   display: block;
}
#header #bcfc_sponsorship a:hover {
    background: url('../image/default/brisbane-football-club-header-over.png') 0px 0px no-repeat;
}
#header #motto {
    width: 297px;
    height: 133px;
    position: relative;
    top: 5px;
    left: 420px;
}
#header #motto img {
    width: 180px;
    height: 86px;
}
#header #motto a {
    width: 180px;
    height: 86px;
    border: 1px solid #1BB356;
    display: block;
    position: relative;
    top: 25px;
    left: 55px;
}
#header #motto a:hover {
    border: 1px solid #555;
}

#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#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;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/*#shoppingcart {
	position: absolute;
	top: 144px;
	right: 2px;
	width: 50px;
	z-index: 15;
   float: right;
}
#shoppingcart .cartimage a {
	background: url('../image/default/btn_shoppingcart_norm.png') center center no-repeat;
	position: absolute;
	left: -15px;
	width: 50px;
	height: 50px;
   padding-right: 15px;
	cursor: pointer;
}
#shoppingcart .cartimage a:hover {
	background: url('../image/default/btn_shoppingcart_over.png') center center no-repeat;
}*/

#header #search {
   background: none;
	position: absolute;
	top: 154px;
	right: -21px;
	width: 200px;
	z-index: 15;
}
#header .button-search {
	background: #15a4e3 url('../image/default/button-search.png') center center no-repeat;
	position: absolute;
    top: 1px;
	left: 0px;
	width: 31px;
	height: 26px;
	border-left: 1px solid #15753B;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 38px;
	width: 125px;
	height: 24px;
	border-top: 1px solid #15753B;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #15753B;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #F0F0F0;
	-moz-box-shadow: 0px 0px 0px #F0F0F0;
	box-shadow: 0px 0px 0px #F0F0F0;
}
.content input[name='search'] {
	background: none;
	width: 330px;
}



#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #01549f;
	border-top: 1px solid #717171;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #717171;
	height: 48px;
	margin-top: 2px;
	/*-webkit-border-radius: 5px 7px 0px 0px;
	-moz-border-radius: 5px 7px 0px 0px;
	-khtml-border-radius: 5px 7px 0px 0px;
	border-radius: 5px 7px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #DDDDDD;
	-moz-box-shadow: 0px 0px 0px #DDDDDD;
	box-shadow: 0px 0px 0px #DDDDDD;*/
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
   top: 0px;
   z-index: 9999;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 0px 5px 0px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
   font-weight: normal;
	font-size: 11pt;
	color: #fff;
	line-height: 36pt;
	text-decoration: none;
	display: block;
	padding: 0px 12px 0px 12px;
	margin-bottom: 0px;
	position: relative;
	z-index: 6;
}
#menu > ul > li:hover > a {
	background: #003d72;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
   color: #fff;
}
#menu > ul > li:active > a:active {
	background: #15a4e3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
   color: #fff;
}

#menu > ul > li > div {
	background: #01549F;
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	background: #01549F;
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 9px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #003d72;
	color: #fff;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
#menu .sub-menu {
   background: #063470;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	z-index: 9999 !important;
}
.submenuimage {
   padding-left: 3px;
}

.breadcrumb {
	background: #717171;
	color: #f90;
	padding: 8px 5px 9px 16px;
   border-top: 1px solid #919191;
   margin-bottom: 12px;
   font-size: 9pt;
}
.breadcrumb .value {
	color: #FFF500;
   text-decoration: none;
   line-height: 14pt;
}
.breadcrumb a {
	color: #B2D8FF;
   text-decoration: none;
}
.breadcrumb a:hover {
	color: #fff;
   text-decoration: underline;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-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;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-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;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-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;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-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;
}
.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: 150px;
}
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 {
	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;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
   font-size: 10pt;
   color: #919191;
   font-style: italic;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-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;
	-webkit-box-shadow: 0px 2px 2px #bbb;
	-moz-box-shadow: 0px 2px 2px #bbb;
	box-shadow: 0px 2px 2px #bbb;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
/* moreinfo */
.moreinfo a {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	padding: 4px 13px 4px 13px;
	background: #15a4e3;
	-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;
	-webkit-box-shadow: 0px 2px 2px #bbb;
	-moz-box-shadow: 0px 2px 2px #bbb;
	box-shadow: 0px 2px 2px #bbb;
}
.moreinfo a:hover {
	background: #0F6489;
}
.buttons {
	background: #FFFFFF;
	border: 0px 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;
}

/* 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%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 0px solid #E7E7E7;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 0px solid #E7E7E7;
}
.category-list {
   background: none;
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
   background: none;
	float: left;
	width: 18%;
}

.subcat-list ul {
   background: none;
   width: 670px;
	overflow: auto;
	margin-bottom: 100px;
	float: left;
}
.subcat-list ul li {
   background: none;
   width: 137px !important;
   margin: 0px 15px 20px 15px !important;
}
.subcat-list ul li a .cat-list-name {
   background: ##01549F !important;
}
/**/

/* manufacturer */
.manufacturers-clickhere {
  background: #f00;
  padding: 5px;
  font-weight: bold;
  font-style: italic;
}

.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
   overflow: hidden !important;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
   overflow: hidden !important;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.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;
   position: relative;
   z-index: 1;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
   font-size: 11pt;
}
.product-list .name a:hover {
	color: #f50;
}
.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: 16pt;
	font-weight: bold;
}
.product-list .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color: #F00;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #717171;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare, .product-grid .compare {
	margin-bottom: 3px;
    font-size: 10pt;
}
.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 */
.product-grid {
   background: none;
	width: 100%;
	overflow: auto;
}
.product-grid > div {
   background: #fff;
	width: 160px;
    height: 320px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 20px 0px;
	border-bottom: 1px solid #EEEEEE;
}
#column-left + #column-right + #content .product-grid > div {
	width: 145px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;
	border: 0px solid #E7E7E7;
}
.product-grid .name a {
   font-size: 9pt;
   height: 45px;
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
   text-align: center;
}
.product-grid .description {
	display: none;
   text-align: center;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
   font-size: 13pt;
	color: #333333;
	margin-bottom: 4px;
   text-align: center;
}
.product-grid .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
	color: #F00;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
   text-align: center;
}
.product-grid .wishlist, .product-grid .compare {
   text-align: center;
}
.product-grid .wishlist a {
   font-size: 8pt;
	color: #717171;
	text-decoration: none;
	padding: 10px 0px 0px 12px;
	display: block;
	background: url('../image/add.png') 20px 8px no-repeat;
}
.product-grid .compare a {
   font-size: 8pt;
	color: #717171;
	text-decoration: none;
	padding-left: 12px;
	display: block;
	background: url('../image/add.png') 20px -2px no-repeat;
}
/* Product */
.product-info {
   background: none;
	overflow: auto;
	margin-bottom: 20px;
	text-align: left;
   overflow: hidden !important;
}
.product-info > .left {
	float: left;
	margin-right: 25px;
}
.product-info > .left + .right {
	margin-left: 290px;
	text-align: left
   overflow: hidden !important;
}
.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: 16pt;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #000;
	text-decoration: line-through;
}
.product-info .price-new {
	color: #f00;
}
.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;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links a {
   font-size: 9pt;
   text-decoration: none;
}
.product-info .cart .links a:hover {
   font-size: 9pt;
   text-decoration: underline;
   color: #f00;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.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;
}
#product_question {
   background: #717171;
   padding: 5px;
}
#product_question ul {
   margin: 0;
   padding: 0;
	list-style-type: none;
   list-style-image: none;
}
#product_question li {
   display: inline;
}
#product_question li.buttonF a {
   background: url('../image/default/btn_product_question_email_norm.png') 2px 8px no-repeat;
   padding: 10px 10px 10px 34px;
   font-size: 10pt;
   font-weight: normal;
	text-decoration: none;
	color: #fff500;
}
#product_question li.buttonF a:hover {
   background: url('../image/default/btn_product_question_email_over.png') 2px 8px no-repeat;
	text-decoration: underline;
	color: #fff;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.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-info 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-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.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: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.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: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.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: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	background: #16AC53;
   width: 960px;
   margin: 0px auto;
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #02c354;
	border-right: 1px solid #109949;
	border-bottom: 1px solid #109949;
	border-left: 1px solid #02c354;
}
#footer h3 {
	color: #00498A;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 8px;
   font-style: italic;
}
#footer .column {
	float: left;
	width: 23%;
	min-height: 135px;
   border-left: 1px solid #02c354;
   border-right: 1px solid #109949;
   padding-left: 16px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #FFF500;
	font-size: 10pt;
}
#footer .column a:hover {
	text-decoration: underline;
   color: #fff;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 10px;
}

/* ============================================================ */
/* Customisation of Opencart */
#footermenu {
	background: #1cb254;
   width: 992px;
	height: 48px;
	margin: 0px auto;
	border-top: 0px solid #02c354;
	border-right: 1px solid #109949;
	border-bottom: 1px solid #109949;
	border-left: 1px solid #02c354;
	height: 48px;
	margin-bottom: 25px;
	-webkit-border-radius: 0px 0px 5px 7px;
	-moz-border-radius: 0px 0px 5px 7px;
	-khtml-border-radius: 0px 0px 5px 7px;
	border-radius: 0px 0px 5px 7px;
	-webkit-box-shadow: 0px 0px 0px #DDDDDD;
	-moz-box-shadow: 0px 0px 0px #DDDDDD;
	box-shadow: 0px 0px 0px #DDDDDD;
	padding: 0px 0px 0px 7px;
}
#footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footermenu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 0px 0px 0px 0px;
}
#footermenu > ul > li:hover {
}
#footermenu > ul > li > a {
	font-size: 11pt;
	color: #FFF200;
	line-height: 35pt;
	text-decoration: none;
	display: block;
	padding: 0px 24px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
}
#footermenu > ul > li:hover > a {
	background: #11A651;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
   color: #fff;
}
#footermenu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#footermenu > ul > li:hover > div {
	display: table;
}
#footermenu > ul > li > div > ul {
	display: table-cell;
}
#footermenu > ul > li ul + ul {
	padding-left: 20px;
}
#footermenu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#footermenu > ul > li ul > li > a:hover {
	background: #000000;
}
#footermenu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
/* footer contact */
#footercontact {
	background: #2D2D2D;
   width: 998px;
	height: 48px;
	margin: 0px auto;
	height: 48px;
	margin-bottom: 25px;
   color: #fff500;
   border: 1px solid #2D2D2D;
   margin-top: 20px;
}
#footercontact .value {
   color: #fff;
}
#footercontact ul {
   width: 100%;
	list-style: none;
	margin: 0;
	padding: 0px;
   text-align: center;
}
#footercontact > ul > li {
   width: 33%;
	position: relative;
	float: left;
	z-index: 20;
	padding: 15px 0px 0px 0px;
	display: inline-block;
}
#footercontact > ul > li > .value a {
   color: #9ce1ff;
   text-decoration: none;
}
#footercontact > ul > li > .value a:hover {
   color: #fff;
   text-decoration: underline;
}

/* main site */
#welcome,
.hide_this {
   background: none;
   width: 0px;
   height: 0px;
	display: none;
   visibility: hidden;
   visibility: collapse !important;
}
#wideheader {
  background: #111 url('../image/default/bkg_wideheader.png') 50% 0% repeat-x;
  width: 100%;
  height: 195px;
}
#widefooter {
  background: #16AC53 url('../image/default/bkg_widefooter.png') 50% 0% repeat-x;
  width: 100%;
  height: 352px;
  clear: both;
}
#background {
  xbackground: url('../image/default/bkg_background_shadow.png') 50% 0% repeat-y;
  width: 1030px;
  position: relative;
  top: 0px;
  left: -15px;
}
#background .page_content {
   padding: 10px 34px 20px 34px;
}

#content-header {
   background: none;
   margin-bottom: 5px;
}
#carousel5 {
   margin-bottom: 5px;
}

/* header info */
#header #info {
  background: none;
	position: absolute;
	top: 7px;
	right: 5px;
   text-align: right;
}
#header #info .landline {height: 35px;}
#header #info .address {height: 19px;}
#header #info .email {height: 22px; margin-top: 0px;}
#header #info .times {height: 16px;}

#header #info .landline .label,
#header #info .address .label,
#header #info .email .label,
#header #info .times .label {
   color: #FEE601;
}
#header #info .landline .label {
   font-size: 18pt;
   color: #FEE601;
   font-style: italic;
}
#header #info .landline .value {
   font-size: 23pt;
   color: #fff;
}
#header #info .address .label {
   font-size: 12pt;
   color: #FEE601;
}
#header #info .address .value {
   font-size: 11pt;
   color: #FEE601;
}
#header #info .email .value a {
   font-size: 9pt;
	color: #FFF;
   text-decoration: none;
   font-weight: bold;
}
#header #info .email .value a:hover {
   text-decoration: underline;
   color: #C6EEFF;
}
#header #info .times .label {
   font-size: 11pt;
   color: #FEE601;
   font-weight: normal;
}
#header #info .times .value {
   font-size: 11pt;
   color: #fff;
   font-weight: normal;
}
/* social media likes */
.toprowlikes {
   background: #01549f  url('../image/default/bkg_social_likes.png') 7px 6px no-repeat;
   width: 206px;
   height: 33px;
   position: absolute;
   top: 120px;
   right: 0px;
   	-webkit-border-radius: 5px 7px 0px 0px;
	-moz-border-radius: 5px 7px 0px 0px;
	-khtml-border-radius: 5px 7px 0px 0px;
	border-radius: 5px 7px 0px 0px;

}
.toprowlikes .follows {
   background: none;
   padding: 6px 0px 0px 7px;
}
/* likes  */
.toprowlikes .facebook {
   background: none;
   width: 105px;
   height: 24px;
	float: left;
   display: block;
}
.toprowlikes .googleplus {
   background: none;
   width: 40px;
   height: 24px;
   display: block;
	float: left;
}
.toprowlikes .pinterest {
   background: none;
   width: 50px;
   height: 24px;
	float: left;
   display: block;
}

.findthis {
   background: red;
}

/* BUTTONS */
.homepage_buttons {
   width: 960px;
   height: 252px;
   padding: 0px 0px 0px 0px;
   margin: 0px auto;
}
.homepage_buttons ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.homepage_buttons li {
   display: inline;
   list-style-type: none;
}
.homepage_buttons li a {
   width: 207px;
   height: 205px;
   color: #fff;
   text-decoration: none;
   padding: 65px 10px 10px 10px;
   float: left;
   line-height: 15pt;
   font-size: 11pt;
   font-weight: normal;
   font-style: italic;
}
.homepage_buttons li a:hover {
   text-decoration: none;
   color: #000;
}
.homepage_buttons li.tyres a,
.homepage_buttons li.wheels a,
.homepage_buttons li.fourwheeldrive a {
   margin-right: 17px;
}

.homepage_buttons li.tyres a {
   background: url('../image/default/btn_homepage_norm_tyres.png') no-repeat;
}
.homepage_buttons li.wheels a {
   background: url('../image/default/btn_homepage_norm_wheels.png') no-repeat;
}
.homepage_buttons li.fourwheeldrive a {
   background: url('../image/default/btn_homepage_norm_4wd.png') no-repeat;
}
.homepage_buttons li.service a {
   background: url('../image/default/btn_homepage_norm_services.png') no-repeat;
}

.homepage_buttons li.tyres a:hover {
   background: url('../image/default/btn_homepage_over_tyres.png') no-repeat;
}
.homepage_buttons li.wheels a:hover {
   background: url('../image/default/btn_homepage_over_wheels.png') no-repeat;
}
.homepage_buttons li.fourwheeldrive a:hover {
   background: url('../image/default/btn_homepage_over_4wd.png') no-repeat;
}
.homepage_buttons li.service a:hover {
   background: url('../image/default/btn_homepage_over_services.png') no-repeat;
}

/* CONTENT */
.homepage_content {
   width: 960px;
   height: 400px;
   padding: 0px;
   margin: 0px auto;
}
.homepage_content .left {
    background-color: #01549f;
   width: 320px;
   margin: 0px auto;
   float: left;
   font-size: 19pt;
   line-height: 26pt;
   color: #005daf;
    border-top: 1px solid #004582;
    border-left: 1px solid #004582;
    border-right: 1px solid #004582;
}
.homepage_content .right {
   background: #000;
   width: 617px;
   padding: 0px;
   margin: 0px auto;
   float: right;
}
/* BUTTONS */
.homepage_content .left ul {
    list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.homepage_content .left li {
    border-bottom: 1px solid #004582;
	margin: 0;
	list-style: none;
	list-style-image: none;
    line-height: 39px;
}
.homepage_content .left li a {
    display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
    font-weight: normal;
    font-size: 14pt;
	padding: 5px 0px 5px 15px;
}
.homepage_content .left li a:hover {
	background-color: #003d72;
    display: block;
	color: #fff500;
	text-decoration: none;
    font-weight: normal;
    font-size: 14pt;
	padding-right: -15px;
}
html>body .homepage_content .left li a {
	width: auto;
}
.homepage_content .left img {
	padding: 0px 10px 0px 0px;
}

.tyre_buttons {
   width: 670px;
   height: 252px;
   padding: 0px 0px 10px 0px;
   margin: 0px auto;
}
.tyre_buttons ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.tyre_buttons li {
   width: 212px;
   height: 252px;
   display: inline;
   list-style-type: none;
}
.tyre_buttons li a {
   width: 190px;
   height: 205px;
   color: #555;
   text-decoration: none;
   padding: 65px 10px 10px 10px;
   float: left;
   line-height: 15pt;
   font-size: 11pt;
}
.tyre_buttons li a:hover {
   text-decoration: none;
   color: #000;
}
.tyre_buttons li.size a,
.tyre_buttons li.brand a {
   margin-right: 17px;
}

.tyre_buttons li.size a {
   background: url('../image/default/btn_tyres_norm_size.png') no-repeat;
}
.tyre_buttons li.brand a {
   background: url('../image/default/btn_tyres_norm_brand.png') no-repeat;
}
.tyre_buttons li.quote a {
   background: url('../image/default/btn_norm_getaquote.png') no-repeat;
}

.tyre_buttons li.size a:hover {
   background: url('../image/default/btn_tyres_over_size.png') no-repeat;
}
.tyre_buttons li.brand a:hover {
   background: url('../image/default/btn_tyres_over_brand.png') no-repeat;
}
.tyre_buttons li.quote a:hover {
   background: url('../image/default/btn_over_getaquote.png') no-repeat;
}

.availability {
    font-weight: bold;
    color: #414141;
    font-size: 9pt;
    font-style: normal;
}
.fittingcost {
    font-weight: bold;
    color: #717171;
    font-size: 9pt;
    font-style: italic;
    line-height: 14px;
    padding: 2px 0px 2px 0px;
}
.fittingcost_product {
    font-weight: bold;
    color: #717171;
    font-size: 12pt;
    font-style: italic;
}
.beatanyprice {
    font-weight: bold;
    color: #168e44;
    font-size: 9pt;
    font-style: normal;
    line-height: 14px;
    padding: 2px 0px 2px 0px;
}

.reviewlink {
  font-size: 14pt;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0px;
}
.reviewlink a {
  font-size: 14pt;
  text-decoration: none;
  font-weight: bold;
}
.reviewlink a:hover {
  font-size: 14pt;
  text-decoration: none;
  font-weight: bold;
  color: #f00;
}

/* BUTTONS */
.wheel_buttons {
   width: 670px;
   height: 252px;
   padding: 0px 0px 10px 0px;
   margin: 0px auto;
}
.wheel_buttons ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.wheel_buttons li {
   width: 212px;
   display: inline;
   list-style-type: none;
}
.wheel_buttons li a {
   width: 190px;
   height: 205px;
   color: #555;
   text-decoration: none;
   padding: 65px 10px 10px 10px;
   float: left;
   line-height: 15pt;
   font-size: 11pt;
}
.wheel_buttons li a:hover {
   text-decoration: none;
   color: #000;
}
.wheel_buttons li.vehicle a,
.wheel_buttons li.brand a {
   margin-right: 17px;
}

.wheel_buttons li.vehicle a {
   background: url('../image/default/btn_wheels_norm_vehicle.png') no-repeat;
}
.wheel_buttons li.brand a {
   background: url('../image/default/btn_wheels_norm_brand.png') no-repeat;
}
.wheel_buttons li.quote a {
   background: url('../image/default/btn_norm_getaquote.png') no-repeat;
}

.wheel_buttons li.vehicle a:hover {
   background: url('../image/default/btn_wheels_over_vehicle.png') no-repeat;
}
.wheel_buttons li.brand a:hover {
   background: url('../image/default/btn_wheels_over_brand.png') no-repeat;
}
.wheel_buttons li.quote a:hover {
   background: url('../image/default/btn_over_getaquote.png') no-repeat;
}


/* BUTTONS */
.fourwheeldrive_buttons {
   width: 670px;
   height: 252px;
   padding: 0px 0px 10px 0px;
   margin: 0px auto;
}
.fourwheeldrive_buttons ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.fourwheeldrive_buttons li {
   width: 212px;
   height: 252px;
   display: inline;
   list-style-type: none;
}
.fourwheeldrive_buttons li a {
   width: 190px;
   height: 205px;
   color: #555;
   text-decoration: none;
   padding: 65px 10px 10px 10px;
   float: left;
   line-height: 15pt;
   font-size: 11pt;
}
.fourwheeldrive_buttons li a:hover {
   text-decoration: none;
   color: #000;
}
.fourwheeldrive_buttons li.vehicle a,
.fourwheeldrive_buttons li.brand a {
   margin-right: 17px;
}

.fourwheeldrive_buttons li.vehicle a {
   background: url('../image/default/btn_fourwheeldrive_norm_vehicle.png') no-repeat;
}
.fourwheeldrive_buttons li.brand a {
   background: url('../image/default/btn_fourwheeldrive_norm_brand.png') no-repeat;
}
.fourwheeldrive_buttons li.quote a {
   background: url('../image/default/btn_norm_getaquote.png') no-repeat;
}

.fourwheeldrive_buttons li.vehicle a:hover {
   background: url('../image/default/btn_fourwheeldrive_over_vehicle.png') no-repeat;
}
.fourwheeldrive_buttons li.brand a:hover {
   background: url('../image/default/btn_fourwheeldrive_over_brand.png') no-repeat;
}
.fourwheeldrive_buttons li.quote a:hover {
   background: url('../image/default/btn_over_getaquote.png') no-repeat;
}

/* BUTTONS */
.kitsaccessories_button {
   width: 670px;
   height: 252px;
   padding: 0px 0px 10px 0px;
   margin: 0px auto;
}
.kitsaccessories_button ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.kitsaccessories_button li {
   width: 323px;
   height: 252px;
   display: inline;
   list-style-type: none;
}
.kitsaccessories_button li a {
   width: 305px;
   height: 205px;
   color: #555;
   text-decoration: none;
   padding: 65px 10px 10px 10px;
   float: left;
   line-height: 15pt;
   font-size: 11pt;
}
.kitsaccessories_button li a:hover {
   text-decoration: none;
   color: #000;
}
.kitsaccessories_button li.suspension a {
   margin-right: 17px;
}

.kitsaccessories_button li.suspension a {
   background: url('../image/default/btn_4WD_norm_suspension.png') no-repeat;
}
.kitsaccessories_button li.accessories a {
   background: url('../image/default/btn_4WD_norm_accessories.png') no-repeat;
}

.kitsaccessories_button li.suspension a:hover {
   background: url('../image/default/btn_4WD_over_suspension.png') no-repeat;
}
.kitsaccessories_button li.accessories a:hover {
   background: url('../image/default/btn_4WD_over_accessories.png') no-repeat;
}



#getaquote {
   background: none;
   width: 105px;
   float: right;
   padding: 0px 9px 0px 0px;
   position: relative;
   top: 10px;
   right: 3px;
}
#goback {
   background: none;
   width: 76px;
   float: right;
   padding: 0px 14px 0px 10px;
   position: relative;
   top: 3px;
   right: 0px;
}
#review {
   background: none;
   width: 220px;
   float: right;
   padding: 0px 14px 20px 10px;
   position: relative;
   top: 0px;
   right: 0px;
}
.noproducts #goback {
   background: none;
   width: 76px;
   float: right;
   padding: 0px 24px 0px 10px;
   position: relative;
   top: 6px;
   right: 0px;
}
.noproducts td {
  border: 1px solid #ddd;
}
/* Wheel Force Video Box */
.videobox {
   width: 670px;
   height: 310px;
}
.videobox .videobox_text {
   background: none;
   width: 185px;
   float: left;
}
.videobox .videobox_text .videobox_content {
   background: none;
   padding: 10px;
   font-size: 11pt;
   line-height: 15pt;
}
.videobox .videobox_video {
   background: #000;
   width: 480px !important;
   height: 268px !important;
   float: right;
}
.videobox .videobox_video iframe {
   width: 480px !important;
   height: 268px !important;
   float: right;
}

#tyre_size {
}

/* FORM BUILDER */
/* ==== GET A QUOTE (content) ==== */
#form1 .form-required .required {
   color: red !important;
   font-size: 11pt;
}
#form1 label {
   font-weight: normal;
   font-size: 9pt;
   color: #313131;
   position: relative;
   bottom: 3px;
}
#form1 span {
   font-weight: bold;
   font-size: 10pt;
   color: #01549F;
   position: relative;
   bottom: 3px;
}
#form1 .button {
   color: #fff;
}
#form1 input[name=firstname],
#form1 input[name=lastname],
#form1 input[name=phonenumber],
#form1 input[name=vehiclemake],
#form1 input[name=vehicleyear],
#form1 input[name=vehiclemodel],
#form1 input[name=typeofvehicle],
#form1 input[name=reasonforenquiry],
#form1 input[name=chassisno],
#form1 input[name=additionalnotes] {
   background: #fff;
   width: 200px;
}
#form1 input[name=emailaddress] {
   background: #fff;
   width: 250px;
}
/* ==== MAKE A BOOKING (content) ==== */
#form2 .form-required .required {
   color: red !important;
   font-size: 11pt;
}
#form2 label {
   font-weight: normal;
   font-size: 9pt;
   color: #313131;
   position: relative;
   bottom: 3px;
}
#form2 span {
   font-weight: bold;
   font-size: 10pt;
   color: #01549F;
   position: relative;
   bottom: 3px;
}
#form2 .button {
   color: #fff;
}
#form2 input[name=firstname],
#form2 input[name=lastname],
#form2 input[name=phonecontact],
#form2 input[name=reasonforenquiry],
#form2 input[name=additionalnotes] {
   background: #fff;
   width: 150px;
}
#form2 input[name=emailaddress] {
   background: #fff;
   width: 200px;
}
/* ==== CONTACT US (content) ==== */
#form3 .form-required .required {
   color: red !important;
   font-size: 11pt;
}
#form3 label {
   font-weight: normal;
   font-size: 9pt;
   color: #313131;
   position: relative;
   bottom: 3px;
}
#form3 span {
   font-weight: bold;
   font-size: 10pt;
   color: #01549F;
   position: relative;
   bottom: 3px;
}
#form3 .button {
   color: #fff;
}
#form3 input[name=firstname],
#form3 input[name=lastname],
#form3 input[name=phonecontact],
#form3 input[name=reasonforenquiry],
#form3 input[name=additionalnotes] {
   background: #fff;
   width: 150px;
}
#form3 input[name=emailaddress] {
   background: #fff;
   width: 200px;
}
/* ==== CONTACT US TODAY! (side bar) ==== */
#form4 .form-required .required {
   color: red !important;
   font-size: 11pt;
}
#form4 .form-label {
   font-weight: normal;
   font-size: 9pt;
   color: #fff500;
   position: relative;
   bottom: 3px;
}
#form4 .button {
   color: #fff;
}
#form4 input[name=firstnameside],
#form4 input[name=lastnameside],
#form4 input[name=phonecontactside],
#form4 input[name=reasonforenquiryside],
#form4 input[name=additionalnotesside] {
   background: #fff;
   width: 150px;
}
#form4 input[name=emailaddressside] {
   background: #fff;
   width: 200px;
}

/* === NO PRODCTS === */
.noproducts {
   background: #f7f7f7;
   width: 648px;
   border: 1px solid #ddd;
}
.noproducts .header {
   background: #717171;
   margin-bottom: 15px;
   padding: 8px 20px;
   color: #FFF500;
   font-weight: normal;
   font-size: 18px;
}
.noproducts .content {
}
.noproducts .content .title {
   font-weight: bold;
   color: #0C4CA0;
   font-size: 13pt;
}
.noproducts .content .body {
   padding-top: 5px;
}

.noproducts .content .links table {
   list-style-type:none;
   margin:0;
   padding: 15px 0px 0px 0px;
}
.noproducts .content .links .image {
   width: 55px;
}
.noproducts .content .links .text {
}
.noproducts .content .links a {
   text-decoration: none;
   vertical-align: top;
   margin-left: 0px;
   position: relative;
   font-size: 11pt;
   color: #2c91db;
   line-height: 16px;
}
.noproducts .content .links a:hover {
   text-decoration: none;
   color: #f00;
}
.noproducts .content .links img {
   width: 50px;
}

.flexslider {
   background: #ddd;
   width: 670px;
   height: 330px;
}

.review-hotlinks a {
   background: #999;
   display: block;
   padding: 8px 5px;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
}
.review-hotlinks a:hover {
   background: #f90;
   display: block;
   padding: 8px 5px;
   color: #fff;
}


/* DYNAMIC CATEGORIES */
.dynamic-categories {
	background: #01549F;
	margin-bottom: 0px;
	color: #fff;
}
.dynamic-categories .top {
   border-bottom: 1px solid #052C5B;
	padding: 12px 0px 12px 10px;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 15pt;
	font-weight: bold;
   font-style: italic;
	line-height: 15px;
	color: #fff500;
   text-transform: uppercase;
}
.dynamic-instructions {
   font-size: 10pt;
	font-weight: normal;
   font-style: normal;
   text-transform: none;
   float: right;
   padding-right: 15px;
}
.dynamic-dropdowns {
   margin: 15px 0px 6px 5px;
}

.dynamic-categories .middle {
   background: none;
   width: 655px;
   height: 50px;
   border-top: 1px solid #006ECE;
	color: #fff500;
}
.dynamic-categories select {
   margin: 0px 0px 6px 5px;
   font-size: 10pt;
}
.dynamic-categories .dynamic_tyres {
   background: url('../image/default/img_dynamic_filter_tyres.png') 0px 0px no-repeat;
   width: 225px;
   height: 56px;
   padding: 0px 0px 0px 0px;
   font-size: 10pt;
   float: right;
}
.dynamic-categories .dynamic_wheels {
   background: none;
   width: 100%;
   height: 175px;
   padding: 5px 0px 10px 0px;
   line-height: 13pt;
   font-size: 10pt;
   border-bottom: 1px solid #006ECE;
}
.dynamic-categories .dynamic_4wd {
   background: none;
   width: 100%;
   height: 175px;
   padding: 5px 0px 10px 0px;
   line-height: 13pt;
   font-size: 10pt;
   border-bottom: 1px solid #006ECE;
}
.dynamic-categories .stop-button {
   width: 100%;
   height: 30px;
   font-size: 9pt;
   position: relative;
   top: 5px;
   color: #fff;
   text-align: center
}

/* Automotive & Mechanical Services */
.autoservices_block {
   width: 100%;
}
.autoservices_block .blocktext {
   padding: 35px 0px 20px 0px;
}
.anchorheader {
   background: #083F85;
   width: 100%;
   float: left;
   padding: 5px 0px 3px 0px;
   margin-bottom: 15px;
}
.anchorheader .title {
   float: left;
   color: #FEF402;
   font-weight: bold;
   font-style: normal;
   font-size: 12pt;
   padding: 3px 0px 2px 10px;
}
.anchorheader .goback {
   float: right;
   padding: 0px 15px 0px 0px;
}
.anchorheader .goback a {
   color: #7ad4ff;
   font-weight: bold;
   font-style: normal;
   font-size: 10pt;
   position: relative;
   top: -6px;
}
.anchorheader .goback a:hover {
   color: #def4ff;
   text-decoration: underline;
}
.anchorheader .goback img {
   padding: 5px 0px 0px 0px;
   position: relative;
   top: 6px;
}


.faq_wrapper {
   width: 100%;
}
.faq_row {
   width: 100%;
   margin-bottom: 15px;
   border: 1px solid #919191;
}
.faq_row .faq_question_title {
   background: #E2E2E2;
   padding: 5px 10px;
   border-top: 1px solid #eee;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
   border-bottom: 1px solid #eee;
   font-weight: bold;
}
.faq_row .faq_question_text {
   background: #FDFFE5;
   padding: 10px 10px;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
}

.faq_row .faq_answer_title {
   background: #E2E2E2;
   padding: 5px 10px;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
   font-weight: bold;
}
.faq_row .faq_answer_text {
   background: #FDFFE5;
   padding: 10px 10px;
   border-bottom: 1px solid #eee;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
}

.team_wrapper {
   width: 100%;
}
.team_wrapper .row {
   float: left;
   width: 100%;
   height: 150px;
   margin-bottom: 20px;
   border-bottom: 1px solid #eee;
}
.team_wrapper .row .left {
   width: 23%;
   height: 100px;
   float: left;
}
.team_wrapper .row .right {
   float: right;
   width: 77%;
}
.team_wrapper .row .right .name {
   font-weight: bold;
}

.onsalenow {
}
.onsalenow_img {
   background: url('../image/default/img_onsalenow.png') no-repeat;
   width: 67px;
   height: 67px;
   position: relative;
   z-index: 10;
   margin-bottom: -67px;
   display: block;
}
.onsalenow_img a {
   background: url('../image/default/img_onsalenow.png') no-repeat;
   width: 67px;
   height: 67px;
   display: block;
}
.onsalenow_img img {
   position: relative;
   display: block;
}
.onsalenow_img_top {
   background: #ff3a00;
   width: 100%;
   padding: 5px 0px;
   font-weight: bold;
   font-size: 14pt;
   color: #fff;
   text-align: center;

}

/* begin css tabs */
#tabmenu {
   background: #01549F;
   padding: 6px 10px 2px 10px;
   margin-bottom: 15px;
}
ul#tabnav { /* general settings */
   text-align: left; /* set to left, right or center */
   font: normal 11pt verdana, arial, sans-serif; /* set font as desired */
   border-bottom: 0px solid #6c6; /* set border COLOR as desired */
   list-style-type: none;
   padding: 0px 0px 5px 0px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
   display: inline;
}
ul#tabnav li a { /* settings for all tab links */
   background-color: #083F85; /* set unselected tab background color as desired */
   border: 1px solid #377AD2; /* set border COLOR as desired; usually matches border color specified in #tabnav */
   color: #fff; /* set unselected tab link color as desired */
   margin-right: 0px; /* set additional spacing between tabs as desired */
   text-decoration: none;
   padding: 8px 26px 8px 22px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
}

ul#tabnav a:hover { /* settings for hover effect */
   background: #FFA300; /* set desired hover color */
   color: #000; /* set unselected tab link color as desired */
}

.categoryheader {
   background: #fff;
   width: 670px;
}
.categoryheader .headerimage {
   width: 128px;
   height: 125px;
   float: left;
   margin-top: 10px;
}
.categoryheader .headercontent {
   background: none;
   width: 80%;
   xheight: 125px;
   float: left;
   padding-top: 10px;
   margin-bottom: 10px;
   overflow: hidden;
}
.categoryheader .headercontent h1.headertitle {
   background: none;
   border: 0px solid #ddd;
   color: #01549F;
   font-size: 25pt;
}
.categoryheader .headercontent .headertext {
   background: none;
   border: 0px solid #ddd;
   color: #000;
   font-size: 11pt;
   padding: 0px 10px 0px 20px;
}

.categoryheader_noimage {
   background: #fff;
   width: 670px;
}
.categoryheader_noimage .headerimage {
   background: none;
   width: 0%;
   float: left;
   margin-top: 10px;
}
.categoryheader_noimage .headercontent {
   background: none;
   width: 75%;
   float: left;
   padding-top: 20px;
   margin-bottom: 0px;
}
.categoryheader_noimage .headercontent h1.headertitle {
   background: none !important;
   border: 0px solid #ddd;
   color: #01549F;
   font-size: 25pt;
}
.categoryheader_noimage .headercontent .headertext {
   background: none;
   border: 0px solid #ddd;
   color: #000;
   font-size: 11pt;
   padding: 0px 20px 0px 20px;
}


.inpage_buttons {
  width: 785px;
  height: 150px;
  padding: 0px;
  margin: 25px 0px 0px 0px;
}
.inpage_buttons ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.inpage_buttons li {
   display: block;
   list-style-type: none;
}
.inpage_buttons li a {
   width: 359px;
   height: 52px;
   display: block;
   color: #000;
   text-align: center;
 }
.inpage_buttons li a:hover {
   text-decoration: none;
   color: #ccc;
}
.inpage_buttons li.button_01 a {
  margin: 0px 0px 15px 0px;
}
.inpage_buttons li.button_01 a {
   background: url('../image/default/btn_inpage_booking_norm.png') no-repeat;
}
.inpage_buttons li.button_02 a {
   background: url('../image/default/btn_inpage_quote_norm.png') no-repeat;
}

.inpage_buttons li.button_01 a:hover {
   background: url('../image/default/btn_inpage_booking_over.png') no-repeat;
}
.inpage_buttons li.button_02 a:hover {
   background: url('../image/default/btn_inpage_quote_over.png') no-repeat;
}

table.info_googlemap {

}

.info_googlemap .details{
   padding: 10px;
}

.info_googlemap .label {
   font-weight: bold;
   font-size: 13pt;
   padding-top: 10px;
}

table.info_googlemap td.value {
   font-size: 11pt;
}


.box-product .manufacturer_custom {
   height: 110px;
   text-align: center;
   padding: 0px !important;
   margin: 0px 10px 0px 10px !important;
   overflow: hidden !important;
}

li .promega_seperator {
   height: 0px;
   color: #4593D8;
   padding: 0px;
   margin: 0px;
   line-height: 0px;
}

.cart .buttontop {
   margin-bottom: 7px;
}
.cart .buttontop a {
   display: inline;
   width: 100px;
   height: 30px;
}
.cart .buttonbottom {
  visibility: hidden;
  display: none;
}
.cart .buttonbottom a {
  visibility: hidden;
  display: none;
}
.hide_this,
.wishlist {
  visibility: hidden;
  display: none;
   height: 0px;
}

#productshare #social {
   background: #FFF500;
   padding: 5px;
}
#productshare #social ul {
   margin: 0;
   padding: 0;
	list-style-type: none;
   list-style-image: none;
}
#productshare #social li {
   display: inline;
}
#productshare #social li.buttonF a {
   background: url('../image/default/btn_product_question_email_norm.png') 0px 8px no-repeat;
   padding: 10px 10px 10px 30px;
   font-size: 10pt;
   font-weight: bold;
	text-decoration: none;
	color: #000;
}
#productshare #social li.buttonF a:hover {
   background: url('../image/default/btn_product_question_email_over.png') 0px 8px no-repeat;
	text-decoration: none;
	color: #f00;
}
.shipping_bkg {
    background: #ffffe6;
    padding: 10px 10px 20px 10px;
    border: 1px solid #ddd;
}

.shipping_spacer {
   border: 1px solid #ddd;
   margin-top: 15px;
   padding: 10px;
   font-size: 13pt;
}
.shipping_label {
   background: red;
   font-size: 14pt;
   color: white;
   padding: 10px;
   border: 1px solid #ddd;
   margin-top: 15px;
}
.shipping_value {
   font-size: 12pt;
   color: black;
   padding-top: 15px;
}
.shipping_notes {
   font-size: 12pt;
   color: blue;
   padding-top: 25px;
}
.shipping_warning {
   font-size: 12pt;
   color: red;
   padding-top: 25px;
   font-weight: bold;
}

#manufacturer_seo {
   background: none;
   width: 670px;
   margin: 5px 0px 0px 0px;
   padding-bottom: 10px;
   display: inline-block;
}
#manufacturer_seo .seoimage {
   background: none;
   width: 170px;
   display: inline-block;
   padding-right: 10px;
}
#manufacturer_seo .seoimage img {
   background: none;
   width: 170px;
   display: inline-block;
}
#manufacturer_seo .seotitle {
   background: none;
   width: 475px;
   display: inline-block;
   float: left;
}
#manufacturer_seo h1.seotitle {
  color: #01549f;
  border: none;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  left: -18px;
}
#manufacturer_seo .seocontent {
   background: none;
   width: 490px;
   display: inline-block;
   float: right;
   padding-top: 0px;
}
#manufacturer_seo .seocontent_wide {
   background: none;
   width: 100%;
   float: left;
}
#manufacturer_seo .image_wide {
   background: none;
   width: 100%;
   padding-top: 15px;
}

.courtesy_car_button {
	background: #15a4e3;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.group_menu ul {
    background: #003d72;
    height: 47px;
    list-style-type: none;
    margin: 10px 0px;
    padding: 0;
}
.group_menu li {
    display: inline;
    line-height: 45px;
    margin: 0px 0px 0px 5px;
}
.group_menu a {
    background: #01549f;
    color: #fff500;
    width: 200px;
    padding: 3px 20px;
    font-weight: normal;
    font-size: 12pt;
    text-decoration: none;
    border-right: 1px solid #000;
    margin: 0px 5px;
}
.group_menu a:hover {
    background: #f80;
    color: #fff;
}

.group_menu_list {
   background: #01549F;
	margin-bottom: 20px;
}
.group_menu_list ul {
    list-style-type: none;
	padding: 5px 0px 10px 5px;
    margin: 0px;
}
.group_menu_list li {
   background: url('../image/default/aro_menuarrowside.png') no-repeat;
    background-position: 0px 4px;
    padding-left: 26px;
    line-height: 17pt;
}
.group_menu_list a {
   color: #B2D8FF;
   text-decoration: none;
}
.group_menu_list a:hover {
  color: #fff;
  text-decoration: underline;
}

.lp-arrows {
  position: relative;
  left: -12px;
}
.lp-buttons {
    width: 960px;
    height: 100px;
}
ul.lp-buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lp-buttons li a {
    width: 320px;
    height: 100px;
    display: inline;
    text-decoration: none;
}
.lp-buttons li.airbag {
   background: url('../image/default/btn-lp-airbag-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.airbag a {
   background: url('../image/default/btn-lp-airbag-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.airbag a:hover {
   background: url('../image/default/btn-lp-airbag-over.png') no-repeat;
}
.lp-buttons li.boss {
   background: url('../image/default/btn-lp-boss-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.boss a {
   background: url('../image/default/btn-lp-boss-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.boss a:hover {
   background: url('../image/default/btn-lp-boss-over.png') no-repeat;
}
.lp-buttons li.polyair {
   background: url('../image/default/btn-lp-polyair-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: right;
}
.lp-buttons li.polyair a {
   background: url('../image/default/btn-lp-polyair-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: right;
}
.lp-buttons li.polyair a:hover {
   background: url('../image/default/btn-lp-polyair-over.png') no-repeat;
}

.lp-buttons li.dobinson {
   background: url('../image/default/btn-lp-dobinson-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.dobinson a {
   background: url('../image/default/btn-lp-dobinson-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.dobinson a:hover {
   background: url('../image/default/btn-lp-dobinson-over.png') no-repeat;
}
.lp-buttons li.efs {
   background: url('../image/default/btn-lp-efs-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.efs a {
   background: url('../image/default/btn-lp-efs-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: left;
}
.lp-buttons li.efs a:hover {
   background: url('../image/default/btn-lp-efs-over.png') no-repeat;
}
.lp-buttons li.toughdog {
   background: url('../image/default/btn-lp-toughdog-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: right;
}
.lp-buttons li.toughdog a {
   background: url('../image/default/btn-lp-toughdog-norm.png') no-repeat;
    width: 320px;
    height: 100px;
    float: right;
}
.lp-buttons li.toughdog a:hover {
   background: url('../image/default/btn-lp-toughdog-over.png') no-repeat;
}
.review-block {
  width: 100%;
}
.review-product {
    background: #12a851;
    width: 650px;
    padding: 10px;
    font-size: 16pt;
    color: #fff500;
    font-style: italic;
    font-weight: bold;
}
.review-review {
    background: #eaeaea;
    width: 650px;
    padding: 10px;
    font-size: 14pt;
    color: #01549f;
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px solid #d6d6d6;
}
.review-review .vehicle {
    float: left;
    color: #01549f;
}
.review-review .date {
    float: right;
    color: #717171;
}

.review-info {
    background: #eaeaea;
    width: 650px;
    padding: 5px 10px;
    text-align: left;
    font-size: 10pt;
    border-top: 1px solid #f5f5f5;
}
.review-info .label {
    font-size: 10pt;
    font-style: none;
    font-weight: bold;
}
.review-info .value {
    font-size: 10pt;
    font-style: none;
    font-weight: bold;
    color: #01549f;
}
.review-date {
    width: 650px;
    padding: 10px;
    font-size: 12pt;
    color: #01549f;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
.review-content {
    width: 650px;
    padding: 25px 10px 15px 5px;
}
.review-footer {
    background: #fff;
    width: 650px;
    padding: 1px 10px;
    font-size: 12pt;
    color: #01549f;
    font-style: italic;
    font-weight: bold;
}
.review_button a {
    background: url('../image/default/btn-review-norm.png') no-repeat;
    width: 494px;
    height: 47px;
    display: block;
	text-decoration: none;
  margin: 0px auto 0px auto;

}
.review_button a:hover {
    background: url('../image/default/btn-review-over.png') no-repeat;
}

.lp-cta {
  background: none;
  width: 100%;
  margin-bottom: 15px;
}
.lp-intro {
  background: none;
  width: 68%;
  padding-right: 20px;
}
.lp-email-button {
  vertical-align: top;
}

.lp-email-button a {
    background: url('../image/default/btn_lp_email_button_norm.png') no-repeat;
    width: 335px;
    height: 87px;
    display: block;
	text-decoration: none;
    text-align: right;
}
.lp-email-button a:hover {
    background: url('../image/default/btn_lp_email_button_over.png') no-repeat;
}
.lp-getaquote {
  float: right;
  position: relative;
  right: 5px;
  top: -2px;
}
.lp-getaquote #goback {
  position: relative;
  right: 118px;
}
.lp-getaquote #goback input {
    height: 25px;
    font-size: 11pt;
    padding: 6px 10px 14px 10px;
}

.callforprice {
    font-size: 10pt;
}

.optionname {
  color: #f00;
    font-size: 12pt;
    font-weight: bold;
}

.dynamic-categories select.category-dropdown {
    width: 200px;
}

.add25 .addtext {
  color: red;
  font-size: 12pt;
  font-weight: bold;
}
.dontforget ul {
	list-style: none;
}
.dontforget .addtext {
  color: blue;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}
h3 {
	color: #01549F;
	font-size: 12pt;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {

#homepageipadimage {
   display: none;
   text-align: center;
}
body {
	background: #1CB254;
   width: 100%;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
   margin-left: 100px;
}
#wideheader {
   background: #000;
   width: 100%;
   height: 274px;
   margin: 0px auto !important;
}
#header {
	background: #222;
    height: 143px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
#container {
	background: #fff;
	width: 1000px;
   margin: 0px auto !important;
	text-align: left;
   position: relative;
   top: 0px;
   margin-left: 100px;
}
.product-info .left {
}
.product-info .right {
	background: none;
   width: 400px;
   overflow: hidden;
}














}

