* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #00116b;
}

body {
	background: #00116a;
	padding: 10px 0;
}

a, a.hover {
	text-decoration: none;
	outline: 0;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

small {
	font-size: 9px;
}

.submit {
	cursor: pointer;
}

/* ******************************** */

.overall {
	margin: auto;
	width: 964px;
	background: transparent url(img/bg.container.gif) repeat-y 2px 0;
}

.header {
	width: 960px;
	height: 210px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	border-left: 2px #fff solid;
	background: transparent url(img/bg.header.jpg) no-repeat;
}

.container {
	width: 960px;
	border: 2px #fff solid;
	background: transparent url(img/bg.content.gif) repeat-y 140px 50px;
}

.home {
	background: transparent url(img/bg.home.jpg) no-repeat 140px 15px;
}

.footer {
	width: 962px;
	text-align: center;
	font-size: 10px;
	color: #555;
	background: #00116a;
}

/* ******************************** */

.header-logo {
	height: 185px;
	padding: 2px 4px 0 20px;
}

a.logo, a:hover.logo {
	float: left;
	width: 280px;
	height: 155px;
	margin-top: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.showertoy.de/templates/showertoy/img/logo.png', sizingMethod='scale');
	cursor: pointer;
}

html > body .logo {
	background-image: url(img/logo.png);
}

.logo img {
	display: none;
}

.language {
	float: right;
	margin: 2px 0;
}

.header-search, .navi-1 {
	float: left;
	width: 217px;
	padding: 3px 0;
	background: #cdd8ea;
}
 
.header-search .text, .header-search .submit {
	float: left;
}

.header-search .text {
	width: 135px;
	height: 17px;
	border: 0;
	margin-left: 4px;
}

.navi-1 {
	width: 743px;
	padding: 0;
	margin: 0;
	background: #00116a;
}

.navi-1 li {
	float: left;
}

a.link-1, a:hover.link-1 {
	display: block;
	width: 120px;
	height: 18px;
	padding-top: 5px;
	margin-left: 2px;
	text-align: center;
	background: #cdd8ea;
}

a.login, a:hover.login {
	width: 131px;
}

a:hover.link-1, a.login, a:hover.login, .navi-1 a.active, .navi-1 a:hover.active {
	background: #00116a;
	color: #fff;
}

a.red, a:hover.red {
	color: #e00;
}

/* ******************************** */

.breabcrump {
	padding: 2px 4px;
	font-size: 10px;
	color: #fff;
	background: #00116a;
}

.breabcrump a, .breabcrump a:hover {
	font-size: 10px;
	color: #fff;
}

.breabcrump a:hover {
	text-decoration: underline;
}

/* ******************************** */

.column-1, .column-2 {
	float: left;
}

.column-1 {
	width: 140px;
}

.column-2 {
	width: 760px;
	_height: 380px;
	min-height: 380px;
	padding: 30px;
	border-top: 1px #8f98c1 solid;
}

/* ***********column-1************* */

.navi-2, .cart-box {
	border-top: 1px #8f98c1 solid;
	border-bottom: 1px #8f98c1 solid;
}

.navi-2 li {
	padding-top: 2px;
}

a.link-2, a:hover.link-2, a.link-2-1, a:hover.link-2-1 {
	display: block;
	height: 22px;
	padding: 8px 0 0 10px;
	background: #cdd8ea;
}

.navi-2 ul {
	padding-bottom: 2px;
	border-bottom: 1px #00116a solid;
}

.navi-2 ul a.link-2, .navi-2 ul a:hover.link-2 {
	height: 19px;
	padding: 3px 0 0 10px;
}

.navi-2 ul a.link-2 strong, .navi-2 ul a:hover.link-2 strong {
	font-size: 11px;
}

a:hover.link-2, a:hover.link-2-1, .navi-2 a.active, .navi-2 a:hover.active {
	background: #001169;
	color: #fff;
}

a:hover.link-2 strong, .navi-2 a.active strong, .navi-2 a:hover.active strong {
	color: #fff;
}
.cart-box {
	margin: 2px 0;
	padding-bottom: 3px;
	background: #cdd8ea;
	border-top: 2px #00116a solid;
	border-bottom: 2px #00116a solid;
}

.cart-box h3 {
	padding: 3px 0 3px 8px;
}

.cart-box-list {
	display: inline-block;
	padding: 1px 2px;
	margin: 0 2px 3px 1px;
	padding-bottom: 3px;
	border: 1px #00116a solid;
	background: #f9f9f9;
}

.cart-box-list p {
	padding: 1px 0;
}

.cart-box-list a, .cart-box-list p b {
	font-size: 10px;
}

.cart-box-list p b {
	float: right;
	margin-top: 1px;
}

.cart-box-list p.empty {
	padding: 3px;
	font-size: 10px;
}

.cart-box-total {
	border-top: 1px #001169 solid;
}

.cart-box-total small {
	float: right;
	text-align: right;
}

.cart-box-total small u {
	font-size: 10px;
}

.cart-box .link-2 {
	border-top: 2px #00116a solid;
	margin-top: 3px;
}

.admin-box {
	padding: 10px 5px;
}

/* ***********column-2************* */

.hints {
	padding: 10px 0;
}

.buttonRight {
	text-align:right;
}

.content-headline {
	font-size: 14px;
}

.content-box {
	padding: 20px 0;
}

.column-2 p {
	padding: 3px 0;
}

.content-home {
	height: 300px;
	padding: 30px 75px;
}

.content-home p {
	padding:0;
}

.content-home h1 {
	font-size: 18px;
	color: #4a5a8b;
}

.content-home span {
	font-size: 15px;
	color: #4a5a8b;
}

#welcomeMap {
	margin-right: -20px;
}

