body {
    width: 950px;
    background-color: #eeeeee;
    margin: auto;
    margin-top: 0px;
    color: #333333;
}

body, div, td, th, input {
    font-family: arial, sans-serif;
    font-size: 12px;
}

form {
    margin: 0px;
    padding: 0px;
}

input, textarea {
    color: #666666;
    border: 1px solid #cccccc;
    padding: 2px;
    
}

h1 {
 	font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 5 0;
    padding: 0 0 5 0;
}
 
h2 {
 	font-size: 16px;
    color: #666666;
}
 
h3 {
 	font-size: 14px;
    color: #666666;
}
 
a {
	color: #666666;
	text-decoration: none;
}

a:hover {
		color: #f8d527;
	}
a.redhover:hover {
    color: red;
}

button.greenhover {
    border: none;
    background-color: #e4e4e4;
    font-size: 10px;
    font-family: arial, sans-serif;
    color: #666666;
}

button.greenhover:hover {
    color: lightgreen;
    cursor: pointer;
}

div#footer {
	clear: both;
     text-align: right;
     font-size: 11px;
     padding-top: 10px;
     padding-bottom: 10px;
     width: 932px;
     font-weight: bold;
     border-top: 1px solid #cacaca;
     margin-top: 10px;
}

div#footer a {
     color: #888888;
     text-decoration: none;
     margin-left: 5px;
     margin-right: 5px;
}

div#footer a:hover {
    color: black;
}

div#footer a:active {
    color: red;
}

div#logo {
	width: 932px;
	height: 78px;
    padding: 0px;
	margin: 0px;
	background-image: url('/site_media/images/logo.png');
}

div#logo a{
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

div#logo a:hover {
    color: white;
}

div#main-menu {
	width: 932px;
	height: 32px;
    padding: 0px;
	margin: 0px;
	text-align: right;	
	background-color: #fbd201;
}


ul.errorlist {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

ul.errorlist li {
    list-style: none;
    font-size: 11px;
    color: red;
}

.product-name {
     font-weight: bold;
     margin: 0px;
}
.product-name a {
	text-decoration: none;
	color: #666666;	
}

.product-teaser {
	margin: 0px;	
}

.product-description {
	margin: 0px;
}

.product-form {
}




table.cart {
	margin: 0px;
	padding: 0px;
}
table.cart td {
    color: #666666;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 7px;
}

table.cart td.item {
    background-color: #e4e4e4; 
    border-top: 1px solid #999999; 
    vertical-align: top;
    padding: 5px;
}

tr.header, tr.footer {
    background-color: #cccccc;
}
tr.uneven {
    background-color: #eeeeee;
}
tr.even {
    background-color: #dddddd;
}


table#checkout-steps {
	
}

table#checkout-steps th {
	font-size: 11px;
	text-align: center;
}

table#checkout-steps td {
	font-size: 11px;
	text-align: center;
}

table#staff-transaction {
	
}

table#staff-transaction th {
	text-align: right;
	padding: 6px;
}

ul.staff-order-actions {

}

ul.staff-order-actions li {
	padding: 4px;
}

div.product-image {
	width: 250px;
	height: 150px;
	float: left; 
	margin-right: 10px; 
	margin-top: 10px;
	margin-bottom: 10px;
    background-image: url(/site_media/images/rahmen_produktbilder.png);
}

div.product-image img {
    margin-top: 10px;
    height: 130px;
}




td.border-row {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #e4e4e4;
    padding: 8px;
    vertical-align: top;
}

div#sidebar-left {
	width: 165px;
	float: left;
}

div#sidebar-right {
	width: 165px;
	float: right;
}

div#main {
	width: 582px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

div.block {
	background-color: #d6d6d6;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 20px;
}

div#block-user {
	background-image: url(/site_media/images/header_kundeninfo.png);
	
}

div#block-cart {
	background-image: url(/site_media/images/header_warenkorb.png);
	
}

div#block-cart p {
	margin-left: 8px;
}

div#block-category {
	background-image: url(/site_media/images/headerKategorien.png);	
}

div#block-search {
	background-image: url(/site_media/images/headerSuche2.png);	
}


ul.messages {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.messages li {
    padding: 8px;
    font-weight: bold;
}

.messages .warning {
    background-color: #ffff99;
    color: #ff0000;
    border: 1px solid red;
}

.messages .info {
    background-color: #aaffaa;
    color: #000;
    border: 1px solid #00ff00;
}

#id_q {
    background-color: #fcd315;
}

fieldset#coupon {
    background-color: #fcd315;
}
fieldset legend {
    font-weight: bold;
}

.portlet {
    margin-bottom: 20px;
}
.portlet .header {
    background: url('../images/header_block.png') repeat-x scroll left bottom #fcd315;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    text-align: left;
    font-weight: bold;
    border-left: 1px solid #f5cf59;
    border-right: 1px solid #f5cf59;
}

.portlet .content {
    background-color: #d6d6d6;
    padding: 1px 8px;
    border: 1px solid #ccc;
}

.submit-row,
.form-row {
    margin: 10px;
}

