﻿
table.prod_table
{
    width: 100%;
}

td.prod_table_left_column
{
	width:350px;
	padding: 0 7px;
}

td.prod_table_right_column
{
    width: 330px;
	vertical-align: top;
	position: relative;
}

div.prod_info_container
{
    height: 240px;
}
div.prod_title
{
	font-family:arial;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
}


div.prod_desc
{
	float:left;
	color:#535569;
	padding-bottom:10px;
	margin-bottom:10px;
}

div.prod_image_large
{
    height: 349px;
    width: 349px;
    position: relative;
    text-align: center;
}
div.prod_image_large span 
{ 
    width: 349px;
	height: 349px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/ramme_stor.gif") no-repeat;
}
div.prod_image_large table.image_table
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
div.prod_image_large table.image_table td
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 349px;
    width: 349px;
}
div.prod_related
{
	clear:left;
	float:left;
	width:100%;	
}

div.prod_price
{
	clear: both;
	color:#d2232a;
	height: 50px;
}

span.prod_price_desc
{
	color:#d2232a;
	font-size:14px;
	margin-right:40px;
	margin-top:22px;
	float: left;
}

span.prod_quantity_label
{
	color:#d2232a;
	font-size:14px;	
}

span.prod_price_notax
{
	margin-top:15px;
	font-size:20px;
	color:#d2232a;
	float: left;
}

span.prod_price_tax
{
	float:left;
	color:#8da68f;
	font-size:20px;
	padding-top:30px;
}

div.prod_price_symbol
{
	background-image:url("../../images/cirkler_til_vareliste.png");
	background-repeat:no-repeat;
	background-position: center;
	height:50px;
	width:64px;
	float: left;
}

div.prod_add
{
	clear:both;
	margin-top:10px;
	display: inline;
}

div.prod_add div
{
	margin-top:5px;
}

div.prod_add .prod_wishlist_container
{
    float: left;
}

div.prod_add input
{
	margin-right:20px;
}
div.prod_add .cc_sold_out
{
    float: left;
}
div.prod_extra
{
	width:100%;
	padding-top:20px;
}

span.prod_extra_desc
{
	color:#535569;
}

div.prod_priceinfo
{
	margin-top:20px;
	color:#535569;
	font-style:italic;	
}

.prod_box_container
{
	width:330px;
}

div.prod_box_upper
{
	font-size:2px;
	height:15px;
	background-image:url("../../images/product_upper.gif");
	background-repeat:no-repeat;
}

div.prod_box_middle
{
	background-image:url("../../images/product_middle.gif");
	background-repeat:repeat-y;
	height:80px;
}

div.prod_box_lower
{
	font-size:2px;
	height:15px;
	background-image:url("../../images/product_lower.gif");
	background-repeat:no-repeat;
}

/*                      Related items                    */
div.prod_related
{
	clear:both;
	float:left;
	width:100%;	
}
div.ProductTemplate_RelatedListItem h2
{
    margin: 15px;
}

div.ProductTemplate_RelatedListItem div.ProductBoxSmall
{
    width: 220px;
    height: 116px;
    background-image: url("../../images/prod_related_bg.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 13px 7px;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall td.ProductBoxSmallText
{
    vertical-align: top;
}

div.ProductTemplate_RelatedListItem div.ProductBoxSmall1
{
    position: relative;
    width: 88px;
    height: 88px;
    float: left;
    text-align: center;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall1 a
{
    display: block;
    text-align: center;
    width: 88px;
    height: 88px;
    background-color: White;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall1 table.image_table
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall1 table.image_table td
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 88px;
    width: 88px;
    text-align: center;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall1 span.image_border
{ 
    width: 88px;
	height: 88px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/ramme_lille.gif") no-repeat;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall2
{
    text-align: left;
    padding-left: 15px;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall2 .ProductBoxSmall_ProductName
{
    margin-bottom: 30px;
}

div.ProductTemplate_RelatedListItem div.ProductBoxSmall2 a
{
    color: Black;
    font-weight: bold;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall2 a.read_more
{
    text-decoration: underline;
}

div.ProductTemplate_RelatedListItem div.ProductBoxSmall_Price
{
    color:#D2232A;
    font-weight: bold;
}
div.ProductTemplate_RelatedListItem div.ProductBoxSmall_Price span
{
    font-size: 16px;
}
