a.yoo:focus { outline: none; }
a.yoo:link, a.yoo:visited {
	color: #aa1428;
	text-decoration: none;
}

a.yoo:hover {
	color: #ff0000;
	text-decoration: underline; 
}

.align_center {
position: relative;
width: 100%;
}

.align_center:after {
content: '';
display: block;
clear: both;
}

.align_center_to_left {
position: relative;
right: 50%;
float: right;
}
.align_center_to_right {
position: relative;
z-index: 1;
right: -50%;
}


div.yoo-slider { 
	overflow: hidden;
	position: relative;
}

div.yoo-slider ul.list {
	margin: 0px;
	padding: 0px;
	position: relative;
}
 
div.yoo-slider ul.list .item {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	overflow: hidden;
}

div.default-v div.yoo-slider ul.list .item, div.photo-v div.yoo-slider ul.list .item {
	float: none;
}

div.yoo-slider ul.list .slide {
	overflow: hidden;
}/* (C) 2007 YOOtheme.com */

div.default-h div.yoo-slider ul.list li.first {
	background: url("../images/item_l.png") 0 0 no-repeat;
}

div.default-h div.yoo-slider ul.list li:hover.first {
	background: url("../images/item_l.png") 0 -153px no-repeat;
}

div.default-h div.yoo-slider ul.list li {
	background: url("../images/item_m.png") 0 0 repeat-x;
}

div.default-h div.yoo-slider ul.list li:hover {
	background: url("../images/item_m.png") 0 -153px repeat-x;
}

div.default-h div.yoo-slider ul.list li.last {
	background: url("../images/item_r.png") 100% 0 no-repeat;
}

div.default-h div.yoo-slider ul.list li:hover.last {
	background: url("../images/item_r.png") 100% -153px no-repeat;
}

div.default-h div.yoo-slider ul.list div.slide {
	border-left: 1px solid #A5AAAF;
}

div.default-h div.yoo-slider ul.list li.first div.slide {
	border-left: none;
}

div.default-h div.yoo-slider ul.list .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
}

div.default-h div.yoo-slider ul.list .article {
	font-size: 95%;
	line-height: 125%;
}

.floatbox { overflow:hidden; }

.float-left { 
	float: left; 
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}
.float-right { float: right; overflow: hidden; }

img.correct-png { 
	border: 0; 
	margin: 10px 0px 0px 0px;
}

p.yoop {
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 100%;
	font-size: 13pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #38a0ef;
	margin: 0; 
	padding: 0;
}


.a_center {
position: relative;
width: 50%;
}

.a_center:after {
content: '';
display: block;
clear: both;
}

.a_left {
position: relative;
right: 65%;
float: right;
}
.a_right {
position: relative;
z-index: 1;
right: -35%;
}