/* Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 16px;
}/* Fix for Opera */
body {
	font: 75%/150% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #ececed;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #008a96;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #008a96;
}
:focus {
	outline: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px;
}
h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 11px;
	font-weight: bold;
}

/* Forms */
form {
	display: inline;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}

/* Table */
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;
}

/* Content */
strong {
	font-weight: bold;
}
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;
}

/* Lists */
ul, ol {
	list-style: none;
}

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.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: top;
}
.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%;
	min-height: 147px;
	position: relative;
}
.no-display {
	display: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-bg {
	background: none !important;
}

/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.wrapper {
}
.page {/*TODO:needed?->*/
	text-align: left;
}
.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	padding: 20px;
	text-align: left;
	background: #fff;
}

.main-container {
	background: url(../images/img/top-bg-line.gif) 0 0 repeat-x;
}
/* Additional styles on home page */
body.cms-index-index .main-container, body.cms-index-defaultindex .main-container {
	background-image: none;
}

.main {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	min-height: 370px;
	padding: 50px 20px 30px 20px;
	background: #fff;
}

/* Base Columns */
.col-left {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
}
.col-main {
	float: left;
	width: 720px;
	padding: 0;
}
.col-right {
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}
.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 480px;
}
.col3-layout .col-wrapper {
	float: left;
	width: 720px;
}
.col3-layout .col-wrapper .col-main {
	float: right;
}

/* Content Columns */
.col2-set .col-1 {
	float: left;
	width: 49%;
}
.col2-set .col-2 {
	float: right;
	width: 49%;
}
.col2-set .col-narrow {
	width: 33%;
}
.col2-set .col-wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3 {
	float: right;
	width: 32%;
}

.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%;
}

/* Global Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Form Elements
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

input, select, textarea, button {
	font-size: 12px;
	vertical-align: middle;
	color: #000;
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.input-text:hover, select:hover, textarea:hover {
	border: 1px solid #ccc;
}
input.input-text:focus, select:focus, textarea:focus {
	outline: none;
	border: 1px solid #ccc;
	border-top: 1px solid #bbb;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
input.input-text.validation-failed, select.validation-failed, textarea.validation-failed {
	padding: 3px;
}

select option {
	padding-right: 10px;
}
select.multiselect option {
	border-bottom: 1px solid #ddd;
	padding: 2px 5px;
}
select.multiselect option:last-child {
	border-bottom: 0;
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
}
input.qty {
	width: 2.5em !important;
}

/* Buttons
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}/* FF Fix */
button.button {
	-webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}
button.button span {
	background-color: #ddd;
	float: left;
	display: block;
	height: 35px;
	padding: 0 0 0 8px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
button.button:hover span {
	/*background-color: #ccc;
	color: #333;*/
        background-color: #008A96;
	color: #fff;
}
button.button span span {
	height: 35px;
	padding: 0 15px 0 8px;
	line-height: 35px;
}

/* Button - small, for inline display with input boxes
 -------------------------------------------------------------- */
button.button.btn-inline span, .product-view .box-tags .form-add button.button span {
	height: 27px;
	padding: 0 0 0 8px;
	font-size: 12px;
	line-height: 27px;
}
button.button.btn-inline span span, .product-view .box-tags .form-add button.button span span {
	padding: 0 12px 0 4px;
}

/* Button - cart
 -------------------------------------------------------------- 
button.button.btn-cart span {
}
button.button.btn-cart:hover span {
	background-color: #008A96;
	color: #fff;
}
*/
/* Button small
 -------------------------------------------------------------- */
button.small-button span {
	background: no-repeat 0 -20px;
	float: left;
	height: 20px;
	padding: 0 0 0 8px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	color: #555;
}
button.small-button:hover span {
	background-position: 0 -60px;
	color: #222;
}
button.small-button span span {
	background-position: 100% 0;
	padding: 0 14px 0 4px;
}
button.small-button:hover span span {
	background-position: 100% -40px;
}
/* Big buttons: Add to cart (product view) & Proceed to checkout
 -------------------------------------------------------------- */
.product-view .btn-cart span, button.btn-checkout span, .cart .cart-offer span {
	background-color: #008A96;
	height: 35px;
	padding: 0 0 0 8px;
	line-height: 20px;
	color: #fff;
}

.cart .cart-offer span {
	display: block;
	float: right;
	padding-left: 8px;
	text-align: left;
}
.cart .cart-offer span span{
    padding: 0 10px 0 8px;
    width: 157px;
}
.cart .cart-offer span span.img-offer{
    padding: 3px 0 0 13px;
    width: 30px;
}
.cart .checkout-types li:nth-child(1) {
	height: 35px;
}

.product-view .btn-cart:hover span, button.btn-checkout:hover span {
	background-color: #008A96;
	color: #fff;
}
.product-view .btn-cart span span, button.btn-checkout span span, .cart .cart-offer span span {
	height: 35px;
	padding: 0px 15px 0 8px;
	line-height: 35px;
}

/* Icons on big buttons */
.product-view .btn-cart span span .img-cart {/*obsolete*/
	background: url(../images/img/ic-cart-white.png) no-repeat right;
	width: 25px;
	height: 21px;
	padding: 0 0 0 10px;
	float: right;
}
button.btn-checkout span span .img-checkout {
	background: url(../images/img/ic-checkout.png) no-repeat right;
	width: 30px;
        height:30px;
	padding: 3px 0 0 13px;
	float: right;
}

.cart .cart-offer span.img-offer {
	background: url(../images/img/ic-checkout-offer.png) no-repeat right;
	width: 30px;
	height: 30px;
	padding: 3px 0 0 13px;
	float: right;
}

/* Form
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
.form-list li {
	margin: 0 0 8px;
}
.form-list label {
	float: left;
	color: #555;
	font-weight: bold;
	position: relative;
	z-index: 0;
	margin: 0 0 2px 0;
}

.form-list fieldset label{
    font-weight: normal;
    padding-left: 10px;
}

.form-list fieldset{
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-list label.required {
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -8px;
}
.form-list li.control label {
	float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right: 6px;
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
.form-list .input-box {
	display: block;
	clear: both;
}
.form-list .field {
	float: left;
	width: 275px;
}
.form-list input.input-text {
	width: 254px;
}
.form-list textarea {
	width: 254px;
	height: 10em;
}
.form-list select {
	width: 260px;
}
.form-list li.wide .input-box {
	width: 535px;
}
.form-list li.wide input.input-text {
	width: 529px;
}
.form-list li.wide textarea {
	width: 529px;
}
.form-list li.wide select {
	width: 535px;
}
.form-list li.additional-row {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range input.input-text {
	width: 74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}
.form-list .name-prefix select {
	width: 55px;
}
.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}
.form-list .name-suffix select {
	width: 55px;
}
.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .name-middlename {
	width: 70px;
}
.form-list .name-middlename input.input-text {
	width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width: 210px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width: 189px;
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}
.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}
.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}
.form-list .customer-dob .dob-year {
	width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

/* Orders and Returns form
 -------------------------------------------------------------- */
#oar_widget_orders_and_returns_form ul li {
	margin: 0 0 5px;
	height: 30px;
}

/* Buttons set
 -------------------------------------------------------------- */
.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set .back-link a {
	display: block;
	background: url(../images/img/icons.png) 10px -232px no-repeat #eee; /* Icon moved down 8px (-240px + 8 = -232px) */
	padding: 8px 15px 8px 32px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.buttons-set .back-link a:hover {
	color: #333 !important;
	background-color: #e5e5e5;
}
.buttons-set .back-link small {
	display: none;
}
.buttons-set button.button {
	float: right;
	margin-left: 3px;
}
.buttons-set p.required {
	margin: 0 0 5px;
}
.buttons-set button.button span span {
	padding-right: 38px;
	padding-left: 30px;
}

.contacts-index-index .buttons-set {
	float: left;
	margin-top: -10px;
}
.contacts-index-index .buttons-set .required {
	text-align: left;
}
.contacts-index-index .buttons-set .button {
	margin-left: 0;
}

/* Fieldset
 -------------------------------------------------------------- */
/* Common styles for fieldsets and blocks in Multiple Addresses Checkout and Generic Info Set */
.fieldset, .multiple-checkout .col2-set, .multiple-checkout .col3-set, .info-set {
	border: 5px solid #eee;
	margin: 25px 0 20px;
	padding: 30px 20px 20px;
}
.fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend {
	background-color: #fff;
	color: #008a96;
	float: left;
	font-size: 14px;
	margin: -42px 0 0 1px;
	padding: 0 15px;
}

/* Form Validation
 -------------------------------------------------------------- */
.validation-advice {
	clear: both;
	min-height: 12px;
	margin: 3px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #ee001c;
}
.validation-failed {
	border: 2px solid #ee001c !important;
	background: #fff !important;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.validation-passed {
}
p.required {
	font-size: 10px;
	text-align: right;
	color: #ee001c;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

/* Global Messages
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #ee001c;
	font-weight: bold;
}
.notice {
	color: #ccc;
}

.messages, .messages ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.messages {
	overflow: hidden;
	margin: 0 0 10px;
}
.messages li {
	margin: 0 0 5px;
}
.messages li li {
	margin: 0 0 5px;
}
.messages a {
	text-decoration: underline;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
	background-position: 10px 14px !important;
	background-repeat: no-repeat !important;
	padding: 14px 14px 14px 32px !important;
	font-size: 12px !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #F5DAD3;
	background-image: url(../images/i_msg-error.png);
	color: #df280a;
}
.success-msg {
	border-color: #529327;
	background-color: #e9ffca;
	background-image: url(../images/i_msg-success.png);
	color: #296a23;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-image: url(../images/i_msg-note.gif);
	color: #666;
}

/* Pusta kategoria*/
.note-msg.empty-catalog {
	background: #fff;
	color: #777;
	padding: 140px 30px 150px 170px !important;
	background: url(../images/ico/empty-catalog.png) 30px 90px no-repeat !important;
}

/* BreadCrumbs
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.breadcrumbs {
	margin: -50px 0 0;
	height: 50px;
}
.breadcrumbs ul {
	padding-top: 11px;
}
.breadcrumbs li {
	display: inline;
	font-size: 11px;
	color: #bbb;
}
.breadcrumbs a {
	display: block;
	float: left;
	border-bottom: none;
	color: #bbb;
}
.breadcrumbs a:hover {
	color: #008A96;
}
.breadcrumbs li span {
	background: url(../images/img/pix.png) 0 -129px no-repeat;
	width: 7px;
	height: 5px;
	margin: 6px 4px 0;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
.breadcrumbs li strong {
	font-weight: normal;
	display: block;
}

/*Contao*/
div.mod_breadcrumb.breadcrumbs {
	padding-left: 20px;
}

/* Page Heading
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.page-title {
	padding: 0;
	margin: 0 0 15px;
}
.page-title h1, .page-title h2 {
	margin: 0;
}
.page-title h1 {
	line-height: 44px;
}
.page-title .separator {
	margin: 0 3px;
}
.page-title .link-rss {
	float: right;
}
.title-buttons {
	text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left;
}

.subtitle {
	clear: both;
}

/*Camerafinder
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cf_header {
	color: #008a96;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px 5px 20px;
	background: url("../images/cf_triangle.gif") 10px 11px no-repeat;
}

/* Toolbar: pager + sorter
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Set line-height to vertically align all elements (select boxes are 27px heigh) */
.pager, .sorter {
	padding: 7px 7px 7px 10px;
	background-color: #f5f5f5;
	color: #555;
	line-height: 27px;
}

.sorter .amount, .pager .amount {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #e5e5e5;
}

/* If pager is inside toolbar */
.toolbar .pager {
	margin: 0 0 5px;
}
.toolbar {
	margin-bottom: 5px;
}
.toolbar-bottom {
	margin-top: 5px;
}

/* Sorter
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.sorter {
	height: 28px;
}
.sorter .view-mode {
	float: left;
}
.sorter .view-mode label {
	float: left;
	margin-right: 4px;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
	float: left;
	width: 26px;
	height: 26px;
	margin: 1px 0 0 3px;
	display: block;
	background: url(../images/img/pix.png) no-repeat transparent;
	text-indent: -9999px;
	overflow: hidden;
}
.sorter .view-mode .grid {
	background-position: 0 -277px;
}
.sorter .view-mode .list {
	background-position: -27px -277px;
}
.sorter .view-mode a.grid:hover {
	background-position: 0 -304px;
}
.sorter .view-mode a.list:hover {
	background-position: -27px -304px;
}
.sorter .view-mode span.grid {
	background-position: 0 -304px;
}
.sorter .view-mode span.list {
	background-position: -27px -304px;
}
.sorter .view-mode a:hover {
	background-color: #eaeaea;
}

.sorter .sort-by {
	float: right;
}
.sorter .sort-by .category-asc, .sorter .sort-by .category-desc {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}
.sorter .sort-by .category-asc {
	background: url(../images/img/pix.png) 0 -85px no-repeat transparent;
}
.sorter .sort-by .category-desc {
	background: url(../images/img/pix.png) -27px -85px no-repeat transparent;
}
.sorter .sort-by .category-asc:hover {
	background-position: -81px -85px;
	background-color: #eaeaea;
}
.sorter .sort-by .category-desc:hover {
	background-position: -54px -85px;
	background-color: #eaeaea;
}

.sorter .link-feed {
}
.sorter .limiter {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	border-right: #e5e5e5 solid 1px;
}

/* Pager
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.pager {
	margin: 10px 0;
}
/* Same as ".sorter .limiter" but space is on the left side */
.pager .limiter {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: #e5e5e5 solid 1px;
}
.pager .pages {
	float: right;
	margin-top: 1px;
}
.pager .pages strong, .pager .pages span {
	float: left;
	padding: 0 3px 0 0;
	font-weight: normal;
	line-height: 25px; /* Line-height = pages->li->height */
}
.pager .pages ol {
	display: inline;
}
.pager .pages li {
	float: left;
	margin: 0 0 0 3px;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 25px; /*=height*/
	text-align: center;
}
.pager .pages li a {
	color: #555;
	background-color: #eaeaea;
	display: block;
}
.pager .pages li a:hover {
	color: #008a96;
	background-color: #f5f5f5;
}
.pager .pages li.current {
	color: #008a96;
	background-color: #ddd;
	background-image: none;
}
.pager .pages li a.previous {
	background-image: url(../images/img/pix.png);
	background-position: 0 -55px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.pager .pages li:hover a.previous {
	background-position: -50px -55px;
}
.pager .pages li a.next {
	background-image: url(../images/img/pix.png);
	background-position: -25px -55px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.pager .pages li:hover a.next {
	background-position: -75px -55px;
}

/* Data Table
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.data-table {
	width: 100%;
}
.data-table th, .data-table td {
	padding: 8px;
}
.data-table thead {
	background: none;
	border-bottom: 1px solid #ccc;
}
.data-table thead th {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
}
.data-table thead th.wrap {
	white-space: normal;
}

.data-table tr.odd td, .data-table tr.odd th {
	border-right: 1px solid #ddd;
}
.data-table tr.odd td.last {
	border-right: none;
}
.data-table tr.odd.last {
	border-bottom: #eee solid 1px;
}
.data-table tr.even {
	background-color: #eee;
}
.data-table tr.even td, .data-table tr.even th {
	border-right: 1px solid #ddd;
}
.data-table tr.even td.last {
	border-right: none;
}
.data-table tbody tr:hover {
}
.data-table tbody tr.product-shop-row:hover {
	background-color: #FFF;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width: 0 1px;
}
.data-table tbody.odd tr.last {
	border-bottom: #e5e5e5 solid 1px;
}
.data-table tbody.even {
	background-color: #f1f1f1;
}
.data-table tbody.even td {
	border-width: 0 1px;
}
.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}

#my-offers-table.data-table td {
	padding: 4px;
}

/* Shopping cart total summary row expandable to details
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

tr.summary-total {
	cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}
tr.show-details .summary-collapse {
	background-position: 0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
	font-size: 11px;
	background-color: #f5f5f5;
	color: #777;
	padding: 2px 5px !important;
}
tr.summary-details-first td {
	border-top: 1px solid #d5d5d5;
}
tr.summary-details-excluded {
	font-style: italic;
}

/* Shopping cart tax info
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.cart-tax-info {
	display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px;
}
.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}
.cart-tax-total-expanded {
	background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.std .subtitle {
	padding: 0;
}
.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
.std dl dt {
	font-weight: bold;
}
.std dl dd {
	margin: 0 0 10px;
}

/* Unordered lists
 -------------------------------------------------------------- */
.std ul {
}

/* Bullets */
.std ul.bullet {
	list-style: none outside none;
	margin: 5px 0;
	padding: 0;
}
.std ul.bullet li {
	background: url(../images/img/bullet.png) 5px 4px no-repeat;
	padding-left: 20px;
}

/* Disc */
.std ul.disc, .data-table ul.disc {
	list-style: disc outside none;
	margin: 0 0 0 20px;
	padding: 0;
}

/* Other
 -------------------------------------------------------------- */
.std p {
	margin: 0 0 10px;
}
.std .products-grid p {
	margin-bottom: 0;
}

/* Misc
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.links li {
	display: inline;
}
.links li.first {
	padding-left: 0 !important;
}
.links li.last {
	padding-right: 0 !important;
}

.link-cart {
	font-weight: bold;
	color: #555;
}
.link-reorder {
	font-weight: bold;
}
.link-print {
	background: url(../images/i_print.gif) 0 2px no-repeat;
	padding: 2px 0 2px 25px;
}
.link-rss {
	background: url(../images/i_rss.gif) 0 3px no-repeat;
	padding-left: 18px;
	white-space: nowrap;
}

.cards-list dt {
	margin: 5px 0 0;
}
.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
	font-weight: normal;
	color: #ddd;
}
.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

/* Global site notices
 -------------------------------------------------------------- */
.global-site-notice {
	border: 1px solid #cfcfcf;
	border-width: 0 0 1px;
	background: #f5f5f5;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}
.global-site-notice .notice-inner {
	width: 860px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(../images/i_notice.gif) 20px 25px no-repeat;
	text-align: left;
}
.global-site-notice .notice-inner p {
	margin: 0;
	border: 1px dotted #cccc73;
	padding: 10px;
}
.global-site-notice .notice-inner .actions {
	padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	border: 0;
	text-align: center;
	color: #fff;
}
.demo-notice .notice-inner {
	width: auto;
	padding: 0;
	background: none;
	text-align: center;
}
.demo-notice .notice-inner p {
	padding: 0;
	border: 0;
}

/* Button remove/close
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.btn-remove, .btn-remove2, .btn-edit, .tool-tip .btn-close a {
	display: block;
	width: 17px;
	height: 17px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.btn-remove, .btn-remove2, .tool-tip .btn-close a {
	background: url(../images/img/pix.png) 0 -150px no-repeat;
}
.btn-remove:hover, .btn-remove2:hover, .tool-tip .btn-close a:hover {
	background-position: -17px -150px;
}
.btn-remove:active, .btn-remove2:active, .tool-tip .btn-close a:focus {
	background-position: -34px -150px;
}

.btn-edit {
	background: url(../images/img/pix.png) 0 -250px no-repeat;
	margin: 0 0 0 5px;
}
.btn-edit:hover {
	background-position: -17px -250px;
}
.btn-edit:active {
	background-position: -34px -250px;
}

/* Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.header {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 126px;
	position: relative;
	color: #888; /* DESIGN: header text color */
	background: #ffffff;
}
.header a {
	color: #888; /* DESIGN: header link color */
}
.header a:hover {
	color: #bbb; /* DESIGN: header link color hover */
}
#mini-cart .summary a {
	color: #008a96;
}
#mini-cart .summary a:hover {
	color: #008a96;
}
#mini-offer .summary a {
	color: #008a96;
}
#mini-offer .summary a:hover {
	color: #008a96;
}

