@charset "utf-8";

@import "globalnavigation.css";
@import "reset.css";
@import "design.css";

/* CSS Document */

/* ********** CONTENTS ********** */

div.contents{
	width:575px;
	padding:18px 14px 18px 0;
	display:inline;
	float:right;
}


/* ********** DIGITAL CATALOG ********** */
.digitalcatalog{
	width:255px;
	padding:10px 0 ;
	border:#C9C9C9 solid 1px;
	background:url(img/digitalcatalog_bg.gif) repeat-x;
	float:left;
}

.digitalcatalog h2{
	margin:0 10px 5px;
}

.digitalcatalog img{
	padding:0;
	display:block;
	margin:0 auto;
}

a.digitalcatalog_btn{
	margin:7px 35px;
	display:block;
	width:184px;
}

a.digitalcatalog_btn img{
	margin:0;
}

p.digitalcatalog_browser{
	text-indent:-9999px;
	width:200px;
	margin-left:21px;
}

p.digitalcatalog_browser a{
	background:url(img/digitalcatalog_browser.gif) no-repeat;
	display:block;
	width:221px;
	height:12px;
}

p.digitalcatalog_browser a:hover{
	background-position:0 -12px;

}

/* ********** CART  CATALOG ********** */
div.right_area{
	float:right;
	width:308px;
	margin-bottom:15px;
}

div.cart{
	width:174px;
	border-left:#C9C9C9 solid 1px;
	border-right:#C9C9C9 solid 1px;
	border-top:#C9C9C9 solid 1px;
	border-bottom:#FEE600 solid 5px;
	background:url(img/cart_bg.jpg) no-repeat left top;
	padding:10px 24px 11px 108px
}

div.cart h2{
	margin-bottom:5px;
}

a.cart_btn {
	display:block;
	height:32px;
	width:155px;
	margin-top:7px;
}

li a.cart_btn {
	margin-top:0;
}


div.catalog{
	margin-top:15px;
	width:174px;
	border-left:#C9C9C9 solid 1px;
	border-right:#C9C9C9 solid 1px;
	border-top:#C9C9C9 solid 1px;
	border-bottom:#FEE600 solid 5px;
	background:url(img/catalog_bg.jpg) no-repeat left top;
	padding:10px 24px 9px 108px;	
}

.ie div.catalog{
	margin-top:14px;
	width:174px;
	border-left:#C9C9C9 solid 1px;
	border-right:#C9C9C9 solid 1px;
	border-top:#C9C9C9 solid 1px;
	border-bottom:#FEE600 solid 5px;
	background:url(img/catalog_bg.jpg) no-repeat left top;
	padding:10px 24px 14px 108px;
}

.catalog h2{
	margin-bottom:5px;
}

a.catalog_btn{
	display:block;
	margin-top:7px;
	height:32px;
	width:155px;
}



/* ********** WHATS NEW ********** */

div.whatsnew{
	border:#C9C9C9 solid 1px;
	padding:10px;
	width:553px;
	clear:both;
	margin-bottom:15px;
}

div.whatsnew h2,
div.article h2{
	padding-bottom:8px;
}

/* ********** ARTICLE ********** */
div.article{
	border:#C9C9C9 solid 1px;
	padding:10px;
	width:553px;
	background:url(img/article_bg.jpg) no-repeat 468px bottom;
}

div.article p{
	padding:5px 0;
	font-size:smaller;
	width:396px;
}

div.article p.article_caption{
	border-bottom:#C9C9C9 solid 1px;
	width:396px;
	padding-bottom:12px;
	padding-top:0;
}

div.article a{
	background:url(img/bullet.gif) no-repeat left center;
	display:block;
	padding-left:12px;
	font-weight:bold;
	color:#464545;
	width:396px;
}

/* ********** LINK ********** */
img.tuv{
	float:left;
	width:282px;
	margin-top:15px;
}

img.eurokraft{
	float:right;
	width:282px;
	margin-top:15px;
}

