/* Produktliste  */

div.tt_products_item_list {
}

/* Pager  */
div.page_navigation {
    position: relative;
    height: 20px;
    margin: 10px 0;
    background: #fff;
    /* border-top: 1px solid #ce9103;
    border-bottom: 1px solid #ce9103; */
}

div.page_prev {
    float: left;
    width: 235px;
    text-align: right;
}

div.page_numbers {
    float: left;
    margin: 0;
    width: 110px;
    text-align: center;
}

div.page_next {
    float: right;
    width: 235px;
    text-align: left;
}

/* Einzelprodukt in Liste  */
div.listitem_wrapper {
	background: #fff8e8;
	height: 180px;
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
}

div.listitem {
	margin: 0 0 0 25px;
	width: 330px;
	float: left;
}

div.product_image_list {
	width: 150px;
	margin: 10px 40px auto auto;
	text-align: center;
	border: 1px solid #ce9103;
	background: #fff;
	padding: 5px 0;
}



div.product_note_list {
}

div.product_price_list {
	margin-top: 3px;
}

div.order_form {
	width: 260px;
	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: 27px;
    border: none;
    margin: 20px 0;
}



/* Detailseite  */

div.product_image_single {
	float: right;
	margin: 0 0 0 10px;
	width: 225px;
	text-align: center;
}

div.product_image_single img {
	margin: 0 0 10px 5px;
}


div.product_note {
	width: 340px;
}

div.product_environment {
	width: 340px;
}


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: left;
	padding: 0 7px;
	margin: 20px 0;
	background: #fff8e8;
	border-top: 1px solid #ce9103;
	border-bottom: 1px solid #ce9103;
}

div.tt_products_item_single_display div.order_form {
	width: 340px;
	margin: 10px auto;
}

div.tt_products_item_single_display div.order_form input#button_in_warenkorb {
    width: 154px;
    height: 32px;
    margin: 0 auto auto 7px;
    overflow: hidden;
    background: url(/fileadmin/template_weingelee/img/button.png) 0 4px no-repeat;
    border: none;
    font-size: 11px;
    cursor: pointer;
}


/* Warenkorb */

table.basket_items tr {
	spacing-top: 5px;
	background: #fff8e8;
}

table.basket_items caption {
	text-align: left;
}

table.basket_items td.quantity {
	width: 50px;
}

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;
} 

#inner_content form input[type=submit] {
    width: 154px;
    height: 30px;
    background: url(/fileadmin/template_weingelee/img/button.png) left bottom no-repeat;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.kasse-infobox {
    font-size: 10px;
    background: #fff8e8;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.3em;
}

/* Mini-Warenkorb */

.tt_products_minibasket {
    background: url(/fileadmin/template_weingelee/img/warenkorb.png) no-repeat;
    width: 150px;
    padding: 5px 0 15px 0;
    margin-top: 20px;
}

.tt_products_minibasket p {
    margin: 0 10px;
}

.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: #fff8e8;
    position: relative;
    border: 1px solid #ce9103;
    overflow: hidden;
}

div.item_list_related table {
    border-collapse: collapse;
}

td.related_image {
    background: #fff;
    width: 143px;
    height: 154px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding-bottom: 2px;
}

td.related_text {
    height: 135px;
    font-size: 10px;
    line-height: 1.1em;
    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: #fff8e8;
    border-top: 1px solid #ce9103;
    border-bottom: 1px solid #ce9103;
}