/*
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, //or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General //Public License for more details.
You should have received a copy of the GNU General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

.lbox
{
	position: absolute;
	width: 308px;
}

.lbox img
{
	border: none;
}

.lbox-top
{
	position: relative;
	background-image:url(top.png);
	height: 82px;
}

.lbox-middle
{
	position: relative;
	background-image:url(middle.png);
	background-repeat: repeat-y;
	font-size: 10px;
	height: 92px;
}

.lbox-bottom
{
	position: relative;
	background-image:url(bottom.png);
	font-size: 10px;
	height: 11px;
}

.lbox-content
{
	position: absolute;
	font-size: 10px;
	height: 11px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
}

.lbox-intro
{
	margin: 8px;
	color: #ffffff;
}

.lbox-intro a
{
	color: #ffffff;
	text-decoration: none;
}

.lbox-intro a:hover
{
	text-decoration: underline;
}

.lbox-link
{
	font-size: 9px;
	margin: 8px;
	color: #cccccc;
}

.lbox-link a
{
	color: #cccccc;
	text-decoration: none;
}

.lbox-link a:hover
{
	text-decoration: underline;
}

.lbox-licence
{
	position: relative;
	margin: 5px;
	background-image: url(licencebox.png);
	width: 290px;
	height: 50px;
}

.lbox-licenceimages
{
	position: absolute;
	top: 14px;
	left: 8px;
}

.lbox-licencesummary
{
	position: absolute;
	left: 80px;
	vertical-align: center;
	font-size:9px;
	color: #1a1a1a;
}

.lbox-licenceimages img
{
	margin-left: 4px;
}

.lbox-licenceimages img:first-child
{
	margin-left: 0px;
}

.lbox-branding
{
	position: absolute;
	top: 150px;
}

.lbox-branding-licence
{
	position: absolute;
	left: 8px;
}

.lbox-branding-custom
{
	position: absolute;
	left: 210px;
}
