html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: yorkten_norm_booknorm_book, "Lucida Grande", Arial, Helvetica, sans-serif; /* rms: added webfonts */
	-webkit-font-smoothing: antialiased; /* rms font smoothing for Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* rms font smoothing for Firefox */
	margin: 0px;
	padding: 0px;
	line-height: 1.125rem; /* rms = 18px */
}
body, td, th, input, textarea, select, a {
	font-size: 0.875rem; /* rms: = 14px; was 12px */
	letter-spacing: 0.02em; /* rms */
}
h1, .welcome {
	/* color: #636E75; */
	font: Verdana;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.9375rem; /* rms: was 32px; = 31px */
	font-weight: normal;
	/* text-shadow: 0 0 1px rgba(0, 0, 0, .01); */
	font-family: yorkten_norm_deminorm_demi,"Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 0.01rem; /* rms */
	font-weight: normal;
	line-height: 2.25rem; /* rms = 36px */
}
h1 span { /* rms:  */
	white-space:nowrap;
	font-family: yorkten_norm_lightnorm_light,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.875rem; /* rms = 30px */
	letter-spacing: -0.04rem;
}
h1.category { /* rms */
	font-size: 2.625rem; /* rms = 42px */
	line-height: 2.625rem; /* rms = 42px */
}
p + h1 { /* rms: nur FAQ */
    margin-top: 30px;
}
h2 {
	color: #000000;
	font-size: 1.0625rem; /* rms: was 16px */
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-weight: normal; /* rms */
	letter-spacing: 0.01em; /* rms */
	line-height: 1.25rem; /* rms */
}
p {
	margin-top: 0px;
	margin-bottom: 1.125rem; /* rms: was 20px */
	/* line-height: 1.125rem; rms = 18px */
}
a, a:visited, a b {
	color: #76c100; /* rms: was #38B0E3; #88c922 */
	text-decoration: none; /* rms: was underline */
	cursor: pointer;
}
b, strong { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	/* color: #000; rms: deaktiviert wegen search menu */
}
a:hover {
	text-decoration: underline; /* rms: was none */
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 3px 6px; /* rms: was 3px */
	margin-left: 0px;
	margin-right: 0px;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-size: 1.0625rem; /* rms */
	width: 360px; /* rms */
}
input[type='text']:focus, input[type='password']:focus, textarea:focus { /* rms */
	background: #e7f7fe;
}
select {
	background: #fff; /* rms: was #F8F8F8 */
	border: 1px solid #CCCCCC;
	padding: 0px 18px 0px 3px; /* rms: was 2px */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 0.03em;
	background-image: url("../image/rps_select_arrow.gif");
	background-position: right 6px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
label {
	cursor: pointer;
}

/* rms: input placeholder text. For all input fields */
/* source: stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}

input.large-field::placeholder { /* rms: placeholder on forms */
	font-size: 0.875rem;
}
input.large-field::-webkit-input-placeholder {
	font-size: 0.875rem;
}
input.large-field::-moz-placeholder {
	font-size: 0.875rem;
}
input.large-field:-ms-input-placeholder {
	font-size: 0.875rem;
}
.content input::placeholder { /* rms: placeholder on create account */
	font-size: 0.875rem;
}
.content input::-webkit-input-placeholder {
	font-size: 0.875rem;
}
.content input::-moz-placeholder {
	font-size: 0.875rem;
}
.content input:-ms-input-placeholder {
	font-size: 0.875rem;
}
/* rms: end */

/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 20px; /* rms */
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 200px; /* rms: was 400px */
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 200px; /* rms: was 195 */
}
#column-right + #content {
	margin-right: 200px; /* rms: was 195 */
}
/* header */
#header {
	height: 130px; /* rms: war 90 */
	margin-bottom: 0px; /* rms: was 7px */
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	background: url('../image/rps_header_background.gif') repeat-x; /* rms */
}
#header #logo {
	position: absolute;
	top: 0px; /* rms: was 25 */
	left: 0px; /* rms: was 15 */
}

#content ul { /* rms */
	margin-top: 0px;
	list-style: none;
}
/* #content .review .product_rating_list ul { rms
border-bottom: 1px solid #e5e5e5;
padding-bottom: 12px;
} */
#language {
	position: absolute;
	top: 6px; /* rms: was 15 */
	left: 450px; /* rms: was 230 */
	width: 150px; /* rms: was 80 */
	color: #ccc; /* rms: #999 */
	line-height: 17px;
	letter-spacing: 0.02em; /* rms */
}

/* rms: eigene formatierung f¸r language dropdown 
nur zusammen mit extension "Dropdown Language/Currency"
*/
#language select {
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased; /* rms fonr smoothing for Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* rms fonr smoothing for Firefox */
	letter-spacing: 0.03em; /* rms */
	background-color: rgba(0, 0, 0, 0.0);
	color: #fff;
	border: none; /* rms: was 1px solid #CCC */
	padding: 0px 3px 0px 0px; /* rms: was 2px */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background-image: url("../image/rps_header_select_arrow.gif");
	background-position: right;
	background-repeat: no-repeat; */
	cursor: pointer;
	background-image: none; /* rms */
}
#language select option { /* rms: color for dropdown options */
	color: #000;
}
/* rms: end */

#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	position: absolute;
	top: 6px; /* rms: was 15 */
	left: 620px; /* rms: was ? */
	width: 220px; /* rms: was 80 */
	color: #ccc; /* rms: was #999 */
	line-height: 17px;
	letter-spacing: 0.02em; /* rms */
	z-index: 3000; /* rms: must be above cart and searchbox */
}

/* rms: eigene formatierung f¸r currency dropdown 
nur zusammen mit extension "Dropdown Language/Currency"
*/
#currency select {
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased; /* rms fonr smoothing for Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* rms fonr smoothing for Firefox */
	letter-spacing: 0.03em; /* rms */
	background-color: rgba(0, 0, 0, 0.0);
	color: #fff;
	border: none; /* rms: was 1px solid #CCC */
	padding: 0px 3px 0px 0px; /* rms: was 2px */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background-image: url("../image/rps_header_select_arrow.gif");
	background-position: right;
	background-repeat: no-repeat; */
	cursor: pointer;
	background-image: none; /* rms */
}
#currency select option { /* rms: color for dropdown options */
	color: #000;
}
/* rms: end */

#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 0px; /* rms: was 145px */
	z-index: 2000; /* rms: was 9; must be above searchbox */
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	/* margin-right: 172px; */
	margin-top: 8px;
	padding-left: 15px; /* rms: was 14px */
	padding-right: 15px; /* rms: was 14px */
	/* border-top: 1px solid #FFFFFF; */
	/* border-left: 1px solid #FFFFFF; */
	/* border-right: 1px solid #EEEEEE; */
	/* background: #FFF; */
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #fff; /* rms: was #cccccc */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased; /* rms fonr smoothing for Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* rms fonr smoothing for Firefox */
	font-size: 18px; /* rms: was 15px */
	font-weight: normal; /* rms: was bold */
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: right; /* rms */
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat; */
	/* padding-right: 15px; */
	color: #ccc; /* rms */
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -2px;
	padding: 5px 10px 10px; /* rms: was 8px */
	min-height: 120px; /* rms: was 150px */
	border-top: 0px solid #e5e5e5; /* rms: was 1px solid #EEEEEE 2a7a28 */
	border-left: 0px solid #e5e5e5; /* rms: was 1px solid #EEEEEE */
	border-right: 0px solid #e5e5e5; /* rms: was 1px solid #EEEEEE */
	border-bottom: 0px solid #e5e5e5; /* rms: was 1px solid #EEEEEE */
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms: was  0px 2px 2px #DDDDDD */
	-moz-box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms: was  0px 2px 2px #DDDDDD */
	box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms: was  0px 2px 2px #DDDDDD */
	background: rgba(255, 255, 255, 0.97); /* rms: was #FFF */
}
#header #cart.active .heading {
	margin-top: 8px;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	/* border-top: 1px solid #EEEEEE; */
	/* border-left: 1px solid #EEEEEE; */
	/* border-right: 1px solid #EEEEEE; */
	/* -webkit-border-radius: 7px 7px 0px 0px; */
	/* -moz-border-radius: 7px 7px 0px 0px; */
	/* -khtml-border-radius: 7px 7px 0px 0px; */
	/* border-radius: 7px 7px 0px 0px; */
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 2px; /* rms; was 10px 5px */
	border-bottom: 1px solid #e5e5e5;
}
.mini-cart-info .image {
	width: 1px;
	display:none; /* rms: don NOT display image */
}
.mini-cart-info .image img {
	border: 3px solid #FFF; /* rms: was 1px solid #EEE */
	text-align: left;
}

