/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:url(/img/bg.gif) repeat-x 0 0;
	font: normal 11px/17px "Tahoma", Arial, Helvetica, sans-serif;
	background-color:#5A5A5A;
	color:#525252;
	padding:10px 0 0;
}
h2 {
	font: italic 24px/24px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding:0 0 14px;
}
p {
	padding:18px 0 0;
}
strong {
	color:#000000;
	background-color:inherit;
}
a {
	color:#000;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.spacer {
	font-size:0;
	line-height:0;
	clear:both;
}
.mainBody {
	width:961px;
	margin:0 auto;
}
/* header start */
.header {
	background-color:#fff;
	color:#000;
	border-top:1px solid #F2F2F2;
}
ul.topLink {
	list-style:none;
	float:right;
	width:auto;
	margin:15px 0 11px;
}
ul.topLink li {
	float:left;
	width:auto;
	padding:0 0 0 21px;
	margin:0 9px 0 0;
	height:16px;
	line-height:16px;
}
ul.topLink li.contact {
	background:url(/img/contact.gif) no-repeat 0 50%;
	margin:0;
}
ul.topLink li.account {
	background:url(/img/account.gif) no-repeat 0 50%;
}
ul.topLink li a {
	font-weight:normal;
}
.header span {
	font-size:15px;
	line-height:15px;
	color:#000;
	background-color:inherit;
	font-weight:bold;
}
.header span strong {
	font-size:14px;
}
.header form {
	width:354px;
	height:17px;
	float:right;
	margin:15px 0 18px;
}
.header input, .header select {
	border-bottom:1px solid #CFCEB0;
	border-top:1px solid #A3A3A5;
	border-left:1px solid #A3A3A5;
	border-right:1px solid #A3A3A5;
	height:17px;
	line-height:15px;
	padding:0 0 0 4px;
	color:#2F2F2F;
	background-color:#fff;
	margin:0 5px 0 0;
	float:left;
	font-size:11px;
}

input, select {
	border-bottom:1px solid #A3A3A5;
	border-top:1px solid #A3A3A5;
	border-left:1px solid #A3A3A5;
	border-right:1px solid #A3A3A5;
	margin:2px;
}

