﻿.group_item_container
{
	width:336px;
}

table.group_table
{
	width:100%;
}

td.group_table_upper
{
	font-size:8px;
	height:15px;
	background-image:url("../../images/list_product_upper_bg.png");
	background-repeat:no-repeat;
}

td.group_table_middle
{
	background-image:url("../../images/list_product_middle_bg.png");
	background-repeat:repeat-y;
	height: 125px;
	vertical-align: top;
}

td.group_table_lower
{
	font-size:8px;
	height:15px;
	background-image:url("../../images/list_product_lower_bg.png");
	background-repeat:no-repeat;
}

.group_image_container
{
	position: relative;
	float:left;
	width:125px;
	text-align: left;
}
.group_image_container a
{
    display: block;
    text-align: center;
    width: 123px;
    height: 123px;
    background-color: White;
}
.group_image_container img
{
    margin: 0 auto;
}

.group_image_container span.image_border
{
    width: 123px;
	height: 123px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/ramme_mellem.gif") no-repeat;
}
.group_image_container table.image_table
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.group_image_container table.image_table td
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 123px;
    width: 123px;
}
.group_info_container
{
	float:left;
	width: 200px;
}

.group_title
{
	width:200px;
	white-space:nowrap;
/*	text-overflow:ellipsis;*/
	overflow:hidden;
	font-weight:bold;
}

.group_title a
{
	color:#000;
}

.group_price
{
	color:#d2232a;
	clear: both;
	height: 30px;
}
.group_price_notax
{
    margin-top: 11px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.group_price_desc
{
	margin-right:40px !important;
	font-weight:bold;
	color:#d2232a;
   	margin-top: 15px;
    float: left;
}

div.group_price_symbol
{
	background-image:url("../../images/cirkler_til_vareliste.png");
	background-repeat:no-repeat;
	height:35px;
	width:45px;
	float: left;
}

a.group_read_more_link
{
	color:#000;
	text-decoration:underline;
}

.group_action_container
{
    position: relative;
    height: 45px;
    margin-top: 15px;
}
.group_action_container .cc_input
{
    position: absolute;
    top: 0;
    left: 0;
}
.group_action_container .cust_cart_order, .group_action_container .cc_sold_out
{
    position: absolute;
    top: 0;
    right: 0;
}

.group_action_container .add_to_wishlist, .group_action_container .remove_from_wishlist
{
    position: absolute;
    bottom: 2px;
    right: 0;
}