/*
	Since we don't have css variables yet...
	Colors to search for, note sample listings but may be used in other places as well:
	
	try to start definitions in this order:
		color:	background:	border: (unless border:0 then it's not so important)
*/

/* HTML Tags */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

body {
	color: #000000;
	font-size: 100%;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: underline;
	outline: none;
}

a:focus, a:hover {
	color: #000000;
}

a img input {
	border: none;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	border: 0;
}
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {
	outline: none;
}

hr {
	background: #cccccc;
	color: #cccccc;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 1.45em;
	border: none;
}

.nobr {
	white-space:nowrap;
}

/* Yii style sheet overrides */

/* - this is set in screen.css 
.container {width:950px;margin:0 auto; }

set here to 960 to match sample images
*/
.container {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#page {
	margin-top: 18px;
	margin-bottom: 5px;
}

#content {
	
}

#sidebar {
/* 	padding: 20px 20px 20px 0; */
	padding: 20px 0 20px 0;
}

#sidebar-right {
	padding: 20px 0 0 0;
}

.relative {
	position: relative;
} /* container for absolutes */
.clear {
	clear: both;
} /* use this clear floats */
.left {
	text-align: left !important;
}

@media screen {
	.printonly {
		display: none;
	}
}

@media print {
	.noprint {
		display: none;
	}
}

.portlet {
	margin: 0;
	padding: 5px 0 0 0;
}

.portlet td {
	font-weight: bold;
}

.portlet a {
	text-decoration: none;
}

.portlet-decoration {
	background: #d3dbe5;
	padding: 7px 8px;
}

