/* GENERAL STYLES */
.widebox-background 
{
  	background-color: #c5bc91; /*#8da6c1;*/
	padding: 0px;
}

.widebox-content {
  	padding-left: 0px;
  	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

.widebox-rightmiddle {
	background-image: url(/Jensine/images/skin/widebox/widebox_rightmiddle.jpg);
	background-position: right 0px;
	background-repeat: repeat-y;
}

.widebox-leftmiddle {
	background-image: url(/Jensine/images/skin/widebox/widebox_leftmiddle.jpg);
	background-position: left 20px;
 	background-repeat: repeat-y;
}

.widebox-upperleft {
	background-image: url(/Jensine/images/skin/widebox/widebox_upperleft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.widebox-uppermiddle {
  	background-image: url(/Jensine/images/skin/widebox/widebox_uppermiddle.jpg);
  	background-position: 140px 0px;
  	background-repeat: repeat-x;
}

.widebox-upperright {
  	background-image: url(/Jensine/images/skin/widebox/widebox_upperright.jpg);
  	background-position: top right;
  	background-repeat: no-repeat;
}

.widebox-lowerleft {
  	background-image: url(/Jensine/images/skin/widebox/widebox_lowerleft.jpg);
  	background-position: bottom left;
  	background-repeat: no-repeat;
}

.widebox-lowermiddle {
  	background-image: url(/Jensine/images/skin/widebox/widebox_lowermiddle.jpg);
  	background-position: 140px bottom;
  	background-repeat: repeat-x;
	clear: both;

}

.widebox-lowerright {
  	background-image: url(/Jensine/images/skin/widebox/widebox_lowerright.jpg);
  	background-position: bottom right;
  	background-repeat: no-repeat;
}


.widebox-content p {
	margin: 0; padding: 0px ;clear: both;
}


.widebox-content div p {
	/* color: #fff; */
	/* margin: 15px 15px 15px 15px; */
}


.widebox-content a {
	/* color: #fff; */
	color: #3f2f09; /*#7d131a;*/
	text-decoration: none;
}

.widebox-content a:hover {
	color: #7d131a;
}


.widebox-content ul {
	margin: 5px 5px;
	padding: 5px 5px 5px 10px;	
	list-style-type: disc;
	list-style-image: url(/Jensine/images/skin/icons/aesthetica2/16x16/favorite_red.png);
	/* list-style-position: inside; */
}

.widebox-content ul li {
	vertical-align:top;
	padding-top: 0;	
	padding-bottom: 10px;	
	padding-left: 5px;	
	margin: 0 0 0 0;
/*	font-size: 95%;*/
	line-height: 120%;
}


.widebox-content h3 {
	color: #3f2f09;
	font-size: 18px;
}

.widebox-content h4 {
	color: #3f2f09;
}

.widebox-content h5 {
	color: #3f2f09;
}


.widebox-content #ColumnContainer {
/*	float: left; */
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px; 
	padding: 0 0 0 0;
/*	width: 320px;
	height: 271px;*/
	/* color: #fff; */
} 


.widebox-content #Column1 {
	float:left; 
	width: 40%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


.widebox-content #Column2 {
	float:left;
	/* width: 28%; */
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #a8a187; /*#c5bc91; */
	/* border-right: 1px solid #c5bc91; */
}

.widebox-content #Column3 {
	float:right;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	/* border-left: 1px solid #c5bc91; */
}



/* EDITOR PROPERTIES */