.faq-links {
	padding-bottom: 10px;
	border-bottom: 1px #00116b solid;
}

.faq-links a, .faq-links a:hover {
	display: block;
	padding: 3px 0;
	font-weight: bold;
}

.faq-links a:hover {
	text-decoration: underline;
}

.faq-list h2 {
	margin-bottom: 5px;
}

.faq-list p {
	padding: 5px 0;
}

.faq-list ol {
	padding: 5px 30px;
}

.faq-list ol li {
	padding: 3px 0;
}

.faq-list a, .faq-list a:hover {
	color: #e00;
}

/* ******************************** */

.product img {
	border: 1px #001169 solid;
}

.product-image, .product-details {
	float: left;
	width: 415px;
}

.product-image img {
	margin-bottom: 15px;
}

.product-details {
	width: 330px;
}

.product-details h1 {
	margin-bottom: 5px;
	font-size: 16px;
}

.product-details p {
	padding: 5px 0;
}

.product-details small u, .product-details small a {
	font-size: 10px;
}

p.product-order {
	padding: 20px 0;
}

.product-order strong, .product-order label, .product-order input {
	float: left;
	margin-right: 20px;
	line-height: 1.4;
}

.product-order label {
	margin-right: 4px;
	font-weight: bold;
}

.product-details .quantity {
	width: 30px;
	text-align: center;
	border: 1px #001169 solid;
	line-height: 1.0;
}

.product-details .submit {
	margin: 2px 0 0 0;
}

.product-suggestions {
	border-top: 1px #00116a solid;
	border-bottom: 1px #00116a solid;
}

.product-suggestions h2 {
	padding: 5px 0;
	font-size: 11px;
	font-weight: normal;
}

.product-suggestions-list div, .product-suggestions-list p {
	float: left;
	width: 12px;
}

.product-suggestions-list div {
	width: 100px;
	padding-top: 10px;
	cursor: pointer;
}

.product-suggestions-list div, .product-suggestions-list div strong {
	font-size: 10px;
}

/* ******************************** */

.footer a {
	font-size: 10px;
	color: #555;
}

/* ******************************** */

.registerForm {
	padding: 0 200px 0 0;
}

.registerForm div {
	padding:10px 0;
}

.registerFormLeft, .registerFormRight, .registerFormRightGender, .passwordLostFormLeft, .passwordLostFormRight {
	float:left;
	width:235px;
	padding:2px 0;
}

.registerFormLeft, .textMust, .passwordLostFormLeft {
	line-height:1.4;
}

.registerFormRight, .registerFormRightGender {
	width:320px;
}

.registerFormRightGender input {
	margin:0 30px 0 5px;
}

.registerFormRight input, .registerFormRight select, .passwordLostFormRight input {
	width:318px;
	padding:2px 0 1px 0;
	border:1px #00116a solid;
	color:#000;
}

.registerFormRight select option {
	color:#000;
}

.registerFormRight select {
	width:320px;
}

.registerFormSubmit {
	float: right;
	margin: 10px 5px 0 0;
}

/* ******************************** */

.contact-form {
	width: 505px;
	padding: 10px 0;
}