/* rms: format item names */
.mini-cart-info .name a {
	color: #000;
}
.mini-cart-info .name a:hover {
	color: #76c100;
}
.mini-cart-info .name div {
	color: #999; /* rms: was #666 */
	display:none; /* rms: don NOT display SIZE and QUNATITY */
}
.mini-cart-info .name small {
	font-size: 0.875rem; /* rms */
}
/* rms: end */

.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	-webkit-font-smoothing: antialiased; /* rms fonr smoothing for Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* rms fonr smoothing for Firefox */
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total td.right span { /* rms: hide "Display Order Totals With Tax" in cart preview  */
	display: none;
}

.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 18px; /* rms */
}
.mini-cart-total td {
	color: #000;
	padding: 2px;
	vertical-align: top; /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
.mini-cart-total td b { /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-weight: normal;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin-right: 20px; /* rms */
}
#header #cart .empty {
	padding-top: 60px; /* rms: was 50px */
	text-align: center;
}

/* search  */
#header #search {
	position: absolute;
	top: 89px; /* rms: war 15 */
	left: 195px; /* rms: war right 0px */
	width: 590px; /* rms: war 298 */
	z-index: 15;
}
#header .button-search {
	position: absolute;
	right: 0px; /* rms: war left: 0px */
	background: #fff url('../image/button-search_rps.gif') center center no-repeat; /* rms: war url('../image/button-search.png') center center no-repeat; */
	width: 36px; /* rms: war 28px */
	height: 32px; /* rms: war 24px */
	border-left: 1px solid #e5e5e5; /* rms: war border-right: 1px solid #CCCCCC; */
	cursor: pointer;
	/* rms: hide inset shadow  */
	margin-top: 0px; /* rms */
	-webkit-border-radius: 0px 5px 5px 0px; /* rms */
	-moz-border-radius: 0px 5px 5px 0px; /* rms */
	-khtml-border-radius: 0px 5px 5px 0px; /* rms */
	border-radius: 0px 5px 5px 0px; /* rms */
	/* rms: end */
}
#header #search input {
	background: #FFF;
	padding: 2px 45px 0px 12px; /* rms: war 1px 1px 1px 33px; */
	width: 533px; /* rms: war 262 */
	height: 30px; /* rms: war 21 */
	border: 0px;
	-webkit-border-radius: 5px; /* rms: war 3px 3px 3px 3px */
	-moz-border-radius: 5px; /* rms: war 3px 3px 3px 3px */
	-khtml-border-radius: 5px; /* rms: war 3px 3px 3px 3px */
	border-radius: 5px; /* rms: war 3px 3px 3px 3px */
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 6px inset; /* rms: war 0px 2px 0px #F0F0F0; */
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 6px inset; /* rms: war 0px 2px 0px #F0F0F0; */
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 6px inset; /* rms: war 0px 2px 0px #F0F0F0; */
	font-size: 18px; /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	letter-spacing: 0.02em; /* rms */
}
#header #welcomecontainer {
	position: absolute;
	top: 58px;
	z-index: 5;
	width: 800px;
	right: 15px;
}
#header #welcome {
	/* position: absolute; */
	/* top: 58px; / rms: was 47px */
	/* right: 350px; / rms: was 0px */
	/* z-index: 5; */
	/* width: 400px; */
	text-align: right;
	color: #000; /* rms: was #999 */
	letter-spacing: 0.03em; /* rms: 0.3 wegen schraffur */
	float: right; /* rms */
}
#header #welcome a { /* rms: format links */
	color: #000; /* rms */
	padding: 0px 7px 0px 0px;
	border-right: 1px solid #000;
	margin-right: 7px;
}
#header .links {
	display: block; /* rms */
	float: right; /* rms */
	/* position: absolute; */
	/* right: 15px; / rms: was 15px */
	/* top: 58px; / rms: was bottom: 3px */
	/* font-size: 10px; */
	/* padding-right: 10px; */
}
#header #welcome a:hover, #header .links  a:hover { /* rms */
	color: #76c100;
}
#header .links a {
	float: left;
	display: block;
	/* padding: 0px 0px 0px 7px; */
	color: #000; /* rms */
	/* text-decoration: none; */
	/* border-left: 1px solid #000; */
	/* font-size: 12px; */
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #000;
	padding: 0px 0px 0px 7px;
}

/* menu */
#menu {
	/* background: #585858;
	border-bottom: 1px solid #000000; */
	height: 28px; /* rms: was 37px */
	margin-bottom: 25px;
	/* -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD; */
	padding: 0px 5px; /* rms: was 0px 5px */
	background: transparent url("../image/rps_menu_background.gif") repeat-x scroll 0% 0%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: justify; /* rms: "well spread menu" */
}
#menu > ul > li {
	position: relative;
	/* float: left; rms: "well spread menu" */
	z-index: 20;
	/* padding: 6px 5px 5px 0px; */
	display: inline-block; /* rms: "well spread menu" */
}
#line { /* rms: "well spread menu" */
    padding-left: 100%;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 1.125rem; /* rms: was 13px */
	color: #000; /* rms: was #FFF */
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 9px 8px; /* rms: was 6px 10px 6px 10px */
	margin-bottom: 0px; /* rms: was 5px */
	z-index: 6;
	position: relative;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
