/* Begin Spreadshop style */
* {
margin:0;
padding:0;
}
body {
font-family:Helvetica, Geneva, Arial, sans-serif;
color:#333333;
font-size:0.875em;
width:47em;
margin:0 auto 0 auto;
padding:0 0 10px 0;
background:#ffffff url();
}
ol, ul {
clear:both;
margin:0;
padding:0;
list-style:none;
}
/* common */
#keywords {
position:absolute;
left:-100em;
}
.price {
font-size:1.1em;
}
.price-coupon {
font-size:1.1em;
}
.price-old {
font-size:0.84em;
font-weight:bold;
color:#666666;
text-decoration:line-through;
}
/* icons */
.button {
display:block;
padding:0.35em 1em 0.4em 1em;
line-height:1em;
width:auto;
font-size:0.9em;
font-weight:bold;
text-align:center;
text-decoration:none;
overflow:hidden;
}
a[class~="button"] {
height:1em;
}
.button.delete {
border:0;
text-indent:-1000em;
cursor:pointer;
border:1px solid #d8d8d8;
height:18px;
width:18px;
background-position:2px 1px;
background-color:#fff;
}
.tag,
.delicious,
.recommend {
display:block;
border:1px dotted #d8d8d8;
text-indent:-100em;
text-decoration:none;
}
.tag:hover,
.delicious:hover,
.recommend:hover {
border:1px dotted #8e908f;
}
.top {
display:block;
text-indent:-100em;
}
/* main content */
#main {
float:left;
margin:0 0 1em 0;
background-color:#ffffff;
width:47em;
overflow:hidden;
}
/* popup */
.popup {
background:#ffffff;
}
.popup div {
margin:0.5em 0 0 0;
}
.popup h3 {
margin:0.5em 0 0.5em 0;
}
.popup p {
font-size:0.85em;
}
.popup .button.main {
float:left;
width:auto;
margin:0.5em 0 0 0;
}
/* confomat */
.confomat-v5 {
margin:0.5em 0 0 0.2em;
}
.confomat-v6 {
margin:0.5em 0 0 0.5em;
}
.confomat-v6-productview {
float:left;
margin:1em 4em 0 4em;
width:auto;
}
/* tooltip */
#tooltip {
max-width:264px;
padding:10px 12px 12px 12px;
border:1px dotted #d8d8d8;
background:#ffffff;
text-align:left;
font-size:1em;
}
#tooltip .url{
font-style:italic;
}
/* headlines */
h1 {
color:#333333;
font-size:1.1em;
}
h2 {
color:#51443b;
font-size:1.7em;
}
h3 {
color:#8C0000;
font-size:1.2em;
}
h4 {
color:#333333;
font-size:1.1em;
}
h5 {
color:#666666;
font-size:0.85em;
font-weight:normal;
}
/* links */
a,
a:visited,
a:active {
outline:none;
color:#8C0000;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:none;
}
/* form elements */
label {
cursor:pointer;
}
select,
input,
textarea {
font-family:Helvetica, Geneva, Arial, sans-serif;
font-weight:bold;
color:#798185;
border:1px dotted #d8d8d8;
font-size:0.75em;
margin:0;
}
select {
min-width:5.5em;
padding:0.3em;
}
option {
padding:0 0 0.2em 0.6em;
}
input,
textarea {
padding:0.3em 0.2em 0.4em 0.6em;
}
input[type="hidden"] {
border:0;
margin:0;
padding:0;
}
.require {
font-weight:bold;
}
fieldset {
border:0;
}
/* messages */
.message {
display:block;
margin:0.5em 0.5em 0 0.5em;
padding:0.2em;
font-size:0.85em;
font-weight:bold;
}
.message a img {
border:1px dotted #d8d8d8;
}
.message a:hover img {
border:1px dotted #8e908f;
}
.error {
padding-left:2.5em;
border:1px dotted #bf4500;
color:#bf4500;
}
.pending {
padding-left:2.5em;
border:1px dotted #cc9933;
color:#cc9933;
}
.info {
padding-left:2.5em;
border:1px dotted #0060a1;
color:#0060a1;
}
.success {
padding-left:2.5em;
border:1px dotted #009933;
color:#009933;
}
/* additional elements (left side), additional elements (right side) * */
#barLeft {
position:absolute;
width:17em;
left:4em;
top:0;
float:left;
padding:0.5em;
}
* html #barLeft {
/* fix for ie 6 */
left:3.6em;
}
*+html #barLeft {
/* fix for ie 7 */
left:3.6em;
}
#barRight {
position:absolute;
width:17em;
right:4em;
top:0;
float:right;
padding:0.5em;
}
* html #barRight {
/* fix for ie 6 */
right:3.5em;
}
*+html #barRight {
/* fix for ie 7 */
right:3.6em;
}
.box {
border-bottom:1px dotted #d8d8d8;
padding:0 0 0.5em 0;
background-color:#ffffff;
padding:0.2em;
}
.box .button {
float:left;
width:auto;
margin:0.5em 0 0.5em 0;
}
.box label {
display:block;
width:100%;
}
.box input,
.box select {
display:block;
width:19em;
}
/* header user information */
#headerUserInformation {
position:relative;
background-color:#FFFFFF;
width:100%;
font-size:0.8em;
z-index:1;
overflow:hidden;
line-height:2em;
}
#headerUserInformation ul {
display:block;
height:2.1em;
margin:0;
padding:0;
}
#headerUserInformation ul li {
position:relative;
float:left;
margin:0;
color:#666666;
}
#headerUserInformation ul li strong {
font-weight:normal;
}
#headerUserInformation ul.left {
z-index:2;
width:auto;
padding:0;
}
#headerUserInformation ul.right {
float:right;
margin-top:-2.1em;
margin-right:-0.5em;
padding:0 0.2em 0 0;
width:auto;
border-right:1px dotted #d8d8d8;
}
* html #headerUserInformation ul.right {
margin-right:-0.2em; 	/* fix for ie 6 */
}
#headerUserInformation select {
padding:0.1em 0.4em 0.2em 0.4em;
width:10em;
height:1.9em;
font-size:0.9em;
}
#headerUserInformation ul.left li {
padding:0 0.5em 0 0.5em;
float:left;
height:2.1em;
border-left:1px dotted #d8d8d8;
}
#headerUserInformation ul.right li {
height:2.1em;
padding:0 0.5em 0 0.5em;
border-left:1px dotted #d8d8d8;
}
#headerUserInformation #userEnable,
#headerUserInformation #userDisable {
border-left:0;
}
#headerUserInformation #userChart {
border-right:0;
}
#headerUserInformation #userLanguages {
border-right:0;
}
/* shop information */
#shopInformation {
float:left;
margin:0;
padding:0 0.5em 1em 0.5em;
}
#shopInformation h1 {
margin:0;
padding:0;
line-height:2em;
vertical-align:bottom;
}
#shopInformation p {
padding:0 0 0.5em 0;
margin:0;
font-size:0.8em;
}
/* banner  */
#banner {
padding:0;
margin:0;
background-color:#ffffff;
}
#banner img {
margin:0;
}
/* header menu */
#menu {
float:left;
padding:0;
margin:0;
width:47em;
line-height:33px;
font-weight:bold;
background-color:#DFDFDF;
}
#menu li {
display:block;
float:left;
margin:0;
padding:0;
background-color:#DFDFDF;
border-right:1px dotted #d8d8d8;
}
#menu li a {
padding:0 1em 0 1em;
margin:0;
display:block;
color:#FFFFFF;
}
#menu li a:hover {
background-color:#FFFFFF;
color:#DFDFDF;
}
#menu li.current a {
color:#DFDFDF;
background-color:#FFFFFF;
}
#menu li#menuItemShop.current a {
background-color:#FFFFFF;
}
/* affiiliate */
#affiiliate {
margin:0;
padding:0;
}
#affiiliate a {
display:block;
float:right;
font-size:0.8em;
padding:0.5em 0.5em 0 0;
margin:0;
float:right;
}
/* ssl */
#ssl {
float:right;
margin:-2.9em 0 0 0;
width:24.5em;
font-size:0.8em;
overflow:hidden;
}
#ssl a {
display:block;
float:right;
padding:0.4em 0.5em 0 2.5em;
line-height:1em;
height:28px;
width:10em;
border-left:1px dotted #d8d8d8;
}
* html #ssl {
margin:-2.96em 0 0 0;
}
*+html #ssl {
margin:-2.96em 0 0 0;
}
* html #ssl a {
height:2.6em;
}
*+html #ssl a {
height:2.6em;
}
/* checkout menu  */
#menuCheckout {
float:left;
width:47em;
height:3.2em;
line-height:2.1em;
background-color:#FFFFFF;
margin:0 0 2em 0;
}
#menuCheckout ol {
overflow:visible;
width:47em;
margin:0 auto;
text-align:left;
float:left;
}
#menuCheckout ol li {
float:left;
width:10.5em;
}
#menuCheckout ol li#step-3 {
width:12.5em;
}
#menuCheckout ol li#step-4 {
width:13em;
}
#menuCheckout ol li.current {
background-color:#D20000;
}
#menuCheckout ol li a {
display:block;
height:2.1em;
padding:0.8em 0 0.3em 3.5em;
background-position:1em 1em;
background-repeat:no-repeat;
color:#DFDFDF;
}
#menuCheckout a:hover {
background-color:#FF0000;
}
/* content */
#content {
margin:0;
padding:0;
clear:both;
}
#content .important {
margin-top:1em;
clear:left;
width:44.65em;
}
.content h3 {
padding-left:0.3em;
}
/* login, lost password */
#login,
#lostPassword,
#lostPasswordSend {
width:47em;
padding:0;
}
#login h3,
#lostPassword h3,
#lostPasswordSend h3 {
padding:0 0 0 0.5em;
}
#login fieldset,
#lostPassword fieldset,
#lostPasswordSend fieldset {
width:44em;
padding:0 0.5em 0.5em;
}
#login fieldset div,
#lostPassword fieldset div,
#lostPasswordSend fieldset div {
clear:both;
float:left;
width:45.5em;
line-height:2.1em;
padding:0 0.5em 0 0;
}
#login fieldset label,
#lostPassword fieldset label,
#lostPasswordSend fieldset label {
display:block;
float:left;
width:8em;
font-size:0.8em;
}
#login fieldset input,
#lostPassword fieldset input,
#lostPasswordSend fieldset input {
display:block;
float:left;
width:17em;
}
#login fieldset .button,
#lostPassword fieldset .button,
#lostPasswordSend fieldset .button {
float:left;
width:auto;
margin:0 0 0 91px;
}
* html #login fieldset .button,
* html #lostPassword fieldset .button,
* html #lostPasswordSend fieldset .button {
margin-left:45px; /* fix for ie 6 */
}
*+html #login fieldset .button,
*+html #lostPassword fieldset .button,
*+html #lostPasswordSend fieldset .button {
margin-left:89px; /* fix for ie 7 */
}
#login p,
#lostPassword p {
font-size:0.8em;
}
#lostPassword p {
padding:0.5em 0 0.5em 0.5em;
}
#lostPassword fieldset {
margin-top:0.5em;
}
#login .loginLostpass {
float:left;
padding:0 0 0 90px;
width:30em;
font-size:0.85em;
}
#lostPassword h2 {
margin:0 0 0.5em 0;
}
#frmRegister {
border-bottom:1px dotted #d8d8d8;
padding:0 0 1em 0;
margin:0 0 1em 0;
}
/* article filter */
#frmFilter {
margin:0;
padding:0;
float:left;
background-color:#FFFFFF;
width:47em;
}
#frmFilter fieldset {
margin:0;
padding:0.4em;
border:0;
}
#frmFilter h4,
#frmFilter fieldset div {
margin:0 0.2em 0 0;
padding:0;
float:left;
}
#frmFilter h4 {
color:#DFDFDF;
line-height:1.9em;
margin-right:0.5em;
}
#frmFilter fieldset div select {
width:15em;
margin-top:0.1em;
}
* html #frmFilter fieldset div select {
margin-top:0.3em; /* fix for ie 6 */
}
*+html #frmFilter fieldset div select {
margin-top:0.3em; /* fix for ie 7 */
}
#frmFilter fieldset div select#filterProducttypeId {
width:19em;
}
/* article navigation */
.navigation {
float:left;
width:46em;
overflow:visible;
margin:0.5em 0 0 0;
text-align:left;
line-height:20px;
padding:0 0.5em 0 0.5em;
color:#333333;
}
* html .navigation {
margin-bottom:0.7em;
}
.navigation div {
margin:0 auto 0 auto;
text-align:center;
display:table;
font-size:0.85em;
}
.navigation div.num1 {
width:126px;
}
.navigation div.num2 {
width:56px;
}
.navigation div.num3 {
width:66px;
}
.navigation div.num4 {
width:86px;
}
.navigation div.num5 {
width:206px;
}
* html .navigation div.num5 {
width:209px;
}
.navigation div a,
.navigation div span {
display:block;
float:left;
text-align:center;
padding:0;
margin:0 0 0 4px;
}
.navigation div span {
font-weight:bold;
color:#FF0000;
}
.navigation small {
font-size:0.85em;
}
.navigation small.left {
position:absolute;
display:block;
float:left;
line-height:25px;
}
.navigation small.right {
display:block;
float:right;
margin:-18px 0 0 0;
}
.navigation a.left {
margin-right:11px;
}
.navigation a.right {
margin-left:15px;
}
.navigation div a.left,
.navigation div a.leftend,
.navigation div a.right,
.navigation div a.rightend {
display:block;
line-height:18px;
float:left;
text-indent:-200em;
}
/* article classic compact */
.classicCompact {
width:50em;
float:left;
padding:0;
overflow:hidden;
margin:0.5em -1em 0 0.5em;
}
* html .classicCompact { /* fix for ie 6 */
margin:0 -1em 0 0.2em;
}
.classicCompact form {
width:14.8em;
margin:0 1em 0 0;
overflow:hidden;
float:left;
}
.classicCompact form fieldset {
padding:0.5em 0 0.9em 0;
margin:0;
border:0;
height:auto;
overflow:hidden;
}
.classicCompact form fieldset h2,
.classicCompact form fieldset h3 {
display:block;
clear:both;
width:13.7em;
margin:0;
padding:0;
overflow:hidden;
}
.classicCompact form fieldset div.articleImages {
background-color:#FFFFFF;
margin:0;
padding:0.3em 0.3em 0.1em 0.3em;
width:13.7em;
}
.classicCompact form fieldset a img {
padding:0;
height:13.5em;
width:13.5em;
border:1px dotted #d8d8d8;
}
.classicCompact form fieldset a:hover img {
border:1px dotted #8e908f;
}
.classicCompact form fieldset ul {
float:left;
width:197px;
overflow:hidden;
padding:0.3em 0 5px 7px;
background-color:#FFFFFF;
margin:0 0 0 -7px;
}
* html .classicCompact form fieldset ul {
padding-left:1em; /* fix for ie 6 */
}
*+html .classicCompact form fieldset ul {
width:196px; /* fix for ie 7 */
}
.classicCompact form fieldset ul li {
float:left;
margin:0 0.3em 0 0;
padding:0;
}
.classicCompact form fieldset div.articleDesc {
background-color:#ffffff;
padding:0 0 0 0.1em;
margin:0;
width:14.35em;
height:5em;
}
.classicCompact.with-favorites form fieldset div[class="articleDesc"] {
height:7.5em; /* fix for mozilla & opera */
}
*+html .classicCompact.with-favorites form fieldset div[class="articleDesc"] {
height:5em; /* fix for ie 7 */
}
.classicCompact form fieldset div.articleDesc h3 {
margin:0.5em 0 0 0;
float:left;
}
.classicCompact form fieldset div.articleDesc br {
display:none;
}
.classicCompact form fieldset div.articleSizes {
display:none;
}
.classicCompact form fieldset div .articleLimit {
font-size:0.85em;
display:block;
}
.classicCompact form fieldset div.articlePrice {
background-color:#ffffff;
border-top:1px dotted #d8d8d8;
border-bottom:1px dotted #d8d8d8;
padding:0.5em 0 5px 0;
line-height:1.5em;
margin:0 0 0 -0.2em;
float:left;
width:14.65em;
}
.classicCompact form fieldset .articlePrice .message {
float:left;
width:7em;
line-height:2.2em;
margin:0;
padding:0 0 0 0.5em;
}
* html .classicCompact form fieldset .articlePrice .message {
line-height:2em; /* fix for ie 6 */
}
*+html .classicCompact form fieldset .articlePrice .message {
line-height:2em; /* fix for ie 7 */
}
.classicCompact form fieldset div.articlePrice label {
display:none;
}
.classicCompact form fieldset div.articlePrice small {
display:block;
float:left;
padding:0.15em 0 0 0.2em;
margin:0 0.3em 0 0;
height:1.2em;
}
* html .classicCompact form fieldset div.articlePrice small {
padding-top:0; /* fix for ie 6 */
}
.classicCompact form fieldset div.articlePrice strong {
padding:0 0 0 0.2em;
float:left;
}
.classicCompact form fieldset .priceGroup {
float:right;
margin-right:2em;
padding:0 0.5em 0 0;
}
.classicCompact form fieldset div a.button {
clear:right;
float:right;
margin:-1.8em 0 0 0;
}
.classicCompact .button.basket {
height:2em;
width:2em;
padding:0;
border:1px dotted #d8d8d8;
text-indent:-1000px;
cursor:pointer;
}
.classicCompact .button:hover.basket {
border:1px dotted #8e908f;
}
/* article classic extended */
.classicExtended {
width:47em;
float:left;
padding:0;
margin:0;
}
.classicExtended form label {
cursor:default;
}
.classicExtended form {
width:47em;
padding:0 0 1em 0;
margin:0.5em 0em 1em 0;
float:left;
}
* html .classicExtended form{
border-bottom:1px dotted #d8d8d8;
}
.classicExtended form fieldset {
border:0;
margin:0;
padding:0;
float:left;
}
.classicExtended form fieldset .articleImages {
background-color:#FFFFFF;
margin:0 0 0 0.5em;
width:14.3em;
padding:0.3em 0 0 0;
float:left;
}
* html .classicExtended form fieldset .articleImages { /* fix for ie 6 */
margin:0 1.9em 0 0.3em;
}
.classicExtended form fieldset a img {
padding:0;
height:13.5em;
width:13.5em;
margin:0 auto 0 4px;
border:1px dotted #d8d8d8;
}
.classicExtended form fieldset a:hover img {
border:1px dotted #8e908f;
}
.classicExtended form fieldset ul {
display:block;
width:13em;
overflow:hidden;
background-color:#FFFFFF;
padding:0.3em 0 0.4em 0.6em;
margin:0;
float:left;
visibility:hidden;
}
.classicExtended form fieldset ul li {
float:left;
margin:0 0.3em 0 0;
}
.classicExtended form fieldset h5 {
margin:0 0 0.5em 0;
}
.classicExtended form fieldset p {
font-size:0.8em;
padding:0 0 0.5em 0;
}
.classicExtended form fieldset .articleDetailsLink {
width:auto;
margin:-1.5em 0 0 0;
padding:0 0.5em 0 0;
float:right;
font-size:0.8em;
}
.classicExtended form fieldset .articleDesc {
width:30em;
float:right;
margin:0 0 0 2.1em;
padding:0;
}
* html .classicExtended form fieldset .articleDesc {
float:none;  /* important fix, because of ie 6 crashed */
margin:0 0 0 2.1em;
padding:0 0 1em 0;
border-bottom:1px dotted #d8d8d8;
}
.classicExtended form fieldset .articleDesc div {
clear:left;
float:left;
width:30em;
line-height:1.9em;
}
.classicExtended form fieldset .articleDesc div label {
display:block;
float:left;
font-weight:bold;
width:11em;
}
.classicExtended form fieldset .articleDesc div input,
.classicExtended form fieldset .articleDesc div select {
float:left;
margin:0.2em;
}
.classicExtended form fieldset .articleDesc div select {
padding-right:0.3em;
height:2em;
}
.classicExtended form fieldset .articleDesc span {
font-size:0.8em;
}
.classicExtended form fieldset .articleDesc a.measureTable,
.classicExtended form fieldset .articleDesc .articleLimit {
display:block;
float:right;
width:17.5em;
margin:-1.9em 0 0 0;
line-height:1.9em;
text-align:left;
font-size:0.8em;
}
* html .classicExtended form fieldset .articleDesc a.measureTable,
* html .classicExtended form fieldset .articleDesc .articleLimit {
width:19em; /* fix  for ie 6 */
}
*+html .classicExtended form fieldset .articleDesc a.measureTable,
*+html .classicExtended form fieldset .articleDesc .articleLimit {
width:19em; /* fix  for ie 7 */
}
.classicExtended form fieldset .articleDesc .articleSizes {
border-top:1px dotted #d8d8d8;
padding-top:0.5em;
}
.classicExtended form fieldset .articleDesc div span {
display:block;
float:left;
padding:0;
margin:0;
width:19em;
overflow:hidden;
}
.classicExtended form fieldset div.articlePrice {
margin:1em 0 0 2.1em;
padding:0.5em 0.5em 0.5em 0;
border-top:1px dotted #d8d8d8;
border-bottom:1px dotted #d8d8d8;
width:29.5em;
clear:right;
float:right;
}
* html .classicExtended form fieldset div.articlePrice {
width:auto; /* important fix, because of ie 6 crashed */
border:0;
float:none;
padding-left:15em;
line-height:1.9em;
}
.classicExtended form fieldset div.articlePrice label {
font-weight:bold;
float:left;
}
.classicExtended form fieldset div.articlePrice .priceGroup {
display:block;
text-align:right;
}
.classicExtended form fieldset div.articlePrice .button {
margin-top:0.4em;
float:right;
}
/* article classic customized */
/* article classic with top article */
form.topArticle fieldset .articleImages {
background-color:#FFFFFF;
}
form.topArticle fieldset .articleImages ul {
background-color:#FFFFFF;
}
/* article details */
ul.detailMenuPath {
width:46.5em;
float:left;
margin:0.5em 0 1.5em 0;
padding:0 0 0.5em 0.5em;
border-bottom:1px dotted #d8d8d8;
}
ul.detailMenuPath li {
float:left;
margin:0 0.3em 0 0;
font-size:0.8em;
font-weight:bold;
}
ul.detailMenuPath li a,
ul.detailMenuPath li.mark {
font-weight:normal;
}
ul.detailMenuPath li.mark {
color:#4fa601;
}
.detailArticleHeadline {
padding:0 0 0 0.3em;
}
#detailArticlePrint {
padding:0.35em 0.5em 0.3em 0.3em;
margin:1em 0 0 0.5em;
clear:both;
float:left;
width:20em;
background-color:#FFFFFF;
}
* html #detailArticlePrint {
margin-left:0.2em;
}
#detailArticlePrint h4 {
width:18em;
float:left;
color:#000000;
margin:0 0 0.5em 0.4em;
}
#detailArticlePrint #detailArticleThumb {
height:20em;
width:20em;
border:1px dotted #d8d8d8;
background-color:#fff;
text-align:center;
}
#detailArticlePrint #detailArticleThumb img {
height:20em;
width:20em;
}
#detailArticlePrint #detailArticleThumb.design img {
height:auto;
width:auto;
margin:2.5em auto;
}
#detailArticlePrint .detailArticleViews {
width:42px;
margin:0.3em;
float:left;
text-align:center;
}
#detailArticlePrint .detailArticleViews a img {
border:1px dotted #d8d8d8;
}
#detailArticlePrint .detailArticleViews a:hover img {
border:1px dotted #8e908f;
}
#detailArticlePrint .detailArticleViews span {
font-size:0.8em;
}
#detailArticlePrint .detailArticleViews span strong a {
color:#4fa601;
font-weight:normal;
}
#detailArticlePrint .detailCurrentView {
clear:both;
width:42px;
height:42px;
padding:0;
margin:0 0 0 0.3em;
float:left;
}
#detailArticlePrint .detailCurrentView.text a {
display:none;
}
#detailArticlePrint .detailCurrentView a img {
margin-top:0.35em;
border:1px dotted #d8d8d8;
}
#detailArticlePrint .detailCurrentView a:hover img {
border:1px dotted #8e908f;
}
#detailArticlePrint fieldset {
float:right;
width:18.5em;
font-size:0.85em;
border:0;
color:#666666;
}
#detailArticlePrint fieldset div {
clear:both;
float:left;
}
#detailArticlePrint fieldset div label {
display:none; /* display:block; */
float:left;
font-weight:bold;
width:6.5em;
}
#detailArticlePrint fieldset div span {
display:block;
float:left;
width:9em;
}
#detailArticlePrint fieldset .detailDesignName {
font-weight:bold;
width:17em;
}
#detailArticlePrint fieldset .detailDesignPrinttype {
width:auto;
}
#detailArticlePrint fieldset .detailDesignPrinttype span {
width:auto;
}
#detailArticlePrint fieldset .detailDesignSize {
width:auto;
clear:none;
}
#detailArticlePrint fieldset div span img {
border:1px dotted #d8d8d8;
height:9px;
width:9px;
padding:4px;
background-color:#fff;
}
#frmArticleDetails {
width:23em;
float:right;
margin:1em 0 0 0;
padding:0 0 0.5em 0;
border-bottom:1px dotted #d8d8d8;
}
#frmArticleDetails .articleProducttypeDesc {
position:relative;
display:block;
width:27.75em;
padding:0 1em 0.5em 0;
border-bottom:1px dotted #d8d8d8;
z-index:3;
}
#frmArticleDetails p.articleDesc {
position:relative;
margin:-0.4em 0 0 0;
padding:0 0.5em 0.5em 0;
font-size:0.8em;
z-index:4;
border-bottom:1px dotted #d8d8d8;
background-color:#ffffff;
}
#frmArticleDetails fieldset {
margin:0.5em 0 0 0;
border:0;
}
#frmArticleDetails fieldset p.message {
clear:both;
float:left;
margin:0.5em 0 0 0;
width:20.3em;
}
#frmArticleDetails fieldset div {
clear:both;
float:left;
line-height:1.9em;
}
* html #frmArticleDetails fieldset div {
float:none; /* fix for ie 6 */
}
*+html #frmArticleDetails fieldset div {
float:none; /* fix for ie 7 */
}
#frmArticleDetails span,
#articleMeasureLink {
font-size:0.8em;
}
#frmArticleDetails fieldset div label {
display:block;
float:left;
width:10em;
font-weight:bold;
}
#frmArticleDetails fieldset div select {
height:2em;
}
#frmArticleDetails fieldset div input,
#frmArticleDetails fieldset div select {
margin:0.2em 0.3em 0 0;
display:block;
float:left;
}
#frmArticleDetails fieldset div#articleLimit {
width:14em;
float:left;
clear:none;
font-size:0.85em;
}
#frmArticleDetails fieldset div#articleLimit label {
width:auto;
font-weight:normal;
margin-right:0.3em;
}
#frmArticleDetails #articleDeliveryPeriod {
display:block;
width:13em;
float:left;
}
#frmArticleDetails fieldset div#articlePrice {
border-top:1px dotted #d8d8d8;
padding:0.5em 0.5em 0 0;
margin:0.5em 0 0 0;
}
#frmArticleDetails fieldset div#articlePrice a {
display:block;
font-size:0.8em;
}
#frmArticleDetails fieldset div#articlePrice div {
float:right;
text-align:right;
width:11em;
margin:-4em 0 0 0;
}
#frmArticleDetails .button {
position:relative;
margin:-2em 0.5em 0 0;
float:right;
z-index:6;
}
* html #frmArticleDetails fieldset div#articlePrice div,
* html #frmArticleDetails .button {
margin:0 0.5em 0 0; /* fix for ie 6 */
}
*+html #frmArticleDetails fieldset div#articlePrice div {
margin:0 0.5em 0 0; /* fix for ie 7 */
}
* html #frmArticleDetails .button {
margin:-1.7em 0.5em 0 0; /* fix for ie 6 */
}
*+html #frmArticleDetails .button {
margin:-1.7em 0.5em 0 0; /* fix for ie 7 */
}
#articleAdditionalLinks {
float:right;
width:22.7em;
padding:0 0 1em 0.3em;
margin:0.5em 0 0 0;
}
#articleAdditionalLinks h4 {
float:left;
display:none;
}
#articleAdditionalLinks ul {
margin:0.5em 0 1em 0;
float:left;
width:21em;
}
#articleAdditionalLinks ul li {
float:left;
margin:0 0.3em 0.7em 0;
width:20em; /* width:10em; */
}
#articleAdditionalLinks ul li a img {
border:1px dotted #d8d8d8;
margin:0 0.5em 0 0;
float:left;
}
#articleAdditionalLinks ul li a {
float:left;
line-height:2em;
font-size:0.85em;
}
#articleAdditionalLinks ul li a:hover img {
border:1px dotted #8e908f;
}
#detailProduct {
clear:both;
float:left;
margin:1em 0 -0.1em 0;
padding:0;
border-top:1px dotted #d8d8d8;
}
* html #detailProduct {
float:none; /* fix for ie 6 */
}
*+html #detailProduct {
float:none; /* fix for ie 7 */
}
#detailProductInformation {
clear:both;
float:left;
width:20em;
padding:0.3em 0.3em 0.3em 0.5em;
}
#detailProductInformation p {
margin:0.5em 0 0.5em 0;
font-size:0.85em;
}
#detailProductInformation p b {
font-weight:normal;
}
#detailProductInformation p b b {
font-weight:bold;
}
#detailProductInformation img {
padding:0.3em;
border:1px dotted #d8d8d8;
height:4.5em;
width:auto;
}
/* article recommend */
#articleRecommend {
margin:0 0 0 0.5em;
padding:0 0 0.5em 0;
width:46.5em;
}
#articleRecommend .message {
clear:both;
float:none;
width:23em;
}
#articleRecommend h3 {
margin:0.5em 0 0 0;
}
#articleRecommend p {
margin:0.5em 0 0.5em 0;
font-size:0.85em;
}
#articleRecommend .articleImages {
background-color:#FFFFFF;
padding:0.3em;
margin:0 3em 0.5em 0;
width:20.2em;
float:left;
}
#articleRecommend .articleImages a img {
border:1px dotted #d8d8d8;
clear:both;
width:20em;
height:auto;
}
#articleRecommend .articleImages a:hover img {
border:1px dotted #8e908f;
}
#articleRecommend fieldset {
float:left;
width:21em;
}
#articleRecommend fieldset div {
clear:both;
float:left;
width:22.5em;
line-height:1.9em;
}
#articleRecommend fieldset label {
display:block;
float:left;
font-size:0.85em;
padding:0.3em 0 0 0;
color:#666;
width:11em;
}
#articleRecommend fieldset input {
display:block;
float:left;
width:15em;
}
#articleRecommend fieldset #recipientMessage {
margin:0 0 0.5em 0;
}
#articleRecommend fieldset #recipientMessage label {
width:25em;
}
#articleRecommend fieldset .button {
float:left;
margin:0.5em 0 0 0;
width:auto;
}
#articleRecommend div strong {
float:left;
width:11em;
padding:0.4em 0 0 0;
}
#articleRecommend div p {
float:left;
width:35em;
}
/* basket */
#basketItems .basketDelete {
clear:both;
float:right;
padding:0;
margin:0;
width:16px;
height:16px;
}
#basketItems .basketDelete .delete {
float:right;
line-height:16px;
height:18px;
width:20px;
margin:0.5em 0.5em 0 -1.5em;
padding:0;
}
* html #basketItems .basketDelete .delete {
margin:0.9em -0.6em 0 0; /* fix for ie 6 */
}
*+html #basketItems .basketDelete .delete {
margin:1.9em 0.5em 0 -1.5em; /* fix for ie 7 */
}
#basketItems h2 {
padding:0 0 0 0.3em;
}
#basketItems h3 {
padding:0;
margin:0 0 0.5em 0.5em;
width:40em;
}
* html #basketItems .basketDelete {
margin-bottom:-4em;
}
* html #basketItems h3 {
margin:0 0 0.7em 0.5em; /* fix for ie 6 */
}
#basketItems #basketColumnHead {
display:none;
}
#basketItems fieldset {
clear:left;
width:47em;
border:0;
}
#basketItems fieldset img {
border:0px;
}
#basketItems a.thumb {
float:left;
height:130px;
width:130px;
padding:0;
margin:0.5em 0 0 0.5em;
border:1px dotted #d8d8d8;
}
#basketItems a.thumb img {
float:left;
}
#basketItems fieldset a:hover {
border:1px dotted #8e908f;
}
#basketItems fieldset .basketArticleImages {
float:left;
margin:0.5em 0 0 0;
width:7em;
}
#basketItems fieldset .basketArticleImages a {
float:left;
height:42px;
margin:0 0 0.2em 0.2em;
border:1px dotted #d8d8d8;
}
#basketItems fieldset .basketArticleImages a:hover {
border:1px dotted #8e908f;
}
#basketItems fieldset .basketArticleImages p {
position:absolute;
width:34em;
font-size:0.8em;
margin:0.5em 0 0 12em;
}
* html #basketItems fieldset .basketArticleImages p { /* fix for ie 6 */
margin:0.5em 0 auto 0;
width:36em;
padding:0 0 0 1em;
}
*+html #basketItems fieldset .basketArticleImages p { /* fix for ie 7 */
margin:0.5em 3em auto 0;
width:36em;
padding:0 0 0 1em;
}
#basketItems fieldset ul.basketColumn {
float:right;
width:47em;
padding:0 0 0.3em 0;
background-color:#FFFFFF;
color:#666666;
}
#basketItems fieldset ul.basketColumn input,
#basketItems fieldset ul.basketColumn select {
font-size:0.8em;
font-weight:normal;
}
#basketItems fieldset ul.basketColumn li label {
font-size:0.85em;
}
#basketItems fieldset ul.basketColumn label {
font-size:0.9em;
}
#basketItems fieldset ul.basketColumn span {
color:#000000;
font-size:0.85em;
}
#basketItems fieldset ul.basketColumn a:hover {
border:0;
}
#basketItems li {
float:left;
}
#basketItems ul li.right {
float:right;
}
#basketItems li select {
height:2.2em;
}
#basketItems li.basketArticleId,
#basketItems li.basketProducttypeCategory {
display:none;
}
#basketItems li.basketProducttype {
width:16em;
padding:0 0 0 0.5em;
}
#basketItems li.basketColor {
width:5em;
}
#basketItems li.basketColor small {
display:none;
}
#basketItems li.basketColor img {
border:1px dotted #d8d8d8;
height:9px;
width:9px;
padding:4px;
background-color:#fff;
}
#basketItems li.basketSize {
width:5.5em;
}
#basketItems li.basketQuantity {
width:5em;
}
#basketItems li.basketPrice {
width:7em;
}
#basketItems li.basketPriceTotal {
width:7.5em;
text-align:right;
}
#basketItems li.basketPriceTotal span {
float:right;
width:8.2em;
margin:0;
font-weight:bold;
font-size:0.85em;
}
#basketItems li label {
display:block;
cursor:default;
line-height:1.9em;
}
#basketItems .basketAdditionals a,
#basketItems .basketAdditionals a:hover {
border:0;
}
.basketAdditionals ul {
float:left;
margin-top:0.5em;
}
.basketAdditionals #frmProceed div {
border-top:1px dotted #d8d8d8;
line-height:1.9em;
padding:0.5em 0 0.5em 0;
float:left;
width:47em;
}
.basketAdditionals #frmProceed #basketCouponCode {
margin-top:-1.3em;
border-top:0;
}
* html .basketAdditionals #frmProceed #basketCouponCode {
margin-top:0; /* fix for ie 6 */
}
.basketAdditionals #frmProceed div div {
border:0;
padding:0.3em 0 0.3em 0.5em;
width:46.5em;
margin:0;
background-color:#FFFFFF;
}
.basketAdditionals #frmProceed div label {
display:block;
float:left;
width:12em;
font-size:1.1em;
color:#000000;
cursor:auto;
}
.basketAdditionals #frmProceed div span input {
float:left;
margin:0.3em 0.5em 0 0;
}
.basketAdditionals #frmProceed div span {
display:block;
width:32.5em;
float:left;
line-height:normal;
color:#666666;
}
.basketAdditionals #frmProceed div span small {
display:block;
float:left;
width:29em;
font-size:0.8em;
}
.basketAdditionals #frmProceed #basketShippingPrice span {
width:33.2em;
}
.basketAdditionals #frmProceed #basketHandlingPrice span,
.basketAdditionals #frmProceed #basketShippingCoupon span,
.basketAdditionals #frmProceed #basketShippingPrice span strong,
.basketAdditionals #frmProceed #basketBonusPayment span,
.basketAdditionals #frmProceed #basketCoupon span {
width:7em;
font-size:0.85em;
margin-right:0.5em;
color:#000000;
text-align:right;
float:right;
}
.basketAdditionals #frmProceed #basketCouponCode input {
width:20em;
}
.basketAdditionals #frmProceed #basketCouponCode span a {
line-height:2em;
font-size:0.8em;
}
.basketAdditionals #frmProceed #basketTermsAndConditions input {
border:0;
}
.basketAdditionals #frmProceed #basketPriceTotal {
margin:0;
padding:0;
width:47em;
}
.basketAdditionals #frmProceed #basketPriceTotal div {
border:0;
margin:0.5em 0 0 0;
line-height:1.5em;
background:none;
}
.basketAdditionals #frmProceed #basketPriceTotal div label {
text-align:right;
padding-right:1.5em;
width:33.5em;
color:#333333;
}
.basketAdditionals #frmProceed #basketPriceTotal div span {
width:7.5em;
text-align:right;
}
#basketItems #basketSaveAll {
display:none;
float:left;
width:auto;
margin:0 0 0.5em 0;
}
.basketListArticles .button {
display:block;
clear:both;
float:left;
margin:0.5em 0 0 0;
}
#basketItems .updateBasketItem {
width:652px;
display:block;
clear:both;
padding:0 0.5em 0.5em 0;
line-height:1.2em;
background:none;
font-size:0.85em;
text-align:right;
border:0;
border-bottom:1px dotted #d8d8d8;
}
#basketItems h3 {
width:auto;
}
* html #basketItems .updateBasketItem {
width:649px; /* fix for ie 6 */
}
*+html #basketItems .updateBasketItem {
width:649px; /* fix for ie 7 */
}
#basketItems .updateBasketItem:hover {
border:0;
border-bottom:1px dotted #d8d8d8;
}
* html #basketItems .checkoutStepsBottom {
float:none;	/* fix for ie 6 */
}
/* checkout info box */
.checkoutInformation {
padding:0.5em;
margin:0;
}
.checkoutInformation p {
padding:0.5em 0 0 0;
margin:0;
font-size:1.1em;
}
.checkoutInformation p strong {
display:block;
font-weight:normal;
font-size:0.75em;
padding:0 0 0.65em 0;
}
/* checkout address */
#checkoutAddress h2 {
padding:0 0 0 0.25em;
}
#checkoutAddress .message {
clear:both;
float:left;
width:51em;
}
* html #checkoutAddress .message {
float:none; /* fix for ie 6 */
}
*+html #checkoutAddress .message {
float:none; /* fix for ie 7 */
}
#checkoutAddress span.required {
display:block;
float:right;
padding:0 0.5em 0 0;
font-size:0.85em;
}
#checkoutAddress form {
width:47em;
float:left;
overflow:hidden;
}
#checkoutAddress form div {
float:left;
width:47em;
}
#checkoutBillingAddress {
clear:right;
float:left; /* fix for opera */
}
#checkoutAddress form h3 {
margin:1em 0 0 0;
padding:0 0 0 0.3em;
color:#000000;
float:left;
width:9.7em;
font-size:1.1em;
}
#checkoutAddress #checkoutDeliveryAddress {
margin-top:0.5em;
border-top:1px dotted #d8d8d8;
}
#checkoutAddress h3#checkoutAddressLinks,
#checkoutAddress #checkoutDeliveryAddress h3 {
width:46.7em;
}
#checkoutAddress form fieldset {
padding:0.5em 0 0.5em 0;
margin:0 0 0 0;
clear:both;
float:left;
}
#checkoutAddress form fieldset div {
clear:both;
float:left;
line-height:1.9em;
}
#ie6spacer {
display:none;
}
* html #ie6spacer { /* fatal ie6 bug */
display:block;
line-height:1px;
}
#checkoutAddress form fieldset label {
display:block;
float:left;
width:12em;
padding:0 0 0 0.5em;
font-size:0.85em;
color:#666666;
}
#checkoutAddress form fieldset input {
display:block;
float:left;
margin:0.5em 0 0 0;
width:33.2em;
}
#checkoutAddress #checkoutBillingAddressStateCode {
display:none;
}
#checkoutAddress form fieldset input#cbaPostcode,
#checkoutAddress form fieldset input#cdaPostcode {
width:3.5em;
}
#checkoutAddress form fieldset input#cbaCity,
#checkoutAddress form fieldset input#cdaCity {
width:28.5em;
margin:0.5em 0 0 0.3em;
}
* html #checkoutAddress form fieldset input#cbaCity,
* html #checkoutAddress form fieldset input#cdaCity {
width:28.3em; /* fix for ie 6 */
}
*+html #checkoutAddress form fieldset input#cbaCity,
*+html #checkoutAddress form fieldset input#cdaCity {
width:28.2em; /* fix for ie 7 */
}
#checkoutAddress form fieldset select {
display:block;
float:left;
margin:0.5em 0 0 0;
}
#checkoutAddress form .checkoutAdditionals {
border-top:1px dotted #d8d8d8;
margin:0.5em 0 0 0;
width:47em;
}
#checkoutAddress form .checkoutAdditionals input {
width:auto;
}
#checkoutAddress form .checkoutAdditionals h3 {
position:relative;
height:4em;
z-index:3;
}
#checkoutAddress form .checkoutAdditionals fieldset {
position:relative;
background-color:#FFFFFF;
padding:0 0 0.5em 12.5em;
margin:-4.9em 0 0 0;
width:34.5em;
z-index:2;
}
#checkoutAddress form .checkoutAdditionals fieldset div {
width:34.5em;
}
#checkoutAddress form .checkoutAdditionals fieldset div label {
display:block;
float:left;
width:25em;
line-height:1.9em;
font-size:0.85em;
font-weight:bold;
color:#666666
}
#checkoutAddress form .checkoutAdditionals #checkoutGift label {
line-height:normal;
font-size:1em;
font-weight:normal;
}
#checkoutAddress form .checkoutAdditionals fieldset div input {
border:0;
}
* html #checkoutAddress form .checkoutAdditionals fieldset div input {
margin-top:0.2em; /* fix for ie 6 */
}
*+html #checkoutAddress form .checkoutAdditionals fieldset div input {
margin-top:0.2em; /* fix for ie 7 */
}
#checkoutAddress form .checkoutAdditionals fieldset div .price {
display:block;
float:right;
margin-right:0.5em;
width:6.5em;
font-weight:bold;
font-size:0.85em;
color:#000000;
text-align:right;
}
#checkoutAddress form .checkoutAdditionals fieldset div p {
font-size:0.8em;
line-height:normal;
float:left;
width:35em;
margin:0;
color:#666666;
padding:0 0 0 1.8em;
}
#checkoutAddress form .checkoutAdditionals fieldset .message {
width:37em;
}
#checkoutAddress form .checkoutAdditionals #giftMessage {
margin:0.5em 0 0 1.5em;
}
* html #checkoutAddress form .checkoutAdditionals #giftMessage {
margin-left:1em; /* fix for ie 6 */
width:30em;
}
*+html #checkoutAddress form .checkoutAdditionals #giftMessage {
margin-left:1.9em; /* fix for ie 7 */
}
#checkoutAddress form .checkoutAdditionals #giftMessage label {
margin:0;
padding:0;
font-weight:bold;
}
* html #checkoutAddress form .checkoutAdditionals fieldset div p {
padding:0 0 0 0.5em;	/* fix for ie 6 */
}
*+html #checkoutAddress form .checkoutAdditionals fieldset div p {
padding:0 0 0 0.5em;	/* fix for ie 7 */
}
#checkoutAddress .checkoutStepsBottom {
float:left;
margin-top:0em;
}
* html #checkoutAddress .checkoutStepsBottom {
float:none; /* fix for ie 6 */
}
/* basket address select */
#basketAddressSelect {
width:47em;
float:left;
}
#basketAddressSelect h2 {
margin:0 0 0 0.25em;
}
#basketAddressSelect .button {
margin:0 0 0 0.4em;
}
#basketAddressSelect .checkoutInformation {
float:left;
border-bottom:1px dotted #d8d8d8;
margin:0 0 1em 0;
width:47em;
}
#basketAddressSelect ul {
width:20em;
margin:0;
}
#basketAddressSelect ul li {
float:left;
width:auto;
}
#basketAddressSelect fieldset {
float:left;
width:47em;
margin:1em 2em 1em 0;
padding:0 0 0.5em 0.5em;
border:0;
border-bottom:1px dotted #d8d8d8;
}
#basketAddressSelect fieldset div {
clear:both;
width:20em;
float:left;
line-height:1.2em;
}
#basketAddressSelect fieldset label {
display:block;
float:left;
width:11em;
font-size:0.85em;
}
#basketAddressSelect fieldset span {
font-size:0.85em;
}
#basketAddressSelect fieldset ul {
width:auto;
}
#basketAddressSelect fieldset ul li {
margin:1em 1em 1em 0em;
font-size:0.85em;
}
#basketAddressSelect fieldset ul li a {
font-weight:normal;
}
#basketAddressSelect fieldset .delete {
padding:0;
clear:left;
float:right;
width:20px;
margin:-11.5em 1em 0 0;
}
* html #basketAddressSelect fieldset .delete {
margin:-9em 0.5em 0 0;	/* fix for ie 6 */
}
/* payment infos */
#checkoutPaymentInfo h2 {
margin:0 0 0 0.25em;
}
#checkoutPaymentInfo .message.error {
position:relative;
float:left;
margin:0 0 1em 0;
width:44.66em;
z-index:6;
}
#checkoutPaymentInfo form div.paymentOption {
border-top:1px dotted #d8d8d8;
clear:left;
float:left;
width:47em;
margin:0.5em 0 0 0;
padding:0.5em 0 0 0;
}
#checkoutPaymentInfo form div.paymentOption h3 {
float:left;
width:13em;
margin:0;
padding:0 0 0 0.5em;
color:#000000;
font-size:1.1em;
}
#checkoutPaymentInfo form div.paymentOption div {
border:0;
float:left;
margin:0;
padding:0.5em 0 0 0;
width:47em;
height:3em;
background-color:#FFFFFF;
}
* html #checkoutPaymentInfo form div.paymentOption div {
float:none; /* fix for ie 6 */
}
#checkoutPaymentInfo form input.paymentSelect {
float:left;
padding:0;
margin:0.3em 0.5em 0 0;
position:relative;
border:0;
z-index:4;
}
#checkoutPaymentInfo form label {
display:block;
float:left;
width:26em;
font-size:0.85em;
cursor:default;
margin:0.3em 0 0 0;
color:#666666;
}
#checkoutPaymentInfo form label.require {
font-size:0.9em;
}
#checkoutPaymentInfo #paymentMethodContent3 div {
height:1.8em;
}
#checkoutPaymentInfo form div span strong {
color:#000000;
}
#checkoutPaymentInfo form p {
float:left;
width:8em;
}
#checkoutPaymentInfo form fieldset {
display:none;
clear:both;
float:left;
border:0;
width:37em;
margin:-0.5em 0 0 0;
padding:0 0 1em 19.2em;
font-size:0.85em;
color:#666666;
background-color:#FFFFFF;
}
* html #checkoutPaymentInfo form fieldset { /* fix for ie 6 */
width:36em;
padding-left:20em;
}
*+html #checkoutPaymentInfo form fieldset { /* fix for ie 7 */
width:36em;
padding-left:20em;
}
#checkoutPaymentInfo div.paymentOption fieldset div {
float:left;
width:37em;
height:2.1em;
}
#checkoutPaymentInfo div.paymentOption fieldset div img {
position:absolute;
margin:-0.2em 0 0 0;
padding:0;
}
#checkoutPaymentInfo div.paymentOption fieldset div label {
width:15em;
color:#666666;
}
#checkoutPaymentInfo div.paymentOption fieldset div span strong {
display:block;
float:left;
margin:0.3em 0 0 0;
}
#checkoutPaymentInfo div.paymentOption fieldset p {
width:34.5em;
color:#666666;
}
#checkoutPaymentInfo ul.checkoutStepsTop {
position:relative;
margin-bottom:-1em;
background-color:#ffffff;
}
#checkoutPaymentInfo ul.checkoutStepsBottom {
clear:both;
float:none;
}
#checkoutPaymentInfo hr {
display:block;
height:0.5em;
border:0;
width:47em;
float:left;
line-height:0.5em;
}
* html #checkoutPaymentInfo hr {
display:none; /* fix for ie 6 */
}
*+html #checkoutPaymentInfo hr {
display:none; /* fix for ie 7 */
}
/* basket check */
#basketCheck h2 {
margin:0 0 0 0.25em;
}
#basketCheck hr {
display:none;
}
#basketCheck div {
float:left;
}
#basketCheck div small a {
font-weight:normal;
}
#basketCheck div#checkBillingAddress,
#basketCheck div#checkDeliveryAddress {
height:9em;
}
#basketCheck div#checkBillingAddress,
#basketCheck div#checkDeliveryAddress,
#basketCheck div#checkPayment,
#basketCheck div#checkGift {
margin:0 0 0 0.5em;
padding:0;
float:left;
width:22.5em;
}
#basketCheck h3 {
margin:0;
padding:0;
font-size:1.2em;
}
#basketCheck address,
#basketCheck div#checkPayment p,
#basketCheck div#checkGift p {
padding:0.5em 0 0.5em 0.2em;
font-size:0.9em;
font-style:normal;
}
#basketCheck address span {
/* display:block; */
display:none;
}
#basketCheck div#listBasketCheck {
margin:2em 0 0 0;
border-top:1px dotted #d8d8d8;
clear:both;
width:47em;
}
#basketCheck .message {
width:44.6em;
}
#frmOrderShow #basketItems {
border-top:1px dotted #d8d8d8;
clear:both;
padding:1em 0 0 0;
margin:0.5em 0 0 0;
}
#frmOrderShow #basketItems h3 {
margin:0.1em 0 0 0.5em;
}
#frmOrderShow #basketItems .basketAdditionals {
border-top:1px dotted #d8d8d8;
margin:0;
padding:0;
}
#frmOrderShow #basketItems .basketAdditionals #basketCharging {
background-color:#FFFFFF;
padding:0 0 0.5em;
font-size:0.875em;
color:#666666;
}
#frmOrderShow #basketItems .basketAdditionals #basketCharging .price {
color:#000000;
font-weight:bold;
font-size:1em;
margin-right:0.5em;
text-align:right;
width:8em;
padding:0;
}
#frmOrderShow #basketItems .basketAdditionals #basketCharging label {
font-size:1em;
}
#frmOrderShow #basketItems .basketAdditionals div {
clear:both;
float:left;
width:100%;
margin:0.5em 0 0.5em 0;
}
#frmOrderShow #basketItems .basketAdditionals div div {
margin-bottom:0;
}
#frmOrderShow #basketItems .basketAdditionals div label {
display:block;
float:left;
width:42.5em;
text-align:right;
}
#frmOrderShow #basketItems .basketAdditionals div span {
display:block;
text-align:left;
float:right;
padding:0 0.5em 0 1.5em;
width:105px;
}
#frmOrderShow #basketItems .basketAdditionals div span small {
display:block;
width:37em;
text-align:right;
}
#frmOrderShow #basketItems .basketAdditionals #basketSum {
border-top:1px dotted #d8d8d8;
width:47em;
margin:0;
float:left;
padding:0.5em 0 0.5em 0;
}
#frmOrderShow #basketItems .basketAdditionals #basketSum div {
clear:none;
float:left;
margin:0;
}
#frmOrderShow #basketItems .basketAdditionals #basketSum label {
width:520px;
}
#frmOrderShow #basketItems .basketAdditionals #basketSum span {
width:127px;
float:right;
}
#frmOrderShow #basketItems .basketAdditionals #basketPriceTotal label {
font-size:1.1em;
color:#333333;
}
#frmOrderShow #basketItems .basketAdditionals #basketPriceTotal span {
font-weight:bold;
width:100px;
float:right;
padding:0;
text-align:right;
margin-right:0.4em;
}
#frmOrderShow #basketItems .basketAdditionals #basketPriceTax {
font-size:0.8em;
color:#666666;
}
#frmOrderShow #basketItems .basketAdditionals #basketPriceTax .price {
color:#666666;
width:105px;
float:right;
text-align:right;
padding:0;
margin-right:0.5em;
}
#frmOrderShow .checkoutStepsBottom {
margin-top:0;
}
/* basket finish */
#orderNew {
padding:0 0.5em 0 0.5em;
}
#orderNew h2 {
margin:0 0 0.5em 0;
}
#orderNew p {
font-size:0.85em;
}
#orderNew .button {
float:left;
width:auto;
}
/* checkout steps */
.checkoutStepsTop {
height:2.5em;
float:left;
width:47em;
border-top:1px dotted #d8d8d8;
padding:0.3em 0 0.1em 0;
}
.checkoutStepsBottom {
margin:0.5em 0 0 0;
padding:0.5em 0 0.5em 0;
border-top:1px dotted #d8d8d8;
height:1.9em;
width:47em;
}
.checkoutStepsTop li.left,
.checkoutStepsBottom li.left {
display:none; /* display:block; */
padding-left:0.5em;
float:left;
}
.checkoutStepsTop li.right,
.checkoutStepsBottom li.right {
padding-right:0.5em;
float:right;
}
/* designs */
#articleDesigns {
width:50em;
float:left;
padding:0;
margin:0.5em 0 0 0.5em;
overflow:hidden;
}
* html #articleDesigns { /* fix for ie 6 */
margin:0 0 0 0.24em;
}
#articleDesigns h3 {
display:block;
float:left;
width:13.5em;
line-height:2em;
height:2.5em;
background-color:#ffffff;
margin:0 0 -1em -0.5em;
padding:0 0 0 0.5em;
}
* html #articleDesigns h3 { /* fix for ie 6 */
width:11.55em;
height:2.5em;
padding:0 0 0 1em;
}
*+html #articleDesigns h3 { /* fix for ie 7 */
height:2.5em;
margin-left:-0.45em;
}
#articleDesigns div {
float:left;
margin:0 1.3em 1em 0;
padding:5px 5px 0 5px;
width:13.7em;
background-color:#FFFFFF;
}
#articleDesigns div a img {
border:1px dotted #d8d8d8;
background-color:#fff;
}
#articleDesigns div a:hover img {
border:1px dotted #8e908f;
}
#articleDesigns div ul {
display:none; /* display:block; */
float:left;
margin:0 0.3em 0 0;
}
#articleDesigns div ul li {
float:left;
margin:0 0.3em 0 0;
}
/* producttype details (measure table) */
#producttypeDetails {
padding:0 0.5em 0em 0.5em;
}
#producttypeDetails #measureImage {
background-color:#FFFFFF;
padding:4px 3px 0 4px;
width:193px;
float:left;
}
#producttypeDetails #measureImage img {
border:1px dotted #d8d8d8;
}
#producttypeDetails div {
float:left;
width:30em;
padding:0 0 0 0.5em;
margin:0 0 0.5em 0;
}
#producttypeDetails div span {
display:block;
clear:both;
float:left;
font-weight:bold;
}
#producttypeDetails div ul {
display:block;
width:20em;
float:left;
}
#producttypeDetails div ul li {
float:left;
margin:0 0.4em 0 0;
font-size:0.85em;
}
#producttypeDetails h4 {
clear:both;
margin:0.5em 0 0.5em 0;
}
#producttypeDetails #productDetailsImage {
background-color:#ffffff;
padding:3px 3px 0 3px;
float:none;
width:560px;
border:1px dotted #d8d8d8;
}
#producttypeDetails .button {
margin:0.5em 0 0.5em 0;
}
* html #producttypeDetails #productDetailsImage,
* html #producttypeDetails #measureImage {
padding-bottom:3px; /* fix for ie 6 */
}
*+html #producttypeDetails #productDetailsImage,
*+html #producttypeDetails #measureImage {
padding-bottom:3px; /* fix for ie 7 */
}
/* impressum,
privacy,
copyright, agb */
#privacy,
#copyright,
#agb,
#help {
padding:0.5em 0.5em 0 0.5em;
float:left;
width:46em;
}
#impressum {
float:left;
width:47em;
margin:0;
padding:0;
}
#impressum #impressumCustomer {
padding:1em 0.5em 0.5em 0.5em;
}
#impressum #impressumSpreadshirt {
padding:0.5em 0.5em 0 0.5em;
border-top:1px dotted #d8d8d8;
}
#impressum #impressumSpreadshirt p {
font-size:0.85em;
}
#agb ul {
list-style-type:disc;
margin:0.5em 0 0.5em 2em;
}
#impressum h2,
#privacy h2
#copyright h2,
#agb h2,
#help h2 {
margin:0.5em 0 0.5em 0;
}
#impressum p,
#privacy p,
#copyright p,
#agb,
#help p {
margin:0.5em 0 0.5em 0;
font-size:0.85em;
width:98%;
}
/* help, faq */
.faqPopup {
background-color:#ffffff;
}
.faqEmbedded {
float:left;
width:47em;
}
.faqEmbedded .faqCategories {
display:block;
float:left;
margin:0 0 1em 0;
width:22.5em;
height:12em;
overflow:hidden;
}
.faqEmbedded div ul li {
width:21em;
font-size:0.9em;
}
.faqEmbedded .faqAnswer {
clear:both;
width:100%;
}
.faqEmbedded .faqAnswer h5 {
border-top:1px dotted #d8d8d8;
clear:both;
padding:1em 0 0 0;
margin:1em 0 0 0;
width:100%;
}
.faqAnswer h5 a {
float:right;
height:18px;
width:18px;
padding:0;
margin:-1.5em 0 0 0;
}
.faqEmbedded .faqAnswer table {
width:100%;
}
.faqEmbedded table {
width:47em;
margin:0;
}
.rowHL td {
font-weight:bold;
width:15em;
border-right:1px dotted #d8d8d8;
font-size:0.85em;
}
.rowHL td.rowRange {
text-align:right;
font-weight:normal;
width:auto;
margin:0 0.5em 0 0.5em;
padding:0 0.2em 0 0;
font-size:0.85em;
}
.rowData td {
background-color:#FFFFFF;
color:#666666;
font-size:0.85em;
}
.rowData td.rowRange {
text-align:center;
color:#666666;
font-size:0.85em;
}
/* footer */
#menuFooter {
clear:both;
float:left;
background-color:#FFFFFF;
width:47em;
margin:1em 0 0 0;
}
#menuFooter ul {
line-height:1.5em;
font-weight:normal;
float:left;
}
#menuFooter ul li {
float:left;
display:block;
border-right:1px dotted #d8d8d8;
padding:0 0.4em 0 0.4em;
margin:0;
}
#menuFooter ul li a {
font-weight:normal;
font-size:0.8em;
}
#footer {
float:left;
margin:0 0 0.5em 0;
}
#footer small {
float:left;
display:block;
width:47em;
font-size:0.8em;
margin:0.7em 0 0.7em 0.5em;
color:#333333;
}
* html #footer small {
width:45em; /* fix for ie 6 */
}
#footer a.powerd-by {
margin-top:0.6em;
float:right;
}
#footer a.powerd-by img {
border:0;
}
/* End Spreadshop style */