.portlet-title {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.portlet-title a {
	color: #f7941e;
	text-decoration: none;
}

.portlet-content {
	background: #f3f3f4;
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content ul ul {
	margin: 0 0 0 8px;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.portlet-footer {
	background: #dce8f7;
	text-align: left;
}

.portlet-footerprice {
	background: #d3dfee;
	text-align: right;
}

.grid-view-loading {
	background: url(/images/grids/loading.gif) no-repeat scroll 0 0 transparent;
}

.grid-view table.items {
	background: #ffffff;
	border: 1px #d0e3ef solid;
	border-collapse: collapse;
	width: 100%;
}

.grid-view.route_list table.items {
    border: 1px #ffffff solid;
}

.route_assignment_dates {
	font-size:0.7em;
}
.route_assignment_dates div {
	display: inline-block;
}
.route_assignment_dates div:first-child {
	min-width:50px;
}

table.route_assignment_dates {
	margin-bottom: 0;
}

.grid-view table.items table.route_assignment_dates tr,
table.route_assignment_dates tr {
	height: unset;
}
.grid-view table.items table.route_assignment_dates td,
.route_assignment_dates td {
	font-size:0.7em;
	border:0;
}

.grid-view table.items th, .grid-view table.items td {
	font-size: 0.9em;
	border: 1px white solid;
	padding: 0 4px;
}

.grid-view table.items th {
	color: #ffffff;
/* 	background: url(/images/main/v3_grid_header_bar_28.png) repeat-x scroll left top #ffffff; */
	background: #777;
	text-align: center;
}

.grid-view table.items th a {
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover {
	color: #ffffff;
}

.grid-view table.items th a.asc {
	background: url(/images/grids/up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc {
	background: url(/images/grids/down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr {
	height: 29px;
}

.grid-view table.items tr.even {
	background: #ffffff;
}

.grid-view table.items tr.odd {
	background: #f3f3f4;
}

.grid-view table.items tr.evenless {
	background: #ffffff;
	height: 20px;
}

.grid-view table.items tr.oddless {
	background: #f3f3f4;
	height: 20px;
}

.grid-view table.items tr .sku_details {
	margin: 0;
}

.grid-view table.items tr .sku_details tr {
	height: 12px;
}

.grid-view table.items tr .sku_details td {
	font-size: 1em;
	border: 0;
}

.grid-view table.items tr.selected {
	background: #e0e0c1;
}

.grid-view table.items tr:hover {
	background: #d9d9d9;
}

.grid-view table.less {
	background: white;
	border-collapse: collapse;
	width: 100%;
}

.grid-view table.less th, .grid-view table.less td {
	border: 1px white solid;
	padding: 0 4px;
}

.grid-view table.less th {
	color: white;
/* 	background: url(/images/main/v3_grid_header_bar.png) repeat-x scroll left top #ffffff; */
	background: #777;
	height: 25px;
	text-align: center;
}

.grid-view table.less th a {
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.less th a:hover {
	color: #ffffff;
}

.grid-view table.less th a.asc {
	background: url(/images/grids/up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.less th a.desc {
	background: url(/images/grids/down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.less tr {
	height: 20px;
	background: #ffffff;
}

.grid-view table.less tr.odd {
	background: #f3f3f4;
}

.grid-view table.less tr .sku_details {
	margin: 0;
}

.grid-view table.less tr .sku_details tr {
	height: 12px;
}

.grid-view table.less tr .sku_details td {
	font-size: 1em;
	border: 0;
}

.grid-view table.less tr.selected {
	background: #e0e0c1;
}

.grid-view table.less tr:hover {
	background: #f0f0d1;
}

.grid-view .invoice-number a {
	color: #ef8200;
	font-size: 1.2em;
	font-weight: bold;
}

.grid-view .job-number a {
	color: #ef8200;
	font-size: 1.2em;
	font-weight: bold;
}

.grid-view .price-column {
	text-align: right;
}

.grid-view .narrow-price-column {
	text-align: right;
	width: 70px;
}

.grid-view .ordernumber-column {
	width: 135px;
}

.grid-view .ordernumber-column a {
	color: #ef8200;
}

.grid-view .jobnumber-column {
	width: 115px;
}

.grid-view .jobnumber-column a {
	color: #008000;
}

.grid-view .tracking-column,
.grid-view .tracking-column a {
	color: #2e6ab1;
}

.grid-view .quantity-column {
	text-align: right;
	width: 55px;
}

.grid-view .link-column img {
	border: 0;
}

.grid-view .button-column {
	text-align: center;
	width: 70px;
}

.grid-view .two-button-column {
	text-align: center;
	width: 40px;
}

.grid-view .button-column img {
	border: 0;
}

.grid-view .checkbox-column {
	width: 15px;
}

.grid-view .summary {
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .cartsummary {
	margin: 7px 0 5px 0;
	text-align: left;
}

.grid-view .pager {
	margin: 5px 0 0 0;
	text-align: right;
}

.grid-view .empty {
	font-style: italic;
}

.grid-view .filters input, .grid-view .filters select {
	border: 1px solid #cccccc;
	width: 100%;
}

/* deprecated */
.grid-view .pager .next > a, 
.grid-view .pager .next > span {
    float: unset;
}
.grid-view .pager .previous > a, 
.grid-view .pager .previous > span {
    float: unset;
}
/* end deprecated */

.pager .yiiPager .next > a, 
.pager .yiiPager .next > span {
    float: unset;
}
.pager .yiiPager .previous > a, 
.pager .yiiPager .previous > span {
    float: unset;
}

span.pos-num {
	color: #009100;
}

span.neg-num {
	color: #FF0000;
}

.v3_grid_pic {
	max-width: 100px;
	max-height: 100px;
}

.v3_jobdetails a:focus, a.search-button:focus, .grid-view a:focus {
	text-shadow: #ffbb33 0px 0px 2px;
}

.grid-view a:focus img {
	border: #ffbb33 1px solid;
}

ul.yiiPager a:focus {
	border: #ffbb33 1px solid !important;
}

.panel .summary,
.panel .pager {
	margin: 5px;
}

.v3_jobsearch {
	
}

.v3_jobsearch table {
	margin-bottom: 0;
	font-size: 10px
}

.v3_jobsearch td {
	padding: 2px;
}

.v3_jobsearch input {
	margin-bottom: 0;
	font-size: 10px
}

.flash-warning {
	color: #cc0000;
}

div.flash-error, div.flash-notice, div.flash-success {
	border: 2px solid #dddddd;
	padding: .8em;
	margin-bottom: 1em;
}

div.flash-error {
	color: #8a1f11;
	background: #FBE3E4;
	border-color: #FBC2C4;
}

div.flash-notice {
	color: #514721;
	background: #FFF6BF;
	border-color: #FFD324;
}

div.flash-success {
	color: #264409;
	background: #E6EFC2;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	border: 1px solid #C9E0ED;
	padding: 10px;
	margin: 10px 0;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	background: #eeeeee;
	padding: 10px;
	margin: 10px 0;
}

/* enhance focus */
.yiiTab ul.tabs a.active:focus, .yiiTab ul.tabs a:focus {
	color: #000000;
	background: #E6F2FF;
	border-color: #222277;
	border-bottom: 1px solid #ffffff;
}

/* menu css in v3_menu.css */

/* no mobile - v3_mobile.css will turn it on */
.on_mobile  {
	display: none;
}

/* header */
#v3_header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
/* 	height: 82px; */
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#v3_header_logo {
	display: inline;
	position: relative;
	bottom: 0px;
	left: 0px;
}
#v3_header_logo_img {
	margin: 0px;
	margin-top: -10px;
	padding: 0px;
	height: 92px;
}

#v3_header_right_news {
/* 	position: absolute; */
/* 	top: 10px; */
/* 	right: 4px; */
	font-style: oblique;
/* 	margin-left: 170px; */
	text-align: right;
	z-index: 900;
	margin: 0;
}

#v3_header_right_news.flash-success {
	border-top: 0;
}

#header_user_message {
    font-style: oblique;
    text-align: right;
    z-index: 900;
    margin: 0;
}

#v3_header_right_menu {
	float: right;
	position: relative;
	top: 60px;
	min-height: 31px;
	margin: 0 auto;
}

#v3_cart-arrow-bounce {
	margin-right: 5px;
	position: relative;
	float: right;
	top: 60px;
}

/* @deprecated */
#v3_footer {
 	color: #000000;
 	padding: 10px;
 	margin: 10px 20px;
	font-size: 10px;
 	line-height: 1.5em;
 	text-align: center;
}

#footer {
	color: #000000;
	padding: 10px;
	margin: 10px 20px;
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
}

#v3_noscript_message {
	color: #ffffff;
	background-color: #bc0000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	padding: 3px 0;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 1500;
}

.v3_header_right_news_holiday.alert {
    background-color: #ffc074;
    border: 0;
	border-radius: 0 0 4px 4px;
    color: #000;
}
.v3_header_right_news_holiday.alert a,
.v3_header_right_news_holiday.alert a:hover,
.v3_header_right_news_holiday.alert a:focus,
.v3_header_right_news_holiday.alert a:active,
.v3_header_right_news_holiday.alert a:visited {
	color: #000;
}

.v3_header_right_news_christmas.alert {
	background: #00823f;
    border: 0;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	color: #fff;
}
.v3_header_right_news_christmas.alert a,
.v3_header_right_news_christmas.alert a:hover,
.v3_header_right_news_christmas.alert a:focus,
.v3_header_right_news_christmas.alert a:active,
.v3_header_right_news_christmas.alert a:visited {
	color: #fff;
}

.v3_header_right_news_hurricane.alert {
    background: #99aaee url("/images/main/message_hurricane_background.png") no-repeat  0% 50%;
    background-size: 100% 100%;
    border: 2px solid #99aaee;
    color: #440000;
    top: 4px !important;
    height: 50px;
    font-weight: bold;
    line-height: 4em;
}
@media ( max-width : 1040px) {
	.v3_header_right_news_hurricane.alert {
    	background: #aabbff;
		height: auto;
	    font-weight: bold;
	    line-height: 1.5em;
	}
}

/* site test warnings */
.v3_sitetest_error {
	position: relative;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15.4px;
	margin: 0;
	padding: 5px;
	color: #000000;
	-moz-box-shadow: 1px 2px 3px #773300;
	-webkit-box-shadow: 1px 2px 3px #773300;
	box-shadow: 1px 2px 3px #773300;
	background: burlywood;
	zoom: 1;
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
	filter: alpha(opacity = 80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
}

.v3_sitetest_embedded {
	margin: 0 0 12px;
}

.v3_sitetest_error a {
	text-decoration: underline;
	outline: none;
}

.v3_sitetest_error h3 {
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 14px;
	line-height: 15.4px;
}

.v3_sitetest_logo {
	border: 0;
	margin: 2px 0 0 5px;
	float: left;
}

#v3_sitetest_header {
	background-image: url(/images/main/construction_basic.png);
	background-size: contain;
	background-position: center;
}
#v3_sitetest_admin_header {
	background-image: url(/images/main/construction_basic.png);
	background-size: contain;
	background-position: center;
}

#v3_sitetest_admin_header .v3_sitetest_error,
#v3_sitetest_header .v3_sitetest_error {
	background: transparent;
	padding: 20px 5px;
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
#v3_sitetest_admin_header .v3_sitetest_logo,
#v3_sitetest_header .v3_sitetest_logo {
	margin: -3px 0 0 5px;
}


#v3_sitetest_admin_header.alert,
#v3_sitetest_header.alert {
	margin-bottom: unset;
}
#v3_sitetest_admin_header.alert .v3_sitetest_error,
#v3_sitetest_header.alert .v3_sitetest_error {
	padding: unset;
}