html[lang|="de"] #menu > ul > li > a { /* rms: typo for german */
	font-size: 1rem;
	padding: 6px 7px 8px; /* rms: was 6px 10px 6px 10px */
}
html[lang|="es"] #menu > ul > li > a { /* rms: typo for spanish */
	font-size: 1rem;
}
html[lang|="fr"] #menu > ul > li > a { /* rms: typo for french */
	font-size: 1rem;
	padding: 6px 4px 8px;
}
#menu > ul > li:hover > a {
	-webkit-border-radius: 7px 7px 0px 0px; /* rms: was 5px */
	-moz-border-radius: 7px 7px 0px 0px; /* rms: was 5px */
	-khtml-border-radius: 7px 7px 0px 0px; /* rms: was 5px */
	border-radius: 7px 7px 0px 0px; /* rms: was 5px */
	background: rgba(230, 230, 230, 0.95); /* rms: was #000000 */
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 6px 0px 8px; /* rms: seitlich muss 0px sein */
	border: 0px solid #e5e5e5;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	background: rgba(255, 255, 255, 0.97); /* rms: was url('../image/menu.png') */
	-webkit-box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms */
	-moz-box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms */
	box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, 0.3); /* rms */
	top: 28px; /* rms */
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul { /* rms: formatierung f¸r zus‰tzliche spalte */
	padding-left: 0px; /* rms: was 20px */
}
#menu > ul > li ul > li > a {
	text-decoration: none; 
	padding: 2px 6px;
	color: #000; /* rms: FFFFFF */
	display: block;
	white-space: nowrap;
	min-width: 100px; /* rms: was 120px */
}
#menu > ul > li:nth-child(1n) ul > li > a { /* rms: set A-Z dropdown to own width */
	min-width: 30px;
}
#menu > ul > li ul > li:hover > a { /* rms: moved :hover from "a" to "li" so parent categories stay higlighted */
	/* background: #000000; */
	/* background: rgba(0, 0, 0, 0.07); rms */
	text-decoration: underline; /* rms */
	color: #76c100; /* rms */
}
#menu > ul > li > div > ul > li > a {
	color: #000; /* rms: FFFFFF */
}
.breadcrumb, .breadcrumb a {
	color: #999; /* rms: was #CCCCCC */
	margin-bottom: 12px; /* rms: was 10px */
}
.success, .warning, .attention, .information {
	padding: 10px 15px; /* rms: was 10px 10px 10px 33px */
	margin-bottom: 15px;
	/* color: #555555; */
	/* -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
}
.success {
	background: rgba(136, 201, 34, 0.2); /* rms: was #EAF7D9 url('../image/success.png') 10px center no-repeat; */
	/* border: 7px solid #eee; rms: was 1px solid #BBDF8D */
	/* -webkit-border-radius: 7px; rms: was 5px 5px 5px 5px */
	/* -moz-border-radius: 7px; rms: was 5px 5px 5px 5px */
	/* -khtml-border-radius: 7px; rms: was 5px 5px 5px 5px */
	/* border-radius: 7px; rms: was 5px 5px 5px 5px */
}
.success span { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.warning {
	background: #fdd; /* rms: was #FFD1D1 url('../image/warning.png') 10px center no-repeat; */
	/* border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
}
.attention {
	background: #fffdcc; /* rms: was #FFF5CC url('../image/attention.png') 10px center no-repeat; */
	/* border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; */
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 5px; /* rms: was 4px */
	padding-right: 2px; /* rms: was 4px */
	cursor: pointer;
}
.required {
	color: #FF0000;
	/* font-weight: bold; */
}
.error {
	display: block;
	color: #FF0000;
	margin-bottom: 10px; /* rms */
	margin-top: -10px; /* rms */
}
#content .content table.form .error { /* rms only for Register Account */
	margin-bottom: 0px;
	margin-top: 0px;
}
.help {
	color: #999;
	font-size: 0.875rem; /* rms: was 10px */
	font-weight: normal;
	font-family: yorkten_norm_booknorm_book, "Lucida Grande", Arial, Helvetica, sans-serif; /* rms: was Verdana, Geneva, sans-serif; */
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 360px; /* rms: was 300px */
	margin-bottom: 10px; /* rms */
}
table.list {
	border-collapse: collapse;
	width: 100%;
	/* border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD; */
	margin-bottom: 30px; /* rms: was 20px */
}
table.list td {
	/* border-right: 1px solid #DDDDDD; */
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #fff; /* rms: was #EFEFEF */
	padding: 7px 5px 7px 0px; /* rms: was 0px 5px */
	color: #999; /* rms */
	font-weight: normal; /* rms */
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	/* padding: 0px 5px; */
	vertical-align: top; /* rms */
}
table.list .left {
	text-align: left;
	padding: 7px 5px 7px 0px; /* rms: was 7px */
}
table.list .right {
	text-align: right;
	padding: 7px;
	white-space: nowrap; /* rms */
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list tfoot td { /* rms */
	border-bottom: 0px solid #DDDDDD;
}
table.list tfoot .right { /* rms */
	padding: 6px 5px 0px 0px;
	vertical-align: top;
}
table.list tfoot .right b span { /* rms */
	font-size: 0.875rem !important;
	font-family: yorkten_norm_booknorm_book, "Lucida Grande", Arial, Helvetica, sans-serif;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 3px; /* rms: was 5px */
}
table.radio td label {
	display: block;
}

.order-info table.list thead td { /* rms */
	background-color: #fff;
	padding: 7px 5px 7px 0px;
	color: #999;
	font-weight: normal;
}
.order-info table.list td { /* rms */
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
}

#colorbox table.radio tr  { /* rms */
	border-bottom: 1px dashed #ddd;
}
#colorbox table.radio td { /* rms */
	padding: 7px 2px;
	vertical-align: text-top; /* rms: allign shipping methods */
}
#colorbox h2 { /* rms */
	margin-bottom: 0px;
}
#colorbox input.button { /* rms */
	float: right;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #eee; /* rms: was #F1FFDD */
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #e5e5e5; /* rms: was 1px solid #EEEEEE */
	padding-top: 24px; /* rms: was 8px */
	display: inline-block;
	width: 100%;
	margin-bottom: 25px; /* rms: was 10px */
	background: url("../image/rps_border.gif") repeat-x bottom border-box; /* rms */
	padding-bottom: 25px; /* rms */
}
div.order-list + div.pagination { /* rms */
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.pagination .links {
	/* float: left; */
	margin-bottom: 6px; /* rms */
}
.pagination .links a {
	display: inline-block;
	/* border: 1px solid #EEEEEE; */
	padding: 5px 9px; /* rms: was 4px 10px */
	text-decoration: none;
	color: #000; /* rms: was #A3A3A3 */
	font-size: 1.0625rem; /* rms */
}
.pagination .links a:hover { /* rms */
	background: #eee;
}
.pagination .links b {
	display: inline-block;
	/* border: 1px solid #269BC6; */
	padding: 5px 9px; /* rms: was 4px 10px */
	text-decoration: none;
	color: #fff; /* rms: was 269BC6 */
	background: #49bbf0; /* rms: was FFFFFF */
	font-weight: normal;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.0625rem; /* rms */
}
.pagination .results {
	/* float: right; */
	padding-top: 3px;
	margin-bottom: 10px;
	color: #999;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.0625rem; /* rms: was 12px */
	line-height: 12px;
	/* font-weight: bold; */
	background: #49bbf0;
	-webkit-border-radius: 13px; /* rms: was 7px 7px 7px 7px */
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	border-radius: 13px;
	/* -webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD; */
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 30px; /* rms: was 6px 12px 6px 12px */
}
input.button {
	margin: 0;
	border: 0;
	height: 25px;
	padding: 0px 30px; /* rms: was 0px 12px 0px 12px */
}
a.button:hover, input.button:hover {
	/* background-position: 0px -24px; */
	background: #3fa3d1; /* rms */
}
.buttons {
	background: #FFFFFF;
	/* border: 1px solid #EEEEEE; */
	overflow: auto;
	/* padding: 6px; */
	margin-bottom: 30px; /* rms: was 20px */
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* tabs */
.htabs {
	height: 31px; /* rms: was 30px */
	line-height: 18px; /* rms: was 16px */
	border-bottom: 1px solid #ccc; /* rms: was 1px solid #DDDDDD */
}
.htabs a {
	border-top: 1px solid rgba(255,255,255,0); /* rms: was 1px solid #DDDDDD */
	border-left: 1px solid rgba(255,255,255,0); /* rms: was 1px solid #DDDDDD */
	border-right: 1px solid rgba(255,255,255,0); /* rms: was 1px solid #DDDDDD */
	/* background: #FFFFFF url('../image/tab.png') repeat-x; */
	padding: 6px 17px 7px 17px; /* rms: was 7px 15px 6px 15px; */
	float: left;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 1.0625rem; /* rms: was ? */
	/* font-weight: bold; */
	text-align: center;
	text-decoration: none;
	color: #999; /* rms: was #000000 */
	margin-right: 2px;
	display: none;
	letter-spacing: 0.01rem; /* rms */
}
.htabs a:hover { /* rms */
	color: #000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
	border-top: 1px solid #ccc; /* rms */
	border-left: 1px solid #ccc; /* rms */
	border-right: 1px solid #ccc; /* rms */
	color: #000000; /* rms */
	cursor: default; /* rms */
}
.tab-content {
	/* border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	/* border-bottom: 1px solid #e5e5e5; rms: was 1px solid #DDDDDD */
	padding: 20px 0px 15px; /* rms: was 10px */
	margin-bottom: 15px; /* rms: was 20px */
	z-index: 2;
	overflow: auto;
	background: transparent url("../image/rps_border.gif") repeat-x scroll center bottom border-box; /* rms */
}
.row0 .tab-content { /* rms */
	background: none;
}
#tab-description div { /* rms */
	font-size: 1.0625rem; /* rms = 17px */
	line-height: 1.375rem; /* rms = 22px */
	letter-spacing: 0em;
	color: #333;
	padding-bottom: 20px; /* rms: some description tagged as p, some not */
}
#tab-description p { /* rms */
	margin-bottom: 0px; /* rms: some description tagged as p, some not */
}
#tab-description a.title { /* rms: links in text for tool tips (seo pack pro) */
	font-size: 1.0625rem; /* rms = 17px */
	color: #333;
	border-bottom: 1px dotted #ccc;
	cursor: help; /* rms */
}

