﻿@charset "utf-8";

.element
{
	background:transparent url(/images/right_boxBG.jpg) repeat-y scroll 0 0;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	width:190px;
}


.element  p {
	text-decoration: none;
	list-style: none;
	padding-left:25px;
	width:150px;
	font-size: 12px;
}

.element .top {
	background: url(/images/right_boxUP.jpg) no-repeat;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	padding-top: 25px;
	height: 58px;
}

.element .image 
{
	text-align:center;
}

.element .bottom {
	background: url(/images/right_boxLOW.jpg) no-repeat left bottom;
	height: 25px;
	display: block;
}

.element .hlink
{
	text-align:left;
	padding-top:5px;
	padding-left:20px;
	font-size: 12px;
}

.element .btn {
	text-align: center;
	height: 35px;
	width: 157px;
	margin-left: 17px;
	background: url(/images/btn_demo_small.jpg) no-repeat center center;
	padding-top: 22px;
	color: White;
	font-weight: bold;
}

.element .btn a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	height: 25px;
	width: auto;
	padding: 16px 0 0;
}

.element .title {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
}

.element .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}

/*
.element .ad_text {
	font-size: 13px;
	padding-top: 0px;
	line-height: 14px;
}
.element .ad_footer_subtitle {
	color: #FC7216;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding-top: 20px;
	line-height: 25px;
}
*/



/*************************************** Element Big ***************************************/


.element_large
{
	background:transparent url(/images/right_boxBG_large.jpg) repeat-y scroll 0 0;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
	width:250px;
}


.element_large  p {
	text-decoration: none;
	list-style: none;
	padding-left:25px;
	width:210px;
	font-size: 12px;
}

.element_large .top {
	background: url(/images/right_boxUP_large.jpg) no-repeat;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #000000;
	padding-top: 25px;
	height: 58px;
}

.element_large .image 
{
	text-align:center;
}

.element_large .bottom {
	background: url(/images/right_boxLOW_large.jpg) no-repeat left bottom;
	height: 25px;
	display: block;
}

.element_large .hlink
{
	text-align:left;
	padding-top:5px;
	padding-left:20px;
	font-size: 12px;
}

.element_large .btn {
	text-align: center;
	height: 35px;
	width: 157px;
	margin-left: 17px;
	background: url(/images/btn_demo_small.jpg) no-repeat center center;
	padding-top: 22px;
	color: White;
	font-weight: bold;
}

.element_large .btn a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	height: 25px;
	width: auto;
	padding: 16px 0 0;
}

.element_large .title {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
}

.element_large .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}