@media ( max-width : 991px) {
	#v3_sitetest_header, 
	#v3_sitetest_admin_header {
		background-size: cover;
	}
}
/* end - site test warnings */

.v3_main_title {
	color: #7f7f80;
	margin-bottom: 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

/* columns */

.v4_grid_column {
	margin: 0;
	padding: 0;
}
.v4_grid_1column {
	max-width: 960px;
	margin: 0;
	padding: 0;
}

.v3_admin_2column_content {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

.v3_main_2column_left {
	float: left;
	width: 220px;
}
.v3_main_2column_right {
	border-left: 1px solid #d4d4d4;
	float: left;
	max-width: 701px;
	margin: 0;
	padding: 0 7px;
}

.v3_catalog_2column_left {
	width: 169px;
}
.col-sm-2.v3_catalog_2column_left {
	padding-right: 0;
}
.v3_catalog_2column_right {
/* 	max-width: 791px; */
}
.v3_catalog_2column_calculator {
	width: 534px;
	margin: 0;
	padding: 0 20px 0 52px;
/* 	border-left: 1px solid #d4d4d4; */
/* 	border-right: 1px solid #d4d4d4; */
}
.v3_catalog_2column_right .v3_catalog_2column_calculator {
	width: 534px;
}
.v3_catalog_2column_right .v3_catalog_2column_price {
	width: 276px;
}
.v3_catalog_2column_price {
	margin: 0;
	padding: 0 0 0 18px;
}
.col-sm-4.v3_catalog_2column_price {
	padding-right: 0px;
}
.v3_catalog_2column_index {
	border-left: 1px solid #d4d4d4;
	float: left;
	margin: 0;
	padding: 0;
	max-width: 791px;
	min-height: 450px;
}

.v3_support_2column_sidemenu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 7px 0 0;
}
.v3_support_2column_content {
	border-left: 1px solid #d4d4d4;
	float: left;
	max-width: 721px;
	width: inherit;
	margin: 0;
	padding: 0 7px;
}




.v3_catalog_2column_button {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 0 18px;
}



/* site general */




.v3_page_wrapper {
	margin: 0 0 10px;
	padding-left: 30px;
}

.v3_page_title {
	color: #f7941e;
	margin: 0 0 10px;
	text-align: left;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.category_name {
	margin-top: 10px;
}

.v3_page_text {
	margin: 0 0 10px;
	padding-right: 30px;
	text-align: left;
}

.v3_h1_page_title {
	color: #7f7f80;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.v3_shadowed {
	-moz-box-shadow: 1px 3px 3px #773300;
	-webkit-box-shadow: 1px 3px 3px #773300;
	box-shadow: 1px 3px 3px #773300;
	/* For IE 8 * /
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 * /
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	/* The IE shadows mess up transparent blocks */
}

#v3_bandaid {
	height: 250px;
	background: url(/images/main/bandaid.png) top center no-repeat;
}

#v3_construction {
	height: 250px;
	background: url(/images/main/construction.png) top center no-repeat;
}