.logo {
	float: left;
}
/* Add 1px padding to prevent margins collapsing */
.header a.logo {
	float: left;
	text-decoration: none !important;
	margin-left: 20px;
}
.header .logo img {
	display: block;
	margin: 0 auto;
}
.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header h1.logo {
	margin: 0;
}

.header .welcome-msg {
	margin-top: 5px;
}

.header div.welcome-msg {
	display: block;
	float: left;
	width: 783px;
	padding-right: 20px;
}
.header .login-msg {
	margin-top: 29px;
	float: right;
}
.header .login-msg a {
	color: #777;
}
.header .login-msg a:hover {
	color: #fff;
}

/* Header additional containers
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.header-right {
	float: right;
	height: 75px;
	padding: 11px 20px 0px 0px;
}
.header-right-secondary {
	height: 23px;
	padding: 1px 20px 0px 20px;
	text-align: right;
}
.header-right-secondary p.text {
	text-align: right;
	min-width: 0px;
}
.header-right-secondary a {
	color: #8baed8;
}
.header-right-secondary a:hover {
	color: #fff;
}

.header-left {
	float: left;
	height: 86px;
	margin-left: 20px;
}
.header-contact-wrapper {
}
.header-banner-wrapper {
}

/* Header top
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.header-top {
	height: 40px;
}
.header-top .lang-switcher, .header-top .currency-switcher {
	margin-top: 7px;
	margin-right: 25px;
}

.header-top .header-right-secondary .lang-switcher {
	margin-top: 5px;
	margin-right: 0px;
	min-width: 0px;
}

/* Header top - links
 -------------------------------------------------------------- */ /*my:predef-block*/
.header-top .header-top-links-wrapper {
	float: left;
	margin-top: 13px;
}
.header-top-links-wrapper ul {
}
.header-top-links-wrapper li {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.075);
	padding: 0 8px;
	line-height: 12px;
}
.header-top-links-wrapper li.first {
	padding-left: 0;
}
.header-top-links-wrapper li.last {
	padding-right: 0;
	border-right: 0 !important;
}

/* Header top - help
 -------------------------------------------------------------- */ /*my:predef-block*/
.header-top .header-top-help-wrapper {
	float: left;
	margin-right: 20px;
}
.header-top .header-top-help-wrapper .phone {
	background: url(../images/img/ic-phone-gray.png) 0 0 no-repeat;
	padding: 0 0 0 24px;
	margin-top: 10px;
}

/* User menu - top links
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.user-menu {
	float: right;
	margin: 10px 0 10px 10px;
}
/* "ul" is a list of default Magento links or additional custom links added in header template.
 Set floating because there can be more than one list in a row. */
.user-menu ul {
	float: left;
}
.user-menu > ul > li {
	float: left;
	margin-left: 10px;
	display: block;
	background-color: rgba(255,255,255, 0.1);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	min-width: 80px;
}

.user-menu > ul > li.user-menu-cart {
	min-width: 110px;
        max-width: 160px;
}

.user-menu > ul > li:hover {
	background-color: rgba(255,255,255, 0.2);
	background-position: 0px -38px; /* 2px more than without hover: icons will move up on hover */
}

.user-menu > ul > li.wishlist {
	background-image: url(../images/img/ic-toplinks-wishlist.png);
}
.user-menu > ul > li.item-1 {
	background-image: url(../images/img/toplinks-account.png);
}
.user-menu > ul > li.item-2 {
	background-image: url(../images/img/toplinks-log.png);
}
/* Default icon for all custom links after the "Log In" link" */
.user-menu > ul > li.item-3, .user-menu > ul > li.item-4, .user-menu > ul > li.item-5, .user-menu > ul > li.item-6, .user-menu > ul > li.item-7 {
	background-image: url(../images/img/ic-toplinks-default.png);
}
.user-menu > ul > li.user-menu-signup {
	background-image: url(../images/img/ic-toplinks-signup.png);
}
.user-menu > ul > li.user-menu-custom {
	background-image: url(../images/img/toplinks-company.png);
}
.user-menu > ul > li.user-menu-cart {
	background-image: url(../images/img/toplinks-cart.png);
}
.user-menu > ul > li.user-menu-offer {
	background-image: url(../images/img/toplinks-offer.png);
        min-width: 140px;
}

.user-menu > ul > li > a,
#mini-cart a.heading,
#mini-offer a.heading{
	font-size: 12px;
	min-width: 80px;
	height: 13px;
	padding: 2px 6px 0px 38px;
	text-align: left;
        display:block;
}

#mini-offer a.heading{
    min-width:58px;
}

#mini-custom > a {
    min-width:70px;
}
.user-menu > ul > li:hover > a {
	color: #bbb;
}
/*
#mini-cart:hover > .summary > a {
	color: #008a96;
}
#mini-offer:hover > .summary > a {
	color: #008a96;
}
*/
/* Elements outside ".user-menu > ul" styled like user menu element */
.user-menu .user-menu-item {
	color: #aaa;
}
.user-menu .user-menu-item:hover {
	color: #ddd;
}

/* Quick search
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/*overflow:visible > form-search jest ponizej boxu*/
#search_mini_form {
	clear: both;
	display: block;
}
.quick-search-wrapper {
	width: 255px;
	float: right;
	margin-left: 10px;
	position: relative;
}
.header .advanced-search-link {
	position: absolute;
	bottom: -2px;
	right: 8px;
	visibility: hidden;
	color: #bcbcbc;
}
.header .quick-search-wrapper:hover .advanced-search-link {
	visibility: visible;
}
.header .advanced-search-link:hover {
	color: #fff;
}

/* Main navigation container (main menu)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.nav-container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #ffffff;
}
.nav {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 41px;
}

.nav-container .header-top-search-wrapper {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 251px;
}
.nav-container .form-search {
	position: relative;
	text-align: right;
	float: left;
}
.nav-container .form-search label {
	float: left;
	margin: 3px 4px 0 0;
	color: #fff;
	display: none;
}
.nav-container .form-search .input-text {
	background: url(../images/img/ic-search-ids.png) 100% 0px no-repeat #ffffff;
	float: left;
	border: none;
	padding: 0px;
	color: #4b4b4b;
	font-size: 11px;
	width: 241px;
	height: 19px;
}
.nav-container .form-search .input-text:hover {
	background-color: #fafafa;
}
.nav-container .form-search .input-text:focus {
	background-color: #ffffff;
	color: #333;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-container .form-search .button {
	float: left;
	width: 19px;
	height: 19px;
	margin: 2px 0 0 -21px;
}
.nav-container .form-search .button span {
	background: none;
	display: none;
}
.nav-container .form-search .search-autocomplete {
	position: relative;
	z-index: 2000;
}
.nav-container .form-search .search-autocomplete ul {
	background-color: #fff;
	text-align: left;
	margin-top: -2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.nav-container .form-search .search-autocomplete li {
	padding: 3px 5px;
	border-bottom: 1px solid #eee;
	color: #777;
	cursor: pointer;
}
.nav-container .form-search .search-autocomplete li:hover {
	color: #008a96;
}
.nav-container .form-search .search-autocomplete li.last {
	border-bottom: none;
}
.nav-container .form-search .search-autocomplete li.first {
	border-top: none;
}
.nav-container .form-search .search-autocomplete li .amount {
	float: right;
	padding-left: 5px;
	font-weight: bold;
}

/* Classes specifying background and other settings for navigation bar */
.navbar {
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	width: 669px;
	height: 36px;
	padding-top: 5px;
}
.navbar-left {
	width: 20px;
	height: 41px;
	float: left;
}
.navbar-right {
	width: 20px;
	height: 41px;
	float: left;
}

/* Main navigation tabs (top level links in main menu)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
#nav {
	font-size: 12px;
	height: 31px;
	margin: 0;
	position: relative; /* Dropdown custom block position is relative to this element */
	z-index: 2000; /*TODO: check other 'z-index' values in main menu*/
}

/* All Levels
 -------------------------------------------------------------- */
#nav li {
	float: left;
	text-align: left;
}
#nav li a {
	display: block;
	float: left;
	border: none;
	text-decoration: none;
	color: #eeeeee;
	line-height: 15px;
}
#nav li.over {
}
#nav li.parent {
}
#nav li a span {
	display: block;
	white-space: nowrap;
}
#nav li ul a span {
	white-space: normal;
}

/* Only 1st level
 -------------------------------------------------------------- */
#nav > li {
	height: 31px;
	display: inline-block;
}
#nav > li > a {
	display: block;
	height: 41px;
	padding: 0 0 0 8px;
	color: #eeeeee;
	font-size: 13px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
}
#nav > li.parent:hover > a, #nav > li.parent.active > a {
	padding-top: 0;
}
#nav > li:hover > a, #nav > li.active > a {
	background: url(../images/img/menu-tabs.png);
	padding-top: 0;
}
#nav > li:hover > a {
	position: relative; /*FF: domyslny static sprawia, ze element nie wyplywa na wierzch pomimo wysokiego z-index*/
	z-index: 2001; /* "#nav li ul.shown-sub" + 1 */
}
#nav > li.parent.active > a {
	color: rgb(0, 138, 150);
}/* For parent items */
#nav > li > a span {
	padding: 7px 13px 0 5px;
}
#nav > li.parent:hover > a span, #nav > li.parent.active > a span {
	/* For parent items */
	display: block;
	height: 28px;
	text-shadow: none;
}
#nav > li:hover > a span, #nav > li.active > a span {
	display: block;
	height: 28px;
	color: rgb(0, 138, 150);
	background: url(../images/img/menu-tabs.png);
}
#nav > li.parent:hover > a span {
	color: rgb(0, 138, 150);
}/* For parent items */

/* 2nd Level
 -------------------------------------------------------------- */
#nav ul li.active > a {
	color: #008a96;
}
#nav ul li a:hover {
	color: #008a96;
}

/* Show submenu
 -------------------------------------------------------------- */
#nav li ul.shown-sub, #nav li div.shown-sub {
	z-index: 2000 !important;
}

/* Additional custom elements in the main menu
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Static blocks displayed as a drop-down in the main menu
 -------------------------------------------------------------- */
/* Main tab */
#nav .nav-custom-link > a {
	cursor: default;
}
/* Remove 'relative' positioning from custom 'li' (custom block have to be positioned relative to #nav) */
#nav li.nav-custom-link {
	position: static;
}
/* Dropdown box. Duplicate styling of "wide menu": #nav ul.level0 */
#nav .nav-custom-link ul.level0 {
	position: absolute;
	top: 41px;
	left: -10000px;
	padding: 25px 21px 5px;
	background-color: #fff;
	width: 878px; /*960 - padding*/
	display: none; /* IMPORTANT: display it when 'shown-sub' class is applied */
}
/* Move left on mouse hover */
#nav .nav-custom-link ul.level0.shown-sub {
	left: -8px;
	display: block;
}

/* Static blocks content
 -------------------------------------------------------------- */
/* Wrapper of the block */
#nav .header-nav-dropdown-wrapper {/* #nav li.header-nav-dropdown-wrapper */
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 20px !important;
	position: static;
	display: block;
}

/* Reset content of the custom block */
#nav .header-nav-dropdown-wrapper * {
	margin: 0;
	padding: 0;
	border: 0;
}

/* List and other elements */
#nav .header-nav-dropdown-wrapper li {
	float: left;
	width: 23.125%;
	margin-right: 2.5%;
}
#nav .header-nav-dropdown-wrapper li.first {
}
#nav .header-nav-dropdown-wrapper li.last {
	margin-right: 0;
}
#nav .header-nav-dropdown-wrapper p {
	margin: 10px 0;
	color: #555;
}
#nav .header-nav-dropdown-wrapper .heading {
	margin: 10px 0;
}
#nav .header-nav-dropdown-wrapper a {
	display: inline; /* Restore default display for drop-down block content */
	color: #066cc3;
}
#nav .header-nav-dropdown-wrapper a:hover {
	color: #008a96;
}

/* "Home" link in the main menu
 -------------------------------------------------------------- */
/* If option is enabled in admin, "show-home-img" class is applied to the link */
#nav #nav-home-link .show-home-img {
	width: 40px;
	height: 41px;
	padding: 0;
	background: url(../images/img/pix.png) 0 -335px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#nav #nav-home-link .show-home-img:hover {
	background-position: -46px -335px;
}

/* Dropdown switcher
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Drop-down button
 -------------------------------------------------------------- */
.dropdown {
	float: left;
	height: 23px;
	position: relative;
}
.dropdown p {
	display: block;
	float: left;
}
.dropdown .label {
	padding: 3px 4px;
	z-index: 4001; /* Move above drop-down box's shadow */
	position: relative;
}
.dropdown .text {
	background: url(../images/img/arrow-dropdown-gray.png) 100% 7px no-repeat;
	padding: 0px 13px 3px 0;
	font-size: 12px;
}
.dropdown .smalltext {
	padding: 1px 3px 3px 0;
	font-size: 9px;
	color: #008a96;
	height: 14px;
	position: absolute;
	top: 12px;
	left: 25px;
	white-space: nowrap
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	padding: 17px 20px;
	z-index: 4000;
}
.dropdown:hover ul {
	display: block;
}
.dropdown.hover:hover ul {
	display: none;
}

.links .smalltext a,
#mini-offer .summary a,
#mini-cart .summary a{
	padding: 0px 0px 0px 38px;
	font-size: 9px;
	color: #008a96;
	height: 12px;
        line-height: 12px;
	white-space: nowrap;
}

/* Drop-down at the top of the page
 -------------------------------------------------------------- */
.top-dropdown p {
	height: 14px;
}
.top-dropdown:hover {
	color: #bbb;
}

.top-dropdown ul {
	background: #fff;
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	border-radius: 0 2px 2px 2px;
}
.top-dropdown li {
	color: #000000; /* Color of the selected element */
	text-transform: capitalize;
	white-space: nowrap;
	line-height: 16px;
}
.top-dropdown a {
	color: #858585;
}
.top-dropdown a:hover {
	color: #000000;
}

/* Language switcher
 -------------------------------------------------------------- */
.lang-switcher {
	padding-left: 24px;
	background-position: 5px 4px;
	background-repeat: no-repeat;
	min-width: 80px;
}
.lang-switcher ul {
	min-width: 60px;
}
.lang-switcher li {
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 18px;
}

/* mini-cart
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Static cart block displayed in the header
 -------------------------------------------------------------- */
#mini-cart {
	position: relative;
}
#mini-cart .block-cart {
	margin: 0;
	font-size: 11px;
	float: none; /*IE7*/
}
#mini-cart .block-cart.cart-info{
	display: inline-block;
        width: 130px;
        height:32px;
        background-image: url(../images/img/industrial-machine-vision-ueye-cameras-webstore-button-de-en.jpg);
}

