* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #646464;
	text-align: center;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #737373;
}
a:hover {
	color: #737373;
}
:focus {
	outline: 0;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	color: #2A2A2A;
}
h1 span {
	color: #595959;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.34;
	color: #3A3A3A;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.375;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #3A3A3A;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	font-weight: bold;
}
form {
	display: inline;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
address {
	font-style: normal;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
sup {
	font-size: 1em;
	vertical-align: top;
}
ul, ol {
	list-style: none;
}
.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;
}
.v-top {
	vertical-align: middle;
}
.v-middle {
	vertical-align: middle;
}
.f-left, .left {
	float: left!important;
}
.f-right, .right {
	float: right!important;
}
.f-none {
	float: none!important;
}
.f-fix {
	float: left;
	width: 100%;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.no-bg {
	background: none!important;
}
.page {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	min-height: 500px;
}
.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	padding: 20px;
	text-align: left;
}
.col-left {
	float: left;
	width: 230px;
	padding: 5px 5px 0;
}
.col-main {
	float: left;
	width: 736px;
	padding: 5px;
	padding-left: 0;
}
.col-right {
	float: right;
	width: 186px;
	padding: 25px 5px 0;
}
body.cms-page-view .col-right {
	width: 196px;
}
body.cms-home .col-main {
	border: none;
}
.col1-layout .col-main {
	float: none;
	width: auto;
}
.col2-left-layout .col-main {
	float: right;
}
.col3-layout .col-main {
	width: 484px;
	margin-left: 10px;
}
.col2-set .col-1 {
	float: left;
	width: 49%;
}
.col2-set .col-2 {
	float: right;
	width: 49%;
}
.col2-set .narrow {
	width: 33%;
}
.col2-set .wide {
	width: 65%;
}
.col3-set .col-1 {
	float: left;
	width: 28%;
}
.col3-set .col-2 {
	float: left;
	width: 28%;
	margin-left: 5%;
}
.col3-set .col-3 {
	float: right;
	width: 28%;
}
.col4-set .col-1 {
	float: left;
	width: 23.5%;
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3 {
	float: left;
	width: 23.5%;
}
.col4-set .col-4 {
	float: right;
	width: 23.5%;
}
.logo {
	position: absolute;
	width: 333px;
	height: 62px;
	overflow: hidden;
	top: 25px;
}
.header-container {
	height: 150px;
}
.header {
	position: relative;
	top: 50px;
	font-size: 12px;
}
.header .logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}
.header .logo a {
	display: block;
	width: 200px;
	height: 63px;
}
.header .welcome-msg {
	font-weight: bold;
	text-align: right;
}
.header .links {
	float: right;
}
.header .form-search {
	text-align: center;
}
.header .form-search .search-autocomplete {
	z-index: 999;
}
.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}
.header .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}
.header .form-language {
	text-align: center;
}
body.cms-index-index .header-container {
	height: 116px;
}
body.cms-index-index .header {
	background: none;
	border: none;
}
body.cms-index-index #header_search {
	display: none;
}
body.cms-index-index .header .form-search {
	display: none;
}
#all-printers-link {
	position: absolute;
	top: 21px;
	left: 294px;
	color: #737373;
}
#all-printers-link a {
	text-decoration: underline;
}
.top-link-cart {
	color: #000;
	position: absolute;
	left: 676px;
	font-weight: bold;
	background: transparent url(../images/blank_button.png) no-repeat;
	height: 27px;
	width: 125px;
	display: block;
	padding-left: 36px;
	padding-top: 6px;
}
.top-link-cart:hover {
	color: #000;
}
.top-link-checkout {
	position: absolute;
	left: 676px;
	top: 40px;
	background: transparent url(../images/blank_button_small.png) no-repeat 0 2px;
	height: 22px;
	width: 96px;
	display: block;
	padding-left: 50px;
	padding-top: 5px;
}
#top-link-mystore {
	color: #000;
	position: absolute;
	left: 834px;
	font-weight: bold;
	background: transparent url(../images/mystore_button.png) no-repeat;
	height: 27px;
	width: 107px;
	display: block;
	padding-left: 44px;
	padding-top: 6px;
}
#top-link-login {
	color: #000;
	position: absolute;
	left: 834px;
	font-weight: bold;
	background: transparent url(../images/mystore_button.png) no-repeat;
	height: 27px;
	width: 112px;
	display: block;
	padding-left: 39px;
	padding-top: 6px;
}
#top-link-logout {
	position: absolute;
	left: 834px;
	top: 40px;
	background: transparent url(../images/blank_button_small.png) no-repeat 0 2px;
	height: 23px;
	width: 98px;
	display: block;
	padding-left: 48px;
	padding-top: 5px;
}
#header_search {
	float: left;
}
#header_links {
	position: absolute;
	padding-top: 10px;
}
#topMenu-links {
	position: absolute;
	left: 620px;
	top: -45px;
}
#nav {
	font-size: 15px;
}
body.cms-index-index #all-printers-link {
	display: none;
}
#nav li {
	position: relative;
	text-align: left;
}
#nav li.over {
	z-index: 999;
}
#nav a, #nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}
#nav li ul span {
	white-space: normal;
}
#nav li {
	float: left;
	padding-left: 11px;
	background: transparent url(../images/sliding-left.png) no-repeat scroll left top;
	margin-right: 8px;
}
#nav li.active a {
	color: #000;
}
#nav a {
	float: left;
	padding: 5px 12px 6px 2px;
	color: #999;
	font-weight: normal;
	background: transparent url(../images/sliding-right.png) no-repeat scroll right top;
}
#nav li.over a, #nav a:hover {
	color: #000;
}
#nav li.selected {
	padding-left: 11px;
	background: transparent url(../images/sliding-left.png) no-repeat scroll left top;
}
#nav a.selected {
	background: transparent url(../images/sliding-right.png) no-repeat scroll right top;
	color: #2A2824;
}
#nav ul li, #nav ul li.active {
	float: none;
	margin: 0;
	padding-bottom: 1px;
	background: #ddd;
}
#nav ul li.last {
	background: #656461;
	padding-bottom: 0;
}
#nav ul a, #nav ul a:hover {
	float: none;
	padding: 0;
	background: none;
}
#nav ul li a {
	font-weight: normal!important;
}
#nav ul {
	position: absolute;
	width: 15em;
	top: 25px;
	left: -10000px;
	border: 1px solid #ddd;
}
#nav ul ul {
	top: 5px;
}
#nav li.over>ul {
	left: 0;
}
#nav li.over>ul li.over>ul {
	left: 100px;
}
#nav li.over ul ul {
	left: -10000px;
}
#nav ul li a {
	background: #f6f6f6;
	color: #898885;
}
#nav ul li a:hover {
	background: #ccc;
	color: #fff!important;
}
#nav ul span, #nav ul li.last li span {
	padding: 3px 15px 4px 15px;
}
input, select, textarea, button {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #ddd;
}
input.input-text, textarea {
	padding: 6px;
	color: #737373;
	height: 13px;
}
select {
	padding: 1px;
}
select option {
	padding-right: 10px;
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
	margin-left: 4px;
}
input.qty {
	width: 5em!important;
	padding: 4px;
	margin-left: 15px;
	margin-right: 2px;
}
button.button {
	background: none;
	overflow: visible;
	width: auto;
	border: none;
	cursor: pointer;
}
button.button span {
	display: block;
	margin: 0;
	padding: 0 8px 1px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #000;
}
.field-100 {
	border: 1px solid #888;
	padding: 2px;
	overflow: hidden;
}
.field-100 input.input-text, .field-100 textarea {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.form-list li {
	margin: 0 0 5px;
}
.form-list label {
	font-weight: bold;
}
.form-list .input-box {
	float: left;
	width: 260px;
}
.form-list input.input-text, .form-list textarea {
	width: 250px;
}
.form-list select {
	width: 256px;
}
.form-list li.add-row {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.group-select li {
	margin: 0 0 5px;
}
.group-select .input-box {
	float: left;
	width: 260px;
	margin: 4px;
}
.group-select input.input-text, .group-select textarea {
	width: 510px;
}
.group-select select {
	width: 516px;
}
.group-select .input-box input.input-text, .group-select .input-box textarea {
	width: 250px;
}
.group-select .input-box select {
	width: 256px;
}
.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set button.button {
	float: right;
}
.buttons-set2 {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: right;
}
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}
.validation-failed {
	border: 1px dashed #f00!important;
	background: #faebe7!important;
}
.required {
	color: #f00;
}
p.required {
	font-size: 10px;
	text-align: right;
}
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}
.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #f00;
	font-weight: bold;
}
.notice {
	color: #ccc;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.messages li {
	margin: 0 0 10px;
}
.messages li li {
	margin: 0 0 3px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid!important;
	border-width: 1px!important;
	background-position: 10px 10px!important;
	background-repeat: no-repeat!important;
	min-height: 24px!important;
	padding: 8px 8px 8px 32px!important;
	font-size: 10px!important;
	font-weight: bold!important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/error_msg_icon.gif);
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/success_msg_icon.gif);
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/note_msg_icon.gif);
	color: #3d6611;
}
.breadcrumbs {
	display: none;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #ddd;
}
.breadcrumbs li {
	display: inline;
}
.page-title {
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.title-buttons {
	text-align: right;
}
.title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}
.pager {
	padding: 5px;
	margin: 5px 0;
	text-align: center;
}
.pager .amount {
	float: left;
}
.pager .limiter {
	float: right;
}
.pager .pages {
	margin: 0 135px;
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	display: inline;
}
.sorter {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0;
}
.sorter .view-mode {
	float: left;
}
.sorter .sort-by {
	float: right;
}
.data-table {
	width: 100%;
}
.data-table th {
	padding: 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	white-space: nowrap;
}
.data-table td {
	padding: 5px;
}
.data-table thead {
	background-color: #f2f2f2;
}
.data-table tr.even {
	background-color: #FAFAFA;
}
.data-table tbody.odd td {
	border-width: 0 1px;
}
.data-table tbody.even {
	background-color: #f6f6f6;
}
.data-table tbody.even td {
	border-width: 0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}