.lightbox {
	background: #ffddbb;
	border: 1px solid #ffbb99;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 11px;
}

.lightbox ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%
}

.lightbox_title {
	color: #000000;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.v3_barcode {
	color: #000000;
	font: normal 36pt "3 of 9 Barcode", Helvetica, sans-serif;
}

.v3_barcode2 {
	color: #000000;
	font: normal 36pt "Free 3 of 9 Extended", "Free 3 of 9", Helvetica, sans-serif;
}

.flash-service {
	color: #000000;
	background: #E5F1F4;
	border: 1px solid #dddddd;
	padding: .8em;
	margin-bottom: 1em;
}

/** @deprecated */
.service {
	color: #000000;
	background: #E5F1F4;
	border: 1px solid #dddddd;
	padding: .8em;
	margin-bottom: 1em;
}

/* portlets */
.v3_operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.v3_operations li {
	padding-bottom: 2px;
}

.v3_operations li a {
	color: #0066A4;
	font: bold 12px Arial;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.v3_operations li a:visited {
	color: #0066A4;
}

.v3_operations li a:hover {
	background: #80CFFF;
}

.v3_portlet {
	
}

.v3_portlet .portlet-decoration {
	background: #ffffff;
	border-left: 5px solid #ff9501;
	padding: 3px 8px;
}

.v3_portlet .portlet-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.v3_portlet .portlet-title a {
	color: #000000;
	text-decoration: none;
}

.v3_portlet .portlet-content {
	background: transparent;
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
}

.v3_portlet .portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.v3_portlet .portlet-content ul ul {
	margin: 0 0 0 8px;
}

.v3_portlet .portlet-content li {
	padding: 2px 0 4px 0px;
}
.v3_portlet .portlet-content li a img {
	vertical-align: baseline;
}

.v3_portlet .v3_operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.v3_portlet .v3_operations li {
	padding-bottom: 2px;
}

.v3_portlet .v3_operations li hr {
	margin: 2px 0;
}

.v3_portlet .v3_operations li a {
	color: #000000;
	font: bold 12px Arial;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.v3_portlet .v3_operations li a:visited {
	color: #000000;
}

.v3_portlet .v3_operations li a:hover {
	background: #ff9501;
}

.v3_portlet .v3_operations .active {
	background: #ffbb33;
}

.v3_portlet a:focus {
	text-shadow: #ffbb33 0px 0px 2px;
}

/* printable headers */
#v3_popup {
	background: none;
	max-width: 650px;
	width: inherit;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#v3_popup_address {
	float: right;
	font-size: 1.2em;
	text-align: right;
	margin-top: 15px;
	padding-right: 7px;
}

#v3_popup_footer {
	color: #000000;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
}

@media print {
	#v3_popup {
		padding: 0px 0px;
	}
	#v3_popup_advice {
		display: none;
	}
}

@media screen {
	#v3_popup_advice {
		color: #ff0000;
		background: none;
		float: left;
		width: 100%;
		margin: 0px 7px;
		padding: 0;
		text-align: left;
	}
}

#v3_popup_header {
	height: 80px;
}

#v3_popup_logo {
	display: inline;
	position: relative;
	bottom: 0px;
	left: 0px;
}

#v3_popup img {
	border: 0;
	margin: 0px;
	padding: 0px; /*height:92px;*/
}

@media screen {
    #v3_popup_address {
        display: none;
    }
}

@media print {
    #v3_popup_address {
        display: block;
        margin-top: -90px;
    }
    #v3_legal {
        font-size: 10px;
    }
    #v3_legal h3 {
        font-size: 14px;
    }
    #v3_legal h2 {
        font-size: 16px;
    }
}