:lang(es) #mini-cart .block-cart.cart-info{
        background: url(../images/img/industrial-machine-vision-ueye-cameras-webstore-button-es.jpg);
}

:lang(fr) #mini-cart .block-cart.cart-info{
        background: url(../images/img/industrial-machine-vision-ueye-cameras-webstore-button-fr.jpg);
}

:lang(ja) #mini-cart .block-cart.cart-info{
        background: url(../images/img/industrial-machine-vision-ueye-cameras-webstore-button-jp.jpg);
}

:lang(zh) #mini-cart .block-cart.cart-info{
        background: url(../images/img/industrial-machine-vision-ueye-cameras-webstore-button-zh.jpg);
}

#mini-cart .block-cart.cart-info a{
  display: inline-block;
  width: 130px;
  height:32px;  
}

#mini-cart .block-title {
	padding: 0px;
	height: 32px;
	background: none;
	border: none;
}
#mini-cart:hover a.heading {
	color: #bbb;
}
#mini-cart:hover .block-content a {
	color: #555;
}
#mini-cart .block-content a:hover {
	color: #008a96;
}

#mini-cart .block-title .empty {
	margin-right: 5px;
}

#mini-cart .block-title .subtotal {
	margin-left: 5px;
}
#mini-cart .block-title .subtotal .incl-tax {
	display: none;
}
#mini-cart .block-title .to-checkout {
	float: left;
	margin: 0 5px 0 4px;
	padding-left: 5px;
	border-left: 1px solid rgba(255,255,255, 0.13);
}
#mini-cart .block-title .to-checkout a {
	color: #8baed8;
}
#mini-cart .block-title .to-checkout .icon {
	background: url(../images/img/pix.png) 0 -177px no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}

/* Content box */
#mini-cart .block-content {
	display: none;
	z-index: 3000;
	position: absolute;
	right: 0;
	top: 33px;
	width: 234px;
	padding: 25px;
	background-color: #fff;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* see: Common shadow styles for multiple items */
}
#mini-cart .mini-cart-above-products-wrapper {
	margin: 0 0 5px;
}
#mini-cart .mini-cart-above-products-wrapper a {
	color: #008a96;
}
#mini-cart .mini-cart-above-products-wrapper a:hover {
	color: #000;
}
#mini-cart .block-subtitle {
	padding: 0;
	margin: 0 0 5px;
	font-weight: normal;
}
#mini-cart .block-content .empty {
	padding: 2px 0;
	text-align: center;
}
#mini-cart .block-content .item,
#mini-cart .block-content li.item.last {
	padding: 5px !important;
}
#mini-cart .block-content .item:hover {
	background-color: #f5f5f5;
}
#mini-cart .product-details {
	line-height: 13px;
}
#mini-cart .product-name {
	line-height: 13px;
	margin-bottom: 3px;
}
#mini-cart .actions {
	margin: 5px 0 0;
	padding: 0;
	border: none;
	text-align: center;
}

#mini-cart .actions button > span{
    min-width: 140px;
}
#mini-cart li.item {
	display: block;
}

/* Cart on hover
 -------------------------------------------------------------- */
#mini-cart:hover .block-content {
	display: block;
}
#mini-cart.hover:hover .block-content {
	display: none;
}/* Override (remove) default :hover behavior, if JS is enabled */

/* Static cart block displayed in the header
 -------------------------------------------------------------- */
#mini-offer {
	position: relative;
}
#mini-offer .block-offer {
	margin: 0;
	font-size: 11px;
	float: none; /*IE7*/
}
#mini-offer .block-title {
	padding: 0px;
	height: 32px;
	background: none;
	border: none;
}
/* Element extends "block-title" height. It prevents offer from hiding while moving cursor from "block-title" to "block-content". */

#mini-offer:hover a.heading {
	color: #bbb;
}
#mini-offer:hover .block-content a {
	color: #555;
}
#mini-offer .block-content a:hover {
	color: #008a96;
}

#mini-offer .block-title .empty {
	margin-right: 5px;
}

#mini-offer .block-title .subtotal {
	float: left;
	margin-left: 5px;
}
#mini-offer .block-title .subtotal .incl-tax {
	display: none;
}
#mini-offer .block-title .to-checkout {
	float: left;
	margin: 0 5px 0 4px;
	padding-left: 5px;
	border-left: 1px solid rgba(255,255,255, 0.13);
}
#mini-offer .block-title .to-checkout a {
	color: #8baed8;
}
#mini-offer .block-title .to-checkout .icon {
	background: url(../images/img/pix.png) 0 -177px no-repeat;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-left: 5px;
}

/* Content box */
#mini-offer .block-content {
	display: none;
	z-index: 3000;
	position: absolute;
	right: 0;
	top: 33px;
	width: 234px;
	padding: 25px;
	background-color: #fff;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* see: Common shadow styles for multiple items */
}
#mini-offer .mini-offer-above-products-wrapper {
	margin: 0 0 5px;
}
#mini-offer .mini-offer-above-products-wrapper a {
	color: #ce001a;
}
#mini-offer .mini-offer-above-products-wrapper a:hover {
	color: #000;
}
#mini-offer .block-subtitle {
	padding: 0;
	margin: 0 0 5px;
	font-weight: normal;
}
#mini-offer .block-content .empty {
	padding: 2px 0;
	text-align: center;
}
#mini-offer .block-content .item {
	padding: 5px;
}
#mini-offer .block-content .item:hover {
	background-color: #f5f5f5;
}
#mini-offer .product-details {
	line-height: 13px;
}
#mini-offer .product-name {
	line-height: 13px;
	margin-bottom: 3px;
}
#mini-offer .actions {
	margin: 5px 0 0;
	padding: 0;
	border: none;
	text-align: left;
}
#mini-offer li.item {
	display: block;
}

/* Cart on hover
 -------------------------------------------------------------- */
#mini-offer:hover .block-content {
	display: block;
}
#mini-offer.hover:hover .block-content {
	display: none;
}/* Override (remove) default :hover behavior, if JS is enabled */

/* Block: cart
 -------------------------------------------------------------- */
.block-cart .block-title {
}
.block-cart .subtotal .price {
}
.block-cart .block-content {
	background-color: #eee;
}

/* Block: offer
 -------------------------------------------------------------- */
.block-offer .block-title {
}
.block-offer .subtotal .price {
}
.block-offer .block-content {
	background-color: #eee;
}

/* Sidebar %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Block
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.block {
	margin: 0 0 30px;
}

.block .block-title strong {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.block .block-title a {
	text-decoration: none !important;
}
.block .block-subtitle {
	margin: 0;
	padding: 0 0 5px;
	font-size: 1em;
	font-weight: bold;
	line-height: 15px;
	color: #555;
}
.block .block-content {
	padding: 10px;
}
.block .block-content li.item {
	padding: 2px 0;
}
.block .btn-remove {
	float: right;
}
.block .btn-edit {
	float: right;
}
.block .actions {
	margin: 5px 0 0 0;
	padding: 5px 0 0;
	border-top: 1px dotted #e5e5e5;
	text-align: right;
}
.block .actions a {
	float: left;
        width: 100%;
}

.block.block-compare .block-title, .block.block-salesman .block-title, .block.block-newsletter .block-title, .block.block-viewed .block-title, .block.block-reorder .block-title {
	background: none;
	padding: 8px 0px 0px 0px;
	line-height: 27px;
	vertical-align: middle;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #bbb;
	height: 34px;
}

.block.block-compare span, .block.block-salesman span, .block.block-newsletter span, .block.block-viewed span, .block.block-reorder span {
	display: inline-block;
	line-height: 13px;
	width: 148px;
}

.block.block-salesman span.contact_phone {
	background: url("../images/img/pix.png") no-repeat 0px -499px;
	padding-left: 17px;
}
.block.block-salesman span.contact_mail {
	background: url("../images/img/pix.png") no-repeat 0px;
	background-position: -29px -512px;
	padding-left: 17px;
}

.block.block-compare .block-title strong:before {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../images/img/pix.png") no-repeat 0px 0px;
	display: inline-block;
	float: left;
	padding: 0px 5px 0px 0px;
}

.block.block-viewed .block-title strong:before {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../images/img/pix.png") no-repeat 0px -438px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.block.block-salesman .block-title strong:before {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../images/img/pix.png") no-repeat -54px -438px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.block.block-newsletter .block-title strong:before {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../images/img/pix.png") no-repeat -54px -380px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.block.block-reorder .block-title strong:before {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../images/img/pix.png") no-repeat -4px -209px;
	display: inline-block;
	float: left;
	padding-right: 5px;
}

.col-left.sidebar button span, .col-right.sidebar button span {
	line-height: 35px;
	display: block;
	margin: 0px;
	width: auto;
}

/* Mini Products List
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.mini-products-list li {
	padding: 5px 0;
	color: #444;
}
.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
.mini-products-list .product-image:hover {
	border-color: #999;
}
.mini-products-list .product-details {
	margin-left: 69px;
}
.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

/* Block: Account
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-account .block-title {
	background: url(../images/img/pix.png) 0px -467px no-repeat;
	padding-left: 42px;
	border-bottom: 1px solid #eee;
	height: 30px;
}
.block-account .block-title span {
	line-height: 14px;
        display:block;
        padding-top:5px;
}
.block-account .block-content {
	padding: 10px 0 0 10px;
}
.block-account li.current {
	padding: 5px 2px 4px 33px;
	background: url(../images/img/Button_Pfeil.jpg) 0px 0px no-repeat;
	color: #000;
}
.block-account li.current strong {
	font-weight: normal;
}
.block-account li.last {
	border-bottom: none;
}
.block-account li a {
	padding: 5px 2px 4px 33px;
	background: url(../images/img/Button_Pfeil.jpg) 0px 0px no-repeat;
	display: block;
	color: #555;
}

/* Block: Layered Navigation
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-layered-nav {
	margin-top: 2px;
}
.block-layered-nav .block-title {
	background: none;
	border: 0;
	padding-left: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.block-layered-nav .block-content {
	padding: 0;
}
.block-layered-nav .block-title strong {
	font-size: 13px;
	font-weight: normal;
	color: #008a96;
}
.block-layered-nav .block-subtitle {
	display: none;
}

/* List of filters */
.block-layered-nav dt {
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #555;
}
.block-layered-nav dd {
	padding: 0 10px 0px 40px;
	width: 200px;
}
.block-layered-nav dd.last {
	border-bottom: none;
}

ol.m-filter-checkboxes > li {
	display: inline-block;
	float: left;
	width: 100px;
	padding-right: 0px;
}

/* Bullets */
.block-layered-nav .bullet {
	background: url(../images/img/ic-layered.png) 0 -44px no-repeat;
	width: 11px;
	height: 11px;
	margin: 3px 3px 0 0;
	float: left;
}
.block-layered-nav dd a .bullet {
	background-position: 0 0;
}
.block-layered-nav dd a:hover .bullet {
	background-position: 0 -22px;
}

/* Current filters */
.block-layered-nav .currently {
	background-color: #f5f5f5;
}
.block-layered-nav .currently .block-subtitle {
	display: block;
	padding: 15px 10px 0;
	font-weight: bold;
}
.block-layered-nav .currently ol {
	padding: 10px 10px 15px 15px;
}
.block-layered-nav .currently .bullet {
	background-position: 0 -22px;
}
.block-layered-nav .currently .label {
	color: #008a96;
	padding: 0 2px 0 0;
}
.block-layered-nav .currently .btn-remove {
	float: right;
	margin-left: 5px;
}
.block-layered-nav .currently li:hover {
	color: #777;
}
.block-layered-nav .currently li:hover .btn-remove {
	background-position: -51px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:hover, .block-layered-nav .currently li:hover .btn-remove:focus {
	background-position: -17px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:active {
	background-position: -34px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove {
	background-position: -51px -150px;
	margin-top: -42px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:hover, .block-layered-nav .currently .block-subtitle .btn-remove:focus {
	background-position: -17px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:active {
	background-position: -34px -150px;
}

/* Style specjalne dla layered navigation
 -------------------------------------------------------------- */
.filter-cat {
	background-color: #f9f9f9;
}

/* Block: Wishlist
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-wishlist li.item .btn-remove {
	visibility: hidden;
	margin: -3px -3px 0 0;
}
.block-wishlist li.item:hover .btn-remove {
	visibility: visible;
}
.block-wishlist .actions {
	text-align: right;
}
.block-wishlist .actions a {
	float: none;
}

/* Block: Related
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Basic styles for related products
 -------------------------------------------------------------- */
.block-related-wrapper {
	float: right;
	width: 220px;
	margin: 20px 0 0;
}
.block-related {
	padding-right: 4px; /* "product-top-wrapper" right shadow width */
}
.block-related .block-title {
	background: url(../images/img/block-related-title.png) center 0 no-repeat;
	padding: 0 0 0 10px;
	border: 0;
}
.block-related .block-title strong {
	line-height: 40px;
	color: #eee;
	text-transform: none;
	font-weight: normal;
}
.block-related .block-content li.item {
	padding: 9px;
	position: relative;
}
.block-related input.checkbox {
	float: left;
}
.block-related .product {
	margin-left: 20px;
}

/* Related products in tabs
 -------------------------------------------------------------- */
/* Tabs - override */
.block-related-tabbed .tabs {
	display: none;
}
.block-related-tabbed .pane {
	padding: 0;
}
.block-related-tabbed .forward {
	float: right;
	margin: -32px 6px 10px 0;
}
.block-related-tabbed .backward {
	float: right;
	margin: -32px 3px 10px 0;
}

/* Block elements */
.block-related-tabbed .block-content {
	padding: 0;
}
.block-related-tabbed .block-subtitle {
	clear: both;
	padding: 10px;
	font-weight: normal;
	background-color: #f8f8f8;
}
.block-related-tabbed .block-content li.item {
	padding: 12px 0;
	border-top: 1px solid #e5e5e5;
}
.block-related-tabbed input.checkbox {
	clear: left;
	margin-top: 5px;
}
.block-related-tabbed .product {
	margin-left: 0;
}
.block-related-tabbed .mini-products-list .product-image {
	width: 56px;
}
.block-related-tabbed .mini-products-list .product-details {
	margin-left: 78px;
}
.block-related-tabbed .mini-products-list .link-wishlist {
	float: none;
	margin-top: 3px;
}

/* Block: Compare Products
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.compare-table {
	border: 0;
}
.compare-table .btn-remove {
	float: right;
}
.compare-table tbody tr:hover {
	background-color: #e5e5e5;
}

.compare-table .product-shop-row {
	border-bottom: 1px solid #ccc;
}
.compare-table .product-shop-row th, .compare-table .product-shop-row td {
	border-color: #eee !important;
}
.compare-table tr.add-to-row {
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.compare-table tr.add-to-row:hover {
	background-color: #fff;
}/* Cover background applied on tr hover */
.compare-table tr.add-to-row td {
	text-align: left;
}
.compare-table tr.first td {
	text-align: left;
}
.compare-table tr.first td .product-name {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}
.compare-table tr.first td .ratings {
	width: 145px;
	margin: 10px 0;
}
.compare-table .price-box {
	margin: 10px 0;
	line-height: 15px;
}
.compare-table .product-name a {
	color: #333;
}

/* Changes after setting text-align:left */
.compare-table .product-image img {
	display: block;
	margin: 0 auto;
}
.compare-table .add-to-links {
	margin-top: 5px;
}
.compare-table .add-to-links li {
	float: none;
}
.compare-table a.link-wishlist {
	overflow: visible;
	text-indent: 0;
	background: none;
	display: inline;
}

/* Block: Poll
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-poll .block-subtitle {
	font-weight: normal;
}
.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
}
.block-poll li {
	padding: 3px 9px;
}
.block-poll .answer {
	font-weight: bold;
}
.block-poll .votes {
	float: right;
	margin-left: 10px;
}

/* Block: Tags
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-tags .block-content .tags-list {
	background: none;
	border: 0;
	font-size: 12px;
}
.block-tags .tags-list a {
	color: #555;
}
.block-tags .tags-list a:hover {
	color: #008a96;
}
.block-tags .actions {
	text-align: right;
}
.block-tags .actions a {
	float: none;
}

/* Block: Subscribe
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-subscribe .input-box {
	margin-top: 5px;
}
.block-subscribe input {
	width: 155px;
}
.block-subscribe .actions button.button {
	float: none;
}

/* Block: Reorder
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}
.block-reorder .product-name {
	margin-left: 20px;
}
.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}

/* Block: Banner
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-banner {
}
.block-banner .block-content {
	text-align: center;
}

/* Block: Login
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block-login label {
	font-weight: bold;
	color: #666;
}
.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

/* Paypal
 -------------------------------------------------------------- */
.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}
.sidebar .paypal-logo a {
	float: none;
}

/* Categories %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.category-title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 7px;
}
.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}
.category-image img {
}
.category-description {
	margin: 0 0 15px;
}
.category-products {
	margin: 10px 0;
}

/* Static CMS blocks on category page */ /*my:predef-block*/
.category-above-collection-wrapper, .category-above-empty-collection-wrapper, .category-below-collection-wrapper {
	margin: 10px 0;
}

/* Common styles for View Types: List & Grid
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.products-list .price-box, .products-grid .price-box {
	font-size: 12px;
	line-height: 15px;
        text-align: center;
}
.products-list .product-name a, .products-grid .product-name a {
	color: #008a96;
}
.products-list .ratings, .products-grid .ratings, .products-list .ratings a, .products-grid .ratings a, .products-list .desc .link-learn {
	color: #bbb;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover, .products-list .ratings a:hover, .products-grid .ratings a:hover, .products-list .desc .link-learn:hover {
	color: #008a96;
}

/* View Type: List
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.products-list {
	padding: 0px;
}
.products-list.last {
}
.products-list li.item {
	padding: 0 7px 7px 0; /* Added 7px padding (shadow width) */
	margin-bottom: 8px; /* margin-bottom = 15px. Subtracted 7px (shadow width) */
	border: 1px solid #e5e5e5;
}
.products-list li.item.last {
	margin-bottom: 0;
}
.products-list .item-inner {
	position: relative;
	background-color: #fff;
	padding: 15px;
}
.products-list .product-image {
	float: left;
	width: 190px;
}
.products-list .product-shop {
	float: left;
	width: 296px;
	min-height: 190px;
	padding-right: 15px;
	margin: 0 0 0 15px;
	border-right: 1px solid #f1f1f1;
}
.products-list .right-column {
	float: right;
	width: 130px;
}

.products-list .product-name {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}
.products-list .desc {
	clear: both;
	margin: 15px 0px;
	line-height: 15px;
}
.products-list .price-box {
	margin: 0 0 10px;
}
.products-list .button {
	width: 100%;
}
.products-list .button span {
	float: none;
}
.products-list .availability {
	float: left;
	margin: 3px 0 0;
}
.products-list .add-to-links {
	position: absolute;
	bottom: 10px;
	right: 14px;
}

.products-list .add-to-links.store {
    bottom: 0px;
}
.products-list .add-to-links li {
	display: inline;
}
.products-list .add-to-links .separator {
	display: none;
}

#myproducts .products-list .product-shop{
    min-height: 75px;
}

/* Grid - basic styles. Common for main region grid and full width grid.
 Do not use without column count class (e.g. "grid3col").
 -------------------------------------------------------------- */
.products-grid {
	position: relative;
	width: 718px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.products-grid.last {
	border-bottom: 1px solid #e5e5e5;
}
.products-grid .item {
	float: left;
	width: 218px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #e5e5e5;
	position: relative; /* For stickers (e.g. "new" and "sale") positionning */
}
.products-grid .item.last {
}

/* Grid item's content */
.products-grid .product-name {
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	min-height: 50px;
}
.products-grid .product-family {
	margin: 15px 0 0;
	font-size: 11px;
	line-height: 15px;
}
.products-grid .product-image {
	display: block;
	margin: 0 auto;
}
.products-grid .price-box {
	margin: 10px 0;
}

.products-grid .ratings {
	margin: 7px 0;
}
.products-grid .actions {
	margin: 15px 0 0;
}
.products-grid .btn-cart {
	float: left;
	margin-right: 10px;
}
.products-grid .add-to-links {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
}
.products-grid .availability {
	float: left;
	line-height: 27px;
}

.products-grid .add-to-links.store {
    bottom: 0px;
}

/* Grid: 3 columns
 -------------------------------------------------------------- */
.grid3col .item {
	width: 208px;
	padding: 15px;
	min-height: 310px;
}
.grid3col .product-image {
	margin-top: 14px;
	width: 190px;
	height: 190px;
}
.grid3col.grid-actions-absolute .item {
	padding-bottom: 42px;
}
.grid3col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 15px;
	width: 208px;
}

/* Grid: 4 columns (featured products)
 -------------------------------------------------------------- */
.grid4col .item {
	width: 158px;
	padding: 10px;
	min-height: 258px;
}
.grid4col .product-image {
	width: 150px;
	height: 150px;
}
.grid4col.grid-actions-absolute .item {
	padding-bottom: 37px;
}
.grid4col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 10px;
	width: 158px;
}

/* Grid: 5 columns
 -------------------------------------------------------------- */
.grid5col .item {
	width: 123px;
	padding: 10px;
	min-height: 260px;
}
.grid5col .product-image {
	width: 123px;
	height: 123px;
}

/* Grid - additional classes
 -------------------------------------------------------------- */
.grid-standalone {
	border-bottom: 1px solid #e5e5e5;
}

/* Grid - full width
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.grid-wide.products-grid {
	width: 958px;
}

/* Grid, full width: 4 columns
 -------------------------------------------------------------- */
.grid-wide.grid4col .item {
	width: 208px;
	padding: 15px;
}
.grid-wide.grid4col .product-image {
	width: 180px;
	height: 180px;
}
.grid-wide.grid4col.grid-actions-absolute .item {
	padding-bottom: 40px;
}
.grid-wide.grid4col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 12px;
	width: 209px;
}

