@import url("styles2.css");

/* Layout ================================================================================= */
.wrapper {
	background-image: url(../images/royalboch/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.page { width:912px; margin:0 auto; padding:10px 0 0 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main {
	margin:0px;
	padding-bottom: 25px;
}

/* Base Columns */ 
.col-left { float:left; width:280px; }
.col-main {
	width:auto;
}
.col-right { float:right; width:280px; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
	padding-right: 0px;
	padding-left: 30px;
	width: 602px;
}
.col2-right-layout .col-main {
	float:left;
	padding-right: 30px;
	padding-left: 0px;
	width: 602px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
	float:left;
	padding-left: 30px;
	padding-right: 30px;
	width: 292px;
}

/* Content Columns */

.col2-set .narrow { width:33%; }
.col2-set .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:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #B6B6B6; }
input.input-text,textarea {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0 0 0 14px;
	cursor:pointer;
	background-image: url(../images/royalboch/btn_insc.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
	background-color: #FFFFFF;
}
button.button:hover {
	background-image: url(../images/royalboch/btn_insc_hov.png);
	background-position: left 50%;
	background-repeat: no-repeat;
}
button.button span {
	float:left;
	padding:0 14px 0 0;
	text-align:center;
	white-space:nowrap;
	background-image: url(../images/royalboch/btn_insc.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
	text-transform: lowercase;
	color:#4D4D4D;
	display: block;
}
button.button:hover span {
	background-image: url(../images/royalboch/btn_insc_hov.png);
	background-position: right 50%;
	background-repeat: no-repeat;
}
button.button:active {
	/* Fix IE8 */
	/*-ms-background-position-x: 1px;
	-ms-background-position-y: 1px;*/
}
button.button:active span {
	/* Fix IE8 */
	/*-ms-background-position-x: 0px;*/
	/*-ms-background-position-y: -1px;*/
}
button.disabled {}
button.disabled span {}
.totals .checkout-types button.button,
.add-to-cart button.button {
	background-image: url(../images/royalboch/btn_blue.png);
	background-color: #FFFFFF;
}
.totals .checkout-types button.button:hover,
.add-to-cart button.button:hover {
	background-image: url(../images/royalboch/btn_blue_hover.png);
}
.totals .checkout-types button.button span,
.add-to-cart button.button span {
	background-image: url(../images/royalboch/btn_blue.png);
	font-size: 14px;
	color:#FFFFFF;
}
.totals .checkout-types button.button:hover span,
.add-to-cart button.button:hover span {
	background-image: url(../images/royalboch/btn_blue_hover.png);
}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label {
	font-weight:normal;
	color: #4D4D4D;
}
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.group-select .input-box {
	float:left;
	width:250px;
	padding-right: 30px;
}
.group-select input.input-text,
.group-select textarea {width:524px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:244px; }
.group-select .input-box select { width:246px; }

.buttons-set {
	clear:both;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

.buttons-set button.button { float:right; }



/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#000; }
p.required {
	font-size:13px;
	text-align:left;
	color: #000000;
}
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:13px!important; font-weight:normal!important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg {
	background-color:#CFE6FF;
	color:#235F9D;
	border-top-color: #65ABE0;
	border-right-color: #65ABE0;
	border-bottom-color: #65ABE0;
	border-left-color: #65ABE0;
}
.note-msg,
.notice-msg {
	background-color:#EAEAEA;
	color:#231F20;
	border-top-color: #494949;
	border-right-color: #494949;
	border-bottom-color: #494949;
	border-left-color: #494949;
}

/* BreadCrumbs */ 
.breadcrumbs {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.breadcrumbs li {
	display:block;
	line-height: 14px;
	font-size: 12px;
	text-transform: lowercase;
	color: #999999;
	float: left;
}
.breadcrumbs li a {
	color: #323031;
	display: block;
	float: left;
}
.breadcrumbs li.home a {
	text-indent: -9999px;
	background-image: url(../images/royalboch/ico_home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 14px;
	width: 14px;
}
.breadcrumbs li.home a:hover {
	background-image: url(../images/royalboch/ico_home_hov.gif);
}
.breadcrumbs .bread_arrow {
	background-image: url(../images/royalboch/bread_arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
}



/* Pager */ 
.pager {
	margin:0px;
	text-align:center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px; 
	height: 18px;
	overflow: hidden;
}
.pager .amount {
	float:right;
	font-size: 14px;
	color: #999999;
}
.pager .pages {
	font-size: 13px;
}
.pager .pages ol { 
	display:inline;
	line-height: 14px; 
}
.pager .pages li {
	display:inline;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 14px;
}
.pager .pages a {
	color: #202020;
}
.pager .pages .current {
	color: #999999;
}

/* Sorter */ 
.sorter {
	border:1px solid #EBEBEB;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 14px;
	text-transform: lowercase;
	height: 21px;
	line-height: 21px;
}
.sorter .view-mode {
	text-align: center;
	color: #999;
}
.sorter .view-mode a,
.sorter .view-mode strong {
	color: #4D4D4D;
}
.sorter .limiter {
	float:right;
	color: #999;
}
.sorter .sort-by { float:left; }
.sorter .link-feed {}
.sorter label {
	color: #999;
}
.sorter .sort-by a {
	color: #4D4D4D;
	padding-right: 2px;
	padding-left: 2px;
}
.sorter .sort-by a.selected {
	font-weight: bold;
}

/* Data Table */ 
.data-table {
	width:100%;
	font-size: 13px;
	color: #231F20;
	border-collapse:collapse;
}
.data-table .a-center {
	width: 10%;
}
.data-table .col_img {
	width: 75px;
}
.data-table .col-whish {
	/*width: 95px;*/
}
.data-table .product-name {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #231F20;
	margin: 0px;
	padding: 0px;
}
.data-table .product-name a {
	color: #231F20;
}
.data-table th {
	padding:5px;
	font-weight:normal;
	white-space:nowrap;
	color: #999999;
	font-size: 14px;
}
.data-table td {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.data-table thead {
	width:100%;
}
.data-table thead th {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
}
.data-table thead tr.first th.dbl_col {
	border-bottom: none;
}
.data-table thead tr.last th {
	border-top: none;
}
.data-table thead tr th.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
}
.data-table thead tr th.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}
.data-table tbody {}
.data-table tfoot {
}
.data-table tfoot td {
	padding-top: 15px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#F2F2F2; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f2f2f2; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f2f2f2; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
.header-container {}
#header_tool_connect {
	position: absolute;
	background-color: #F2F2F2;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 13px;
	font-size: 13px;
	width: auto;
	height: 15px;
	width: auto;
}
#header_tool_connect p {
	float: left;
	font-size: 13px;
	color: #4D4D4D;
	background-image: url(../images/royalboch/ico_conn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 15px;
	padding-right: 13px;
}
#header_tool_connect ul {
	float: left;
}
#header_tool_connect li {
	float: left;
	line-height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-right: 13px;
	padding-left: 13px;
}
#header_tool_connect li.last {
	padding-right: 0px;
}
#header_tool_connect a {
	text-transform: lowercase;
	display: block;
}
#header_tool_connect a.top-link-account {
	background-image: url(../images/royalboch/ico_compte.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.header {}
.header .logo {
	text-indent:-999em;
	height: 99px;
	width: 146px;
	margin: 0px;
	float:left;
	overflow:hidden;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.header .logo a { display:block; width:146px; height:99px; cursor: pointer;	background-position:left top; background-repeat:no-repeat; }
.header #header_right {
	float: right;
	width: 700px;
}
.header #header_langue {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #000000;
	height: 22px;
	overflow: hidden;
}
.header #header_langue span {
	font-size: 0px;
	padding-right: 7px;
	background-image: url(../images/royalboch/ico_langue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
}
.header #header_langue .langue_mnu {
	float: right;
}
.header #header_langue a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.header #header_langue a.selected {
	color: #235F9D;
	font-size: 13px;
}
.header #header_langue .header_contact {
	font-size: 13px;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/royalboch/ico_contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
	display: block;
	float: right;
	height: 20px;
	padding-right: 21px;
}
.header #header_search { text-align:right; }
.header .form-search {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 182px;
	border: 1px solid #EBEBEB;
	background-image: url(../images/royalboch/search_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	overflow: hidden;
}
.header .form-search input {
	border: none;
	display: block;
	float: left;
	width: 157px;
	font-size: 12px;
	height: 17px;
	background: none;
}
.header .form-search button.btn_search {
	text-indent: -9999px;
	background-image: url(../images/royalboch/btn_search.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 21px;
	width: 21px;
	border: none;
	cursor: pointer;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	outline: none;
}
.header .form-search button.btn_search::-moz-focus-inner { border: 0; }
.header .form-search button:hover,
.header .form-search button.hover {
	background-image: url(../images/royalboch/btn_search_hov.gif);
}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header #header_cart {
	float: right;
	padding-top: 35px;
	line-height: 15px;
	font-size: 13px;
	color: #4D4D4D;
}
.header #header_cart a {
	text-transform: lowercase;
}
.header #header_cart ul {
	float: left;
}
.header #header_cart li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
}
.header #header_cart li a {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
}
.header #header_cart li a.top-link-wishlist {
	background-image: url(../images/royalboch/ico_sel.gif);
}
.header #header_cart li a.top-link-checkout {
	background-image: url(../images/royalboch/ico_cart.gif);
}
.header #header_cart li.first {
	padding-left: 0px;
}
.header #header_cart li.last {
}
.header #header_cart .cart_design {
	float: left;
	padding-left: 15px;
}
.header #header_cart .cart_design span {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.header #header_cart .cart_design a.top-link-cart {
	background-image: url(../images/royalboch/ico_pan.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 28px;
}