/* new buttons to match new top menu * /

a.v3_top_button 		{ color:#666677; background-color:transparent; display:block; padding:4px 5px; text-decoration:none; }
a.v3_top_button:hover		{ color:#000000; background-color:#eeeeee; }
a.v3_top_button.active 	{ color:#444444; background-color:#ffe8c0; }
/* */
.v3_top_button {
	color: #666677 !important;
	background: transparent;
	border: solid 1px #dddddd;
	border-radius: 5px;
	margin: 3px;
	display: inline-block;
	padding: 4px 5px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.v3_top_button:focus, .v3_top_button:hover {
	color: #000000 !important;
	background-color: #eeeeee;
}

.v3_top_button:active {
	color: #444444 !important;
	background-color: #ffe8c0;
}

.v3_top_button:disabled {
	color: #808080 !important;
	background: transparent;
	border: solid 1px #dddddd;
	cursor: default;
}

.v3_top_button.right {
	float: right;
}

/* home */
#v3_home_page {
	position: relative;
}

#v3_home_page p {
	color: #4d4d4d;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 1em
}

#v3_home_page p.first {
	padding-top: 6px;
}

#v3_home_page a {
	text-decoration: none !important
}

#v3_free_sample_kit {
	float: left;
	position: relative;
	width: 192px;
	height: 211px;
	margin-bottom: 17px;
	color: #000000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/main/v3_button_samples.png) no-repeat top left;
}

.v3_free_sample_image {
	position: absolute;
	left: -20px;
	bottom: 40px;
	width: 200px;
	overflow: hidden;
}

.v3_home_page_title {
	color: #7f7f80;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}

#v3_home_advantage {
	float: left;
	max-width: 450px;
	width: inherit;
	margin-right: 8px;
}

.v3_home_link {
	display: inline-block;
	margin-top: 14px;
}

.v3_home_link_button {
	float: left;
}

.v3_home_link_text {
	float: left;
	margin-left: 6px;
	text-align: center;
}

.v3_home_link table {
	color: #4D4D4D;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 290px;
}

.v3_home_link td {
	padding: 0 0 0 18px;
	margin: 0;
	width: 50%;
}

#v3_home_signup {
	float: left;
}

/* start buttons */
.v3_start_order {
	background: url(/images/main/v3_button_product.png) no-repeat top left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 222px;
	height: 96px;
	display: inline-block;
	margin: 0 28px 17px 0;
	/* line-height:2.4em; */
}

.v3_start_order_image {
	position: absolute;
	left: -5px;
	bottom: 0px;
}

.v3_start_order_text {
	float: left;
	margin: 24px 0 0 120px;
	padding-right: 5px;
}

a:focus .v3_start_order, .v3_start_order:hover {
	text-shadow: #ffeedd 0px 0px 2px;
}

.v3_start_order_button {
	background: url(/images/main/v3_button_start_order.png) no-repeat top left;
	width: 85px;
	height: 12px;
	margin: 5px 0;
}

.v3_start_order_button_text {
	color: #fff;
	width: 85px;
	height: 12px;
	padding: 2px 4px;
	font-size: .7em;
	margin: 0;
	vertical-align: middle;
	line-height: 1em;
}

.v3_start_order_v2 {
	text-decoration: none !important;
	/* Applying a default border radius of 8px */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* A 1px highlight inside of the button */
	-moz-box-shadow: 0 0 1px #fff inset;
	-webkit-box-shadow: 0 0 1px #fff inset;
	box-shadow: 0 0 1px #fff inset;
	/* fallback */
	background-color: #d1cece;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#939190), to(#eeeceb));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #939190, #eeeceb);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #939190, #eeeceb);
	/* IE 10 */
	background: -ms-linear-gradient(top, #939190, #eeeceb);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #939190, #eeeceb);
	border: 1px solid #bbb;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 222px;
	height: 96px;
	display: inline-block;
	margin: 0 26px 17px 0;
}

.btn-user {
	margin: 0 auto;
	height: 34px;
	color: #fff;
	background-color: #f99011;
	border-radius: 4px;
	vertical-align: middle;
}
.btn-user-gray {
    background-color: #777;
}
.btn-user-wide {
	width: 260px;
	max-width: 100%;
}
a.btn-user {
	text-decoration: none;
	outline: none;
}
a.btn-user-wide {
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
}
input.btn-user {
	text-decoration: none;
	outline: none;
}
input.btn-user-wide {
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
}

.btn-catalog {
	margin: 0;
	padding: 6px;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	background-color: #5faa43;
}
.btn-catalog-wide {
	width: 261px;
}
.btn-full {
	width: 100%;
}
a.btn-catalog {
	text-decoration: none;
	outline: none;
}
.button-list {
	text-align: center;
}

.button-list .btn-user {
	margin-top: 4px;
}

.btn-sidemenu {
	display:block !important;
	margin-top: 4px;
}
a.btn-sidemenu {
	text-decoration: none;
	outline: none;
}

a.action {
	color: #333;
}

.v3_catalog_title {
	color: #f7941e;
	padding-left: 30px;
	text-align: left;
	margin: 0 0 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.v3_catalog_text {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	margin: 0 0 10px;
}

.v3_catalog_index {
	padding-left: 30px;
}

.v3_price_floater {
	width: 261px;
	margin: 0 0 20px 0;
	padding: 0;
}

.v3_catalog_jumps {
	max-width: 474px;
	text-align: center
}
.v3_catalog_jumps_centered {
	display: inline-block;
	width: 90%;
}

.v3_errorJobSummary {
	color: #514721;
	background: #ffeeee;
	border: 2px solid #C00;
	padding: 2px 12px 2px 12px;
	margin: 0;
	font-size: 0.9em;
}

.v3_errorJobSummary p {
	margin: 0;
	padding: 0px;
}

.v3_errorJobSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.v3_coupon {
	font-weight: normal;
}

.v3_coupon-cell {
	background-color: #bFFFbF;
}

.v3_coupon-price {
	background-color: #bFFFbF;
}

/* file upload */
#v3_artupload_wrapper {
	padding: 0;
}

.fileuploadbox {
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
	margin-top: 10px;
	padding: 7px;
	min-height: 100px;
}

.fileuploadbox table.items {
	border-collapse: collapse;
	width: 100%;
}

.fileuploadbox table.items th, .fileuploadbox table.items td {
	border: 1px solid #eeeeee;
	font-size: 0.9em;
	padding: 0 4px;
}

.fileuploadbox table.items th {
	color: #000000;
	background: #dddddd;
	text-align: center;
}

.fileuploadbox table.items tr {
	height: 29px;
}

.fileuploadbox table.items tr.even {
	background: #e8e8e8;
}

.fileuploadbox table.items tr.odd {
	background: #eeeeee;
}

.fileuploadbox table.items tr:hover {
	background: #e0f0e0;
}

.v3_radio_button_list {
	padding-left: 8px;
}

/* customer print page */
#v3_customer {
	background: none;
	width: 650px;
	margin: 5px auto;
	padding: 15px;
	text-align: left;
}