/* Special grid
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.spec-grid {
	width: 720px;
	padding: 0px;
	border: none;
}
.spec-grid.first {
	padding-top: 15px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.spec-grid .item {
	width: 218px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #e5e5e5;
}

.spec-grid .item.last {
	margin-right: 0;
}
.spec-grid .item .sticker-top-right {
	right: 5px;
}
.spec-grid .item .sticker-bottom-right {
	right: 5px;
}

/* Special grid: 3 columns
 -------------------------------------------------------------- */
.spec-grid3col .item {
	min-height: 333px;
}
.spec-grid3col .product-image {
	width: 218px;
}
.spec-grid3col.grid-actions-absolute .item {
	padding-bottom: 59px;
	min-height: 307px;
}
.spec-grid3col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 22px;
	width: 192px;
}

/* Special grid: 4 columns
 -------------------------------------------------------------- */
.spec-grid4col .item {
	width: 141px;
	padding: 10px 17px 17px 10px;
	min-height: 302px;
}
.spec-grid4col .product-image {
	width: 141px;
}
.spec-grid4col .add-to-links {
	visibility: hidden;
}
.spec-grid4col .item:hover .add-to-links {
	visibility: visible;
}
.spec-grid4col .add-to-links li {
	float: none;
}
.spec-grid4col .add-to-links a.link-compare {
	margin-top: 3px;
	margin-left: 0;
}

.spec-grid4col.grid-actions-absolute .item {
	padding-bottom: 78px;
	min-height: 243px;
}
.spec-grid4col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 17px;
	width: 141px;
}

/* Special grid - additional classes
 -------------------------------------------------------------- */
.spec-grid.grid-standalone {
	padding-top: 15px;
	border-bottom: 8px solid #eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Special grid - full width
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.grid-wide.spec-grid {
	width: 937px;
}

/* Special grid, full width: 4 columns
 -------------------------------------------------------------- */
.grid-wide.spec-grid4col .item {
	width: 191px;
	padding: 15px 22px 22px 15px;
	min-height: 319px;
}
.grid-wide.spec-grid4col .product-image {
	width: 190px;
}

/* Restore basic ".add-to-links" styling */
.grid-wide.spec-grid4col .add-to-links {
	visibility: visible;
}
.grid-wide.spec-grid4col .add-to-links li {
	float: left;
}
.grid-wide.spec-grid4col .add-to-links a.link-compare {
	margin-top: 0;
	margin-left: 3px;
}

.grid-wide.spec-grid4col.grid-actions-absolute .item {
	padding-bottom: 59px;
	min-height: 310px;
}
.grid-wide.spec-grid4col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 22px;
	width: 192px;
}

/* Special grid, full width: 5 columns
 -------------------------------------------------------------- */
.grid-wide.spec-grid5col .item {
	width: 154px;
	padding: 10px 17px 17px 10px;
	min-height: 319px;
}
.grid-wide.spec-grid5col .product-image {
	width: 154px;
	height: 154px;
}
.grid-wide.spec-grid5col .add-to-links {
	visibility: hidden;
}
.grid-wide.spec-grid5col .item:hover .add-to-links {
	visibility: visible;
}
.grid-wide.spec-grid5col .add-to-links li {
	float: none;
}
.grid-wide.spec-grid5col .add-to-links a.link-compare {
	margin-top: 3px;
	margin-left: 0;
}
.grid-wide.spec-grid5col.grid-actions-absolute .item {
	padding-bottom: 54px;
	min-height: 260px;
}
.grid-wide.spec-grid5col.grid-actions-absolute .actions {
	position: absolute;
	bottom: 17px;
	width: 154px;
}

/*camera-list-info %%%%%%%%%%%%%%%%%%%%%%%%%*/
.camera-list-info {
	width: 210px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 11px
}
.camera-list-info > li {
	width: 90px;
	padding: 0px 5px 0px 10px;
	display: inline-block;
	background: url(../images/img/ic-camera-feat.gif) 0px 0px no-repeat;
}
div.camera-list-info {
	margin-left: 0px;
}

/* Tabs (jQuery Tools)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.tabs {
	list-style: none outside none;
}
.tabs a {
	float: left;
	margin-right: 3px;
}
.tabs a.current {
	color: #008a96;
}

/* Panes */
.tabs-panes {
	clear: both;
}
.tabs-panes .pane {
}

.tabs-wrapper .browse-button {
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	background-color: #ddd;
}
.tabs-wrapper .disabled {
	cursor: auto;
}
.tabs-wrapper .backward {
	background: url(../images/img/tabs-arrows.png) 0 0 no-repeat;
}
.tabs-wrapper .backward:hover {
	background-position: 0 -25px;
}
.tabs-wrapper .backward:active {
	background-position: 0 -50px;
}
.tabs-wrapper .backward.disabled {
	background-position: 0 -75px;
}
.tabs-wrapper .forward {
	background: url(../images/img/tabs-arrows.png) -25px 0 no-repeat;
}
.tabs-wrapper .forward:hover {
	background-position: -25px -25px;
}
.tabs-wrapper .forward:active {
	background-position: -25px -50px;
}
.tabs-wrapper .forward.disabled {
	background-position: -25px -75px;
}

/* Ensenso Accessories
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

ul.ensenso-acc li { display: block;
                    float: left;
                    background-color: #ddd;
                    font-weight: bold;
                    margin: 0px 5px 20px 0px;
}


ul.ensenso-acc li.active { background-color: #008a96;
                    color: #fff;    
}

ul.ensenso-acc li a{    line-height: 20px;
                        text-decoration: none;
                        display: inline-block;
                        width: 80px;
                        padding: 5px;
                        text-align: center;
}

ul.ensenso-acc li.active a{ color: #fff;
    
}


/* Accessory list in product tab
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-tabs-content .products-list {
	padding: 0px;
}
.product-tabs-content .products-list.last {
}
.product-tabs-content .products-list li.item {
	padding: 0 7px 7px 0;
	margin-bottom: 8px;
	border: 1px solid #e5e5e5;
}
.product-tabs-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.product-tabs-content .products-list li.item.last {
	margin-bottom: 0;
}
.product-tabs-content .products-list .item-inner {
	position: relative;
	background-color: #fff;
	padding: 15px;
}
.product-tabs-content .products-list .product-image {
	float: left;
	width: 60px;
}
.product-tabs-content .products-list .product-shop {
	float: left;
	width: 296px;
	min-height: 90px;
	padding-right: 15px;
	margin: 0 0 0 15px;
	border-right: 1px solid #f1f1f1;
}
.product-tabs-content .products-list .right-column {
	float: right;
	width: 130px;
}

.product-tabs-content .products-list .product-name {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 12px;
}
.product-tabs-content .products-list .desc {
	clear: both;
	margin: 15px 0px;
	line-height: 15px;
}
.product-tabs-content .products-list .price-box {
	margin: 0 0 10px;
}
.product-tabs-content .products-list .button {
	width: 100%;
}
.product-tabs-content .products-list .button span {
	float: none;
}
.product-tabs-content .products-list .availability {
	float: left;
	margin: 3px 0 0;
}
.product-tabs-content .products-list .add-to-links {
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.product-tabs-content .products-list .add-to-links li {
	display: inline;
}
.product-tabs-content .products-list .add-to-links .separator {
	display: none;
}

/* Products/items slider (jQuery Cycle)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.itemslider-wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.itemslider {
	position: relative;
	width: 960px;
}
.itemslider .slide {
	display: block;
	width: 960px;
	left: 0;
	top: 0;
}

/* Navigation */
.itemslider-wrapper .browse-button {
	text-decoration: none;
	text-indent: -999px;
	overflow: hidden;
	visibility: hidden; /**/
}
.itemslider-wrapper:hover .browse-button {
	visibility: visible;
}/**/
.itemslider-wrapper .backward {
	position: absolute;
	left: 20px;
	top: 45%;
	background: url(../images/img/slideshow-arrows.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
}
.itemslider-wrapper .backward:hover {
	background-position: 0 -50px;
}
.itemslider-wrapper .forward {
	position: absolute;
	right: 20px;
	top: 45%;
	background: url(../images/img/slideshow-arrows.png) -50px 0 no-repeat;
	width: 50px;
	height: 50px;
}
.itemslider-wrapper .forward:hover {
	background-position: -50px -50px;
}

/* Navigation goes up (Z-axis) */
.itemslider-wrapper .browse-button, .itemslider-wrapper .tab-pager {
	z-index: 50;
}

/* Large Tabs container
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/* Class specifying default background image for Large Tabs */

.large-tabs-bg {
	background-image: url(../images/img/navbar-gray-ids.png);
}

.large-tabs {
	background-position: 0 0;
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	padding: 0px;
	background-color: #555;
}

.large-tabs li {
	height: 31px;
	margin: 0 1px 0 0;
}
.product-collateral .large-tabs a {
	float: left;
	display: block;
	width: 118px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 0px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	outline: none;
	color: #000;
	background: none;
	border-right: 2px solid #fff;
}
.product-collateral .large-tabs a.last {
	border-right: 0px;
}
.large-tabs a span {
}
.large-tabs a:hover, .large-tabs a:focus {
	background: #008a96;
	color: #fff;
}
.large-tabs a:hover span, .large-tabs a:focus span {
}
.large-tabs a.current {
	background: #008a96;
	color: #fff;
}
.large-tabs a.current span {
}

/* Large Tabs container - Category
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
#category-tabs {
	background: none;
}

#category-tabs.large-tabs {
}

#category-tabs.large-tabs a {
	background: none;
	float: left;
	display: block;
	height: 18px;
	padding: 0 0 0 0px;
	margin: 0 8px 0 0;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	font-size: 12px;
	outline: none;
	color: #555;
	border-bottom: 4px solid;
	border-right: none;
	border-color: #555;
}
#category-tabs.large-tabs a span {
	background: none;
	display: block;
	padding: 0px;
}
#category-tabs.large-tabs a:hover, #category-tabs.large-tabs a:focus {
	color: #008a96;
	border-color: #008a96;
}
#category-tabs.large-tabs a:hover span, #category-tabs.large-tabs a:focus span {
}
#category-tabs.large-tabs a.current {
	color: #008a96;
	border-color: #008a96;
}
#category-tabs.large-tabs a.current span {
}

.category-tabs-content {
	border: none;
	margin-bottom: 20px;
}
.category-tabs-content li {
	padding: 0px 0px 10px 10px;
	display: block;
	background: url(../images/img/ic-camera-feat.gif) 0px 0px no-repeat;
}
.category-tabs-content h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

.camfinder {
	border-color: #bbb;
	margin-bottom: 20px;
}

:lang(de) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-de.jpg) no-repeat;
}

:lang(en) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-en.jpg) no-repeat;
}

:lang(es) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-es.jpg) no-repeat;
}

:lang(fr) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-fr.jpg) no-repeat;
}

:lang(ja) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-jp.jpg) no-repeat;
}

:lang(zh) div.camfinder{
        background: url(../images/ids-machine-vision-camera-finder-720x125-zh.jpg) no-repeat;
}

:lang(de) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(de) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-de.jpg) no-repeat;
}

:lang(en) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(en) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-en.jpg) no-repeat;
}

:lang(es) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(es) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-es.jpg) no-repeat;
}

:lang(fr) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(fr) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-fr.jpg) no-repeat;
}

:lang(jp) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(jp) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-jp.jpg) no-repeat;
}

:lang(zh) .category-ensenso-n10-3d-usb-2-0 div.camfinder,
:lang(zh) .category-ensenso-n20-3d-gige div.camfinder{
        background: url(../images/ids-machine-vision-camera-selector-720x125-jp.jpg) no-repeat;
}

h1.camfinder {
	background: url(../images/camerafinder_bg_icon.gif) no-repeat;
	background-position: right;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
	line-height: 44px;
}

.camfinder span {
	display: block;
	width: 720px;
	height:125px;
        text-indent: -9999px;
}
.camfinder a, .camfinder a:hover, .camfinder a:active, .camfinder a:visited {
	font-size: 15px;
	color: #555;
}

#camfinder-summary{
    height: 44px;
    text-align: right;
    padding-right: 60px;
    line-height:44px;
    font-weight: bold;
    font-size:16px;
    margin-top: -44px;
}

div.cam-category-icons{
    display: block;
    float:left;
    height: 200px;
    width:152px;
    margin-right: 20px;
}

div.cam-category-icons.contact{
    margin-right: 0px;
}
div.cam-category-icons > a > span.cc-icon
{
   display: block;
   width: 150px;
   height: 100px;
}

.cam-category-icons.productworld span.cc-icon
{
    background: url(../images/cam-cat-productworld.jpg) no-repeat;
}
.cam-category-icons.camerafinder span.cc-icon
{
    background: url(../images/cam-cat-camerafinder.jpg) no-repeat;
}
.cam-category-icons.lensfinder span.cc-icon
{
    background: url(../images/cam-cat-lensfinder.jpg) no-repeat;
}
.cam-category-icons.fpscalculator span.cc-icon
{
    background: url(../images/cam-cat-fpscalculator.jpg) no-repeat;
}
.cam-category-icons.categoryvideo span.cc-icon
{
    background: url(../images/ids-machine-vision-camera-video-kachel.jpg) no-repeat;
}

.cam-category-icons.fovcalc span.cc-icon
{
    background: url(../images/cam-cat-fovcalc.jpg) no-repeat;
}

.cam-category-icons.contact span.cc-icon
{
    background: url(../images/cam-cat-contact.jpg) no-repeat;
}

.cam-category-icons.sensors span.cc-icon
{
    background: url(../images/icon-ids-usb2-usb3-gigie-ueye-industrial-machine-vision-camera-sensors-150x100.jpg) no-repeat;
}

div.cam-category-icons > span.cc-text,
div.cam-category-icons > span.cc-header {
   display: block;
   width: 150px;
   text-align:center;
   padding-top: 5px;
}

div.cam-category-icons > span.cc-text{
   height: 100px;
}

div.cam-category-icons > span.cc-header{
   text-transform: uppercase;
   font-weight: bold;
}

.certifications {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 720px;
	padding: 5px 0px 5px 0px;
}
.certifications img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 45px;
}
.certifications a {
	position: relative;
}
.certifications a.nolink {
	cursor: default;
}
.certifications a .preview {
	display: none;
	height: 106px;
	padding: 5px;
	background: #FFFFFF;
}

.certifications a:hover .preview {
	display: block;
	position: absolute;
	top: -34px;
	left: -30px;
	z-index: 1;
}

/* Product view elements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Rating */
.ratings, .no-rating {
	font-size: 11px;
	line-height: 13px;
	margin: 15px 0 15px;
}
.ratings strong {
	float: left;
	margin: 1px 3px 0 0;
}
.ratings .rating-links .separator {
	display: inline-block;
	text-indent: -9999px;
	width: 1px;
	background: url(../images/img/bg-separator1.gif) no-repeat;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bkg_rating.gif) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating {
	float: left;
	height: 13px;
	background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float: left;
	margin-right: 8px;
}
.ratings .amount {
}

.ratings-table th, .ratings-table td {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0;
}
.ratings-table th {
	padding-right: 8px;
}

/* Availability */
.availability {
	margin: 0;
}
.products-grid .availability.out-of-stock span, .products-list .availability.out-of-stock span {
	color: #777;
}

.availability-only {
	background: url(../images/img/icons.png) 0 -160px no-repeat;
	float: left;
	margin: 0;
	padding: 2px 10px 2px 24px;
	line-height: 15px;
}
.availability-only a {
	background: url(../images/img/bullet.png) 100% 4px no-repeat;
	padding-right: 11px;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
}
.availability-only .expanded {
}
.availability-only strong {
	font-weight: normal;
}

.availability-only-details {
	width: 100%;
	margin: 30px auto 0;
}
.availability-only-details thead tr {
	border-bottom: 1px solid #d5d5d5;
}
.availability-only-details th {
	font-size: 11px;
	padding: 4px 12px;
	font-weight: bold;
}
.availability-only-details td {
	font-size: 11px;
	padding: 2px 12px;
	border-right: 1px solid #e5e5e5;
}
.availability-only-details td.last {
	border-right: none;
}
.availability-only-details tr.even {
	background-color: #fbfbfb;
}

.product-pricing {
	line-height: 15px;
}
.extrahint-wrapper .product-pricing {
	background: url(../images/img/bullet.png) 0 4px no-repeat;
	padding-left: 11px;
}
.product-options-bottom .product-pricing {
	clear: left;
	color: #777;
}

/* Alerts */
.alert-price, .alert-stock {
	padding: 2px 0 2px 21px;
	line-height: 15px;
}
.alert-price {
	background: url(../images/img/icons.png) 0 -80px no-repeat;
}
.alert-stock {
	background: url(../images/img/icons.png) 0 -120px no-repeat;
}

/* Product Prices
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
 .products-grid li.item span.price,
 .products-list li.item span.price{
     display: inline-block;
     margin: 10px 0;
     text-align: center;
     width: 100%;
     font-size: 14px;
     line-height: 15px;
 }
 
 .products-grid li.item .minimal-price span.price,
 .products-list li.item .minimal-price span.price{
     display: inline;
     /*margin-top: 10px;*/
     width: none;
 }
 
