/* Produktliste  */

div.tt_products_item_list {
}

/* Pager  */
div.page_navigation {
    position: relative;
    clear: both;
    height: 20px;
    margin: 10px 0;
}

div.page_prev {
    float: left;
    width: 40px;
    text-align: right;
}

div.page_numbers {
    float: left;
    margin: 0;
    text-align: center;
}

div.page_next {
    float: right;
    width: 40px;
    text-align: left;
}

/* Einzelprodukt in Liste  */
div.listitem_wrapper {
	margin-bottom: 5px;
    width: 420px;
	padding: 5px 0;
    border-bottom: 1px solid #bebebe;
}

div.listitem {
	margin: 0;
	width: 280px;
	float: left;
}

div.product_image_list {
	width: 120px;
	margin: 10px 0 auto 15px;
	text-align: center;
	border: 1px solid #bebebe;
	background: #fdf9ee;
	padding: 5px 0;
    float: left;
}



div.product_note_list {
}

div.product_price_list {
	margin-top: 3px;
}

div.order_form {
	width: 280px;
	margin-top: 15px;
	text-align: right;
	float: left;
}

div.order_form label {
	width: 40px;
	float: left;
	text-align: left;
	line-height: 30px;
}

div.order_form input {
        float: left;
}

img.button_produktdetails {
    width: 154px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin: 10px 0;
}

/* Detailseite  */

div.product_image_single {
    float: right;
    margin: 0 0 0 10px;
    width: 180px;
    text-align: center;
    border: 1px solid #bebebe;
    background: #fdf9ee;
    padding: 5px 0;
}

div.product_image_single img {
}


div.product_note {
	width: 420px;
}

div.product_environment {
	width: 420px;
}


div.product_price {
	width: 340px;
	font-size: 16px;
   	font-weight: bold;
   	margin: 5px auto 5px 0;
}

ul.product_price_details {
	width: 250px;
	list-style: none;
	color: #666;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 10px 0;
}

div.product_dashlet {
	width: 250px;
}

div.list_link {
	clear: both;
	text-align: right;
	padding: 4px 7px;
	margin: 20px 0;
	border-top: 1px solid #bebebe;
}

div.tt_products_item_single_display div.order_form {
	width: 340px;
	margin: 10px auto;
    height: 35px;
}

div.tt_products_item_single_display div.order_form input#quantity {
    height: 20px;
    margin: 4px 0;
    padding: 0;
}


div.tt_products_item_single_display div.order_form input#button_in_warenkorb {
    width: 154px;
    height: 35px;
    margin: 0 auto 0 5px;
    overflow: hidden;
    background: url(/fileadmin/sektkellerei_neu/img/button.png) 0 4px no-repeat;
    border: none;
    font-size: 11px;
    cursor: pointer;
    color: #fff;
}

div.enhanced_data {
    width: 220px;
    position: relative;
    margin: 15px 0;
}

div.label_enhanced_data {
    float: left;
    color: #666;
    font-weight: normal;
    width: 90px;
    display: inline-block;
}

div.value_enhanced_data {
}


/* Warenkorb */

table.basket_items tr {
	background: #fff8e8;
}

table.basket_items caption {
	text-align: left;
}

table.basket_items td.quantity {
	width: 50px;
	text-align: center;
}

table.basket_items td.image {
	width: 160px;
	text-align: center;
}

table.basket_items td.product {
	width: 220px;
}

table.basket_items td.price
, table.basket_items th#price {
	width: 80px;
	text-align: center;
}

table.basket_items td.total
, table.basket_items th#total {
	width: 80px;
	text-align: center;
}


/* Bestellprozess */

td.delivery-firstcol {
    font-weight: bold;
    padding-right: 10px;
    width: 180px;
    text-align: right;
    vertical-align: top;
} 

#content form input[type=submit] {
    width: 154px;
    height: 27px;
    padding: 4px 0 6px 0;
    background: url(/fileadmin/sektkellerei_neu/img/button.png) left center no-repeat;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}

.kasse-infobox {
    font-size: 10px;
    background: #fdf9ee;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.3em;
}

/* Mini-Warenkorb */

.tt_products_minibasket {
    position: relative;
    background: url(/fileadmin/sektkellerei_neu/img/bg_warenkorb_mini.png) no-repeat;
    width: 177px;
    height: 225px;
    padding: 1px 0 0 0;
    margin: 0 auto 0 30px;
}

#inner_minibasket {
    margin: 80px 20px 0 20px;
    position: relative;
}

.tt_products_minibasket a img {
    border: none;
    margin: 0 0 10px 1px; 
}


/* Related Products */

#related_products {
    clear: both;
    position: relative;
}

div.item_list_related {
    margin: 10px 20px;
    float: left;
    width: 143px;
    height: 320px;
    background: #fdf9ee;
    position: relative;
    border: 1px solid #ce9103;
    overflow: hidden;
}

div.item_list_related table {
    border-collapse: collapse;
}

td.related_image {
    background: #fdf9ee;
    width: 143px;
    height: 154px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding-bottom: 2px;
}

td.related_text {
    height: 135px;
    padding: 2px 5px;
    vertical-align: top;
}

td.related_text h3 {
    margin: 5px 0 10px 0;
}

td.related_info_link {
    height: 20px;
    padding: 2px 5px;
}

div.continue_shopping {
    text-align: center;
    font-weight: bold;
    background: #fdf9ee;
    border-top: 1px solid #ce9103;
    border-bottom: 1px solid #ce9103;
}
