﻿.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 span.image_border
{
    width: 123px;
	height: 123px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/ramme_mellem.gif") no-repeat;
}

.group_info_container
{
	float:left;
	width: 200px;
}

.group_title
{
	width:200px;
	white-space:nowrap;
/*	text-overflow:ellipsis;*/
	overflow:hidden;
	font-weight:bold;
}
.group_image_container a {
    background-color:White;
    display:block;
    height:123px;
    text-align:center;
    width:123px;
}
.group_image_container table.image_table 
{
    border-collapse:collapse;
    margin:0;
    padding:0;
}
.group_image_container table.image_table td 
{
    height:123px;
    margin:0;
    padding:0;
    vertical-align:middle;
    width:123px;
}

.group_title a
{
	color:#000;
}

.group_price
{
	color:#f7931e;
	clear: both;
	height: 30px;
}
.group_price_notax
{
    margin-top: 3px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.group_price_desc
{
	margin-right:40px !important;
    color:#f7931e;
    float: left;
   	margin-top:7px;

}

div.group_price_symbol
{
	background-image:url("../../images/price_circles_small.png");
	background-repeat:no-repeat;
	height:29px;
	width:45px;
	float: left;
}

a.group_read_more_link
{
	color:#000;
	text-decoration:underline;
}

.group_action_container
{
    position: relative;
    height: 50px;
}
.group_action_container .cc_input
{
    position: absolute;
    top: 0;
    left: 0;
}
.group_action_container .group_units_per_parcel
{
    position: absolute;
    top: 3px;
    left: 50px;
    width: 150px;
}

.group_action_container .cust_cart_order, .group_action_container span.cc_sold_out
{
    position: absolute;
    bottom: 2px;
    left: 0;
}

.group_action_container .cc_button
{
    position: absolute;
    bottom: 2px;
    right: 0;
}

div.paging
{
    height: 40px;
}
div.paging ul
{
    list-style: none;
    text-align: center; 
}
div.paging ul li
{
    display: inline;
    padding: 2px;
}

div.paging li a
{
	font-weight: bold;
	color: Black;

}
div.paging li a.previous img, div.paging li a.next img
{
    margin-bottom: -9px;
}
div.paging li a.selected {
	color:#F7931E;
	text-decoration: underline;
}