.product-shop span.price a,
.price {
	white-space: nowrap !important;
	color: #008a96;
}

.price-box {
	margin: 0;
}
.price-box .price,
.price-box .price-label{
	color: #008A96;
        font-size: 14px;
}


/* Common labels */
.old-price .price-label, .special-price .price-label {
	white-space: nowrap;
}
.old-price .price-label {
	display: none;
}

/* Regular price */
.regular-price {
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
	color: #777;
}

/* Old price */
.old-price {
	margin: 0;
}
.old-price .price {
}

/* Special price */
.special-price {
	margin: 0;
	padding: 0;
}
.special-price .price, .special-price .price-label {
	color: #ee001c !important;
}
.special-price .price-excluding-tax .price {
	color: #777;
}

/* Minimal price (as low as) */
.minimal-price {
	margin: 0 0 5px;
}
.minimal-price .price {
}
.minimal-price .price-label {
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}
.minimal-price-link .label, .minimal-price-link .price {
	color: #4b6aac;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
	color: #777;
}
.price-excluding-tax .label {
	white-space: nowrap;
	color: #777;
}
.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
	color: #777;
}
.price-including-tax .label {
	white-space: nowrap;
	color: #777;
}
.price-including-tax .price {
	color: #777
}

/* Configured price */
.configured-price {
	margin: 0;
}
.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.configured-price .price {
	font-weight: bold;
}

/* FPT */
.weee {
	display: block;
	font-size: 11px;
}
.weee .price {
	font-size: 11px;
	font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */
.price-from {
	margin: 0;
}
.price-from .price-label {
	white-space: nowrap;
}

.price-to {
	margin: 0;
}
.price-to .price-label {
	white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
	color: #aaa;
	margin-left: 5px;
}
.price-notice .price {
	padding-left: 3px;
}

/* Price as configured */
.price-as-configured {
}
.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
	color: inherit;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}
.price-box-bundle .price {
}

/* Tier Prices
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
 /*
.tier-prices {
	margin: 10px 0;
	padding: 10px 15px;
	background-color: #f5f5f5;
	color: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tier-prices li {
	line-height: 15px;
	background: url(../images/img/bullet.png) 0 4px no-repeat;
	padding: 0 0 0 11px;
	margin: 3px 0;
	color: #777;
}
.tier-prices .benefit {
	font-weight: normal;
	color: #000;
}
.tier-prices .price {
	color: #008a96;
}

.tier-prices-grouped li {
	padding: 2px 0;
}
.tier-prices-grouped li .price {
	font-weight: bold;
}
*/
.tier-prices li {
	padding: 2px 0;
        height:15px;
        white-space: nowrap;
}
/*.tier-prices li .price {
	font-weight: bold;
}*/
/* Add-to links
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.add-to-links .separator {
	display: none;
}
.add-to-links li {
	float: left;
}
.add-to-links a.link-compare {
	margin-left: 3px;
}

/* Add-to links as icons with no text
 -------------------------------------------------------------- */
.product-shop a.grouped_link-compare,
a.link-offer,
a.link-datasheet,
a.link-compare,
a.link-wishlist,
a.link-compare,
a.link-lensfinder,
a.link-fpscalc,
a.email2friend,
a.priceinfo-active,
a.priceinfo-inactive,
a.priceinfo-nologin {
	background: url(../images/img/pix.png) no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999em;
	overflow: hidden;
        float:left;
}

p.grouped-actions a.link-offer,
p.grouped-actions a.link-lensfinder,
p.grouped-actions a.link-fpscalc,
p.grouped-actions a.grouped_link-compare{
    float: right;
    margin-left: 3px;
}

p.grouped-actions a.link-lensfinder{
    margin-right: 1px;
}

a.link-compare, a.grouped_link-compare {
	background-position: 0 0;
}
a.link-compare:hover, a.grouped_link-compare:hover {
	background-position: 0 -27px;
}

a.link-offer {
	background-position: -103px -244px;
}
a.link-offer:hover {
	background-position: -103px -244px;
}

a.link-lensfinder {
	background-position: 0px -593px;
}
a.link-lensfinder:hover {
	background-position: 0px -593px;
}

a.link-fpscalc {
	background-position: -27px -593px;
}
a.link-fpscalc:hover {
	background-position: -27px -593px;
}

a.link-offer.create {
	background-position: -103px -208px;
}
a.link-offer.create:hover {
	background-position: -103px -208px;
}

a.link-offer.request {
	background-position: -103px -244px;
}
a.link-offer.request:hover {
	background-position: -103px -244px;
}

a.link-datasheet {
	background-position: 0px -561px;
}

a.link-wishlist {
	background-position: -27px 0px;
}
a.link-wishlist:hover {
	background-position: -27px -27px;
}

a.email2friend {
	background-position: -54px 0px;
}
a.email2friend:hover {
	background-position: -54px -27px;
}

a.priceinfo-active {
	background-position: 0px -380px;
}
a.priceinfo-inactive {
	background-position: -27px -380px;
}
a.priceinfo-nologin {
	background-position: -27px -380px;
}

/* Add-to links as text links with icons on the left
 -------------------------------------------------------------- */
.product-shop a.link-wishlist {
	display: block;
	padding: 2px 0 2px 21px;
	margin-right: 10px;
	line-height: 15px;
	background: url(../images/img/icons.png) no-repeat;
	/* Reset icons style */
	text-indent: 0;
	overflow: visible;
	width: auto;
	height: auto;
}
.product-shop a.link-wishlist {
	background-position: 0 0;
}

/* Add to Cart
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.add-to-cart label {
	float: left;
	line-height: 35px;
	padding-right: 10px;
	font-weight: bold;
	color: #666;
}
.add-to-cart .qty {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}
.add-to-cart button.button {
	float: left;
}
.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart {
        margin-top: 10px;
	float: right;
}
/*
.add-to-box .or {
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}
*/
.add-to-links .add-to-cart > a.buy-now,
.add-to-box .add-to-cart > a.buy-now,
.right-column .add-to-cart > a.buy-now{
	background: url(../images/img/buy-now.jpg) no-repeat;
	display: inline-block;
	width: 54px;
	height: 48px;
        float: right;
        font-size: 0px;
}

.add-to-cart > a.cam-software{	
	display: inline-block;
	width: 54px;
	height: 48px;
        float: right;
        font-size: 0px;
}

.add-to-cart.sw-info > a.cam-software{
        float: left;
		margin-top:3px;
}

.add-to-cart.sw-info > span{
		display: inline-block;
		width:618px;
		float:left;
                padding: 10px 0px 0px 10px;
}

.add-to-cart > a.cam-software.sw-ueye{
        background: url(../images/img/ids-software-suite.jpg) no-repeat;
}

.add-to-cart > a.cam-software.sw-uvc{
        background: url(../images/img/uvc.jpg) no-repeat;
}

.add-to-cart > a.cam-software.sw-u3v{
        background: url(../images/img/u3v.jpg) no-repeat;
}

.add-to-cart > a.cam-software.sw-gev{
        background: url(../images/img/gev.jpg) no-repeat;
}

.products-grid ul.cam-software{
	width: 54px;
	height: 48px;
        float: right;
        margin-top: -53px;
        display:block;
        position: absolute;
        right: 5px;
}

.products-list ul.cam-software{
	width: 54px;
	height: 48px;
        float: right;
        margin-top: -53px;
        display:block;
        position: absolute;
        left: 147px;
}

.products-grid .cam-software li.sw-ueye,
.products-list .cam-software li.sw-ueye{
                display: list-item;
                /*list-style: square inside url(../images/img/ids-software-suite.jpg);*/
}

.products-grid .cam-software li.sw-uvc,
.products-list .cam-software li.sw-uvc{
                display: list-item;
                list-style: square inside url(../images/img/uvc.jpg);
}

.products-grid .cam-software li.sw-u3v,
.products-list .cam-software li.sw-u3v{
                display: list-item;
                list-style: square inside url(../images/img/u3v.jpg);
}

.products-grid .cam-software li.sw-gev,
.products-list .cam-software li.sw-gev{
                display: list-item;
                list-style: square inside url(../images/img/gev.jpg);
}


.add-to-box .add-to-cart > a.store-to-cart,
.right-column .add-to-cart > a.store-to-cart,
.add-to-box .add-to-cart.register > a.store-to-cart,
.right-column .add-to-cart.register > a.store-to-cart{
	background: url(../images/img/addtocart_register.jpg) no-repeat;
	display: inline-block;
	width: 107px;
	height: 45px;
	color: #fff;
        font-weight: bold;
        line-height: 45px;
        padding-left: 53px;
}

.add-to-box .add-to-cart > a.store-to-cart:hover,
.right-column .add-to-cart > a.store-to-cart:hover{
    color: #fff;
}

.add-to-box .hint-priceinfo{
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: right;
}

/* Product view %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-view {
	margin-top: 10px;
}
.product-collateral {
	float: left;
	width: 720px;
	margin: 20px 0 0;
}
.product-collateral h2 {
	margin: 0 0 10px;
}
.product-collateral .box-collateral {
	margin: 0;
}
.product-collateral .product-tabs-wrapper {
	margin-top: 0;
}

/* First h2 in pane (pane heading) is hidden */
.product-collateral .pane > h2:first-child {
	display: none;
}
.tabs-wrapper .box-collateral > h2:first-child {
	display: none;
}

/* Product Images
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-view .product-img-box {
	float: left;
	/* IMPORTANT: Width is overriden in the template files (using admin panel) */
	width: 277px; /* 277 = image width (265px: magento default) + img->padding + product-image->border */
	margin-top: -2px; /* Override margin to keep the image box in the same line that the top shadow of 'product-top-wrapper' */
	/*margin-bottom:2px;*/ /* Margin to keep the same height of 'product-top-wrapper' and image box */
	position: relative; /* Holder for "new" and "sale" product labels */
}
.col3-layout .product-view .product-img-box {
	float: none;
	margin: 0 auto;
}
.product-view .product-img-box .product-image {
	border: #e5e5e5 1px solid;
	padding: 5px;
	position: relative; /* IMPORTANT: Stickers ("new", "sale") are positioned relative to this box */
}
.product-view .product-img-box .product-image img {
	margin: 0 auto;
	display: block;
}
.product-view .product-img-box .product-image.product-image-zoom {
	z-index: 9;
}

.product-view .product-img-box .zoom {
	display: none;
}
.product-view .product-img-box .zoom-notice {
	display: none;
	font-size: 11px;
	margin: 0 0 5px;
	text-align: center;
}

.product-view .product-img-box .more-views {
}
.product-view .product-img-box .more-views h2 {
	display: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px;
}
.product-view .product-img-box .more-views ul {
}
.product-view .product-img-box .more-views li {
	float: left;
	margin: 10px -1px 0 0;
}
.product-view .product-img-box .more-views li.last {
	margin-right: 0;
}
.product-view .product-img-box .more-views li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	padding: 6px;
	border: #e5e5e5 solid 1px;
}
.product-view .product-img-box .more-views li a:hover {
	border-color: #999;
	position: relative;
	z-index: 1000;
}

.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .nav {
	font-weight: bold;
	text-align: center;
}
.product-image-popup .image {
	display: block;
	margin: 10px 0;
}
.product-image-popup .image-label {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #2f2f2f;
}

/* Stickers
 -------------------------------------------------------------- */
.sticker {
	border: none;
	position: absolute;
	z-index: 99; /* Gteater than Cloud Zoom image */
}
.sticker-top-right {
	top: -2px;
	right: -2px;
}
.sticker-bottom-right {
	bottom: -2px;
	right: -2px;
}
.sticker-bottom-left {
	bottom: -2px;
	left: -2px;
}
.sticker-top-left {
	top: -2px;
	left: -2px;
}