#v3_customer_address {
	float: right;
	font-size: 1.2em;
	text-align: right;
	margin-top: 5px;
	padding-right: 7px;
}

#v3_customer_footer {
	color: #000000;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
}

#v3_customer img {
	border: 0;
}

@media print {
	#v3_customer_advice {
		display: none;
	}
}

@media screen {
	#v3_customer_advice {
		color: #ff0000;
		background: none;
		float: left;
		width: 100%;
		margin: 0px 7px;
		padding: 0;
		text-align: left;
	}
}

/* estimates */
.v3_estimate_button {
	color: #ffffff;
	background: url(/images/main/v3_estimate_new.png) repeat-x left top;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 7px 14px;
	margin-top: 12px;
}

.v3_estimate_first {
	margin-top: 16px;
}

.v3_estimate_new {
	background: url(/images/main/v3_estimate_new.png) repeat-x left top;
}

.v3_estimate_active {
	background: url(/images/main/v3_estimate_new.png) repeat-x left top;
}

.v3_estimate_notactive {
	background: url(/images/main/v3_estimate_other.png) repeat-x left top;
}

.v3_estimate {
	padding: 5px;
}

#v3_estimate_title {
	color: #000000;
	width: 650px;
	margin: 10px 0 5px 0;
	text-align: left;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

/* invoices */

.v3_orders_billing_content {
	float: left;
	max-width: 810px;
	width: inherit;
	margin: 0;
	padding: 0;
}

.v3_orders_billing_menu {
	float: left;
	max-width: 140px;
	width: inherit;
	margin: 0 0 0 5px;
	padding: 0;
}

#v3_invoice {
	width: 650px;
	font-size: 1.2em;
}

#v3_invoice_title {
	color: #000000;
	margin: 0 0 5px 0;
	text-align: right;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

#v3_invoice_banner {
	position: relative
}

#v3_invoice_billto {
	float: left;
	text-align: left;
}

#v3_invoice_number {
	float: right;
	margin-right: 0px;
}

#v3_invoice_number .tdleft {
	text-align: left;
}

#v3_invoice_number .tdright {
	text-align: right;
}

.v3_invoice_table {
	margin: 5px 0 5px 0;
}

#v3_invoice table.items {
	background: #ffffff;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
}

#v3_invoice table.items tr {
	height: 29px;
}

#v3_invoice table.items tr.less {
	height: 20px;
}

#v3_invoice table.items tr.price {
	
}

#v3_invoice table.items th {
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 0 4px;
	text-align: left;
}

#v3_invoice table.items td {
	font-size: 0.9em;
	padding: 0 4px;
}

#v3_invoice table.items .item {
	border-right: 1px solid #000000;
	max-width: 130px;
}

#v3_invoice table.items .description {
	max-width: 283px;
	overflow: hidden;
}

#v3_invoice table.items .price {
	border-left: 1px solid #000000;
	max-width: 100px;
	text-align: right;
	font-weight: bold;
}

#v3_invoice table.items .job {
	border-top: 1px dotted #000000;
}

#v3_invoice table.items .mainline {
	border-bottom: 1px solid #000000;
}

#v3_invoice table.items .taxrow td {
	border-top: 1px dotted #000000;
	font-weight: bold;
}

#v3_invoice table.items .pricerow td {
	border-top: 1px solid #000000;
	font-weight: bold;
}

#v3_invoice table.items tr .sku_details {
	margin: 0;
}

#v3_invoice table.items tr .sku_details tr {
	height: 12px;
}

#v3_invoice table.items tr .sku_details td {
	border: 0;
}