/* box */
.box {
	margin-bottom: 18px; /* rms: was 20px */
	background: transparent url("../image/rps_border.gif") repeat-x scroll center bottom border-box; /* rms */
	padding-bottom: 15px; /* rms */
}
#column-left .box, #column-right .box { /* rms */
	padding-bottom: 35px;
	margin-bottom: 21px;
}
.box.lastViewedWrapper {  /* rms: last box in content */
	background: none;
	padding-bottom: 0px;
}
.box .box-heading {
	font-size: 1.0625rem;
	/* -webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	color: #333; */
}
.box .box-content {
	/* background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1; */
	padding-top: 10px; /* rms: was padding: 10px; */
}

#column-left .box .box-heading, #column-right .box .box-heading { /* rms */
	font-size: 0.875rem;
	color: #999;
	text-transform: uppercase;
}
#column-left .box .box-content, #column-right .box .box-content { /* rms */
	padding-top: 5px;
}
#column-left .box .box-content p, #column-right .box .box-content p { /* rms */
	margin-bottom: -3px;
	color: #333;
}
#column-left .box .box-content strong, #column-right .box .box-content strong { /* rms */
	color: #000;
	font-weight: normal;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}

.box .pagination { /* rms */
	background: none;
	padding-bottom: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: hidden; /* rms: was hidden */
}
.box-product > div {
	width: 180px; /* rms: was 130px */
	display: inline-block;
	vertical-align: top;
	margin-right: 16px; /* rms: was 20px */
	margin-bottom: 20px;
}

/* rms: every 4th image on product > related product */
.box-product > div:nth-child(4n) {
	margin-right: 0px;
}

/* rms: NOT every 4th BUT every 5th image on information > featured category */
.tab-content-wrapper .box-product > div:nth-child(4n) {
	margin-right: 16px;
}
.tab-content-wrapper .box-product > div:nth-child(5n) {
	margin-right: 0px;
}
/* rms end */

/* rms: NOT every 4th BUT every 5th image for "Advanced Product Display Module" > Display Type: Grid */
.box-product > div.rps-ocaapd:nth-child(4n) {
	margin-right: 16px;
}
.box-product > div.rps-ocaapd:nth-child(5n) {
	margin-right: 0px;
}
/* rms end */

.category_top .box-product > div.rps-ocaapd:nth-child(4n) { /* rms: ocaapd on category_top */
    margin-right: 0px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 2px; /* rms: was 0px */
}
.box-product .image img {
	padding: 0px;
	/* border: 1px solid #E7E7E7; */
	background: url('../image/rps_background.gif') repeat;
}
.box-product .name a {
	color: #000; /* rms: was #38B0E3 */
	/* font-weight: bold; */
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-size: 1.0625rem; /* rms = 17px */
	letter-spacing: 0.01em; /* rms */
	line-height: 1.25rem; /* rms */
}
.box-product .name a:hover { /* rms */
	color: #76c100;
	text-decoration: underline;
}
.box-product #ocaapd-list td:hover + td div.name a { /* rms: highlight name when mouse over img */
	color: #76c100;
	text-decoration: underline;
}
.box-product .name a span { /* rms: common names in related products module */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.box-product .price {
	display: block;
	font-weight: normal; /* rms: was bold */
	color: #000; /* rms: was #333333 */
	/* font-size: 1.0625rem; rms: was 12px */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	margin-bottom: 0px; /* rms: was 4px */
	line-height: 1.125rem; /* rms = 18px */
	margin-top: 6px; /* rms */
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin: 3px 0px 0px; /* rms: was margin-bottom: 4px; */
}

/* rms: Advanced Product Display Module > Best Sellers in This Category */
.box-product #ocaapd-list .image {
	display: block;
	margin: 0px 10px 0px 0px;
}
.box-product #ocaapd-list .name a {
	line-height: 1.25rem;
	margin-top: -3px;
}
.box-product #ocaapd-list p {
	margin-bottom: 0px;
	color: #333;
}
.box-product div:last-child #ocaapd-list {
	margin-bottom: 10px;
}
/* rms end */

/* rms: Advanced Product Display Module > Best Sellers (alle Module) */
table#ocaapd-list {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}
.box-product div:last-child table#ocaapd-list {
	border-bottom: 0px;
	padding-bottom: 0px;
}
/* rms end */

/* rms: Advanced Product Display Module > Category Top / Best Sellers */
/* rms: 2nd box is selected */
.category_top .box + .box .box-product > div {
	width: 113px; /* rms: should be 114px, but too wide for unknown reason */
}
.category_top .box + .box .box-product > div .name a {
	font-size: 0.875rem;
	line-height: 1.125rem;
}
.category_top .box + .box .box-product > div.rps-ocaapd:nth-child(4n) {
	margin-right: 16px;
}
.category_top .box + .box .box-product > div.rps-ocaapd:nth-child(5n) {
	margin-right: 16px;
}
.category_top .box + .box .box-product > div.rps-ocaapd:nth-child(6n) {
	margin-right: 0px;
}
.category_top .box + .box .box-product .image img[src*="no_image"] {
	width: 114px;
	height: 171px;
}
.category_top .box + .box .box-product .price-tax {
	display: none;
}/* rms end */