/* Product Shop
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-top-wrapper {
	background: url(../images/img/prod-bg-right.jpg) 100% 0 repeat-y;
}
.product-top {
	background: url(../images/img/prod-bg-bottom.jpg) 100% 100% no-repeat;
}
.product-top-inner {
	background: url(../images/img/prod-bg-top.jpg) 100% 0 no-repeat;
	min-height: 279px;
	padding: 6px 5px 5px 0;
}

.product-view .product-shop {
	float: right;
	width: 417px;
	padding: 10px 10px 20px;
	border-right: #eee 1px solid;
}
.product-view .product-shop.no-right-border {
	border-right: none;
}
.col1-layout .product-view .product-shop {
}
.col3-layout .product-view .product-shop {
	float: none;
	width: auto;
}
.product-view .product-shop .product-name {
	margin: 0 0 5px;
}
.product-view .product-shop .product-name h1 {
	margin: 0;
	font-size: 20px;
	color: #555;
}

.product-view .product-shop .product-name h1.mi-germany {
	background: url(../images/made_in_germany.gif) no-repeat;
	background-position: right;
	line-height: 30px;
}
.product-view .product-shop .ratings-table {
	margin: 15px 0 5px;
}
.product-view .short-description {
	margin: 15px 0;
	line-height: 15px;
}

/* Prices. Common for product view and MAP popup.
 -------------------------------------------------------------- */
.product-view .price-box, .map-popup-price, .map-popup-msrp {
}
.product-view .product-shop .price-box {
	margin: 5px 0 10px;
}
.product-view .product-shop .price-box .price-including-tax .price {
	font-size: 18px;
}
.product-view .product-shop .price-box .price-excluding-tax .price {
	font-size: inherit;
}

/* Main, well visible price */
.product-view .product-shop .price-box .regular-price .price, .product-view .product-options-bottom .price-box .regular-price .price, .product-view .product-shop .price-box .price-including-tax .price, .product-view .price-as-configured .price, .map-popup-price .regular-price .price {
	color: #008a96;
	font-size: 18px;
}

/* Old price */
.product-view .product-shop .price-box .old-price .price-label {
	white-space: nowrap;
}
.product-view .product-shop .price-box .old-price .price-label {
	display: none;
}
.product-view .product-shop .price-box .old-price {
	margin: -7px 0 0;
}/* Override price box top margin for special prices */

/* MSRP price and old price */
.product-view .product-shop .price-box .old-price .price, .map-popup-msrp .price {
	color: #aaa;
}

/* MSRP price and old price (only in MSRP box) */
.price-box.map-info .old-price .price, .map-popup-msrp .price {
	text-decoration: line-through;
	display: block;
}
.product-view .product-shop .price-box.map-info .old-price .price {
	font-size: 18px;
}

/* Move MSRP links below old price */
.product-view .product-shop .price-box.map-info .old-price {
	display: block;
}

/* Special price */
.product-view .product-shop .price-box .special-price {
	margin: -4px 0 0;
	white-space: nowrap; /*Chrome*/
}
.product-view .product-shop .price-box .special-price .price {
	font-size: 18px;
}
.product-view .product-shop .price-box .special-price .price-label {
	white-space: nowrap;
}
.product-view .product-shop .price-box .special-price .price-including-tax, .product-view .product-shop .price-box .special-price .price-excluding-tax {
	padding: 0 0 0 15px;
}

/* Additional styles for "product-view"
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/* "Add to cart" box with price box inside (displayed even if the product is not available).
 It has the same styling as 'container1-wrapper' and 'container2-wrapper'. */
.product-view .add-to-box, .product-view .product-type-data {
	margin: 10px 0;
	padding: 15px;
}

/* Price boxes inside */
.product-view .add-to-box .price-box {
	float: left;
	height: 35px;
}
.product-view .product-type-data .price-box {
	margin: 0;
}
.product-view .out-of-stock {
	float: right;
	margin: 0 0 5px 10px;
}

/* Product view link colors */
.product-view .product-shop a, .product-attributes a {
	color: #888;
}
.product-view .product-shop a:hover, .product-attributes a:hover {
	color: #008A96;
}

/* Other elements */
.action-box {
	margin: 0 0 15px;
}
.action-box .add-to-links li {
	float: left;
}
.extrahint-wrapper {
	margin: 0 0 15px;
}

.product-shop div.action-box {
	display: inline-block;
	padding-right: 15px;
	float: right;
}

.product-shop span.price {
	line-height: 27px;
}

/* Product view messages */
#messages_product_view {
	margin-top: 5px;
}

/*Video-Lightbox
--------------------------------------------------------------- */
#cam-video-lightbox{
    background-color: rgba(0,0,0,0.8);
    background-image: url('/store/skin/frontend/fortis/default/images/img/x.png');
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    z-index: 1900;
    width: 960px;
    margin-left: -20px;
    height: 600px;
    display:none;
}

#cam-video-player{
	width:920px;
	height:518px;
	margin:40px auto;	
}



/* Grouped product
 -------------------------------------------------------------- */
.product-view .product-type-data.is-grouped {
	padding: 0;
	background-color: transparent;
}
/* Align right instead of float right */
.product-view .product-type-data.is-grouped .out-of-stock {
	float: none;
	text-align: right;
}

/* Downloadable product
 -------------------------------------------------------------- */
.product-type-data.is-downloadable .price-box {
	margin: 0 0 10px;
}
.product-type-data .item-options dt {
	float: none;
	margin: 0 0 5px;
}
/* Same as "item-options" in cart */
.product-type-data .item-options dd {
	background: url(../images/img/bullet.png) 3px 4px no-repeat;
	padding-left: 15px;
}

/* Additional information table
 -------------------------------------------------------------- */
.product-view .data-table th {
	font-weight: bold;
}
.product-view .data-table tr.even {
	background-color: #f5f5f5;
}
.product-view .data-table tr td, .product-view .data-table tr th {
	border-right-color: #e5e5e5;
}

/* Product attributes - additional box at the right side
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-attributes {
	float: right;
	width: 170px;
	min-height: 233px;
	padding: 15px;
}
.product-attributes .item {
	margin: 10px 0;
}
.product-attributes .item img {
	float: left;
}
.product-attributes .item .heading {
	line-height: 15px;
	display: block;
	margin-left: 25px;
}

/* Temporary demo attributes */
.product-attributes .other-attributes {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
}
.product-attributes .item.box-delivery .heading {
	line-height: 18px;
}
.product-attributes .item.box-delivery img {
	margin-right: 3px;
}

/* Product options
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.container1-wrapper {
	margin: 10px 0 10px;
}
.container2-wrapper {
	margin: 20px 0 0;
	float: left;
	width: 720px;
}
.product-view .product-type-data, .container1-wrapper, .container2-wrapper {
	background-color: #f5f5f5;
}

.product-options {
	padding: 10px;
	position: relative;
}
.product-options dt {
	font-weight: normal;
}
.product-options dt label {
	font-weight: bold;
}
.product-options dt label.required em {
	color: #eb340a;
	margin-left: 5px;
}
.product-options dd .qty-holder {
	display: block;
	padding: 5px 0 0;
}
.product-options dd .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
}
.product-options dd {
	padding: 5px 10px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 99%;
}
.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}
.product-options ul.options-list {
	margin-right: 5px;
}
.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}
.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}
.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}
.product-options ul.options-list label {
	font-weight: normal;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.note {
	margin: 0;
	font-size: 11px;
}
.product-options p.required {
	visibility: hidden;
	position: absolute;
	right: 30px;
	top: 10px;
}
.container1-wrapper:hover .required, .container2-wrapper:hover .required {
	visibility: visible;
}

/*bottom*/
.product-options-bottom {
	padding: 0 15px 15px;
}
.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
}
.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
	color: #e26703;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
	color: #e26703;
}
.product-options-bottom .price-box {
	float: left;
	margin: 7px 0 0;
	padding: 0;
}/* Top margin same as: price-box outside options */
.product-options-bottom .price-box .price-as-configured {
	margin: 5px 0 0;
}
.col3-layout .product-options-bottom .price-box {
	float: none;
	padding: 0 0 5px;
}
.product-options-bottom .price-label {
}
.product-options-bottom .price-tax {
	float: left;
}
.product-options-bottom .add-to-cart {
	float: right;
}
.product-shop .product-options-bottom {
}
.product-shop .product-options-bottom .price-box {
	margin: 7px 0 0;
}/* Same as ".product-options-bottom .price-box" */
.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
	float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}

/* Product view tabs
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-tabs-wrapper .tabs {
	width: 720px;
}
.product-tabs-wrapper .tabs-panes {
	clear: both;
	width: 100%;
}
.product-tabs-wrapper .tabs-panes .pane {
	padding: 15px;
	min-height: 100px;
	background-color: #fff;
}

.product-tabs-wrapper > .tabs-panes > .pane a {
	display: block;
}
.product-tabs-wrapper > .tabs-panes > .pane > .std > p > a,
.product-tabs-wrapper > .tabs-panes > .pane a.a-inline{
	display: inline-block;
}
.product-tabs-content {
	border-left: #008a96 1px solid;
	border-right: #008a96 1px solid;
	border-bottom: #008a96 1px solid;
	border-top: #008a96 3px solid;
}

.product-tabs-content li {
	padding: 0px 0px 10px 10px;
	display: block;
	background: url(../images/img/ic-camera-feat.gif) 0px 0px no-repeat;
}
.product-tabs-content .add-to-links li {
	display: block;
	background: none;
}
.product-tabs-content .data-table li {
	padding: 0px 0px 5px 0px;
	display: block;
	background: none;
}

/* Static CMS blocks displayed on product view
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/* Static CMS blocks for social buttons */ /*my:predef-block*/
.product-view .product-right-bottom-wrapper {
	margin: 15px 0 4px;
}
.product-view .product-main-bottom-wrapper {
	border-top: 1px solid #eee;
	margin: 20px 0 0;
	padding: 17px 0 0;
}
.product-view .product-main-bottom-wrapper .addthis_toolbox {
}

/* Static CMS block replacing Related products */ /*my:predef-block*/
.product-replace-related-wrapper {
}

/* Static CMS block replacing Up-sell products */ /*my:predef-block*/
.product-replace-upsell-wrapper {
	margin: 20px 0 0;
}

/* Grouped Product
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-view .grouped-items-table {
	margin: 0 0 -5px;
}
.product-view .grouped-items-table thead th {
	font-weight: bold;
}
.product-view .grouped-items-table tbody tr.last {
	border-bottom: none;
}
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0;
}
.product-view .grouped-items-table .price-box .price-including-tax .price {
	font-size: 15px;
}

.product-view .grouped-items-table td {
	vertical-align: middle;
}
.product-view .grouped-items-table .price-box .regular-price .price {
	font-size: 14px;
}

.product-view .grouped-items-table p.grouped-actions {
       margin-top: 5px;
}

.product-view .grouped-items-table td span.sensorinfo{
	display:inline-block;
        width:100%
}

/* Block: Upsell
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-collateral .box-up-sell {
	margin: 15px 0 0;
}
.box-up-sell .item {
	min-height: 277px;
}
.box-up-sell h2 {
	float: left;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 25px; /* Adjusted to tabs browse buttons height */
}

/* Tabs - override */
.box-up-sell .tabs {
	display: none;
}
.box-up-sell .tabs-panes {
	float: left;
	clear: none;
}
.box-up-sell .browse-button {
	float: left;
	margin: 0 3px 10px 0;
}
.box-up-sell .browse-button.forward {
	margin-right: 15px;
}
.box-up-sell .ratings {
	font-size: 10px;
	margin: 10px 0;
}

/* Override grid item's minimal height */
.box-up-sell .spec-grid4col .item {
	min-height: 265px;
}

/* Block: Tags
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-view .box-tags {
	margin: 0;
}
.product-view .box-tags h3 {
	font-size: 13px;
	color: #222;
}
.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
	display: inline;
	background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
	padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}
.product-view .box-tags .form-add label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #0a263c;
}
.product-view .box-tags .form-add .input-box {
	float: left;
	width: 305px;
	margin: 0 5px 0 0;
	background: url(../images/i_tag_add.gif) 0 5px no-repeat;
	padding: 0 0 0 23px;
}
.product-view .box-tags .form-add input.input-text {
	width: 299px;
	height: 17px;
	padding: 4px;
}
.product-view .box-tags .form-add .button {
	margin-left: 5px;
}
.product-view .box-tags .note {
	margin: 3px 0 0;
	padding: 0 0 0 23px;
	font-size: 11px;
}

/* Block: Reviews
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.product-view .box-reviews dl {
	margin: 0 0 15px;
}
.product-view .box-reviews dt {
	color: #999;
}
.product-view .box-reviews dt .heading {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin-right: 8px;
}
.product-view .box-reviews dt span {
	font-weight: bold;
}
.product-view .box-reviews dt a {
	font-size: 18px;
	margin-right: 8px;
}
.product-view .box-reviews dd {
	margin: 0 0 15px 15px;
}
.product-view .box-reviews dd .date {
	color: #999;
	display: block;
	margin-top: 3px;
}
.product-view .box-reviews .ratings-table {
	margin: 5px 0;
}
.product-view .box-reviews .form-add {
	padding: 15px;
	background-color: #f5f5f5;
}
.product-view .box-reviews .form-add h2 {
	margin-top: 0;
	color: #066cc3;
}
.product-view .box-reviews .form-add h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.product-view .box-reviews .form-add h3 span {
	font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
	font-size: 12px;
	font-weight: normal;
}
.product-view .box-reviews .form-add .data-table td {
	text-align: center;
}
.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width: 354px;
}
.product-view .box-reviews #review-form {
	margin: 0;
	display: block;
}/*bylo: margin top 40px*/

/* Send a Friend
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.send-friend .form-list {
	overflow: hidden;
}
.send-friend .form-list li {
	margin-right: -15px;
}
.send-friend .form-list li p {
	margin: 0 15px 0 0;
}
.send-friend .form-list .field {
	width: 315px;
}
.send-friend .form-list .input-box {
	width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
	width: 294px;
}
.send-friend .form-list li.wide .input-box {
	width: 612px;
}
.send-friend .form-list li.wide textarea {
	width: 609px;
	max-width: 660px;
}
.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}

/* Content Styles %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.product-name {
	margin: 0;
	font-size: 1em;
	line-height: 15px;
	font-weight: normal;
}

/* Product Tags */
.tags-list li {
	display: inline;
}

/* Advanced Search */
.advanced-search-summary {
	padding: 15px;
	margin: 10px 0;
	background-color: #f5f5f5;
}
.advanced-search-summary ul {
	float: left;
	margin: 0 15px 10px 0;
	width: 46%;
}
.advanced-search-summary li {
	margin: 0 0 2px 0;
	color: #008a96;
	font-size: 16px;
}
.advanced-search-summary strong {
	color: #000;
	margin: 0 5px 0 0;
}
.advanced-search-summary p {
	clear: both;
	margin: 10px 0 0;
}

/* Advanced Search - form */
.advanced-search .form-list label {
	padding-right: 10px;
	width: 140px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	clear: none;
	float: left;
}
.catalogsearch-advanced-index .fieldset {
	margin-bottom: 3px;
}
.catalogsearch-advanced-index .buttons-set {
	padding-left: 0;
}
.catalogsearch-advanced-index .buttons-set button.button {
	float: left;
	margin: 0;
}
.catalogsearch-advanced-index .buttons-set button.button span span {
	padding-left: 60px;
	padding-right: 68px;
}

/* Sitemap */
.page-sitemap .links {
	margin: 0;
	text-align: center;
}
.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}
.page-sitemap .sitemap {
	margin: 12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
}

/* RSS */
.rss-title h1 {
	background: url(../images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
	line-height: 24px;
}
.rss-table .link-rss {
	display: block;
	line-height: 1.35;
	background-position: 0 2px;
}

/* Shopping Cart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Checkout Types
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
	float: right;
}
.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

/* Shopping Cart Table
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart fieldset {
	background-color: #eee;
	padding: 5px 5px 5px 5px; /* Subtract background image shadow width from padding-right and padding-bottom */
	-moz-border-radius: 2px 2px 0 2px;
	-webkit-border-radius: 2px 2px 0 2px;
	border-radius: 2px 2px 0 2px;
}
.cart-table-wrapper {
	background: url(../images/img/cart-shadow.png) right bottom no-repeat;
	padding: 0 0px 0px 0; /* Shadow width padding */
}
#offer-table {
	border: 1px solid #DDD;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.cart-table {
	background-color: #fff;
}
.cart-table thead th {
	padding: 10px;
	font-weight: normal;
}
.cart-table th.last {
	border-right: none;
}
.cart-table tr.odd td, .cart-table tr.even td {
	padding: 10px;
	border-right: 1px solid #eee;
}
.cart-table tr {
	border-bottom: #eee solid 1px;
}
.cart-table thead tr {
	border-bottom: 1px solid #ddd;
}
.cart-table tr.even {
	background: none;
}

.cart-table .product-name {
	font-weight: normal;
	margin: 0 0 5px;
	font-size: 13px;
}
.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #df280a;
}
.cart-table tfoot td {
	padding: 5px 10px;
	border: none;
}