.header select {
	width:134px;
}
.header input {
	width:140px;
}
.header label {
	background:url(/img/search-icon.gif) no-repeat 0 2px;
	width:18px;
	height:17px;
	display:block;
	float:left;
	font-size:0;
	color:#fff;
	background-color:inherit;
}
.header input.searchBtn {
	width:40px;
	height:17px;
	padding:0;
	margin:0;
	border:0;
}
ul.menu {
	background:url(/img/menu-bg.gif) repeat-x 0 0;
	width:930px;
	height:25px;
	padding:0 0 0 31px;
	margin:1px 0 0;
	list-style:none;
}
ul.menu li {
	background:url(/img/menu-line.gif) no-repeat 100% 0;
	height:25px;
	line-height:25px;
	padding:0 2px 0 0;
	float:left;
	width:auto;
}
ul.menu li.last {
	background:none;
}
ul.menu li a {
	background-color:inherit;
	color:#fff;
	padding:0 12px 0 11px;
	height:25px;
	line-height:25px;
	display:block;
	float:left;
	width:auto;
}
ul.menu li a:hover {
	background:url(/img/menu-hover.gif) repeat-x 0 0;
	text-decoration:none;
}
/* header end */
/* body content start */
.bodyContent {
	width:930px;
	padding:16px 0 27px 31px;
	background-color:#fff;
	color:#525252;
}
/* left start */
.left {
	width:200px;
}
.left h2 {
	font-size:18px;
	line-height:22px;
}
.box {
	width:198px;
	border:1px solid #D0D0D0;
}
.box td {
	padding:14px 12px;
}
.box p {
	background:url(/img/dot-line.gif) repeat-x 0 100%;
	padding:5px 0 10px;
	margin:0 0 14px;
}
.box p.last {
	background:none;
	margin:0;
}
.box a {
	background:url(/img/arrow.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}
form.login {
	width:173px;
	background:url(/img/login-bg.gif) repeat-x 0 0;
	padding:14px 13px 14px 14px;
	background-color:#3C3C3B;
	color:#DCDBDA;
	margin:17px 0 0px;
}
form.login h2 {
	background:url(/img/login-heading.gif) no-repeat 0 0;
	font:bold 16px/46px "Tahoma", Arial, Helvetica, sans-serif;
	width:125px;
	height:46px;
	color:#000;
	background-color:inherit;
	padding:0 0 0 48px;
	margin:0 0 2px;
}
form.login input {
	width:156px;
	height:15px;
	font-size:11px;
	border-bottom:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	color:#525252;
	background-color:#fff;
	padding:2px 0 0 15px;
	margin:12px 0 0;
}
form.login input.loginBtn {
	width:59px;
	height:20px;
	padding:0;
	border:0;
	float: right;
	margin:12px 0 9px;
}
form.login input.checkBox {
	width:12px;
	height:12px;
	padding:0;
	margin:0 6px 0 0;
}
form.login span {
	color:#DCDBDA;
	background-color:inherit;
	padding:0 0 0 16px;
}
form.login a.forget {
	text-decoration:underline;
	font-weight:normal;
	color:#DCDBDA;
	background-color:inherit;
}
form.login a.register {
	text-decoration:underline;
	font-weight:normal;
	color:#DB0101;
	background-color:inherit;
}
form.login a:hover {
	text-decoration:none;
}
.shoppingCart {
	background:url(/img/shopping-bg.gif) repeat-x 0 0;
	height:63px;
	border:1px solid #CFCDCD;
	margin-top:14px;
}
.shoppingImg {
	background:url(/img/shopping-img.gif) no-repeat 6px 5px;
}
.shoppingCart h2 {
	font:bold 16px/16px Arial, Helvetica, sans-serif;
	color:#C02203;
	background-color:inherit;
	padding:0;
}
.shoppingCart strong {
	color:#383C3F;
	background-color:inherit;
}
.shoppingCart a {
	color:#383C3F;
	background-color:inherit;
}
form.newsLetter {
	width:174px;
	background-color:#C02203;
	color:inherit;
	padding:14px 13px;
	margin:19px 0 0;
}
form.newsLetter h2 {
	background:url(/img/letter-icon.gif) no-repeat 0 0;
	font:bold 16px/22px "Tahoma", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	height:30px;
	padding:0 0 0 42px;
	margin:0 0 4px;
}
form.newsLetter input {
	width:156px;
	height:15px;
	font-size:11px;
	border-bottom:1px solid #D4D0C8;
	border-right:1px solid #D4D0C8;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	color:#525252;
	background-color:#fff;
	padding:2px 0 0 15px;
	margin:0 0 13px;
}
form.newsLetter input.subscribeBtn {
	width:79px;
	height:21px;
	padding:0;
	border:0;
	margin:0 0 15px;
}
form.newsLetter a {
	font:normal 19px/28px Helvetica, Arial, sans-serif;
	color:#000;
	background-color:inherit;
	background:url(/img/tell-friend.gif) no-repeat 0 0;
	text-align:center;
	width:173px;
	height:39px;
	display:block;
	text-decoration:none;
}
form.newsLetter a:hover {
	color:#A40707;
	background-color:inherit;
}
/* left end */
/* content start */
.content {
	padding:0 0 0 30px;
	width:730px;
	padding-right:30px;
}
.banner {
	width:272px;
	background:url(/img/banner.gif) no-repeat 0 0;
	height:27px;
	padding:142px 0 0 398px;
	margin:0 0 22px;
}
.banner h1 {
	font:bold 20px/20px Helvetica, Arial, sans-serif;
	color:#fff;
	background-color:inherit;
}
a.readMore {
	background:url(/img/arrow.gif) no-repeat 3% 80%;
	font-size:12px;
	padding:0 0 0 10px;
}

.gap {
	padding:0px 0 0px;
}
.productBox {
	width:152px;
	margin:0 20px 25px 0;
}
.productBox img {
	border:1px solid #D1D1D1;
	display:block;
	margin:0 0 13px;
}
.productBox p {
	width:auto;
	padding:9px 0 14px;
}
.productBox span {
	width:46px;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
	display:block;
	background-color:#000;
	color:#fff;
	text-align:left;
	font-weight:bold;
	float:left;
	margin:0 1px 0 0;
}
.productBox a.addtoCart {
	width:100px;
	height:20px;
	line-height:20px;
	background-color:#D80101;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
}
.productBox a.addtoCart:hover {
	background-color:#D80101;
	color:#FCBBBB;
}
.nav {
	width:670px;
	height:24px;
	background-color:#EFEFEF;
	color:#1B1B1B;
}
.nav ul {
	list-style:none;
	padding:0 13px 0 0;
	height:12px;
	float:right;
	width:auto;
}
.nav li {
	background:url(/img/nav-line.gif) no-repeat 100% 50%;
	padding:0 8px 0 5px;
	height:12px;
	line-height:12px;
	float:left;
	width:auto;
}
.nav li.last {
	background:none;
}
.nav li.prev {
	background:none;
	padding:0;
}
.nav li.prev img {
	margin:3px 0 0;
}
.nav li.next {
	background:none;
	padding:0;
}
.nav li.next img {
	margin:3px 0 0;
}
.nav li a {
	font-size:10px;
	color:#1B1B1B;
	background-color:inherit;
	float:left;
	width:auto;

}
/* content end */
/* footer start */
.footer {
	height:106px;
	color:#BCBCBC;
	background-color:inherit;
	font-family:Arial, Helvetica, sans-serif;
}
.footer ul {
	list-style:none;
	width:690px;
	margin:0 auto;
	padding:25px 0 0;
	text-align:center;
}
.footer li {
	padding:0 14px 0 10px;
	background:url(/img/footer-line.gif) no-repeat 100% 50%;
	display:inline;
}
.footer li.last {
	background:none;
}
.footer li a {
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	display:inline;
	color:#BCBCBC;
	background-color:inherit;
}
.footer p {
	padding:0;
}

.artikelbox {width:285px; height:255px; margin-left:10px; margin-bottom:10px; padding:5px; border:1px solid rgb(210,210,210); float:left; position:relative; color:#000000;}
.artikelbox a {color:#000000;}
.artikelbox p {color:#000000;}
.price {font-weight:bold; color:#DB0101; font-size:130%; margin-right:10px; margin-bottom:0px; margin-left:0px; padding:0px;}
.uvp {color:rgb(0,0,0); font-size:110%; margin-right:10px; margin-top:0px; margin-bottom:0px; margin-left:0px; padding:0px;}
.center {text-align:center;}

.message {color:#00CC00; font-weight:bold;}
.error {color:#CC0000; font-weight:bold;}

.pagetitle
{
	font: italic 24px/24px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	padding:0 0 14px;
}

.addtoCart {
	width:100px;
	height:20px;
	line-height:20px;
	background-color:#D80101;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	text-align:center;
}
.addtoCart:hover {
	background-color:#D80101;
	color:#FCBBBB;
}

.icms-album
{
	float:left;
	border:1px solid #000000;
	margin-right:20px;	
	padding:0px;
	margin-bottom:20px;
}

/* footer end */
/* body content end */









