/* navigation: box category, box account */
ul.box-category, ul.box-category ul,
ul.box-account {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child,
ul.box-account > li:first-child {
	padding: 1px 0px 0px 0px; /* rms: was 0px 8px 8px 0px */
}
ul.box-category > li,
ul.box-account > li {
	padding: 6px 0px 0px 0px; /* rms: was 8px 8px 8px 0px */
}
ul.box-category > li + li {
	/* border-top: 1px solid #EEEEEE; */
}
ul.box-category > li > a,
ul.box-account > li > a {
	text-decoration: none;
	color: #000; /* rms: was #333 */
	font-size: 1.0625rem; /* rms */
	display: inline-block; /* rms */
}
ul.box-category > li > a:hover,
ul.box-account > li > a:hover { /* rms */
	text-decoration: underline;
	color: #76C100;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	/* font-weight: bold; */
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 0px 0px 0px 15px; /* rms: was 5px 5px 0px 10px */
}
ul.box-category > li ul > li > a {
	text-decoration: none; /* rms */
	display: block;
	color: #000; /* rms */
}
ul.box-category > li ul > li > a:hover { /* rms */
	text-decoration: underline;
	color: #76C100;
}
ul.box-category > li ul > li > a.active {
	/* font-weight: bold; */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	text-decoration: none; /* rms */
	color: #000; /* rms */
	cursor: default; /* rms */
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}

/* content */
#content .content {
	padding: 10px 0px 15px 0px; /* rms: was 10px */
	overflow: auto;
	margin-bottom: 17px; /* rms: was 20px */
	border-bottom: 1px solid #e5e5e5; /* rms: was border: 1px solid #EEEEEE; */
}
#content #addres-list.content { /* rms */
	margin-bottom: 5px;
}
#content #addres-list.content + .buttons { /* rms */
	margin-top: 20px;
}
#forgotten .content { /* rms */
	margin-bottom: 0px;
	border-bottom: none;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info, .category-info p { /* rms: was category-info */
	overflow: auto;
	margin-bottom: 15px; /* rms: was 20px */
	font-size: 1.0625rem; /* rms = 17px */
	line-height: 1.375rem; /* rms = 22px */
	letter-spacing: 0em; /* rms */
	color: #333; /* rms */
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
/* rms: category all */
/* Category "A-Z" uses template category_all.tmp */
.category-all-list {
	overflow: auto;
	/* margin-bottom: 20px; */
	margin: 20px 0px 25px;
	background: url("../image/rps_border.gif") repeat-x bottom border-box;
	padding-bottom: 30px;
}
.category-all-list ul {
	float: left;
	width: 18%;
}
.category-all-list ul li a {
	font-size: 1.25rem;
	line-height: 0rem;
	padding: 17px 11px;
	display: inline-block;
	color: #000;
	margin-bottom: 5px;
}
.category-all-list ul li a:hover {
    background: #eee;
    text-decoration: none;
}
/* rms: end category all */

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	/* border-bottom: 1px solid #e5e5e5; rms: was #EEEEEE */
	padding-bottom: 10px; /* rms: was 5px */
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 2px; /* rms: was 4px */
	/* color: #333; */
}
.product-filter .display b { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-weight: normal;
	letter-spacing: 0.02em;
}
.product-filter .display a {
	/* font-weight: bold; */
	color: #000;
}
.product-filter .display a:hover { /* rms */
	color: #76C100;
}
.product-filter .sort {
	float: right;
	/* color: #333; */
}
.product-filter .sort b { /* rms */
	font-weight: normal;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	/* padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold; */
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div { /* only first item */
	overflow: auto;
	margin-bottom: 10px; /* rms: was 15px */
	padding-top: 15px; /* rms */
	border-top: 1px dashed #ddd; /* rms */
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div { /* all items except first */
	border-top: 1px dashed #ddd; /* rms: was #EEEEEE */
	padding-top: 15px;
}
.product-list .image {
	float: left;
	margin-right: 20px; /* rms: was 10px */
}
.product-list .image img {
	/* padding: 3px;
	border: 1px solid #E7E7E7; */
	width: 140px; /* rms: different image size for list */
	height: auto; /* rms: different image size for list */
}
.product-list .name {
	margin-bottom: 0px;
}
.product-list .name a {
	color: #000; /* rms: was #38B0E3 */
	font-weight: normal;
	text-decoration: none;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	letter-spacing: 0.01em; /* rms */
	line-height: 1.25rem; /* rms = 20px */
	font-size: 1.0625rem; /* rms = 17px */
}
.product-list .name a span { /* rms: common names */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.product-list .description {
	line-height: 1.125rem; /* rms: was 15px */
	font-size: 0.875rem; /* rms */
	margin-bottom: 5px;
	color: #333; /* rms: was #4D4D4D */
	margin-top: 10px; /* rms */
}
.product-list .rating {
	color: #7B7B7B;
}
.price-from { /* rms */
	font-size: 0.875rem;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	color: #999;
}
.product-list .price {
	/* float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right; */
	color: #000; /* rms: was #333333 */
	/* font-size: 1.0625rem; rms: was 12px */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	margin-top: 8px; /* rms */
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax, .box-product .price-tax {
	font-size: 0.875rem; /* rms: was 9px */
	/* font-weight: normal; */
	color: #999; /* rms: BBBBBB */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	cursor: help; /* rms */
}
.product-list .price-stock { /* rms: only with EXT:3989 */
	font-size: 0.875rem;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
	display: none; /* rms: new */
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	/* width: 130px; */
	display: inline-block;
	vertical-align: top;
	padding-right: 16px; /* rms: was margin-right: 20px */
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #ddd;
}
#column-left + #column-right + #content .product-grid > div {
	width: 180px;
}

/* rms: CATEGORY_ALL */
#column-left + #column-right + #content .category_all .product-grid > div {
	width: 100%;
}
.category_all .product-grid > div {
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
}
.category_all .product-list .cart {
	display: none;
}
.category_all .product-list .description {
	display: none;
}
.category_all > .product-list > div {
	padding-bottom: 5px; 
	padding-top: 5px;
	overflow: hidden;
	margin-bottom: 0px; 
}
.category_all .product-list .name a:hover {
	color: #76c100;
}
.category_all .product-list .price, .category_all .product-grid .price {
	/* float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #000; */
	font-size: 0.875rem; /* rms = 14px */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	margin-top: 4px;
}
.category_all .product-grid .price .price-tax, .category_all .product-grid .price .price-stock {
	display: inline;
}
.category_all .product-list .rating, .category_all .product-grid .rating {
	float: right;
	margin-top: 1px;
}
/* rms: END CATEGORY_ALL */

/* rms: every 3rd image in grid */
#column-left + #column-right + #content .product-grid > div:nth-child(3n) {
	padding-right: 0px;
}
/* rms end */

.product-grid .image {
	display: block;
	margin-bottom: 2px; /* rms: was 0px */
}
.product-grid .image img {
	/* padding: 3px;
	border: 1px solid #E7E7E7; */
}
.product-grid .name a {
	color: #000; /* rms: was#38B0E3 */
	/* font-weight: normal; */
	text-decoration: none;
	/* display: block; rms: disabled weil sonst zuviel paltz nach name */
	/* margin-bottom: 4px; */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	letter-spacing: 0.01em; /* rms */
	line-height: 1.25rem; /* rms = 20px */
	font-size: 1.0625rem; /* rms = 17px */
}
.product-grid .name a:hover, 
.product-list .name a:hover, 
.box-product div.image:hover + div.name a, /* rms */
.product-grid div.image:hover + div.name a, /* rms */
.product-list div.image:hover + div.name a { /* rms */
	text-decoration: underline;
	color: #76c100; /* rms */
}
.product-grid .name a span { /* rms: common names */
font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin: 3px 0px 0px /* rms: was margin-bottom: 4px; */
}
.product-grid .price {
	display: block;
	font-weight: normal; /* rms: was bold */
	color: #000; /* rms: was #333333 */
	/* font-size: 1.0625rem; rms: was 12px */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	margin-bottom: 0px; /* rms: was 4px */
	line-height: 1.125rem; /* rms = 18px */
	margin-top: 6px; /* rms */
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}

.product-grid .price .price-tax {
	/* display: none; */
	font-size: 0.875rem; /* rms */
	color: #999; /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	display: block; /* rms */
	cursor: help; /* rms */
} 
.product-grid .price-stock { /* rms: only with EXT:3989 */
	font-size: 0.875rem;
	display: block;
	line-height: 1.0625rem; /* rms = 17px */
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	display: none; /* rms */
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info p { /* rms */
	margin-bottom: 0px;
}
.product-info p a { /* rms */
	color: #999;
}

/* rms: only with extension: option combination */
.product-info .option-combination-description {
	padding: 0px 0px  1.125rem;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.product-info .option-combo-global-description {
	padding: 0px;
	color: #999;
}
.product-info strong {
	color: #999;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
/* rms: end */

.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 405px; /* rms: was 417px */
}
.product-info .image {
	/* border-bottom: 1px solid #e5e5e5; rms: was border: 1px solid #E7E7E7 */
	float: left;
	/* margin-bottom: 15px; rms: was 20px */
	padding-bottom: 10px;
	text-align: center;
}

/* rms: no_image */
.product-info .image img, .product-list .image img, .product-grid .image img { /* rms: background no_image */
	background: transparent url("../image/rps_background.gif") repeat scroll 0% 0%;
}
.product_new_noimage { /* rms: no new icon when image available */
    display: none;
}
.product-grid img[src*="no_image"] + .product_new_noimage { /* rms: new icon on grid */
    color: rgba(255,255,255,0.7);
    background-color: rgba(73,187,240,0.7);
    padding: 0px 13px 5px;
    font-size: 1.25rem;
    vertical-align: 4px;
    font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
    margin-right: 4px;
    display: inline-block;
    line-height: 20px;
    margin-top: 20px;
    position: absolute;
    transform: rotate(270deg);
    z-index: 0;
    margin-left: -201px;
}
.product-list img[src*="no_image"] + .product_new_noimage { /* rms: new icon on list */
    color: rgba(255,255,255,0.7);
    background-color: rgba(73,187,240,0.7);
    padding: 0px 10px 2px;
    font-size: 1.0rem;
    vertical-align: 4px;
    font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
    margin-right: 4px;
    display: inline-block;
    line-height: 19px;
    margin-top: 15px;
    position: absolute;
    transform: rotate(270deg);
    z-index: 0;
    margin-left: -155px;
}
html[lang|="de"] .product-grid img[src*="no_image"] + .product_new_noimage { /* rms: new icon on grid */
    padding: 0px 15px 5px;
    line-height: 20px;
    margin-top: 20px;
    margin-left: -199px;
}
html[lang|="de"] .product-list img[src*="no_image"] + .product_new_noimage { /* rms: new icon on list */
    padding: 0px 11px 3px;
    line-height: 18px;
    margin-top: 14px;
    margin-left: -155px;
}
html[lang|="es"] .product-grid img[src*="no_image"] + .product_new_noimage { /* rms: new icon on grid */
    padding: 0px 6px 4px;
    line-height: 20px;
    margin-top: 22px;
    margin-left: -202px;
}
html[lang|="es"] .product-list img[src*="no_image"] + .product_new_noimage { /* rms: new icon on list */
    padding: 0px 5px 3px;
    line-height: 18px;
    margin-top: 17px;
    margin-left: -157px;
}
html[lang|="fr"] .product-grid img[src*="no_image"] + .product_new_noimage { /* rms: new icon on grid */
    padding: 0px 5px 5px;
    font-size: 1.125rem;
    line-height: 22px;
    margin-top: 27px;
    margin-left: -207px;
}
html[lang|="fr"] .product-list img[src*="no_image"] + .product_new_noimage { /* rms: new icon on list */
    padding: 0px 4px 3px;
    font-size: 0.875rem;
    line-height: 18px;
    margin-top: 22px;
    margin-left: -161px;
}
.product-info img[src*="no_image"] + .product_new_noimage { /* rms: new icon on product page */
    color: rgba(255,255,255,0.7);
    background-color: rgba(73,187,240,0.7);
    padding: 0px 18px 3px;
    font-size: 1.75rem;
    font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
    margin-right: 4px;
    display: inline-block;
    line-height: 34px;
    position: absolute;
    z-index: 0;
    margin-left: -380px;
}
html[lang|="de"] .product-info img[src*="no_image"] + .product_new_noimage { /* rms: new icon on product page */
    padding: 0px 21px 3px;
}
html[lang|="es"] .product-info img[src*="no_image"] + .product_new_noimage { /* rms: new icon on product page */
    padding: 0px 8px 3px;
}
html[lang|="fr"] .product-info img[src*="no_image"] + .product_new_noimage { /* rms: new icon on product page */
    padding: 0px 9px 4px;
    font-size: 1.5rem;
    line-height: 33px;
}

/* rms: end no-image */

.product-info .image-additional {
	width: 390px;
	margin-left: -7px; /* rms: was 10px */
	clear: both;
	overflow: hidden;
	padding-top: 15px; /* rms */
	border-top: 1px solid #e5e5e5; /* rms */
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 7px; /* rms: was 10px */
	margin-bottom: 7px; /* rms: was 10px */
	height: 132px; /* rms */
}
.product-info .description {
	/* border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px; */
	margin-bottom: 18px; /* rms: was 10px */
	/* line-height: 20px;
	color: #4D4D4D; */
}
.product-info .description span {
	/* color: #38B0E3; */
	display: inline-block;
	width: 170px;
}
/* rms: end */

.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 0.875rem; /* rms: was 12px */
	font-weight: normal;
	color: #999;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	cursor: help; /* rms */
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	/* border-bottom: 1px solid #E7E7E7; */
	padding: 0px; /* rms: was 0px 5px 10px 5px */
	margin-bottom: 0px; /* rms: was 10px */
	color: #000000;
}
.product-info .options h2 { /* rms */
	display: none;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	/* border-bottom: 1px solid #E7E7E7; */
	padding: 5px 5px 10px 0px; /* rms: was 5px 5px 10px 5px */
	margin-bottom: 40px; /* rms: was 20px */
	/* color: #4D4D4D; */
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	/* color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px; */
	border-top: 1px solid #e5e5e5; /* rms */
	border-bottom: 1px solid #e5e5e5; /* rms */
	/* -webkit-border-radius: 7px; rms */
	/* -moz-border-radius: 7px; rms */
	/* -khtml-border-radius: 7px; rms */
	/* border-radius: 7px; rms */

}
.product-info .review > div {
	padding: 9px 0px 12px 0px; /* rms: was 8px */
	/* border-bottom: 1px solid #E7E7E7; */
	/* line-height: 20px; */
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.product-info .review-link a { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	color: #000;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}

/* attributes */
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: -20px; /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
.attribute thead td, .attribute thead tr td:first-child {
	/* color: #000000; */
	font-size: 1.0625rem; /* rms: was 14px */
	font-weight: normal; /* rms: was bold */
	/* background: #F7F7F7; */
	text-align: left;
	padding-left: 1px; /* rms */
	border: 1px solid #fff; /* rms */
	border-bottom: 1px solid #e5e5e5; /* rms */
	padding-top: 20px; /* rms */
	padding-bottom: 7px; /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
.attribute tr td:first-child {
	color: #000000;
	/* font-weight: bold; */
	text-align: left; /* rms: was right */
	width: 30%; /* rms: was 20% */
	padding-left: 20px; /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
}
.attribute td {
	padding: 5px 20px; /* rms: was 7px */
	color: #000;
	/* text-align: center; */
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}

/* rms: tags */
.tags {
	background: transparent url("../image/rps_border.gif") repeat-x scroll center bottom border-box;
	padding: 0px 0px 30px;
	margin-bottom: 20px;
}
.tags a {
	color: #000;
}
.tags a:hover {
	color: #76c100;
	text-decoration: underline;
}

/* rms: login */
.login-content {
	margin-bottom: 0px; /* rms: was 20px */
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
#login input[type='text'],
#login input[type='password'],
.login-content input[type='text'],
.login-content input[type='password'],
#forgotten input[type='text'] { /* rms */
	width: 240px;
}

/* orders */
.order-list {
	/* margin-bottom: 10px; */
	border-top: 1px solid #e5e5e5; /* rms */
	padding-top: 15px; /* rms */
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 10px; /* rms: was 2px */
}
.order-list .order-id a { /* rms */
	font-size: 1.0625rem;
	color: #000;
}
.order-list .order-id a:hover { /* rms */
	color: #76c100;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	/* padding: 10px 0px; */
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	/* border-top: 1px solid #EEEEEE; */
	/* border-bottom: 1px solid #e5e5e5; rms: was #EEEEEE */
}
.order-list .order-content div {
	float: left;
	width: 40%;
}
.order-list .order-content div:last-child { /* rms: new */
	float: left;
	width: 20%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px; /* rms: was 15px */
	border-collapse: collapse;
	/* border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
}
.cart-info td {
	padding: 7px 5px 7px 0px; /* rms: was 7px */
}
.cart-info thead td {
	color: #999; /* rms: was #4D4D4D */
	/* font-weight: bold;
	background-color: #F7F7F7; */
	border-bottom: 1px solid #e5e5e5; /* rms: was #DDDDDD */
	vertical-align: top; /* rms */
}
.cart-info thead .image {
	text-align: left; /* rms: was center */
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5; /* rms: was #DDDDDD */
}
.cart-info tbody .image img {
	/* border: 1px solid #DDDDDD; */
	margin-top: 3px; /* rms */
	background: url("../image/rps_background.gif"); /* rms */
}
.cart-info tbody .image {
	text-align: left; /* rms: was center */
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total { /* rms */
	white-space: nowrap;
}
.cart-info tbody .name small { /* rms */
	font-size: 0.875rem;
}
.cart-info tbody .name a { /* rms */
	color: #000;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.25rem;
	font-size: 1.0625rem;
}
.cart-info tbody .name a:hover { /* rms */
	color: #76C100;
}
.cart-info .name a span { /* rms: hide common names in cart */
	display: none;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody .total { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.0625rem;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
h2.rps-cart { /* rms: hide headlien for cart optoins */
	display: none;
}
#rps-cart.content, #voucher.content, #coupon.content, #reward.content, #shipping.content { /* rms */
	padding: 0px;
	border-bottom: 0px;
}
#shipping.content { /* rms */
	border-top: 1px solid #e5e5e5;
	padding-top: 17px;
}
.cart-total {
	/* border-top: 1px solid #DDDDDD; */
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 7px;
	/* border-bottom: 1px solid #e5e5e5; rms */
	/* padding-bottom: 8px; rms */
	border-top: 1px solid #e5e5e5; /* rms */
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 2px; /* rms: was 3px */
	text-align: right;
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	vertical-align: top; /* rms */
	font-size: 1.0625rem; /* rms */
}
.cart-total td b { /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 0.875rem;
}
.shipping-quote { /* rms: shipping prices */
	text-align: right;
	white-space: nowrap;
}
.cart-total + .buttons + .box .box-heading { /* rms: cart related products */
    background: transparent url("https://www.rarepalmseeds.com/catalog/view/theme/rps/image/rps_border.gif") repeat-x scroll center top;
    padding-top: 35px;
}

/* checkout */
.checkout-heading {
	/* background: #F8F8F8;
	border: 1px solid #DBDEE1; */
	border-top: 1px solid #ccc; /* rms */
	border-right: 1px solid #ccc; /* rms */
	border-bottom: 0px solid #ccc; /* rms */
	border-left: 1px solid #ccc; /* rms */
	padding: 8px;
	/* font-weight: bold; */
	font-size: 1.0625rem; /* rms: was 13px */
	/* color: #555555; */
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 380px; /* rms: was 48% */
}
.checkout-content .right {
	float: right;
	width: 380px /* rms: was 48% */
}
.checkout-content .buttons {
	/* clear: both; */
	float: right; /* rms */
}
#shipping-method div.buttons:nth-child(3) { /* rms button Continue in Step 4 w/o Phyto or Permit */
	margin-top: 20px;
}
.checkout-content select,
#content .content table.form select { /* rms */
	padding: 2px 4px;
	width: 374px;
	background: #FFF url("../image/rps_select_arrow.gif") no-repeat scroll right center;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.0625rem;
}
.checkout-content #login a,
.login-content .right a { /* rms */
	/* color: #999; */
}
#content .login-content .content { /* rms */
	border-bottom: none;
	margin-bottom: 0px;
	padding-top: 0px;
}
.checkout-content .error { /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}

/* rms checkout table.form */
#shipping-address table.form, 
#payment-new table.form, 
#payment-address table.form,
#forgotten table.form,
#content .content table.form { /* rms */
	width: auto;
}
#shipping-address table.form tr td:first-child, 
#payment-new table.form tr td:first-child, 
#payment-address table.form tr td:first-child, 
#forgotten table.form tr td:first-child, 
#content .content table.form tr td:first-child { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	padding-top: 6px;
	vertical-align: top;
	width: auto;
}
#content .content table.form tr td:first-child { /* rms only for Register Account */
	padding-top: 10px;
	width: 140px;
}
html[lang|="es"] #content .content table.form tr td:first-child { 
	width: 205px;
}
html[lang|="de"] #content .content table.form tr td:first-child { 
	width: 150px;
}
html[lang|="fr"] #content .content table.form tr td:first-child { 
	width: 175px;
}


