/*====================================================================*/
/*========================== General ================================*/
/*====================================================================*/


* {
margin:0;
padding:0;
}


body {
background:url(../images/bg_body.jpg) no-repeat;
font:12px "Calibri", "Arial", sans-serif;
}

a {
color:#D38552;
}

a:focus {  
outline: none;  
}  

a:hover {
text-decoration:none;
}

h1 {
background:url(../images/h1.png) no-repeat;
color:#801211;
font-size:28px;
padding:6px 0 6px 45px;
margin:0 0 5px -50px;
line-height:90%;
width:420px;
}

h2 {
color:#801211;
font-size:17px;
padding:0 0 4px 0;
margin:6px 0 6px 0;
}

p {
font-size:14px;
margin-bottom:5px;
}

img {
border:none;
}

td {
vertical-align:top;
}

.required  {
color:#990000;
}

ol {
margin-left:20px;
}

td, th {
font-size:14px;
}
 


/*====================================================================*/
/*============================ Layout ================================*/
/*====================================================================*/


div#container {
position:relative;
float:left;
width:1150px;
height:650px;
}

div#logo {
position:absolute;
top:0;
left:0;
width:170px;
height:100px;
}

div#logo a {
display:block;
text-indent:-5000px;
height:100px;
}

div#musik {
position:absolute;
top:3px;
left:405px;
width:50px;
height:50px;
}

div#container_menu {
position:absolute;
top:155px;
left:0;
width:175px;
}

div#container_content {
position:absolute;
display:inline;
top:103px;
left:120px;
width:550px;
height:440px;
overflow:auto;
padding: 0 420px 0 57px;
}

div#twines {
background:url(../images/twines.png) no-repeat;
position:absolute;
top:93px;
left:604px;
width:460px;
height:498px;
z-index:99;
}

div#ShoppingCart { /*more styles see cart.css*/
position:absolute;
top:51px;
left:600px;
width:260px;
z-index:100;
}
/*====================================================================*/
/*============================ Menu ==================================*/
/*====================================================================*/


div#menu_top {
float:left;
width:170px;
background:url(../images/menu_top.png) no-repeat;
height:20px;
}

div#menu_main {
float:left;
width:170px;
display:block;
background:url(../images/menu_main.png) repeat-y;
padding:0 10px 0 10px;
}

div#menu_bottom {
float:left;
clear:both;
width:170px;
background:url(../images/menu_bottom.png) no-repeat;
height:20px;
}

div#menu_main ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}

ul#levelTwo {
float:left;
margin:-2px 0 5px 0 !important;
}

ul#levelTwo li {
clear:both;
display:block;
float:left;
margin-left:2px;
padding:5px 3px 5px 3px;
font-size:12px !important;
width:145px !important;
line-height:.95;
}

div#menu_main li {
clear:both;
float:left;
width:150px;
position:relative;
font-size:23px;
margin-bottom:-5px;
}

div#menu_main li a {
color:#801211;
text-decoration:none;
}

div#menu_main li a:hover {
color:#000 !important;
text-decoration:none;
}

.current {
color:#000 !important;
}

/*====================================================================*/
/*============================ Content ===============================*/
/*====================================================================*/

.still {
float:left;
width: 120px;
}

.info{
float: left;
width: 390px;
margin:0 5px;
}

.info h2 a {
color:#801211;
}

.list{
float:left;
clear:both;
margin-bottom:10px;
}

.intoCart,
.toCheckout {
margin-top:15px;
font:13px "Calibri", "Arial", sans-serif;
padding: 2px;
border:#D3BCBE 1px solid;
color: #000;
background-color:#FFF;
text-decoration:none;
}

#productSamples a {
color:#801211;
text-decoration:none;
}


#productLeft {
position:relative;
float:left;
width:200px;
}

#productRight {
position:relative;
float:left;
margin-left:10px;
width:300px;
}

#productSamples {
clear:both;
position:relative;
float:left;
}


/*====================================================================*/
/*=========================== Formular ===============================*/
/*====================================================================*/


fieldset {
border: 0;
}

label {
font-size:14px;
}

input.action {
margin-top:15px;
font:13px "Calibri", "Arial", sans-serif;
padding: 2px;
border:#D3BCBE 1px solid;
color: #000;
background-color:#FFF;
}

input.action:hover,
input.action:focus {
cursor: pointer;
}

input.text, textarea, select {
font:13px "Calibri", "Arial", sans-serif;
padding: 2px;
border:#D3BCBE 1px solid;
color: #000;
width: 300px;
background-color:#FFF;
}

input:focus span, textarea:focus span {
border: 1px solid #E7C150;
}

select {
	width: auto;
}

.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
}

label.right {
	display:inline;
}

.optionset {
list-style-type:none;
}

p#Remember,
p#ForgotPassword {
margin-top:15px;
}