/* ########## Columns ########## */
td.JL_ambientColLeft {
	background-color: #666666;
	background-image: url(/src/images/ambient.bg.JL.gif);
	background-repeat: repeat-y;
	background-position: right;
}

td.JL_ambientColRight {
	background-color: #666666;
	background-image: url(/src/images/ambient.bg.JL.gif);
	background-repeat: repeat-y;
	background-position: left;
}

td.JL_contentCol {
	background-color: #ECB3E0;
	width: 800px;
	color: #ffffff;
}


/* ########## Menubar ########## */
td.JL_menubar {
	width: 800px;
	height: 20px;
	background-color: #C00499;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


/* ########## Footerbar ########## */
td.JL_footerbar {
	width: 800px;
	height: 20px;
	background-color: #C00499;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


/* ########## Contents ########## */
.containerJustLoves {
	background-color: #ECB3E0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	/*overflow:auto;*/
}

.JLcolumns {
	width: 200px;
	height: 600px;
	float: left;
	margin-top: 10px;
	display: block;
}

.JLcolumnItem {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	border-left: 0;
}

.JLcolumnItemTitle {
	padding: 4px 0 4px 4px;
	color: #ffffff;
	background-color: #c00499;
}

.JLcolumnItemTitle_hover {
	padding: 4px 0 4px 4px;
	color: #ffffff;
	background-color: #ff6600;
	cursor: pointer;
}

.JLcolumnItemText {
	padding: 4px;
	padding-right: 2px;
	color: #666666;
	font-weight: normal;
}

.JLcolumnItemText img,
.JLarticle img {
	float: left;
	margin: 0 5px 5px 0;
}

.JLcover {
	width: 460px;
	height: 173px;
	margin: 10px 0 0 10px;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	float: left;
}

.JLcolumn {
	width: 220px;
	/*height: 173px;*/
	margin: 10px 0 0 0;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
	border-right: 0;
	float: right;
}

#JLcontent {
	width: 460px;
	margin: 10px 0 0 10px;
	float: left;
}

.JLitemDetail {
	min-height: 220px;
	margin: 0 0 50px 0;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

.JLarticle {
	margin: 10px;
}

.JLsubitem {
	width: 220px;
	height: 100px;
}

.JLitem {
	width: 220px;
	height: 200px;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}

ul.JL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.JLtitle {
	padding: 4px;
	padding-right: 2px;
	color: #ffffff;
	background-color: #bde859;
}

.JLtitle_hover {
	padding: 4px;
	padding-right: 2px;
	color: #ffffff;
	background-color: #ff6600;
	cursor: pointer;
}

.JLtext {
	padding: 4px;
	padding-right: 2px;
	color: #666666;
	font-weight: normal;
}

img.JL {
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}