#shipping-address table.form td, 
#payment-new table.form td, 
#payment-address table.form td, 
#forgotten table.form td { /* rms */
	padding: 0px 3px;
}
#content .content table.form td { /* rms */
	padding: 5px 3px;
}
/* rms end */

#payment-address .left, #payment-address .right { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
#payment-address h2 { /* rms */
	margin-bottom: 15px;
}
#payment-address .left h2:nth-child(24) { /* rms */
    margin-top: 23px;
}

/* #payment-address label,
#shipping-address label {
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
} */

#shipping-method .box .box-heading { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	margin-top: 20px;
	display: none; /* titel nicht anzeigen */
}
#shipping-method .box { /* rms */
	margin-bottom: 0px;
	background: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
#shipping-method .box .box-content { /* rms */
	padding-top: 20px;
}
#shipping-method .checkout-content div:nth-last-child(2) { /* rms */
	border-bottom: 0px;
}
#shipping-method table.radio .highlight td, #payment-method table.radio .highlight td { /* rms */
    padding: 7px 2px;
    vertical-align: text-top;
}
#shipping-method table.radio tr, #payment-method table.radio tr { /* rms */
	border-bottom: 1px dashed #ddd;
}
#payment-method table.radio tr { /* rms */
	border-top: 1px dashed #ddd;
}
#payment-method table.radio td label { /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
#payment-method input.button {
	margin-top: 10px; /* rms */
}
.checkout-product .image img { /* rms */
	margin-top: 3px;
	background: url("../image/rps_background.gif"); 
}
.checkout-product table {
	width: 100%;
	/* border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px 5px 7px 0px; /* rms: was 7px */
}
.checkout-product thead td {
	color: #999; /* rms: was #4D4D4D */
	/* font-weight: bold;
	background-color: #F7F7F7; */
	border-bottom: 1px solid #e5e5e5; /* rms: was 1px solid #DDDDDD */
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tbody .total { /* rms */
    font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
    font-size: 1.0625rem;
}
.checkout-product tbody .quantity { /* rms */
    font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.checkout-product tfoot td {
	text-align: right;
	/* border-bottom: 1px solid #DDDDDD; */
	padding: 2px; /* rms */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-size: 1.0625rem; /* rms */
}
.checkout-product tfoot td b { /* rms */
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 0.875rem;
}
.checkout-product tfoot tr:first-child td { /* rms */
	padding-top: 10px;
}
.checkout-product tbody .name a { /* rms */
    color: #000;
    font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
    letter-spacing: 0.01em;
}
.checkout-product tbody .name a:hover { /* rms */
	color: #76C100;
}
.checkout-product tbody .name a span { /* rms */
	display: none;
}
#confirm .buttons { /* rms */
	margin-bottom: 0px;
}
.contact-info {
	overflow: auto;
	font-size: 1.0625rem; /* rms */
	line-height: 1.375rem; /* rms */
	letter-spacing: 0em; /* rms */
	color: #333; /* rms */
}
.contact-info b { /* rms */
	color: #000;
}
.contact-info a { /* rms */
	font-size: 1.0625rem;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	/* border-top: 1px solid #DBDEE1; */
	/* border-bottom: 1px solid #DBDEE1; */
	background: #eee; /* rms: was #F8F8F8 */
}
#footer h3 {
	color: #000000;
	font-size: 0.875rem;
	margin-top: 0px;
	margin-bottom: 0px; /* rms: was 8px */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif; /* rms */
	font-weight: normal; /* rms */
	-webkit-font-smoothing: antialiased; /* rms */
	-moz-osx-font-smoothing: grayscale; /* rms */
	letter-spacing: 0.03em; /* rms */
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px; /* rms: was 8px */
	padding-left: 0px; /* rms: was 12px */
	list-style-type: none; /* rms */
	margin-bottom: 0px; /* rms */
}
#footer .column ul li {
	margin-bottom: 0px; /* rms: was 3px */
}
#footer .column a {
	text-decoration: none;
	color: #666; /* rms: was 000 */
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	/* margin-top: 5px; */
	text-align: center; /* rms: was right */
	clear: both;
	color: #999;
	padding: 0px 0px 20px;
	background: #EEE none repeat scroll 0% 0%;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