/********** < Navigation */
#nav {
	font-size:12px;
	border:1px solid #EBEBEB;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
}
#nav .mnu_home {
	background-image: url(../images/royalboch/ico_home.gif);
	width: 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav .mnu_home:hover {
	background-image: url(../images/royalboch/ico_home_hov.gif);
}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a {
	float:left;
	font-weight:normal;
	color:#333;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#nav li.over a,
#nav li a:hover { color:#999; }
#nav li.active a {
	color:#235F9D;
	font-weight: bold;
}

/* 2nd Level */
#nav ul {
	position:absolute;
	width:17em;
	top:31px;
	left:-10000px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
#nav ul li { float:none;  }
#nav ul li.last { border-bottom:0; }
#nav ul li a {
	float:none;
	padding:3px 9px;
	font-weight:normal !important;
	color:#333!important;
	font-size: 12px;
	text-transform: none;
}
#nav ul li a:hover { color:#999 !important; }
#nav ul li.over > a { font-weight:normal !important; color:#999 !important; }
#nav ul li.active > a { font-weight:bold  !important; color:#235F9D !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	margin:0 0 20px;
}
.block .block-title {}
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content {}
.block .actions {
}




/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
}
.block-layered-nav .block-title {
	background-color: #B3B3B3;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.block-layered-nav .block-title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	color: #FFFFFF;
}
.block-layered-nav .block-content {}
.block-layered-nav .block-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 23px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B3B3B3;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 7px;
}
.block-layered-nav dl {
}
.block-layered-nav dt {
	font-weight:bold;
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
}
.block-layered-nav dd {
	font-size: 13px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.block-layered-nav .curr_content {
	/*border: 1px solid #EBEBEB;*/
}
.block-layered-nav .currently {}
.block-layered-nav .currently li {
	padding-right: 24px;
	padding-left: 12px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}
.block-layered-nav .currently li.odd {
	background-color: #F2F2F2;
}
.block-layered-nav .currently li .curr_info {
	display: block;
	float: left;
	width: 195px;
}
.block-layered-nav .currently li .label {
	font-weight: bold;
	display: block;
}
.block-layered-nav .currently li .current_value {
	padding-left: 23px;
	display: block;
}
.block-layered-nav .currently li a {
	float:right;
	display: block;
	background-image: url(../images/royalboch/btn_del.png);
	background-repeat: repeat;
	background-position: center center;
	height: 17px;
	width: 17px;
	text-indent: -9999px;
}
.block-layered-nav .actions {
	text-align:right;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
.block-layered-nav .actions a {
	text-decoration: underline;
	font-size: 13px;
	text-transform: lowercase;
}
/* Block: Cart */
.block-cart {}
.block-cart .block-content {
	background-color: #F7F7F7;
	border: 2px solid #B3B3B3;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url(../images/royalboch/cart.png);
	background-position: 13px 28px;
	margin: 0px;
	padding-bottom: 11px;
	padding-left: 100px;
	background-repeat: no-repeat;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
.block-cart .block-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	color: #B3B3B3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.block-cart .block-content .amount {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.block-cart .block-content .amount a {}
.block-cart .block-content .subtotal {
	font-size: 13px;
	color: #999999;
}
.block-cart .block-content .subtotal .label {
	text-transform: uppercase;
	float: left;
}
.block-cart .block-content .subtotal .subtotal_price {
	font-size: 18px;
	font-weight: bold;
	float: right;
}
.block-cart .block-content .subtotal .total_price {
	font-weight: bold;
	float: right;
}
.block-cart .actions {
	padding-top: 13px;
}
.block-cart .button {
	background-image: url(../images/royalboch/btn_cart_insc.png);
	background-color: #F7F7F7;
}
.block-cart .button:hover {
	background-image: url(../images/royalboch/btn_cart_insc_hov.png);
}
.block-cart .button span {
	background-image: url(../images/royalboch/btn_cart_insc.png);
	text-transform: uppercase;
	color:#235F9D;
}
.block-cart .button:hover span {
	background-image: url(../images/royalboch/btn_cart_insc_hov.png);
}

.cart_items {
	padding-top: 20px;
}
.cart_items h3 {
	font-size: 12px;
	color: #231F20;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.cart_items .mini-products-list li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.cart_items .mini-products-list .product-image {
	float:left;
	width:70px;
	padding:0px;
	margin-right:20px;
	height: 70px;
}
.cart_items .mini-products-list .product-details {
	width: 127px;
	float: left;
	font-size: 15px;
	color: #999999;
	line-height: 18px;
}
.cart_items .mini-products-list .product-details .price {
	font-weight: bold;
}
.cart_items .mini-products-list .product-details h4 {
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding: 0px;
	line-height: 15px;
}
.cart_items .mini-products-list .btn-remove {
	float:right;
	background-image: url(../images/royalboch/btn_del.png);
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
}
.cart_items .mini-products-list .truncated {
	font-size: 13px;
	padding-top: 5px;
}

/* Block: Wishlist */
.block-wishlist {
	border: 1px solid #E2E2E2;
	font-size: 13px;
}
.block-wishlist .block-title {
	background-color: #B3B3B3;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 7px;
}
.block-wishlist .block-title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	color: #FFFFFF;
}
.block-wishlist .block-title h2 a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.block-wishlist h3 {
	border-bottom:1px solid #E6E6E6;
	color:#231F20;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	text-transform:uppercase;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
}
.block-wishlist li {
	padding:10px 10px 10px 0;
}
.block-wishlist li.even {
	background-color: #F2F2F2;
}
.block-wishlist .product-image {
	float:left;
	height:70px;
	margin-right:20px;
	padding:0;
	width:70px;
	display: block;
}
.block-wishlist .product-details {
	color:#999999;
	float:left;
	font-size:15px;
	line-height:18px;
	width:127px;
}
.block-wishlist .btn_remove {
	display: block;
	float: right;
	height: 17px;
	width: 17px;
	background-image: url(../images/royalboch/btn_del.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
.block-wishlist h4 {
	font-size:13px;
	font-weight:normal;
	line-height:15px;
	margin:0;
	padding:0;
}
.block-wishlist .wish_add_cart {
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
}
.block-wishlist .actions {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
.block-wishlist .actions a {
	text-decoration: underline;
}

/* Block: Related */
.block-related {
	border: 1px solid #E2E2E2;
	font-size: 13px;
}
.block-related .block-title {
	background-color: #7C7C7C;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 7px;
}
.block-related .block-title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	color: #FFFFFF;
}
.block-related li { padding:10px 10px 10px 0; }
.block-related input.checkbox {
	float:left;
	margin-left:5px;
	margin-top: 7px;
}
.block-related .item {  }
.block-related .item .product-image { float:left; margin-right:-85px; }
.block-related .item .product-details { margin-left:85px; }
.block-related li.even {
	background-color: #F2F2F2;
}
.block-related .ss_item {
	float:left;
	margin-left:5px;
	width: 235px;
}
.block-related p {
	padding-right: 5px;
	padding-left: 5px;
}

/* Block: Compare Products */
.block-compare {
	border: 1px solid #E2E2E2;
	font-size: 13px;
}
.block-compare .block-title {
	background-color: #B3B3B3;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin-bottom: 7px;
}
.block-compare .block-title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	color: #FFFFFF;
}
.block-compare .block-content p {
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 6px;
}
.block-compare li {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 25px;
	line-height: 15px;
}
.block-compare li.even {
	background-color: #F2F2F2;
}
.block-compare li .label {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.block-compare li .remove {
	background-image: url(../images/royalboch/btn_del.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 17px;
	width: 17px;
	text-indent: -9999px;
}

.block-compare .actions {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.block-compare .actions a {
	text-transform: lowercase;
	text-decoration: underline;
	float: right;
}
.block-compare .button {
	float: left;
}
.block-compare .button span {
	text-transform: uppercase;
	color: #235F9D;
}

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

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

/* Block: Checkout Progress */
.block-progress {
	border: 1px solid #E2E2E2;
}
.block-progress .block-title {
	padding-bottom: 7px;
}
.block-progress .block-title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B3B3B3;
	margin: 0px;
	padding: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
.block-progress dt {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #231F20;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
.block-progress dt.last {
	border-bottom: none;
}
.block-progress dt.complete {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96979A;
}
.block-progress dd {
	padding-right: 28px;
	padding-left: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96979A;
	padding-top: 2px;
	padding-bottom: 14px;
}
.block-progress dt.complete { background-color:#EAEAEA; }
.block-progress dd.complete {
	background-color: #F2F2F2;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {}
.category-title h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	color: #B3B3B3;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid {
	width:600px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td {
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	width: 135px;
	border-bottom: solid 1px #EBEBEB;
	padding-top: 20px;
}
.products-grid .first td {
	padding-top: 0px;
}
.products-grid tr.last td {
	padding-bottom: 0px;
	border: none;
}
.products-grid td.last {
	padding-right: 0px;
}
.products-grid td.empty {}

.products-grid .product-image {
	display: block;
	margin: 0px;
	height: 121px;
	width: 135px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.products-grid .product-name {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.products-grid .product-name a {
	color: #231F20;
}
.products-grid .price-box {
	color: #999999;
	padding-top: 2px;
	padding-bottom: 4px;
}
.products-grid .add-to-links {
	font-size: 13px;
	text-transform: lowercase;
	text-decoration: underline;
	padding: 5px 0 0 0;
}
.products-grid .add-to-links a {
	text-decoration: underline;
}
.products-grid .price-label {
	color: #231F20;
}
/* View Type: List */
.products-list {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	font-size: 13px;
}
.products-list li.item {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 602px;
}
.products-list .product-image {
	float:left;
	height: 121px;
	width: 121px;
}
.products-list .product-shop { float:right; width:430px; }
.products-list .product-name {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.products-list .product-name a {
	color: #231F20;
}
.products-list .price-box {
	color: #999999;
}
.products-list .price-label {
	color: #231F20;
}
.products-list .add-to-links {
	font-size: 13px;
	text-transform: lowercase;
}
.products-list .add-to-links a {
	text-decoration: underline;
}
.products-list .add-to-links li {
	display: inline;
	padding-right: 32px;
}
.products-list .add-to-links li.last {
	padding-right: 0px;
}
.products-list .desc {
	padding-top: 25px;
	font-size: 13px;
	color: #231F20;
	margin: 0px;
	line-height: 21px;
}
.products-list .desc a.lnk_more {
	display: block;
	text-decoration: underline;
	padding-top: 9px;
}
.products-list .product-shop p.product-btn {
	height: 25px;
	overflow: hidden;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-essential {}
.product-collateral {}

.product-view {
	color: #231F20;
	font-size: 13px;
}
.product-view .price-box {
	padding-bottom: 19px;
}
.product-view .add-to-cart {
	float: none;
	width: 100%;
}
.product-view .add-to-cart button.button {
	float: right;
}
.product-view .add-to-links {
	padding-top: 10px;
	padding-bottom: 25px;
}
.product-view .add-to-links li {
	padding-right: 10px;
	display: inline;
}
.product-view .add-to-links a {
	text-transform: lowercase;
	text-decoration: underline;
}

/* Product Images */
.product-view .product-img-box { float:left; width:302px; }
.product-view #product-view-images-galerie {}
.product-view #product-view-images-galerie .photolinkleft {
	display: none;
}
.product-view #product-view-images-galerie .photolinkright {
	display: none;
}
.product-view #product-view-images-galerie .titlebox {
	display: none;
}
.product-view #product-view-images-galerie .descbox {
	display: none;
}
.product-view #product-view-images-galerie .txtback {
	display: none;
}
.product-view #product-view-images-galerie .photoThumbLeft {
	display: block;
	background-image: url(../images/royalboch/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 70px;
	width: 9px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-view #product-view-images-galerie .photoThumbRight {
	display: block;
	background-image: url(../images/royalboch/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 70px;
	width: 9px;
	padding-left: 5px;
	margin-top: 10px;
}
.product-view #product-view-images-galerie .photoThumbCache {
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.product-view #product-view-images-galerie .photoThumbGal {
	margin: 0px;
	padding: 0px;
}
.product-view #product-view-images-galerie .thumbbox {
	margin-right: 2px;
	margin-left: 2px;
}
.product-view #product-view-images-galerie .thumbImg {}


/* Product Shop */
.product-view .product-shop { float:right; width:298px; }
.product-view .product-name {}
.product-view .product-name h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	color: #B3B3B3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.product-view .short-description {
	font-size: 14px;
	color: #231F20;
}
.product-view .short-description h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B3B3B3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	font-weight: normal;
}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {
	font-weight: bold;
}
.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { font-weight:normal; color:#f00; }
.products-list .availability,
.products-grid .availability {
	padding-bottom: 2px;
	padding-left: 14px;
}

/* Unit price */
.price_unit {
	font-weight: normal;
	display: block;
}
.price_unit span {
	font-weight: normal;
}

.products-grid .price_unit {
	display: none;
}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price-label {
	font-weight: bold;
}
.price-box .price { font-weight:normal; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price {
}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { 
	font-weight:normal;
	color: #323031;
	text-decoration:line-through; 
}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

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

/* Including tax */
.price-including-tax { display:block; line-height:22px; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {
	font-weight:bold;
	font-size: 18px;
	color: #323031;
}

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options {
	margin:0px;
	background-color:#F2F2F2;
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
}
.product-options dt label {
	font-weight:normal;
	font-size: 14px;
	color: #828282;
}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
}
.product-options dl.last dd.last {
	margin-bottom: 0;
}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.product-options-bottom {
	padding-top: 18px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {
	font-size: 14px;
	color: #231F20;
	padding-bottom: 40px;
}
.product-view .description h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B3B3B3;
	font-weight: normal;
	border: 1px solid #EBEBEB;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}
.product-view .description .std {
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 30px;
}
/* Block: Additional */
.product-view .additional {}
.product-view .additional p {
	margin: 0px;
	padding: 0px;
}
.product-view .additional p .label {
	font-weight: bold;
}
.product-view .additional p .value {
	font-weight: normal;
}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

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

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
/*.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}*/
.cart .blc_left_cart {
	float: left;
	width: 570px;
}
.cart .shipping {
	float: left;
	width: 290px;
}
.cart .discount {
	float: right;
	width: 250px;
	margin-left: 24px;
}
.cart .discount,
.cart .shipping {
	border: 1px solid #E2E2E2;
}
.cart .discount h3,
.cart .shipping h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-color: #B3B3B3;
}
.cart .discount fieldset,
.cart .shipping fieldset {
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.cart .discount label,
.cart .shipping p {
	font-weight: bold;
	color: #231F20;
	line-height: 15px;
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
.cart .shipping .form-list {}
.cart .shipping .form-list li {
	padding-bottom: 12px;
}
.cart .shipping .form-list li label {
	font-size: 13px;
	color: #4D4D4D;
}
.cart .shipping .buttons-set {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
.cart .shipping .buttons-set button.button {
	float: none;
}
.cart .discount button.button {
	margin-top: 12px;
}

/* Shopping Cart Totals */
.cart .totals {
	float:right;
	width: 318px;
}
.cart .totals table {
	width:100%;
	font-size: 13px;
	color: #231F20;
}
.cart .totals table td {
	text-align: right !important;
}
.cart .totals table th {
	text-align: left !important;
}
.cart .totals table tfoot {}
.cart .totals table tfoot td {
	font-size: 18px;
	font-weight: bold;
}
.cart .totals table tfoot th {
	font-size: 18px;
	font-weight: bold;
}
.cart .totals .checkout-types {
	padding-top: 12px;
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	width: 100%;
}
.cart .totals .checkout-types li.ship {
	float: left;
}
.cart .totals .checkout-types li.btn {
	float: right;
}
.cart .totals .checkout-types li a {
	text-decoration: underline;
}

/* Options Tool Tip */
.item-options {
	line-height: 15px;
}
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; }
.opc li.section {}
.opc .step-title {
	border:1px solid #96979A;
	background-color:#FFF;
	text-align:right;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.opc .step-title .number {
	float:left;
	line-height:19px;
	margin-right:12px;
	font-size: 14px;
	color: #4D4D4D;
	display: block;
	height: 19px;
	width: 19px;
	background-color: #EAEAEA;
	text-align: center;
	overflow: hidden;
	border: 1px solid #96979A;
}
.opc .step-title h3 {
	float:left;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#EAEAEA; cursor:default; }
.opc .active .step-title .number { background-color:#FFFFFF; }
.opc .active .step-title h3 {
	color: #4D4D4D;
}
.opc .step {
	position:relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.opc #checkout-step-review {
	padding-left: 0px;	
	padding-right: 0px;
}
/*.opc .order-review .data-table,*/
.opc .order-review {
	width: 597px;
}
.opc .order-review .data-table th {
	white-space: normal;
}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .buttons-set {
	padding-bottom: 15px;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */








/* Footer ================================================================================ */
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 11px;
}
.footer .foot_top {
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.footer .foot_mnu {
	float: left;
	width: 600px;
}
.footer .foot_newsletter {
	float: left;
}
.footer .adresse {
	float: right;
}

.footer .foot_mnu ul {
	float: left;
	padding-top: 17px;
}
.footer .foot_mnu ul li {
	float: left;
	line-height: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #323031;
	padding-right: 13px;
	font-size: 13px;
}
.footer .foot_mnu ul.links li {
	padding-left: 13px;
}
.footer .foot_mnu ul li.last {
	border: none;
	padding-right: 0px;
}
.footer .foot_mnu ul li a {
	color: #323031;
}

.footer .adresse h4 {
	color: #666666;
	font-size: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: normal;
}
.footer .adresse p {
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.footer .adresse p strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
.footer .foot_newsletter .block-subscribe {
	padding-top: 23px;
}
.footer .foot_newsletter .input-box {
	float: left;
	padding-right: 9px;
}
.footer .foot_newsletter .input-text {
	font-size: 13px;
	color: #A6A6A6;
	border: 1px solid #B3B3B3;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	height: 15px;
	width: 250px;
}
.footer .foot_newsletter .button {
	float: left;
}

.footer .foot_middle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	height: 21px;
	overflow: hidden;
}
.footer .foot_nd_mnu {
	float: left;
}
.footer .card_ico {
	float: right;
}

.footer .foot_nd_mnu ul {}
.footer .foot_nd_mnu ul li {
	float: left;
	line-height: 21px;
	padding-right: 13px;
	font-size: 13px;
}
.footer .foot_nd_mnu ul li a {
	color: #323031;
}

.footer .foot_bot {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .foot_bot p.foot_copy {
	color: #B3B3B3;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	float: right;
}
.footer .foot_bot p.foot_copy a {color: #B3B3B3;}

.footer .foot_bot p.foot_support {
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	float: left;
}
.footer .foot_bot p.foot_support a {color: #666666;}


/* ======================================================================================= */

/* Contact ======================================================================================= */
.contact {}
.contact h3 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	border: 1px solid #EBEBEB;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 9px;
	padding-left: 14px;
}
.contact .form-list {
	padding-right: 0px;
	padding-left: 28px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.contact p.required {
	padding-left: 29px;
}
.contact .contact_adres {
	margin-left: 29px;
	width: 570px;
	margin-top: 25px;
	color: #333333;
}
.contact .contact_adres td {
	vertical-align: top;
}
/*.contact .contact_adres {
	padding-left: 29px;
	width: 255px;
	float: left;
	padding-top: 25px;
	color: #333333;
}
.contact .contact-map {
	float: right;
	width: 287px;
	padding-top: 25px;
}*/

.contact .contact_adres .ad_blc {
	padding-bottom: 20px;
}
.contact .contact_adres h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.contact .contact_adres h4 span {
	font-weight: normal;
}
.contact .contact_adres p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.contact .contact_adres .label {
	font-weight: bold;
}

/* ======================================================================================= */

/* COMPARE ======================================================================================= */
#product_comparison {}
#product_comparison td,
#product_comparison th {
	border: 1px solid #E6E6E6;
}
#product_comparison th {
	width: 126px;
	color: #202020;
	padding: 14px;
}
#product_comparison td {
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

#product_comparison thead th,
#product_comparison thead td {
	border-bottom: none;
}
#product_comparison tbody tr.first th,
#product_comparison tbody tr.first td {
	border-top: none;
}
#product_comparison th.label,
#product_comparison td.label {
	background: none;
}
#product_comparison thead td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#product_comparison .even button.button {
	background-image: url(../images/royalboch/btn_even_insc.png);
	background-color: #F2F2F2;
}
#product_comparison .even button.button:hover {
	background-image: url(../images/royalboch/btn_even_insc_hov.png);
}
#product_comparison .even button.button span {
	background-image: url(../images/royalboch/btn_even_insc.png);
}
#product_comparison .even button.button:hover span {
	background-image: url(../images/royalboch/btn_even_insc_hov.png);
}

/* ======================================================================================= */
/* CHECKOUT PAGE ======================================================================================= */
#checkout-review-table {}
#checkout-review-table td {
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#checkout-review-table .cart-price {
}
#checkout-review-table tfoot td {
	border: none;
}
#checkout-review-table tfoot th {
	padding-top: 8px;
	padding-bottom: 8px;
}
/* ======================================================================================= */

/* Categories index ====================================================================== */
.category-boerenbont,
.category-kitchen,
.royal-art-collection,
.category-royal-classic-collection,
.category-royal-retro-collection,
.category-royal-studio-collection,
.category-multiple-bowls,
.category-royal-art-collection {}

.category-boerenbont .block-layered-nav-noresult,
.category-kitchen .block-layered-nav-noresult,
.royal-art-collection .block-layered-nav-noresult,
.category-royal-classic-collection .block-layered-nav-noresult,
.category-royal-retro-collection .block-layered-nav-noresult,
.category-royal-studio-collection .block-layered-nav-noresult,
.category-multiple-bowls .block-layered-nav-noresult,
.category-royal-art-collection .block-layered-nav-noresult {
	display: none;
}

.category-boerenbont .category-products-noresult,
.category-kitchen .category-products-noresult,
.royal-art-collection .category-products-noresult,
.category-royal-classic-collection .category-products-noresult,
.category-royal-retro-collection .category-products-noresult,
.category-royal-studio-collection .category-products-noresult,
.category-multiple-bowls .category-products-noresult,
.category-royal-art-collection .category-products-noresult {
	display: none;
}

.category-boerenbont .note-msg,
.category-kitchen .note-msg,
.royal-art-collection .note-msg,
.category-royal-classic-collection .note-msg,
.category-royal-retro-collection .note-msg,
.category-royal-studio-collection .note-msg,
.category-multiple-bowls .note-msg,
.category-royal-art-collection .note-msg {
	display: none;
}

.type_mnu_blc {
	border: 1px solid #E6E6E6;
	margin-top: 9px;
	margin-bottom: 30px;
}
.type_mnu,
.type_mnu li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.type_mnu {
}
.type_mnu li {
	float: left;
}
.type_mnu a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	white-space: nowrap;
}
.type_mnu a:hover {
	color: #999999;
}

.cat_list,
.cat_list li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.cat_list li {
	float: left;
}
.cat_list a {
	width: 126px;
	display: block;
	color: #828282;
	height: 200px;
	padding-right: 11px;
	padding-left: 11px;
	cursor: pointer;
	padding-bottom: 18px;
	border-bottom: solid 1px #C6C6C6;
	margin-bottom: 18px;
}
.cat_list a:hover {
	text-decoration: none;
}
.cat_list .firstL a {}
.cat_list .cat_img {
	display: block;
	height: 126px;
	width: 126px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E5E5E5;
}
.cat_list .cat_name {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 7px;
	height: 67px;
	background-color: #E5E5E5;
}
.cat_list a:hover .cat_img,
.cat_list a:hover .cat_name {
	color: #FFF;
	background-color: #B3B3B3;
}
/* ======================================================================================= */

/*Tab fiche produit*/
.tab_padder {
	width: 296px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	height: 30px;
}
.tabs {}
.tabs li {
	float: left;
	background-color: #B0B0B0;
	width: 50%;
	line-height: 30px;
	height: 30px;
	text-align: center;
}
.tabs li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
}
.tabs li a:hover {
	text-decoration: none;
	background-color: #9D9D9D;
}
.tabs li.active {
	background-color: #FFFFFF;
}
.tabs li.active a {
	color: #B3B3B3;
}
.tabs li.active a:hover {
	background-color: #FFFFFF;
	color: #9F9F9F;
}

.padder {
	margin: 0px;
	width: 255px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.padder .qty {
}

.padder label {
	font-size: 13px;
	color: #999999;
}
/*Print*/
.print-head h1.logo {
	padding-bottom: 10px;
}
.print-head h1.logo img {
	float: none;
}
#shopping-cart-table .notice {
	color: #C00;
}