.contact-form div {
	padding: 10px 0;
}

.contact-form div label, .contact-input, .contact-form div textarea {
	float:left;
	width: 150px;
	line-height: 1.4;
}

.contact-input, .contact-form div textarea {
	width: 180px;
	height: 16px;
	padding-left: 2px;
	color: #111;
	border: 1px #00116a solid;
}

.contact-form div textarea {
	width: 350px;
	height: 200px;
	_padding: 0;
}



/* ******************************** */

.loginBox, .loginBoxSpacer {
	float:left;
	width:365px;
	border: 1px #00116a solid;
}

.loginBoxSpacer {
	width:25px;
	border: 0;
}

.loginBox .title {
	padding: 3px 10px;
	color: #fff;
	background: #00116a;
}

.loginBox p, .loginForm, .loginSubmit {
	padding: 10px;
}

.loginForm label, .loginForm input {
	float:left;
	margin-top:5px;
}

.loginForm label {
	width:110px;
	line-height:1.4;
}

.loginForm input {
	width:150px;
	padding:2px 0 2px 6px;
	border:1px #005990 solid;
	color:#000;
}

.loginSubmit {
	text-align:right;
}

/* ******************************** */

.passwordLost {
	padding:10px 0;
}

.passwordLost p {
	padding:5px 0;
	line-height:1.3;
}

.passwordLostFormRight input {
	width:239px;
}

/* ******************************** */

.navigation {
	padding: 10px 0;
}

.navigation div {
	float:left;
	width:380px;
}

.navigation-2 {
	text-align:right;
}

.product-listing {
	padding:10px 0;
}

.listing-item {
	float:left;
	width:370px;
	padding:10px 0;
}

.listing-spacer {
	float:left;
	width:15px;
}

.listing-item-image, .listing-item-description {
	float:left;
	width:180px;
}

.listing-item-image img {
	border: 1px #00116a solid;
}

.listing-item-description {
	position: relative;
	width: 168px;
	height: 143px;
	padding: 0 10px;
}

.listing-item-description-bottom {
	position: absolute;
	bottom: 0;
}

.listing-item-description h4 {
	font-size: 12px;
}

.listing-item-price {
	font-size:14px;
}

.listing-item-tax, .listing-item-tax a, .listing-item-tax u {
	font-size:10px;
}

/* ******************************** */

.cart-list {
	padding: 10px 0;
}

.cartImgTop, .cartArticleTop, .cartQtyTop, .cartSingleTop, .cartTotalTop {
	float:left;
	padding:5px 0;
	color: #fff;
	font-weight: bold;
	background: #00116a;
}

.cartItem {
	padding-left: 10px;
	background: #fff url(img/bg.cart.gif) repeat-y right top;
	border-bottom: 1px #aab1d0 solid;
}

.cartImg, .cartQty, .cartArticle, .cartSingle, .cartTotal, .cartDelete {
	float:left;
	padding:10px 0;
}

.cartImg img {
 border: 1px #00116a solid;
}

.cartQty {
	padding-top: 28px;
}

.cartSingle, .cartTotal, .cartDelete {
	padding-top: 30px;
}

.cartArticle {
	padding-top: 12px;
}

.cartQty input {
	width:25px;
	height: 16px;
	padding-top: 2px;
	border:1px #00116a solid;
	text-align:center;
}

.cartImgTop, .cartImg {
	width:140px;
}

.cartImgTop {
	width:150px;
}

.cartSingleTop, .cartSingle, .cartTotalTop, .cartTotal, .cartQtyTop, .cartQty {
	width:120px;
	text-align:center;
}

.cartQtyTop, .cartQty {
	width:90px;
}

.cartArticleTop, .cartArticle {
	width:280px;
}

.cartTotalBlock {
	padding:5px 28px;
	text-align:right;
	font-size:12px;
	color: #fff;
	background: #00116a;
}

.cartTotalBlock strong, .cartTotalBlock a {
	color: #fff;
}

/* ******************************** */

.overall-checkout {
	margin: auto;
	width: 962px;
	background: #fff;
}

.header-checkout {
	border: 2px #fff solid;
}

.header-checkout div {
	background: #00116a;
}

.header-checkout div img, .header-checkout div h1 {
	float: left;
}

.header-checkout div img {
	border-right: 2px #fff solid;
}

.header-checkout div h1 {
	margin: 45px 0 0 20px;
	font-size: 24px;
	color: #fff;
}