.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}
.data-table td.label, .data-table th.label {
	font-weight: bold;
	background-color: #f6f6f6;
}
tr.tax-total {
	cursor: pointer;
}
tr.tax-total .tax-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}
tr.show-details .tax-collapse {
	background-position: 0 -53px;
}
tr.tax-details td {
	background-color: #f6f6f6;
}
.cart-tax-info, .cart-price {
	padding-right: 20px;
}
body.checkout-onepage-index .cart-price {
	padding-right: 0;
}
.cart-tax-total {
	cursor: pointer;
}
.cart-tax-total {
	padding-right: 20px;
	background: url(../images/bg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}
.cart-tax-total-expanded {
	background-position: 100% -52px;
}
li.even {
	background-color: #f6f6f6;
}
dt.even, dd.even {
	background-color: #f6f6f6;
}
.std, .std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
	margin: 0 0 1em;
	padding: 0;
}
.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}
.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std ul ul {
	list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
	margin: .5em 0;
}
.std dt {
	font-weight: bold;
}
.std dd {
	padding: 0 0 0 1.5em;
}
.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}
.std address {
	font-style: normal;
}
.std b, .std strong {
	font-weight: bold;
}
.std i, .std em {
	font-style: italic;
}
.block {
	margin: 0 0 10px;
}
.block .block-title {
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
}
body.checkout-onepage-index .block .block-title {
	border-bottom: 1px solid #ddd;
	padding: 0;
}
body.checkout-onepage-index .data-table th {
	border: none;
}
.block .block-title strong {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.block h3 {
	font-size: 14px;
	line-height: 1.5;
}
.block .block-content {
	padding: 0;
}
.block .actions {
	text-align: right;
}
.block .actions a {
	float: left;
}
.block-currency select {
	width: 100%;
	border: 1px solid #888;
}
.block-layered-nav dt {
	font-weight: bold;
}
.block-cart .subtotal {
	text-align: center;
}
.mini-products-list li {
	padding: 5px 0;
}
.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-right: -75px;
}
.mini-products-list .product-details {
	margin-left: 75px;
}
.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.mini-products-list .product-details .btn-remove {
	float: right;
}
.block-related .printer-name a {
	display: block;
	padding-top: 19px;
}
.block-related .item .product-button {
	margin-top: 18px;
}
.block-related .item td {
	padding-right: 10px;
}
.block-compare li {
	padding: 5px 0;
}
.block-recent {
	display: none;
}
.block-poll input.radio {
	float: left;
	margin: 3px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
}
.block-poll .votes {
	font-weight: bold;
}
.block-tags ul, .block-tags li {
	display: inline;
}
.block-reorder li {
	padding: 5px 0;
}
.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .label {
	display: block;
	margin-left: 20px;
}
.block-banner .block-content {
	text-align: right;
}
.block-progress dt {
	font-weight: bold;
}
.block-progress dt.complete, .block-progress dd.complete {
	background-color: #f6f6f6;
}
.block-progress dd.complete {
	padding-left: 20px;
}
.category-title {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}
.category-image {
	display: block;
	margin: 0 auto;
}
.category-products {
	position: relative;
}
.products-grid {
	width: 100%;
}
.products-grid tr.even {
	background-color: #FAFAFA;
}
.products-grid td {
	width: 33%;
	padding: 5px;
}
.products-list li.item {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 5px;
}
.products-list .product-image {
	float: left;
}
.products-list h2 .product-name, .products-list .product-shop {
	float: right;
	width: 320px;
}
.search_buttons {
	margin-top: 10px;
}
.search_my_printers {
	text-align: center;
}
body.catalogsearch-result-index .products-grid .product-image {
	display: block;
}
body.catalogsearch-result-index .products-grid .price-box {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
body.catalogsearch-result-index .products-grid .button {
	float: right;
}
body.catalogsearch-result-index .products-grid td {
	padding: 10px;
}
body.catalogsearch-result-index .products-grid h2 {
	text-align: center;
}
body.catalogsearch-result-index .pager .pages {
	margin: 0 250px;
}
.search_on_search {
	position: absolute;
	top: 3px;
}
.search_on_no_results {
	margin-bottom: 20px;
}
.search-associated {
	color: #000;
}
body.catalogsearch-result-index .products-list h2 .product-name, .products-list .product-shop {
	float: none;
	width: 250px;
}
body.catalogsearch-result-index .products-list h2 .product-name {
	color: #000;
}
body.catalogsearch-result-index .category-products .col-1 {
	width: 60%;
}
body.catalogsearch-result-index .category-products .col-2 {
	width: 30%;
}
body.catalogsearch-result-index .product-image {
	margin-right: 25px;
}
body.catalogsearch-result-index .color-pics {
	margin-left: 0;
	margin-right: 5px;
}
body.catalogsearch-result-index input.input-text, textarea {
	height: 14px;
	padding: 3px;
}
body.catalogsearch-result-index .products-list li.item {
	border: 0 none;
	border-bottom: 1px solid #DDD;
}
body.catalogsearch-result-index .products-list li.last {
	border: 0 none;
}
body.catalogsearch-result-index .pager {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
body.catalogsearch-result-index .price-box {
	margin-left: 10px;
	margin-top: 5px;
}
body.catalogsearch-result-index .price-label {
	font-weight: normal;
	font-style: italic;
}
body.catalogsearch-result-index .price-box .price {
	font-style: italic;
}
body.catalogsearch-result-index .col-right {
	margin-top: 50px;
}
.product-collateral {
	margin-top: 25px;
}
.product-view div.product-shop-single {
	width: 444px;
}
.product-view .product-img-box {
	float: left;
	width: 224px;
}
.product-view .product-img-box .product-image {
	border: 1px solid #ddd;
	width: 220px;
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.product-view .product-img-box .zoom-notice {
	text-align: center;
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}
.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views ul {
	margin-left: -4px;
}
.product-view .product-img-box .more-views li {
	float: left;
	padding: 1px;
	background-color: #ddd;
	margin: 0 0 8px 4px;
}
.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .nav {
	text-align: center;
}
.product-image-popup .image {
	display: block;
}
.product-view .product-shop {
	float: right;
	width: 450px;
	position: relative;
}
.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bg_rating.gif) 0 0 repeat-x;
	position: relative;
	overflow: hidden;
}
.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/bg_rating.gif) 0 100% repeat-x;
}
.availability .in-stock {
	font-weight: bold;
}
.availability .out-of-stock {
	font-weight: bold;
	color: #f00;
}
.price {
	white-space: nowrap!important;
}
.old-price .price-label {
	white-space: nowrap;
}
.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}
.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.special-price .price {
	font-weight: bold;
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
a.minimal-price-link {
	display: block;
}
a.minimal-price-link .price {
	font-weight: normal;
}
.price-excluding-tax {
	display: block;
}
.price-excluding-tax .label {
	white-space: nowrap;
}
.price-excluding-tax .price {
	font-weight: normal;
}
.price-including-tax {
	display: block;
}
.price-including-tax .label {
	white-space: nowrap;
}
.price-including-tax .price {
	font-weight: bold;
}
.price-excl-tax {
	display: block;
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price {
	display: block;
}
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}
.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-notice {
	padding-left: 10px;
}
.price-notice .price {
	font-weight: bold;
}
.tier-prices .price {
	font-weight: bold;
}
.add-to-links .separator {
	display: none;
}
.add-to-cart label {
	float: left;
	margin-right: 5px;
}
.add-to-cart .qty {
	float: left;
	margin-right: 5px;
}
.add-to-cart button.button {
	float: left;
	margin-left: 5px;
}
.add-to-box .add-to-cart {
	float: left;
}
.add-to-box .or {
	float: left;
	margin: 0 10px;
}
.add-to-box .add-to-links {
	float: left;
}
.product-options {
	padding: 10px;
	margin: 10px 0 0;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.product-options dt label {
	font-weight: bold;
}
.product-options dt .qty-holder {
	float: right;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}
.product-options dd {
	margin: 10px 0;
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 100%;
}
.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.required {
	padding: 15px 0 0;
}
.product-options-bottom {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.product-options-bottom .price-box {
	margin: 10px 0;
}
.product-view .up-sell {
	margin-top: 40px;
}
.product-view .up-sell .products-grid td {
	width: 25%;
}
.product-view .tags .form-add-tags label {
	float: left;
}
.product-view .tags .form-add-tags .input-box {
	float: left;
	margin: 0 5px;
}
.product-view .tags .form-add-tags button.button {
	float: left;
}
.product-view .tags .form-add-tags p {
	clear: both;
}
.product-view .add-review .product-name span {
	font-weight: normal;
}
.product-name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}
.tags-list li {
	display: inline;
}
.cms-home .products-grid td {
	width: 20%;
}
#categories-sitemap {
	text-decoration: underline;
}
.catalog-seo-sitemap-product .col-main .pager {
	border: solid 1px #ddd;
	border-style: solid none;
}
.product-review .product-img-box {
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
}
.product-review .details {
	float: right;
	width: 570px;
}
.cart .checkout-types {
	float: right;
	text-align: right;
}
.cart-table .item-msg {
	font-size: 10px;
}
.cart .cart-collaterals {
	float: left;
	width: 500px;
}
.cart .crosssell .product-image {
	float: left;
	margin-right: -90px;
}
.cart .crosssell .product-shop {
	margin-left: 90px;
}
.cart .totals {
	float: right;
}
.cart .totals table {
	width: 100%;
}
.cart .totals table th, .cart .totals table td {
	padding: 5px;
}
.item-options dt {
	font-weight: bold;
	font-style: italic;
}
.item-options dd {
	padding-left: 10px;
}
.truncated {
	cursor: help;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.truncated .show dl {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}
.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}
.opc {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.opc li.section {
	border: 1px solid #ddd;
	border-bottom: 0;
}
.opc .step-title {
	background-color: #f6f6f6;
	padding: 0 5px;
	text-align: right;
}
.opc .step-title .number {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}
.opc .step-title h3 {
	float: left;
}
.opc .allow .step-title {
	cursor: pointer;
}
.opc .active .step-title {
	background-color: #ccc;
	cursor: default;
}
.opc .step {
	border-top: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.opc .step .tool-tip {
	right: 10px;
}
body.checkout-onepage-index .f-left {
	display: none;
}
body.checkout-onepage-index #checkout-step-login .col2-set .col-1 {
	border-right: 1px solid green;
}
body.checkout-onepage-success .col-main {
	width: 600px;
}
body.checkout-onepage-success .col-right {
	width: 300px;
}
body.checkout-onepage-success .module {
	display: none;
}
body.checkout-onepage-success .page-title {
	border-bottom: 2px solid #DDD;
}
body.checkout-onepage-success input.checkbox {
	margin-right: 70px;
}
body.checkout-onepage-success #newsletter-validate-detail p {
	padding-top: 15px;
	padding-bottom: 15px;
}
.printers-to-save {
	margin-top: 20px;
	margin-bottom: 20px;
}
.printers-to-save span {
	font-weight: bold;
}
.success-myprinters {
	margin-bottom: 40px;
	margin-top: 50px;
}
.success-myprinters p {
	margin-bottom: 20px;
	margin-top: 5px;
}
.success-myprinters ul {
	border-bottom: 1px solid #DDD;
}
.success-myprinters li {
	border-top: 1px solid #DDD;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000;
}
.checkout-progress {
	padding: 0 50px;
	margin: 10px 0;
}
.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #ccc;
	text-align: center;
	color: #ccc;
}
.checkout-progress li.active {
	border-top-color: #000;
	color: #000;
}
.multiple-checkout {
	position: relative;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}