/* Buttons
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart-table .btn-continue, .cart-table .btn-update a {
	display: block;
	padding: 2px 0 2px 21px;
	margin: 12px 10px;
	line-height: 15px;
	color: #888;
}
.cart-table .btn-continue:hover, .cart-table .btn-update:hover a {
	color: #008a96;
}
.cart-table .btn-continue {
	background: url(../images/img/icons.png) 0 -240px no-repeat;
	float: left;
}
.cart-table .btn-update a {
	background: url(../images/img/icons.png) 0 -200px no-repeat;
	float: right;
}
/* Make link wrapper (button tag) invisible */
.cart-table .btn-update {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* Shopping Cart Collateral boxes
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.cart .cart-right-column {
	float: right;
	width: 306px;
	margin-top: 20px;
}
.cart .cart-left-column {
	float: left;
	width: 604px;
	margin-top: 20px;
}
.cart .cart-left-column .cart-top-box {
}
.cart .cart-left-column .cart-bottom-box {
	margin-top: 20px;
}
/* This class helps distinguish content placed inside 2-column-wide boxes in ".cart-left-column" */
.cart .cart-left-column .cart-wide-box {
}

/* 2 columns set */
.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
	width: 306px;
}
.cart .cart-collaterals .col2-set .col-1 {
	margin-right: 20px;
	float: right;
}

/* Cross-sell
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .crosssell {
	padding: 15px;
	border: 15px solid #f5f5f5;
}
.cart .crosssell h2 {
	font-weight: normal !important;
}
.cart .crosssell .product-image {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #d0cdc9;
}
.cart .crosssell .product-details {
	margin-left: 90px;
}
.cart .crosssell .product-name a:hover {
	border: none;
}
.cart .crosssell li.item {
	padding: 20px 0;
	border-bottom: #eee 1px solid;
}
.cart .crosssell li.item.last {
}
.cart .crosssell .btn-cart {
	float: left;
}
.cart .crosssell .add-to-links {
	float: right;
	margin-left: 5px;
}
.cart .crosssell .price-box {
	margin: 7px 0;
	line-height: 15px;
}
.cart .crosssell:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/*
 -------------------------------------------------------------- */
.cart-wide-box .crosssell li.item {
	float: left;
	width: 265px;
	min-height: 109px;
}
.cart-wide-box .crosssell li.item.odd {
	padding-right: 20px;
	border-right: 1px solid #eee;
}
.cart-wide-box .crosssell li.item.even {
	padding-left: 20px;
}

/* Common styles: Cross-sell, Discount Codes, Estimate Shipping
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .discount, .cart .shipping {
	background-color: #f5f5f5;
	padding: 15px;
}
.cart .crosssell h2, .cart .discount h2, .cart .shipping h2, .cart .totals h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float: none;
	margin-left: 0;
}

/* Discount Codes (coupons)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .discount label {
	display: block;
	margin: 0 0 5px;
}
.cart .discount .input-box {
	margin: 0 9px 0 0;
}
.cart .discount input.input-text {
	width: 250px;
	height: 16px;
}/* Changed */
.cart .discount .buttons-set {
	margin: 10px 0 0;
}

/* Estimate Shipping
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .shipping input.input-text {
	width: 254px;
}
.cart .shipping select {
	width: 264px;
}
.cart .shipping p {
	margin-bottom: 10px;
}
.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
	background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
.shipping-form button.button span {
	color: #222;
}

/* Shopping Cart Totals
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart .totals {
	padding: 15px;
	margin: 0px 0px;
	background-color: #f5f5f5;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.cart .totals table {
	width: 100%;
}
.cart .totals td {
	padding: 1px 0px 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
	padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
	padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
	font-size: 15px;
}
.cart .totals .checkout-types {
	font-size: 12px;
	text-align: right;
}
.cart .totals .checkout-types li {
	clear: both;
	margin: 10px 0;
}
.cart .totals .checkout-types a {
	text-decoration: none;
	color: #ffffff;
}

.cart .btn-proceed-checkout > span:nth-child(1) > span {
	min-width: 157px;
	text-align:left;
}

/*my:predef-block*/
/* Cart predefined blocks
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart-below-table-wrapper, .cart-above-crosssell-wrapper, .cart-replace-crosssell-wrapper, .cart-below-totals-wrapper {
	margin: 20px 0;
}
.cart-below-table-wrapper, .cart-above-crosssell-wrapper {
	margin-top: 0;
}/* Remove top margin for the first block above coupons */

/* Item Options and Options Tool Tip
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.item-options {
	line-height: 15px;
}
.item-options dt {
	white-space: nowrap;
	float: left;
	margin-right: 7px;
	color: #333;
}
.item-options dd {
	padding-left: 11px;
	margin: 0 0 2px;
	color: #999;
}

/* Item options in cart/checkout tables */
.data-table .item-options dt {
	background: url(../images/img/bullet.png) 0 4px no-repeat;
	padding-left: 10px;
}
.data-table .item-options {
	margin: 0 0 0 10px;
}

/* Options Tool Tip
 -------------------------------------------------------------- */
.truncated {
	cursor: help;
	display: inline-block;
	margin-left: 3px;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
.truncated a.details:hover {
	color: #333;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999; /*width:250px;*/
	padding: 8px;
	background-color: #f5f5f5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.truncated .truncated_full_value .item-options > p {
	font-weight: bold;
	text-transform: uppercase;
}
.truncated .show .item-options {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show .item-options {
	left: 15px;
	top: 7px;
}
.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}

/* Checkout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
	font-weight: bold;
	margin: 13px 0 5px;
}
#co-payment-form .sp-methods dt {
	margin: 5px 0 5px;
        min-height: 35px;
}
.sp-methods dd {
}
.sp-methods dd li {
	margin: 5px 0;
}
.sp-methods .price {
	font-weight: bold;
}
.sp-methods .form-list {
	padding-left: 30px;
}
.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 10px;
}
.sp-methods .checkmo-list label {
	color: #B31F5A;
	width: 135px;
	padding-right: 10px;
}
.sp-methods .checkmo-list address {
	float: left;
	padding: 5px 0 10px;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}
.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.please-wait {
	float: right;
	margin-right: 5px;
}
.please-wait img {
	vertical-align: middle;
}
.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}

/* Tooltip */
.tool-tip {
	background-color: #fff;
	padding: 10px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close a {
	margin: 0 0 0 auto;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}

/* Gift Messages */
.gift-messages {
	margin: 15px 0;
}
.gift-messages-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 15px;
	position: relative;
}
.gift-messages-form p {
	margin-bottom: 10px;
}
.gift-messages-form label {
	float: none !important;
	position: static !important;
}
.gift-messages-form .item {
	margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}
.gift-messages-form .item .product-image {
	margin: 0 0 7px;
}
.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.gift-messages-form .item .details {
	margin-left: 90px;
}

/*my:*/
#allow-gift-message-container .measure ul {
	margin: 0 0 5px 15px;
	list-style: inside disc none;
}
#allow-gift-message-container .form-list {
	margin: 8px 0 0;
}
#allow-gift-message-container .form-list .input-box {
	margin: 5px 0 0;
}

.gift-message-link {
	display: block;
	background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}
.gift-message-link.expanded {
	background-position: 0 -53px;
}
.gift-message-row .btn-close {
	float: right;
	padding: 0 7px 0px;
}
.gift-message dt strong {
	font-weight: bold;
	color: #666;
}
.gift-message dd {
	margin: 5px 0 0;
	font-size: 13px;
}
.order-gift-message {
	margin: 15px 0;
}

/* Checkout Agreements */
.checkout-agreements {
	padding: 0 60px 20px;
}
.checkout-agreements li {
	margin: 0 0 20px;
}
.checkout-agreements .agree {
	margin-top: 5px;
}
.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
}
.checkout-agreements .agree label {
	font-weight: bold;
}
.opc .checkout-agreements {
	padding: 20px 40px;
}

.checkout-agreements .agreement-content {
	height: 250px;
	overflow: auto;
}

/* Centinel */
.centinel {
}
.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}
.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options {
	margin: 5px 0 0;
}
/********** Common Checkout Styles > */

.block-progress {
	border: 0;
	margin: 7px 0 0;
}
.block-progress .block-title {
	background: none;
	border: 0;
	padding: 10px 0 10px 5px;
	line-height: 15px;
}
.block-progress .block-title strong {
	font-family: inherit;
	font-size: 15px;
	text-transform: none;
	font-weight: normal;
}
.block-progress .block-content {
	background: none;
	padding: 0;
	border: none;
}
.block-progress .block-title strong {
	color: #222;
}
.block-progress dt {
	background: url(../images/img/icons.png) 0px -280px no-repeat #f5f5f5;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 6px 10px 6px 30px;
	color: #555;
}

:lang(fr) .block-progress dt,
:lang(es) .block-progress dt {
    font-size: 11px;
}
.block-progress dd {
	line-height: 15px;
	border-top: 0 none;
	margin: 0 0 6px;
	padding: 8px 10px;
}
.block-progress dt.complete {
	background-position: 0px -320px;
}
.block-progress dt.complete .separator {
	display: none;
}
.block-progress dt.complete a {
	text-transform: none;
	float: right;
}
.block-progress dd.complete {
}
.block-progress p {
	margin: 0;
}

.block-progress span.changelink{
    width: 16px;
    height: 18px;
    padding-bottom:6px;
    background: url(../images/img/icons.png) -6px -462px no-repeat #f5f5f5;
    overflow: hidden;
    display:inline-block;
    float:right;
}
.block-progress span.changelink a{
    color: #f5f5f5;
    display:inline-block;
    width:18px;
    height:18px;
    font-size: 1px;
}

.opc .buttons-set {
	margin-top: 0;
	padding-top: 2em;
}
.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
	display: none;
}
.opc .buttons-set .please-wait {
	height: 28px;
	line-height: 28px;
}
.opc .ul {
	list-style: disc outside;
	padding-left: 18px;
}

.opc {
	position: relative;
}
.opc .section {
	margin: 0 0 10px;
}
.opc .section.allow {
	cursor: pointer;
}
.opc .section.allow.active {
	cursor: auto;
}
.opc .allow .step-title h2 {
	color: #555;
}
.opc .allow .step-title a {
	display: block;
}

.opc .step-title {
	background: #f5f5f5;
	padding: 10px;
	text-align: right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.opc .allow .step-title {
	background: #e5e5e5;
}
.opc .step-title .number {
	float: left;
	background: #fff;
	padding: 8px 12px;
	margin: 0 8px 0 0;
	font: normal 15px/15px arial, helvetica, sans-serif;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.opc .step-title h2 {
	float: left;
	margin: 6px 0 0;
	color: #999;
	font-size: 15px;
	line-height: 18px;
}
.opc .step-title a {
	display: none;
	float: right;
	margin-top: 6px;
}

.opc .active .step-title {
	background-color: #ddd;
	cursor: default;
}
.opc .active .step-title .number {
	color: #fff;
	background-color: #008A96;
}
.opc .active .step-title h2 {
	font-weight: bold;
}
.opc .active .step-title a {
	display: none;
}

.opc .step {
	background-color: #f9f9f9;
	padding: 15px 30px;
	position: relative;
}
.opc .step .tool-tip {
	right: 30px;
}

#opc-login .col-1 {
	width: 48%;
	padding: 0 15px 0 0;
}
#opc-login .col-2 {
	width: 47%;
	padding: 0 0 0 15px;
	border-left: #e5e5e5 1px solid;
}
#opc-login h3 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	margin: 10px 0 20px;
}
#opc-login h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#opc-login .form-list {
	margin: 15px 0 15px;
}
#opc-login .form-list li {
	margin: 0 0 3px;
}
#opc-login .buttons-set {
	padding: 0;
}

#opc-shipping_method .buttons-set {
	border-top: 0;
}
.opc .gift-messages-form {
	margin: 2px -30px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
	padding: 5px;
	overflow: visible;
}

#opc-review .step {
	padding: 0;
}
#opc-review .product-name {
	color: #222;
}
#opc-review .item-options {
	margin: 5px 0 0;
}
#opc-review .buttons-set {
	border: 0;
	padding: 15px 30px;
}
#opc-review .buttons-set p {
	margin: 0;
	line-height: 28px;
}
#opc-review .buttons-set .please-wait {
	height: 28px;
	line-height: 28px;
}
#opc-review .authentication {
	margin: 0 auto;
	width: 570px;
}
#opc-review .warning-message {
	color: #222;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0;
}

/* Predefined CMS blocks */ /*my:predef-block*/
.opc-above-steps-wrapper, .opc-below-steps-wrapper {
	margin: 20px 0;
}
.opc-below-progress-wrapper {
	margin: 15px 0;
}

/* Common styles for Multiple Addresses Checkout and Generic Info Set
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.multiple-checkout h2, .info-set h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4, .info-set h3, .info-set h4 {
	font-size: 15px;
	font-weight: bold;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a, .info-set h2 a, .info-set h3 a, .info-set h4 a {
	font-size: 12px;
	font-weight: normal;
}

.multiple-checkout .data-table .product-name, .info-set .data-table .product-name {
	font-size: 13px;
	margin: 0 0 5px;
}
.multiple-checkout .col2-set h2.legend, .info-set h2.legend {
	font-weight: normal;
}
.multiple-checkout .col2-set h3.legend, .info-set h3.legend {
	color: #008a96;
	margin: 0 0 10px;
}
.multiple-checkout .col2-set .divider, .info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}
.multiple-checkout .box, .info-set .box {
	margin: 0 0 15px;
}

/* Multiple Addresses Checkout
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.checkout-progress {
	padding: 0 110px;
	margin: -11px 0 25px;
}
.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 1px 0 0;
	padding-top: 5px;
	border-top: 10px solid #d5d5d5;
	text-align: center;
	color: #bbb;
}
.checkout-progress li.active {
	border-top-color: #008a96;
	color: #008a96;
}

.multiple-checkout .page-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}
.multiple-checkout .buttons-set {
	border-top: 1px solid #e5e5e5;
	margin-top: 40px;
	padding-top: 15px;
}

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr {
	border-bottom: 1px solid #bbb;
}
.multiple-checkout .data-table thead th {
	padding: 10px;
	font-weight: normal;
}

.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}

.multiple-checkout .col2-set .col-1 {
	width: 32%;
}
.multiple-checkout p.actions {
	margin-bottom: 10px;
}

.multiple-checkout .place-order .please-wait {
	margin-top: 10px;
}
.multiple-checkout .place-order .grand-total {
	font-size: 1.5em;
	text-align: right;
}
.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}
.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 20px;
}
.multiple-checkout .place-order .grand-total .price {
	color: #008a96;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span, #multiship-addresses-table tfoot button.button span {
	color: #555;
}/*background-image:url(../images/img/btn-grey.png);*/
#multiship-addresses-table td {
	padding: 10px;
}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #e5e5e5;
	padding: 15px;
	margin-bottom: 0;
	position: relative;
}

/* Account Login/Create Pages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.account-login {
	margin-bottom: 20px;
}
.account-login h2 {
	font-size: 15px;
	font-weight: bold;
}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
	width: 455px;
	height: auto;
	background-color: #f5f5f5;
}

.account-login .content {
	padding: 20px;
	min-height: 300px;
}
.account-login p {
	margin-bottom: 15px;
}
.account-login p.required {
	margin: 0 10px 0 0;
}
.account-login .buttons-set {
	padding: 0 20px 20px;
	margin: 0;
}

/* Account Login/Create box elements - login page and checkout page */
.account-login .buttons-set button, #opc-login .buttons-set button {
	float: left;
	margin-left: 0;
}
.account-login .buttons-set a, #opc-login .buttons-set a {
	float: right !important;
	margin: 4px 0 0;
}

.account-login div.redirect-by-country{
        text-align:center;
	margin-top: 10px;
        padding:5px;
        font-size:15px;
	background-color: #008a96;
	color: #ffffff;
	line-height: 20px;
}

.account-login div.redirect-by-country a
{
	text-decoration: underline;
	color: #ffffff;
}

.account-login div.redirect-by-country a:hover
{
	color: #ffffff;
	font-weight: bold;
}


/* My Account %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.buttons-set-center {
    margin: 20px 0px;
    text-align: center;
}
.my-account {
	padding-left: 20px;
}
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}
#action-buttons {
	float: right;
	margin: 0 0 5px;
}
#action-buttons .link-reorder, #action-buttons .link-rss, #action-buttons .link-print {
	font-weight: normal;
}

/********** < Dashboard */
.dashboard .welcome-msg {
	margin: 0 0 1.5em 0;
}
.dashboard .welcome-msg p {
	margin: 0;
}
.dashboard .welcome-msg strong {
	font-size: 15px;
}
.dashboard .col2-set {
	margin: 0 0 15px;
}

/* General Box */
.box-account {
	padding: 5px 5px 15px 5px;
	margin: 0 0 30px;
	border: #eee 1px solid;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.box-account:hover {
	border-color: #e5e5e5;
}
.box-account .box-head {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 10px;
	text-align: right;
}
.box-account .box-head h2 {
	float: left;
	margin: 0 0 5px;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #066cc3;
	padding: 0 0 0 30px;
}
.box-info .col-1 {
	border-right: 1px solid #e5e5e5;
}
.box-info .col-1 .box {
	padding-right: 10px;
}

.dashboard .box .box-title {
	padding: 0 0 2px;
	margin: 0 0 8px;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float: left;
	margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
	background-image: url(../images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
	background-image: url(../images/i_ma-info.gif);
}
.dashboard .box-info h4 {
	font-weight: normal;
	text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
	background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
	float: left;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
}
.dashboard .box-reviews .details {
	margin-left: 23px;
}
.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
	margin: 0;
}
.dashboard .box-reviews .ratings {
	margin: 5px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
	background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
	float: left;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
}
.dashboard .box-tags .details {
	margin-left: 20px;
}
.dashboard .box-tags .tags {
	margin: 5px 0 0;
}
.dashboard .box-tags li.item {
	margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
	margin: 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display: inline;
}
/********** Dashboard > */