div.header-link {
	background: #cdd8ea;
	border-top: 2px #fff solid;
	border-bottom: 0px #00116a solid;
}

.header-link a {
	float: left;
	width: 153px;
	height: 14px;
	padding: 6px 0 6px 63px;
	color: #fff;
	border-right: 2px #fff solid;
	background: #00116a url(img/arrows.back.gif) no-repeat 45px center;
}

.container-checkout {
	border: 2px #fff solid;
	padding: 30px 20px 30px 30px;
}

.navi-checkout {
	padding-left: 35px;
}

.navi-checkout div {
	float: left;
	width: 155px;
	padding: 2px 0 2px 40px;
	margin-right: 40px;
	font-size: 20px;
	color: #757dab;
	background: #fff url(img/arrow.checkout.gif) no-repeat left center;
}

.navi-checkout a div {
	cursor: pointer;
}

div.step-2 {
	width: 165px;
}

div.step-4 {
	width: 100px;
	margin: 0;
}

.navi-checkout div.active {
	background-image: url(img/arrow.checkout.active.gif);
	color: #00116a;
}

.content-checkout {
	height:100%;
	min-height:100%;
	padding: 20px 10px 10px 0;
}

/* ******************************** */

.checkout-box {
	padding: 20px 20px 0 20px;
}

.checkout-left, .checkout-right {
	float:left;
	width:409px;
	height:100%;
	min-height:100%;
	padding:20px;
}

.content-checkout h2.title , .account-box h2.title{
	font-size:14px;
	margin-top:10px;
}

.content-checkout p.title, .account-box p.title {
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}

.checkout-left div, .checkout-right div {
	padding: 10px 0;
}

.checkout-block-1, .checkout-block-2, .checkout-block-3 {
	float: left;
	width: 29px;
	padding: 5px 0;
}

.checkout-block-2 {
	width: 320px;
}

.checkout-block-3 {
	width: 60px;
	text-align: right;
}

.new-address label, .new-address input, .new-address select, .new-address span {
	float:left;
	margin:0 3px;
}

.new-address select {
	margin-left:3px;
}

.new-address select, .new-address select option {
	color:#000;
}

.new-address label {
	width:95px;
	margin:0;
	line-height:1.5;
}

.checkout-continue {
	padding: 15px 0;
	border-top: 1px #737faf solid;
}

.checkout-continue label, .checkout-continue input {
	float: right;
	line-height: 1.5;
}

.checkout-continue input {
	margin-left:10px;
}

#blabla, #comments {
	width:397px;
	height:140px;
	padding:5px;
	color:#000;
	border:1px #737faf solid;
	background:#ececec;
}

#blabla {
	width:407px;
	height:260px;
	padding:0;
}

.editLink {
	float:right;
	margin-top:2px;
	font-weight:normal;
	color:#e00;
}

.checkout-block {
	padding:10px 0;
	border-bottom:1px #00116a solid;
}

.block-quantity, .block-description, .block-price {
	float:left;
	width:710px
}

.block-quantity {
	width:40px;
	padding-left:10px;
}

.block-price {
	width:88px;
	text-align:right;
}

.otTitle, .otText {
	float:left;
	padding:5px 10px 5px 0;
	width:768px;
	text-align:right;
}

.otText {
	width:70px;
}

/* ******************************** */

.account-box {
	padding:10px 0;
}

.account-box div {
	padding:5px 0;
}

.account-link-list {
	padding:5px;
	width:250px;
}

.account-link-list li {
	padding-bottom:2px;
}

a.account-link, a:hover.account-link {
	display:block;
	padding:2px 0 4px 16px;
	height:11px;
	background:transparent url(img/arrow.list.bg.gif) no-repeat 0 3px;
}

a:hover.account-link {
	background-position:0 -10px;
	color:#e00;
}

.order-list div {
	line-height:1.5;
}

.order-list div img {
	float:right;
	margin-top:1px;
}

.accountAddressList {
	padding:0;
}

.accountAddressList div {
	padding:5px 0;
}

.accountAddressListLeft, .accountAddressListRight {
	float:left;
	width:280px;
	padding:0;
}

.accountAddressListRight {
	width:220px;
	text-align:right;
}

.account .registerForm div {
	padding:0;
}

.account .registerForm div p {
	padding:2px 0;
}

.account .registerForm .registerFormRightGender {
	padding-bottom:15px;
}

.account-box .registerForm div {
	padding:0;
}