@charset "UTF-8";

/**
* @author Daniel Stockhammer
* @copyright 2011, Netzmühle Internetagentur
* @since 24.03.2011
*/

div.product-leftrow {
    width: 400px;
    float: left;
}

div.product-rightrow {
    width: 405px;
    float: right;
}

div.product-categories {
    margin-top: 20px;
}

div.product-categories ul.categories {
    margin: 0;
}

div.product-categories ul.categories li {
    list-style: none !important;
    display: inline;
    margin: 0 10px 0 0;
}

div.product-images {
    margin-top: 20px;
	position: relative;
}

div.product-images ul.thumbs {
	clear: both;
    width: 350px;
    padding: 0;
    margin: 0 auto;
}

div.product-images ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none !important;
}

div.product-images a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #e4e4e4;
}

div.product-images ul.thumbs li.selected a.thumb {
	background: #333333;
}

div.product-images a.thumb:focus {
	outline: none;
}

div.product-images ul.thumbs img {
	border: none;
	display: block;
}

div.product-images div#controls {
	height: 20px;
    width: 405px;
    margin: 0 auto;
}

div.product-images div#controls a.prev {
    float: left;
}

div.product-images div#controls a.next {
    float: right;
}

div.product-images div#loading {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('/assets/images/loader.gif') center no-repeat;
	width: 405px;
	height: 300px;
}

div.product-images div#slideshow {
    height: 310px;
}

div.product-images div#slideshow a {
    text-decoration: none !important;
}

div.product-images div#slideshow span.image-wrapper {
	display: block;
	position: relative;
}

div.product-images div#slideshow a.advance-link {
	display: block;
    position: absolute;
	width: 405px;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

div.product-images div#slideshow img {
    position: absolute;
    top: 0;
	left: 0;
    padding: 1px;
	border: 1px solid #e4e4e4;
}

div.product-attributes {
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-top: 20px;
}

div.product-addtocart select,
div.product-attributes select {
    border: 1px solid #b6b6b6;
    padding: 3px;
}

div.product-addtocart select {
    width: 50px;
}

div.product-attributes select {
    width: 99%;
}

div.product-attributes select.error {
    margin: -1px;
    border: 2px solid red;
}

div.product-addtocart label,
div.product-attributes label {
    font-weight: bold;
}

div.product-attributes p.label {
    margin-bottom: 2px;
}

div.product-addtocart {
    background: #fffada;
    border: 1px solid #e4e4e4;
    padding: 15px;
}
div.product-addtocart p {
    margin-bottom: 0;
}


div.product-addtocart div.leftrow {
    float: left;
    text-align: left;
}

div.product-addtocart div.rightrow {
    float: right;
    text-align: right;
}

div.product-addtocart p.price {
    font-weight: bold;
    font-size: 150%;
    color: #C76200;
}

div.product-addtocart p.taxes {
    margin: -8px 0 5px 0;
    font-size: 10px;
}

div.product-addtocart p.shipping-fees {
    margin-top: 22px;
}

div.product-addtocart p.addtocart {
    clear: both;
    text-align: right;
}