/* RESET STYLESHEET (html5doctor.com) v1.6.1 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}
/* END RESET CSS (html5doctor.com) */





/* OTHER RESET STYLESHEET (HTML GENERAL) */
body{text-align:center;font-family:arial,verdana,helvetica,sans-serif;font-size: 12px ;background:url(../images/background-tile.jpg);color:#3A4045;line-height:normal;}
a{color:#5C5B5B;text-decoration:none;font-weight:bold;}
a:hover{color:#0591c2;text-decoration:underline;}
h1,h2,h3,h4,h5,h6{font-family:arial,helvetica,sans-serif;}
h2{font-size:16px;}
h3{font-size:14px;}
textarea{width:100%;font-family:Verdana,Arial,sans-serif;font-size:11px;border:1px solid #EEEEEE;}
checkbox,input,radio,select,button{}
fieldset{margin:0px 0px 15px;border:1px solid #c9c9c9;padding:15px;}
legend{font-weight:bold;line-height:20px;font-size:16px;}
input[type="text"],input[type="password"]{border:1px solid #eee;}
input[type="text"]:disabled{background:none repeat scroll 0 0 #FFF;}


/* MASTER PAGE WRAPPERS */
.top-links-buffer{height:10px; margin:30px auto 0;width:960px;}
.master-wrapper-page{margin:30px auto 0;width:960px;background:none repeat scroll 0 0 #FFF;box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-moz-box-shadow:0 0.5em 2em rgba(0,0,0,0.1);-webkit-box-shadow:0 0.5em 2em rgba(0,0,0,0.1); border-radius:5px}

.master-wrapper-content{float:left;width:930px;margin:0px 15px 0 15px;padding:0px 0 15px 0;text-align:left; background:none repeat scroll 0 0 #FFFFFF; }
.master-wrapper-main{font-family:arial,helvetica,sans-serif;color:#5C5B5B; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; }
@-moz-document url-prefix() {
    .master-wrapper-main {padding-top:10px;}
	}

/* one column master page */
.master-wrapper-main .center-1{width:98%; margin:1%;background:#FFF;border-radius:5px;}
/* two column master page */
/*.master-wrapper-main .side-2{float:left;width:190px;margin:10px 0;}
.master-wrapper-main .center-2{float:left;width:710px;min-height:400px;padding:10px;margin:10px 0 10px 10px;background:#FFF;display:inline;border-radius:5px;}*/
.master-wrapper-main .side-2{width:20%; margin-top:1%; float:left\9;}
.ie10 .master-wrapper-main .side-2 {float:left;}
.master-wrapper-main .center-2{width:78%; margin:1%;float:left\9;}
.ie10 .master-wrapper-main .center-2{float:left;}
/* three column master page */
/*.master-wrapper-main .leftside-3{ display:table-cell; width:190px;margin:0; background-color:#FFFF00;}
.master-wrapper-main .center-3{display:table-cell; min-height:400px; margin:10px 210px;background:#FFF;overflow:hidden;border-radius:5px; background-color:#FF0000;}
.master-wrapper-main .rightside-3{display:table-cell; width:190px;margin:0; background-color:#00FF00;}*/
.master-wrapper-main .leftside-3 {width:20%; margin-top:1%;float:left\9;}
.ie10 .master-wrapper-main .leftside-3 {float:left;}
.master-wrapper-main .center-3 {width:58%; margin:1%;float:left\9;}
.ie10 .master-wrapper-main .center-3 {float:left;}
.master-wrapper-main .rightside-3 {width:20%; margin-top:1%;float:left\9;}
.ie10 .master-wrapper-main .rightside-3  {float:left;}

/* HEADER AND MENU */
.header{padding:0 2px;height:90px; height:110px\9; background:#fff; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
.ie10 .header {height:110px;}

.header .icon{vertical-align:bottom;}
.header .ico-register{padding-bottom:5px;}
.header .ico-login{padding-bottom:5px;}
.header .ico-logout{padding-bottom:5px;}
.header .ico-inbox{padding-bottom:5px;}
.header .ico-cart{padding-bottom:5px;}
.header .ico-wishlist{padding-bottom:5px;}
.header .ico-cart:hover *,.header .ico-wishlist:hover *{text-decoration:underline;cursor:pointer;}
.header .ico-cart span,.header .ico-wishlist span{float:left;}

/*.header-logo{margin-top:10px;float:left;text-align:left;}
.header-logo a{display:table;margin:0 auto;}*.header-logo a img{max-width:100%;}*/

.header-logo {width:30%; float:left;}
.header-logo-text {margin-top:-10px; margin-bottom:0; margin-left:2px; font-size:medium; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; color:#000000;}
/*
.header-exporter{float:left;text-align:left; margin-left:25%;}
.header-exporter a{display:table;margin:0 auto;}
.header-exporter a img{max-width:100%;}*/

.header .manufacturer-logo{width:30%;text-align:right; float:left;}

.header-exporter{width:20%; text-align:right; margin-top:5px; float:left;}
/*.header-phone{float:right;text-align:left;}*/
.header-phone{width:20%; text-align:right; margin-top:5px; float:left;}
.header-phone .number {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone .numberint {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone .blacktext {font-weight:bold; color:#000000;}
.header-phone .blacktextint {font-weight:bold; color:#000000; letter-spacing:1px}
.header-phone .greytext {font-weight:bold; color:#666; letter-spacing:-0.3px}
.header-phone p{margin-top:10px;}
.header-phone-call{display:none;}

.header-logo-dsl {width:30%; float:left;}
.header-exporter-dsl{width:48%; text-align:right; margin-top:5px; float:left;}
.header-phone-dsl{width:22%; text-align:right; margin-top:5px; float:left;}
.header-phone-dsl .number {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone-dsl .numberint {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone-dsl .blacktext { display:inline-block; width:35px; min-width:35px;font-weight:bold; color:#000000;}
.header-phone-dsl .blacktextint {display:inline-block;width:35px;min-width:35px;font-weight:bold; color:#000000; letter-spacing:1px}
.header-phone-dsl .greytext {font-weight:bold; color:#666; letter-spacing:-0.3px}
.header-phone-dsl p{margin-top:10px;}

.header-logo-cummins {width:30%; float:left;}
.header-logo-text-cummins {margin-top:-10px; margin-bottom:0; margin-left:2px; font-size:medium; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; color:#000000;}
.header .manufacturer-logo-cummins{width:50%;text-align:center; padding-top: 10px; float:left;}
.header-phone-cummins{width:20%; text-align:right; margin-top:5px; float:left;}
.header-phone-cummins .number {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone-cummins .numberint {font-size:large; font-weight:bolder; color:#000000; font-family:Tahoma, Geneva, sans-serif;}
.header-phone-cummins .blacktext {font-weight:bold; color:#000000;}
.header-phone-cummins .blacktextint {font-weight:bold; color:#000000; letter-spacing:1px}
.header-phone-cummins .greytext {font-weight:bold; color:#666; letter-spacing:-0.3px}
.header-phone-cummins p{margin-top:10px;}



.header-selectors-wrapper{text-align:right;float:right;margin-top:10px;clear:both;}
.currency-selector{float:right;}
.language-selector{float:right;}
.tax-display-type-selector{float:right;}
ul.language-list{display:inline;line-height:25px;}
ul.language-list li{list-style:none;display:inline;padding:0 5px;float:left;}
ul.language-list li .selected{border:solid 1px #ccc!important;}
ul.language-list li:hover{cursor:pointer;}
.header-links-wrapper{position:relative;float:right;text-align:right;width:100%;}
.header-links{float:right;padding:0px;margin:5px 0 0px 0;display:inline-table;}
.header-links ul{padding:0;margin:0;float:left;}
.header-links ul li{list-style:none outside none;display:inline;padding-right:2px;margin-left:5px; margin-right:5px; float:left;}
.header-links a{color:#AF0304;text-decoration:none;float:left;}
.header-links a:hover{color:#AF0304;text-decoration:underline;}
.header-links a.account{color:#AF0304;padding-bottom:5px;}
.admin-header-links{padding:5px;margin-bottom:-15px; text-align:center;}
.admin-header-links .administration{font-weight:bold;}
.admin-header-links .impersonate{display:block; color:#E44097; margin-bottom:10px;}
.admin-header-links .impersonate a{color:#F93;font-weight:700;}
/* top menu */
.header-menu{background: rgb(141,161,177);
    background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(0,0,0,.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(0,0,0,.75)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
	border-radius:5px;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:auto;
	height:32px\9;
	background:#8da1b1\9;
	list-style:none outside none;
	margin:0;
	padding:0; 
	border: 1px solid #aaa;
	border-radius: 5px;
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex;
    display: flex;
    }
	
	.ie10 .header-menu {height:32px; background:#8da1b1;}
	.header-menu a{color:#FFFFFF;font-size:1.1em;text-decoration:none;}
	
	.header-menu .top-menu {width:100%;}
.header-menu .top-menu .nav1 {width:10%; border-right: 1px dotted #999; text-align:center; float:left; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0; padding:5px 5px 0px 5px; }
.header-menu .top-menu .nav {width:10%; border-right: 1px dotted #999; text-align:center; float:left; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0; padding:5px 5px 0px 5px;}
.header-menu .top-menu .search-box{padding-top:5px; padding-left:10px;width:60%; float:left;}
.search-box-text{background:none repeat scroll 0 0 #FFF;width:70%;border:1px solid #E3E3E3;padding:4px 5px;vertical-align:top;font-size:12px;}
.search-box-button{padding:4px 5px;background:none repeat scroll 0 0 #F6F6F4;border:1px solid #D3D3D3;border-radius:2px 2px 2px 2px;color:#353434;cursor:pointer;font-size:12px;margin-bottom:2px;width:70px;}

.header-menu .top-menu .quote {width:10%;text-align:center; float:right; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0;  float:right; padding:5px 5px 0px 5px;
	 background:#FC7406;
	 background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));
	 background:-moz-linear-gradient(top,#F9B90C,#FC7406);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');
	 border-radius:5px;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;}

.header-menu .top-menu .quote:hover {
	border-radius:5px;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	 background:rgb(191,191,191);
	background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(191,191,191,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color;-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(191,191,191,1)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
	text-decoration:none;
	background:#bfbfbf !important\9;
	
	}

.ie10 .header-menu .top-menu .quote:hover {background:#bfbfbf;}

.header-menu .top-menu .nav:hover, .header-menu .top-menu .nav1:hover{
	background:rgb(191,191,191);
	background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(191,191,191,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color;-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(191,191,191,1)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
	text-decoration:none;
	
		}
		
.header-menu .top-menu .list-menu {list-style: none;}
.header-menu .top-menu li .expand{display:none;}
.header-menu .top-menu li .sublist{background-color:#8da1b1;background-image:url(../images/top-menu-background.png);background-repeat:no-repeat;border:3px double #696969;margin-left:-10px; display:none;white-space:nowrap; padding-bottom:10px; margin-top:-5px; position:relative; z-index:9; margin-left:-120px; width:auto; min-width: 300px;}

.header-menu .top-menu li .sublist.active{display:block;}
.header-menu .top-menu li .sublist.firstLevel{}
.header-menu .top-menu li .sublist .sublist.active{margin-top:-30px;top:auto;}
.header-menu .top-menu .sublist li a{text-transform:none;line-height:22px;margin:6px 5px;}
.header-menu .top-menu .sublist li{/*background:url(../images/top-menu-list-image.png) no-repeat 5% 8px;*/ height:22px;margin:6px 5px;text-align:left;float:none;padding-bottom:0;list-style:none;} 
.header-menu .top-menu .sublist li a.hover{background:#0591c2; line-height:22px; margin:6px 5px;}

/*.header-menu .top-menu-triangle.active{display:none;}
.header-menu .top-menu-triangle{background:url(../images/top-menu-triangle.png) no-repeat;margin-top:-9px;margin-left:10px;width:10px;height:5px;position:absolute;z-index:10;display:none;}
.header-menu .top-menu-triangle.active{display:block;}*/
/* mobile top menu*/
#mob-menu-button {display:none;}
.mob-top-menu{display:none;}
/* search box */
/*.search-text{border:1px solid #eee;vertical-align:top;padding:5px 0 5px 5px;font-size:12px;width:100%;}
.search-box{background:none repeat scroll 0 0;float:right;clear:right;width:auto;display:inline;-o-border-radius:3px;-icab-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}*/
/*.search-box ul{margin:0;padding:0;float:right;}
.search-box ul li{list-style:none outside none;float:left;margin:0;padding:0;}*/
.header-menu .top-menu .search-box{padding-top:5px; padding-left:10px;width:60%;}
.search-box-text{background:none repeat scroll 0 0 #FFF;width:70%;border:1px solid #E3E3E3;padding:4px 5px;vertical-align:top;font-size:12px;}
.search-box-button{padding:4px 5px;background:none repeat scroll 0 0 #F6F6F4;border:1px solid #D3D3D3;border-radius:2px 2px 2px 2px;color:#353434;cursor:pointer;font-size:12px;margin-bottom:2px;width:70px;}
/* override some jQuery UI style */
.search-box .ui-autocomplete-loading{background:white url(../images/ajax_loader_small.gif) right center no-repeat;}
.ui-autocomplete{z-index:10 !important;} /*ensure that z-index is more than .nivoSlider a.nivo-imageLink used on the home page*/
.ui-autocomplete .ui-menu-item a{text-align:left !important;}


/*TOP MENU DEUTZ*/

.header-menu .top-menu-deutz{width:100%;height:100%;zoom:1;}
.header-menu .top-menu-deutz:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}

.header-menu .top-menu-deutz .nav1 {width:10%; border-right: 1px dotted #999; text-align:center; float:left; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0; padding:5px 5px 0px 5px; }
.header-menu .top-menu-deutz .nav2 {width:10%; border-right: 1px dotted #999; text-align:center; float:left; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0; padding:5px 5px 0px 5px;}
.header-menu .top-menu-deutz .nav3 {width:10%; border-right: 1px dotted #999; text-align:center; float:left; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0; padding:5px 5px 0px 5px;}

.header-menu .top-menu-deutz .search-box{padding-top:5px; padding-left:10px;width:60%; float:left;}


.header-menu .top-menu-deutz .quote {width:10%;text-align:center; float:right; height:28px; line-height:28px; min-width:100px; text-transform:uppercase;white-space:nowrap;text-shadow:#000 0 0 0;  float:right; padding:5px 5px 0px 5px;
	 background:#FC7406;
	 background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));
	 background:-moz-linear-gradient(top,#F9B90C,#FC7406);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');
	 border-radius:5px;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;}

.header-menu .top-menu-deutz .quote:hover {
	border-radius:5px;
	-o-border-radius:5px;
	-icab-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	 background:rgb(191,191,191);
	background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(191,191,191,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color;-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(191,191,191,1)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
	text-decoration:none;
	background:#bfbfbf !important\9;
	
	}

.ie10 .header-menu .top-menu-deutz .quote:hover {background:#bfbfbf;}

.header-menu .top-menu-deutz .nav:hover, .header-menu .top-menu-deutz .nav1:hover, .header-menu .top-menu-deutz .nav2:hover, .header-menu .top-menu-deutz .nav3:hover{
	background:rgb(191,191,191);
	background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(191,191,191,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color;-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(191,191,191,1)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(191,191,191,1) 100%);
	text-decoration:none;
	
		}
		
.header-menu .top-menu-deutz .list-menu {list-style: none;}
.header-menu .top-menu-deutz li .expand{display:none;}
.header-menu .top-menu-deutz li .sublist{background-color:#8da1b1;background-image:url(../images/top-menu-background.png);background-repeat:no-repeat;border:3px double #696969;margin-left:-10px; display:none;white-space:nowrap; padding-bottom:10px; margin-top:-5px; position:relative; z-index:9; margin-left:-120px; width:auto; min-width: 300px;}

.header-menu .top-menu-deutz li .sublist.active{display:block;}
.header-menu .top-menu-deutz li .sublist.firstLevel{}
.header-menu .top-menu-deutz li .sublist .sublist.active{left:100px; margin-top:-30px;top:auto;}
.header-menu .top-menu-deutz .sublist li a{text-transform:none;line-height:22px;margin:6px 5px;}
.header-menu .top-menu-deutz .sublist li{height:22px;margin:6px 5px;text-align:left;float:none;padding-bottom:0;list-style:none;} 
.header-menu .top-menu-deutz .sublist li a.hover{background:#0591c2; line-height:22px; margin:6px 5px;}
.header-menu .top-menu-deutz .search-box{padding-top:5px; padding-left:10px;width:50%;}



/* FOOTER */
.footer{/*border-top: 2px solid #666666;*/clear:both;height:auto;margin:0 0 30px;padding:15px 10px;background:none repeat scroll 0 0 #FFFFFF;}

.footer-middle {margin:20px auto 10px; width:270px;font-size:11px; display:inline-block; overflow:hidden;}
.footer-middle .bbb-seal {float: left;}
.footer-middle .bbb-seal img {max-height: 60px;}
.footer-middle .siteseal {float:left; padding-left:20px; padding-right:20px; vertical-align:middle; padding-top:10px;}
.footer-middle .text {float: left; padding-top:10px;}

.footer-middle .blue{font-size: 10px; font-weight: bold; color: #001689; padding-left:5px;}
.footer-middle .red{font-size: 10px; font-weight: bold; color: #ff2830; padding-left:5px;}

.footer a{text-decoration:underline;color:#555555;}
.footer-poweredby{padding-top:10px;border-top:1px solid #EEEEEE;clear:both;font-size:11px; text-align:center;}
.footer-poweredby .text{margin:0px auto 10px; width:120px;}
.footer-poweredby .blue{font-size: 10px; font-weight: bold; color: #001689; padding-left:5px;}
.footer-poweredby .red{font-size: 10px; font-weight: bold; color: #ff2830; padding-left:5px;}
.footer-disclaimer{margin:20px auto 10px;font-size:11px; width:450px;}
.footer-disclaimer-dsl{margin:0px auto 10px;font-size:11px; width:350px;}
.footer-store-theme{margin:0 100px 0 10px;font-size:11px;}
.store-theme-list{background:#e3e3e3;border:solid 1px #3a3a3a;}
.change-device{clear:both;text-align:right;}
.footer-menu{float:left;margin-left:100px;text-align:left;}
.footer-menu-first{margin-left:0;}
.footer-menu h3,.footer-menu-first h3{font-size:14px;}
.footer-menu ul,.footer-menu-first ul{margin:10px 0;padding:0;list-style:none outside none;}
.footer-menu ul li,.footer-menu-first ul{line-height:150%;}


/* MISC. CLASSES */
.nobr{white-space:nowrap!important;}
.wrap{white-space:normal!important;}
.a-left{text-align:left!important;}
.a-center{text-align:center!important;}
.a-right{text-align:right!important;}
.page{}
.page-body{}
.page-title{margin:0 0 10px;overflow:hidden;width:100%;}
.page-title h1,.page-title h2{padding:5px 5px 5px 0;font-size:20px;margin:0;font-family:Arial,Helvetica,sans-serif;font-weight:400;}
.page-title .link-rss{float:right;margin:10px 10px 0 0;background-image:url(../images/ico-rss.gif);background-repeat:no-repeat;display:block;height:14px;width:14px;text-indent:-9999px;}
td{vertical-align:middle;}
td.fieldname{font-size:12px;}
.captcha-box{}
.button-1,.button-2{color:#6e6e6e;font:bold 11px Helvetica,Arial,sans-serif;text-decoration:none;padding:3px 7px;/*position: relative;*/position:static;display:inline-block;text-shadow:0 1px 0 #fff;-webkit-transition:border-color .218s;-moz-transition:border .218s;-o-transition:border-color .218s;transition:border-color .218s;background:#F6F6F6;background:-webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));background:-moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));border:solid 1px #dcdcdc;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;cursor:pointer;height:auto;width:auto;overflow:visible; margin-right:10px;}

.button-3{color:#4C6679;font:bold 11px Helvetica,Arial,sans-serif;text-decoration:none;padding:3px 7px;/*position: relative;*/position:static;display:inline-block;text-shadow:0 1px 0 #FFF;-webkit-transition:border-color .218s;-moz-transition:border .218s;-o-transition:border-color .218s;transition:border-color .218s;background:#dde3e7;border:solid 1px #dcdcdc;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;cursor:pointer;height:auto;width:auto;overflow:visible; margin-right:10px;}

.button-search{color:#6e6e6e;font:bold 11px Helvetica,Arial,sans-serif;text-decoration:none;padding:3px 7px;/*position: relative;*/position:static;display:inline-block;-webkit-transition:border-color .218s;-moz-transition:border .218s;-o-transition:border-color .218s;transition:border-color .218s;background:#F6F6F6;background:-webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));background:-moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));border:solid 1px #dcdcdc;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;cursor:pointer;height:auto;width:auto;overflow:visible; margin-right:10px;}
.button-1:hover,.button-2:hover, .button-3:hover{color:#333;border-color:#999;-moz-box-shadow:0 2px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.15);}

.noscript{border:1px solid #ddd;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f;}
.fieldset{padding:10px;margin-bottom:15px;border:1px solid #eee;border-radius:5px; background-color:#f3f5f7;}
.fieldset .title{margin:-17px 0 14px;}
.fieldset .title strong{background: rgb(255,255,255);
    background: -moz-linear-gradient(bottom, rgba(243,245,247,.5) 0%, rgba(255,255,255,1) 25%) , rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(243,245,247,.5)));
    background: -webkit-linear-gradient(bottom, rgba(243,245,247,.5) 0%,rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(bottom, rgba(243,245,247,.5) 0%,rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(243,245,247,.5) 0%,rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to top, rgba(243,245,247,.5) 0%,rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%); border:1px solid #fff; padding:3px; border-radius:3px;}
.fieldset .inputs{margin-bottom:5px; }
.fieldset .inputs label{display:inline-block;width:130px;margin-left:10px;}
.fieldset .inputs .text-box{border: 1px solid #d1d9e0;}
.fieldset .inputs #CountryId{border: 1px solid #d1d9e0;}
.fieldset .inputs #StateProvinceId{border: 1px solid #d1d9e0;}
.clearer{zoom:1;}
.clearer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.show_hide_close {display: none;}
.show_hide {display:none;}

/* John Deere Styling */
.page-title .john-deere-h2 {margin-top:-5px; color: #8DA1B1; font-size:14px; font-weight:bold;}

ul.john-deere{
	
	padding-left:20px;
	padding-top:5px;
	line-height:20px;
	padding-bottom:10px;
	list-style:none;

}


ul ul.john-deere{color:#0591c2; list-style:disc; padding-left:40px;}

/* AJAX LOADING INDICATOR */
.ajax-loading-block-window{position:fixed;top:50%;left:50%;width:128px;height:128px;overflow:hidden;z-index:1104;}
.ajax-loading-block-window .loading-image{position:absolute;top:0;left:0;width:128px;height:128px;background-image:url(../images/ajax_loader_large.gif);}
.please-wait{background:url(../images/ajax_loader_small.gif) no-repeat;padding-left:20px;}


/* DATA TABLE */
.data-table{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table td{padding:3px 8px;}
.data-table th,.data-table td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table tr:nth-child(even) {background-color: #f3f5f7;}

/* DATA TABLE KUBOTA */
.data-table-kubota{width:90%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table-kubota th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-kubota td{padding:3px 8px;}
.data-table-kubota th,.data-table-kubota td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table-kubota tr:nth-child(even) {background-color: #f3f5f7;}

.data-table-kubota3{width:90%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table-kubota3 th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-kubota3 td{padding:3px 8px;}
.data-table-kubota3 th,.data-table-kubota3 td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table-kubota3 tr:nth-child(2) {background-color: #f3f5f7;}
.data-table-kubota3 tr:nth-child(5) {background-color: #f3f5f7;}

/*John Deere Engines*/
.data-table-jd {width:80%;border:2px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show; margin-top:10px;margin-bottom:10px;}
.data-table-jd th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-jd td{padding:3px 8px;}
.data-table-jd td:first-child{width:40%; vertical-align:top;}
.data-table-jd th,.data-table-jd td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table-jd tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-jd ul{margin-left:20px;}

/*Perkins Engines*/
.data-table2{width:100%;border-spacing:0;empty-cells:show;}
.data-table2 td{padding:3px 8px;}
.data-table2 td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; border-left:1px solid #c6d0d8; border-top:1px solid #c6d0d8;}
.data-table2 tr:nth-child(even) {background-color: #f3f5f7;}
.data-table2 td:first-child {width:44%;}
.data-table2 td:nth-child(2) {width:18%;}
.data-table2 td:nth-child(3) {width:18%;}
.data-table2 td:nth-child(4) {width:20%;border: none !important; background-color: #fff !important; font-size: 10px;}

.data-table2a{width:80%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table2a td{padding:3px 8px;}
.data-table2a td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; border-left:1px solid #c6d0d8; border-top:1px solid #c6d0d8;}
.data-table2a tr:nth-child(even) {background-color: #f3f5f7;}
.data-table2a td:first-child {width:55%;}
.data-table2a td:nth-child(2) {width:22%;}
.data-table2a td:nth-child(3) {width:23%;}

/*Perkins Filters*/
.data-table3{width:80%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table3 th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle; text-align:center;}
.data-table3 td{padding:3px 8px; vertical-align:top;}
.data-table3 th,.data-table3 td:first-child{border-bottom:1px solid #c6d0d8; border-right:1px solid #c6d0d8;}
.data-table3 tr:nth-child(odd) {background-color: #f3f5f7;}
.data-table3 td:first-child {width:35%;}

/*Deutz Engine Gaskets*/
.data-table4{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table4 th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table4 td{padding:3px 8px;}
.data-table4 th,.data-table4 td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table4 tr:nth-child(even) {background-color: #f3f5f7;}
.data-table4 td:first-child {width:20%;}
.data-table4 td:nth-child(2) {width:60%;}
.data-table4 td:nth-child(3) {width:20%;}

/*Detroit Filters*/
.data-table5{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table5 th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table5 td{padding:3px 8px; vertical-align:top;}
.data-table5 th,.data-table5 td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table5 tr:nth-child(even) {background-color: #f3f5f7;}
.data-table5 td:first-child {width:25%;}
.data-table5 td:nth-child(2) {width:50%;}
.data-table5 td:nth-child(3) {width:25%;}

/*Caterpillar Lift Pumps*/
.data-table6{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.data-table6 th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table6 td{padding:3px 8px;}
.data-table6 th,.data-table6 td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:middle;}
.data-table6 tr:nth-child(even) {background-color: #f3f5f7;}
.data-table6 td:first-child {width:20%;}
.data-table6 td:nth-child(2) {width:20%;}
.data-table6 td:nth-child(3) {width:60%;}

.westerbeke-parts{width:80%;}
.westerbeke-parts td:first-child{width:40%;}

.data-table-responsive{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive td{padding:4px 8px;}
.data-table-responsive th,.data-table-responsive td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive tr {}

.data-table-responsive-kubota{width:100%;border: none;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive-kubota td{padding:4px 8px 12px 8px; vertical-align:top;}


.data-table-responsive-ohkits{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive-ohkits th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-ohkits td{padding:4px 8px;}
.data-table-responsive-ohkits th,.data-table-responsive-ohkits td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-ohkits tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-ohkits tr {}

.data-table-responsive-nl{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive-nl th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-nl td{padding:4px 8px;}
.data-table-responsive-nl th{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-nl td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:left; height:10%; vertical-align:text-top;}
.data-table-responsive-nl tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-nl tr {}


.data-table-responsive-specs{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive-specs th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-specs td{padding:4px 8px;}
.data-table-responsive-specs th,.data-table-responsive-specs td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-specs tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-specs td { vertical-align:top;}
.data-table-responsive-specs th:first-child {width:45%;}
.data-table-responsive-specs td:nth-child(2) {text-align:left;}



.data-table-responsive-skinny{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.data-table-responsive-skinny th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-skinny td{padding:4px 8px;}
.data-table-responsive-skinny th,.data-table-responsive-skinny td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-skinny tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-skinny td { vertical-align:top;}
.data-table-responsive-skinny th:first-child {width:25%;}
.data-table-responsive-skinny td:nth-child(2) {text-align:left;}


.data-table-responsive-cores{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;margin-top:10px;}
.data-table-responsive-cores th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-cores td{padding:4px 8px;}
.data-table-responsive-cores th,.data-table-responsive-cores td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-cores tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-cores td { vertical-align:top;}
.data-table-responsive-cores th:first-child {width:25%;}
.data-table-responsive-cores th:nth-child(2) {width:50%;}
.data-table-responsive-cores td:nth-child(2) {text-align:left;}

.master-specs-div{width:100%;}
.left-specs-div {float:left; width:49%; padding-right:1%;}
.right-specs-div {float:left; width:49%; padding-left:1%;}
.specs-banner img {max-width:245px;}
.specs-banner {text-align:center;}

.data-table-responsive-equip{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;margin-top:10px;}
.data-table-responsive-equip th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-equip td{padding:4px 8px;}
.data-table-responsive-equip th,.data-table-responsive-equip td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-equip tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-equip td { vertical-align:top;}
.data-table-responsive-equip th:first-child {width:35%;}
.data-table-responsive-equip td {text-align:left;}
.data-table-responsive-equip ul{line-height:20px; list-style:none;}

.data-table-responsive-water-pump{width:100%;border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0; table-layout:fixed;margin-top:10px;}
.data-table-responsive-water-pump th{font-weight:bold;padding:4px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-responsive-water-pump td{padding:4px 8px;}
.data-table-responsive-water-pump th,.data-table-responsive-water-pump td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:center; height:10%;}
.data-table-responsive-water-pump tr:nth-child(even) {background-color: #f3f5f7;}
.data-table-responsive-water-pump td { vertical-align:top;}
.data-table-responsive-water-pump th:first-child {width:65%;}
.data-table-responsive-water-pump td {text-align:left;}
.data-table-responsive-water-pump ul{line-height:20px; list-style:none;}


.data-table-responsive .murphy-left{width:25%; text-align:left;}
.data-table-responsive .murphy-right{text-align:left;}

.data-table-responsive .caterpillar-left{width:30%; text-align:left;}
.data-table-responsive .perkins-left{width:30%; text-align:left;}

.dsl-parts-table {width:80%;}
.dsl-parts-table td {vertical-align:text-top;}

.data-table-westerbeke{min-width:280px; border:1px solid #c6d0d8 ;border-collapse:collapse;border-spacing:0;empty-cells:show; table-layout:fixed;}
.data-table-westerbeke th{font-weight:bold;padding:3px 8px;white-space:nowrap;vertical-align:middle;}
.data-table-westerbeke td{padding:3px 8px;}
.data-table-westerbeke th,.data-table-westerbeke td{border-bottom:1px solid #c6d0d8;border-right:1px solid #c6d0d8; text-align:left;}
.data-table-westerbeke tr:nth-child(even) {background-color: #f3f5f7;}

.navigation-table{border-collapse:separate; table-layout:fixed; text-align: center; width: 100%; border-spacing:5px; }
.navigation-table td:nth-child(2){border-left: solid 1px; border-right: solid 1px; }

.navigation-table-links{border-collapse:collapse; table-layout:fixed; text-align:left; width: 100%;  }
.navigation-table-links td{vertical-align:top;}

.navigation-table-links-alphabet{border-collapse:collapse; table-layout:fixed; text-align:left; width: 100%;  }

.navigation-table-links-models {width:100%;}
.navigation-table-links-models-div {float:left; width:9%; text-align:center; padding-bottom:2%;}

.navigation-table-links-models-cummins {width:100%; float:left; display:block;}
.navigation-table-links-models-div-cummins {float:left; width:15%; text-align:center; padding-bottom:2%;}
.navigation-table-links-models-div-cummins2 {float:left; width:20%; text-align:center; padding-bottom:2%;}
.navigation-table-links-models-div-detroit {float:left; width:13%; text-align:center; padding-bottom:2%;}
.navigation-table-links-models-div-detroit2 {float:left; width:18%; text-align:center; padding-bottom:2%;}


.home-page-table img{max-width:100% ; height:auto;}
.home-page-table{border-collapse:collapse; table-layout:fixed;}
.contact-table{border-collapse:collapse; table-layout:fixed;}

.sales-team {width:100%; float:left;}
.sales-team-left {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:center; }
.sales-team-middle {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:center;}
.sales-team-right {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:center; }
.sales-team img {width:100%; max-width:150px; }

.three-divs-nav-center {width:75%; margin-left:auto; margin-right:auto;}
.three-divs-nav {width:100%; }
.three-divs-nav-div {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:center; }
.three-divs-nav-center .three-divs-nav-div {padding-top:2%; }
.three-divs-nav-div-jd {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:left; }
.three-divs-nav-div-jd ul{list-style:none; line-height:20px;}

.four-divs-nav {width:100%; }
.four-divs-nav-div {margin-right: 2%; margin-left: 2%; width:21%; float: left; text-align:center; }

.four-divs-nav-no-space {width:100%; }
.four-divs-nav-div-no-space-1, .four-divs-nav-div-no-space-2, .four-divs-nav-div-no-space-3, .four-divs-nav-div-no-space-4 {width:25%; float: left; text-align:center; margin:0; padding:0; }
.four-divs-nav-div-no-space-1 .data-table td, .four-divs-nav-div-no-space-2 .data-table td, .four-divs-nav-div-no-space-3 .data-table td, .four-divs-nav-div-no-space-4 .data-table td{height:32px; vertical-align:middle;}


.five-divs-nav {width:100%; }
.five-divs-nav-div {margin-right: 2%; margin-left: 2%; width:16%; float: left; text-align:center; }





/* FORMS */
.quoteform-page{}
.quoteform-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;  background-color:rgba(141,161,177,0.10);}
.quoteform-page .result{font-weight:bold;}
.quoteform-page .form-fields{zoom:1;}
.quoteform-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.quoteform-page .inputs-left{float:left;}
.quoteform-page .inputs-right{text-align:left;}
.quoteform-page .inputs{margin-bottom:12px;}
.quoteform-page .captcha-box{margin-bottom:12px;}
.quoteform-page .fullname{width:250px;padding:2px;}
.quoteform-page .email{width:250px;padding:2px;}
.quoteform-page .enquiry{width:400px;height:150px; padding:2px;}
.quoteform-page .buttons{text-align:left;}
.quoteform-page .formbody{height:250px;width:640px ;padding: 10px 10px 10px 10px; }
.quoteform-page .quote-step1-table{width:100%;}
.quoteform-page .quote-instructions{font-size:x-small;padding-top:12px;padding-right:12px;}

.quote-step1-table{border-collapse:collapse; table-layout:fixed; width:100%;}
.quote-step1-table .step1-col1 { vertical-align:top; width:40%;}
.quote-step1-table .step1-col2 { width: 60%;vertical-align:central;text-align:center;font-size:x-large;}

.parts-table{border-collapse:collapse; table-layout:fixed; width:100%;}
.parts-table td{vertical-align:top;}
.parts-table .parts-table-col1 {}
.parts-table .parts-table-col2 {}

.engine-table{border-collapse:collapse; table-layout:fixed; width:100% ;}
.engine-table td { vertical-align:top;}
.engine-table .engine-table-col1 { }
.engine-table .engine-table-col2 { }
.engine-table .engine-table-col3 { }

.quote-thanks-table {border-collapse:collapse; table-layout:fixed; width:100% ;}
.quote-thanks-col1 {width:70%; vertical-align:top; padding-right:5%;}
.quote-thanks-col2 {width: 25%; }

.newsletter-table{border-collapse:collapse; table-layout:fixed; width:100%;}
.newsletter-table .newsletter-col1 {width:50%; }
.newsletter-table .newsletter-col2 {width:40% ; padding-left:10% ;}
.newsletter-table .newsletter-col2 {font-size:medium;}
.newsletter-table .newsletter-col2 p {font-size: large;  }
.newsletter-table .newsletter-col2 ul {padding-left:10%;}

/*quick order*/
.ui-widget .searchInput { border-color: #CCC;}

table#skills-table{width:100%;border-collapse:collapse;border-spacing:0; table-layout:fixed;}
.qo_line_no_col{ display:none;}
.qo_item_number_col{width:19%; padding:1%;}
.qo_description_col {width:49%; padding-right:1%;}
.qo_quantity_col{ width:7%; padding-right:2%;}
.qo_unit_price_col { width:14%;padding-right:1%;}
.qo_ext_price_col {display:none;}
.qo_button_col{ width:5%;}

.qo_row_number_inner_col{ display:none;}

table#skills-table td:nth-child(2){padding-left:1%;}
table#skills-table td:nth-child(5){padding-left:1%;}
table#skills-table td:nth-child(5)::before {content: "$ ";}
table#skills-table td:nth-child(6){display:none;}
table#skills-table tr:nth-child(odd) {background-color: #f3f5f7;}
table#skills-table th {background-color: #fff;}

.new-row { height: 2.25em; width:100%; background-image: url(add.png); background-position: center center; background-repeat: no-repeat; transition-property: background-image, border-radius; transition-duration: .2s, 1s;transition-timing-function: linear, ease-in-out; background-color: transparent; border-color:transparent;}
.remove-row { height: 2.25em;width:100%; background-image: url(remove.png); background-position: center center; background-repeat: no-repeat; background-color: transparent; border-color:transparent; }
.searchInput {width:92%; margin-right:8%;}
.qtyBox {width:92%; margin-right:8%; text-align:center;}

.field-validation-valid { color: #ff0000; font-weight:bold; font-size:0.75em;}

.ui-widget-content  {top: 100px; left: 0px; width:500px;}
.ui-widget-header .qo_SKU {width:28%; padding:1%; float:left;}
.ui-widget-header .qo_Description {width:46%; padding:1%;float:left; border-left:dotted #000 1px; border-right:dotted #000 1px; height: inherit !important;}
.ui-widget-header .qo_Price {width:18%; padding:1%; float:left;}
.ui-widget-header .qo_Price::before {content: "";}

.qo_SKU {width:28%; float:left; padding-left:1%; padding-right:1%;}
.qo_Description {width:47%; float:left; padding-left:1%; padding-right:1%; border-left:dotted #000 1px; border-right:dotted #000 1px;}
.qo_Price {width:18%; padding-left:1%; padding-right:1%; display:inline;}
.qo_Price::before {content: "$ ";}

/*
.ui-autocomplete {}
.ui-widget-header {}
.ui-menu-item {}



.ui-autocomplete .ui-front ui-menu .ui-widget .ui-widget-content .ui-corner-all ul
.qo_search_result_item .ui-menu-item li

.qo_search_result_item .ui-menu-item li {padding-top:0; margin-top:0;}

.qo_SKU {width:28%;  border:1px solid; float:left;}
.qo_Description {width:46%; padding:1%; border:1px solid; float:left;}
.qo_Price {width:18%; padding:1%; border:1px solid; float:left;}
.mcacAnchor .ui-corner-all{}*/

/* TOPICS */
.topic-html-content{padding-bottom:5px;}
.topic-html-content-title{padding:0 0 5px;clear:both;}
.topic-html-content-header{font-size:1.2em;font-weight:700;}
.topic-html-content-body{}
.topic-html-content-body a{text-decoration:underline;color:#5c5b5b;}
.topic-html-content-body a:hover{text-decoration:underline;color:#0591c2;}
.topic-page{}
.topic-page .page-body{}
.topic-page .page-body a{text-decoration:underline;color:#5c5b5b;}
.topic-page .page-body a:hover{text-decoration:underline;color:#0591c2;}
.topic-image-right {float:right; }
.topic-image-left {float:left;}
.st-topic-body2 {padding-top:10px;}

.manufacturer-menu {width:100%; padding:0 0 0 0; margin-top:10px;; background-color:#FFF; display:block; list-style-type:none;}
.manufacturer-menu li {list-style-type:none; display:inline; float:left; padding-top:6px; padding-left:10px; padding-right:10px; text-transform:uppercase; background-color:#0000FF; margin-left:4px; margin-right:4px; height:20px; cursor:pointer;background:#8DA1B1;background:-webkit-gradient(linear,left top,left bottom,from(#8DA1B1),to(#4C6679));background:-moz-linear-gradient(top,#8DA1B1,#4C6679);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DA1B1',endColorstr='#4C6679');color:#fff;text-shadow:none;border-color:#999;border:0 none;font-weight:700; font-size:10px;border-radius: 5px; margin-bottom:5px;}
.manufacturer-menu li a {text-decoration:none !important; color:#FFF !important;}
.manufacturer-menu li a:hover {color:#434141 !important;}
.mfg-banner{text-align:center;}
.mfg-menu {
    padding:0;
    display:table;
	margin: 0 auto;
	

	}

.mfg-menu ul{
   list-style-type:none;
   height: 38px;
   text-align:center;
   
}

.mfg-menu li{
  display:inline;
  height:32px;
  text-align:center;
  background-color:green;
  float:left;
  margin-left:5px;
  margin-right:5px;
  padding-left:9px;
  padding-right:9px;
  margin-bottom:5px;
  cursor:pointer;
  background:#8DA1B1;
  background:-webkit-gradient(linear,left top,left bottom,from(#8DA1B1),to(#4C6679));
  background:-moz-linear-gradient(top,#8DA1B1,#4C6679);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8DA1B1',endColorstr='#4C6679');
  border-color:#999;
  border:0 none;
  border-radius: 5px;
}

.mfg-menu a{
    display:table-cell;
    vertical-align:middle;
    text-decoration:none !important;
    font-weight:700;
	font-size:10px;
    text-transform:uppercase;
    height:32px;
   	color:#FFF !important;
    
}

.mfg-menu a:hover{
    color:#434141 !important;
}

ul.westerbeke{
	color:#0591c2;
	padding-left:20px;
	padding-top:5px;
	line-height:18px;
}

.westerbeke-breadcrumb
{
	float: left;
	padding: Opx;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: .85em;
	margin-bottom: 10px;
}

.john-deere-breadcrumb
{
	float: left;
	padding: Opx;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	font-size: .85em;
	margin-bottom: 10px;
	
}

/*SUPERTOPICS */

.supertopic-parts{
	padding-top:10px;
	font-weight:bold;
	width:100%;
			}

.supertopic-parts-header1{
	float:left;
	width:23%;
	padding-bottom:5px;
}
.supertopic-parts-header2{
	float:left;
	width:51%;
}
.supertopic-parts-header3{
	float:left;
	width:14%;
	text-align:center;
	}
.supertopic-parts-header4{
	float:left;
	width:8%;
}
.supertopic-parts-header5{
	float:left;
	width:4%;
}
.st-product-list{width:auto;margin:0 auto;padding:0;list-style-type:none;}

.st-product-list .topic-products-collateral .item-box{float: left; width:100%; position: relative; border-top:solid 1px #dededb;}
.st-product-list .topic-products-collateral .item-box:hover{}
.st-product-list .topic-products-collateral .product-item{float: left; width:100%; position:relative; border:none; margin-bottom:0px;}
.st-product-list .topic-products-collateral .product-item:after{}

.st-product-list .topic-products-collateral .product-item .details{float: left; width:71%; margin-left:0px;}
/*.st-product-list .topic-products-collateral .product-item .product-title{font-weight:700;font-size:12px;; color:#555; padding-right:10px; margin-top:10px; float:left;}
.st-product-list .topic-products-collateral h2{display:inline;}*/

.st-product-list .topic-products-collateral .product-item .product-title {float:left; width:23%; padding-top:2px;}
.st-product-list .topic-products-collateral .product-item .product-title h2{font-weight:700; font-size:12px;; color:#555;}
.st-product-list .topic-products-collateral .product-item .in-stock{float:left; padding-right:5px;}
.st-product-list .topic-products-collateral .product-item .free-shipping-icon{float:left; padding-right:5px;}
.st-product-list .topic-products-collateral .product-item .free-shipping{float:left; padding-right:0px !important; height:100px;}
.st-product-list .topic-products-collateral .product-item .promo-item{float:left; padding-right:5px;}
.st-product-list .topic-products-collateral .product-item .description{font-size:12px;; color:#555; margin-left:33%; margin-top:-6px; }

.st-product-list .topic-products-collateral .product-item .add-info{float: left; width:29%; margin-top:-3px;}
.st-product-list .topic-products-collateral .buttons {width:100% !important;} 
.st-product-list .topic-products-collateral .product-item .actual-price{color:#AF0304; font-size:12px; font-weight:bold; text-align:right !important;}
.st-product-list .topic-products-collateral. product-item .description .add-info .qty-input{width:25px;}

.st-product-list .topic-products-collateral .product-box-add-to-cart-button{padding:2px 7px;cursor:pointer;background:#FC7406;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');color:#fff;text-shadow:none;border-color:#999;border:0 none;font-weight:700; width:20px; margin-left:10px;}
.product-box-add-to-cart-button:hover{color:#fff;}

/* 
.topic-page .manufacturer-menu:{float:left; width:100%; padding:0; margin:0; list-style-type:none; background-color:#0000FF; height:28px;}
.topic-page .manufacturer-menu.a {float:left; width:280px; text-decoration:none; color:white; background-color:#FF00FF; padding:0 5 5 0; border-right:1px solid white;}
.topic-page .manufacturer-menu.a:hover {background-color:#ff3300;}
.topic-page .manufacturer-menu >li {display:inline;}

/* VALIDATION AND ERRORS */
.message-error{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.message-error ul{padding:0px;}
.message-error ul li{list-style:none;}
.validation-summary-errors{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.field-validation-error{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.required{color:red;}


/* USER-AGREEMENT PAGE */
.user-agreement-page{}
.user-agreement-page .page-title{}
.user-agreement-page .page-body{}


/* PAGE NOT FOUND */
.not-found-page{}
.not-found-page .page-title{}
.not-found-page .page-body{}
.not-found-page ul li{list-style:none;margin-top:10px;}


/* STORE CLOSED */
.store-closed-page{}
.store-closed-page .page-title{}
.store-closed-page .page-body{}


/* SITEMAP */
.sitemap-page{margin-left:auto;margin-right:auto;width:100%;}
.sitemap-page a{text-decoration:none;}
.sitemap-page .entity{margin:5px 0 30px;}
.sitemap-page ul{overflow:hidden;}
.sitemap-page li{float:left;margin:3px 10px;width:150px;border-bottom:1px dotted #ADACAC;list-style:none;}


/* EU COOKIE LAW */
.eu-cookie-law{text-align:left;}
a.eu-cookie-privacyinfo-tag{color:#B80709 !important;text-decoration:underline;}


/* PAGER */
.pager{zoom:1;}
.pager:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.pager ul{float:right;margin:2px 0;}
.pager li{float:left;line-height:20px;list-style:none outside none;margin-left:5px;}
.pager a,.pager span{display:inline-block;min-width:10px;text-align:center;color:#555;font-size:11px;font-weight:700;padding:0px 8px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:all 0.218s;-moz-transition:all 0.218s;-ms-transition:all 0.218s;-o-transition:all 0.218s;transition:all 0.218s;border:1px solid gainsboro;border:1px solid rgba(0,0,0,0.1);background-color:whiteSmoke;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;text-decoration:none;}
.pager span,.pager a:active{background-color:#F9F9F9;cursor:default;}
.pager a:hover{border:1px solid #C6C6C6;color:#333;-webkit-transition:all 0.0s;-moz-transition:all 0.0s;-ms-transition:all 0.0s;-o-transition:all 0.0s;transition:all 0.0s;background-color:#F8F8F8;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);text-decoration:none;}


/* NAVIGATIONS */
.block{margin-bottom:15px;padding-left:0;}
.block .title{font-size:12px;letter-spacing:1px;text-align:left;padding:9px 7px;text-transform:uppercase;color:#FFF; border-radius:5px 5px 0px 0px;margin:0;
 background: rgb(141,161,177);
      background: -moz-linear-gradient(bottom, rgba(141,161,177,1) 0%, rgba(0,0,0,.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,161,177,1)), color-stop(100%,rgba(0,0,0,.75)));
    background: -webkit-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: -o-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: -ms-linear-gradient(bottom, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);
    background: linear-gradient(to top, rgba(141,161,177,1) 0%,rgba(0,0,0,.75) 100%);}
.block .title strong{font-weight:700;}
.block .listbox{
	font-size:11px;
	padding:5px 00px 10px 10px;
	line-height:18px;
	margin:0;
	border-radius:0px 0px 5px 5px;
	background:#FFF;	
	}
.block .listbox ul{margin:0;padding:0 10px 0 2px;color:#48464B;background-color:inherit;}
.block a{color:#48464B;font-size:1.1em;font-weight:400;text-decoration:none;}
.block a:hover{color:#0591c2;text-decoration:underline;font-weight:normal;}
.block li{background:url(../images/bullet-right-grey.gif) no-repeat left 8px;list-style:none outside none;line-height:18px;padding:4px 1px 3px 13px;}
.block li.active{background:url(../images/bullet-right-blue.gif) no-repeat left 8px;list-style:none outside none;line-height:18px;padding:4px 1px 3px 13px;}
.block li.separator{background:none;height:1px;line-height:1px;width:auto;font-size:1px;margin:0;padding:0;}
.block-manufacturer-navigation,.block-recently-viewed-products,.block-partfinder,.block-info,.block-newsletter,.block-popular-tags,.block-popular-blogtags,.block-blog-archive,.block-poll,.block-account-navigation{}
.block-recently-viewed-products .product-name {font-size:12px; font-weight:bold;}
.block-recently-viewed-products .recent-product-desc {font-size:9px; line-height:12px;}
.block-category-navigation {}
.block-account-navigation a.active{font-weight:700;text-decoration:none;}

.block-category-navigation .list .active a{ color:#0591c2;}
.block-category-navigation .sublist .inactive a {color:#48464B;}
.block-category-navigation .list .sublist .active a{ color:#0591c2;}
.block-category-navigation .sublist .sublist .inactive a {color:#48464B;}
.block-category-navigation .list .sublist .sublist .active a{ color:#0591c2;}
.block-category-navigation .sublist .sublist .sublist .inactive a {color:#48464B;}

.block-category-navigation .sublist .inactive a:hover {color:#0591c2 !important;text-decoration:underline;font-weight:normal;}
.block-category-navigation .sublist .sublist .inactive a:hover {color:#0591c2 !important;text-decoration:underline;font-weight:normal;}
.block-category-navigation .sublist .sublist .sublist .inactive a:hover {color:#0591c2 !important;text-decoration:underline;font-weight:normal;}

/*
.block .list .active a
{
	color: #0591c2 !important;
	font-weight:bold;
}
.block .list .sublist .inactive a:hover {color:#0591c2 !important;text-decoration:underline;font-weight:normal;}
.block .list .sublist .inactive a 
{
	color: #48464B !important;
	text-decoration:none;
	font-weight:normal;
}
*/
.block-account-navigation a{white-space:nowrap;}
.block-account-navigation a.inactive{font-weight:400;text-decoration:none;}
.block-account-navigation a.inactive:hover{text-decoration:underline !important;color:#B80709 !important;}
.block-newsletter .buttons{margin-top:5px;}
.block-partfinder .buttons{margin-top:5px;}
.block-popular-tags li,.block-popular-blogtags li{display:inline!important;}
.block-blog-archive li,.block-popular-tags li,.block-popular-blogtags li{background:none !important;padding-left:5px !important;}
.block-popular-tags .listbox .view-all a{color:#5C5B5B;font-weight:700;}
.block-blog-archive .year{color:#5C5B5B;font-weight:700;text-decoration:none;}
.block,.news-list-homepage .item,.product-details-page,.search-panel .search-input,.product-filters,fieldset,.product-list .product-item,.product-list .product-item .picture{background:none repeat scroll 0 0 #FFF;border:1px solid #eee;border-radius:4px;-o-border-radius:4px;-icab-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
.guaranteed-in-stock, .free-shipping {padding: 10px 5px 10px 5px; color:#000; font-size:11px; font-variant:small-caps; font-weight:bold; line-height:12px;border: none; vertical-align:text-top;}
.guaranteed-in-stock a, .free-shipping a{color:#000;font-weight:bold; text-decoration:underline;}
.part-finder-field {padding-top:0px; padding-bottom:10px;}
.part-finder-field select{font-size:12px; width:165px; height:22px; padding:2px;}

/* MINI-SHOPPING CART */
.flyout-cart{display:none;position:absolute;float:left;top:27px;right:0px;width:208px;min-height:50px;z-index:99999;}
.flyout-cart.active{display:block;}
.mini-shopping-cart{padding:5px 10px 10px;margin:0;border:1px solid #C1C1C1;background:none repeat scroll 0 0 #eaf2f5;font-size:11px;}
.mini-shopping-cart a{font-weight:700;text-decoration:none;}
.mini-shopping-cart a:hover{text-decoration:underline;}
.mini-shopping-cart .count{margin:10px 0px 10px;}
.mini-shopping-cart .items{}
.mini-shopping-cart .item{overflow:inherit; clear:both;border-bottom:1px solid #EEEEEE;}
.mini-shopping-cart .item.first{border-top:1px solid #EEEEEE;}
.mini-shopping-cart .item > div{padding:10px 5px;}
/*.mini-shopping-cart .item .picture{float:left;width:50px;text-align:center;}*/
.mini-shopping-cart .item .product{float:right;width:178px;}
.mini-shopping-cart .item .name{margin-bottom:5px;}
.mini-shopping-cart .item .attributes{font-size:10px;margin:0px;}
.mini-shopping-cart .item .price{font-size:10px;margin:10px 0px 0px 0px;}
.mini-shopping-cart .item .quantity{font-size:10px;margin:0px;}
.mini-shopping-cart .totals{margin:10px 0px;text-align:right;}
.mini-shopping-cart .buttons{margin:10px 0px;text-align:right;}
.mini-shopping-cart .cart-button,.mini-shopping-cart .checkout-button{margin:0;}


/* NOTIFICATIONS */
.bar-notification{display:none;left:0;position:fixed;top:0;width:100%;z-index:100000;}
/*.bar-notification.success{background:none repeat scroll 0 0 #91BD09;border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin:0 0 10px;}*/
.bar-notification.success{background:none repeat scroll 0 0 #FFFFFF; border:10px solid #91BD09 !important;color:#000;width:30%; top:40%; margin-left:32%; padding:2%; font-size:1.25em; font-weight:bold;}
.bar-notification.success p.content{padding:0p;margin:0;}
.bar-notification.success p.content a{text-decoration:underline;color:#000;}
.bar-notification.success p.content a:hover{text-decoration:underline;color:#000;}

.bar-notification.error{background:none repeat scroll 0 0 #CC0000;border-bottom:3px solid #FFFFFF !important;color:#FFFFFF;margin:0 0 10px;}
.bar-notification .close{background:url(../images/ico-close-notification-bar.png) no-repeat;width:20px;height:20px;float:right;margin:9px 9px 0px 0px;cursor:pointer;}
.bar-notification p.content{padding:0px 10px;margin:10px 0px;}
.bar-notification p.content a{text-decoration:underline;color:#FFFFFF;}
.bar-notification p.content a:hover{text-decoration:none;color:#FFFFFF;}


/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.shopping-cart-page,.wishlist-page{}
.shopping-cart-page .page-title,.wishlist-page .page-title{}
.shopping-cart-page .page-body,.wishlist-page .page-body{margin:0;padding:0;font-size:11px;color:#555;}
.wishlist-page .share-info{margin:5px 0;}
.wishlist-page .share-info .share-label{font-weight:700;}
.wishlist-page .share-info a.share-link{color:#B80709;text-decoration:none;}
.order-summary-content,.wishlist-content{margin:0;padding:0;font-size:11px;color:#555;}
.order-summary-content .message-error,.wishlist-content .message-error{margin:5px 0;}
.order-summary-content .totals{float:right;padding:23px 5px 0;width:380px;}
.order-summary-content .cart-collaterals{padding:20px 0 10px;width:100%;}
.order-summary-content .deals{display:inline;float:right;margin:0 20px 0 0;width:240px;}
.order-summary-content .shipping{display:inline;float:left;margin:0 10px 0 0;width:280px;}
.order-summary-content .coupon-box,.order-summary-content .giftcard-box{padding:10px;font-size:11px;color:#555;margin:0 -20px 10px 20px;border:1px solid #8DA1B1; background-color:#f3f5f7;}
.order-summary-content .coupon-box .message,.order-summary-content .giftcard-box .message{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.order-summary-content .coupon-box .current-code{padding:10px 0px 0px 0px; color:#4E7D0E; font-weight:bold;}
.order-summary-content .coupon-box .discount-coupon-code,.order-summary-content .giftcard-box .gift-card-coupon-code{width:auto;}

.order-summary-content .giftcard-box .hint{padding-top:5px;}
.order-summary-content .coupon-box .hint {display:none;}
.order-summary-content .coupon-box .title {margin-bottom:4px;}
.order-summary-content .giftcard-box{position:relative;z-index:1;}
.order-summary-content .apply-discount-coupon-code-button,.order-summary-content .apply-gift-card-coupon-code-button{margin:5px 0;}
.order-summary-content .cart,.wishlist-content .cart{width:100%;border-collapse:collapse;text-align:center;vertical-align:middle;}
.wishlist-content .cart{margin-bottom:10px;}
.order-summary-content .cart td,.wishlist-content .cart td{padding:10px;}
.order-summary-content .cart .cart-header-row,.wishlist-content .cart .cart-header-row{font-weight:700;}
.order-summary-content .cart .cart-header-row th,.wishlist-content .cart .cart-header-row th{background:none repeat scroll 0 0 #404040;color:#FFF;border-right:solid 1px #6a6a6a;height:20px;padding:2px 8px;vertical-align:middle;white-space:nowrap;}
.order-summary-content .cart .cart-header-row th.picture,.wishlist-content .cart .cart-header-row th.picture{border:none;}
.order-summary-content .cart .cart-header-row th.end,.wishlist-content .cart .cart-header-row th.end{text-align:right;padding-right:5px;}
.order-summary-content .cart .cart-item-row,.wishlist-content .cart .cart-item-row{}
.order-summary-content .cart .cart-item-row td,.wishlist-content .cart .cart-item-row td{border-bottom:1px solid #c5c5c5;vertical-align:middle;line-height:30px;}
.order-summary-content .cart .cart-item-row td.product,.wishlist-content .cart .cart-item-row td.product{text-align:left;padding:0 10px;}
.order-summary-content .cart .cart-item-row td.product a,.wishlist-content .cart .cart-item-row td.product a{font-weight:700;text-decoration:none;}
.order-summary-content .cart .cart-item-row td.end,.wishlist-content .cart .cart-item-row td.end{text-align:right;font-weight:700;padding-right:5px;}

.order-summary-content .cart .cart-item-row .card-product-description{margin-top:-16px;}
.order-summary-content .cart .cart-item-row .qty-input{border:solid 1px #E3E3E3;font-size:12px;text-align:right;width:40px; padding-right:2px;}
.order-summary-content .cart .cart-item-row .product-pretier-price {text-decoration:line-through; margin-top: -8px;margin-bottom: -16px; color:#999999;}
.order-summary-content .cart .cart-item-row .product-unit-price {}
.wishlist-content .cart .cart-item-row .qty-input{border:solid 1px #E3E3E3;font-size:12px;text-align:right;width:40px;}
.order-summary-content .cart-footer{width:100%;zoom:1;}
.order-summary-content .cart-footer:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.order-summary-content .total-info{margin:0;font-size:12px; float:right;}
.order-summary-content .total-info .selected-shipping-method{font-weight:normal;font-size:11px;}
.order-summary-content .total-info .order-total{color:#353434;}
.tier-savings .cart-total-left{color:#4E7D0E;}
.tier-savings .cart-total-right{color:#4E7D0E; font-weight:bold;}
.cart-total-left{width:30%;text-align:right;vertical-align:middle;height:21px;font-weight:700;color:#353434;}
.cart-total-left-below{width:100%;text-align:right;vertical-align:top;height:30px;}
.cart-total-right{text-align:right;vertical-align:middle;padding-left:5px; width:70%;}
.order-summary-content .remove-gift-card-button{padding-right:5px;padding-left:18px;background:url(../images/ico-delete.gif) no-repeat;border:0;width:32px;height:15px;}
.order-summary-content .remove-gift-card-button:hover{cursor:pointer;}

.order-summary-content .remove-discount-button{display:none;}
.order-summary-content .selected-checkout-attributes{margin:0;padding:10px 5px 10px 0;width:100%;text-align:right;vertical-align:middle;color:#353434;}
.order-summary-content .checkout-attributes{margin:10px 0;padding:10px 20px;background:none repeat scroll 0 0 #F7F5E8;border:1px dotted #D3D3D3;clear:both;}
.order-summary-content .checkout-attributes .text-prompt{font-weight:bold;}
.order-summary-content .checkout-attributes ul.option-list{padding:0px;margin:0px;}
.order-summary-content .checkout-attributes ul.option-list li{list-style:none;}
.order-summary-content .checkout-attributes .textbox{width:300px;}
.order-summary-content .checkout-attributes textarea{width:300px;height:150px;}
/* color squares attribute type */
.order-summary-content .checkout-attributes ul.color-squares li{display:inline;}
.order-summary-content .checkout-attributes ul.color-squares .color-container{position:relative;display:inline-block;border:solid 1px #999;padding:1px;margin-bottom:5px;}
.order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container{border-color:#075899;border-width:2px;padding:0;}
.order-summary-content .checkout-attributes ul.color-squares .color{display:inline-block;width:18px;height:18px;}
.order-summary-content .checkout-attributes ul.color-squares label{cursor:pointer;position:relative;}
.order-summary-content .checkout-attributes ul.color-squares input{height:0;overflow:hidden;z-index:-10000;position:absolute;float:none;}
.order-summary-content .min-amount-warning{margin:0;padding:10px 0 10px 10px;}
.order-summary-content .terms-of-service{margin:0;padding:10px 0 10px 10px;}
.order-summary-content .terms-of-service .read{text-decoration:underline;}
.order-summary-content .terms-of-service .read:hover{cursor:pointer;}
.order-summary-content .common-buttons{margin:0;padding:10px;}
.order-summary-content .email-cart-button{display:inline;}
.order-summary-content .checkout-buttons{float:right;margin:0;padding:10px 0 10px 10px;}
.order-summary-content .checkout-buttons .checkout-button{font:bold 15px/30px Arial,Helvetica,sans-serif;}
.order-summary-content .checkout-buttons .checkout-button{display:inline-block;padding:0px 25px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#4E7D0E;background:-webkit-gradient(linear,left top,left bottom,from(#7DB72F),to(#4E7D0E));background:-moz-linear-gradient(top,#7DB72F,#4E7D0E);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F',endColorstr='#4E7D0E');color:#fff;text-shadow:1px 1px 0 #5c5b5b;border-color:#999;border:1;}
.order-summary-content .addon-buttons{clear:both;float:right;margin:0;padding:10px 10px 10px 10px;text-align:right;}
.order-summary-content .cross-sells-title{color:#000;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;padding:5px 5px 5px 0;border-bottom:0 none;margin:0 0 10px;width:100%;}

.order-summary-content .cart-cleandesc2{line-height:16px;}

.estimate-shipping{margin:0;padding:10px;font-size:12px;color:#555;border:1px solid #8DA1B1; background-color:#f3f5f7; width:100%; }
.estimate-shipping .title{text-transform:uppercase; text-align:center;}
.estimate-shipping .hint{padding-top:10px;padding-bottom:10px;}
.estimate-shipping .country-input,.estimate-shipping .state-input,.estimate-shipping .zip-input{width:50%; margin-bottom:10px; padding:1px; border:1px solid #8DA1B1;}
.estimate-shipping .zip-input{}
.estimate-shipping .shipping-options{text-align:left;height:auto;}
.estimate-shipping .shipping-options label{display:inline-block;width:40%;}
/*.estimate-shipping .shipping-options .state-input{display:none;}  this interferes with AK and HI */
.estimate-shipping .shipping-options .explanation{ color: #F00; font-size:10px;}
.estimate-shipping .shipping-options .estimate-shipping-button{margin-left:50%; display:inline-block;padding:2px 5px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#4E7D0E;background:-webkit-gradient(linear,left top,left bottom,from(#7DB72F),to(#4E7D0E));background:-moz-linear-gradient(top,#7DB72F,#4E7D0E);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F',endColorstr='#4E7D0E');color:#fff;text-shadow:1px 1px 0 #5c5b5b;border-color:#999;border:1;}
.estimate-shipping .shipping-options .inputs:nth-child(4){margin-top:20px; margin-bottom:20px;} 
.estimate-shipping .shipping-results li.shipping-option-item{text-align:left;vertical-align:text-top;padding:5px 0 0 5px; list-style:none;}
.estimate-shipping .shipping-results .shipping-option-item .option-name{display:block;font-weight:700;}
.estimate-shipping .shipping-results .shipping-option-item .option-description{display:block;padding:5px 0 5px 16px;}


/* CHECKOUT */
.checkout-page,.checkout-one-page{}
.checkout-page .page-title,.checkout-one-page .page-title{}
.checkout-page .checkout-data,.checkout-one-page .checkout-data{margin:0;padding:0;color:#555;background-color:inherit;}
.checkoutstep{}
.checkoutstep .steptitle{border:1px solid #2F4F4F;color:#FFF;background-color:#2E4d7B;font-family:Arial,Sans-Serif;font-size:12px;font-weight:700;padding:5px;margin-top:5px;}
.checkoutstep .stepcontent{border:dashed 1px #2F4F4F;border-top:none;padding:5px;}
.order-summary-title{padding:10px 10px 5px 0;font-size:11px;color:#555;font-weight:700;clear:both;}
.order-summary-body{text-align:center;height:auto;}
.checkout-data .section{margin-bottom:15px;}
.checkout-data .section .title{padding:10px 10px 5px 0;font-weight:700;clear:both;margin-bottom:5px;}
.checkout-data .address-grid{padding:0;overflow:hidden;}
.checkout-data .address-grid .address-item{float:left;padding:10px;border:1px solid #EEE;width:200px;min-height:150px;margin-right:5px;}
.checkout-data .address-grid .address-item .select-button{margin-bottom:5px;margin-top:5px;text-align:center;}
.checkout-data .address-grid .address-item li{list-style:none; text-align:left;}
.checkout-data .enter-address{border:1px solid #EEE;height:auto;padding:10px;}
.checkout-data .enter-address label{display:inline-block;width:95px;}
.checkout-data .enter-address .buttons{margin-top:10px;}
.checkout-data .shipping-method{text-align:left;border:1px solid #EEE;height:auto;}
.checkout-data .shipping-method li{text-align:left;vertical-align:text-top;padding:5px 0 0 5px;list-style:none;}
.checkout-data .shipping-method .method-name{font-weight:700;}
.checkout-data .shipping-method .method-description{padding:5px 0 5px 16px;}
.checkout-data .shipping-method .buttons{margin:10px;text-align:left;}
.checkout-data .shipping-method .message-error{margin:10px;text-align:left;}
.checkout-data .use-reward-points{margin:0;padding:10px;color:#555;background:#F7F5E8;margin-bottom:10px;border:dotted 1px #d3d3d3;}
.checkout-data .payment-method{text-align:left;border: 1px solid #EEE;height:auto;}
.checkout-data .payment-method li{padding:10px;text-align:left;vertical-align:text-top; list-style:none;}
.checkout-data .payment-method .buttons{margin:10px;text-align:left;}
.checkout-data .payment-method .message-error{margin:10px;text-align:left;}
.checkout-data .payment-info{text-align:left;border:1px solid #EEE;height:auto;}
.checkout-data .payment-info .info{padding:10px;text-align:left;vertical-align:text-top;}
.checkout-data .payment-info .buttons{margin:10px;text-align:left;}
.checkout-data .payment-info .message-error{margin:10px;text-align:left;}
.checkout-data .confirm-order{text-align:left;border:1px solid #EEE;height:auto; margin-bottom:0;}
.checkout-data .confirm-order .buttons{margin:10px;text-align:left;}
.checkout-data .confirm-order .message-error{margin:10px;text-align:left;}
.checkout-data .order-review-data{padding:10px;overflow:hidden;margin-bottom:20px;}
.checkout-data .order-review-data ul{float:left;margin-left:15px;margin-right:15px;width:350px;}
.checkout-data .order-review-data li{list-style:none;text-align:left;}
.checkout-data .order-review-data li:first-child{margin-top:0;}
.checkout-data .order-review-data .title{margin:10px 0 5px;}
.checkout-data .order-review-data .payment-method,.checkout-page .order-review-data .shipping-method{border:none;}
.checkout-data .order-completed{text-align:left;border:1px solid #EEE;height:auto;padding:10px;}
.checkout-data .order-completed ul{margin-bottom:10px;}
.checkout-data .order-completed li{margin:5px 0;list-style:none;}
.checkout-data .order-completed a{color:#B80709;text-decoration: none;}
.order-progress{height:40px;margin:0 auto;text-align:center;border-bottom:solid 2px #f3f3f3;}
.order-progress ul{padding:0;margin:0;}
.order-progress ul li{list-style:none;display:inline;padding:5px 20px 0;}
.order-progress ul li .active-step{color:#6a6a6a;background:url(../images/progress-step-active.gif) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;zoom:1;}
.order-progress ul li .inactive-step{color:#d7d7d7;background:url(../images/progress-step-inactive.gif) no-repeat 50% 50%;padding-bottom:40px;padding-right:1px;zoom:1;}
.order-progress ul li a:hover{text-decoration:none;}


/* ONE PAGE CHECKOUT */
.opc .buttons{margin-top:0;padding-top:2em;}
.opc .buttons .back-link{margin-bottom:10px;}
.opc .buttons .back-link small{display:none;}
.opc .buttons .back-link a{background:url(../images/arrow-up.png) no-repeat left;padding-left:20px;}
.opc .buttons.disabled button{display:none;}
.opc .buttons .please-wait{height:21px;line-height:21px;}
.opc .ul{list-style:disc outside;padding-left:18px;}
.opc ul,.opc ol,ul.opc,ol.opc{list-style:none outside none;}
.opc{position:relative;}
.opc li.tab-section{}
.opc .step-title{background:#f3f5f7;padding:4px 8px 6px;text-align:right;}
.opc .step-title .number{float:left;background:#fff;border:1px solid #fff;padding:0 4px;margin:0 5px 0 0;font:bold 11px/14px arial,helvetica,sans-serif;color:#999;}
.opc .step-title h2{float:left;margin:0;font:bold 13px/16px Arial,Helvetica,sans-serif;color:#999;text-transform:capitalize;}
.opc .allow .step-title{background:#f3f5f7; cursor:pointer;}
.opc .allow .step-title .number{ background:none; border:none; color:#c6d0d8; padding-top: 1px;}
.opc .allow .step-title h2{color:#c6d0d8;}
.opc .active .step-title{background:#8DA1B1;border:1px solid #8DA1B1;padding-bottom:5px;cursor:default;}
.opc .active .step-title .number{background:#fff;border-color:#4E7D0E;color:#4E7D0E;}
.opc .active .step-title h2{color:#fff; text-shadow:1px 1px 0 #4E7D0E;}
.opc .step{border-left:1px solid #8DA1B1; border-right:1px solid #8DA1B1; border-bottom:1px solid #8DA1B1;background:#e4e8eb 0 0 repeat-x;padding:15px 30px;position:relative;}
.opc .step-title:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
.opc .order-summary-content .cart-footer{background:none!important;}
.opc .section {border: 1px solid #d1d9e0;}
.opc .confirm-order {border: none !important;}
.opc .new-billing-address {border: 1px solid #d1d9e0;}
.opc .select-billing-address {border:none;}
.opc .select-shipping-address {border:none;}
.edit-address .inputs .text-box {width:248px; border: 1px solid #8DA1B1;}
.edit-address .inputs {padding-bottom:5px;}
.edit-address .inputs #BillingNewAddress_CountryId {width:250px; border: 1px solid #8DA1B1;}
.edit-address .inputs #BillingNewAddress_StateProvinceId {width:250px; border: 1px solid #8DA1B1;}
.edit-address .inputs #ShippingNewAddress_CountryId {width:250px; border: 1px solid #8DA1B1;}
.edit-address .inputs #ShippingNewAddress_StateProvinceId {width:250px; border: 1px solid #8DA1B1;}
.opc ul.method-list {padding-top:5px; padding-bottom:8px;}
.opc ul.method-list li {margin-bottom:2px;}
.method-list input[type=radio] {vertical-align:baseline; padding-bottom:3px; margin-bottom:3px; padding-top:3px; margin-top:3px;}
/*.opc .CC_CardTypes {width:152px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc .CC_Card_Number {width:150px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc .CC_Exp_Month {width:50px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc .CC_Exp_Year {width:80px; border: 1px solid #8DA1B1; margin-bottom:5px;  margin-left:2px;}
.opc .CC_CVV {width:48px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc .CC_Name {width:150px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}*/
.opc #CreditCardType {width:154px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc #CardNumber {width:150px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc #ExpireMonth {width:52px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc #ExpireYear {width:80px; border: 1px solid #8DA1B1; margin-bottom:5px;  margin-left:2px;}
.opc #CardCode {width:48px; border: 1px solid #8DA1B1; margin-bottom:5px; margin-left:2px;}
.opc #CardholderName {width:150px; border: 1px solid #8DA1B1; margin-bottom:5px;  margin-left:2px; padding-left:2px;}

.opc .payInfoTable {width:300px; border:none;}
.opc .payInfoTable th{}
.opc .payInfoTable tr{}
.opc .payInfoTable td{}

.opc .address-select {min-width:400px; margin-top:5px; border: 1px solid #8DA1B1;}
#checkout-confirm-order-load {background-color:#f3f5f7; padding-left:10px; padding-right:10px; padding-bottom: 10px; border: 1px solid #8DA1B1;}

.confirm-order-next-step-button{background:#FC7406;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');color:#fff;text-shadow:1px 1px 0 #5c5b5b;border-color:#999;border:1; width:100px; height:28px; font-size:14px;}

.confirm-order-next-step-button:hover{color:#fff;text-shadow:1px 1px 0 #999; border-color:#999;-moz-box-shadow:0 2px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 1px 2px rgba(0,0,0,0.15);}


/* ORDER DETAILS */
.order-details-page
.order-details-page .page-title{}
.order-details-page .page-title h1{float:left;}
.order-details-page .page-title a{float:right;margin-left:10px;}
.order-details-page .page-title a:hover{text-decoration:none;}
.order-details-page .title{padding:10px 10px 5px 0;font-weight:700;clear:both;font-size:12px;}
.order-details-page .page-body{border:1px solid #EEE;padding:10px;}
.order-details-page .order-overview{text-align:left;padding-bottom:10px;overflow:hidden;}
.order-details-page .order-overview .order-number{margin-bottom:10px;}
.order-details-page .order-overview .order-details{float:left;}
.order-details-page .order-overview .order-details span{display:block;margin-bottom:5px;}
.order-details-page .order-overview .order-total{text-align:right;}
.order-details-page .order-details-area{text-align:left;margin:10px;padding:10px;border:1px solid #EEE;height:auto;}
.order-details-page .order-details-area table{width:100%;border:0px;border-collapse:collapse;border-spacing:0;}
.order-details-page .order-details-area td{width:50%;vertical-align:top;}
.order-details-page .order-details-area ul{float:left;margin-right:20px;}
.order-details-page .order-details-area li{list-style:none;}
.order-details-page .order-details-area li:first-child{margin-top:0;}
.order-details-page .repost{margin:10px 0px 10px 0px;}
.order-details-page .repost .hint{margin:0px;}
.order-details-page .section{text-align:left;padding:10px;margin-bottom:20px;height:auto;}
.order-details-page .checkout-attributes{text-align:right;vertical-align:middle;padding:10px;height:auto;}
.order-details-page .actions{margin:10px 0px 10px 0px;}
.order-details-page .cart-total-left{color:#000;}


/* SHIPMENTS */
.shipment-details-page{}
.shipment-details-page .page-title{}
.shipment-details-page .title{padding:10px 10px 5px 0;font-weight:700;clear:both;font-size:12px;}
.shipment-details-page .page-body{border:1px solid #d7d7d7;padding:10px;}
.shipment-details-page .shipment-overview{overflow: hidden; margin-bottom:10px;}
.shipment-details-page .shipment-overview ul{float:left;margin-right:20px;}
.shipment-details-page .shipment-overview li{list-style:none;}
.shipment-details-page .shipment-overview .title{margin-bottom:5px;}
.shipment-details-page .tracking-url{color:#B80709;text-decoration:none;}

/* SAVE CART PAGES */
.email-a-friend-page .page-subtitle{ padding-bottom:10px;}
.result .result-message {padding-bottom:2px; }
.result .save-cart-instruction {padding-bottom:10px; }
.continue-shopping-button {}

/* HOME PAGE */
.home-page-product-grid{margin-left:auto;margin-right:auto;width:auto;}
.home-page-product-grid .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}
.home-page-category-grid{margin-left:auto;margin-right:auto;width:auto;zoom:1;}
.home-page-category-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.home-page-category-grid a{color:#555;font-size:1.2em;font-weight:700;}
.home-page-category-grid .item-box{float:left;text-align:center;vertical-align:text-top;}
.home-page-category-grid .category-item{text-align:center;margin:10px;width:145px;height:180px;border:1px solid #eee;}
.home-page-category-grid .category-item .title{text-align:center;font-weight:700;font-size:.9em;display:block;overflow:hidden;padding:5px;}
.home-page-category-grid .category-item .picture{text-align:center;padding:10px 0;}
.bestsellers{margin-left:auto;margin-right:auto;width:auto;}
.bestsellers .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}


/* PRODUCTS IN GRID - TEMPLATE */
.product-grid{margin-bottom:15px;margin-left:auto;margin-right:auto;width:auto;text-align:center;zoom:1;}
.product-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-grid .item-box{float:left;padding:5px;text-align:center;vertical-align:text-top;}
.product-grid .item-box:hover{background:#F9F9F9;}
.product-grid .product-item{text-align:left;margin:0;padding:0;width:155px;height:270px;}
.product-grid .product-item .product-title{font-weight:normal;font-size:12px;padding:0;}
.product-grid .product-item .product-title a{display:block;height:auto;line-height:1.3em;overflow:hidden;padding:4px 10px 8px 0;}
.product-grid .product-item .details{}
.product-grid .product-item .product-rating-box{}
.product-grid .product-item .picture{background:none repeat scroll 0 0 #FFFFFF;text-align:center;border:1px solid #F0F0F0;height:140px;overflow:hidden;}
.product-grid .product-item .picture img{margin:5px;}
.product-grid .product-item .description{display:none;margin:5px 5px 0 5px;text-align:center;padding:10px 5px;border-top:solid 1px #e3e3e3;color:#555;height:50px;}
.product-grid .product-item .add-info{vertical-align:bottom;text-align:right;width:auto;height:auto;position:relative;}
.product-grid .product-item .prices{text-align:left;vertical-align:middle;position:static;bottom:15px;right:10px;}
.product-grid .product-item .prices .price{margin:0px;display:block;}
.product-grid .product-item .prices .actual-price{color:#B80709;}
.product-grid .product-item .prices .old-price{color:#5C5B5B;text-decoration:line-through;}
.product-grid .product-item .buttons{vertical-align:middle;position:static;margin-top:5px;text-align:left;}
.product-box-add-to-cart-button{padding:3px 7px;cursor:pointer;background:#FC7406;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');color:#fff;text-shadow:none;border-color:#999;border:0 none;font-weight:700;}
.product-box-add-to-cart-button:hover{color:#fff;}


/* PRODUCTS IN LINES - TEMPLATE */
.product-list{width:auto;margin:0 auto;padding:0;list-style-type:none;}
.product-list .item-box{float: left; width:100%; overflow: hidden; position: relative; border-top:solid 1px #dededb;}
.product-list .item-box:hover{}
.product-list .product-item{float: left; width:100%;margin-top:5px;margin-bottom:5px;position:relative; border:none; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;        -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap;  flex-flow: row wrap;}
.product-list .product-item:after{}
.product-list .product-item .product-title{display:inline;font-weight:700;font-size:12px;;margin-top:2px;}
.product-list .product-item .product-title a{font-weight:700;height:auto;line-height:1.3em;overflow:hidden;padding:4px 10px 8px 0;}
.product-list .product-item .details{/*float: left;*/ width:56%;/*position:relative;*/ }

.product-list .product-item .details{float:left\9; position:relative\9; /*IE8-9-10*/}
.product-list .product-item .add-info {float:left\9; position:relative\9; /*IE8-9-10*/}
/*.product-list .product-item .product-rating-box{padding:0 0 0 10px;margin:0px 100px 0 140px;}
.product-list .product-item .picture{float:left;margin:10px;}*/
.product-list .product-item .description{padding:10px 20px 10px 0px;margin-top:-5px;text-align:left;color:#555;}
.product-list .product-item .short-desc2 {margin-top:-10px;text-align:left;color:#555; font-weight:bold; font-size: 11px;}

.product-list .product-item .admincomment{}
.product-list .product-item .add-info{/*float:left; position:relative;*/ width:44%;padding-top:5px;}


/*.product-list .product-item .prices {float: left; position: relative;width: 65px;text-align:left;}*/

.product-list .product-item .actual-price{color:#AF0304; font-size:14px; font-weight:bold;text-align:right !important;line-height:20px; padding-right:10px;}
.product-list .product-item .buttons {float: right; width: 100%; text-align:right; margin-right:-10px;}
.product-list .product-item .qty-input{width:25px;}
.product-list .product-item .qty-label{color:#5C5B5B; font-weight:normal; font-size:10px; text-align:right;}


/* MURPHY - 3 COLUMNS PRODUCTS */
/*.right-container {width: 519px; float: left; background-color: #f3f5f7; overflow: hidden; position: relative;}
.container-buffer1 {float: left; background-color: #ffffff; width: 100%; position: relative; right: 167px;}
.middle-container {float: left; background-color: #f3f5f7; width: 100%; position: relative; right: 9px;}
.container-buffer2 {float: left; background-color: #ffffff; width: 100%; position: relative; right: 167px;}
.left-container {width: 100%; position: relative; right: 9px; float: left; background-color: #f3f5f7;}
.left-container-content {float: left; width: 161px; position: relative; left: 355px; margin-top: 3px; margin-bottom: 3px;}
.left-container-content ul {margin-left: 15px; line-height: 20px;}
.middle-container-content {float: left; width: 161px; position: relative; left: 370px; margin-top: 3px; margin-bottom: 3px;}
.middle-container-content ul {margin-left: 15px; line-height: 20px;}
.right-container-content {float: left; width: 161px; position: relative; left: 385px; margin-top: 3px; margin-bottom: 3px;}	
.right-container-content ul {margin-left: 15px; line-height: 20px;}	
.*/


.master-container {width:100%; float:left; margin-bottom:2%; padding-bottom:2%; 
	background-image: -webkit-gradient(linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(2%, #fff),
    color-stop(2%, #f3f5f7),
    color-stop(31%, #f3f5f7),
    color-stop(31%, #fff),
    color-stop(35%, #fff),
    color-stop(35%, #f3f5f7),
    color-stop(65%, #f3f5f7),
    color-stop(65%, #fff),
    color-stop(69%, #fff),
	color-stop(69%, #f3f5f7),
    color-stop(98%, #f3f5f7),
    color-stop(98%, #fff),
    color-stop(100%, #fff)	
	);
	
	background-image: -webkit-linear-gradient(
     left,
    #fff,
    #fff 2%,
    #f3f5f7 2%,
    #f3f5f7 31%,
    #fff 31%,
    #fff 35%,
    #f3f5f7 35%,
    #f3f5f7 65%,
	#fff 65%,
    #fff 69%,
    #f3f5f7 69%,
    #f3f5f7 98%,
	#fff 98%,
    #fff 100%
	);
	
	background-image: -moz-linear-gradient(
    left,
    #fff,
    #fff 2%,
    #f3f5f7 2%,
    #f3f5f7 31%,
    #fff 31%,
    #fff 35%,
    #f3f5f7 35%,
    #f3f5f7 65%,
	#fff 65%,
    #fff 69%,
    #f3f5f7 69%,
    #f3f5f7 98%,
	#fff 98%,
    #fff 100%
	);
 background-image: -ms-linear-gradient(
    left,
    #fff,
    #fff 2%,
    #f3f5f7 2%,
    #f3f5f7 31%,
    #fff 31%,
    #fff 35%,
    #f3f5f7 35%,
    #f3f5f7 65%,
	#fff 65%,
    #fff 69%,
    #f3f5f7 69%,
    #f3f5f7 98%,
	#fff 98%,
    #fff 100%
	);
	
	 background-image: -o-linear-gradient(
    left,
    #fff,
    #fff 2%,
    #f3f5f7 2%,
    #f3f5f7 31%,
    #fff 31%,
    #fff 35%,
    #f3f5f7 35%,
    #f3f5f7 65%,
	#fff 65%,
    #fff 69%,
    #f3f5f7 69%,
    #f3f5f7 98%,
	#fff 98%,
    #fff 100%
	);
}
.left-container {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:left;}
.middle-container {margin-right: 2%; margin-left: 2%; width:30%; float: left; text-align:left;}
.right-container {margin-right: 2%; margin-left: 2%; width:29%; float: left; text-align:left;}

.left-container-content { padding:2%;}
.middle-container-content {padding:2%;}
.right-container-content {padding:2%;}

.left-container  img {width:90%; max-width:135px; padding-top: 5px;}
.middle-container  img {width:90%; max-width:135px; padding-top: 5px;}
.right-container  img {width:90%; max-width:135px; padding-top: 5px;}

.master-container p{text-align:center;}
.master-container ul{padding-left:20px; padding-right: 10px;}


.catalog-search {width:505px; height:120px; background: url(../images/part-search-background.gif) no-repeat; padding-top:10px; padding-left:15px; padding-bottom:20px; margin-top:10px; margin-bottom:10px;}
.catalog-search .search-box-text{padding:3px; border:#8da1b1 solid 1px; width: 150px;}
.catalog-search .search-box-button {padding:4px 7px;cursor:pointer;background:#F9B90C;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');color:#fff;text-shadow:none;border-color:#999;border:0 none;font-weight:700; font-size:12px;width:80px; margin-left:10px; text-transform:uppercase;}

/* FEATURED PRODUCTS */
.featured-product-grid{}
.featured-product-grid .title{padding:10px 10px 5px 0;font-weight:700;text-transform:uppercase;clear:both;margin:0;color:#5C5B5B;}


/* CATALOG PAGES */
.category-page,.manufacturer-page,.manufacturer-list-page,.product-tag-page,.product-tags-all-page{}
.category-page .page-title,.manufacturer-list-page .page-title,.manufacturer-page .page-title,.product-tag-page .page-title,.product-tags-all-page .page-title{border-bottom:0 none;clear:both;}
.category-page #hide {display:none;}
.category-page #show {display:none;}
.product-tags-all-page .product-tags-list li{display:inline;}
.product-tags-all-page .product-tags-list li a{text-decoration:none;margin:0 2px 0 0;}
.category-page .category-description,.manufacturer-page .manufacturer-description{color:#555;font-size:1.1em;}
.sub-category-grid,.manufacturer-grid{margin-left:auto;margin-right:auto;width:auto;margin-bottom:15px;zoom:1; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;        -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap;  flex-flow: row wrap;}
.sub-category-grid:after,.manufacturer-grid:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.sub-category-grid a,.manufacturer-grid a{color:#555;font-size:small;font-weight:bold;}
.sub-category-grid .item-box,.manufacturer-grid .item-box{float:left\9; width:30%; display:flex; text-align:center;vertical-align:text-top; margin:1%;}
.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{text-align:center;/*margin:10px;width:145px;height:180px;*/ padding:2%; width:96%;border:1px solid #eee; margin:2%; }
.sub-category-grid .sub-category-item .title,.manufacturer-grid .manufacturer-item .title{text-align:center;font-weight:700;font-size:.9em;display:block;overflow:hidden;padding:5px;}
.sub-category-grid .sub-category-item .picture,.manufacturer-grid .manufacturer-item .picture{text-align:center;padding:10px 0;}


.product-selectors{margin-bottom:10px;zoom:1;}
.product-selectors:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-sorting{margin:0 auto 10px;float:left;}
.product-viewmode{margin:0 auto 10px;float:right;}
.product-page-size{width:165px;margin:0 auto;text-align:center;}
.product-filters-wrapper{}
.product-filters{width:auto;margin-bottom:10px;padding:10px;}
.product-filters .filter-title{font-weight:700;padding-left:10px;}
.product-filters .filter-title strong{display:block;height:2em;line-height:1.3em;overflow:hidden;}
.product-filters .filter-content{padding:5px 10px;}
.price-range-filter{}
.price-range-filter .filter-title{background:url(../images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.price-range-filter ul{margin:0;padding:0;}
.price-range-filter li{list-style:none;padding-bottom:5px;}
.price-range-filter .price-range-selector{}
.price-range-filter .selected-price-range{}
.price-range-filter .remove-filter{padding-top:5px;}
.price-range-filter .remove-filter a{font-weight:700;color:#b80709;}
.product-spec-filter{}
.product-spec-filter .filter-title{background:url(../images/ico-arrow-r.gif) no-repeat top left;padding-left:20px;}
.product-spec-filter .available-items,.product-spec-filter .already-filtered-items{width:100%;overflow:hidden;}
.product-spec-filter .group{display:block;float:left;clear:both;font-weight:700;}
.product-spec-filter .group li{list-style:none;}
.product-spec-filter .available-items .item{padding:3px 2px 3px 16px;list-style:none;}
.product-spec-filter .already-filtered-items .filter-title{background:none;padding:15px 5px 5px 0;}
.product-spec-filter .already-filtered-items .item{padding:5px 0;}
.product-spec-filter .remove-filter{padding-top:5px;}
.product-spec-filter .remove-filter a{font-weight:700;color:#b80709;}


/* COMPARE PRODUCTS */
.compare-products-page{}
.compare-products-page .page-title{}
.compare-products-page .page-body{margin:0;padding:0;font-size:11px;color:#555;background-color:inherit;}
.compare-products-table{margin-top:10px;width:100%;border:0px;border-collapse:collapse;border-spacing:0;empty-cells:show;}
.compare-products-table tr.product-name{background-color:#CCC;font-weight:700;}
.compare-products-table td{border:1px solid #EEE;padding:3px;vertical-align:top;}


/* LOGIN */
.login-page{}
.login-page .page-title{margin-bottom:20px;}
.login-page .page-body{color:#555;}
.login-page .title{margin:-17px 0 14px;zoom:1;}
.login-page .title strong{font-size:12px;background:#fff;}
.login-page .customer-blocks:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.login-page .new-wrapper{float:left;width:46%;min-height:240px;padding:10px;border:1px solid #eee;margin-bottom:15px;border-radius:5px;}
.login-page .returning-wrapper{float:right;width:46%;min-height:240px;padding:10px;border:1px solid #eee;margin-bottom:15px;border-radius:5px;}
.login-page .new-wrapper .text{line-height:20px;}
.login-page .new-wrapper .buttons{float:left; margin-top:20px;}
.login-page .checkout-as-guest-or-register-block ul{padding-left:30px;}
.login-page .returning-wrapper .inputs{margin:20px 0;}
.login-page .returning-wrapper .message-error{padding:0;}
.login-page .returning-wrapper .buttons{float:right;margin:5px 30px;}
.login-page .returning-wrapper label{width:100px;display:inline-block;margin-right:10px;white-space:nowrap;vertical-align:middle;font-weight:700;}
.login-page .email,.login-page .username,.login-page .password{width:170px;}
.login-page .returning-customer .reversed label{width:auto;font-weight:400;}
.login-page .forgot-password{display:block;margin-top:20px;font-weight:700;}
.login-page .field-validation-error{display:block;}
.external-auth-errors{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;color:Red;margin-bottom:20px;}
.external-auth-errors ul{padding:0px;}
.external-auth-errors ul li{list-style:none;}
.external-auth-association{text-align:center;border:solid 1px #d3d3d3;vertical-align:top;width:100%;margin-bottom:20px;}
.external-auth-association .identifier{}
.external-auth-association .remove{color:#B80709;}
.login-page .login {padding-left:15px;}
.login-page .register-button{display:inline-block;padding:2px 28px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#FC7406;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#FC7406');border-color:#999;border:1; color:#f5f1f1;text-shadow:0 1px 0 #6e6e6e;font-size:14px;}
.login-page .login-account-label{line-height:20px; vertical-align:middle; padding-top:4px;}
.login-page .checkout-as-guest-button {margin-top:10px;}


/* REGISTRATION */
.registration-page{}
.registration-page .page-title{}
.registration-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.registration-page .vat-note{display:block;}
.registration-page .accept-privacy-policy{float:left;margin-bottom:5px;margin-top:5px;clear:both;}
.registration-page .accept-privacy-policy .read{text-decoration:underline;}
.registration-page .buttons{margin-bottom:5px;margin-top:5px;clear:both;}
.registration-result-page{}
.registration-result-page .page-title{}
.registration-result-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.registration-result-page .buttons{float:left;margin-bottom:5px;margin-top:5px;clear:both;}


/* BREADCRUMB */
.breadcrumb{font-size:1.1em;font-weight:bold;margin:10px 0 10px;padding:0;text-transform:uppercase;}
.breadcrumb ul{margin:0px;padding:0px;}
.breadcrumb li{list-style:none;display:inline;}
.breadcrumb li strong{font-weight:bold;}
.breadcrumb a{font-size:0.9em;text-decoration:none;color:#5C5B5B;}
.breadcrumb a:hover{text-decoration:underline;color:#5C5B5B;}
.breadcrumb .current-item{font-size:0.9em;font-weight:normal;}
.breadcrumb .delimiter{}


/* NEWS */
.news-list-page,.news-list-homepage{margin-bottom:15px;padding-bottom:5px;padding-left:0;}
.news-list-homepage .title{padding:10px 10px 10px 0;margin:0 0 0 10px;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;text-align:center;}
.news-items{margin:0 5px;padding:0;}
.news-items .item{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;}
.news-list-homepage .item{padding:10px;}
.news-items .news-date{color:#9a9a9a;}
.news-items a.news-title{color:#444;text-decoration:none;font-size:1.2em;}
.news-items a.news-title:hover{text-decoration:underline;}
.news-items .news-details{margin-top:10px;margin-bottom:10px;}
.news-items .read-more{font-weight:700;text-decoration:none;color:#5C5B5B;background-color:inherit;}
.news-item-page{}
.news-item-page .page-title{}
.news-item-page .news-date{color:#9a9a9a;}
.news-item-page .news-body{margin:0 0 20px;padding:0;}
.news-item-page .news-body a{color:#B80709;text-decoration:underline;}
.news-item-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;margin-bottom:10px;}
.news-item-page .new-comment{margin-top:10px;}
.news-item-page .new-comment .captcha-box{margin-bottom:12px;}
.news-item-page .new-comment .comment-title{width:350px;}
.news-item-page .new-comment .comment-text{width:350px;height:150px;vertical-align:middle;}
.news-item-page .new-comment .buttons{text-align:left;}
.news-item-page .comment-list{margin:10px 0px 10px 0;}
.news-item-page .comment-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.news-comment{zoom:1;}
.news-comment:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.news-comment .comment-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.news-comment .comment-info .user-info{padding-top:5px;}
.news-comment .comment-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.news-comment .comment-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.news-comment .comment-info .user-info .avatar{margin:5px 0;}
.news-comment .comment-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.news-comment .comment-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.news-comment .comment-content .comment-time{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.news-comment .comment-content .comment-time .stat-value{font-weight:400;}
.news-comment .comment-content .comment-title{padding:3px;font-weight:700;}
.news-comment .comment-content .comment-body{padding:3px;}


/* BLOGS */
.blog-page{}
.blog-page .page-title{}
.blog-page .blog-posts{margin:0 5px;padding:0;}
.blog-page .blog-posts .post{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px;}
.blog-page .blog-posts .post:last-child{border-bottom:none;}
.blog-page .blog-posts .post .post-date{color:#9a9a9a;}
.blog-page .blog-posts .post a.post-title{color:#444;text-decoration:none;font-size:1.2em;}
.blog-page .blog-posts .post a.post-title:hover{text-decoration:underline;}
.blog-page .blog-posts .post .tags label{float:left;margin-right:5px;}
.blog-page .blog-posts .post .tags li{float:left;list-style:none;}
.blog-page .blog-posts .post .tags li.separator{margin-right:5px;}
.blog-page .blog-posts .post-body,.blog-page .blog-posts .tags{margin-top:10px;margin-bottom:10px;zoom:1;}
.blog-page .tags:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blog-page .blog-posts .post-body a,.blog-page .blog-posts .tags a{color:#5C5B5B;text-decoration:underline;}
.blog-page .blog-posts .blog-details{margin-top:15px;}
.blog-page .blog-posts .blog-details a{font-weight:700;text-decoration:none;color:#5C5B5B;background-color:inherit;}
.blogpost-page{}
.blogpost-page .page-title{}
.blogpost-page .post-date{color:#9a9a9a;}
.blogpost-page .post-body{}
.blogpost-page .post-body:after,.blogpost-page .tags:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blogpost-page .tags{margin:0 0 20px;zoom:1;}
.blogpost-page .post-body a,.blogpost-page .tags a{color:#5C5B5B;text-decoration:underline;}
.blogpost-page .post-body a:hover,.blogpost-page .tags a:hover{color:#B80709;text-decoration:underline;font-weight:normal;}
.blogpost-page .tags label{float:left;margin-right:5px;}
.blogpost-page .tags li{float:left;list-style:none;}
.blogpost-page .tags li.separator{margin-right:5px;}
.blogpost-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;margin-bottom:10px;}
.blogpost-page .new-comment{margin-top:10px;}
.blogpost-page .new-comment .captcha-box{margin-bottom:12px;}
.blogpost-page .new-comment .comment-text{width:350px;height:150px;vertical-align:middle;}
.blogpost-page .new-comment .buttons{text-align:left;}
.blogpost-page .comment-list{margin:10px 0px 10px 0;}
.blogpost-page .comment-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.blog-comment{margin-bottom:20px;zoom:1;}
.blog-comment:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.blog-comment .comment-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.blog-comment .comment-info .user-info{padding-top:5px;}
.blog-comment .comment-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.blog-comment .comment-info .user-info .avatar{margin:5px 0;}
.blog-comment .comment-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.blog-comment .comment-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.blog-comment .comment-content .comment-time{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.blog-comment .comment-content .comment-time .stat-value{font-weight:400;}
.blog-comment .comment-content .comment-body{padding:3px;}


/* POLLS */
.poll{margin:0;padding:0;font-size:11px;background-color:inherit;}
.poll-display-text{font-weight:700;color:#5C5B5B;}
.poll-options,.poll-results{padding:5px!important;margin:10px 0!important;}
.poll-options li,.poll-results li{background:none;padding:0;margin:0;list-style:none;line-height:18px;}
.poll-options .answer input[type="radio"]{vertical-align:middle;}
.poll-options .answer label{vertical-align:middle;margin-left:5px;}
.poll .buttons{padding:5px;}
.poll-total-votes{font-style:italic;}
.vote-poll-button{}
.todays-poll-box{margin-top:15px;margin-bottom:15px;padding-bottom:5px;padding-left:0;overflow:hidden;}
.todays-poll-box .poll{float:left;text-align:left;vertical-align:top;}


/* EMAIL A FRIEND */
.email-a-friend-page{}
.email-a-friend-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;}
.email-a-friend-page .page-title{margin-bottom:20px;}
.email-a-friend-page .title{margin-bottom:20px;}
.email-a-friend-page .product{font-weight:bold;font-size:13px;}
.email-a-friend-page .result{font-weight:bold;}
.email-a-friend-page .form-fields{zoom:1}
.email-a-friend-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.email-a-friend-page .inputs-left{float:left;}
.email-a-friend-page .inputs-right{float:right;}
.email-a-friend-page .inputs{margin-bottom:12px;}
.email-a-friend-page .inputs label{display:block;}
.email-a-friend-page .captcha-box{margin-bottom:12px;}
.email-a-friend-page .friend-email,.email-a-friend-page .your-email{width:250px;padding:1px;}
.email-a-friend-page .personal-message{width:350px;height:150px;}
.email-a-friend-page .buttons{text-align:left;}
.email-a-friend-page .field-validation-error{display:block;}


/* SEARCH */
.search-page{}
.search-page .page-title{}
.search-page .search-input{border:1px solid #d7d7d7;padding:10px;}
.search-page .search-input .buttons{text-align:right;}
.search-page .search-results{padding-top:10px;}
.search-page .search-results .result{font-weight:700;color:#555;}
.search-page .basic-search label{line-height:25px;}
.search-page .search-text{width:560px;}
.search-page .adv-search{margin-top:10px;}
.search-page .inputs{overflow:hidden;padding:4px;}
.search-page .inputs label{display:inline-block;width:110px;}
.search-page .inputs.reversed label{width:auto;}
.search-page .price-from,.search-page .price-to{width:100px;}
.search-input .warning{text-decoration:underline;}

.search-results-div{ width:100%; display: inline-block;}
.search-results-image{margin-bottom:10px; margin-right:10px; float:left; display:inline;}
.search-results-text{text-transform:uppercase; font-size:14px; font-weight:bold; float:left; display:inline; width:80%;}
.search-results-text p{margin-top:0;}

/* PASSWORD RECOVERY AND NEWSLETTER PAGES */
.password-recovery-page,newsletter-page{}
.password-recovery-page .page-title,newsletter-page .page-title{}
.password-recovery-page .page-body,newsletter-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}
.password-recovery-page .email{width:250px;}
.password-recovery-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}


/* ACCOUNT ACTIVATION */
.account-activation-page{}
.account-activation-page .page-title{}
.account-activation-page .page-body{margin:0;padding:0;color:#555;background-color:inherit;}


/* CONTACTS */
.contact-page{}
.contact-page .page-body{padding:15px;margin-bottom:15px;border:1px solid #eee;  background-color:rgba(141,161,177,0.10); width:80%;}
.contact-page .result{font-weight:bold;}
.contact-page .form-fields{zoom:1;}
.contact-page .form-fields:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.contact-page .inputs-left{float:left;}
.contact-page .inputs-right{text-align:left;}
.contact-page .inputs{margin-bottom:12px;}
.contact-page .captcha-box{margin-bottom:12px;}
.contact-page .fullname{width:250px;padding:2px;}
.contact-page .email{width:250px;padding:2px;}
.contact-page .enquiry{width:400px;height:150px; padding:2px;}
.contact-page .buttons{text-align:left;}


/* RECENTLY VIEWED AND ADDED PRODUCTS */
.recently-added-products-page{}
.recently-added-products-page .page-title{}
.recently-viewed-products-page{}
.recently-viewed-products-page .page-title{}


/* CUSTOMER ACCOUNT PAGES */
.account-page{}
.account-page .result{font-family:Verdana,Arial,sans-serif;font-size:10px;font-weight:700;color:red;}
.account-page .page-title{margin-bottom:20px;}
.account-page .page-body{margin:0;padding:0;color:#555;}
.account-page .section{padding:10px;margin-bottom:20px;border:1px solid #eee;border-radius:5px;zoom:1;}
.account-page .section:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.account-page .section .title{margin:-17px 0 14px;zoom:1;}
.account-page .section .title strong{background:#fff;}
.account-page .section li{list-style:none;line-height:16px;}
.address-list-page{}
.address-list-page .address-list{}
.address-list-page .address-list .address-item{}
.address-list-page .address-list .address-item .title{font-size:13px;}
.address-list-page .address-list .address-item .info{float:left;}
.address-list-page .address-list .address-item .buttons{float:right;}
.address-list-page .add-button{margin-bottom:5px;margin-top:5px;float:left;text-align:right;}
.address-edit-page{}
.address-edit-page .edit-address{margin-bottom:10px;}
.address-edit-page .edit-address .inputs{margin-bottom:5px;}
.address-edit-page .edit-address label{display:inline-block;width:100px;}
.address-edit-page .buttons{}
.avatar-page{padding:10px;}
.avatar-page .buttons{margin:5px 0;}
.back-in-stock-subscription-list-page{}
.back-in-stock-subscription-list-page .subscription-list{}
.back-in-stock-subscription-list-page .description{}
.back-in-stock-subscription-list-page .no-data{}
.back-in-stock-subscription-list-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.change-password-page{}
.change-password-page .buttons{margin-bottom:5px;margin-top:5px;}
.downloadable-products-page{}
.downloadable-products-page .no-data{}
.forum-subscriptions-page{}
.forum-subscriptions-page .subscription-list{}
.forum-subscriptions-page .description{}
.forum-subscriptions-page .no-data{}
.forum-subscriptions-page .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}
.customer-info-page{}
.customer-info-page .vat-note{display:block;}
.customer-info-page .buttons{margin-bottom:5px;margin-top:5px;text-align:center;}
.username-available-status{color:green;padding-left:5px;}
.username-not-available-status{color:red;padding-left:5px;}
.account-signature-text{height:100px;width:500px;border:solid 1px #E3E3E3;vertical-align:top;}
.order-list-page{}
.order-list-page .recurring-payments{}
.order-list-page .recurring-payments .recurring-payments-box{text-align:left;padding:10px;height:auto;}
.order-list-page .order-list{}
.order-list-page .order-list .order-item{}
.order-list-page .order-list .order-item .title{font-size:13px;}
.order-list-page .order-list .order-item .info{float:left;}
.order-list-page .order-list .order-item .buttons{float:right;}
.return-request-list-page{}
.return-request-list-page .request-item{}
.return-request-list-page .request-item a{color:#B80709;}
.return-request-list-page .request-item .title{font-size:13px;}
.return-request-list-page .request-item .info{}
.reward-points-page{}
.reward-points-page .reward-points-overview{padding:10px 10px 5px 0;width:100%;}
.reward-points-page .reward-points-overview .current-balance{}
.reward-points-page .reward-points-overview .min-balance{margin-top:10px;}
.reward-points-page .reward-points-history{}
.reward-points-page .reward-points-history .title{margin-top:20px;margin-bottom:15px;}


/* RETURN REQUEST */
.return-request-page{}
.return-request-page .page-title{}
.return-request-page .section{padding:10px;margin-bottom:20px;border:1px solid #eee;border-radius:5px;}
.return-request-page .section .title{margin:-17px 0 14px;}
.return-request-page .section .title strong{background:#fff;}
.return-request-page .comment{width:350px;height:150px;}


/* PRODUCT DETAILS PAGE */
.product-details-page{border:1px solid #d3d3d3; padding:10px;}
.product-collateral {margin-top: 30px; overflow:hidden; clear:both;color:#555;margin-bottom:.3em; }
.product-collateral .title{ font-size:16px; font-weight: bold; margin-bottom:10px; padding-left:10px; font-family:arial,helvetica,sans-serif !important; }
.related-products-list .item-box {border:none; }
.related-products-list .product-item{ clear:both;color:#555;margin-bottom:.3em; background-color:#F6F6F4;border-radius:6px;-o-border-radius:6px;-icab-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px; }
.related-products-list .product-item .add-info{/*float:left; position:relative;*/width:40%; padding:10px;}
.related-products-list .product-item .details{/*float: left; width:53%;position:relative;*/ width:52%; padding:10px;}

.product-essential{}
.product-details-page .gallery{float:right;width:34%;margin-top:0px;margin-bottom:15px; text-align:right;}
.product-details-page .gallery .picture{}
.product-details-page .gallery .picture-thumbs{margin-top:10px;}
.product-details-page .gallery .picture-thumbs a{margin-right:3px;}
img[src*="../images/default-image_150.gif"] {
    display: none;
}
.product-details-page .overview{float:left;width:60%;margin:0px 5px 10px;padding:10px;}
.product-details-page .product-name{color:#5C5B5B;font-size:1.3em;margin-bottom:0.3em;padding-top:0px;}
.product-details-page .product-name h1{display:inline; padding-right:5px;}
.product-details-page .short-description,.product-details-page .manufacturers,.product-details-page .sku,.product-details-page .manufacturer-part-number,.product-details-page .stock,.product-details-page .gtin{color:#555;margin-bottom:.3em;font-size:1.1em;}
.product-details-page .short-desc2{}
.product-details-page .full-description{clear:both;color:#555;margin-bottom:.3em;padding:10px; background-color:#F6F6F4;border-radius:6px;-o-border-radius:6px;-icab-border-radius:6px;-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px; text-align:justify;}
.product-details-page .back-in-stock-subscription{margin-top:10px;margin-bottom:10px; background-color:}
.product-details-page .email-a-friend{margin:10px 5px 10px 0px;float:left;}
.product-details-page .compare-products{margin:10px 0 10px 0px;float:left;}
.product-details-page .product-share-button{margin-top:10px;margin-bottom:10px;clear:both;}
.product-details-page .product-reviews-overview{margin-top:20px;margin-bottom:20px;}
.product-details-page .product-reviews-overview .product-review-box{margin-right:5px;}
.rating{height:16px;width:80px;background:url(../images/star-x-inactive.png) 0 0 repeat-x;}
.rating div{float:left;height:16px;background:url(../images/star-x-active.png) 0 0 repeat-x;}
.product-details-page .product-reviews-overview .product-review-links .separator{margin:0 2px;}
.product-details-page .product-reviews-overview .product-review-links{margin:0;}
.product-details-page .product-reviews-overview .product-no-reviews a{text-decoration:underline;}
.product-details-page .product-variant-list{/*float: left;clear: none;*/clear:both;padding:10px 0;border:0;margin-bottom:20px;margin-top:10px;}
.product-details-page .product-variant-list .product-variant-line{border:1px solid #EEEEEE;padding:20px;margin:10px 0;zoom:1;}
.product-details-page .product-variant-list .product-variant-line:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.add-to-cart-button{padding:3px 5px;cursor:pointer;background:#FC7406;background:-webkit-gradient(linear,left top,left bottom,from(#F9B90C),to(#FC7406));background:-moz-linear-gradient(top,#F9B90C,#FC7406);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B90C',endColorstr='#4FC7406');color:#fff;text-shadow:none;border-color:#999;border:0 none;font-weight:700;font-size:14px;margin-top:-2px;margin-left:5px;}
.product-details-page .product-variant-list .add-to-cart-button{margin-top:15px;margin-left:0;display:block;}
.product-details-page .no-associated-products{font-weight:bold;}
.add-to-cart-button:hover{color:#fff;}
.add-to-wishlist-button{display:block;margin-top:10px;}
.product-details-page .variant-picture{clear:both;float:left;margin-bottom:15px;}
.product-details-page .variant-overview{float:left;width:100%;}
.product-details-page .variant-name{color:#5C5B5B;font-size:1.3em;margin-bottom:.3em;}
.product-details-page .variant-description{clear:both;color:#555;margin-bottom:.3em;}
.product-details-page .download-sample{clear:both;color:#555;margin-top:15px;margin-bottom:15px;}
.product-details-page .download-sample .download-sample-button{-x-system-font:none!important;background:#F1F1F1 url(../images/download-sample-bg.gif) repeat-x scroll 0 100%;border:1px solid #B5B5B5;color:#444;cursor:pointer;font-family:arial,sans-serif!important;font-size:11px!important;font-size-adjust:none!important;font-stretch:normal!important;font-style:normal!important;font-variant:normal!important;font-weight:700!important;line-height:normal!important;overflow:visible;padding:1px 5px;text-align:center;text-transform:uppercase;vertical-align:middle;width:auto;}
.product-details-page .download-sample .download-sample-button a{text-decoration:none;}
.product-details-page .download-sample .download-sample-button a:hover{color:#444;}
.product-details-page .product-variant-line .prices{/*float:left;*/padding-top:10px;margin-right:30px;}
.product-details-page .product-essential .prices{margin-top:15px;margin-bottom:15px;}
.product-details-page .prices .product-price{color:#5C5B5B;}
.product-details-page .prices .product-price span{color:#FF0000;font-size:16px; font-weight:bold;}
.product-details-page .prices .old-product-price{color:#5C5B5B;font-size:10px;}
.product-details-page .prices .old-product-price span{text-decoration:line-through;font-size:10px;}
.product-details-page .prices .you-save-price{color:#5C5B5B; line-height:16px;}
.product-details-page .prices .you-save-price span{color:#5C5B5B;}
.product-details-page .customer-entered-price{margin-bottom:10px;}
.product-details-page .add-to-cart{padding-top:5px;}
.product-details-page .add-to-cart .enter-price-input{width:60px;}
.product-details-page .add-to-cart .qty-input{width:25px;}
.product-details-page .add-to-cart .qty-label{color: #5C5B5B;}
.product-details-page .attributes{margin-bottom:10px;}
.product-details-page .attributes dl dt{margin:10px 0 0;}
.product-details-page .attributes .text-prompt{font-weight:bold;}
.product-details-page .attributes .attribute-description{font-size:11px;}
.product-details-page .attributes ul.option-list{padding:0px;margin:0px;}
.product-details-page .attributes ul.option-list li{list-style:none;}
.product-details-page .attributes .textbox{width:200px; margin-top:10px; border-color:#a9a9a9; margin-top:0;}
.product-details-page .attributes .valid{width:200px; margin-top:10px;}
.product-details-page .attributes textarea{width:300px;height:150px;}



/* color squares attribute type */
.product-details-page .attributes ul.color-squares li{display:inline;}
.product-details-page .attributes ul.color-squares .color-container{position:relative;display:inline-block;border:solid 1px #999;padding:1px;margin-bottom:5px;}
.product-details-page .attributes ul.color-squares .selected-value .color-container{border-color:#075899;border-width:2px;padding:0;}
.product-details-page .attributes ul.color-squares .color{display:inline-block;width:18px;height:18px;}
.product-details-page .attributes ul.color-squares label{cursor:pointer;position:relative;}
.product-details-page .attributes ul.color-squares input{height:0;overflow:hidden;z-index:-10000;position:absolute;float:none;}
.product-details-page .giftcard{}
.product-details-page .giftcard dt{clear:left;float:left;width:150px;}
.product-details-page .giftcard label{display:inline-block;width:150px;vertical-align:top;}
.product-details-page .giftcard .recipient-name{}
.product-details-page .giftcard .recipient-email{}
.product-details-page .giftcard .sender-name{}
.product-details-page .giftcard .sender-email{}
.product-details-page .giftcard .message{width:300px;height:100px;}
.related-products-grid,.also-purchased-products-grid{margin-top:10px;}
.related-products-grid .title,.also-purchased-products-grid .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}
.related-products-grid .item-box,.also-purchased-products-grid .item-box{padding-bottom:10px;text-align:center;vertical-align:text-top;}
.product-specs-box{}
.product-specs-box .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}
.product-specs-box .data-table{margin:5px;}
.product-tags-box{color:#555;zoom:1;}
.product-tags-box:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.product-tags-box .title{text-align:left;padding:5px;font-weight:700;clear:both;font-size:1.1em;color:#5C5B5B;}
.product-tags-box .product-tags-list{}
.product-tags-box .product-tags-list a{text-decoration:underline;}
.product-tags-box .product-tags-list li{float:left;padding-left:5px;list-style:none;}
.tier-prices{text-align:center;margin-bottom:10px;}
.tier-prices .prices-header{background:#3a3a3a;color:#FFF;padding:3px;font-weight:700;}
.tier-prices .prices-list table{width:100%;border-collapse:collapse;text-align:center;vertical-align:middle;background:#f3f3f3;}
.tier-prices .prices-list td{border-bottom:solid 3px #d7d7d7;padding-top:3px;padding-bottom:3px;font-weight:700;}
.tier-prices .prices-list .field-header{font-weight:700;text-align:center;}
.tier-prices .prices-list .item-quantity{}
.tier-prices .prices-list .item-price{color:#B80709;}
.short-description h2{font-size:14px;}
p.p-content{margin-top:2px;}
p.p-title{margin-bottom:0px; text-transform:uppercase;font-weight:bold;}
.full-description ul{padding-bottom:10px;}

/* PRODUCT REVIEWS PAGE */
.product-reviews-page{}
.product-reviews-page .page-title{}
.product-reviews-page .page-title a{text-decoration:none;}
.product-reviews-page .result{}
.product-reviews-page .write-review{margin-top:10px;padding:15px;border:1px solid #eee;}
.product-reviews-page .write-review .title{margin-bottom:10px;font-size:16px;line-height:20px;font-weight:bold;}
.product-reviews-page .write-review .inputs{margin-bottom:12px;clear:both;}
.product-reviews-page .write-review .captcha-box{margin-bottom:12px;}
.product-reviews-page .write-review .inputs label{display:block;}
.product-reviews-page .write-review .review-title{width:350px;}
.product-reviews-page .write-review .review-text{width:350px;height:150px;}
.product-reviews-page .write-review .review-rating{margin-bottom:12px;clear:both;}
.product-reviews-page .write-review .review-rating label{}
.product-reviews-page .write-review .review-rating ul{display:inline-block;}
.product-reviews-page .write-review .review-rating li{display:inline-block;list-style:none;}
.product-reviews-page .write-review .review-rating input{vertical-align:bottom;}
.product-reviews-page .write-review .buttons{text-align:left;}
.product-review-list{margin:10px 0px 10px 0;}
.product-review-list .title{padding:10px 10px 10px 0;font-weight:700;text-transform:uppercase;font-size:1.1em;color:#3a3a3a;}
.product-review-list .product-review-item{border:solid 1px #d3d3d3;margin:10px 0 0;padding:10px 10px 20px;clear:both;}
.product-review-list .product-review-item .review-item-head{clear:both;}
.product-review-list .product-review-item .review-title{font-weight:700;float:left;margin-bottom:5px;}
.product-review-list .product-review-item .rating{float:right;margin-right:5px;}
.product-review-list .product-review-item .review-text{float:left;margin-bottom:5px;clear:both;}
.product-review-list .product-review-item .review-info{float:left;margin-bottom:5px;clear:both;}
.product-review-list .product-review-item .review-info .separator{margin:0 2px;}
.product-review-helpfulness{font-size:11px;color:#333;clear:both;}
.product-review-helpfulness .vote{color:#B80709;font-weight:700;text-decoration:none;}
.product-review-helpfulness .vote:hover{cursor:pointer;text-decoration:none;}


/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter,#lbBottomContainer{position:absolute;z-index:9999;overflow:hidden;background-color:#fff;}
.lbLoading{background:#fff url(../images/loading.gif) no-repeat center;}
#lbImage{position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
#lbPrevLink,#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink{left:0;}
#lbPrevLink:hover{background:transparent url(../images/prevlabel.gif) no-repeat 0 15%;}
#lbNextLink{right:0;}
#lbNextLink:hover{background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none;}
#lbCloseLink{display:block;float:right;width:66px;height:22px;background:transparent url(../images/closelabel.gif) no-repeat center;margin:5px 0;outline:none;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCaption{font-weight:700;}


/* PRIVATE MESSAGES */
.send-pm-box{background-color:#EEE;border:1px solid #A0A0A0;color:#555;display:block;float:left;font-family:Arial;font-size:10px;font-weight:700;margin:2px 0 2px 2px;padding:2px;text-decoration:none;text-transform:uppercase;}
.send-pm-box .pm-link-button{line-height:14px;padding:1px 6px 2px 18px;background:url(../images/ico-pm.png) no-repeat;}
.private-message-send-page{}
.private-message-send-page .page-title{}
.private-message-send-page .page-body{}
.private-message-send-page .inputs{}
.private-message-send-page .inputs label{line-height:20px;}
.private-message-send-page .toolbar{display:inline-block;}
.private-message-send-page textarea{margin:0 0 10px 150px;width:500px;}
.private-message-send-page .field-validation-error{display:block;line-height:20px;margin-left:150px;vertical-align:top;}
.private-message-send-page .options{text-align:right;}
.private-message-view-page{}
.private-message-view-page .page-title{}
.private-message-view-page .page-body{padding:5px;}
.private-message-view-page .view-message div{padding:4px;}
.private-message-view-page .view-message label{color:#555;display:inline-block;font-weight:700;width:100px;}
.private-message-view-page .view-message a{color:#B80709;text-decoration:underline;}
.private-messages-page{}
.private-messages-page .page-title{}
.private-messages-page .page-body{margin:0;padding:0;font-size:11px;color:#555;}
.private-messages-box{margin:0;padding:5px;font-size:11px;color:#555;}
.private-messages-box .buttons{margin-bottom:5px;margin-top:5px;text-align:left;}

.pm-read{}
.pm-unread{font-weight:700;}


/* FORUM INPUTS */
.forum-topic-title-text,.pm-title-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-post-text,.bb-editor-text{width:100%;height:300px;}
.private-message-subject-text{width:500px;border:1px solid #acacac;vertical-align:top;font-size:12px;}
.forum-search-text{width:500px;border:1px solid #acacac;font-size:14px;}
.forum-search-box-text{border:1px solid #acacac;font-size:12px;}
.bb-editor-text{border:#cec6b5 1px solid;}
.edit-topic-link-button{padding-right:5px;padding-left:18px;background:url(../images/ico-edit.gif) no-repeat left;}
.delete-topic-link-button{padding-right:5px;padding-left:18px;background:url(../images/ico-delete.gif) no-repeat left;}
.move-topic-link-button{padding-right:5px;padding-left:18px;background:url(../images/ico-move-topic.gif) no-repeat left;}
.reply-topic-link-button{padding-right:5px;padding-left:18px;padding-bottom:3px;background:url(../images/ico-forum-post-add.gif) no-repeat left;}
.watch-topic-link-button{padding-left:18px;background:url(../images/ico-forum-watch.gif) no-repeat left;}
.edit-post-link-button{padding-right:5px;padding-left:18px;background:url(../images/ico-edit.gif) no-repeat left;}
.delete-post-link-button{padding-right:5px;padding-left:18px;background:url(../images/ico-delete.gif) no-repeat left;}
.quote-post-link-button,.post-link{color:#555;float:right;padding:1px 3px;border:solid 1px #ccc;line-height:15px;font-size:11px;}
.post-link{padding:1px 3px;margin-right:5px;border:none;}


/* FORUM MAIN AND COMMON */
.forums-main-page{}
.forums-main-page .forums-main-header{border-bottom:solid 1px #f3f3f3;height:50px;margin-bottom:10px;}
.forums-main-page .forums-main-header .current-time{padding-top:20px;font-size:.9em;color:#555;float:left;}
.forum-search-box{font-size:.9em;float:right;text-align:right;padding:5px 0;margin-bottom:5px;}
.forums-table-section{background:url(../images/forum-footer-bg.gif) repeat-x center bottom;margin-bottom:30px;}
.forums-table-section-title{font-size:1.1em;margin-bottom:5px;}
.forums-table-section-title a{font-weight:700;}
.forums-table-section-title .link-rss{background:url(../images/ico-rss.gif) no-repeat;display:inline;float:right;width:14px;height:14px;margin:0 0 0 10px;text-indent:-9999px;}
.forums-table-section-title .view-all{float:right;font-weight:400!important;text-align:right;}
.forums-table-section table{border-collapse:collapse;margin-bottom:15px;text-align:center;vertical-align:middle;width:100%;}
.forums-table-section td{padding:3px 0;}
.forums-table-section th{background:url(../images/forum-header-bg.gif) repeat-x center;border-right:1px solid #6A6A6A;color:#fff;font-weight:700;height:20px;vertical-align:middle;}
.forums-table-section th.forum-name{padding-left:3px;text-align:left;width:55%;}
.forums-table-section th.topics{width:10%;}
.forums-table-section th.posts {width:10%;}
.forums-table-section th.last-post{width:25%;}
.forums-table-section td.image div{background: url(../images/ico-forum.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td.image div.post{background:url(../images/ico-forum-post.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td.image div.post-annoucement, .forums-table-section td div.post-sticky{background: url(../images/ico-forum-post-high.gif) no-repeat 40% 40%;height:36px;width:36px;}
.forums-table-section td{border-bottom:1px solid #C5C5C5;padding-left:3px;vertical-align:middle;}
.forums-table-section td.forum-name{text-align:left;width: 55%;}
.forums-table-section td.forum-name .forum-title a{display:block;font-size:1.1em;font-weight:700;line-height:18px;margin-bottom:3px;}
.forums-table-section td.forum-name .forum-description{color:#555555;font-size:0.9em;}
.forums-table-section td.last-post{color:#555555;font-size:0.8em;}
.forums-table-section th.topic-name {padding-left:3px;text-align:left;width:55%;}
.forums-table-section th.replies{width:10%;}
.forums-table-section th.views{width:10%;}
.forums-table-section td.topic-name{text-align:left;width:55%;}
.forums-table-section td.topic-name .topic-type{font-size:0.9em;line-height:18px;}
.forums-table-section td.topic-name .topic-title{font-size:1.1em;font-weight:700;line-height:18px;}
.forums-table-section td.topic-name .topic-starter, .forums-table-section td.topic-name .topic-pager{color:#555555;font-size:0.9em;margin:1px 0;}


/* FORUM PAGE */
.forum-page{clear:both;}
.forum-page .forum-header{}
.forum-page .forum-top{zoom:1;}
.forum-page .forum-top:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.forum-page .forum-top .forum-info{float:left;}
.forum-page .forum-top .forum-info .forum-name{font-weight:700;font-size:1.2em;line-height:25px;}
.forum-page .forum-top .forum-info .forum-description{color:#555;}
.forum-page .forum-top .link-rss{float:left;margin:10px 10px 10px 0;background-image:url(../images/ico-rss.gif);background-repeat:no-repeat;display:block;height:14px;width:14px;text-indent:-9999px;}
.forum-page .forum-top .actions{float:right;text-align:right;margin-top:10px;}
.forum-page .forum-top .actions .newtopic{background:url(../images/ico-forum-post-add.gif) no-repeat left;padding:0 10px 3px 20px;}
.forum-page .forum-top .actions .watch-forum{background:url(../images/ico-forum-watch.gif) no-repeat left;padding-left:20px;}
.forum-page .pager ul{float:left;margin:5px 0;}
.active-discussions-page{clear:both;}
.forum-group-page{clear:both;}
.forum-breadcrumb{clear:both;}


/* FORUM TOPIC EDIT, FORUM POST EDIT */
.forum-edit-page{background:url(../images/forum-footer-bg.gif) repeat-x center bottom;}
.forum-edit-page .page-title{background:url(../images/forum-header-bg.gif) repeat-x center;border:1px solid #6A6A6A;color:#FFF;font-weight:700;height:28px;line-height:28px;padding:0 5px;}
.forum-edit-page .page-title h1{font-size:12px;font-weight:bold;margin:0;padding:0;}
.forum-edit-page .page-body{padding:5px;}
.forum-edit-page .inputs{padding:5px 0;}
.forum-edit-page .inputs label{color:#555555;display:inline-block;font-weight:700;width:150px;}
.forum-edit-page .inputs .toolbar{display:block;margin-left:150px;}
.forum-edit-page .inputs textarea {margin-left:150px;width:700px;}
.forum-edit-page .field-validation-error{display:block;margin-left:150px;}
.forum-edit-page .buttons{margin:5px;text-align:right;}


/* MOVE FORUM TOPIC */
.move-topic-page{background: url(../images/forum-footer-bg.gif) repeat-x center bottom;}
.move-topic-page .page-title{background: url(../images/forum-header-bg.gif) repeat-x center;border:1px solid #6A6A6A;color:#FFF;font-weight:700;height:28px;line-height:28px;padding:0 5px;}
.move-topic-page .page-title h1 {font-size:12px;font-weight:bold;margin:0;padding:0;}
.move-topic-page .page-body{padding:5px;}
.move-topic-page .inputs{margin-bottom:10px;padding:4px;}
.move-topic-page .inputs label{color:#555;font-weight:700;white-space:nowrap;width:30%;}


/* FORUM TOPIC */
.forum-topic-page{background:url(../images/forum-footer-bg.gif) repeat-x bottom;clear:both;}
.forum-topic-page .title{background:url(../images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.forum-topic-page .title .topic-name{float:left;font-size:12px;}
.forum-topic-page .title .manage{float:right;text-align:right;}
.forum-topic-page .title .manage a{color:#F3F3F3;}
.forum-topic-page .posts{}
.topic-header{padding:5px;background:#F3F3F3;border-bottom:solid 1px #6a6a6a;height:16px;}
.topic-header .topic-options,.topic-footer .topic-options{float:right;text-align:right;}
.topic-header .topic-options a,.topic-footer .topic-options a{font-weight:700;}
.topic-footer{padding:5px;background:#F3F3F3;border-top:solid 1px #6a6a6a;height:16px;}
.topic-header .pager ul,.topic-footer .pager ul{float:left;margin-top:-2px;}
.forum-topic-page .forum-post{border-bottom:solid 1px #E3E3E3;zoom:1;}
.forum-topic-page .forum-post:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
.forum-topic-page .post-info{width:170px;float:left;padding:5px;height:100%;border-right:solid 1px #F3F3F3;}
.forum-topic-page .post-info .manage{line-height:20px;}
.forum-topic-page .post-info .manage a{font-weight:700;color:#555;}
.forum-topic-page .post-info .user-info{padding-top:5px;}
.forum-topic-page .post-info .user-info a.username{font-weight:700;margin-bottom:5px;}
.forum-topic-page .post-info .user-info span.username{font-weight:700;margin-bottom:5px;}
.forum-topic-page .post-info .user-info .avatar{margin:5px 0;}
.forum-topic-page .post-info .user-info .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.forum-topic-page .post-info .user-info .user-stat {color:#555555;font-size:0.9em;font-weight:700;margin-bottom:5px;text-align:left;}
.forum-topic-page .post-info .user-info .user-stats li{list-style:none outside none;}
.forum-topic-page .post-info .user-info .user-stats span{font-weight:400;}
.forum-topic-page .post-content{margin-left:180px;border-left:solid 1px #F3F3F3;}
.forum-topic-page .post-content .posttime{font-weight:700;line-height:20px;padding:3px;background:#e3f3f3;}
.forum-topic-page .post-content .posttime .stat-value{font-weight:400;}
.forum-topic-page .post-content .post-body{padding:3px;}
.forum-topic-page .post-content .post-body a{color:#B80709;text-decoration:underline;}
.forum-topic-page .post-content .post-body .posttext{}
.forum-topic-page .post-content .post-body .posttext .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.forum-topic-page .post-content .signature{border-color:#DDD;border-style:solid;border-width:1px 0 0;font-size:90%;margin:1em 8px 8px;padding:1em 0 20px;text-align:left;font-style:italic;}


/* FORUM SEARCH */
.forum-search-page{}
.forum-search-page .forum-search-panel .search-error{color:red;}
.forum-search-page .forum-search-panel .search-results{}
.forum-search-page .basic-search{margin-bottom:10px;}
.forum-search-page .advanced-search{border-top:1px solid #D3D3D3;margin-bottom:10px;padding-top:10px;}
.forum-search-page .inputs{padding:4px;}
.forum-search-page .inputs label{display:inline-block;width:140px;}
.forum-search-page .pager ul{float:left;margin:5px 0;}   


/* PROFILE PAGE */
.profile-page{}
.profile-page .page-title{background:url(../images/forum-header-bg.gif) repeat-x 50%;color:#FFF;border:solid 1px #6a6a6a;height:28px;line-height:28px;font-weight:700;padding-left:3px;}
.profile-page .page-title h1{font-weight:bold;font-size:12px;padding:0px;}
.profile-page .page-body{margin-top:15px;}
.profile-page .profile-info-box{background:url(../images/forum-footer-bg.gif) repeat-x bottom;}
.profile-page .profile-info-box,.profile-page .user-last-posts{font-size:12px;}
.profile-page .profile-info-box .title{}
.profile-page .profile-info-box .profile-stats{border-left:1px solid #F3F3F3;margin-left:200px;padding:10px;}
.profile-page .profile-info-box .profile-stats .title{margin-bottom:10px;text-transform:uppercase;}
.profile-page .profile-info-box .profile-stats li{list-style:none outside none;padding:2px;}
.profile-page .profile-info-box .profile-stats label{font-weight:700;}
.profile-page .profile-info-box .user-details{width:180px;float:left;padding:10px;height:100%;border-right:solid 1px #F3F3F3;text-align:center;}
.profile-page .profile-info-box .user-details .avatar{margin-bottom:5px;}
.profile-page .profile-info-box .user-details .avatar .avatar-img{border:solid 2px #CEDBE1!important;}
.profile-page .profile-info-box .user-stats{margin-bottom:5px;}
.profile-page .profile-info-box .user-stats li{font-weight:700;list-style:none;padding:2px;}
.profile-page .profile-info-box .user-stats label{font-weight:700;}
.profile-page .profile-info-box .user-stats span{color:#555;font-weight:400;}
.profile-page .user-last-posts{}
.profile-page .user-last-posts .topic{border:solid 1px #F3F3F3;margin-bottom:10px;}
.profile-page .user-last-posts .topic-title{font-weight:700;line-height:20px;background:#e3f3f3;padding:3px;}
.profile-page .user-last-posts .topic-body{padding:10px;}
.profile-page .user-last-posts .topic-body a{color:#B80709;text-decoration:underline;}
.profile-page .user-last-posts .topic-body .quote{padding:5px;border:dashed 1px #000;background-color:#fff;}
.profile-page .user-last-posts .topic-data{background:#f3f3f3;padding:3px;color:#555;font-size:.9em;}


/* BB CODE EDITOR */
.toolbar{padding:2px;display:inline;}
.toolbar .button{background:url(../images/bbeditor-button-bg.gif) repeat-x;padding:2px;margin-right:2px;border:#cec6b5 1px solid;}
.toolbar .button:hover{border:#333 1px solid;}


/* BBCODES */
pre{white-space:pre-wrap;white-space:normal;word-wrap:break-word;}
.csharpcode,.csharpcode pre{font-size:small;color:#000;font-family:Consolas,"Courier New",Courier,Monospace;background-color:#fff;}
.csharpcode pre{margin:0;}
.csharpcode .rem{color:green;}
.csharpcode .kwrd{color:#00f;}
.csharpcode .str{color:#006080;}
.csharpcode .op{color:#0000c0;}
.csharpcode .preproc{color:#c63;}
.csharpcode .asp{background-color:#ff0;}
.csharpcode .html{color:maroon;}
.csharpcode .attr{color:red;}
.csharpcode .alt{background-color:#f4f4f4;width:100%;margin:0;}
.csharpcode .lnum{color:#606060;}



/* RESPONSIVE SLIDESHOW TEMPLATE*/


/*
body {
  margin: 0; 
  padding: 0;
  background: #111;
  height: 100%;
}*/
.diy-slideshow{
  position: relative;
  display: block;
  overflow: hidden;
}
figure{
  position: absolute;
  opacity: 0;
  transition: 1s opacity;
}
figcaption{
  position: absolute;
  font-family: sans-serif;
  font-size: .8em;
  bottom: .75em;
  right: .35em;
  padding: .25em;
  color: #fff;
  background: rgba(0,0,0, .25);
  border-radius: 2px;
}
figcaption a{
  color: #fff;
}
figure.show{
  opacity: 1;
  position: static;
  transition: 1s opacity;
}
.next, .prev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .3;
  user-select: none;
}
.next:hover, .prev:hover{
  cursor: pointer;
  opacity: 1;
}
.next{
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prev{
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
p{
  margin: 10px 20px;
  color: #fff;
}
*/


/* RESPONSIVE SLIDESHOW CUSTOM*/


/*
body {
  margin: 0; 
  padding: 0;
  background: #111;
  height: 100%;
}*/
.diy-slideshow{
  position: relative;
  display: block;
  overflow: hidden;
  width:225px;
  float: right;
  margin-left:10px;
}
.diy-slideshow2{
  position: relative;
  display: block;
  overflow: hidden;
  width:400px;
    }
figure{
  position: absolute;
  opacity: 0;
  transition: 1s opacity;
}
figcaption{
  position: absolute;
  font-family: sans-serif;
  font-size: .9em;
  bottom: .75em;
  right: .35em;
  left: .35em;
  padding: .25em;
  color: #fff;
  background: rgba(0,0,0, .35);
  border-radius: 2px;
  color:#FFFFFF;
  text-align:center;
}
figcaption a{
  color: #fff;
}
figure.show{
  opacity: 1;
  position: static;
  transition: 1s opacity;
}
.next, .prev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .3;
  user-select: none;
}
.next:hover, .prev:hover{
  cursor: pointer;
  opacity: 1;
}
.next{
  right: 0;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prev{
  left: 0;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
p{
  margin: 10px 20px;
  color: #fff;
}
*/





/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
@media screen and (max-width:940px) and (min-width:769px){
    /* MASTER PAGE WRAPPERS */
    .master-wrapper-page,.master-wrapper-content,.master-wrapper-main{width:100%;}
    .master-wrapper-content{margin:15px 0 0 0;}
	.master-wrapper-main .center-1{width:100%;}
	
    /*.master-wrapper-main .side-2{width:170px;}
    .master-wrapper-main .center-2{width:auto;margin-left:180px;float:none;display:table;}*/

    /* HEADER AND MENU */
	.header-menu .top-menu .search-box{width:50%;}
	.header-menu .top-menu-deutz .search-box{width:45%;}
	.search-box-text{width:75%;}
    .flyout-cart{display:none !important;};
	
	/* HOMEPAGE */
	.home-page-category-grid .item-box {}
	.home-page-category-grid .category-item{}
	.header-exporter-dsl{width:45%;}
	.header-phone-dsl{width:25%;}
	
	/* FORMS */
	.quote-step1-table .step1-col1 { width:50%; }
	.quote-step1-table .step1-col2 { width:50% ;max-width:200px;}
		
	.engine-table .engine-table-col1 { max-width:175px ; margin:0; padding:0;}
	.engine-table .engine-table-col2 { max-width:175px ; margin:0; padding:0;}
	.engine-table .engine-table-col3 { max-width:175px ; margin:0; padding:0;}
	
	.engine-table .engine-table-col1 input {max-width: 175px ;margin:0; padding: 0; }
	.engine-table .engine-table-col1 select {max-width: 175px ;margin:0; padding:0; }
	
	.engine-table .engine-table-col2 input {max-width: 175px ;margin:0; padding:0; }
	.engine-table .engine-table-col2 select {max-width: 175px ; margin:0; padding:0;}
	.engine-table .engine-table-col2 textarea {max-width: 175px ;margin:0; padding:0; }
	
	.engine-table .engine-table-col3 input {max-width: 175px ;margin:0; padding:0; }
	.engine-table .engine-table-col3 select {max-width: 175px ;margin:0; padding:0; }
 	
	/* PRODUCTS IN GRID - TEMPLATE */
	/*.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{width:144px;height:150px;}
	.sub-category-grid .sub-category-item .picture ,.manufacturer-grid .manufacturer-item .picture {padding:5px 0; margin-left:auto; margin-right:auto;}
	.sub-category-grid .sub-category-item .picture img{max-height:110px;}*/
	
    /* PRODUCT DETAILS PAGE
    .product-details-page .gallery{width:50%;margin:25px 0 15px 0;}
    .product-details-page .gallery .picture img{max-width:100%;}
    .product-details-page .overview{float:left;width:41%;margin:5px 0 5px 2%;padding:10px 3%;}
    .product-details-page .attributes select,.product-details-page .attributes .textbox,.product-details-page textarea{max-width:90%;}
     .product-details-page .attributes select,.product-details-page .attributes .textbox,.product-details-page .giftcard .message,.product-details-page .attributes textarea{max-width:90%;} */
	 
    /* CONTACTS */
    .contact-page .inputs-right{margin-left:25px;}
    .contact-page .email,.contact-page .fullname{width:215px;}
    .contact-page .enquiry{width:280px;}
	
	/* COMPARE PRODUCTS */
	.compare-products-table td img{max-width:100%}
	
     /* EMAIL A FRIEND */
    .email-a-friend-page .inputs-left,.email-a-friend-page .inputs-right{width:50%;}
    .email-a-friend-page .inputs{width:85%;}
    .email-a-friend-page .friend-email,.email-a-friend-page .your-email,.email-a-friend-page .personal-message{max-width:100%;}
	
    /* NAVIGATIONS */
    .block-recently-viewed-products li a{display:table;}
	
    
}



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/
@media screen and (max-width:768px) and (min-width:481px){
     /* MASTER PAGE WRAPPERS */
    .master-wrapper-page,.master-wrapper-content,.master-wrapper-main{width:100%;}
    .master-wrapper-content{margin:5px 0 0 0;zoom:1}
	.master-wrapper-content:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
    .master-wrapper-main .center-1{width:98%;padding:10px 1%;}
	
    /*.master-wrapper-main .side-2{width:145px;}
    .master-wrapper-main .center-2{width:auto;margin-left:160px; float:none;display:table;}*/
	
	.master-wrapper-main {display:inline-block;}
	.master-wrapper-main .side-2{ width:25%; float:left; display:inline-block;}
    .master-wrapper-main .center-2{ width:70%;  float:left; display:inline-block;}
		
	.master-wrapper-main .leftside-3{width:22%; float:left; display:inline-block;}
	.master-wrapper-main .leftside-3 .topic-html-content img {width:auto; max-width:100%;}
	.master-wrapper-main .center-3{width:54%; float:left; display:inline-block;}
	.master-wrapper-main .rightside-3{width:22%; float:left; display:inline-block;}
	.master-wrapper-main .rightside-3 .topic-html-content img {width:auto; max-width:100%;}
	
     /* NOTIFICATIONS */
    .bar-notification.success{width:60%; margin-left:17%;}
   
   	/* HEADER AND MENU */
	 .header{height:auto; max-height:110px;}
   /* .header-logo{float:left;margin:0 auto;}
	.header-exporter{float:left;margin-left:8%;}
	.header-links-wrapper{float:none;margin:0 auto;display:table;}
    .search-box{float:none;margin:0 auto;display:table;}
	.search-box-text {width:300px;}
	.header-menu .top-menu li a.hover{ margin-top:0px;}
	.header-menu .top-menu .quote{margin-top:0px;}*/
	.header-logo {width:35%;}
	.header-logo-dsl {width:35%;}
	.header-logo-cummins {width:35%;}
	
	.header-logo-text {font-size:small;}
	
	.header .manufacturer-logo{width:30%;}
	.header .manufacturer-logo-cummins {width:31%; padding-top:30px;}
	.header .manufacturer-logo-cummins img{width:100%;}
	
	.header-exporter {display:none;}
	.header-exporter-dsl{width:35%;}
	
	.header-phone{width:34%;}
	.header-phone-dsl{width:30%;}
	.header-phone-cummins{width:34%;}
	
	
	
	.header-menu .top-menu {min-height:32px;}
	.header-menu .top-menu-deutz nav{min-width:80px;}
	.header-menu .top-menu-deutz nav1{min-width:80px;}
	.header-menu .top-menu-deutz nav2{min-width:80px;}
	.header-menu .top-menu-deutz nav3{min-width:80px;}
	.header-menu .top-menu .search-box{width:42%;}
	.header-menu .top-menu-deutz .search-box{width:35%;}
	.search-box-text{width:60%;}
    .tax-display-type-selector,.language-selector,.currency-selector{display:inline-block;float:none;margin:0 5px;}
    .header-selectors-wrapper{float:none;text-align:center;}
    .flyout-cart{display:none !important;}
	
   	/* TABLES */
	.data-table3 {width:100%;}
	
	.data-table5 td:first-child {width:30%;}
	.data-table5 td:nth-child(2) {width:50%;}
	.data-table5 td:nth-child(3) {width:20%;}
	
	.data-table-responsive table, .data-table-responsive thead, .data-table-responsive tbody, .data-table-responsive th, .data-table-responsive td, 	.data-table-responsive tr { 
			display: block; 
		}
		
	.data-table-responsive {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive td.empty{display:none;}
		
	.data-table-responsive th { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		
		.data-table-responsive-kubota table, .data-table-responsive-kubota tbody, .data-table-responsive-kubota td, 	.data-table-responsive-kubota tr { 
			display: block; 
		}
		
	.data-table-responsive-kubota {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-kubota td.empty{display:none;}
		
		data-table-responsive-ohkits table, .data-table-responsive-ohkits thead, .data-table-responsive-ohkits tbody, .data-table-responsive-ohkits th, .data-table-responsive-ohkits td, 	.data-table-responsive-ohkits tr { 
			display: block; 
		}
		
	.data-table-responsive-ohkits {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-ohkits td.empty{display:none;}
		
	.data-table-responsive-ohkits th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-ohkits td:first-child {font-weight:bold; font-size:medium;}
	.data-table-responsive-ohkits td:nth-child(2)::before {content: "Notes: \A"; white-space: pre; }
	.data-table-responsive-ohkits td:nth-child(3)::before {content: "In-Frame Kit: \A"; white-space: pre; }
	.data-table-responsive-ohkits td:nth-child(4)::before {content: "Overhaul Kit: \A"; white-space: pre; }
	
	data-table-responsive-cores table, .data-table-responsive-cores thead, .data-table-responsive-cores tbody, .data-table-responsive-cores th, .data-table-responsive-cores td, 	.data-table-responsive-cores tr { 
			display: block; 
		}
		
	.data-table-responsive-cores {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-cores td.empty{display:none;}
		
	.data-table-responsive-cores th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-cores td:first-child {font-weight:bold; font-size:medium;}
	.data-table-responsive-cores td:nth-child(2) {text-align:center;}
	.data-table-responsive-cores td:nth-child(3)::before {content: "Quantity Available: \A"; white-space: pre; }
	
		
		
		data-table-responsive-nl table, .data-table-responsive-nl thead, .data-table-responsive-nl tbody, .data-table-responsive-nl th, .data-table-responsive-nl td, 	.data-table-responsive-nl tr { 
			display: block; 
		}
		
	.data-table-responsive-nl {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-nl td.empty{display:none;}
		
	.data-table-responsive-nl th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-nl td:first-child {font-weight:bold; font-size:medium;}
	.data-table-responsive-nl td:nth-child(2)::before {content: "Standard Kits: \A"; white-space: pre; }
	.data-table-responsive-nl td:nth-child(3)::before {content: "World-Class Kits: \A"; white-space: pre; }
	
		
		
	
	.data-table-responsive .nl-part-group {width:96%; margin:0; padding:2%;}
		
	.data-table-responsive .murphy-left{width:96%; margin:0; padding:2%; font-weight:bold;}
	.data-table-responsive .murphy-right{width:96%; margin:0; padding:2%;}
	
	.data-table-responsive .data-table-responsive-first {font-weight:bold;}
	.data-table-responsive .data-table-responsive-new:before {content:"New: ";}
	.data-table-responsive .data-table-responsive-reman:before {content:"Remanufactured: ";}
		
	.data-table-responsive .caterpillar-left{width:96%; margin:0; padding:2%; font-weight:bold; text-align:center;}
	.data-table-responsive .perkins-left{width:96%; margin:0; padding:2%; font-weight:bold; text-align:center;}
		
	.data-table-responsive .westerbeke-manuals td{width:50%; display:inline-block;}
	
	
	
	.table#skills-table, table#skills-table th, table#skills-table td, 	table#skills-table tr { 
			display: block; 
		}
	.qo_item_number_col, .qo_description_col, .qo_quantity_col ,.qo_unit_price_col, .qo_ext_price_col, .qo_button_col{position: absolute;
			top: -9999px;
			left: -9999px;}
	table#skills-table td {padding-top:2%; padding-bottom: 1%; padding-left:1%;}		
	table#skills-table td:nth-child(2)::before {content: "Item Number "; font-weight:bold; float:left; padding-top:1%;}
	.searchInput {width:70%; margin-left:1%; margin-right:1%;}
	table#skills-table td:nth-child(4)::before {content: "Quantity "; font-weight:bold; float:left; padding-top:1%;}
	.qtyBox {width:10%; margin-left:1%; margin-right:1%; text-align:center;}
	table#skills-table td:nth-child(5)::before {content: "Unit Price $"; font-weight:bold; float:left;}	
	.new-row {background-image: url(add-mobile.png);}
	.remove-row {background-image: url(remove-mobile.png);}
	
	.ui-widget-content  {top: 100px; left: 0px; width:400px;}
		
	.master-specs-div{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.left-specs-div { width:100%;}
	.right-specs-div {width:100%;}
	.data-table-responsive-specs th:first-child {width:35%;}
	.data-table-responsive-skinny th:first-child {width:35%;}
	
	.four-divs-nav-no-space {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;} 
	.four-divs-nav-div-no-space-1, .four-divs-nav-div-no-space-2, .four-divs-nav-div-no-space-3, .four-divs-nav-div-no-space-4 {width:50%;}
	.four-divs-nav-div-no-space-1 {order:0;}
	.four-divs-nav-div-no-space-2{order:1; }
	.four-divs-nav-div-no-space-3{order:0; }
	.four-divs-nav-div-no-space-4{order:3;  }
	
	.five-divs-nav{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
	
	.five-divs-nav-div {margin-right: 2%; margin-left: 2%; width:21%; padding-top:2%; }
	
	.navigation-table-links-models {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.navigation-table-links-models-div {width:12%;}
	
	.navigation-table-links-models-cummins {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.navigation-table-links-models-div-cummins {width:20%;}
			
    /* HOMEPAGE */
   .mfg-banner img{ max-width:400px; width:96%; height:96%;}
   .mfg-menu a {font-size:10px;}
   .mfg-menu li{padding-left:5px; padding-right:5px;}
      
   	/* FORMS */
	.quote-step1-table .step1-col1 { width:50%  }
	.quote-step1-table .step1-col2 { width:50% ; max-width:200px; }

	.parts-table .parts-table-col1 td{ width:50%;}
	.parts-table .parts-table-col1 input {max-width: 175px; }
	.parts-table .parts-table-col1 select {max-width: 175px ; }
	.parts-table .parts-table-col2 {  width:50%; }
	
	.engine-table .engine-table-col1 { max-width:145px ; margin:0; padding:0;}
	.engine-table .engine-table-col2 { max-width:145px ; margin:0; padding:0;}
	.engine-table .engine-table-col3 { max-width:145px ; margin:0; padding:0;}
	
	.engine-table .engine-table-col1 input {max-width: 145px ;margin:0; padding: 0; }
	.engine-table .engine-table-col1 select {max-width: 145px ;margin:0; padding:0; }
	
	.engine-table .engine-table-col2 input {max-width: 145px ;margin:0; padding:0; }
	.engine-table .engine-table-col2 select {max-width: 145px ; margin:0; padding:0;}
	.engine-table .engine-table-col2 textarea {max-width: 145px ;margin:0; padding:0; }
	
	.engine-table .engine-table-col3 input {max-width: 145px ;margin:0; padding:0; }
	.engine-table .engine-table-col3 select {max-width: 145px ;margin:0; padding:0; }
	
	.quote-thanks-col1 {width:60%;}
	.quote-thanks-col2 {width: 35%; }
	
	.newsletter-table{border-collapse:collapse; table-layout:fixed; max-width:450px ; width:100%;}
	.newsletter-table .newsletter-col1 {width:45% ;}
	.newsletter-table .newsletter-col2 {width:45% ;}
	
	

	      
    /* NEWSLETTER*/
    .newsletter-subscribe-block input{max-width:100%;}
    
	
	/* CATALOG PAGES */
    .sub-category-grid a img,.manufacturer-grid a img,.home-page-category-grid a img{max-width:100%;}
	.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{padding:3%; width:94%;}
	
    .product-sorting,.product-page-size,.price-range-filter{margin-left:0;margin-bottom:5px;}
    .product-page-size{margin:0;text-align:left;}
    .pager{margin-right:5px;}
	
    /* PRODUCTS IN GRID - TEMPLATE */
    /*.product-grid .item-box{margin:0 0 0 3%;width:30%;min-width:135px;max-width:1320px;padding:0;}
    .product-grid .product-item{width:auto;height:285px;}
    .product-grid .product-item .picture{width:auto;height:auto;}
    .product-grid .product-item .picture img{max-width:100%;}*/
	/*.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{width:120px;height:150px;}
	.sub-category-grid .sub-category-item .picture ,.manufacturer-grid .manufacturer-item .picture {padding:5px 0; margin-left:auto; margin-right:auto;}
	.sub-category-grid .sub-category-item .picture img{max-height:110px;}*/
	
    /* PRODUCTS IN LINES - TEMPLATE */
    .product-list .product-item .add-info{padding-bottom:10px;text-align:left;zoom:1;position:static;float:none;display:table;}
    .product-list .product-item .add-info:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
    .product-list .product-item .buttons .product-box-detail-button{float:none;margin:0;}
    .product-list .product-item .product-rating-box{margin:0;display:table;padding-left:0;}
    .product-list .product-item .description{display:table;margin:10px 5px 10px 10px;padding:0;}
    .product-list .product-item .picture img{margin-right:10px;}
    .product-list .product-item .picture{margin-right:15px;margin-bottom:10px;}
    .product-list .product-item .buttons{padding-top:5px;}
    .product-list .product-item .details{padding-left:10px;}
	
	.product-list .product-item .details{width:42%;}
	.product-list .product-item .add-info {width:54%; padding-top:0;}
	.product-list .product-item .description{padding:0; margin-left:0;}
	.product-list .product-item .product-title {font-size: 1em;}
		
	
    /* PRODUCT DETAILS PAGE 
    .product-details-page .gallery{max-width:100%;width:auto;margin:0 auto;float:none;display:table;}
    .product-details-page .gallery .picture img{max-width:100%;}
    .product-details-page .overview{max-width:100%;width:auto;margin:20px 0;float:none;}
    .related-products-grid,.also-purchased-products-grid{text-align:center;display:inline-block;width:100%;}
    .related-products-grid .title,.also-purchased-products-grid .title{margin-bottom:15px;}
    .related-products-grid .item-box,.also-purchased-products-grid .item-box{display:inline-block;float:none;}
    .product-details-page .attributes .textbox,.product-details-page .giftcard .message,.product-details-page .attributes textarea{max-width:90%;width:250px;}
    .product-details-page dd{width:240px;}*/
	.product-details-page .gallery {width:45%;}
	.product-details-page .overview {width:45%;}
	.product-details-page .image img{max-width:250px;}
	
	.related-products-list .product-item .details{width:33%; padding-bottom:0; margin-bottom:0;}
	.related-products-list .product-item .add-info {width:57%; padding-top:0; padding-left:0;}
	.related-products-list .product-item .description{padding:0; margin-left:0;}
	
	.fleetguard-search .fleetguard-search-label{display:block;}
	.fleetguard-search .fleetguard-search-box {display:inline-block; float:left; padding-top:10px;}
	.fleetguard-search .fleetguard-search-button-span {float:left; display:inline; padding-top:10px; padding-left:10px;}
	.fleetguard-search-container .FltrFinderErr {display:inline-block; float:left; padding-top:10px; clear:both;}
	.fleetguard-search-container form {padding-bottom:20px;}
    
	/* SUPERTOPICS*/
	.supertopic-parts-header1{width:29%;}
	.supertopic-parts-header2{width:35%;}
	.supertopic-parts-header3{width:18%;}
	.supertopic-parts-header4{width:10%; }
	.supertopic-parts-header5{width:7%;}

	.st-product-list .topic-products-collateral .product-item .details{width:61%; padding-left:0; }
	.st-product-list .topic-products-collateral .product-item .product-title {width:30%; white-space:nowrap; }
	.st-product-list .topic-products-collateral .product-item .in-stock{text-align:left; padding-left:5px; padding-right:5px;}
	.st-product-list .topic-products-collateral .product-item .promo-item{text-align:left; padding-left:5px; padding-right:5px;}
	.st-product-list .topic-products-collateral .product-item .description{ margin-left:48%; margin-top:0; }
	.st-product-list .topic-products-collateral .product-item .add-info{width:36%; }
	
	 /* CONTACTS */
    .contact-page .inputs-left{float:none;}
    .contact-page .inputs{float:none;}
    .contact-page .inputs .input-box{width:100%;}
    .contact-page .enquiry{width:250px;}
			
    /* PRODUCT REVIEWS PAGE */
    .product-reviews-page .write-review .review-title,.product-reviews-page .write-review .review-text{width:100%;}
   
    /* SEARCH */
    .search-page .search-text{width:260px;}
	
    /* LOGIN */
    .login-page .new-wrapper,.login-page .returning-wrapper{width:45%;padding:10px 2%;}
    .login-page .email,.login-page .username,.login-page .password{max-width:100%;}
	
    /* NEWS */
    .news-item-page .new-comment .comment-title,.news-item-page .new-comment .comment-text{width:100%;}
    .news-item-page .news-comment .comment-info{max-width:95%;padding:5px 0 0 0;float:none;}
    .news-item-page .news-comment .comment-content{margin-left:0;display:inline-block;}
	
    /* BLOGS */
    .blogpost-page .new-comment .comment-text{width:100%;}
    .blogpost-page .blog-comment .comment-content{display:inline-block;margin-left:0;}
    .blogpost-page .blog-comment .comment-info{max-width:95%;padding:5px 0 0 0;float:none;}
	
    /* FORUM TOPIC EDIT,FORUM POST EDIT */
    .forum-edit-page .page-title{width:95%;padding:0 2%;}
    .forum-edit-page .inputs input[type="text"],.forum-edit-page .inputs textarea,.forum-edit-page .inputs .toolbar{max-width:95%;margin-left:0;}
    .forum-search-page .basic-search input[type="text"]{width:95%;}
	
    /* CUSTOMER ACCOUNT PAGES */
    .account-signature-text{width:100%;}
    .customer-info-page textarea{width:auto;}
	
    /* COMPARE PRODUCTS */
    .compare-products-table td img{max-width:100%;}
	
    /* EMAIL A FRIEND */
    .email-a-friend-page .page-body{padding:0;}
    .email-a-friend-page .inputs-left,.email-a-friend-page .inputs-right{width:50%;}
    .email-a-friend-page .inputs{width:85%;}
    .email-a-friend-page .friend-email,.email-a-friend-page .your-email,.email-a-friend-page .personal-message{max-width:95%;}
    .email-a-friend-page .personal-message{width:280px;}
	
    /* ORDER SUMMARY,SHOPPING CART,WISHLIST */
    .order-summary-content .cart thead,.wishlist-content .cart thead{margin-bottom:10px;}
    .order-summary-content .cart td,.wishlist-content .cart td{padding:5px 2px !important;}
    .order-summary-content .cart .cart-item-row td.product,.wishlist-content .cart .cart-item-row td.product{padding:0 10px !important;}
    .nobr{white-space:normal !important;}
    /*.order-summary-content .cart-collaterals{padding:0;width:auto;zoom:1;display:table;}
    .order-summary-content .cart-collaterals:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
	*/
    .order-summary-content .deals {max-width:190px;}
    .order-summary-content .coupon-box,.order-summary-content .giftcard-box{padding:3px;}
    .order-summary-content .shipping{margin-right:3px;width:255px;}
    .estimate-shipping{padding:3px;}
    .order-summary-content .totals{width:295px;padding-top:0;display:table;}
		
	.opc .order-summary-content .cart td:first-child{width:55%;}
    .order-progress{height:auto;}
    .order-progress ul{display:inline-block;width:100%;text-align:center;}
    .order-progress ul li{display:inline-block;float:none;margin:0;width:60px;}
    .order-progress ul li a{display:block;padding-bottom:30px !important;background-position:50% 70% !important;}
	
    /* CHECKOUT */
    .checkout-data .section input[type="text"],.checkout-data .section select{max-width:100%;}
	
	/* NAVIGATIONS */
    .block-account-navigation a{white-space:normal;}
	.block-recently-viewed-products li a{display:table;}
}
/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/
@media screen and (max-width:480px){
    /* MASTER PAGE WRAPPERS */
    .master-wrapper-page,.master-wrapper-content{width:98%;padding:0 1%;}
	.master-wrapper-main .center-1{width:100%;}
    .master-wrapper-page{margin:15px auto 0;}
    .master-wrapper-content{margin:5px 0 0 0;}
    .master-wrapper-main .side-2{margin:0;width:100%;}
    /*.master-wrapper-main .side-2  > *{display:none;}*/
    .master-wrapper-main .center-2{width:100%; display:table-header-group;}
	
	.master-wrapper-main {display:table; margin:0; width:98%; padding:1%;}
	.master-wrapper-main .leftside-3{width:100%}
	/*.master-wrapper-main .leftside-3 .block-static-content{width:100%;}*/
	.master-wrapper-main .leftside-3 .block-category-navigation{width:100%; }
	.master-wrapper-main .leftside-3 .topic-html-content {width:100%; text-align:center;}
	.master-wrapper-main .center-3{width:100%; display:table-header-group;}
	.master-wrapper-main .rightside-3{width:100%; display:table;}
	.master-wrapper-main .rightside-3 .guaranteed-in-stock {display:none;}
	.master-wrapper-main .rightside-3 .free-shipping {display:none;}
	.master-wrapper-main .rightside-3 .block-info {width:100%; display:table-header-group;}
	.master-wrapper-main .rightside-3 .block-static-content{width:100%; margin-top:20px;}
	.master-wrapper-main .rightside-3 .block-newsletter {width:100%; }
	.master-wrapper-main .rightside-3 .topic-html-content {width:100%; text-align:center; display:table-footer-group;}
	
	 body, input,select, textarea {font-size:1em;}
	.search-box-button {font-size:1em;}
	.search-box-text {font-size: 1em;}
	 
	  /* NOTIFICATIONS */
    .bar-notification.success{width:80%; margin-left:5%; font-size:1em;}

		
	/* SALES- 3 COLUMNS */		
	.sales-team {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	
	.sales-team-left {width:100%; }
	.sales-team-middle {width:100%; }
	.sales-team-right {width:100%; }
	.sales-team .empty{display:none;}
	
	/* MURPHY - 3 COLUMNS PRODUCTS */	
	.master-container{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; background-image: -webkit-gradient(linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(100%, #fff)	
	);
	
	background-image: -webkit-linear-gradient(
     left,
    #fff,
    #fff 100%
	);
	
	background-image: -moz-linear-gradient(
    left,
    #fff,
    #fff 100%
	);
 background-image: -ms-linear-gradient(
    left,
    #fff,
    #fff 100%
	);
	
	 background-image: -o-linear-gradient(
    left,
    #fff,
    #fff 100%
	);
}

	.right-container{width:100%; background-color:#f3f5f7;padding-bottom:2%; }
	.middle-container{width:100%; background-color:#f3f5f7;  margin-bottom:2%;  padding-bottom:2%;}
	.left-container{width:100%; background-color:#f3f5f7;  margin-bottom:2%;  padding-bottom:2%;  }
	.right-container-content{width:96%;}
	.middle-container-content{width:96%; }
	.left-container-content{width:96%;}
	.master-container p{text-align:left;}
	
	/* SHOW_HIDE */
	/*.show_hide_close {display: inline;text-align:left;}*/
	.slidingDiv{display:none;}
	h1 {display:inline;}
	h2 {display:inline;}
	.john-deere-h2 {color:#5C5B5B !important;}
	.john-deere-h2:before {content:"- ";}
	.page-title .show_hide {display: inline-block; text-align:left; vertical-align:top; }
	.block .title .show_hide {display: inline-block; float:right; vertical-align:middle;  }
	.title .show_hide {display: inline-block; text-align:left;  vertical-align:top; }
	.westerbeke-category-270 .show_hide {display: inline-block; text-align:left;  vertical-align:top; clear:both; margin-left: 270px; margin-top:-30px;}
	.westerbeke-category-250 .show_hide {display: inline-block; text-align:left;  vertical-align:top; clear:both; margin-left: 250px; margin-top:-30px;}
	.westerbeke-category-290 .show_hide {display: inline-block; text-align:left;  vertical-align:top; clear:both; margin-left: 290px; margin-top:-30px;}
	.westerbeke-category-310 .show_hide {display: inline-block; text-align:left;  vertical-align:top; clear:both; margin-top:-10px;}
	
	.show_hide_extra-350 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 350px; margin-top:-30px; }
	
	.show_hide_extra-330 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 330px; margin-top:-30px; }
	
	.show_hide_extra-310 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 310px; margin-top:-30px; }
	
	.show_hide_extra-290 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 290px; margin-top:-30px; }
	
	.show_hide_extra-260 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 260px; margin-top:-30px; }
	
	.show_hide_extra-220 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 220px; margin-top:-30px; }
	
	.show_hide_extra-180 .show_hide {display: inline-block; text-align:left; vertical-align:top; clear:both; margin-left: 180px; margin-top:-30px; }
		
	.topic-image-right {width:50%; height:50%;}
	.topic-image-left {width:50%; height:50%;} 

	.st-topic-body2 h2 {display: inline; }
	.st-topic-body2 .show_hide_close {display: inline-block; vertical-align:top; padding-left:4px; }
	/*t-topic-body2-title*/
	
	.three-divs-nav-center{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
	.three-divs-nav{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
	.four-divs-nav{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
	.five-divs-nav{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;}
	.three-divs-nav-div {margin-right: 2%; margin-left: 2%; width:46%;  }
	.three-divs-nav-div-jd {margin-right: 2%; margin-left: 2%; width:96%;  }
	.four-divs-nav-div {margin-right: 2%; margin-left: 2%; width:46%; padding-top:2%; }
	.five-divs-nav-div {margin-right: 2%; margin-left: 2%; width:29%; padding-top:2%; }
		
	/* HEADER AND MENU */
    .header{width:100%; height:auto; margin:0; max-height:135px; padding:0;}
	.header-logo{width:50%; text-align:left;}
	.header-logo img {max-height:50px;}
	.header-logo-text {display:none;}
	.header .manufacturer-logo{width:49%;text-align:right; margin-right:1%}
	.header .manufacturer-logo img {max-height:50px;}
	.header-exporter {display:none;}
	
	/*.header-phone{width:100%; text-align:center;}
	.header-phone .number {font-size:medium;}
	.header-phone .numberint {display:none;}
	.header-phone .blacktext {display:none;}
	.header-phone .blacktextint {display:none;}
	.header-phone .greytext{font-size: x-small;}
	.header-phone p{line-height:8px;}*/
	.header-phone{display:none;}
	
	.header-logo-cummins{width:50%; text-align:center;}
	.header-logo-cummins img {max-height:50px;}
	.header-logo-text-cummins {display:none;}
	.header .manufacturer-logo-cummins{width:50%;text-align:center;}
	.header .manufacturer-logo-cummins img {width:80%;}
	/*.header-phone-cummins{width:100%; text-align:center;}
	.header-phone-cummins .number {font-size:medium;}
	.header-phone-cummins .numberint {display:none;}
	.header-phone-cummins .blacktext {display:none;}
	.header-phone-cummins .blacktextint {display:none;}
	.header-phone-cummins .greytext{font-size: x-small;}
	.header-phone-cummins p{line-height:8px;}*/
	.header-phone-cummins{display:none;}
	
	.header-logo-dsl{width:100%; text-align:center;}
	.header-logo-dsl img {max-height:50px;}
	.header-exporter-dsl{display:none;}
	/*.header-phone-dsl{width:100%; text-align:center;}
	.header-phone-dsl .number {font-size:medium;}
	.header-phone-dsl .numberint {display:none;}
	.header-phone-dsl .blacktext {display:none;}
	.header-phone-dsl .blacktextint {display:none;}
	.header-phone-dsl .greytext{font-size: x-small;}
	.header-phone-dsl p{line-height:8px;}*/
	.header-phone-dsl{display:none;}
	
	.header-phone-call{width:100%; text-align:center; display:block;}
	.header-phone-call .number {font-size:medium;}
	.header-phone-call .numberint {display:none;}
	.header-phone-call .blacktext {display:none;}
	.header-phone-call .blacktextint {display:none;}
	.header-phone-call .greytext{font-size: x-small;}
	.header-phone-call p{line-height:8px;}
	    
	.header-links{font-size:x-small;}
	.header-links a.account{padding-bottom:0px;}
    .tax-display-type-selector,.language-selector,.currency-selector{display:inline-block;float:none;margin:0 5px;}
    .header-selectors-wrapper{float:none;text-align:center;}
	
    
	.header-menu .top-menu{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; height: auto; max-height:80px; min-height:80px; }
	
	.header-menu .top-menu .search-box{width:98%; margin-top: -70px; padding-top:0; }
	.header-menu .top-menu .nav1 {margin-top:35px;display: inline-block; width:25%; border-top: 1px dotted #999; font-size:.8em;  min-width:60px;}
	.header-menu .top-menu .nav {margin-top:35px; display: inline-block; width:25%;border-top: 1px dotted #999; font-size:.8em;   min-width:60px;  }
	.header-menu .top-menu .search-box{width:100%;}
	.search-box-text {width:70%; min-width:150px;margin-bottom:5px;}
	.header-menu .top-menu .quote { margin-top:-35px; display: inline-block; float:right !important; width:50%; border-top: 1px dotted #999; font-size:.8em; min-width:60px; max-width: 110px; margin-left:auto;}
	
	
	
	/*
	.header-menu .top-menu li:nth-last-child(2){padding-bottom:5px; border-bottom: 1px dotted #999;}
	.header-menu .top-menu .nav1 {width:25%; min-width:90px;}
	.header-menu .top-menu .nav {width:25%; min-width:90px;}
	.header-menu .top-menu .quote {margin-top:5px; line-height:16px; height:20px; width:28%; margin-left:2%;}
	.header-menu .top-menu .quote a.hover{line-height:16px; height:22px;}
	.header-menu .top-menu li a.hover{line-height:28px;}
	.header-menu .top-menu ul:first-child{ background-color:#FFFF00 !important;}*/
	
	
		
	.header-menu .top-menu li .sublist .sublist.active{margin-top:4px;}
	.header-menu .top-menu .sublist li a{line-height:16px;margin:4px;}
	.header-menu .top-menu .sublist li{height:16px;margin:4px;} 
	.header-menu .top-menu .sublist li a.hover{line-height:16px; margin:4px;}
	.header-menu .top-menu li .sublist {margin-left:-160px;}
	
	.header-menu .top-menu-deutz{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; height: auto; max-height:120px; min-height:120px; }
	
	.header-menu .top-menu-deutz .search-box{width:98%; margin-top: -105px; padding-top:0; }
	.header-menu .top-menu-deutz .nav1 {margin-top:35px;display: inline-block; width:46%; border-top: 1px dotted #999; font-size:.8em;  min-width:60px; border-bottom: 1px dotted #999;}
	.header-menu .top-menu-deutz .nav2 {margin-top:35px; display: inline-block; width:46%;border-top: 1px dotted #999; font-size:.8em;   min-width:60px; border-bottom: 1px dotted #999;}
	.header-menu .top-menu-deutz .nav3  {display: inline-block; width:46%; font-size:.8em;   min-width:60px;  }
	.header-menu .top-menu-deutz .search-box{width:100%;}
	.header-menu .top-menu-deutz .quote  {display: inline-block; width:46%; border-top: 1px dotted #999; font-size:.8em; min-width:60px; max-width: 110px; margin-top:-35px; margin-left:54%;}
	
		
	.header-menu .top-menu-deutz li .sublist{margin-top:-3px;}	
	.header-menu .top-menu-deutz li .sublist .sublist.active{margin-top:4px;}
	.header-menu .top-menu-deutz .sublist li a{line-height:16px;margin:4px;}
	.header-menu .top-menu-deutz .sublist li{height:16px;margin:4px;} 
	.header-menu .top-menu-deutz .sublist li a.hover{line-height:16px; margin:4px;}
	.header-menu .top-menu-deutz li .sublist {margin-left:-160px;}
	
	
	.header-links ul{text-align:center;display:inline-block;}
    .header-links ul li{float:none;display:inline-block;}
    .flyout-cart{display:none !important;}
	
	/* TABLES */
	.model-details{margin-left: 0 !important;}
	.category-image img {width: 50%; height:50%; max-width:60px;}
	
	.data-table-jd {width:100%;}
	
	.data-table2a {width:85%;}
	.data-table2a td:first-child {width:48%;}
	.data-table2a td:nth-child(2) {width:23%;}
	.data-table2a td:nth-child(3) {width:23%;}

	.data-table2 td:first-child {width:44%;}
	.data-table2 td:nth-child(2) {width:16%;}
	.data-table2 td:nth-child(3) {width:16%;}
	.data-table2 td:nth-child(4) {width:16%;}
	.data-table2 td{padding:1%;}
	.data-table2a td{padding:1%;}
	
	.data-table3 {width:100%;}
	
	.data-table4 {width:100%;}
	.data-table4 th:first-child {width:30%;}
	.data-table4 th:nth-child(2) {width:40% !important;}
	.data-table4 th:nth-child(3) {width:30%;}
	
	.data-table5 td:first-child {width:30%;}
	.data-table5 td:nth-child(2) {width:50%;}
	.data-table5 td:nth-child(3) {width:20%;}
	
	.data-table-responsive table, .data-table-responsive thead, .data-table-responsive tbody, .data-table-responsive th, .data-table-responsive td, 	.data-table-responsive tr { 
			display: block; 
		}
		
	.data-table-responsive {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive td.empty{display:none;}
		
	.data-table-responsive th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
	
	
	.data-table-responsive-kubota table, .data-table-responsive-kubota tbody, .data-table-responsive-kubota td, 	.data-table-responsive-kubota tr { 
			display: block; 
		}
		
	.data-table-responsive-kubota {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-kubota td.empty{display:none;}		
			
			data-table-responsive-ohkits table, .data-table-responsive-ohkits thead, .data-table-responsive-ohkits tbody, .data-table-responsive-ohkits th, .data-table-responsive-ohkits td, 	.data-table-responsive-ohkits tr { 
			display: block; 
		}
		
	.data-table-responsive-ohkits {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-ohkits td.empty{display:none;}
		
	.data-table-responsive-ohkits th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-ohkits td:first-child {font-weight:bold; font-size:large;}
	.data-table-responsive-ohkits td:nth-child(2)::before {content: "Notes: \A"; white-space: pre; }
	.data-table-responsive-ohkits td:nth-child(3)::before {content: "In-Frame Kit: \A"; white-space: pre; }
	.data-table-responsive-ohkits td:nth-child(4)::before {content: "Overhaul Kit: \A"; white-space: pre; }
	
	data-table-responsive-cores table, .data-table-responsive-cores thead, .data-table-responsive-cores tbody, .data-table-responsive-cores th, .data-table-responsive-cores td, 	.data-table-responsive-cores tr { 
			display: block; 
		}
		
	.data-table-responsive-cores {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-cores td.empty{display:none;}
		
	.data-table-responsive-cores th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-cores td:first-child {font-weight:bold; font-size:medium;}
	.data-table-responsive-cores td:nth-child(2) {text-align:center;}
	.data-table-responsive-cores td:nth-child(3)::before {content: "Quantity Available: \A"; white-space: pre; }
	
		
	
	
	data-table-responsive-nl table, .data-table-responsive-nl thead, .data-table-responsive-nl tbody, .data-table-responsive-nl th, .data-table-responsive-nl td, 	.data-table-responsive-nl tr { 
			display: block; 
		}
		
	.data-table-responsive-nl {width:90%; margin-left:auto; margin-right:auto;}
	.data-table-responsive-nl td.empty{display:none;}
		
	.data-table-responsive-nl th { 
			position: absolute;
			top: -9999px;
			left: -9999px;}
		
	.data-table-responsive-nl td:first-child {font-weight:bold; font-size:large;}
	.data-table-responsive-nl td:nth-child(2)::before {content: "Standard Kits: \A"; white-space: pre; }
	.data-table-responsive-nl td:nth-child(3)::before {content: "World-Class Kits: \A"; white-space: pre; }
	
			
		
	.data-table-responsive .murphy-left{width:96%; margin:0; padding:2%; font-weight:bold;}
	.data-table-responsive .murphy-right{width:96%; margin:0; padding:2%;}
	
	.data-table-responsive .data-table-responsive-first {font-weight:bold;}
	.data-table-responsive .data-table-responsive-new:before {content:"New: ";}
	.data-table-responsive .data-table-responsive-reman:before {content:"Remanufactured: ";}
		
	.data-table-responsive .caterpillar-left{width:96%; margin:0; padding:2%; font-weight:bold; text-align:center;}
	.data-table-responsive .perkins-left{width:96%; margin:0; padding:2%; font-weight:bold; text-align:center;}
	
	.table#skills-table, table#skills-table th, table#skills-table td, 	table#skills-table tr { 
			display: block; 
		}
	.qo_item_number_col, .qo_description_col, .qo_quantity_col ,.qo_unit_price_col, .qo_ext_price_col, .qo_button_col{position: absolute;
			top: -9999px;
			left: -9999px;}
	table#skills-table td {padding-top:2%; padding-bottom: 1%; padding-left:1%;}		
	table#skills-table td:nth-child(2)::before {content: "Item Number "; font-weight:bold; float:left; padding-top:1%;}
	.searchInput {width:60% !important; margin-left:1%; margin-right:1%; color:#3A4045 !important; font-weight:normal !important;}
	table#skills-table td:nth-child(4)::before {content: "Quantity "; font-weight:bold; float:left; padding-top:1%;}
	.qtyBox {width:20%; margin-left:1%; margin-right:1%; text-align:center;}
	table#skills-table td:nth-child(5)::before {content: "Unit Price $"; font-weight:bold; float:left;}	
	#btnsubmit {margin-bottom:3%; }
	
	.new-row {background-image: url(add-mobile.png);}
	.remove-row {background-image: url(remove-mobile.png);}
	
	.ui-widget-content  {top: 100px; left: 0px; width:300px;}
	
	.qo_SKU , .qo_Description, .qo_Price {font-size:0.75em;}
	.ui-widget-header .qo_Description {width:43%;}
	.qo_Description {width:42%;}
	
		
	.master-specs-div{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.left-specs-div { width:100%;}
	.right-specs-div {width:100%;}
	.data-table-responsive-specs th:first-child {width:35%;}
	.data-table-responsive-skinny th:first-child {width:35%;}
		
	.navigation-table table, .navigation-table thead, .navigation-table tbody, .navigation-table th, .navigation-table td, 	.navigation-table tr { 
			display: block; border-collapse:collapse; table-layout:fixed; width:100%; }
	.navigation-table td:nth-child(2){border-left: none; border-right: none; }
	.navigation-table {width:90%; margin-left:auto; margin-right:auto;}
	.navigation-table td {padding-top:5px; text-align:left;}
				
	.navigation-table-links table, .navigation-table-links thead, .navigation-table-links tbody, .navigation-table-links th, .navigation-table-links td, 	.navigation-table-links tr { display: block;  }
	.navigation-table-links {width:90%; margin-left:auto; margin-right:auto;}
		
	.navigation-table-links-alphabet table, .navigation-table-links-alphabet thead, .navigation-table-links-alphabet tbody, .navigation-table-links-alphabet th, 		.navigation-table-links-alphabet td, 	.navigation-table-links-alphabet tr { 
			display: inline-block;  }
	.navigation-table-links-alphabet td {width:6%; margin-top:3%;}
	.navigation-table-links-alphabet {text-align:center;}
	
	.navigation-table-links-models {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.navigation-table-links-models-div {width:15%;}
	
		.navigation-table-links-models-cummins {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.navigation-table-links-models-div-cummins {width:20%;}
	
	
	.dsl-parts-table {width:100%;}
	
	.westerbeke-parts{width:100%;}
	
	.parts-table table, .parts-table thead, .parts-table tbody, .parts-table th, .parts-table td, 	.parts-table tr { 
			display: block; 
		}
		
	.parts-table .parts-table-col1 td{ width:100%;}
	.parts-table .parts-table-col1 input {max-width: 250px ;}
	.parts-table .parts-table-col1 select {max-width: 250px ;}
	.parts-table .parts-table-col2 {width:100% ;}
	
	.engine-table table, .engine-table thead, .engine-table tbody, .engine-table th, .engine-table td, 	.engine-table tr { 
			display: block; 
		}
		
	.engine-table .engine-table-col1 td{width:100% ;}
	.engine-table .engine-table-col2 td{width:100% ;}
	.engine-table .engine-table-col3 td{width:100% ;}
	
	.engine-table .engine-table-col1 input {max-width: 250px ; }
	.engine-table .engine-table-col1 select {max-width: 250px ; }
	
	.engine-table .engine-table-col2 input {max-width: 250px ; }
	.engine-table .engine-table-col2 select {max-width: 250px ;}
	.engine-table .engine-table-col2 textarea {max-width: 250px ; }
	
	.engine-table .engine-table-col3 input {max-width: 250px ;}
	.engine-table .engine-table-col3 select {max-width: 250px ; }
	
	.quote-thanks-table table, .quote-thanks-table thead, .quote-thanks-table tbody, .quote-thanks-table th, .quote-thanks-table td, 	.quote-thanks-table tr { 
			display: block;}
	.quote-thanks-col1 {width: 100%;}
	.quote-thanks-col2 {width: 100%; padding-top:5%; }
	
	.newsletter-table table, .newsletter-table thead, .newsletter-table tbody, .newsletter-table th, .newsletter-table td, 	.newsletter-table tr { 
			display: block; 
		}
		
	.newsletter-table {width:100%; }
	.newsletter-table .newsletter-col1 {width:100% ;}
	.newsletter-table .newsletter-col2 {display:none;}
	
	.diy-slideshow2 {width:300px;}
		
	.four-divs-nav-no-space {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; width:100%;} 
	.four-divs-nav-div-no-space-1, .four-divs-nav-div-no-space-2, .four-divs-nav-div-no-space-3, .four-divs-nav-div-no-space-4 {width:50%;}
	.four-divs-nav-div-no-space-1 {order:0;}
	.four-divs-nav-div-no-space-2{order:1; }
	.four-divs-nav-div-no-space-3{order:0; }
	.four-divs-nav-div-no-space-4{order:3;  }
	
	
	
	/* HOMEPAGE */
    .theme-default .nivoSlider{box-shadow:0px 6px 8px -5px #4a4a4a !important;}
	.mfg-banner{display:none;}
				
	/* FORMS */
	.quoteform-page {width:100%; }
	.quoteform-page .page-body {width:90%; padding:5%;margin-bottom:5%;}
	
    .quote-step1-table table, .quote-step1-table thead, .quote-step1-table tbody, .quote-step1-table th, .quote-step1-table td, 	.quote-step1-table tr { 
			display: block; 
		}
	.quote-step1-table .step1-col1 { width:100%;}
	.quote-step1-table .step1-col2 { display:none; }
	.quote-step1-table .input-box select{width: 80%; min-width:250px; }
	
	.contact-page .page-body{width:92%; padding:2%; margin:2%;}
	.contact-table {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	.contact-table td{ padding-right:2%;}
	    
    /*MOBILE TOP MENU*/
    /*.header-menu .top-menu{display:none;} this is the original
    .header-menu .top-menu .nav{display:none;}
	.header-menu .top-menu .nav1{display:none;}*/
	.slider-wrapper{display:none;}
    .header-menu .top-menu li
    {
        background-image: url();
    }
	
    #mob-menu-button {display:block;font-size:14px;text-transform:uppercase;height:40px;line-height:40px;}
    #mob-menu-button a{display:block;padding:0 15px;}
    #mob-menu-button a .icon{display:block;float:left;width:23px;padding-top:13px;margin:0 18px 0 0;}
    #mob-menu-button a .icon .line{display:block;background-color:#fff;height:3px;margin-bottom:2px;}
    .mob-top-menu{display:block;overflow:hidden;height:auto;max-height:0px;transition:max-height 500ms ease-in-out 0s;-moz-transition:max-height 500ms ease-in-out 0s;-webkit-transition:max-height 500ms ease-in-out 0s;-o-transition:max-height 500ms ease-in-out 0s;}
    .mob-top-menu.show {max-height:9999px;transition:max-height 500ms ease-in-out 0s;-moz-transition:max-height 500ms ease-in-out 0s;-webkit-transition:max-height 500ms ease-in-out 0s;-o-transition:max-height 500ms ease-in-out 0s;}
    .mob-top-menu ul{float:left;display:block;padding:0;margin:0;}
    .mob-top-menu li{float:left;display:block;width:100% !important;padding:0 !important;margin:0;list-style-type:none;cursor:pointer;position:relative;border-top:1px solid #696969;}
    .mob-top-menu li a{display:block;width:79%;padding:15px 3%;font-size:14px;text-transform:uppercase;float:left;}
    .mob-top-menu li .sublist a{text-transform:none;}
    .mob-top-menu li .expand{background:url(../images/mobile-menu-collapse.png) center center no-repeat;display:block;cursor:pointer;width: 15%;height:49px;float:right;}
    .mob-top-menu li .expand:hover{background-color:rgba(0,0,0, 0.05);}
    .mob-top-menu li.active > .expand{background-image:url(../images/mobile-menu-expand.png);}
    .mob-top-menu .sublist{display:none;margin-left:5%;clear:both;width:95%;}
    .mob-top-menu .top-menu-triangle.active{display:none;}
		
    /* FOOTER */
    .footer{margin:15px 0 0 0;padding:0;width:100%;}
    .footer-menu-wrapper{padding:15px;}
    .footer-menu-wrapper .column{width:auto;float:none;margin-left:0;text-align:center;border:none;padding-left:0;}
    .footer-menu-wrapper .column h3{word-wrap:break-word}
    .footer-menu-wrapper .column ul{display:inline-block;width:100%;text-align:center;margin-top:10px;margin-bottom:20px;}
    .footer-menu-wrapper .column ul li{margin:0 7px;display:inline-block;padding-left:10px;}
    .footer-menu-wrapper .column.customer-service{margin-right:0;}
    .footer-menu-wrapper .column.follow-us{margin-bottom:5px;}
    .footer-menu-wrapper .column.follow-us li{display:inline-block;float:none;width:auto;}
    .footer-poweredby{padding:10px 10px 0 10px;margin-top:0;}
    .footer-tax-shipping,.footer-disclaimer{padding:0;margin-top:5px;}
    .footer-store-theme{padding:0 10px 10px 10px;}
	.footer-disclaimer img{display:none;}
	.footer-disclaimer-dsl img{display:none;}
	.footer-disclaimer{width:100%;}
	.footer-middle{width:100%;}
	.footer-middle .bbb-seal img {max-width:100px; padding-left:20px;}
	.footer-middle .siteseal img {max-width:100px;}
	.footer-middle .text img {max-width:100px;}
	
	/* CATALOG PAGES */
    /*.sub-category-grid,.manufacturer-grid{display:inline-block;text-align:center; margin:0; padding:0;}
    .sub-category-grid .item-box,.manufacturer-grid .item-box{display:inline-block;float:none;}*/
     
     .sub-category-grid a img,.manufacturer-grid a img,.home-page-category-grid a img{max-width:100%;}
	.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{padding:3%; width:94%;}
		
    .product-sorting,.product-page-size,.price-range-filter{margin-left:0;margin-bottom:5px;}
    .product-page-size{margin:0;text-align:left;}
    .pager{margin-right:5px;}
	
    /* PRODUCTS IN GRID - TEMPLATE */
    /*.product-grid{text-align:center;display:inline-block;width:100%;}
    .product-grid .title{margin-bottom:15px;}
    .product-grid .item-box{display:inline-block;float:none;}
    .product-grid .product-item .picture{width:auto;height:auto;}
    .product-grid .product-item .picture img{max-width:100%;}*/
	/*.sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item{width:100px;height:130px;}
	.sub-category-grid .sub-category-item .picture ,.manufacturer-grid .manufacturer-item .picture {padding:5px 0; margin-left:auto; margin-right:auto;}
	.sub-category-grid .sub-category-item .picture img{max-height:80px;}
	 
	.category-description {display:none;}
	.category-page #hide { display: inline;}
	.category-page #show { display: inline;}*/
	
	 /* PRODUCTS IN LINES - TEMPLATE */
    .product-list .product-item .add-info{padding-bottom:10px;text-align:left;zoom:1;position:static;float:none;display:table;}
    .product-list .product-item .add-info:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
    .product-list .product-item .buttons .product-box-detail-button{float:none;margin:0;}
    .product-list .product-item .product-rating-box{margin:0;display:table;padding-left:0;}
    .product-list .product-item .description{display:table;margin:10px 5px 10px 10px;padding:0;}
    .product-list .product-item .picture img{margin-right:10px;}
    .product-list .product-item .picture{margin-right:15px;margin-bottom:10px;}
    .product-list .product-item .buttons{padding-top:5px; text-align:left;}
    .product-list .product-item .details{padding-left:10px;}
	
	.product-list .product-item .details{width:100%;}
	.product-list .product-item .add-info {width:100%; padding-top:0;}
	.product-list .product-item .description{padding:0; margin-left:0;}
	
	.fleetguard-search .fleetguard-search-label{display:block;}
	.fleetguard-search .fleetguard-search-box {display:inline-block; float:left; padding-top:10px;}
	.fleetguard-search .fleetguard-search-button-span {float:left; display:inline; padding-top:10px; padding-left:10px;}
	.fleetguard-search-container .FltrFinderErr {display:inline-block; float:left; padding-top:10px; clear:both;}
	.fleetguard-search-container form {padding-bottom:20px;}
	    
    /* PRODUCT DETAILS PAGE */
	.product-essential{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
    .product-essential .gallery{width:100%;margin:0 auto;float:none; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; margin-bottom:5px;}
    .product-essential .gallery .picture img{max-width:100%;}
	.product-details-page .gallery .picture-thumbs{margin-top:0px;}
	.product-details-page .gallery .picture-thumbs a{margin-right:3px; margin-bottom:3px; margin-left:3px;}
    .product-essential .overview{width:100%; margin: 0;float:none; order:-1;}
	.product-essential .full-description {width:100%;}
	
	.related-products-list .product-item .details{padding-bottom:0; margin-bottom:0;}
	.related-products-list .product-item .add-info {padding-left:0;}
	
    .related-products-grid,.also-purchased-products-grid{text-align:center;display:inline-block;width:100%;}
    .related-products-grid .title,.also-purchased-products-grid .title{margin-bottom:15px;}
    .related-products-grid .item-box,.also-purchased-products-grid .item-box{display:inline-block;float:none;}
    .product-specs-box .data-table{margin:0;}
    .product-details-page .attributes select,.product-details-page .attributes .textbox,.product-details-page .giftcard .message,.product-details-page 				.attributes textarea {max-width:90%;}
	
	.product-details-page .image img{max-width:250px;}
	
	/*SUPERTOPICS*/
	.supertopic-parts-header1{display:none;}
	.supertopic-parts-header2{display:none;}
	.supertopic-parts-header3{display:none;}
	.supertopic-parts-header4{display:none; }
	.supertopic-parts-header5{display:none;}

	.st-product-list .topic-products-collateral .product-item .details{width:100%; }
	.st-product-list .topic-products-collateral .product-item .product-title {width:25%;}
	.st-product-list .topic-products-collateral .product-item .in-stock{width:8%; text-align:left; padding-right:0;}
	.st-product-list .topic-products-collateral .product-item .promo-item{width:60%; text-align:left; padding-right:0;}
	.st-product-list .topic-products-collateral .product-item .product-title h2{ font-size:1em;}
	.st-product-list .topic-products-collateral .product-item .description{ width:100%; margin-left:0; padding-top:1%; margin-top:0px;}
	.st-product-list .topic-products-collateral .product-item .add-info{width:100%; }
	
	/* CONTACTS */
    .contact-page .inputs-left,.contact-page .inputs,.contact-page .inputs .input-box,.contact-page .enquiry,.contact-page .fullname,.contact-page .email{width:100%;}
	
	/* PRODUCT REVIEWS PAGE */
    .product-reviews-page .write-review .review-title,.product-reviews-page .write-review .review-text{width:100%;}
    	
	 /* SEARCH */
    .search-page .search-input{width:94%;padding:10px 2%;}
    .search-page .inputs{width:98%;padding:1%;}
    .search-page .search-input form,.search-page .search-input form .basic-search{width:100%;}
    .search-page .search-text{width:96%;padding:5px 0 5px 2%;}
	
	/* LOGIN */
    .login-page .new-wrapper,.login-page .returning-wrapper{float:none;max-width:93%;width:300px;padding:10px 3%;min-height:inherit;margin:0 auto 15px auto;}
    .login-page .new-wrapper:after,.login-page .returning-wrapper:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
    .login-page .email,.login-page .username,.login-page .password{max-width:100%;}
		   
    /* NEWS */
    .news-item-page .new-comment .comment-title,.news-item-page .new-comment .comment-text{width:100%;}
    .news-item-page .news-comment .comment-info{max-width:95%;padding:5px 0 0 0;float:none;}
    .news-item-page .news-comment .comment-content{margin-left:0;display:inline-block;}
	
    /* BLOGS */
    .blogpost-page .new-comment .comment-text{width:100%;}
    .blogpost-page .blog-comment .comment-content{display:inline-block;margin-left:0;}
    .blogpost-page .blog-comment .comment-info{max-width:95%;padding:5px 0 0 0;float:none;}
   	
    /* FORUM TOPIC */
    .forum-topic-page .post-content{margin-left:auto;}
    .forum-topic-page .post-content .posttime{display:table;}
    .forum-topic-page .title{overflow:hidden;height:auto;background:#737373;background:-moz-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#737373),color-stop(46%,#5b5b5b),color-stop(57%,#434343),color-stop(100%,#363636));background:-webkit-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);background:-o-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);background:-ms-linear-gradient(top,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);background:linear-gradient(to bottom,#737373 0%,#5b5b5b 46%,#434343 57%,#363636 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373',endColorstr='#363636',GradientType=0 );}
    .forum-edit-page .page-title{width:95%;padding:0 2%;}
    .forum-edit-page .inputs input[type="text"],.forum-edit-page .inputs textarea,.forum-edit-page .inputs .toolbar{max-width:95%;margin-left:0;}
    .forum-search-page .basic-search input[type="text"]{width:95%;}
    .forum-search-page .inputs select{max-width:95%;}
    .topic-header{height:auto;}
    
	/* CUSTOMER ACCOUNT PAGES */
    .account-page .page-title{padding:0 10px;width:auto;}
    .account-signature-text{width:100%;}
    .customer-info-page textarea{width:100%;}
	
	/* COMPARE PRODUCTS */
    .compare-products-table{background-color:#fff;}
    .compare-products-table td img{max-width:100%;}
	
	/* EMAIL A FRIEND */
    .email-a-friend-page .inputs-left,.email-a-friend-page .inputs-right{width:50%;}
    .email-a-friend-page .inputs{width:85%;}
    .email-a-friend-page .friend-email,.email-a-friend-page .your-email,.email-a-friend-page .personal-message{max-width:100%;}
	
    /* ORDER SUMMARY,SHOPPING CART,WISHLIST */
	.order-summary-content .cart,.wishlist-content .cart{display:inline-block;width:100%;text-align:center;}
    .order-summary-content .cart tbody,.wishlist-content .cart tbody{display:inline-block;width:100%;text-align:center;}
    /*.order-summary-content .cart .cart-item-row,.wishlist-content .cart .cart-item-row{display:inline-block;border:1px solid #c5c5c5;margin:0px 3px 10px 3px;min-width:130px;width:46%;}*/
	.order-summary-content .cart .cart-item-row{width:100%; margin-bottom:10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap; border: 1px solid #c5c5c5; background-color:rgba(141,161,177,0.10);}
	.order-summary-content .cart-total-left{width:20%;}
	.order-summary-content .cart .cart-item-row .remove-from-cart {width:20%; margin:0; padding:0; border-right: 1px solid #c5c5c5; border-bottom-color:#c5c5c5; background-color: #FFF; }
	.order-summary-content .cart .cart-item-row .product {width:72%; margin:0; padding:0; border:none !important;}
	.order-summary-content .cart .cart-item-row .unit-price {width:30%; margin:0; padding:0; border:none !important;}
	.order-summary-content .cart .cart-item-row .qty  {width:30%; margin:0; padding:0; border:none !important;}
		.order-summary-content .cart .cart-item-row .subtotal {width:30%; margin:0; padding:0; border:none !important;}
	.order-summary-content .cart .cart-item-row td.product {padding-top:10px !important;}
	.order-summary-content .cart .cart-item-row .card-product-description{margin-top:10px;}
   /* .order-summary-content .cart .cart-item-row td,.wishlist-content .cart .cart-item-row td{display:block;padding:5px;}*/
    .order-summary-content .cart .cart-header-row,.wishlist-content .cart .cart-header-row{display:none;}
	.order-summary-content .common-buttons{padding-left:0px;}
	
    .wishlist-content .cart .cart-item-row td.remove-from-cart{border-bottom:none;padding-bottom:0;}
    .wishlist-content .cart .cart-item-row td.add-to-cart{padding-top:0;}
    .wishlist-page .share-info a.share-link{word-break:break-word;}
	
    .order-summary-content .cart .cart-item-row td.product-picture,.wishlist-content .cart .cart-item-row td.product-picture{border-bottom:none;padding-bottom:0;display:block;}
    .order-summary-content .cart .cart-item-row td.product,.wishlist-content .cart .cart-item-row td.product{border-bottom:none;text-align:center;line-height:normal;padding:0 10px 10px 10px;}
    .order-summary-content .cart .cart-item-row td.unit-price,.wishlist-content .cart .cart-item-row td.unit-price{clear:both;border-top:1px solid #c5c5c5;border-bottom:none;}
    .order-summary-content .cart .cart-item-row td.qty,.wishlist-content .cart .cart-item-row td.qty{border-bottom:none;}
    .order-summary-content .cart .cart-item-row td.subtotal,.wishlist-content .cart .cart-item-row td.subtotal{border-bottom:none;text-align:center;}
    .order-progress{height:auto;}
    .order-progress ul{display:inline-block;width:100%;text-align:center;}
    .order-progress ul li{display:inline-block;float:none;margin:0;width:60px;}
    .order-progress ul li a{display:block;padding-bottom:30px !important;background-position:50% 70% !important;}
    .order-summary-content .cart-collaterals{width:auto;}
    .order-summary-content .deals{max-width:100%; float:left; margin-left: -20px;}
    .order-summary-content .coupon-box,.order-summary-content .giftcard-box{padding:3px;}
    .order-summary-content .shipping{margin-right:3px;width:auto;max-width:100%; }
    .estimate-shipping{padding:3px;}
    .estimate-shipping .shipping-options .estimate-shipping-button{display:block;margin:0 auto;}
    .order-summary-content .totals{width:295px;display:table;padding-top:15px;display:table; float:left;}
    .order-summary-content .cart .cart-item-row td .td-title,.wishlist-content .cart .cart-item-row td .td-title{display:initial;}
	
	
	
	 /* ORDER DETAILS */
    .order-details-page .section{padding:0;}
    .order-details-page .data-table{border:none;}
    .order-details-page .data-table thead{display:none;}
    .order-details-page .data-table tr{display:inline-block;border:1px solid #c5c5c5;margin:0px 3px 10px 3px;min-width:130px;width:46%;}
    .order-details-page .data-table td{display:block;text-align:center !important;}
    .order-details-page .data-table td .td-title{display:initial;}
    .order-details-page .order-details-area{border:none;margin:0;padding:0;}
    .order-details-page .order-details-area ul{margin:0;}
    .order-details-page .order-details-area td{display:block;width:auto;zoom:1;border:1px solid #EEE;margin:5px 10px 5px 0;padding:15px;float:left;}
    .order-details-page .order-details-area td:after{content:".";display:block;clear:both;height:0;font-size:0;line-height:0;visibility:hidden;}
    .order-details-page .title{padding-top:0;}
    .order-details-page .order-overview .order-details{float:none;}
	
    /* ONE PAGE CHECKOUT */
	.opc{max-width:98%; padding:1%; margin:0;}
	.opc .step-title {width:98%; margin:0; padding: 1%;display:block;}
	.opc .active .step-title {width:98%; margin:0; padding: 1%;display:block;}
	.opc .step {width:98%; margin:0; padding: 1%;display:block;}
  	
	.opc .inputs label { display:block;}
	.opc .inputs input { display:block;}
	.opc .checkout-data {width:96%; margin: 0; padding:1%;}
	.opc .address-select  {width:80%; margin: 1% 0 0 0; padding:1% 1% 0 1% ; min-width:280px; word-wrap:break-word; }
	.opc .payment-info{width:100%;}
	.opc .payInfoTable {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; -o-flex-flow: row wrap; flex-flow: row wrap;}
	
    /* CHECKOUT */
    .checkout-data .enter-address select{max-width:100%;}
	
	 /* NAVIGATIONS */
    .block-account-navigation a{white-space:normal;}
    .block-recently-viewed-products li a{display:table;}
    .master-wrapper-main .side-2 .block-account-navigation{display:block;margin-bottom:0;border-bottom:none;}
    .block-account-navigation .listbox{padding:5px 0 13px 0;margin:0 15px;border-radius:0;border-bottom:3px double #B4ACAC;background:none;}
    .block-account-navigation .listbox ul{display:inline-block;width:100%;text-align:center;}
    .block-account-navigation .listbox ul li{display:inline-block;padding:3px 0;margin:0 10px;background:none;border:none;}
    .block-account-navigation li a{white-space:normal;display:inline;}
    .block-account-navigation li a:hover{background:none;color:#5C5B5B;border-bottom:none;}
    .block-account-navigation a.inactive{padding:0;background:none;border-bottom:1px dotted;}
    .block-account-navigation a.active{padding:0;background:none;margin-bottom:0;}
    .block-account-navigation .title{display:none;}
	
	/* MISC. CLASSES */
    .fieldset .inputs label{margin-left:0;}
    input[type="text"],input[type="password"]{width:120px;}
    .fieldset .inputs .gender{margin:5px 0;display:block;}
}

.master-wrapper-page {padding-top:10px;}



.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(../images/animated-overlay.gif);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:8;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
