﻿@charset "utf-8";

/* --- Panel --- */

ul.Panel li.Column1andHalf {
	position: relative;
    width: 352px;
	height: auto;
	margin-bottom: 15px;
	padding-bottom: 0;
	background-color: #363434;
	border-radius: 7px 7px 5px 5px;
	-moz-border-radius: 7px 7px 5px 5px;
	-webkit-border-radius: 7px 7px 5px 5px;
	-o-border-radius: 7px 7px 5px 5px;
	-ms-border-radius: 7px 7px 5px 5px;
}
ul.Panel li.FirstItem {margin-bottom: 15px;}

ul.Panel li.Column1andHalf a {
	display: block;
	zoom: 1;
}

ul.Panel li.Column1andHalf ul a {
	display: inline;
}
ul.Panel li.Column1andHalf a:link,
ul.Panel li.Column1andHalf a:visited {
	color: #fff;
	text-decoration: none;
}
ul.Panel li.Column1andHalf a:hover,
ul.Panel li.Column1andHalf a:active {
	color: #fff;
	text-decoration: underline;
}

ul.Panel li.Column1andHalf img {
	display: block;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
}

ul.Panel li.Column1andHalf strong {
	display: table-cell;
    width: 307px;
	height: 3.5em;
	padding: 5px 30px 0 15px;
	background-image: url(/image/en/r5/icon/icon_panel_link.gif);
	background-repeat: no-repeat;
	background-position: 320px 55%;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
	vertical-align: middle;
}
* html ul.Panel li.Column1andHalf strong {
	display: block;
	height: 3em;
	padding: 5px 30px 0 15px;
	background-position: 320px 55%;
	cursor: pointer;
}
*:first-child+html ul.Panel li.Column1andHalf strong {
	display: block;
	height: 3em;
	padding: 5px 30px 0 15px;
	background-position: 320px 55%;
	cursor: pointer;
}

ul.Panel li.Column1andHalf .Radius {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url(/image/en/r5/bg_radius.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

* html ul.Panel li.Column1andHalf .Radius {
	display: none;
}

ul.Panel li.Column1andHalf .LT {
	top: 0;
	left: 0;
	background-position: 0 0;
}
ul.Panel li.Column1andHalf .RT {
	top: 0;
	right: 0;
	background-position: -5px 0;
}
ul.Panel li.Column1andHalf .LB {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}
ul.Panel li.Column1andHalf .RB {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}

ul.Panel li.Column1andHalf span {
	padding-bottom: 10px;
}