@media print {
	#v3_invoice table.items th {
		border-top: 2px solid #000000;
	}
}

.v3_billing_header {
	border-bottom: 1px solid #888888;
	font-weight: 600;
	font-size: 1.4em;
	width: 100%;
}

.v3_error_checkout {
	color: #000000;
	background: #ffeeee;
	border: 2px solid #cc0000;
	padding: 7px 7px 12px 7px;
	margin: 10px 0 0px 0;
	font-size: 1.2em;
}

.v3_error_checkout p {
	margin: 0;
	padding: 5px;
}

.v3_error_checkout ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.v3_error_top_summary {
	color: #514721;
	background: #ffeeee;
	border: 2px solid #cc0000;
	padding: 7px 7px 12px 7px;
	margin: 10px 0 0px 0;
	font-size: 0.9em;
}

.v3_error_top_summary p {
	margin: 0;
	padding: 5px;
}

.v3_error_top_summary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

/* job status */
.v3_jobdetails {
	font-weight: normal;
	font-size: 1.4em;
}

.v3_jobdetails-thumbnail {
	position: relative;
	float: right;
	padding: 5px;
}

.v3_jobdetails-thumbnail img {
	max-width: 100px;
	max-height: 100px;
}

.v3_jobdetails-thumbnail table {
	margin: 0;
	padding: 0; /*height:110px;*/
}

.v3_jobdetails-thumbnail table td {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: none !important;
}

/* contact */
.v3_contact_map {
	width:100%;
	max-width: 384px;
}