/* Common heading styles
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.dashboard .box .box-title h3, .dashboard .box .box-title h4, .order-info-box h2 {
	font-size: 15px;
	font-weight: bold;
}
.box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 0 38px;
	line-height: 30px;
	color: #008a96;
}

/* Address Book
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.addresses-list.col2-set .col-1, .addresses-list.col2-set .col-2 {
	width: 49.3%;
}
.addresses-list h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}
.addresses-list h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
.addresses-list address {
	margin-bottom: 10px;
}
.addresses-list p {
	margin: 0;
}
.addresses-list a {
}
.addresses-list .link-remove {
	color: #333;
}
.addresses-list .link-remove:hover {
	color: #008a96;
}
.addresses-list .separator {
	margin: 0 3px;
}
.addresses-list .addresses-primary .item {
	padding: 10px 13px;
	margin: 0 0 10px;
	border: #eee 5px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.addresses-list .addresses-primary .item:hover {
	border-color: #e5e5e5;
}
.addresses-list .addresses-primary .item.empty:hover {
	border-color: #eee;
}
.addresses-list .addresses-primary address {
}
.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}
.addresses-list li.empty p {
	color: #555;
}
.addresses-list .addresses-additional .item {
	padding: 15px;
	margin: 0 0 10px;
	background-color: #f5f5f5;
}

.addresses-list .addresses-additional {
	margin-top: 40px;
}

.my-account .pager {
	margin: 20px 0;
}

/* Order View
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

.order-info {
	width: 684px;
}
.order-info dt {
	float: left;
	padding: 0px 15px 0px 0px;
	font-weight: bold;
}
.order-info dd {
	float: left;
}
.order-info dd > a {
	padding: 0px 15px 0px 0px;
}
.my-account .large-tabs {
	float: left;
	height: 20px;
	padding: 0px;
	background: none;
}
.my-account .large-tabs-bg {
	background-image: none;
}

.my-account .large-tabs a.current, .my-account .large-tabs a:hover {
	color: #008a96;
	background: none;
}
/*
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.order-date {
	margin: 12px 0;
	color: #008a96;
}
.order-info-box {
	margin: 0 0 10px;
	padding: 15px;
	border: #eee 5px solid;
}
.order-info-box .col-1 {
	border-right: #e5e5e5 solid 1px;
}
.order-info-box h2 {
}
.order-info-box .box-payment p {
	margin: 0 0 3px;
}
.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}

.order-items .data-table {
	margin-bottom: 20px;
}
.order-items .data-table td {
	padding: 5px 9px;
}
.order-items .data-table .grand_total {
	font-size: 15px;
}
.order-items .data-table .grand_total .last, .order-items .data-table .grand_total_incl .last {
	color: #008a96;
}

.order-items {
	width: 100%;
	overflow-x: auto;
}
.order-items .product-name {
	margin: 0 0 3px;
	font-size: 12px;
}
.order-items .link-print {
	font-weight: normal;
}
.order-items p .link-print {
	float: none;
}

.order-items h2, .order-about h2 {
	margin: 15px 0;
}

.order-items h3.table-caption {
	font-size: 13px;
	font-weight: bold;
}
.order-items h2.table-caption a, .order-items h2.sub-title a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.order-items .order-links {
	text-align: right;
}
.order-items .order-comments h2 {
	background: url(../images/img/ic-order-comment.gif) 0 0 no-repeat;
}

.order-details h2 {
	background: url(../images/img/ic-order-item.gif) 0 0 no-repeat;
}
.order-details h2 .separator {
	color: #999;
	font-size: 12px;
}

.order-about {
	margin: 0 0 15px;
	padding: 5px 30px;
}
.order-about dt {
	font-weight: bold;
}
.order-about dd {
	font-size: 12px;
	margin-bottom: 15px;
}

.tracking-table {
	margin: 0 0 15px;
}
.tracking-table th {
	width: 20%;
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table th, .tracking-table td {
	padding: 5px 9px;
}

.tracking-table-popup {
	width: 100%;
}
.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}

/* Order Print Pages
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.page-print .print-head {
	margin: 0 0 15px;
}
.page-print .print-head .logo {
	float: left;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}
.page-print h2, .page-print h3 {
	font-size: 13px;
	font-weight: bold;
}
.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}
.page-print .order-date {
	background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.page-print .col2-set {
	margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}
.page-print .cart-price, .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;
}

/* My Wishlist
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.my-wishlist .data-table td {
	padding: 10px;
}
.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}
.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
	border: 1px solid #e5e5e5;
}
.my-wishlist .buttons-set {
	margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
	float: none;
}
#wishlist-table .add-to-links {
	white-space: nowrap;
}

.my-wishlist .data-table tr.even {
	background: #f5f5f5;
}
.my-wishlist .btn-cart {
	margin: 10px 0 5px;
}

/* My Tags
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
	float: right;
	margin: 5px 0 0 5px;
}
#my-tags-table {
	clear: both;
}
#my-tags-table td {
	padding: 10px;
}
#my-tags-table .add-to-links {
	white-space: nowrap;
}

/* My Reviews
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
#my-reviews-table td {
	padding: 10px;
}
.product-review .product-img-box {
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}
.product-review .product-img-box .label {
	margin: 0 0 8px;
}
.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 10px;
}
.product-review .product-details {
	margin: 0 20px 20px 155px;
}
.product-review .product-name {
	font-size: 18px;
	margin: 0 0 18px;
}
.product-review h3 {
	font-size: 12px;
	margin: 15px 0 5px;
}
.product-review .ratings-table {
	margin: 0 0 15px;
}
.product-review dt {
	font-weight: bold;
}
.product-review dd {
	font-size: 12px;
	margin: 5px 0 0;
}

/* Billing Agreements
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.billing-agreements .form-list li select {
	float: left;
}
.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}
.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}

/* Popups %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Remember Me Popup
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.window-overlay {
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 990;
}/*background:url(../images/window_overlay.png) repeat; */

.remember-me label {
	float: none;
	margin: 0 6px;
}
.remember-me-popup {
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -85px 0 0 -200px;
	width: 400px;
	z-index: 1000;
}
.remember-me-popup .remember-me-popup-head {
	position: relative;
}
/* Additionally remove the button */
.remember-me-popup .remember-me-popup-close-button {
	display: none;
}

/* MAP Popup
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	text-align: right;
	text-transform: uppercase;
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: lowercase;
	width: 55px;
	line-height: 15px;
	padding: 2px 8px;
}
.map-cart-sidebar-total:hover {
	overflow: visible;
	white-space: normal;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.map-popup {
	margin: 10px 0 0;
	position: absolute;
	width: 300px;
	z-index: 100;
}
.map-popup-heading {
	width: 240px;
}
.map-popup-heading h2 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}
.map-popup-arrow {
	display: none;
}
.map-popup-content {
	overflow: hidden;
	text-align: left;
	width: 270px;
}
.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
}
.map-popup-checkout span {
	display: block;
	padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0;
}
.map-popup-price {
	margin: 5px 0 0;
}
.map-popup-text {
	clear: right;
	margin: 0 15px;
	padding: 15px 0;
	text-align: left;
	word-wrap: break-word;
}
.map-popup-only-text {
	border-top: 1px solid #eee;
}

/* Common for: Remember Me Popup and MAP Popup
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.remember-me-popup, .map-popup {
	background: #fff;
	text-align: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* +Common shadow styles for multiple items */
}
.remember-me-popup h3, .map-popup-heading {
	border-bottom: 1px solid #eee;
	padding: 12px 45px 12px 15px;
}
.remember-me-popup h3, .map-popup-heading h2 {
	font-size: 14px;
	font-weight: bold;
}
.remember-me-popup .remember-me-popup-body, .map-popup-content {
	padding: 15px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close, .map-popup-close {
	background: url(../images/img/pix.png) 0 -150px no-repeat;
	display: block;
	position: absolute;
	top: 11px;
	right: 15px;
	height: 17px;
	width: 17px;
	text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover, .map-popup-close:hover {
	background-position: -17px -150px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active, .map-popup-close:active {
	background-position: -34px -150px;
}

/* Footer %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.footer {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	text-align: left;
	background: #fff;
	color: #555; /* DESIGN: footer text color */
}
.footer a {
	color: #555; /* DESIGN: footer link color */
}
.footer a:hover {
	color: #008a96; /* DESIGN: footer link color hover */
}
.footer .heading {
	color: #333;
}/* DESIGN: footer heading color */

/*IDS Footer address
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.block_ids_footer_row {
	border-top: #ddd solid 1px;
	height: 15px;
}
.block_ids_footer_address {
	font-size: 10px;
	line-height: 12px;
	width: 450px;
	float: left;
}
.block_ids_footer_address .img_footer {
	padding: 10px 20px 10px 0px;
	margin: 0px auto;
	float: left;
        height: 36px;
}

.block_ids_footer_soc {
	display: inline-block;
	float: left;
	font-size: 10px;
	line-height: 12px;
        width: 170px;
}

.block_ids_footer_soc p{
        margin-bottom: 4px;
}

.block_ids_footer_links {
	display: inline-block;
	float: right;
	font-size: 10px;
	line-height: 12px;
        width: 205px;
}

.block_ids_footer_links ul li {
	float: left;
        padding: 0px;
	margin-bottom: 4px;
	border: none;	
        display: block;
        width:100px;
        text-align: center;
}

.block_ids_payment_solutions {
	float: left;
        padding: 10px 0px;
	margin-top: 10px;
	display: block;
        width:920px;
        border-top:1px solid #ddd;
}

.block_ids_payment_solutions a{
    margin-left: 94px;
}

.block_ids_payment_solutions a.first{
    margin-left: 0px;
}



.block_ids_footer_links ul li.border {
        border-right: #ddd 1px solid;      
}


.block_ids_footer_webstore {
	height: 40px;
}

div.footer-webstore > ul > li {
	height: 30px;
	float: left;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	width: 220px;
}

div.footer-webstore > ul > li.first {
	margin-left: 16px;
	text-align: left;
}

div.footer-webstore > ul > li.first > img {
	margin-right: 4px;
}
div.footer-webstore {
	height: 30px;
	background-color: #ececec;
}
div.footer.webstore {
	height: 150px;
}
:lang(de) div.footer-webstore > ul > li.first { width: 128px; }
:lang(de) div.footer-webstore > ul > li.second { width: 258px; }
:lang(de) div.footer-webstore > ul > li.third { width: 247px; }
:lang(de) div.footer-webstore > ul > li.fourth { width: 255px; }
:lang(en) div.footer-webstore > ul > li.first { width: 158px; }
:lang(en) div.footer-webstore > ul > li.second { width: 228px; }
:lang(en) div.footer-webstore > ul > li.third { width: 217px; }
:lang(en) div.footer-webstore > ul > li.fourth { width: 284px; }
:lang(fr) div.footer-webstore > ul > li.first { width: 139px; }
:lang(fr) div.footer-webstore > ul > li.second { width: 255px; }
:lang(fr) div.footer-webstore > ul > li.third { width: 197px; }
:lang(fr) div.footer-webstore > ul > li.fourth { width: 297px; }
:lang(es) div.footer-webstore > ul > li.first { width: 134px; }
:lang(es) div.footer-webstore > ul > li.second { width: 267px; }
:lang(es) div.footer-webstore > ul > li.third { width: 210px; }
:lang(es) div.footer-webstore > ul > li.fourth { width: 276px; }
:lang(ja) div.footer-webstore > ul > li.first { width: 120px; }
:lang(ja) div.footer-webstore > ul > li.second { width: 244px; }
:lang(ja) div.footer-webstore > ul > li.third { width: 246px; }
:lang(ja) div.footer-webstore > ul > li.fourth { width: 277px; }
:lang(zh) div.footer-webstore > ul > li.first { width: 140px; }
:lang(zh) div.footer-webstore > ul > li.second { width: 190px; }
:lang(zh) div.footer-webstore > ul > li.third { width: 255px; }
:lang(zh) div.footer-webstore > ul > li.fourth { width: 298px; }

/* Other elements
 -------------------------------------------------------------- */
.footer-copyright {
	float: left;
	width: 505px;
	margin-right: 15px;
	line-height: 15px;
}
.store-switcher {
	float: left;
	width: 205px;
	margin-right: 15px;
}
.store-switcher label {
	vertical-align: middle;
}
.store-switcher select {
	background: none;
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
	vertical-align: middle;
}
.store-switcher select:hover, .store-switcher select:focus {
	border: none;
}

/* Tooltips %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/* Standard tooltips */
.tooltip {
	z-index: 11000;
	background-color: rgba(0, 0, 0, 0.75);
	color: #bbb;
	padding: 8px 12px;
	max-width: 250px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Banner in the middle of the home page
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.home-banner-wrapper {
	clear: both;
	padding: 20px 0;
}
.home-banner-wrapper .item {
	height: 60px;
	overflow: hidden;
	padding-top: 1px;
}
.home-banner-wrapper .item:hover .image-hover {
	margin-top: -60px;
}

/* CCK
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.col-1-4 {
	float: left;
	width: 23.5%;
	padding: 0;
	margin-right: 2%;
}
.col-1-4.last {
	margin-right: 0;
}

/* Double column */
.col-2-4 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.col-2-4.last {
	margin-right: 0;
}

/* Edge boxes
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
.edgebox {
	position: fixed;
	z-index: 2000;
}

/* Side boxes */
.side-edgebox {
	width: 250px;
}
.right-edgebox {
	right: -252px;
	top: 190px;
}
.right-edgebox:hover {
	right: -1px;
}/* -1px to hide the border */
.right-edgebox.hover:hover {
	right: -252px;
}/* If JS is enabled, this class will override default :hover behavior */

.left-edgebox {
	left: -252px;
	top: 190px;
}
.left-edgebox:hover {
	color: #000;
	left: -1px;
}/* -1px to hide the border */
.left-edgebox.hover:hover {
	left: -252px;
}/* If JS is enabled, this class will override default :hover behavior */

.side-edgebox-title {
	position: absolute;
	top: 10px;
	width: 45px;
	min-height: 40px;
	cursor: pointer;
}
/* Move title label outside the block. Value equals edgebox-title->width */
.right-edgebox .side-edgebox-title {
	left: -45px;
}
.left-edgebox .side-edgebox-title {
	right: -45px;
}

/* Bottom boxes */
.bottom-right-edgebox {
	bottom: 0;
	right: 0;
}
.bottom-right-edgebox .custom-content {
	max-width: 220px;
}

/* Box content */
.edgebox-content {
	min-height: 30px;
}
.edgebox-content .custom-content {
	padding: 15px;
	background-color: #fff;
}
.edgebox-content .custom-content .heading {
	margin: 10px 0;
}

/* Static CMS blocks inside edge boxes
 -------------------------------------------------------------- */
/*my:predef-block*/
.edgebox-right-wrapper {
}
.edgebox-left-wrapper {
}
.edgebox-bottom-right-wrapper {
}

/* Other static CMS blocks
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/*my:predef-block*/
.cms-page-top-wrapper {
	margin: 5px 0 15px;
}
.cms-page-bottom-wrapper {
	margin: 15px 0 0;
}

/* Common shadow styles for popups and dropdowns
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
/* IE version included */
#nav ul.level0, #nav div.level0, .nav-standard #nav ul, #mini-cart .block-content, #mini-offer .block-content, .header .form-search .search-autocomplete ul, .remember-me-popup, .map-popup, .tool-tip, .top-dropdown ul, .edgebox-content .custom-content, #subscribe-form .input-box .validation-advice, #mini-cart .block-title:hover .subtotal .incl-tax, #mini-offer .block-title:hover .subtotal .incl-tax {
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
}

.nav-container .form-search .search-autocomplete ul {
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0, 0.2);
}

/* Elements with 'Open Sans' font
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
h1, .page-title h2, .fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend, #nav > li > a, .block .block-title strong, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .footer-main-bottom .heading {
	font-weight: 600;
}

/* Clears %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.mclear {
	clear: both;
}/* my: additional simple clearing */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.guest-select {
	width: 305px !important;
}

/* Tags: */
/*my:predef-block*/
#split_search {
	width: 720px;
}

#split_search a {
	display: block;
	color: #555;
	background-color: #eaeaea;
	width: 280px;
	padding: 10px 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	float: left;
	height: 20px;
	text-align: center;
	font-weight: bold;
}

#split_search a.first {
	margin-right: 80px;
}

#split_search a:active, #split_search a.active, #split_search a:hover {
	color: #fff;
	background: #008a96;
}

/* "Landingpages" Usb2, Usb3, GigE */
.main-container .landingpage h4 {
	font-size: 12px;
	margin: 10px 0px;
}

/* Zubehörgruppenseite */
.main-container ul.static_accessories li {
	border: 1px solid #E5E5E5;
	float: left;
	margin-bottom: 15px;
	margin-right: 12px;
	text-align: center;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: bottom;
	padding: 15px;
}
.main-container ul.static_accessories li.nomarginright {
	margin-right: 0px;
}
