/* @override http://www.katvig.dk/public/css/KatvigModules.css */

/* ************************ item classes ************************* */

.spot
{
    float: left;
    margin-right: 40px;
    padding: 1px 0px 1px 0px;
    border-color: #d3d3d3;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    width: 277px;
    margin-bottom: 40px;
    overflow: hidden;
	line-height: 1.2em;
} 

.imageSpotNoBorder
{
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.moduleContent
{
	background-image: url('../media/img/module_back.png');
    background-repeat: no-repeat;
    padding: 14px 15px 10px 15px;
}



.double
{
    height: 514px;
}

.single
{
    height: 235px;
}

.twoTimesTwo
{
    height: 514px;
    width: 593px;
}

.mainDivMiddle .twoTimesTwo, .mainDivSmall .twoTimesTwo
{
	height: auto;
}

.mainDivSmall .single, .mainDivSmall .double, .mainDivSmall .twoTimesTwo
{
	width: 230px;
	height: auto;
}

.adaptable
{
	 overflow: visible;
}

.lastRowSpot
{
    /*margin-right: 0px;*/
}

h1.spotTitle
{
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 6px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
	
.spotContent
{
    margin-top: 3px;
}

.spotTypeTitle
{
    font-size: .9em;
    color: #666666;
}


.moduleContainer select 
{
	font-size: .8em;
	float: left;
	
}

.moduleContainer .deleteModuleDiv
{
	float: right;
	font-size: .8em;
}

.moduleContainer
{
	
	float: left;
	margin-bottom: 40px;
}


.moduleContainer .spot
{
	clear: both;
}



.item
{
	width: 73px;
	height: 73px;
	border: 0px;
	border-color: #d3d3d3;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;	
	float: left;
}

.mainDivSmall .item
{
	width: 74px;
	padding-left: 1px;
}

.dealerListContainer
{
	float: left;
    margin-right: 40px;
    width: 593px;
    margin-bottom: 40px;
    overflow: hidden;
}
.dealersBox 
{
    width: 285px;
	height: 70px;
	border: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-right-width: 1px;
	margin-bottom:20px;
	margin-right:20px;
	float: left;
}

.dealersBoxAlt 
{
   margin-right:0px;
}

.dealerHeader 
{
    font-size:1.3em;
    font-family:Georgia;
    margin-bottom:0.2em;
}

.mainDivSmall .dealersBox 
{ 
    width: 230px;
    margin-right:0px;
}

.adaptable img
{
	margin-bottom: 5px;
}