/* support */
.v3_support_title {
	color: #7f7f80;
	margin-bottom: 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_subtitle {
	color: #f7941e;
	margin: 4px 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_templates {
	padding: 0px 10px;
}

.v3_support_faq_view {
	padding: 4px; /*border-top:1px dotted #000;*/
}

.v3_support_faq_label_q {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_faq_question {
	color: #3377bb;
	font: bold italic 12px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_faq_label_a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_faq_answer {
	
}

.v3_support_glossary_view {
	padding: 4px 4px 4px;
}

.v3_support_glossary_label_t {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_glossary_term {
	color: #3377bb;
	font: bold italic 12px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_glossary_label_d {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_glossary_definition {
	
}

.v3_support_glossary_label_s {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_glossary_seealso {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

.v3_support_indent {
	padding: 10px;
}

.v3_support_grid {
	
}

.v3_support_grid td {
	border-bottom: 1px solid #000000;
}

#v3_support_company {
	background: url(/images/main/help_ryobi750.png) bottom center no-repeat;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	min-height: 450px;
}

/* support templates */
.v3_doc_image {
	padding: 2px 2px 2px 0;
}

/* account */
.v3_taxform td {
	font-weight: bold;
	font-size: 1em;
}

.v3_reseller_not_validated 			{ color: #514721;	background-color: bisque !important;}
.v3_reseller_not_req_not_validated	{ color: #777777;	background-color: gainsboro !important;}

.v3_reseller_valid					{ color: #264409;	background-color: lightgreen !important;}
.v3_reseller_valid_taxed			{ color: #514721;	background-color: aquamarine !important;}

.v3_reseller_not_current			{ color: #514721;	background-color: lightskyblue !important;}
.v3_reseller_not_valid				{ color: darkred;	background-color: lightcoral !important;}
.v3_reseller_required				{ color: darkred;	background-color: pink !important;}

.v3_reseller_not_req_not_current	{ color: #514721;	background-color: aquamarine !important;}
.v3_reseller_not_req_not_valid		{ color: darkred;	background-color: lightcoral !important;}
.v3_reseller_not_req_missing		{ }

.v3_reseller_archived				{ color: #777777;	background-color: gainsboro !important;}
.v3_reseller_not_req_archived		{ color: #777777;	background-color: gainsboro !important;}

/* email */
.v3_email_backup {
	width: 690px;
}

.v3_email_backup_message {
	border: 1px solid #888888;
	margin: 10px 0;
	padding: 10px;
}

/* media handlers */

/* debug */
#v3_debug {
	color: #00dd00;
	background: #444444;
	border: 2px solid #aaaaaa;
	font: normal 10px Courier, sans-serif;
	padding: 1px;
	padding-bottom: 4px;
}

/* admin */
.v3_cart-footerprice {
	background: #f5e6ad;
	text-align: right;
}

/* tracking */
#tracking-form {
	font-size: 1.2em;
}

#tracking-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#tracking-notice {
	margin-bottom: 4px;
	font-style: italic;
}

.tracking-info {
	background: #f8f8f8;
	margin-bottom: 4px;
	padding: 4px !important;
	text-align: left;
	border: 1px solid #f0f0f0;
}

.tracking-number {
	font-weight: bold;
	font-size: 1.2em;
}

.tracking-breakout {
	margin: 4px 8px;
	background: #eee;
	min-height: 12px;
	padding: 4px 8px 6px !important;
	border: 1px solid #e8e8e8;
}

.tracking-status {
	margin-bottom: 4px;
	font-style: italic;
	font-weight: bold;
}

.tracking-hours {
	margin-bottom: 4px;
	font-weight: bold;
}

.tracking-details {
	
}

.tracking-address {
	margin: 4px 12px;
}

/* webService */
.api {
	line-height: 200%;
}

.titleBar {
	color: #ffffff;
	padding: 5px;
	margin: 5px 0;
	font-size: 1.5em;
	background: -webkit-gradient(linear, left top, right top, from(#555), to(#fff));
	background: -moz-linear-gradient(left, #555, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType='1', startColorstr='#555555', endColorstr='#ffffff');
}

.sourceCode {
	background: #dedede;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;
	padding: 10px;
	margin: 10px;
	word-wrap: break-word;
	overflow: auto;
}

.sourceCodeSample {
	background: #ededed;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 200%;
	padding: 10px;
	margin: 10px;
	word-wrap: break-word;
	overflow: auto;
}

code.sourceCode {
	line-height: 100%;
	padding: 3px;
	margin: 0;
}

/* other */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 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:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height: 1%;
}

.ui-helper-clearfix {
	display: block;
}
.ui-datepicker.ui-helper-clearfix {
	display: none;
}

/* end clearfix * /
.ui-helper-zfix 				{ width:100%; height:100%; top:0; left:0; position:absolute; opacity:0; filter:Alpha(Opacity=0); }
/* */
#popup {
	background: none;
	border: 1px solid #C9E0ED;
	width: 650px;
	margin: 5px auto;
	padding: 15px;
	text-align: left;
}

.hilite {
	background: none repeat scroll 0% 0% rgb(255, 247, 119);
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #eee;
}

.table-striped2>tbody>tr:nth-of-type(even) {
	background-color: #eee;
}

/* XGRid override for nd4c */
.grid-view table.items tr {
	color: #000;
}

/* bootstrap prep */
.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

.page-intro {
	margin: 15px 0;
	padding: 0 8px;
	font-size: 1.2em;
}

.v3_catalog_jump_left {
	float: left;
	width: 34%;
	margin: 0;
	padding: 0;
}

.v3_catalog_jump_right {
	float: left;
	margin: 0;
	padding: 0;
}

.product-box {
	display: block;
	text-align: center;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 4px;
    border: 1px solid transparent;
}

a.product-box {
	padding: 15px 5px;
	margin-right: 6px;
	margin-bottom: 12px;
	width: 160px;
	height: 140px;
	text-decoration: none
}

a.product-box:hover,
a.product-box:focus {
	text-decoration: none
}


.product-box h5,
.product-box h6 {
	margin-bottom: 4px;
}

.product-box h6 {
	color: #f7941e;
}

.product-box:hover h4 {
	color: #f7941e;
}

.product-box:hover h5 {
	color: #f7941e;
}

.product-box:hover h6 {
	color: #f7941e;
}

.product-box-default {
	background-color: #ffffff;
}

.product-box-jump {
/* 	background-color: #ddffee; */
/* 	border-color: #ddd; */
}

a.product-box {
	color: inherit;
	display: block;
	float: left;
	text-decoration: none
}

a.product-box-spacer {
	color: inherit;
	display: block;
	float: left;
	width: 50%;
	margin-right: -120px;
}

a.product-box.product-box-jump {
	padding: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width: 100%;
	height: auto;
}

a.product-box.product-box-jump-fix {
	min-height: 190px;
}

a.product-box.product-box-jump-small {
	margin-top: 10px;
	min-height: 145px;
}

a.product-box.box-sample-pack {
	padding: 0px;
	margin-right: 0px;
	margin-top: 20px;
	width: 185px;
	height: 190px;
}

.product-box-image {
	height:120px;
}

.product-box-image img {
	max-height:120px;
	max-width:120px;
}

.product-box-start {
	font-size:0.9em;
	color: #337ab7;
}

.product-box-default:hover .product-box-start {
	color: #337ab7;
	font-size:1em;
}

.jump_page_logo {
	margin-bottom:8px;
}

.jump_page_description {
	font-size:0.95em;
	min-width: 240px;
}

.jump_page_description ul {
	padding-left: 1em;
}

a.jump_page_list_item {
	display:block;
	text-decoration: none
}
a.jump_page_list_item:hover,
a.jump_page_list_item:focus {
	color: #f7941e;
	text-decoration: none
}

a.jump_page_list_item img {
	width:18px;
	margin: 6px 12px;
}

.jump_page .jump_page_items {
	padding-right: 0;
	min-height: 231px;
}

.pixelated {
	/* IE 7+ (non-standard property) */
	-ms-interpolation-mode: nearest-neighbor;
	/* Safari 6, UC Browser 9.9 */
	image-rendering: -webkit-optimize-contrast;
	/* Safari 7+ */
	image-rendering: -webkit-crisp-edges;
	/* Firefox 3.6+ */
	image-rendering: -moz-crisp-edges;
	/* Opera 12 */
	image-rendering: -o-crisp-edges;
	/* Chrome 41+ and Opera 26+ */
	image-rendering: pixelated;
}

.stopwatch {
	color:#777;
    padding: 8px;
    margin:0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.checkpoint_status {
    background-color: lightsteelblue;
}

.form-special-required {
	display: none;
}