.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}
.sp-methods .form-list {
	padding-left: 20px;
}
.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 3em!important;
}
.please-wait {
	float: right;
	margin-right: 5px;
}
.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}
.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close {
	text-align: right;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}
.gift-message-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.gift-message-form .inner-box {
	padding: 5px;
	height: 300px;
	overflow: auto;
}
.gift-message-link {
	display: block;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}
.gift-message-link.expanded {
	background-position: 0 -53px;
}
.gift-message-row .btn-close {
	float: right;
}
.gift-message dt strong {
	font-weight: bold;
}
.checkout-agreements li {
	margin: 10px 0;
}
.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}
.checkout-agreements .agree {
	padding: 6px;
}
.login-page .content {
	min-height: 150px;
}
#view_printers_login {
	position: absolute;
	top: 175px;
	left: 110px;
	background: url(../images/login_box.png) 0 0 no-repeat;
	padding: 10px;
	width: 267px;
	height: 218px;
}
#home_search {
	display: none;
	position: absolute;
	top: 237px;
	left: 479px;
	background: url(../images/search_box.png) 0 0 no-repeat;
	padding: 10px;
	width: 264px;
	height: 83px;
}
#search_autocomplete ul {
	background: #fff;
	padding: 6px;
}
body.cms-index-index #email {
	width: 180px;
	background: #EBEBEB;
}
body.cms-index-index #pass {
	width: 180px;
	background: #EBEBEB;
}
.small_login_label {
	color: #737373;
}
#sign-in-button {
	float: left;
}
body.cms-index-index .col-main {
	position: relative;
}
#small_login_pw {
	margin: 5px;
}
body.customer-account-login h3 {
	margin-bottom: 15px;
}
body.customer-account-login .form-list {
	margin-top: 15px;
	margin-bottom: 15px;
}
body.customer-account-login .buttons-set {
	margin: 0;
	padding: 0;
}
body.customer-account-login .buttons-set button.button {
	float: left;
}
body.customer-account-login .login-page .content {
	min-height: 110px;
}
body.customer-account-login .f-left {
	left: 58px;
	position: relative;
	text-decoration: underline;
	top: 4px;
}
#new-customer-benefits {
	list-style-image: url(../images/lbl_small_blue_dot.png);
	list-style-position: inside;
	margin-left: 15px;
	margin-bottom: 15px;
}
.login-label-images {
	margin-top: 3px;
	margin-right: 5px;
}
.login-subheadings {
	border-bottom: 2px solid #CCC;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.col2-set .new-users {
	width: 60%;
}
.col2-set .registered-users {
	width: 30%;
}
body.customer-account-create h3 {
	margin-top: 10px;
}
.dashboard .welcome-msg {
	margin-bottom: 25px;
}
.view-all-button {
	float: right;
}
#my-orders-table {
	margin-bottom: 15px;
}
#showhide-orders {
	margin-top: 15px;
}
#showhide-orders h4 {
	color: #999;
}
#showhide-printers {
	margin-top: 15px;
}
#showhide-printers h4 {
	color: #999;
}
#address-left {
	margin-top: 18px;
}
#dashboard-info-box {
	margin-top: 20px;
}
.dashboard .block-wishlist {
	margin: 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 25px;
}
body.customer-account-index .mini-products-list .product-details .btn-remove {
	float: none;
}
body.customer-account-index .mini-products-list .product-details {
	margin-top: 10px;
}
body.customer-account-index .mini-products-list .product-image {
	border: none;
}
body.customer-account-index .product-name a {
	color: #000;
}
body.customer-account-edit .group-select {
	margin-top: 25px;
}
body.customer-address-index li {
	margin-top: 10px;
}
body.customer-address-form .group-select .input-box {
	margin: 0;
	margin-right: 8px;
}
body.customer-address-form .group-select input.input-text, .group-select textarea {
	width: 518px;
}
body.customer-address-form .group-select .input-box input.input-text, .group-select .input-box textarea {
	width: 250px;
}
body.customer-address-form .group-select .input-box select {
	width: 265px;
}
body.sales-order-view h3 {
	margin-top: 15px;
}
body.sales-order-view .cart-price {
	padding-right: 0;
}
body.checkout-cart-index .cart-price {
	padding-right: 0;
}
.no-printers {
	text-align: center;
}
.no-printers-link {
	float: right;
}
.order-info li.current {
	color: #000;
}
.dashboard .recent-orders {
	margin: 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 25px;
}
.dashboard .tags .number {
	float: left;
	margin-right: -20px;
}
.dashboard .tags .details {
	margin-left: 20px;
}
.order-info {
	border: 1px solid #ddd;
	padding: 5px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline;
}
.order-info dt {
	font-weight: bold;
}
.page-print .print-head img {
	float: left;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}
