/**
 *	Document   : style.css
 *	Created on : Mar 17, 2009, 3:12:08 PM
 *	Author     : Stefan Stutz
 *	Description: CSS-file for mad-music.de index.php style
 **/

/**
 *	generell settings
 **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
* {
	margin:	0;
	padding:0;
	border-spacing:	0;
	border-collapse:collapse;
}

img {
	border:0;
}
p{
	margin: 1em 0px;
	line-height:18px;
}
a {
	color:#797979;
	text-decoration:none;
}


body {
	color:		#000;
	font-size:	12px;
	font-family:Arial;
	background-color:#333;
}
h1{
    color:#666;
    font-family:Georgia;
    font-size:24px;
    line-height:36px;
	font-weight:normal;
	font-style:normal;
}
h2{
    color:#000;
    font-family:Georgia;
    font-size:15px;
    line-height:36px;
	font-weight:normal;
	font-style:normal;
}
#wrapper {
	left:		50%;
	width:		780px;
	position:	relative;
	margin-top:	7px;
	margin-left:-390px;
}

.c {
	clear:both; }


/**
 *	header and menu
 **/
#header {
	height:				109px;
	background-color:	#E2DED4;
}
#logo{
	float:left;
}
#header_menu_container{
	float:left;	
	width:490px;
}
#header_menu{
	width:100%;
	text-align: right;
	padding-top:5px;
	margin-bottom:39px;
}
#header_menu a{
	font-size:11px;
	margin:0 10px 0 0;
}
#logo_link{
	display:block;
	width:220px;
	height:88px;
	padding:21px 35px 0 35px;
}

/**
 *	content area
 **/
#content{
	background-color:#E9E7E1;
	width:780px;
}

#left_content {
	border-right:1px solid #fff;
	width:489px;
	float:left;
	padding:25px;
}

#right_content {
	float:left;
	width:220px;
	padding:10px;
}

#slideshow_controls{
	height: 230px;
    position: absolute;
    width: 780px;
	opacity:0;
}

#slideshow_left img, #slideshow_right img{
	margin-top: 86px;
	-moz-user-select:none;
}
#slideshow_left, #slideshow_right{
	width:50%;
	height:100%;
	float:left;
	cursor:pointer;
}

#slideshow_left{
	text-align:left;
}

#slideshow_right{
	text-align:right;
}

#slideshow{
	overflow:hidden;
	height:230px;
	width:780px;
}

#slideshow ul{
	position:relative;
	width:10000em;
	left:0;
	list-style:none;
}

#slideshow li{
	background:black;
	text-align:center;
	width:780px;
	float:left;
	height:100%
}


#main_menu{
	width:100%;
	background-image:url("../_img/bg_black_33.png");
	height:30px;
	line-height:30px;
	position:absolute;
	top:309px;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	/* IE 5-7 */
	filter: alpha(opacity=60);
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.6;
	/* Good browsers */
	opacity: 0.6;
}
#main_menu ul{
	list-style:none;
}

#main_menu ul li{
	float:left;
	text-align:center;
	width:20%;
}

#main_menu ul li a{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-shadow: 2px 2px 1px #000;
}



#mini_products{
	border-collapse: separate;
    border-spacing: 10px;
}

#mini_products td{
	width:60px;
	height:60px;
	min-width:60px;
	min-height:60px;
	max-width:60px;
	max-height:60px;
	overflow:hidden;
	vertical-align: top;
}
div.mini_product{
	width:60px;
	height:60px;
	overflow:hidden;
	position:absolute;
	border:2px solid #E9E7E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}
div.mini_product:hover{
	border:2px solid #fff;
}
div.mini_product div.description{
	padding:10px;
	float:left;
	height:60px;
	width:140px;
	position:absolute;
	z-index:102;
	right:60px;
	top:-2px;
	background-color:white;
	display:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:2px solid white;
}
div.mini_product img.product_image{
	width:60px;
	float:left;
	position:relative;
	z-index:101;
}

/**
 *	footer
 **/
#footer {
	color:#7D7767;
	font-size:12px;
	margin:0 auto;
	width:780px;
}
