/*** ATV24 Cascading Stylesheet	    									***/
/*** This stylesheet contains tags used in ATV24 e-commerce-solution 	***/
/***																	***/
/*** Produced 2. August 2009 by Tommy Jardenbæk                         ***/
/***																	***/


.shoplist a
{
float:left;
width:182px;
text-decoration:none;
color:white;
background-color: black;
padding:0px 0px 0px 0px;
border-right: 1px solid orange;
margin: 0px 0px 0px 0x;
}

.shoplist a:hover {background-color:black; /* #ff9900;*/}

.product_box_list	{
						float:					left;
						width: 					183px; 
						/*
						height:					280px; 
						*/
						margin: 				0px 10px 10px 0px;
						padding: 				0px 4px 4px 4px;
						border: 				1px solid gray;
						position:relative;
						}
						
.product_box_list_in_col	{
						float:					left;
						width: 					183px; 
						margin: 				8px 10px 10px 0px;
						
						padding: 				0px 0px 0px 0px;
						
						border: 				1px solid gray;
						position:relative;
						}
						

.concatname				{
						width: 182px;
						height:40px; 
						margin:					0px 0px 6px 0px; 
						border: 0px solid red; /* #333333; */
						float:left;
						position:relative;
						overflow:hidden;
						}
						
.concatname_list		{
						width: 135px;
						height:40px; 
						margin:					0px 0px 0px 0px; 
						border: 1px solid #1c1c1c;
						float:right;
						position:relative;
						}
						

div.product_box_list imgx.tilbud
						{
					position:absolute; 
					width:60px; 
					left:8px; 
					top:75px; 
					z-index:1; 
					border:0px solid white;}
						}