.page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}
.footer-container {
	background: url(../images/footers.png) repeat-x scroll 50% 0;
	width: auto;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}
.footer {
	margin: 30px auto 0;
	width: 1000px;
}
.footer p {
	text-align: left;
	color: #737373;
	font-size: 11px;
}
.footer address {
	text-align: right;
}
.footer ul {
	float: left;
	padding: 0 20px 0 0;
}
.footer_box {
	display: inline;
}
.footer_image {
	display: inline;
	float: left;
	margin-bottom: 50px;
	margin-top: 5px;
}
.footer_box p {
	font-size: 13px;
	padding-left: 47px;
}
#footer_line {
	color: white;
}
#closetheloop {
	background: white;
	padding: 5px;
}
#footer_2 .button {
	border: none;
	background: none;
}
#footer_2 .input-text {
	color: #737373;
}
#footer_2 .block {
	margin: 0;
}
#footer_3 .footer_box p {
	font-size: 15px;
	padding-left: 70px;
}
#col1-link a {
	color: #0A95CA;
}
#footer_image_links {
	float: right;
	bottom: 50px;
}
#footer_copyright {
	float: left;
}
.footer_column {
	background: #F0F0F0;
	height: 110px;
	padding: 10px;
}
.color-pics {
	border: 1px solid #DDD;
	vertical-align: middle;
	margin-right: 15px;
	padding: 1px;
	margin-left: 10px;
}
body.wishlist-index-index .add-to-cart button.button {
	float: right;
	margin-right: 22px;
	margin-top: 10px;
}
.myprinters-image {
	position: relative;
}
.myprinters-title {
	position: relative;
	left: 64px;
	top: -40px;
}
.myprinters-button-links {
	position: relative;
	left: 64px;
	top: -36px;
}
.myprinter-top {
	height: 55px;
	margin-top: 6px;
}
.myprinters-inner td {
	border-bottom: 1px solid #DDD;
	border-left: none;
	border-right: none;
	border-top: 1px solid #DDD;
}
.myprinters-inner {
	border-top: 1px solid #DDD;
}
.myprinters-outer {
	border-top: 1px solid #DDD;
}
#myprinters-customer {
	font-weight: bold;
}
.myprinters-link {
	margin-top: 14px;
}
.myprinters-sidelinks {
	margin-top: 50px;
}
.h3-dark a {
	color: #010101;
}
.col2-set .dashboard-small {
	width: 44%;
	padding: 15px;
	border: 1px #CCC solid;
	background: #F9F9F9;
}
.dashboard-large {
	padding: 15px;
	border: 1px #CCC solid;
	margin-top: 25px;
	background: #F9F9F9;
}
.dashboard-large .col-2 {
	width: 46%;
	padding-left: 25px;
	border-left: 1px #CCC solid;
}
body.customer-account-index h5 {
	color: #000;
}
.welcome-msg h3 {
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: normal;
}
.edit-details-link {
	float: right;
	position: relative;
	top: -30px;
}
.edit-details-address-link {
	float: right;
	position: relative;
	top: -18px;
}
.dashboard-box-small-p {
	margin-top: 10px;
}
.edit-pen {
	margin-top: 6px;
	margin-right: 4px;
}
.delete-thumbnail {
	margin-top: 3px;
}
.edit-triangle {
	margin-top: 3px;
	margin-right: 10px;
}
.edit-text-link {
	color: #000;
}
body.customer-account-index .col-main {
	position: relative;
}
body.wishlist-index-index .col-main {
	position: relative;
}
body.wishlist-index-index .data-table .quantity_buttons {
	padding: 1px;
}
body.wishlist-index-index .data-table td {
	padding-top: 9px;
}
.mystore-small {
	display: none;
	height: 36px;
	left: 199px;
	position: absolute;
	top: 59px;
	width: 163px;
	text-indent: -10000em;
	overflow: hidden;
	z-index: 100;
}
.findink-large {
	display: none;
	height: 41px;
	left: 1px;
	position: absolute;
	top: 54px;
	width: 198px;
	text-indent: -10000em;
	overflow: hidden;
	z-index: 100;
}
.mystore-large {
	display: none;
	height: 41px;
	left: 181px;
	position: absolute;
	top: 53px;
	width: 184px;
	text-indent: -10000em;
	overflow: hidden;
	z-index: 100;
}
.findink-small {
	display: none;
	height: 35px;
	left: 1px;
	position: absolute;
	top: 59px;
	width: 180px;
	text-indent: -10000em;
	overflow: hidden;
	z-index: 100;
}
a.mystore-small:hover {
	text-indent: -10000em;
	overflow: hidden;
}
a.findink-large:hover {
	text-indent: -10000em;
	overflow: hidden;
}
a.mystore-large:hover {
	text-indent: -10000em;
	overflow: hidden;
}
a.findink-small:hover {
	text-indent: -10000em;
	overflow: hidden;
}
body.catalog-product-view #product-simple-price-box .regular-price {
	font-size: 18px;
	color: #414141;
	font-weight: bold;
}
body.catalog-product-view .page {
	min-height: 670px;
}
body.catalog-product-view .col-right {
	position: relative;
	width: 196px;
	min-height: 500px;
}
body.catalog-product-view .add-to-box {
	position: absolute;
	top: 170px;
	background: transparent url(../images/product_bar.png) no-repeat;
	width: 500px;
	height: 50px;
	border-top: 1px solid #E6E6E6;
}
body.catalog-product-view .add-to-cart {
	margin-top: 14px;
}
body.catalog-product-view table {
	margin-top: 10px;
}
body.catalog-product-view .product-button {
	float: right;
	margin-right: 17px;
}
body.catalog-product-view .product-view .up-sell .products-grid td {
	width: 45%;
}
body.catalog-product-view .product-shop .price-box {
	display: inline;
}
#product-simple-label {
	display: inline;
	font-size: 12px;
	color: #959595;
}
body.catalog-product-view .add-to-cart button.button {
	position: relative;
	top: -2px;
	margin-right: 16px;
}
#product-img-box-grouped {
	float: right;
	position: absolute;
	right: -263px;
}
#product-img-box-grouped p {
	border: none;
	text-align: center;
}
#product-shop-grouped {
	float: left;
	width: 660px;
}
#product-essential-grouped {
	position: relative;
}
body.catalog-product-view #product-essential-grouped .add-to-cart {
	float: right;
}
body.catalog-product-view #product-essential-grouped .add-to-box {
	background: none;
	border: none;
	position: relative;
	top: 0;
	float: right;
}
#grouped-add-to-myprinters {
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
}
#product-img-grouped {
	height: 220px;
}
#grouped-product-gen-subheading {
	margin-top: 20px;
	position: relative;
}
#grouped-product-nongen-subheading {
	margin-top: 30px;
	position: relative;
}
#super-product-table-non-genuine tr.first {
	border-top: 1px solid #DDD;
}
#super-product-table-non-genuine tr {
	border-bottom: 1px solid #DDD;
}
#super-product-table-genuine tr.first {
	border-top: 1px solid #DDD;
}
#super-product-table-genuine tr {
	border-bottom: 1px solid #DDD;
}
#super-product-table-non-genuine {
	margin-bottom: 20px;
}
#about-genuine-show {
	float: right;
}
#about-genuine-hide {
	float: right;
	display: none;
}
#about-non-genuine-show {
	float: right;
}
#about-non-genuine-hide {
	float: right;
	display: none;
}
#about-genuine-popup {
	display: none;
	background: transparent url(../images/login_box.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: -76px;
	width: 225px;
	height: 179px;
	overflow: hidden;
	padding: 20px;
}
#about-non-genuine-popup {
	display: none;
	background: transparent url(../images/login_box.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: -76px;
	width: 225px;
	height: 179px;
	overflow: hidden;
	padding: 20px;
}
.uses-cartridge {
	display: block;
	width: 110px;
	float: left;
}
.search-add-printer {
	clear: both;
}
.button_plus {
	margin-top: 4px;
}
.button_minus {
	margin-top: 3px;
}
body.catalog-product-view .data-table .quantity_buttons {
	padding: 1px;
}
body.catalog-product-view .data-table td {
	padding-top: 9px;
}
body.catalog-product-view .error-msg {
	display: none;
}
.h3-browse {
	color: #414141;
	font-size: 15px;
}
.finder-leaf-button {
	position: relative;
	top: 5px;
	left: 5px;
}
.finder-leaf-name {
	font-size: 18px;
	left: 15px;
	position: relative;
	top: 5px;
	color: #1b1b1b;
}
.finder-leaf-link {
	display: block;
	width: 440px;
	border-bottom: 1px solid #CFD3D4;
	height: 100px;
}
.finder-leaf-link .finder-actual-link {
	min-width: 10px;
	width: 135px;
	margin-right: 105px;
	background: #FFF;
}
#browse-brands {
	display: inline;
	margin-left: 7px;
}
#browse-type {
	display: inline;
	margin-left: 7px;
}
#browse-models {
	display: inline;
	margin-left: 7px;
}
#browse-table-labels {
	position: relative;
	padding-bottom: 4px;
}
#browse-labels-images_1 {
	display: inline;
	margin-left: 8px;
}
#browse-labels-images_2 {
	display: inline;
	margin-left: 112px;
}
#browse-labels-images_3 {
	display: inline;
	margin-left: 76px;
}
body.cms-browse .col-right {
	margin-top: 80px;
	position: relative;
	width: 196px;
}
body.cms-browse .col-right p {
	line-height: 2;
}
body.cms-browse .col-right h3 {
	line-height: 1;
}
body.cms-browse .block-banner {
	position: absolute;
	top: 186px;
}
#home-browse {
	padding: 10px;
	background: transparent url(../images/find_ink_bg.png) repeat-y;
	padding: 50px 10px;
	border-top: 0 none;
}
body.cms-index-index #browse-table-labels {
	width: 730px;
	margin: 0 auto;
}
body.cms-index-index .containerobj {
	margin: 0 auto;
	background: #FFF;
}
#home-utility {
	background: transparent url(../images/homepage_bottom.png) repeat-y;
	border-top: 1px solid #B4C0C5;
	border-bottom: 1px solid #B4C0C5;
}
.home_search_line {
	position: relative;
	text-align: center;
	top: 27px;
}
I836 .finder-leaf-link img {
	padding: 5px;
}
#need-help {
	position: absolute;
	right: 140px;
	top: 100px;
}
#need-help a {
	color: #000;
}
#need-help-div {
	display: none;
	background: transparent url(../images/login_box.png) no-repeat;
	position: absolute;
	top: -117px;
	right: 46px;
	width: 225px;
	height: 179px;
	overflow: hidden;
	padding: 20px;
}
.containerobj {
	border: 1px solid #ccc;
	height: 30em;
	width: 900px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	position: relative;
}
.containerobj div {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
}
.containerobj a {
	display: block;
	clear: both;
	max-width: 345px;
	white-space: nowrap;
	min-width: 160px;
	color: #414141;
	padding-left: 10px;
}
.containerobj a:hover {
	color: #414141;
	padding-left: 10px;
}
.containerobj a canvas {
	padding-left: 1em;
}
.containerobj .feature {
	min-width: 200px;
}
.containerobj .feature a {
	white-space: normal;
}
.containerobj .active {
	background-color: #DEECF2;
	color: #414141;
}
.containerobj .inpath {
	background-color: #DEECF2;
	color: #414141;
}
.containerobj .hasChildMenu .widget {
	color: #414141;
	position: absolute;
	right: 0;
	text-decoration: none;
	font-size: .7em;
}
.ajax-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background-color: white;
	opacity: .5;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('../images/ajax.gif');
	display: none;
	z-index: 10;
}
body.cms-index-index .col-main {
	background: transparent url(../images/tab_find_ink.png) no-repeat;
	padding-top: 47px;
	padding-right: 0;
	padding-bottom: 0;
}
body.cms-index-index .mystore-small {
	display: block;
	top: 72px;
}
body.customer-account-index .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.customer-account-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.customer-account-index .col-main {
	width: 725px;
}
body.customer-account-index .mystore-large {
	display: block;
}
body.customer-account-index .findink-small {
	display: block;
}
body.wishlist-index-index .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.wishlist-index-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.wishlist-index-index .col-main {
	width: 725px;
}
body.wishlist-index-index .mystore-large {
	display: block;
}
body.wishlist-index-index .findink-small {
	display: block;
}
body.customer-account-edit .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.customer-account-edit .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.customer-account-edit .col-main {
	width: 725px;
}
body.customer-account-edit .mystore-large {
	display: block;
}
body.customer-account-edit .findink-small {
	display: block;
}
body.newsletter-manage-index .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.newsletter-manage-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.newsletter-manage-index .col-main {
	width: 725px;
}
body.newsletter-manage-index .mystore-large {
	display: block;
}
body.newsletter-manage-index .findink-small {
	display: block;
}
body.sales-order-history .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.sales-order-history .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.sales-order-history .col-main {
	width: 725px;
}
body.sales-order-history .mystore-large {
	display: block;
}
body.sales-order-history .findink-small {
	display: block;
}
body.checkout-cart-index .header-container {
	background: transparent url(../images/tab_find_ink.png) no-repeat 0 bottom;
}
body.checkout-cart-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.checkout-cart-index .col-main {
	width: 725px;
	min-height: 200px;
}
body.checkout-cart-index .mystore-small {
	display: block;
}
body.checkout-cart-index .findink-large {
	display: block;
}
body.checkout-onepage-index .header-container {
	background: transparent url(../images/tab_find_ink.png) no-repeat 0 bottom;
}
body.checkout-onepage-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.checkout-onepage-index .col-main {
	width: 725px;
}
body.checkout-onepage-index .mystore-small {
	display: block;
}
body.checkout-onepage-index .findink-large {
	display: block;
}
body.catalogsearch-result-index .header-container {
	background: transparent url(../images/tab_find_ink.png) no-repeat 0 bottom;
}
body.catalogsearch-result-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.catalogsearch-result-index .col-main {
	width: 725px;
}
body.catalogsearch-result-index .mystore-small {
	display: block;
}
body.catalogsearch-result-index .findink-large {
	display: block;
}
body.customer-account-create .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.customer-account-create .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.customer-account-create .col-main {
	width: 725px;
}
body.customer-account-create .mystore-large {
	display: block;
}
body.customer-account-create .findink-small {
	display: block;
}
body.catalog-product-view .header-container {
	background: transparent url(../images/tab_find_ink.png) no-repeat 0 bottom;
}
body.catalog-product-view .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.catalog-product-view .col-main {
	width: 685px;
}
body.catalog-product-view .mystore-small {
	display: block;
}
body.catalog-product-view .findink-large {
	display: block;
}
body.customer-address-index .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.customer-address-index .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.customer-address-index .col-main {
	width: 725px;
}
body.customer-address-index .mystore-large {
	display: block;
}
body.customer-address-index .findink-small {
	display: block;
}
body.customer-address-form .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.customer-address-form .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.customer-address-form .col-main {
	width: 725px;
}
body.customer-address-form .mystore-large {
	display: block;
}
body.customer-address-form .findink-small {
	display: block;
}
body.sales-order-view .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.sales-order-view .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.sales-order-view .col-main {
	width: 725px;
}
body.sales-order-view .mystore-large {
	display: block;
}
body.sales-order-view .findink-small {
	display: block;
}
body.sales-order-invoice .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.sales-order-invoice .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.sales-order-invoice .col-main {
	width: 725px;
}
body.sales-order-invoice .mystore-large {
	display: block;
}
body.sales-order-invoice .findink-small {
	display: block;
}
body.sales-order-shipment .header-container {
	background: transparent url(../images/tab_mypage.png) no-repeat 0 bottom;
}
body.sales-order-shipment .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.sales-order-shipment .col-main {
	width: 725px;
}
body.sales-order-shipment .mystore-large {
	display: block;
}
body.sales-order-shipment .findink-small {
	display: block;
}
body.cms-page-view .header-container {
	background: transparent url(../images/tab_find_ink.png) no-repeat 0 bottom;
}
body.cms-page-view .main {
	background: transparent url(../images/tab_body.png) no-repeat;
	padding: 10px 20px 20px;
	border-left: 1px solid #D7DFE3;
	border-right: 1px solid #D7DFE3;
}
body.cms-page-view .col-main {
	width: 690px;
}
body.cms-page-view .mystore-small {
	display: block;
}
body.cms-page-view .findink-large {
	display: block;
}
.contacts-box {
	border: 1px solid #CCC;
	padding: 15px;
	background: #E7EFFF;
}
.contacts-box ul {
	float: right;
	margin-right: 10px;
}
#contacts-box-address {
	height: 93px;
	width: 175px;
	position: absolute;
	top: 90px;
}
#contacts-box-address ul {
	margin-right: 80px;
}
#contacts-box-phone {
	height: 53px;
	width: 175px;
	padding-bottom: 0;
	position: absolute;
	top: 255px;
}
#contacts-box-email {
	position: absolute;
	top: 90px;
	left: 250px;
	width: 360px;
}
#contacts-box-email ul {
	margin-right: 25px;
	margin-top: 20px;
}
body.cms-contact-us .col-main {
	position: relative;
	min-height: 500px;
}
body.cms-contact-us .group-select input.input-text, .group-select textarea {
	width: 280px;
}
body.cms-contact-us .group-select .input-box input.input-text, .group-select .input-box textarea {
	width: 280px;
}
body.cms-contact-us .group-select .input-box {
	margin: 0;
}
.contacts-button {
	margin-right: 17px;
}
.clearer:after, .header:after, #nav:after, .main:after, .footer:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block-poll li:after, .block-related li:after, .block-related .item:after, .block .actions:after, .mini-products-list li:after, .title-buttons:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .products-list li.item:after, .product-view .product-img-box .more-views ul:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .opc .step-title:after, .checkout-progress:after, .field-100:after, .group-select li:after, .form-list li:after, .buttons-set:after, .buttons-set2:after, .page-print .print-head:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
