hr {
	border-bottom: 1px solid #ebebeb;
}
.dark-hr {
	border-bottom: 1px solid #e3e3e3;
}
hr.dashed {
	border-bottom: 1px dashed #909090;
}
hr.dotted {
	border-bottom: 1px dotted #ccc;
}
.error-text {
	color: #b94a48;
}
/* Ajax */
.ajax-loading-box {
	border-radius: 8px;
    background:#ebf7fb;
	border:1px solid #cecece;
	position:fixed;top:50%;left:50%;width:180px;height:100px;margin-top:-87.5px;margin-left:-77.5px;

}
.ajax-inner-loading-box {
	background: url(images/loader.gif) no-repeat center 20px;font-weight:normal;
	min-height:100px;width:100%;padding-top:65px;color:#00359e;text-align:center;padding-left:0;
}
.ajax-message {
	border: 1px solid #000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Ajax content box */
li.small-description {
	color: #898989;
}
/* /Ajax content box */

/* Notification box */
.notification-header-w, .notification-header-n, .notification-header-e {
	color:#c52a01;	
}
.notification-n {
	border-color: #8bc045;
	background: #d0eaae url(images/icons/notice.png);
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	border-color: #e6db55;
	background: #fffbcc  url(images/icons/warning.png);
}
.notification-w div {
	color:#8c8531;
}
.notification-e {
	border-color: #df8f8f;
	background: #ffcece url(images/icons/error.png);	
}
.notification-e div{
	color: #9c3535;
}
.notification-header-n {
	color:#668c34;
}
.notification-header-w {
	color:#bfa615;
}
/* /Notification box */

/* Period-select */  	
.period {
	clear: both;
	margin-top: -6px;
	margin-bottom: -14px;
}
.period-select {
	float: left;
	padding-right: 17px;
}
.period-select select {
	width: 180px;
}
.period-select-date {
	padding-top: 5px;
}
.period-dash {
	padding-right: 3px;
	padding-left: 9px;
}
/* /Period-select */

/* Section in main box */
.section-border {
	margin-top: 4px;
}
.section-border .cm-combo-off {
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.section-title {
	border-bottom: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	cursor: pointer;
}
.section-title span {
	color: #4d4d4d;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	font-weight: normal;
	font-size: 13px;
}
.section-switch {
	background: url(images/show_hide_section.png) no-repeat;
	background-position: right 5px;
}
.cm-combo-off .section-switch-on {
	display: none;
}
.cm-combo-on .section-switch-off {
	display: none;
}
.cm-combo-off .section-switch{
	background-position: right -17px;
}
.section-body, .section-body-details {
	overflow: hidden;
	padding: 6px 20px 0 20px;
	border: 1px solid #d9d9d9;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: url(images/search_options_bg.png) repeat-x;
}
.section-body .buttons-container {
	margin-top: 29px;
	margin-left: -20px;
	padding: 15px 20px 15px 20px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	background-color: #f7f7f7;
}
.section-body .status {
	margin-top: 8px;
}
.section-body .status td {
	padding-right: 23px;
	padding-bottom: 2px;
}
.section-body-details {
	padding: 18px 16px;
}
.section-body .input-text-short {
	width: 73px;
}	
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-big a, .button-submit-action input, .button-submit input, .button-submit-big input {
	border: 0 none;
	background: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #900;
}
.button-submit-action input, .button-submit input {
	margin-left: -5px;
	padding: 1px 15px;
	height: 28px;
	outline: 0;
	outline-width: 0;
	outline-style: none;
	background: none no-repeat left top;
	line-height: 22px;
}
.button-submit-action.b-click input, .button-submit.b-click input, .button-action.b-click a, .button-submit-big.b-click input {
	color: #e3d2d2;
}
.button-submit-action input, .button-submit input, x:-moz-any-link {
	padding: 0 15px 2px;
}
.button a, .button-action a {
	margin-left: -5px;
	padding: 0 15px 3px 15px;
	height: 27px;
	line-height: 29px;
}
/* Input buttons */
.button-submit-action.button-wrap-left,
.button-submit.button-wrap-left,
.button-action.button-wrap-left,
.button.button-wrap-left, 
.button-submit-action.button-wrap-right,
.button-submit.button-wrap-right,
.button-action.button-wrap-right,
.button.button-wrap-right,
.button-submit-big.button-wrap-left,
.button-big.button-wrap-left,
.button-submit-big.button-wrap-right,
.button-big.button-wrap-right {
	height: 28px;
	background: transparent url(images/button_sprite.png) no-repeat left top;
}
.button-submit-action.button-wrap-right,
.button-submit.button-wrap-right,
.button-action.button-wrap-right,
.button.button-wrap-right,
.button-submit-big.button-wrap-right,
.button-big.button-wrap-right {
	display: inline-block;
	margin-left: 5px;
	background-position: right -90px;
}
.button-action.button-wrap-left,
.button-submit-action.button-wrap-left {
	background-position: left -178px;
}
.button-action.button-wrap-right,
.button-submit-action.button-wrap-right {
	background-position: right -268px;	
}
.button-submit.button-wrap-left.b-hover,
.button.button-wrap-left.b-hover {
	background-position: left -30px;
}
.button-action.button-wrap-left.b-hover,
.button-submit-action.button-wrap-left.b-hover {
	background-position: left -208px;
}
.button-submit.button-wrap-left.b-click,
.button.button-wrap-left.b-click {
	background-position: left -60px;
}
.button-action.button-wrap-left.b-click,
.button-submit-action.button-wrap-left.b-click {
	background-position: left -238px;	
}
.button-submit.button-wrap-left.b-hover .button-wrap-right,
.button.button-wrap-left.b-hover .button-wrap-right {
	background-position: right -120px;
}
.button-action.button-wrap-left.b-hover .button-wrap-right,
.button-submit-action.button-wrap-left.b-hover .button-wrap-right {
	background-position: right -298px;	
}
.button-submit.button-wrap-left.b-click .button-wrap-right,
.button.button-wrap-left.b-click .button-wrap-right {
	background-position: right -150px;
}
.button-action.button-wrap-left.b-click .button-wrap-right,
.button-submit-action.button-wrap-left.b-click .button-wrap-right {
	background-position: right -328px;	
}
.button-submit-big.button-wrap-left,
.button-big.button-wrap-left,
.button-submit-big.button-wrap-right,
.button-big.button-wrap-right {
	height: 34px;
	background-position: left -356px;
}
.button-submit-big.button-wrap-right,
.button-big.button-wrap-right {
	background-position: right -476px;	
}
.button-submit-big.button-wrap-left.b-hover,
.button-big.button-wrap-left.b-hover {
	background-position: left -396px;
}
.button-submit-big.button-wrap-left.b-hover .button-submit-big.button-wrap-right,
.button-big.button-wrap-left.b-hover .button-big.button-wrap-right {
	background-position: right -516px;
}
.button-submit-big.button-wrap-left.b-hover.b-click,
.button-big.button-wrap-left.b-hover.b-click {
	background-position: left -436px;
}
.button-submit-big.button-wrap-left.b-hover.b-click .button-submit-big.button-wrap-right,
.button-big.button-wrap-left.b-hover.b-click .button-big.button-wrap-right {
	background-position: right -556px;
}
.button-submit-big input, .button-big a {
	margin-left: -5px;
	background: none;
}
.button-submit input, .button input, .button a, .button.button-wrap-right:hover a, .ui-widget-content .button a {
	color: #333;
	text-shadow: 0px 1px 0px #f7f7f7;
}
.button-submit.b-click input, .button.b-click input, .button.b-click .button.button-wrap-right a, .button.button-wrap-right.b-click a, .ui-widget-content.b-click .button a {
	color: #4d4d4d;
}
.button-submit.button-wrap-left.b-click input, .button.button-wrap-left.b-click input {
	text-shadow: 0px 1px 0px #e5e5e5;
}
/* /Input buttons */
.go-button {
	border-left: none; 
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius:0 3px 3px 0;
	background: #dadada url(images/button_sprite.png) 100% 0 no-repeat;
}
.text-button-vmid {
	display: inline-block;
	margin-top: 8px;
}
.nobg.text-button {
	margin: 0;
	padding: 0;
	background: none;
}
/* /Buttons */

/* Common styles */
.border {
	border: 1px solid #e3e3e3;
}

/* Tools */
.tools-container table {
	white-space: normal;
}
.buttons-container .tools-container {
	margin-top: -1px;
	padding: 0 0 0 17px;
}
.buttons-container .cm-button-main {
	margin-top: -3px;
}
.cm-buttons-floating .popup-tools {
	margin-bottom: 35px;
}
.popup-tools {
	padding: 4px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* /Tools */

/* Cart box styles */
.account-info .user-name {
	margin: 4px 0 12px;
    padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}
.login-popup p.text-track {
	padding:0;
	color:#404040;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
}
.login-popup .updates-wrapper .go-button {
	margin:3px 0 0 0;
	padding:0;
	border:1px solid #ccc;
	border-left:none; 
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.cart-title {
	padding-bottom: 1px;
	border-bottom: 1px dotted #000;
}
.minicart-title {
	display: inline-block;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.cart-title:hover {
	border-color: #000;
	color: #333;
}
.empty-cart {
	color: #777;
}
.list-container-wrap {
	border:1px solid #b3b3b3;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cart-content-grid .cm-popup-title-on {
	padding-bottom: 10px;
}
.cart-icon {
	float: left;
	display: inline-block;
	width: 30px;
	height: 15px;
	background: url(images/icons/cart_icon.png) 0 0 no-repeat;
}
.cart-icon.filled {
	background-position: 0 -40px;
}
.cart-items p.center {
	color: #999;
}
.cm-popup-box .cart-items p.center {
	margin: 15px 0;
}
.rates-button {
	padding-top: 8px;
}
/* /Cart box styles */

/* Common sidebox style */
.sidebox-title {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #9c9c9c url(images/sb_title_bg.png) 0 0 repeat-x;
	-ms-border-radius: 5px 5px 0 0;
}
.sidebox-title span, .sidebox-title a {
	text-shadow: 0px 1px 0px #777;
}
.sidebox-wrapper .sidebox-body {
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #fff url(images/sb_body_bg.png) 0 0 repeat-x;
	-ms-border-radius: 0 0 5px 5px;
	padding: 6px 12px;
}
.sidebox-body a:link, .sidebox-body a:visited, .sidebox-body a:active {
	color: #4d4d4d;
}
.sidebox-body .dropdown-multicolumns a:link,  
.sidebox-body .dropdown-multicolumns a:visited,
.sidebox-body .dropdown-multicolumns a:active {
	color: #fff;
}
.sidebox-body a:hover {
	color: #08c;
}
.sidebox-body .dropdown-multicolumns a:hover,
.sidebox-body .dropdown-multicolumns li:hover > a {
	color: #161616;
}
/* /Common sidebox style */

/* Important sidebox style */
.sidebox-important-wrapper .sidebox-title {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/sb_cat_title_bg.png) 0 0 repeat-x;
	-ms-border-radius: 5px 5px 0 0;
}
.sidebox-important-wrapper .sidebox-title span {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #222;
	font-weight: bold;
	font-size: 90%;
}
.sidebox-important-wrapper .product-item-image.compact {
	padding: 15px 0 10px;
}
.sidebox-important-wrapper .sidebox-body {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #f5f5f5 url(images/sb_cat_body_bg.png) 0 0 repeat-x;
	-ms-border-radius: 0 0 5px 5px;
}
.sidebox-important-wrapper .sidebox-body ul a, .sidebox-important-wrapper .sidebox-body ul a:hover {
	font-size: 100%;
}
.sidebox-important-wrapper .text-links {
	padding: 10px;
}
.sidebox-important-wrapper .text-links a:link, .sidebox-important-wrapper a:visited {
	color: #4d4d4d;
}
.sidebox-important-wrapper .text-links a:hover {
	color: #08c;
}
/* /Important sidebox style */

/* Product list view styles */
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	clear: both;
	padding-top: 20px;
	font-size: 150%;
}
.product-list-price {
	padding-bottom: 4px;
}
.product-container .add-buttons-wrap {
	margin-top: 15px;
}
.product-container.list .product-item-image{
	margin-right: 25px;
}
.product-container.list .prices-container {
	margin-top: 10px;
}
.features div {
	color: #757575;
	font-weight: bold;
}
.multicolumns-list table .product-title-wrap a {
	display: inline-block;
	overflow: hidden;
	height: 30px;
	padding-bottom: 1px;
	text-overflow: ellipsis;
}
.products2-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}
.products2-table td {
	padding-bottom: 13px;
}
.products2-table .lm-left {
	width: 3px;
}
.products2-table .delimiter {
	width: 13px;
}
.products-2 {
	padding: 10px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-ms-border-radius: 6px;
}
/* /Product list view styles */

/* Product table view styles */
.table.products tr:nth-child(2n) {
	background-color: #fff;
}
.table.products {
	margin-bottom: 30px;
}

/* Lists */
ul.bullets-list li {/* List with circle bullets */
	background: url(images/icons/bullet.gif) no-repeat 1px 7px;
}
ul.bullets-list ul li{
	background: none;
}
ol.bullets-list {
	padding: 0 0 0 35px;
}
.separated-list li {
	padding: 5px 0;
}
.arrows-list li {/* List with 2 arrows as bullet */
	padding-left: 13px;
	background: url(images/icons/cart_arrow.gif) no-repeat 1px 7px;
}
.arrows-list li.delim {
	background: url(images/sidebox_delim.gif) repeat-x center 2px;
}
li.expanded {/* Tree list */
	background: url(images/icons/category_expanded.gif) no-repeat scroll right 5px;
}
li.collapsed {
	background: url(images/icons/category_collapsed.gif) no-repeat scroll right 5px;
}
.inside-list li {/* inside list */
	padding: 2px 0 3px 0;
	background-image: none;
	list-style: none none;
	line-height: 12px;
}
.action-bullets {/* Action bullets */
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	padding: 0 10px 0 13px;
	background: url(images/icons/dot_dark.gif) no-repeat 2px 6px;
}
.category-description ul li, ul.bullets-list li {
	padding: 1px 0 6px 15px;
	background: url(images/icons/dot_dark.gif) no-repeat 1px 7px;
}

ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	padding-left: 0;
	background-image: none;
	list-style-type: none;
}
.b-bottom {
	border-bottom: 1px dotted #ccc;
}
.delim {
	background: url(images/sidebox_delim.gif) repeat-x center center;
}
/* /Lists */

/* Cart page styles */
.cart-left-buttons .button {
	margin-right: 7px;
}
.cart-right-buttons .float-right {
	margin-left: 20px;
}

.mainbox-cart-body th {
	padding: 12px 20px;
	border-right: none;
	text-align: center;
}
.mainbox-cart-body td {
	padding: 17px 10px;
	border-right: none;
	vertical-align: top;
}
.mainbox-cart-body .product-description-cell {
	padding-top: 15px;
}
.mainbox-cart-body .product-image-cell {
	padding-left: 20px;
}
.mainbox-cart-body .product-image {
	margin: 0;
}
.mainbox-cart-body .icon-delete-big {
	margin: 0 0 -3px 8px;
}
.mainbox-cart-body .options {
	margin-top: 20px;
}
.light-block-arrow, .light-block-arrow-alt {
	display: inline-block;
	margin: -18px 0 0 15px;
	width: 12px;
	height: 8px;
	background: url(images/icons/light_block_arrow.png) 0 0 no-repeat;
}
.light-block-arrow-alt {
	padding: 0 0 10px;
	background: url(images/icons/light_block_arrow-alt.png) 0 0 no-repeat;
}
.discount-info, .info-block {
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	color: #8c8c8c;
	font-size: 90%;
	-ms-border-radius: 3px;	
}
.discount-info .points-in-use {
	display: block;
	padding-top: 5px;
	overflow: hidden;
}
.points-in-use-delete-button {
	float: right;
}
.points-in-use-summary {
	margin-right: 20px;
	display: block;
}
.info-block.buy-together {
	margin-top: 15px;
}
.info-block.buy-together h2 {
	padding-bottom: 15px;
	font-weight: bold;
}
.info-block.buy-together ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
/* /Cart page styles */

/* One page checkout styles */
.step-container-active {
	background-color: #fff;
}
.step-title-active, .step-title-complete {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background: #ededed url(images/checkout_step_title_active.gif) repeat-x 0 0;
}
.step-title-active span.float-left, .step-title-complete span.float-left {
	background: url(images/checkout_step_status.png) no-repeat -1px -23px;
	color: #fff;
}
.address-switch {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-border-radius: 4px;
}
.address-switch .float-left span {
	font-weight: bold;
}
.step-title-complete {
	background: #fff;
}
.step-title-complete span.float-left {
	background-position: -1px 2px;
}
.step-title-complete a.title, .step-title-complete a.title:hover  {
	color: #ccc;
	text-decoration: none;
}
.step-title-complete .float-right {
	padding: 4px 0 0 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.mainbox-title .secure-page-title {
	display: inline-block;
	margin: 17px 30px 3px 0;
	padding-right: 30px;
	background: url(images/icons/secure_page_icon.png) right 0px no-repeat;
	line-height: 30px;
}
.mainbox-title .status {
	float: right;
	padding-top: 13px;
	color: #404040;
	font-style: normal;
	font-size: 13px;
}
.mainbox-title .date {
	color: #999;
	font-style: normal;
	font-size: 13px;
}
.vendor-name {
	display: inline-block;
	padding: 15px 0 10px;
	font-weight: bold;
}
.shipping-options .bullets-list {
	padding-bottom: 10px;
}
.shipping-options-total {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.shipping-tips, .shipping-tips div, .shipping-tips p {
	color: #7f7f7f;
}
.customer-notes {
	padding: 15px 0 17px 0;
}
.customer-notes p.strong {
	padding: 6px 0 2px 0;
}
.shipping-tips p {
	padding: 7px 0 10px;
}
.checkout-buttons {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.relogin {
	display: inline-block;
	padding: 15px 0 20px;
}
.checkout-buttons .float-left, #step_one_login .checkout-buttons .float-left {
	padding-top: 3px;
}
.step-title-active span.title {
	color: #2d2d2d;
}
.step-title span.title, .step-title a.title {
	color: #989898;
}
.step-title {
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #fff;
}
.step-title span.float-left {
	background: url(images/checkout_step_status.png) no-repeat scroll -1px -49px transparent;
	color: #fff;
}
.cvv2 {
	color: #08c;
}
.cm-tabs-content div.cvv2 {
	color: #08c;
}
.cvv2-note {
	border-radius: 6px 6px 6px 6px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.card-info h5 {
	color: #4d4d4d;
	font-weight: bold;
}
.card-info p {
	padding-top: 3px;
	color: #4d4d4d;
}
.form-payment span.payment-image {
	float: left;
	display: inline-block;
	width: 192px;
}
.form-payment input {
	margin: 0px 15px 0px 0px;
}
.form-payment.payment-delim {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e9eb;
}
.form-payment-field {
	margin: 0px 0px 0px 29px;
}
.cm-tabs-content .paym-methods li input {
	float: left;
	margin-top: 2px;
	margin-left: -10px;
}
#step_two .checkout-inside-block {
	width: 440px;
}
.billing-first-name,
.billing-country,
.shipping-first-name,
.shipping-country,
.account .first-name {
	float: left;
	display: inline-block;
	margin-right: 20px;
	width: 180px;
}
.billing-last-name,
.billing-state,
.shipping-last-name,
.shipping-state,
.account .last-name {
	float: left;
	display: inline-block;
	width: 240px;
}
.billing-country select, .billing-state select, .shipping-country select, .shipping-state select {
	width: 100%;
}
.billing-email, .shipping-email {
	clear:both;
}
.billing-zip-code, .shipping-zip-code {
	clear: both;
	width: 120px;
}
.order-information h4 {
	padding-bottom: 7px;
	color: #4d4d4d;
	font-weight: bold;
}
.order-information ul {
	color: #4d4d4d;
}
.order-information hr {
	clear: both;
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
}
.order-create-account {
	margin-top: 30px;
	width: 300px;
}
.order-create-account input[type="text"], .order-create-account input[type="password"] {
	width: 292px;
}
/* /One page checkout styles */

/* Captcha */
.captcha label{
	display: block;
	padding-bottom: 2px;
	color: #404040;
	font-weight: bold;
}
.captcha p{
	padding-top: 3px;
	color: #a6a6a6;
	font-size: 13px;
}
.image-captcha {
	border: 1px solid #ccc;
	cursor: pointer;
}
/* /Captcha */

/* Select languages and currencies */
.select-link, .select-link:hover {
	background: url('images/icons/arrow_dropdown.png') no-repeat 100% 3px;
	text-decoration: none;
}
.select-link:hover {
	background-position: 100% -37px;
}
.select-link > span {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px dotted #08c;
	color: #08c;
}
.select-popup {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #333;
	text-shadow: 0 1px 0 #fff;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0 2px;
}
.lang-noname img {
	margin: 0;
}

#est_box { 
	float: left;
	width: 49%;
}
.coupons-container {
	padding-right: 30px;
}
#applied_promotions {
	color: #8c8c8c;
}
.coupon-items span {
	display: inline-block;
}
.coupon-items .strong {
	padding-bottom: 3px;
}
.coupon-items > li {
	padding: 0 0 10px;
}
ul.coupon-items li:last-child {
	padding-bottom: 0;
}
.coupon-items .icon-delete-small {
	margin: 0;
}
.shipping-edit-link {
	display: inline-block;
	margin: 0 2px 0 3px;
	padding-left: 20px;
	background:  url(images/icons/glyph_icons.png) 0 -220px no-repeat;
	text-transform: uppercase;
	font-size: 85%;
	line-height: 130%;
}
.shipping-edit-link:hover:hover {
	text-decoration: none;
}
.shipping-edit-link:hover span {
	border-bottom: 1px dotted #08c;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	color: #555555;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
}
/* /File uploader */

/* Cart items */
.quantity label {
	color: #858585;
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
.product-options .table .product-list-field {
	padding-left: 0;
}
.product-options .table .product-list-field label {
	float: none;
	margin: 0;
	padding-top: 0;
	width: auto !important;
	vertical-align: 1px;
}
.reward-points {
	display: inline-block;
}
.coupons-container .cm-tools-list {
	margin-bottom: 20px;
}
.cart-shipping-title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}


/* /Cart items */

/* Placing order */
.order-status {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f7f7f7 url(images/icons/ajax.gif) no-repeat 15px center;
	color: #666;
}
body.clear-body {
	background-color: #fff;
	background-image: none;
}
/* /Placing order */

/* Page 404 */
.exception {
	background: url('images/exception.png') no-repeat top left;
}
.exception p{
	color: #808080;
	font-size: 110%;
}
.exception ul li {
	float: left;
	list-style-type: none;
}
.exception ul li a {
	text-decoration: underline;
}
/* /Page 404 */

/* Popup dialog */
.ui-widget-content .button-action a {
	color: #fff;
}
.ui-widget-content.ui-dialog {
	padding: 0;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	box-shadow: 0 4px 15px rgba(0,0,0,0.45);
}
.ui-dialog .ui-dialog-content {
	overflow: hidden;
	padding: 0;
	min-height: 120px !important;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar {
	border: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: none;
	background: #383838 url(images/picker_title_bg.png) 0 0 repeat-x;
}
.ui-dialog .ui-resizable-se {
	right: 1px;
	bottom: 1px;
}
.cm-check-changes .ui-dialog .buttons-container {
	margin: 15px 0 -8px 0;
	padding: 15px 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 13px 20px 10px;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 25px;
	right: 13px;
	padding: 0;
}
.ui-dialog .el-rte .ui-resizable-se, .el-rte .ui-resizable-se {
	right: 3px;
	bottom: 51px;
	z-index: 0 !important;
}
.el-dialogform-content, .el-dialogform-content .ui-widget-content, .ui-dialog .ui-dialog-buttonpane {
	border: none;
	background-color: #f7f7f7;
	background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top:-10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin-top: 10px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: url(images/icons/openhand.cur), move;
}
.ui-dialog .buttons-container.picker {
	padding: 13px 0;
	width: 100%;
	border-top: 1px solid #ebebeb;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #f9f9f9;
	-ms-border-radius: 0 0 5px 5px;
}
.buttons-container-picker, .body-bc {
	padding:0;
	width: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.buttons-container-picker {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
	border: 1px solid #e3e3e3;
}
.body-bc {
	width: auto;
}
.ui-dialog .buttons-container.picker > div {
	margin: 0 15px;
}
.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
	border: none;
	background: none;
}
.ui-widget-header .ui-state-hover .ui-icon.ui-icon-closethick {
	background-position: 0 -30px;
}
/* /Popup dialog */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* Error message */
.error-message .message, .login-popup .message {
	padding:0;
	background:none;
}
.error-message .message p, .login-popup .message p, .login-popup .error-message p {
	padding: 4px 0px 0px 0px;
	color: #DC0000 !important;
	font-size:100%; 
}
.error-message .message b{
	font-weight: bold;
}
/* /Error message */

/* dropbox error-message */
.dropdown-box .error-message {
	width:90%;
}
.dropdown-box .message {
	padding:0;
	background:none;
}
.dropdown-box .message p, .dropdown-box .error-message p {
	color: #b94a48;
	font-size:100%;
}
.dropdown-box .error-message {
	padding-top:6px;
}
.dropdown-box .error-message .arrow {
	border: none;
}
.dropdown-box a {
	outline: 0;
}
/* /Dropbox error-message */

label.cm-required:after {
	content: "*";
	padding-left: 3px;
	color: #d64830;
	font-size: 130%;
	line-height: 1px;	
}
.modern-style-long .product-list-field {
	margin-top: 12px;
}
/* Input append with button */
.input-append .input-text { 
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
/* /Input append with button */
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	text-decoration: underline;
	font-size: 85%;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #dedede;
}
.row-border > td {
	margin-bottom: 15px;
}

/* Sorting  styles*/
.sort-asc, .sort-desc {
	padding-right: 10px;
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
.sort-dropdown:hover {
	background-position: 0 -120px;
}
.sort-dropdown a:hover {
	background-position: right -120px;
	color: #666;
	text-decoration: none;
}
.sort-dropdown.dropdown-wrap-left.click a {
	color: #4d4d4d;
}
.sort-dropdown.dropdown-wrap-left {
	background: url(images/sort_elements.png) 0 -90px no-repeat;
}
.sort-dropdown.dropdown-wrap-left .dropdown-wrap-right {
	background: url(images/sort_elements.png) right -90px no-repeat;
}
.sort-dropdown.dropdown-wrap-left.hover {
	background-position: 0 -120px;
}
.sort-dropdown.dropdown-wrap-left.hover .dropdown-wrap-right {
	background-position: right -120px;
}
.sort-dropdown.dropdown-wrap-left.click {
	background-position: 0 -150px;
}
.sort-dropdown.dropdown-wrap-left.click .dropdown-wrap-right {
	background-position: right -150px;
}
.sort-pagination a, .sort-pagination a:link, .sort-pagination a:visited, .sort-pagination a:hover {
	color: #808080;
	text-decoration: none;
}
.sort-pagination a, .sort-pagination span {
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 85%;
}
.sort-pagination span {
	background-color: #999;
	color: #fff;
}
.sort-pagination a.set, .sort-pagination a.prev, .sort-pagination a.next {
	margin: 0 4px;
	padding: 4px 6px;
	width: auto;
	border: 1px solid #b2b2b2;
}
.sort-pagination a:hover {
	color: #333;
}
.sort-pagination a.set:hover, .sort-pagination a.prev:hover, .sort-pagination a.next:hover {
	border-color: #444;
	background-color: #444;
	color: #fff;
}
/* /Sorting styles */

.wrapper-overflow {
	overflow-x: auto;
}

/* Account */
.account .address-switch span {
	border-bottom: none;
	font-weight: bold;
}
.account-detail {
	background: url(images/profile_details.png) no-repeat bottom center;
}
.account-detail h4 {
	font-size: 19px;
}
.account-detail p {
	color: #808080;
}
.account-detail ul li {
	color: #808080;
	list-style-type: disc;
}
.account .buttons-container, .company .buttons-container {
	border-top: 1px solid #DDD;
	border-radius: 0px 0px 3px 3px;
	background: #F2F2F2;
}
.account-benefits h4 {
	font-size: 19px;
}
.account-benefits ul li {
	background: url(images/checkmark.png) no-repeat left top;
	color: #808080;
}
.account-cancel {
	margin-left: 20px;
	outline: none;
	border: none;
	background: none;
	color: #08c;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}
/* /Account */

/* login */
.login .body-bc {
    border: none;
    border-top: 1px solid #DDD;
    background-color: #f5f5f5;
}
.login-info h4 {
    font-size: 19px;
}
.login-info i {
	font-style: italic;
}
/* /Login */

.product-cell-empty {
	vertical-align: middle;
	text-align: center;
}
.product-cell-empty div {
	height: 220px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
}
.product-cell-empty p {
	padding-top: 100px;
	color: #ccc;
	font-size: 115%;
}
/*  Calendar */
.calendar-but {
	margin-left: -30px;
}
.calendar .input-text-medium {
	width: 113px;
}
/*  /Calendar */

/*	Orders  */
.orders .border {
	border: none;
}
.orders-actions li {
	background: none;
}
.orders-actions .return, .orders-actions .return:hover {
	background-position: left -36px;
}
.orders-actions .orders-communication-start,.orders-actions .orders-communication-start:hover {
	background-position: left -60px !important;
}
.orders-customer h5 {
	font-weight: 700;
	font-size: 15px;
}
.orders-customer .info-field {
	font-weight: 400;
}
.orders-info th {
	font-weight: 700;
}
.orders-product strong {
	font-weight: 400;
}
.orders-notes-body {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 19px;	
}
.orders-notes-arrow {
	background: url('images/icons/comments_arrow.png') no-repeat 0 0;
}
.orders-summary-wrap {
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 1px, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1px)), color-stop(1%,rgba(250,250,250,1)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	border-bottom-color: #d9d9d9;
}
.orders-summary-wrap table tbody tr {
	border-bottom: 1px dotted #d9d9d9;
}
.orders-summary-wrap .total td {
	font: bold 15px sans-serif;
	line-height: 25px;
	white-space: nowrap;
}
.orders-summary-wrap .taxes {
	border-bottom: none;
}
.orders-product th,.orders-summary-wrap strong,.orders-shipment .table th {
	font-weight: 700;
}
.orders-summary-wrap .total,.orders-summary-wrap .last {
	border-bottom: 0;
}
/*	/Orders  */

/* Details block*/
.details-block i {
	font-style: normal;
}
.details-block .cm-combo-on {
	background-position: right 3px;
}
.details-block .cm-combo-on:hover {
	background-position: right -37px;
	color: #4d4d4d;
}
.details-block .cm-combo-on:hover i {
	border-bottom: 1px dotted #4d4d4d;
}
.details-block .cm-combo-off {
	background-position: right -77px;
	color: #4d4d4d;
}
.details-block-box {
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	-ms-border-radius: 3px;
}
.details-block-box .gray-block-arrow {
	background: url(images/icons/gray_block_arrow.png) no-repeat;
}
.details-block-field label {
	color: #757575;
}
.details-block-field span {
	color: #404040;
}
/* /Details block*/

.status tr{
	white-space: pre;
}

/*	UI Slider  */
.ui-slider .ui-slider-range.ui-widget-header {
	background: #08c url(images/ui_slider.png) 0 -60px repeat-x;
}
.cm-range-slider.ui-slider.ui-slider-horizontal {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #cecece url(images/ui_slider.png) 0 -30px repeat-x;
	-ms-border-radius: 0;	
}
.ui-slider-horizontal {
	height: 7px;
	border: none;
}
.ui-slider .ui-slider-handle {
	top: -6px;
	margin-left: -11px;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent url(images/ui_slider.png) 0 0 no-repeat;
	cursor: col-resize;
}
.ui-slider .ui-slider-handle:focus {
	outline: 0;
	outline-width: 0;
	outline-style: none;
}
/*	/UI Slider  */

/*  Company  */
.company-info {
	background: url('images/company_vendor.png') no-repeat bottom center;
}
.company-info h4 {
	font-size: 19px;
}
.company-info p {
	color: gray;
}
.company-info ul li {
	background: url(images/checkmark.png) no-repeat left top;
	color: gray;
}
/*  /Company  */

/*  Download */
.download-link {
	padding-right: 22px;
	background: url('images/icons/glyph_icons.png') no-repeat right -240px;
}
/*  /Download */

/* Sitemap */
.sitemap-section h2 {
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
}
.sitemap-section-body h3 {
	font-weight: bold;
}
.sitemap-section-body ul li {
	font-size: 12px;
	line-height: 17px;
}
.sitemap-tree-section ul {
	font-size: 12px;
}
.sitemap-tree-section ul li {
	line-height: 17px;
}
.sitemap-tree .parent a {
	text-decoration: underline;
	font: 700 13px, sans-serif;
}
/* /Sitemap */

/* Special user-defined styles */
.top-links-grid .dropdown-box {
	background: url(images/top_separator.gif) 0 9px no-repeat;
}
.homepage-vendors {
	background: #fff url(images/block_grad_right_bg.png) 100% 0 no-repeat;
}
/* /Special user-defined styles */
.top-links-grid 							{position:fixed; width:982px !important; padding:7px 0px; margin:0px 0px 0px; height:40px; z-index:1001; background:transparent url(images/top_bg.png) top repeat-x;}
.top-links-grid .logo-klein						{display:none; position:absolute; z-index:99; top:8px; left:0px;}
.top-links-grid .quick-links-top 					{margin:7px 0px 0px -10px;}
.top-links-grid ul.text-links.text-links-inline 					{width:612px; margin-right:0px; padding-right:0px;}
.top-links-grid ul.text-links.text-links-inline li.level-0 			{padding-right: 8px;}
.top-links-grid ul.text-links.text-links-inline li.level-0.last 	{padding-right:0px;}
.top-links-grid .quick-links-top ul.text-links li a		{border-left:1px solid #CCCCCC; padding-left:10px;}
.top-links-grid .quick-links-top ul.text-links li a.home	{border-left:0px; background:url(images/icons/icon_home.png) top left no-repeat; padding-left:32px; margin-left:10px;}
.top-links-grid .quick-links-top ul.text-links li a.home:hover,
.top-links-grid .quick-links-top ul.text-links li a.act		{background:url(images/icons/icon_home.png) bottom left no-repeat;}
.top-links-grid .quick-links-top ul.text-links li a.last	{border-right:1px solid #CCCCCC; padding:1px 12px 1px 131px; /* NIEUWE SITUATIE INCL TELLER padding:1px 12px 1px 39px; */ float:right;}
.top-links-grid .quick-links-top ul.text-links li a.last.boodschappenlijst {background: url(images/icons/glyph_icons.png) no-repeat scroll 99px -179px transparent !important;}

.top-links-grid .dropdown-box 					{background:none;}
.cart-dropdown .dropdown-box					{background:url(images/bg_minicart.png) top left no-repeat; width:170px; height:35px; margin:-3px 0px 0px; padding:0px;}

.cm-cart-content .header					{background:#FFF7F2; width:280px; height:20px; border-bottom:1px solid #CCCCCC; padding:15px 10px;}
.cm-cart-content .bottom					{background:#FFF7F2; width:280px; height:20px; border-top:1px solid #CCCCCC; padding:15px 10px;}
.cm-cart-content .header strong				{font-size:14px; color:#0C3F96; text-transform:uppercase; font-weight:bold; padding:0px 20px 0px 0px;}
.cm-cart-content .header .view-cart			{text-decoration:underline; margin-top:-1px;}
.cm-popup-box .cart-items 					{padding:0px 10px; width:280px; max-height: 320px; overflow: auto;}
.cm-popup-box .cart-items a					{text-decoration:underline;}
.minicart-table td 						{padding:5px; vertical-align:top;}
.minicart-table td .prodname				{padding:5px 0px 0px; float:left;}
.minicart-table .minicart-tools 				{padding:9px 0; text-align:right;}
.minicart-table .minicart-tools 	.product-price	{padding:0px 0px 10px; text-align:right; font-weight:bold; float:right;}
.cart-dropdown .gevuld					{background:url(images/bg_minicart.png) bottom left no-repeat; text-align:left; height:35px;}
.cart-dropdown .gevuld:hover				{background:url(images/bg_minicart.png) 0px -68px no-repeat; text-align:left; height:35px;}
.cart-dropdown .cm-popup-title				{background:none; padding-right:10px;}
.cart-dropdown .cm-popup-title-on, 
.cart-dropdown .cm-popup-title-on:hover,
.cart-dropdown .cm-popup-title:hover			{position:relative; z-index:500; border:1px solid transparent; background-color:transparent;}

.cart-dropdown .popup-content 				{position:absolute; right:-1px; z-index:500; margin-top:-1px; margin-right:-1px; padding:0px; width:300px; border:5px solid #FFB27F; -webkit-border-radius:0px; border-radius:0px;}
.cart-icon 							{height:20px;}
.cart-icon.filled 						{background-position: 0 -35px;}
.minicart-title.empty-cart					{color:#0D3F96; text-transform:uppercase; font-weight:bold; line-height:20px; padding-right:20px; width:95px; text-align:right;}
.minicart-title 						{color:#0D3F96; text-transform:uppercase; font-weight:bold; line-height:20px; padding-right:20px; width:20px; text-align:right;}
.minicart-title-order					{color:#0D3F96; text-transform:uppercase; font-weight:bold; line-height:20px; padding-right:0px; color:#FFFFFF;}
.gevuld .minicart-title 					{color:#FFFFFF;}

.sidebox-inter 								{float:left; width:200px; background:url(images/sidebox-schaduw200.jpg) no-repeat center bottom; margin:0px 0px 10px; padding:0px 0px 9px; position:relative;}
.sidebox-inter .sidebox-body						{float:left; width:198px; margin:0px 0px 10px; padding:0px 0px 0px; border:1px solid #CCCCCC; position:relative;}

.sidebox-wrapper 								{background:url(images/sidebox-schaduw200.jpg) no-repeat center bottom; margin:0px 0px 10px; padding:0px 0px 20px; position:relative;}
.sidebox-wrapper .sidebox-title 						{border:1px solid #CCCCCC; border-width:1px 1px 0px; -webkit-border-radius:0px; border-radius:0px; background:#F3F5FA; padding:12px 15px 12px; /*kassa blokken */}
.tweehonderd .sidebox-wrapper .sidebox-title 				{border:1px solid #CCCCCC; border-width:1px 1px 0px; -webkit-border-radius:0px; border-radius:0px; background:#F3F5FA; padding:12px 20px 12px; /*linker blokken */}

.sidebox-wrapper.vierhonderdtachtig  					{background:url(images/sidebox-schaduw480.jpg) no-repeat left bottom;}

.sidebox-wrapper .sidebox-title span,
.sidebox-wrapper .sidebox-title a						{color:#0E4096; text-transform:uppercase; font-size:14px; text-shadow:none;}
.sidebox-wrapper .sidebox-body						{border:1px solid #CCCCCC; border-width:0px 1px 1px; -webkit-border-radius:0px; border-radius:0px; background:#FFFFFF; margin:0px 0px -1px;}

.sidebox-wrapper ul.text-links						{padding-bottom:8px;}
.sidebox-inter ul.text-links						{padding:15px 15px 8px;}
.sidebox-wrapper ul.text-links li,
.sidebox-inter ul.text-links li						{padding:5px 0px;}
.sidebox-wrapper ul.text-links .level-1,
.sidebox-inter ul.text-links .level-0 					{margin-left:7px; margin-bottom:7px;}
.sidebox-wrapper ul.text-links .level-1 a,
.sidebox-inter ul.text-links .level-0 a	 				{margin-left:0px; background:url(images/arrow_submenu.png) no-repeat 0px -21px; padding:5px 0px 5px 23px; color:#000000;}
.sidebox-wrapper ul.text-links .level-1 a:hover,
.sidebox-wrapper ul.text-links .level-1.cm-active a,
.sidebox-inter ul.text-links .level-0 a:hover,
.sidebox-inter ul.text-links .level-0.cm-active a			{background:url(images/arrow_submenu.png) no-repeat 0px 8px; color:#000000; text-decoration:none;}

.sidebox-wrapper ul.text-links li						{padding:5px 0px;}
.sidebox-wrapper ul.text-links .level-2 a 				{margin-left:0px; background:url(images/arrow_submenu.png) no-repeat 0px -21px; padding:5px 0px 5px 23px; color:#000000;}
.sidebox-wrapper ul.text-links .level-2 a:hover,
.sidebox-wrapper ul.text-links .level-2.cm-active a			{background:url(images/arrow_submenu.png) no-repeat 0px 8px; color:#000000; text-decoration:none;}

.sidebox-body a:link, .sidebox-body a:visited, .sidebox-body a:active {color: #000000;}

.ui-dialog .ui-dialog-content 						{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background-color:#FFFFFF;}
.quick-view-wrap .left-side 						{margin:0px 20px 0px 10px;}
.buttons-container-picker 							{padding:10px 20px 20px; border: 1px solid #CCCCCC;}
.cm-cur-item 									{border-color: #0E4096;}

/* BUTTONS */
.button-submit.button-wrap-left.b-click input, .button.button-wrap-left.b-click input {text-shadow:none; color:#FFFFFF;}

.button a, .button-action a, .button-big a, 
.button-submit-action input, .button-submit input, .button-submit-big input {background: none repeat scroll 0 0 transparent; border: 0 none; color: #FFFFFF; text-decoration: none;  text-shadow:none; text-transform: uppercase;}
.button a, .button.button-wrap-right:hover a			{color:#0C3F96;}
.button-submit-action.button-wrap-left				{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -860px; width:55px; margin-left:5px;}
.button-submit-action.button-wrap-right				{height:40px; display: inline-block; margin-left:-5px; background-position: 0 -810px; width:55px;}
.button-submit-action.button-wrap-left input			{text-indent:-9999px; width:80px; height:40px;}
.button-submit-action.button-wrap-left.b-hover								{background: transparent url(images/button_sprite.png) no-repeat right -960px;}
.button-submit-action.button-wrap-left.b-hover .button-submit-action.button-wrap-right {background-position: 0 -910px;}
.product-main-info .button-submit-action.button-wrap-left input		{width:180px; height:40px; padding-left:45px; text-indent:0px; font-size:12px; background-position:9px 9px;}
.product-main-info .button-submit-action.button-wrap-left input:hover         {background-position:9px 9px;}
.product-main-info .button-submit-action.button-wrap-left 			{width:180px; float:left;}

/* witte buttons */
.button.button-wrap-left							{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -90px; margin-left:5px;}
.button.button-wrap-right 							{display:inline-block; margin-left:-5px; background-position: left top; height:40px;}
.button.button-wrap-right a							{padding:6px 25px 6px 43px; text-shadow:none; color:#0C3F96; font-size:12px;}
.button.button-wrap-left.b-hover					{background-position: right -138px;}
.button.button-wrap-left.b-hover .button-wrap-right 	{background-position: left -48px;}

/* Verder winkelen - winkelwagen */
.cart-left-buttons .button.button-wrap-left,	
.cart-bottom-buttons .button.button-wrap-left							{height:40px; margin-left:0px; background:#FFFFFF;}
.cart-left-buttons .button.button-wrap-right, 
.cart-bottom-buttons .button.button-wrap-right							{display:inline-block; margin-left:0px; height:40px; background:url(images/button_cart.png) no-repeat left -30px; }
.cart-left-buttons .button.button-wrap-right a,
.cart-bottom-buttons .button.button-wrap-right a							{padding:6px 25px 6px 33px; text-shadow:none; color:#0C3F96; font-size:12px;}
.cart-left-buttons .button.button-wrap-left.b-hover,
.cart-bottom-buttons .button.button-wrap-left.b-hover						{background:transparent;}
.cart-left-buttons .button.button-wrap-left.b-hover .button-wrap-right,
.cart-bottom-buttons .button.button-wrap-left.b-hover .button-wrap-right 			{background:url(images/button_cart.png) no-repeat left -30px;}


/* oranje buttons */
.button-orange.button-wrap-left,
.button-action.button-wrap-left		{float:left; height:40px; background:transparent url(images/button_sprite.png) no-repeat right -860px; margin-left:5px;}
.button-orange.button-wrap-right,
.button-action.button-wrap-right 	{/* float:left; */ display:inline-block; margin-left:-5px; background:url(images/button_sprite.png) no-repeat left -600px; height:40px;}
.button-orange.button-wrap-right a	{float:left; padding:12px 20px 6px 37px; text-shadow:none; color:#0C3F96; font-size:12px; font-weight:bold; text-transform:uppercase; color:#FFFFFF !important; text-decoration:none;}
.button-action.button-wrap-right a	{float:left; padding:6px 20px 6px 42px; text-shadow:none; color:#0C3F96; font-size:12px; font-weight:bold; text-transform:uppercase; color:#FFFFFF !important; text-decoration:none;}
.button-orange.button-wrap-left.b-hover,
.button-action.button-wrap-left.b-hover						{background:url(images/button_sprite.png) no-repeat right -960px;}
.button-orange.button-wrap-left.b-hover .button-wrap-right,
.button-action.button-wrap-left.b-hover .button-wrap-right 			{background:url(images/button_sprite.png) no-repeat -440px -600px; color:#FFFFFF;}
.button-submit-big.button-wrap-left.b-hover.b-click,
.button-big.button-wrap-left.b-hover.b-click 					{background-position:right -960px;}
.button-submit-big.button-wrap-left.b-hover.b-click .button-submit-big.button-wrap-right,
.button-big.button-wrap-left.b-hover.b-click .button-big.button-wrap-right 	{background-position: left -910px;}
.button-submit-action.b-click input, .button-submit.b-click input, .button-action.b-click a, .button-submit-big.b-click input {color: #FFFFFF;}

/* blauwe buttons */
.button-submit.button-wrap-left,
.button-submit.button-wrap-left.b-hover						{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -250px; margin-left:5px;}
.button-submit.button-wrap-right,
.button-submit.button-wrap-left.b-hover .button-wrap-right			{height:40px; background: transparent url(images/button_sprite.png) no-repeat left -200px; margin-left:-5px; font-size:12px;}
.button-submit input 													{margin-left:0px; padding:0px 15px 0px 35px; height:40px; background: none no-repeat left top; line-height:40px; font-size:12px;}

/* oranje big buttons */
.button-submit-big.button-wrap-left										{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -860px; margin-left:5px;}
.button-submit-big.button-wrap-right									{height:40px; background: transparent url(images/button_sprite.png) no-repeat left -810px; margin-left:-5px; font-size:12px;}
.button-submit-big.button-wrap-left.b-hover,
.button-big.button-wrap-left.b-hover 									{background-position:right -960px;}
.button-submit-big.button-wrap-left.b-hover .button-submit-big.button-wrap-right,
.button-big.button-wrap-left.b-hover .button-big.button-wrap-right 		{background-position:left -910px;}
.button-submit-big input 													{margin-left:0px; padding:0px 15px 0px 55px; height:40px; background: none no-repeat left top; line-height:40px; font-size:12px;}

/*BLAUW TODO KASSA */
.button-submit-big.blue.button-wrap-left						{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -250px; margin-left:5px;}
.button-submit-big.blue.button-wrap-right						{height:40px; background: transparent url(images/button_sprite.png) no-repeat left -200px; margin-left:-5px; font-size:12px;}
.button-submit-big.blue.button-wrap-left.b-hover,
.button-big.blue.button-wrap-left.b-hover 						{background-position:right -250px;}
.button-submit-big.blue.button-wrap-left.b-hover .button-submit-big.blue.button-wrap-right,
.button-big.blue.button-wrap-left.b-hover .button-big.blue.button-wrap-right 		{background-position:left -200px;}
.button-submit-big.blue input 								{margin-left:0px; padding:0px 15px 0px 35px; height:40px; background: none no-repeat left top; line-height:40px; font-size:12px;}


#register_checkout .button.button-wrap-left							{height:40px; background: transparent url(images/button_sprite.png) no-repeat right -250px; margin-left:5px;}
#register_checkout .button.button-wrap-right 						{height:40px; display:inline-block; margin-left:-5px; background-position: left -200px;}
#register_checkout .button.button-wrap-right a						{padding:6px 15px 6px 40px; text-shadow:none; color:#FFFFFF; font-size:12px;}

a.but-megastore										{float:left; /*display:table-cell; vertical-align:middle;*/ background:url(images/bg_megastore_button.png) no-repeat top left; width:66px; height:30px; padding:5px 7px; font-size:9px; color:#0C3F96; text-transform:uppercase; line-height:125%; text-align:center;}
a.but-megastore:hover									{text-decoration:none; color:#0C3F96; background:url(images/bg_megastore_button.png) no-repeat bottom left; }

/*Quick view button in overzicht */
.quick-view .button.button-wrap-left						{height:30px; background: transparent url(images/button_sprite.png) no-repeat 0 -650px; font-size:10px; }
.quick-view .button.button-wrap-right						{height:30px; display: inline-block; margin-left: 5px; background-position: 0 -690px;}
.quick-view .button.button-wrap-left.b-hover					{background:transparent url(images/button_sprite.png) no-repeat 0 -730px;}
.quick-view .button.button-wrap-left.b-hover .button.button-wrap-right	{background-position: 0 -770px;}
.quick-view .button.button.button-wrap-right a 					{padding:0px 13px 0px 15px; text-shadow: none; color: #0C3F96;font-size:10px;}

.jscroll-item								{margin:0px; padding:0px; border:1px solid #FFFFFF; height:343px; position:relative;}
.jscroll-item:hover							{margin:0px; padding:0px; border:1px solid #CCCCCC;}
.jscroll-item .product-image					{position:relative; float:left; z-index:0;}
.jscroll-item .product-image .quick-view 		{margin:0px; top:-1px; right:0px; position:absolute; height: 35px; text-align: right;}
.jscroll-item .center.compact					{position:relative; height:150px; margin-top:-10px; float:left; z-index:1;}
.jscroll-item .product-container					{text-align:left; padding:0px 20px 20px;}
.jscroll-item .product-container a.product-title	{font-weight:bold; text-decoration:underline;height:31px; padding-bottom:3px;}
.jscroll-item .product-prices 				{clear:left; margin:5px 0px; padding:0;}
.jscroll-item .price-advice 				{float:left; height:23px; width:140px; margin:0px; padding:0px;}
.jscroll-item .price .decimal 				{top:3px;}
.jscroll-item .product-buttons				{position:absolute; left:19px; width:160px;}
.jscroll-item .buttons-container				{float:left; width:60px; margin:0px; padding:0px 5px 0px 0px;}
.jscroll-item .button-more-info				{float:right; font-size:12px; padding:10px 0px; text-align:right;}
.jscroll-item .button-more-info a				{text-decoration:underline;}

.cm-range-slider.ui-slider.ui-slider-horizontal 		{background: url(images/ui_slider.png) 0 -36px repeat-x; border:1px solid #CCCCCC; border-width:0px 1px;}
.ui-slider-horizontal 					{height:10px; border:none;}
.ui-slider .ui-slider-handle 				{top:-8px; margin-left:-11px; width:31px; height:34px; border:none; background:transparent url(images/ui_slider.png) 0 0 no-repeat; cursor:col-resize;}
.ui-slider .ui-slider-range.ui-widget-header 		{background: #08C url(images/ui_slider.png) 0 -36px repeat-x; height:10px;}
.price-slider ul						{display:none;}

/* Categories */
.zevenhonderdzestig .cat-title h1							{float:left; width:760px; color:#0C3F96; margin:0px 0px 20px; font-size:25px; font-weight:bold;}
.zevenhonderdzestig .cat-content							{float:left; width:760px; border-top:1px solid #CCCCCC; margin:10px 0px 0px; padding:20px 0px 0px; line-height:145%;}
.zevenhonderdzestig .cat-content	 .cat-tekst 					{float:left; width:390px; margin:0px; padding:0px 30px 20px 0px;}
.zevenhonderdzestig .cat-content	 .cat-tekst h2				{float:left; width:390px; font-size:14px; font-weight:bold; text-transform:uppercase; color:#0C3F96; margin:0px 0px 15px;}
.zevenhonderdzestig .cat-content	 .cat-tekst .subcategories 			{float:left; margin:0px; padding:0px;}
.zevenhonderdzestig .cat-content	 .cat-tekst .subcategories ul		{margin:0px;  padding:0px 15px 0px 5px; width:160px;}
.zevenhonderdzestig .cat-content	 .cat-tekst .subcategories ul li		{padding:5px 0px;}
.zevenhonderdzestig .cat-content	 .cat-tekst .subcategories ul a 		{margin-left:0px; background:url(images/arrow_submenu.png) no-repeat 0px -21px; padding:5px 0px 5px 23px; color:#000000;}
.zevenhonderdzestig .cat-content	 .cat-tekst .subcategories ul a:hover	{background:url(images/arrow_submenu.png) no-repeat 0px 8px; color:#000000;}

.zevenhonderdzestig .cat-content	 .image-border				{float:left; width:320px; margin:0px; padding:0px;}
.zevenhonderdzestig.subcategories .cat-content 					{float:left; width:760px; border-top:0px; margin:0px 0px 0px; padding:0px 0px 0px; line-height: 145%;}

/* Weektopper */
.weektopper										{background:url(images/sidebox-schaduw480.jpg) no-repeat left bottom;}
.weektopper .sidebox-body								{height:189px;}
.weektopper .product-container 							{padding:0px;}

.aanbevelen .sidebox-body								{height:209px; width:454px;}

.aanbevelen .product-container.list .product-item-image				{width:224px; margin-right:0px;}
.aanbevelen .product-container.list .product-info				{padding:2px 0px 7px; width:230px;}
.aanbevelen .product-container.list .product-info .product-title		{font-size:12px; font-weight:bold; color:#000000 !important; text-decoration:underline;}
.aanbevelen .product-container.list .stars 					{margin-top: 4px;}
.aanbevelen .product-container.list .product-info .product-title:hover	{color:#000000; text-decoration:none;}
.aanbevelen .product-container.list .upselling-text				{float:left; background:url(images/bg_upselling.png) no-repeat top left; color:#FFFFFF; width:199px; height:40px; margin:0px 10px; padding:0px; text-align:center;}
.aanbevelen .product-container.list .upselling-text span			{float:left; width:179px; padding:13px 10px 0px; text-align:center; text-transform:uppercase; font-weight:bold;}
.aanbevelen .product-container.list .prices-container 				{margin-top:0px; padding:0px 0px 4px;}
.aanbevelen .product-container.list .product-info .list-price 			{color: #000000; line-height: 200%; width:100%; float:left;}
.aanbevelen .product-container.list .product-info .price-num 			{font-size:30px;}
.aanbevelen .product-container.list .product-info .add-product 		{padding-left:0px; padding-top:5px;}
.aanbevelen .product-container.list .product-info .more-info			{padding:0px 0px 19px; margin:0px; font-size:12px; width:230px; text-align:left;} 
.aanbevelen .product-container.list .product-info .more-info a			{color:#000000; text-decoration:underline;}
.aanbevelen .product-container.list .product-info .more-info a:hover		{color:#000000; text-decoration:underline;}
.aanbevelen .product-container.list .product-info .price .decimal 		{font-size:50%; margin:0px; padding: 0px; top:3px; right:-100%; width:100%;}
.aanbevelen .product-container.list .see_actions					{float:left; width:152px; text-align:center; margin:9px 0px 0px 13px; padding:0px; background:url(images/arrow_allactions.png) no-repeat left;}
.aanbevelen .product-container.list .see_actions a				{color:#000000;}


.weektopper .product-container.list .product-item-image					{width:163px; margin-right:35px;}
.weektopper .product-container.list .product-info						{padding:2px 0px 7px;}
.weektopper .product-container.list .product-info .product-title				{font-size:12px; font-weight:bold; color:#000000 !important; text-decoration:underline;}
.weektopper .product-container.list .stars 							{margin-top: 4px;}
.weektopper .product-container.list .product-info .product-title:hover			{color:#000000; text-decoration:none;}
.weektopper .product-container.list .prices-container 					{margin-top:0px; padding:0px 0px 4px; height:76px;}
.weektopper .product-container.list .product-info .list-price 				{color: #000000; line-height: 200%; width:100%; float:left;}
.weektopper .product-container.list .product-info .price-num 				{font-size:30px;}
.weektopper .product-container.list .product-info .add-product 				{padding-left:0px; padding-top:5px;}
.weektopper .product-container.list .product-info .more-info					{padding:19px 30px 0px; margin:0px; font-size:12px;} 
.weektopper .product-container.list .product-info .more-info a				{color:#000000; text-decoration:underline;}
.weektopper .product-container.list .product-info .more-info a:hover			{color:#000000; text-decoration:underline;}
.weektopper .product-container.list .product-info .price .decimal 				{font-size:50%; margin:0px; padding: 0px; top:3px; right:-100%; width:100%;}
.weektopper .product-container.list .see_actions						{float:left; width:152px; text-align:center; margin:9px 0px 0px 13px; padding:0px; background:url(images/arrow_allactions.png) no-repeat left;}
.weektopper .product-container.list .see_actions a						{color:#000000;}

/* Zoekresultaten */
.zoekresultaten .pagination-bottom .pagination 				{border-top:0px;}
h1.zoek-resultaat								{font-size:25px; font-weight:bold; float:left; width:100%; color:#0E4096; padding:10px 0px;}
h1.zoek-resultaat span							{font-size:14px; font-weight:bold; color:#0E4096; padding:10px 20px; text-transform:uppercase;}
.search-result								{float:left; width:100%; margin:0px; padding:0px; border-bottom:1px solid #CCCCCC;}
.search-result.first								{border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;}
.search-result a								{text-decoration:underline;}
.search-result .product-image						{float:left; margin:0px; padding:10px 0px; width:200px;}
.search-result .product-description					{float:left; margin:0px; padding:20px 0px; line-height:150%; width:500px;}
.search-result .page-description						{float:left; margin:0px; padding:20px 0px; line-height:150%; width:700px;}
.search-result .product-title						{font-size:14px; color:#0E4096; text-transform:uppercase; font-weight:bold; text-decoration:none;}
.search-result .list-prices 						{margin:0px 0px 10px; width:500px; float:left; height:23px;}
.search-result .list-price 							{margin:0px 2px 0px 0px; width:auto;}
.search-result p.prices								{margin:0px 0px 10px;}
.search-result .price .decimal 						{top:3px;}
/* Overlay labels */

/* Formulier */
.form-wrap 								{position:relative; padding:0px 0px; background:#FFFFFF;}
.form-wrap-l, .form-wrap-r 				{display:none;}
.form-wrap-default .input-text			{width: 100%; max-width:300px;}
.sidebox-body .error-message				{margin-left:0;}
.id_accept_termstab2						{margin-left:0px;}
label.cm-required:after 					{content:"*"; color:#000000; font-size:12px;}
.form-wrap .subheader 					{color: #000000; font-size:12px;text-transform:none; font-weight:bold; margin-left:150px; padding:0px 0px 10px;}
.error-text 							{line-height:150%;}
.error-message.guest_email 				{margin-left:0px;}


/*Searchanise */
div.snize-ac-results li.snize-separator 		{padding:0px !important; height:0px !important;}
div.snize-ac-results li.snize-ac-over-nodrop	{background:#F2F2F2 !important; color:#000000 !important; border-color:transparent!important;}
div.snize-ac-results span.snize-thumbnail 	{margin:5px 20px 5px 0px !important;}
div.snize-ac-results span				{color:#000000 !important;}
.snize-ac-odd						{background:#FFFFFF !important; color:#000000 !important;}
div.snize-ac-results					{z-index:1000 !important; width:340px !important;}
div.snize-ac-results span.snize-title		{color:#0E4096 !important; font-size:14px !important; text-transform:uppercase; text-decoration:none}
div.snize-ac-results li				{font-size:12px !important;}
div.snize-ac-results li.snize-view-all-link 	{padding:10px 20px 20px !important; text-align:left !important; color:#000000 !important; font-weight:bold !important; font-size:12px !important;}
div.snize-ac-results li span			{font-size:12px !important;}

.margin-top-small { margin-top: 2px; }

.fr_wms_annuleren {float:left; width:100%; padding-top:15px;}
.fr_wms_annuleren h1 {font-size:14px; color:#0C3F96; text-transform:uppercase; font-weight:bold; padding:0 0 15px 0;}
.fr_wms_annuleren p {padding:0 0 15px 0;}
.fr_wms_annuleren .error-text {padding:0 0 15px 0; font-weight:bold;}
.fr_wms_annuleren .table {border-right:1px solid #e3e3e3; margin-top:0;}
.fr_wms_annuleren .table th {background:#F3F5FA; text-transform:uppercase; color:#0C3F96; padding:12px 0 12px 10px; border-bottom:1px solid #e3e3e3; border-right:none; text-align:left;}
.fr_wms_annuleren .table td {background:#FFFFFF; padding:12px 0 12px 10px; border-bottom:1px solid #e3e3e3; border-right:none; text-align:left; vertical-align:middle; font-weight:bold;}
.fr_wms_annuleren .table td.no-border {border:0;}


.subheader {text-transform:none;}

.middengrid {width:1020px; background:none;}
.container-block {width:980px; padding:0px 20px; margin:0 auto 20px auto; background:#FFFFFF; -webkit-box-shadow:0 10px 10px -8px #AAAAAA; -moz-box-shadow:0 10px 10px -8px #AAAAAA; box-shadow:0 10px 10px -8px #AAAAAA;}
.container_16 .grid_4.container-block {margin-left:20px;}
.container-block .grid_8 {width:480px; margin:0;}

.cart-icon {height:22px;}
.cart-icon.filled {background-position:center center; margin-right:10px;}

.container_16 .grid_11 {margin:0; width:650px;}
.driehonderdtien{margin-top:0;}
.tweehonderddertig {width:230px !important;}
.zeshonderdnegentig {width:690px !important;}

.homepage-banners {margin:0;}

.homepage-block1 .carousel {width:650px; background:none; padding:0 0 20px 0;}
.homepage-block1 .carousel .cm-slider {width:650px; border:0;}
.homepage-block1 .carousel .cm-slide-prev, 
.homepage-block1 .carousel .cm-slide-next {width:50px; height:48px; background-image:url(images/icons/icons_slider_pijlen.png);}
.homepage-block1 .carousel .cm-slide-prev {left:0; background-position:-50px 0;}
.homepage-block1 .carousel .cm-slide-prev:hover {background-position:-50px 0;}
.homepage-block1 .carousel .cm-slide-next {right:0; background-position:-50px -48px;}
.homepage-block1 .carousel .cm-slide-next:hover {background-position:-50px -48px;}

.homepage-block2 {width:310px !important; margin:0 0 20px 20px;}
.homepage-block2 .mainbox-title {display:none;}
.homepage-block2 p {padding:0;}
.homepage-block2 .openingstijden {height:209px; padding:20px; border:1px solid #CCCCCC; border-top:0;}
.homepage-block2 .openingstijden table {margin-bottom:10px;}
.homepage-block2 .openingstijden td {padding:5px 0;}

.homepage-block3 {width:1000px !important; margin-left:-20px; margin-bottom:20px;}
.homepage-block3 .ad-container {float:left; margin:0 0 0 20px; width:auto;}

.homepage-block4 {width:750px !important; margin:20px 0 20px -20px;}
.homepage-block4 .ad-container {float:left; margin:0 0 0 20px; width:auto;}
.homepage-block5 {width:230px; margin:20px 0 20px 20px;}
.homepage-block5 iframe {border:1px solid #CCCCCC;}

.jscroll-item .center.compact {height:auto;}
.product-container .stars {overflow:hidden; padding-top:8px; padding-bottom:8px;}
.product-container .stars img {float:left;}
.product-container .stars .amount {float:right; margin:0 0 0 5px;}
.product-container a.product-title,
.jscroll-item .product-container a.product-title {height:32px; padding-top:0; color:#003A9A; text-decoration:none;}
.list-price .strike {height:auto; background:none; padding:0; margin:0; text-decoration:line-through;}
.jscroll-item .price-advice {height:24px;}
.jcarousel-skin .prices-container {padding-bottom:8px;}
.jscroll-item .product-prices {margin-bottom:3px;}
.jscroll-item .product-buttons {position:static; bottom:auto; left:auto; overflow:hidden;}
.button-submit-action {display:block; width:49px; height:20px; padding:9px 12px; margin:0; border:0; background:url(images/icons/cart_icon.png) center 9px no-repeat #FF9B00; -webkit-border-radius:5px; border-radius:5px; border:1px solid #FF8000;}
.button-submit-action:hover {margin:0; background-color:#FF8000;}
input.button-submit-action {width:75px; height:40px; text-indent:-9999px; cursor:pointer;}

.button-submit-action.button-wrap-left {height:auto; background:none; width:auto; margin-left:0; -webkit-border-radius:0; border-radius:0; border:0; padding:0; }
.button-submit-action.button-wrap-right {height:auto; background:none; width:auto; margin-left:0; -webkit-border-radius:0; border-radius:0; border:0; padding:0; }
.button-submit-action.button-wrap-left.b-hover {background:none;}
.button-submit-action.button-wrap-left input {display:block; width:75px; height:40px; padding:9px 12px; background:url(images/icons/cart_icon.png) center 9px no-repeat #FF9B00; -webkit-border-radius:5px; border-radius:5px; margin:0; border:1px solid #FF8000;}
.button-submit-action.button-wrap-left input:hover {margin:0; background:url(images/icons/cart_icon.png) center 9px no-repeat #FF8000;}
.jscroll-item .button-more-info {padding-top:0;}
.jscroll-item .button-more-info a {color:#000000;}

.product-cell .product-container .fake-title {width:100%; padding:0; margin:0; color:#003A9A; font-weight:bold; font-size:12px; padding-top:0; height:32px; overflow:hidden;}
.product-cell .product-container .stars-container {height:36px; margin:0;}
.product-cell .product-container .product-title {font-size:12px;}
.product-cell .product-prices {margin:0;}
.product-cell .price .decimal {position:static;}
.product-cell:hover {-webkit-box-shadow:none; box-shadow:none;}

.sort-container {border-bottom:1px dashed #dedede;}
.multicolumns-list .grid-prod-spacer {border-bottom:1px dashed #dedede; height:0; background:none;}
.pagination-bottom .pagination {border:0;}

.product-detail-page.configurator .cloud-zoom-big {top:34px !important; left:501px !important; width:478px !important;}
.product-detail-page .sidebox-wrapper {padding-bottom:0; background:none; margin:15px 0 15px 20px !important;}

.aanbevelen {}
.aanbevelen .sidebox-body {height:auto;}
.aanbevelen .product-container {padding:6px 0 0 0;}
.aanbevelen .product-container.list .product-info {padding:0;}
.aanbevelen .product-container.list .product-info .product-title {color:#003A9A !important; text-decoration:none;}
.aanbevelen .product-container.list .product-info .price-num,
.aanbevelen .product-container.list .product-info .price .decimal {font-size:22px; position:static;}
.aanbevelen .product-container.list .product-info .more-info {padding-bottom:20px}
.product-detail-page.configurator .product-main-info .product-info-block {top:auto; margin-top:25px; padding-bottom:0; background:none;}
.product-detail-page.configurator .prod-config {padding:0; background:none; margin-bottom:30px;}
.product-detail-page.configurator #content_discussion {width:480px;}
.product-detail-page.configurator .next-step {display:none;}

.content-cart .mainbox-container {border-top:1px dashed #CCCCCC;}

.button-orange.button-wrap-left, .button-action.button-wrap-left, #register_checkout .button.button-wrap-left, .button-submit.button-wrap-left, .button-submit-big.blue.button-wrap-left {background:none;}
.button-orange.button-wrap-right, .button-action.button-wrap-right, #register_checkout .button.button-wrap-right, .button-submit.button-wrap-right, .button-submit-big.blue.button-wrap-right {background:url(images/icons/pijl_naarrechts.png) no-repeat 12px center #FF9C00; border-radius:5px; border:1px solid #FF8000; -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); -moz-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15);}
.button-orange.button-wrap-left.b-hover, .button-action.button-wrap-left.b-hover, #register_checkout .button.button-wrap-left.b-hover, .button-submit.button-wrap-left.b-hover {background:none;}
.button-orange.button-wrap-left.b-hover .button-wrap-right, .button-action.button-wrap-left.b-hover .button-wrap-right, #register_checkout .b-hover .button.button-wrap-right, .button-submit.button-wrap-left.b-hover .button-wrap-right, .button-submit-big.blue.b-hover input {background:url(images/icons/pijl_naarrechts.png) no-repeat 12px center #FF8000;}
input.button-submit-action.button-update {font-size:12px; color:#0E4096; font-weight:bold; text-transform:uppercase; text-indent:0; width:auto; background:url(images/button_grijs_blauwpijl.png) no-repeat bottom left #EFEFEF; border:1px solid #CCCCCC; padding-left:38px; -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); -moz-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15);}
.button-submit-big.button-wrap-left,
.button-submit-big.button-wrap-left.b-hover {background:none;}
.button-submit-big.button-wrap-right {background:url(images/icons/cart_icon.png) no-repeat 12px center #FF9C00; border-radius:5px; border:1px solid #FF8000; -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); -moz-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15);}
.button-submit-big.button-wrap-left.b-hover .button-submit-big.button-wrap-right, 
.button-big.button-wrap-left.b-hover .button-big.button-wrap-right {background:url(images/icons/cart_icon.png) no-repeat 12px center #FF8000;}

.kassa {border-top:1px dashed #CCCCCC; padding-top:25px;}
.kassa .mainbox-title {display:none;}

.product-quick-view .add-buttons {float:left; margin:13px 0;}
.product-quick-view input.button-submit-action {font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-indent:0; width:auto; background-position:12px center; padding-left:45px;}
.product-quick-view .buttons-container-picker {padding:10px;}

.sidebox-wrapper.order-products .sidebox-body {padding:0;}

.nieuwsbrief-inschrijven .notification-n{margin:20px 0 0 0;}
.notification-w, .notification-n, .notification-e {-webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.notification-w div, .notification-n div, .notification-e div {color:#000000;}

input.button-submit {font-size:12px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; text-indent:0; width:auto; background:url(images/icons/pijl_naarrechts.png) no-repeat 12px center #FF9C00; border:1px solid #FF8000; padding-left:38px; -webkit-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); -moz-box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15); box-shadow:0px 2px 2px 0px rgba(50, 50, 50, 0.15);}
input.button-submit:hover {background-color:#FF8000;}

.sidebox-wrapper {padding-bottom:0; background:none; margin-top:20px; margin-bottom:10px;}
.sidebox-wrapper.order-summary {margin-top:50px;}
.sidebox-wrapper.order-summary .sidebox-body {padding:0;}
.product-detail-page .sidebox-wrapper .product-buttons {float:left;}

.step-container-active {margin-bottom:20px;}

.blauwe-balk {position:absolute; top:100px; left:0; right:0; z-index:100; background:#073D98; height:60px;}
.blauwe-balk .inner {width:980px; margin:0 auto; font-size:25px; color:#FFFFFF; font-weight:bold; height:60px; line-height:60px;}

.login-info h4 {padding:20px 0 10px; font-size:20px;}
.login .body-bc {z-index:0;}
.login .remember-me-chekbox,
.login .forgot-pass,
.login .float-left{padding-left:130px;}

.product-cell .product-buttons {position:static;}
.product-cell .button-more-info-compare,
.product-cell .button-more-info {width:75px;}
.zevenhonderdzestig.subcategories {margin-top:-2px;}
.tweehonderd {margin-top:0;}
h1.zoek-resultaat {padding-top:0;}

.step-body-active .login-form .checkout-login-form {margin-left:0;}
.checkout-buttons {padding:0;}
.cm-tabs-content .paym-methods li {padding-left:10px;}
.payment-label span {margin-left:0;}

.login-info-voordeelpas {padding:0 0 20px 0;}
.login-info-voordeelpas a {text-decoration:underline;}
#step_one_login .login-info-voordeelpas {padding-right:20px;}

.login-popup .buttons-container-picker {border:0;}

/* buy together */
.product-detail-page .sidebox-wrapper.buy-together-wrapper .sidebox-body {padding:0; width:478px;}
.buy-together {position:relative; padding:20px; border-top:1px dashed #CCCCCC;}
.buy-together:first-child {border:0;}
.buy-together .subheader {font-size:12px; width:220px;}
.buy-together .chain-products {padding-bottom:10px;}
.buy-together .chain-product {float:left; width:100px;}
.buy-together .chain-plus {float:left; font-size:45px; color:#00349D; height:90px; line-height:90px; margin:10px 10px 0;}
.buy-together .chain-korting {color:#FFFFFF; font-size:14px; font-weight:bold; text-transform:uppercase; border-radius:9px; background:#A3D013; position:absolute; top:20px; right:20px; padding:5px 10px;}
.buy-together .chain-new-price {float:left; padding:6px 30px 6px 0;}
.buy-together .chain-new-price .chain-new {font-size:12px; font-weight:normal; width:auto; padding:0 5px 0 0;}
.buy-together .chain-new-price .chain-new-price-price {font-size:22px;}
.buy-together .button-submit-action.button-wrap-left input {text-indent:0; width:auto; font-size:12px; padding-left:45px; background-position:9px 9px;}

.buy-together-container {margin-top:11px;}
.info-block-buy-together {border:1px solid #CCCCCC; margin-top:-1px; padding:10px 5px; position:relative;}
.info-block-buy-together .product-plus {display:block; width:32px; height:32px; background:url(images/icons/plus.png) no-repeat 0 0; position:absolute; top:-16px; left:50%; margin-left:-16px;}
.order-products .info-block-buy-together a.product-name {padding-top:16px;}

table td.buy-together-td {border-top:1px solid #FFFFFF;}
.mainbox-cart-body .buy-together-td .product-options {border:0; background:none; padding:0 20px;}
.mainbox-cart-body .product-options .table.buy-together-cart {width:100%; border:1px solid #CCCCCC;}
.mainbox-cart-body .product-options .table.buy-together-cart td {border-right:0; border-bottom:1px solid #CCCCCC;}
.mainbox-cart-body .product-options .table.buy-together-cart td .underlined {text-decoration:underline; font-weight:bold;}
.mainbox-cart-body .product-options .table.buy-together-cart td.paddingtop {padding-top:30px; position:relative;}
.mainbox-cart-body .product-options .table.buy-together-cart .product-plus {display:block; width:32px; height:32px; background:url(images/icons/plus.png) no-repeat 0 0; position:absolute; top:-16px; left:180px;}

.ui-dialog .object-container {border:0; padding:20px;}
#new_post .input-textarea {height:150px;}

.blog-categories {}
.category-block .category-block-right.blog-categories .category-text ul li {display:block; background:url(images/arrow_right_orange.png) no-repeat 0px 10px; padding:9px 0 9px 30px; line-height:145%;}

/* on hover popup */
.fr_popup						{position:relative; display:block;}
.fr_popup span.popup 			{display:none; position:absolute; left:75%; bottom:75%; background-color:#FFFFFF; padding:0px; z-index:1000; -webkit-box-shadow:1px 1px 10px 3px #CCCCCC; box-shadow:1px 1px 10px 3px #CCCCCC;}
a.fr_popup:hover span.popup 	{display:block;}
.fr_popup .popup:before,
.fr_popup .popup:after 			{width:0px; height:0px; border-style:solid; border-width:15px 10px 0 10px; border-color:#ffffff transparent transparent transparent;}
.fr_popup .popup .afb			{display:inline-block; width:auto;}
.fr_popup .popup .afb img		{height:120px !important; margin:10px;}
.fr_popup .popup .tekst			{display:inline-block; min-width:175px; margin:15px 0px 15px -1px; padding:0px 10px; vertical-align:top; border-left:1px solid #CCCCCC;}
.fr_popup span.popup.popup-image {-webkit-box-shadow:none; box-shadow:none; border:0; background:none; bottom:auto; top:75%;}

.but-container {margin-left:10px;}
.sidebox-body .checkout-summary a:link, .sidebox-body .checkout-summary a:visited {color:#000000; font-weight:normal; text-decoration:underline;}

.content-header {margin-top:20px;}

.clear-left {clear:left; margin-left:0; margin-top:10px;}

.cadeaukaart-saldochecker {border:1px solid #CCCCCC; padding:0; margin-bottom:20px; overflow:hidden;}
.cadeaukaart-saldochecker h1 {font-size:20px; font-weight:bold; color:#0E4096; margin:0;}
.cadeaukaart-saldochecker .kaartnummerinvoeren {float:left; width:385px; height:140px; padding:15px 30px 23px 30px;}
.cadeaukaart-saldochecker .bedragsaldo {float:left; width:230px; height:140px; padding:15px 30px 23px 53px; margin:0; background:url(images/saldochecker-bg.png) no-repeat left center #F3F5FA;}
.cadeaukaart-saldochecker .bedragsaldo .huidige_waarde {display:block; font-weight:bold; color:#0E4096; margin-bottom:15px;}
.cadeaukaart-saldochecker .bedragsaldo .actuele_saldo {display:block; padding:9px 10px; background:#A2D200; font-weight:bold; color:#FFFFFF; font-size:45px; text-align:right; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px;}

.icon-obelink-info {display:block; width:17px; height:17px; margin:3px; background:url(images/icons/info-icon.png) no-repeat 0 0;}

/* Voordeelpas */


.voordeelpas .voordeelpas-interresses {overflow:hidden;}
.voordeelpas .voordeelpas-interresses .interresse-categorie {float:left; width:33%;}
.voordeelpas .voordeelpas-interresses .interresse-categorie .categorie {font-weight:bold; color:#0E4096;}
.voordeel-punten-aantal {background:#ff9c00;padding:2.5px 10px;border:1px solid #ff6600;border-radius:10px;color:#fff;font-size:20px;}

.button-zilver input {padding:6px 18px 7px; margin:-2px 0 0 0; color:#003A9A; font-weight:bold; background:url(images/but_verzilver.png) no-repeat left center; border-radius:5px; border:1px solid #CCCCCC; box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.15); cursor:pointer; background-image:url(images/but_verzilver_metpijl.png); padding-left:30px;}


/* /Voordeelpas */

.account .input-text[disabled],
.account select[disabled] {background:#DDDDDD; cursor:not-allowed;}

.blauw14 {font-size:14px; color:#003A9A;}

/* Aanpassingen productpage */
.product-detail-page .cloud-zoom-big {top:0 !important; left:501px !important; width:478px !important;}
.product-detail-page #content_discussion.wysiwyg-content {border:0; padding:0;}

.product-detail-page.configurator .product-main-info .product-info-block {margin-top:19px;}
.product-detail-page.configurator .prod-config {top:420px;}
.product-detail-page.configurator .cloud-zoom-big {top:0 !important; left:501px !important; width:478px !important;}
#fr_obelink_imagecarousel {margin-top:20px !important; overflow:hidden;}
/* /Aanpassingen productpage */

/* Buttons 2015 */
.button.blauw {background:#0E4096; padding:13px 20px; font-size:12px; color:#FFFFFF; font-weight:bold; border:0; text-transform:uppercase; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; cursor:pointer;}
.button.blauw:hover {background:#00308C; text-decoration:none;}
.button.blauw.metpijl {background-image:url(images/icons/pijl_naarrechts.png); background-repeat:no-repeat; background-position:14px 12px; padding-left:40px;}

.button.oranje {background:#FF9B00; padding:12px 19px; font-size:12px; color:#FFFFFF; font-weight:bold; border:1px solid #FF8000; text-transform:uppercase; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; cursor:pointer;}
.button.oranje:hover {background:#FF8000; text-decoration:none;}
.button.oranje.metpijl {background-image:url(images/icons/pijl_naarrechts.png); background-repeat:no-repeat; background-position:14px 12px; padding-left:40px;}

.button.grijs {background:#FFFFFF; padding:12px 19px; font-size:12px; color:#0E4096; font-weight:bold; border:1px solid #CCCCCC; text-transform:uppercase; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; cursor:pointer;}
.button.grijs:hover {background:#EFEFEF; text-decoration:none;}
.button.grijs.metpijl {background-image:url(images/icons/pijl_naarrechts.png); background-repeat:no-repeat; background-position:14px 12px; padding-left:40px;}

.link-button input {background:none; border:none; padding:5px 20px; text-decoration:underline; font-size:12px; cursor:pointer;}

.w230 {width:230px !important;}
.w310 {width:310px !important;}
.w329 {width:329px !important;}
.w420 {width:420px !important;}
.w730 {width:730px !important;}

.mr20 {margin-right:20px;}
.mr40 {margin-right:40px;}

.pr50 {padding-right:50px;}

.br1 {border-right:1px solid #CCCCCC;}

/* Inlogpagina */
.inloggen-block h1 {font-size:25px; line-height:35px; color:#0E4096; font-weight:bold; margin:0 0 15px 0;}
.inloggen-block h2 {font-size:20px; line-height:30px; color:#FF9D00; font-weight:bold; margin:0 0 5px 0;}
.inloggen-block h3 {font-size:16px; line-height:26px; color:#0E4096; font-weight:bold; margin:0 0 5px 0;}
.inloggen-block p {padding:0; line-height:130%;}
.inloggen-block .login .input-text {width:220px;}
.inloggen-block .error-message {margin-left:100px;}
.inloggen-block .error-message .message {margin:0;}
.inloggen-block .error-message p {padding:5px 0 0 0 !important;}
.inloggen-block .form-wrap p,
.inloggen-block .login-info p {padding-bottom:20px;}
.inloggen-block .login .remember-me-chekbox, 
.inloggen-block .login .forgot-pass, 
.inloggen-block .login .float-left {padding-left:100px;}
.inloggen-block .login .forgot-pass {line-height:210%;}

/* registerenpagina */
.registreren-block .error-message {margin-left:130px;}
.registreren-block hr {margin-bottom:20px;}
.registreren-block .block {margin:0 0 20px 0;}
.registreren-block .account {margin:0;}
.registreren-block .select-field {overflow:hidden; padding:0;}
.registreren-block .select-field .checkbox {float:left; margin-top:6px;}
.registreren-block .select-field label {float:none; overflow:hidden; display:block; width:auto; line-height:13px; padding:6px 0;}
.registreren-block .block-algvwdn .error-message {margin-left:0;}
.block-algvwdn hr {margin-top:20px; margin-bottom:0;}

/* Voordelen block */
.block-voordelen {border:1px solid #CCC; padding:19px 19px 4px 19px;}
.block-voordelen h1 {line-height:100%; margin-bottom:30px;}
.block-voordelen ul li {background:url(images/voordeelpas/voordeel.png) no-repeat 0 0; padding-left:30px; padding:3px 0 3px 30px; margin-bottom:15px;}
.block-voordelen img {margin-left:-19px; margin-bottom:-4px; padding-top:19px;}

.block-voordeelpas-a1 {overflow:hidden; padding:19px 129px 19px 19px; margin-bottom:20px; margin-top:30px; border:1px solid #CCCCCC; background:url(images/voordeelpas/a1-nieuw.png) no-repeat right 60px #EEF9FD;}
.block-voordeelpas-a1 h2 {color:#0E4096;}
.block-voordeelpas-a1 h2 span {color:#FFFFFF; padding:5px 10px; border:1px solid #FF8000; background-color:#FF8000;}
.block-voordeelpas-a1 p {padding:5px 0 0 0 !important;}

.block-voordeelpas-a2 {padding:19px 19px 19px 19px; margin-bottom:20px; margin-top:30px; border:1px solid #CCCCCC; background:#EEF9FD;}
.block-voordeelpas-a2 h2 {color:#0E4096;}
.block-voordeelpas-a2 .form-horizontal {margin-right:-15px;}

.block-voordeelpas-a3 {overflow:hidden; padding:19px 19px 19px 19px; margin-bottom:20px; border:1px solid #CCCCCC; background:#EEF9FD;}
.block-voordeelpas-a3 h2 {color:#0E4096;}
.block-voordeelpas-a3 .right {width:235px; float:right; color:#999999; text-align:center; font-size:12px;}
.block-voordeelpas-a3 .left {overflow:hidden;}

.voordeelpas-interresses {margin-bottom:20px;}
.voordeelpas .voordeelpas-interresses hr {clear:both; padding-top:20px; margin-bottom:0;}

.block-algvwdn

.block-gegevensactueel {overflow:hidden; margin-bottom:10px; padding-left:90px; background:url(images/voordeelpas/gegevensactueel.png) no-repeat 30px center;}
.voordeelpas_gespaardepunten {padding-top:20px;}


.reeds-gekoppeld {
	border-color: #e6db55;
	background: #fffbcc;
}
.fr_gebruik_voordeelpas_text {padding-top: 4px; clear:both;}

.content-cart .cm-notification-container {position:relative; top:auto; right:auto; width:100%;}

.form-field #fr_voordeelpas_nummer { margin-left: 9px; width: 247px;}