/* ############### */
/* rms: new styles */
/* ############### */

/* rms: extra positions unlimited footer */
#dream_column_footer_top .row1 {
	background: transparent url("../image/rps_background.gif") repeat scroll 0% 0%;
}
/* rms: column 1 */
#footer_c1 {
	padding: 20px 3px 0px 20px; /* rms: unterschiedliche columns ausgleichen */
}
/* rms: column 2 */
#footer_c2 {
	padding: 20px 6px 0px 17px; /* rms: unterschiedliche columns ausgleichen */
}
/* rms: column 3 */
#footer_c3 {
	padding: 20px 20px 0px 14px; /* rms: unterschiedliche columns ausgleichen */
}
#dream_column_footer_top h3 {
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01em;
	margin-top: 0px;
	font-size: 1.0625rem;
}
#dream_column_footer_top p {
	color: #666;
}
#dream_column_footer_top p a {
	color: #666;
	text-decoration: underline;
}
#dream_column_footer_top p strong {
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.03em;
	color: #000;
}
.rps-comment {
	color: #999 !important;
	font-size: 0.875rem;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.product_review_title + .rps-comment {
	margin-top: -5px;
	margin-bottom: 25px;
}
.rps-text {
	font-size: 1.0625rem;
}
.rps-information p {
	font-size: 1.0625rem;
	line-height: 1.375rem;
	letter-spacing: 0em;
	color: #333;
}
.rps-information p a {
    font-size: 1.0625rem;
}
.rps-information p strong {
	color: #000;
}
.rps-border-bottom { /* rms: use together with ".rps-information p" to add border */
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
span.additional-product-fields:nth-child(4) { /* rms: highlight Ornamental Value at product info */
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.rps-cart-weight {
	font-family: yorkten_norm_lightnorm_light,"Lucida Grande",Arial,Helvetica,sans-serif;
	/* float: right; */
}
.view-all { /* for Featured Category Module */
	margin-top: -10px;
	text-align: right;
}

/* rms: stock stauses */
.outofstock {
	color: #FF0000;
}
.lowstock {
	color: #f39100;
}
.instock {
	color: #76c100;
}
.outofstock, .lowstock, .instock {
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
}
.product-info .description .outofstock, 
.product-info .description .lowstock, 
.product-info .description .instock {
	font-family: yorkten_norm_mediumnormMd,"Lucida Grande",Arial,Helvetica,sans-serif;
}

/* rms: error page */
.rps-error .content {
	margin-bottom: 25px !important;
	background: url("../image/rps_border.gif") repeat-x bottom border-box;
	padding-bottom: 25px !important;
	border-bottom: none !important;
}

/* rms: shipping table */
div.rps-shipping h2 {
	margin: 25px 0px 15px;
	padding-top: 20px;
	/* border-top: 1px dashed #ddd; */
}
div.rps-shipping h2 em {
	font-family: yorkten_norm_lightnorm_light,"Lucida Grande",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
}
div.rps-shipping h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.875rem;
}
.vkStandard {
	color: #76c100;
}
.vkPremium {
	color: #f39100;
}
.vkExpress {
	color: #F00;
}
.vkPlus {
	font-size: 1.25rem;
	border-top: 0px solid #fff !important;
	border-bottom: 0px solid #fff !important;
}
div.rps-shipping table {
	width: 100%;
	border-collapse: collapse;
}
div.rps-shipping table + h3 { /* rms:  */
	padding-top: 22px;
}
div.rps-shipping td {
	/* background-color: #F4F4F4; */
	text-align: center;
	border: 1px solid #ddd;
	padding: 3px;
}
div.rps-shipping th {
	/* background-color: #e5e5e5; */
	font-weight: normal;
	text-align: center;
	border: 1px solid #ddd;
	/* white-space: nowrap; */
	padding: 3px;
}
div.rps-shipping th em {
	color: #999;
	font-style: normal;
}
div.rps-shipping .vkLegend {
	color: #999;
	margin-top: 5px;
	font-size: 0.875rem;
	line-height: 1.125rem;
	letter-spacing: 0.02em;
}
#notify {
	margin-top: 5px;
	margin-bottom: 8px;
}
input.button[lkmwa="true"] {
	margin-left: -10px;
}
.product_new { /* rms: Add NEW label to newly added products */
	color: #fff;
	background-color: #49bbf0;
	padding: 0px 7px 2px;
	font-size: 0.875rem;
	vertical-align: 4px;
	font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
	letter-spacing: 0.05em;
	margin-right: 3px;
	display: inline-block;
	line-height: 14px;
}
.featured-category.htabs {
	background: transparent url("https://www.rarepalmseeds.com/catalog/view/theme/rps/image/rps_border.gif") repeat-x scroll center top;
	padding-top: 35px;
}
#forgotten + .buttons .left { /* rms: remove button on "Forgot Your Password" */
    display: none;
}
#column-right .welcome, #column-left .welcome { /* rms: Information Page (as module) */
    font-size: 0.875rem;
    color: #999;
    text-transform: uppercase;
    font-family: yorkten_norm_booknorm_book, "Lucida Grande", Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.25rem;
}
#column-right .welcome + p, #column-left .welcome + p { /* rms: Information Page (as module) */
    background: transparent url("https://www.rarepalmseeds.com/catalog/view/theme/rps/image/rps_border.gif") repeat-x scroll center bottom border-box;
    padding-bottom: 35px;
    margin-bottom: 21px;
}
#column-left + #column-right + #content .box-product.lastviewed-product > div:nth-child(8n), 
#column-left + #column-right + #content .box-product.lastviewed-product > div:nth-child(9n), 
#column-left + #column-right + #content .box-product.lastviewed-product > div:nth-child(10n) {
    display: none;
}
.wholesale tr td:nth-child(n+2), .wholesale tr th:nth-child(n+2) { /* rms: wholesale list: old style */
	text-align: right;
	padding: 0 0 0 10px;
	white-space: nowrap;
	width: 10%;
}
.wholesale td, .wholesale th { /* rms: wholesale list: grey dashed line */
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
}
.wholesale tr:hover { /* rms: wholesale list: tr grey on MouseOver */
	background-color: #F1F1F1;
}
.wholesale tr:hover th { /* rms: wholesale list: first row stays white */
	background-color: #FFF
}
.wholesale .wsnew { /* rms: wholesale list: new icon */
    color: #fff;
    background-color: #49bbf0;
    padding: 0px 3px 2px;
    font-size: 0.75rem;
    vertical-align: 2px;
    font-family: yorkten_norm_booknorm_book,"Lucida Grande",Arial,Helvetica,sans-serif;
    letter-spacing: 0.05em;
    margin-right: 5px;
    display: inline-block;
    line-height: 11px;
}
.wsnav td { /* rms: wholesale list: onpage navigation */
    padding: 0 50px 0 0;
}
.wsnav { /* rms: wholesale list: onpage navigation */
    margin: 30px 0 30px 0;
}
/* rms: end */