/**
* PIMDESIGN LTD
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	background: #fff;
}

body {
	text-align: center;

	color: #000;

	background: #fff;

	background: -webkit-gradient(radial, center 190, 300, center 190, 580, from(rgba(127, 127, 127, .5)), to(transparent)); /* Chrome,Safari4+ */

	background: -moz-radial-gradient(center 190px, ellipse contain, rgba(127, 127, 127, .5) 300px, transparent 580px); /* FF3.6+ */
	background: -ms-radial-gradient(center 190px, ellipse contain, rgba(127, 127, 127, .5) 300px, transparent 580px); /* IE10+ */
	background: -o-radial-gradient(center 190px, ellipse contain, rgba(127, 127, 127, .5) 300px, transparent 580px); /* Opera 12+ */
	background: -webkit-radial-gradient(center 190px, ellipse contain, rgba(127, 127, 127, .5) 300px, transparent 580px); /* Chrome10+,Safari5.1+ */
	background: radial-gradient(center 190px, ellipse contain, rgba(127, 127, 127, .5) 300px, transparent 580px); /* W3C */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


/*
 * GENERAL RULES
 */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	text-align: left;
	line-height: 1.3em;
	min-height : 1em;
}

table,tr,th,td {
	font-size: 1em;
}

a:link,a:visited,a:hover,a:active {
	color: #17225A;
	text-decoration: none;
	text-transform: none;
}

a:hover {
	color: #FA5900;
}

* a:link, * a:visited, * a:hover, * a:active, * a:hover {
	font-weight: inherit;
	font-style: inherit;
}

input {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: underline;
}

input,select,textarea {
	color: #000;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.error {
	color: #F56D00;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
}


/*
 * LAYOUT
 */

.logo, .inav, .content, .friendslinks, #footer {
	width: 980px;
	margin: 0 auto; /*** Centers the design ***/
	text-align: left;
	background: #FFFFFF;
	border: 10px solid #EEEEEE;
}

.content, .friendslinks, #footer {
	-moz-box-shadow: 0 50px 50px 10px rgba(127, 127, 127, .5);
	-webkit-box-shadow: 0 50px 50px 10px rgba(127, 127, 127, .5);
	box-shadow: 0 50px 50px 10px rgba(127, 127, 127, .5);
}


/*
 * HEADER
 */

.logo {
	padding: 20px 10px 10px 10px;
	width: 960px;
	border-top: none;
	-moz-box-shadow: 0 0 50px 10px rgba(127, 127, 127, .5);
	-webkit-box-shadow: 0 0 50px 10px rgba(127, 127, 127, .5);
	box-shadow: 0 0 50px 10px rgba(127, 127, 127, .5);
}

.logo h1 {
	float: left;
	width: 220px;
}


#logo{
	width: 220px;
}

.logo .date {
	display: block;
	clear: left;
	width: 220px;
	margin-top: 20px;
	background: none;
	color: #000;
	font-size: .9em;
	text-align: right;
	text-transform: uppercase;
}


div.banner {
	position: relative;
	float: right;
	height: 90px;
	width: 728px;
	overflow:hidden;
}

div#topbanner970{
    background:white;
    max-height:250px;
    text-align:center;
}

/* menu and submenu */

div.nav {
	background: #999999;
	height: 40px;
	margin: 10px 0 9px 0;
	padding-top: 1px;
	text-align: center;
}

div.nav .inav {
	position: relative;
	margin-top: -11px;
	padding: 0 10px;
	background: #EEEEEE;
	border: none;
	text-align: left;
}

div.nav .inav div {
	height: 40px;
	background: #999999;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

div.nav ul {
	float:left;
	list-style-type: none;
}

div.nav ul li {
	float: left;
	height: 34px;
	background-color: #4C4C4C;
	border-bottom: 6px solid #989898;
	margin-right: 1px;
}

li#pdf a {
	color: #FA5900;
}

div.nav ul li.last {
	margin-right: 0px;
}

div.nav ul li a:link,
div.nav ul li a:visited,
div.nav ul li a:active,
div.nav ul li a:hover
{
	display: block;
	margin-top: 0px;
	padding: 0 19px;
	line-height: 34px;
	font-size: 1em;
	font-weight: bold;
	color: #D1CFD0;
}

div.nav ul li a:hover, div.nav ul li a.on {
	color: #fff;
	background: url('menu_hover_bg.gif') no-repeat bottom center;
}


#searchForm {
	float: right;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
}


#searchForm input, #searchForm button {
	vertical-align: middle;
	line-height: 1;
}

#searchForm input {
	margin: -2px 10px 0 0;
	padding: 2px 5px;
	width:150px;
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*-moz-box-shadow: inset 1px 1px 3px #999;
	-o-box-shadow: inset 1px 1px 3px #999;
	-webkit-box-shadow: inset 1px 1px 3px #999;
	box-shadow: inset 1px 1px 3px #999;*/
	font-size: 1em;
}

#searchForm button {
	width: 21px;
	height: 21px;
	margin-top: -2px;
	padding: 0;
	border: 1px solid #fff;
	background: url(grey_arrow.gif) 6px 5px no-repeat #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-indent: -3000px;
}

/*
 * MAIN CONTENT
 */

.content, .friendslinks {
	border-bottom: none;
}

.content {
	background: #EEEEEE;
}





a.button:link, a.button:visited, a.button:hover {
	display: block;
	height: 15px;
	border: none;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 0px 7px;
	background: URL('buttbg.gif') no-repeat left top;
	margin-right: 5px;
}

a.button span {
	display: block;
	height: 100%;
	padding: 0px 10px 0 0px;
	cursor: pointer;
	margin: 0px;
	position: relative;
	left: 5px;
	vertical-align: top;
	background: URL('buttbg.gif') no-repeat top right;
}

a.button:hover {
	background: URL('buttbg_on.gif') no-repeat top left;
}

a.button:hover span {
	background: URL('buttbg_on.gif') no-repeat top right;
}

a.button>span {
	left: 0px;
	margin-right: -5px;
}

a.butt:link,a.butt:visited,a.butt:active,a.butt:hover {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	text-transform: uppercase;
	height: 17px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}

.voting {
	width: 72px;
	padding: 2px 18px 2px 0px;
	background: url('vote_butt.gif') no-repeat top left;
}

.result {
	width: 63px;
	padding: 2px 7px 2px 7px;
	color: #133F0E !important;
	background: url('result_butt.gif') no-repeat top left;
}

div.pageBox {
	font-size: 1em;
	clear: left;
	padding: 5px 10px;
	height: 25px;
	line-height: 25px;

}

.detailNews div.pageBox {
	margin: 0 -10px;
	position: relative;
	top: 25px;
	border-top: 2px solid #F6F6F6;
}

div.leftpageBox {
	font-size: 1em;
	float: left;
	width: 150px;
}

div.pageBox a.next {
	display: block;
	float: right;
	background: url('next.gif') no-repeat center right;
	font-size: 0.8em;
	color: #F66C00;
	text-indent: -3000px;
	overflow: hidden;
	height: 25px;
	width: 26px;
}

div.pageBox span.next {
	display: block;
	float: right;
	background: url('next.gif') no-repeat center right;
	padding-right: 15px;
	font-size: 0.8em;
	color: #ccc;
	text-indent: -3000px;
	overflow: hidden;
	height: 25px;
	width: 26px;
}

div.pageBox a.next:hover {
	display: block;
	float: right;
	background: url('next_on.gif') no-repeat center right;
	color: #00A5E5;
}

div.pageBox a.prev {
	display: block;
	float: left;
	background: url('back.gif') no-repeat center left;
	padding-left: 15px;
	font-size: 0.8em;
	color: #F66C00;
	text-indent: -3000px;
	overflow: hidden;
	height: 25px;
	width: 26px;
}

div.pageBox span.prev {
	display: block;
	float: left;
	background: url('back.gif') no-repeat center left;
	padding-left: 15px;
	font-size: 0.8em;
	color: #ccc;
	text-indent: -3000px;
	overflow: hidden;
	height: 25px;
	width: 26px;
}

div.pageBox a.prev:hover {
	background: url('prev_on.gif') no-repeat center left;
	color: #00A5E5;
}

div.pageBox div.cwd {
	line-height: 26px;
	font-size: 12px;
	text-align: center;
}

div.pageBox div.cwd a:link,div.pageBox div.cwd a:visited {
	color: #697D64;
}

div.pageBox div.cwd span,div.pageBox div.cwd a:hover {
	text-decoration: underline;
	color: #F66C00;
}



div.right {
	float: right;
	width: 320px;
}

div.left {
	width: 650px;
	float: left;
	clear: none;
}

div.column,
div.hor {
	width: 320px;
	float: left;
	clear: none;
	margin-bottom: 10px;
}

.home .column {
	margin-bottom: 0;
}

div.leftfirst,
div.hrright {
	margin-right: 10px;
	clear: left;
}

#video_home {
	clear: left;
	height: 240px;
	padding: 0 10px 20px 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

#video_home h2.title {
	padding: 0;
	border: none;
}

#video_home ul {
	list-style-type: none;
}

#video_home li {
	float: left;
	width: 140px;
	margin-right: 10px;
}

#video_home li.last {
	margin-right: 0px;
}

#video_home li div.date {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #989898;
	line-height: 2em;
}

#video_home li h2 {
	height: 3.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 	14px;
	line-height: 1.2em;
	overflow: hidden;
}

#video_home li a.img:link,
#video_home li a.img:visited,
#video_home li a.img:active,
#video_home li a.img:hover
{
	display: block;
	width: 140px;
	height: 110px;
}

#video_home li a.img img {
	margin: 5px 0 0 5px;
}

#video_home li h2 a:visited,#video_home li h2 a:link,#video_home li h2 a:active,#video_home li h2 a:hover
	{
	display: block;
	color: #48843E;
	font-weight: inherit;
}

#video_home li h2 a:hover {
	color: #FA5900;
}

div.similar {
	background-color: #fff;
	padding-bottom:1px;
}

div.similar ul.similar {
	width: 590px;
	padding: 10px 10px 0px 10px;
	list-style-type: none;
	margin-bottom: 20px;
	clear: left;
}

div.similar ul.similar li {
	position: relative;
	float: left;
	width: 110px;
	margin-right: 10px;
}

div#galleries ul.similar li {
	margin-bottom: 10px;
}

div.similar ul.similar li.last {
	margin-right: 0px;
}

div.similar h2.title {
	background:none;
	border-bottom:1px solid #C9C9C7;
}

div.similar ul.righttabs {
	position:relative;
	float:right;
	margin-top:22px;
	z-index:100;
}

div.similar ul.righttabs li a {
	font-family: Verdana, Helvetica, sans-serif !important;
	font-size:0.8em !important;
	padding: 0px 20px !important;
}

span.opacity {
	position: absolute;
	top: 66px;
	left: 0px;
	background: #fff;
	width: 110px;
	height: 14px;
	-moz-opacity: .75;
	opacity: .75;
	z-index:-1000;
}

span.duration {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 66px;
	left: 0px;
	width: 104px;
	padding:0 3px;
	height: 14px;
	line-height:14px;
	font-size:0.8em;
	color:#3A3937;
}

span.duration span {
	font-family: Verdana, Helvetica, sans-serif;
	float:right;
	color:#737581;
}

span.duration span img {
	margin-top:1px;
}

span.duration span.cat {
	float:none;
	text-transform:uppercase;
}

div.similar ul.similar li div.date {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #989898;
}

div.similar ul.similar li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height:1.1em;
	line-height:1.1em;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

div.similar ul.similar li h3 a:link,
div.similar ul.similar li h3 a:visited,
div.similar ul.similar li h3 a:active,
div.similar ul.similar li h3 a:hover
{
	font-weight:normal;
	text-transform:uppercase;
}

div.similar ul.similar li h3 a:hover
{
	color:#fa5900;
}

div.similar ul.similar li h4 {
	height: 3.8em;
	font-size: 1em;
	line-height: 1.2em;
	overflow: hidden;
}

div.similar ul.similar li a.img:link,
div.similar ul.similar li a.img:visited,
div.similar ul.similar li a.img:active,
div.similar ul.similar li a.img:hover
{
	display: block;
	width: 110px;
	height: 80px;
}

div.similar ul.similar li a.img img {
	margin: 5px 0 0 5px;
}

div.similar ul.similar li a.img img.image {
	margin: 0;
}

div.similar ul.similar li h4 a:link,
div.similar ul.similar li h4 a:visited,
div.similar ul.similar li h4 a:active,
div.similar ul.similar li h4 a:hover
	{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FA5900;
}

div.similar ul.similar li h4 a:hover {
	color: #48843E;
}

div.similar div.pageBox {
	border-top: 2px solid #F6F6F6 !important;
	margin:0px;
	padding-top:5px;
}

#footer {
	background: #7D7D7D;
	border-bottom: none;
}

div.menus {
	background-color: #595959;
	height: 42px;
	margin-bottom: 20px;
}


#footer .menus {
	background: #999999;
}

#footer ul {
	float: left;
	list-style-type: none;
	color: #fff;
	font-size: 1em;
	line-height: 42px;
	padding-left: 20px;
}

#footer ul.content {
	float: right;
	width: auto;
	margin: 0;
	padding: 0 20px 0 0px;
	border: none;
	background: none;
}

#footer ul li {
	float: left;
}

#footer ul li a:link,#footer ul li a:visited,#footer ul li a:active,#footer ul li a:hover
	{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	font-size: 0.9em;
	line-height: 0.9em;
	color: #fff;
	text-transform: uppercase;
}

#footer  ul li a:hover {
	color: #F66C00;
}

#footer ul li a.brnone:link,#footer ul li a.brnone:visited,#footer ul li a.brnone:active,#footer ul li a.brnone:hover,#footer ul li a.brnone:link,#footer ul li a.brnone:visited,#footer ul li a.brnone:active,#footer ul li a.brnone:hover
	{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

#footer a:link,#footer a:visited,#footer a:hover,#footer a:active {
	text-transform: uppercase;
}



#commreadBox {
	margin-bottom: 10px;
	background: #fff;
	height: 330px;
}

#commreadBox div.commreadText {
	padding-top: 5px;
}

#commreadBox h2.title {
	height: auto;
	border: none;
	color: #046506;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

a.rss {
	display: block;
	float: right;
	background: url(next_on.gif) right no-repeat;
	padding-right: 30px;
	line-height: 30px;
	margin: -10px 0 0;
	color: #fa5900;
	font-weight: bold;
	font-size: 1.1em;
}

a.rss:hover {
	background: url(next.gif) right no-repeat;
	color: #48843E;
}

div.rightnews {
	border-left: 10px solid #F15000;
	background: #EDEDED;
	font-size: 0.9em;
}

div.rightnews div a.image {
	display: block;
	float: left;
	width: 140px;
	height: 110px;
}

div.rightnews div.catText {
	clear: none;
	padding: 5px 10px 0 10px;
	margin-left: 142px;
	height: 105px;
}

div.rightnews h3 {
	height: 3.6em;
	overflow: hidden;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 	14px;
	line-height: 1.2em;
}

div.rightnews h3 a:link,div.rightnews h3 a:active,div.rightnews h3 a:visited,div.rightnews h3 a:hover
	{
	color: #FA5900;
	font-weight: bold;
}

div.rightnews h3 a:hover {
	color: #48843E;
	text-decoration: none;
}

div.videoBox {
	border-left: none;
	background: #4C4C4C;
	border-left: 10px solid #F15000;
}

div.videoBox a.vimg,
div.galleriesBox a.vimg {
	float: left;
	width: 110px;
	height: 80px;
	margin:10px 10px 0px 10px;
	padding-bottom:10px;
}

div.videoBox a.vimg img {
	margin:5px 0px 0px 5px;
}

div.videoBox h3,
div.galleriesBox h3 {
	height: 4em;
	overflow: hidden;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}

div.videoBox h3 a:link,
div.videoBox h3 a:active,
div.videoBox h3 a:visited,
div.videoBox h3 a:hover,
div.galleriesBox h3 a:link,
div.galleriesBox h3 a:active,
div.galleriesBox h3 a:visited,
div.galleriesBox h3 a:hover
	{
	color: #4D4C4A;
}

div.videoBox h3 a:hover,
divgalleriesBox h3 a:hover {
	color: #fa5900;
	text-decoration: none;
}

div.videoBox div.date,
div.galleriesBox div.date {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #8F8F8F;
	font-size:.8em;
	line-height: 1em;
	padding: 10px 0 8px 0;
}

div.videoBox span.opacity,
div.videoBox span.duration {
	top:111px;
	left:20px;
}

div.galleriesBox span.opacity {
	position:absolute;
	top: 76px;
	left:10px;
}

div.galleriesBox span.catname {
	position:absolute;
	bottom:12px;
	left:10px;
	text-transform:uppercase;
	font-size:10px;
	padding-left:3px;
}

div.videoBox ul.righttabs li a.first {
	border-top: 1px solid #C9C9C7;
	border-right: 1px solid #C9C9C7;
	border-left: none;
}

div.videoBox ul.righttabs li.last a {
	padding: 0 10px;
}

div.galleriesBox {
	border-left: 10px solid #F15000;
	background: #BFBFBF;
}

div.galleriesBox div.clearfix {
	position:relative;
}

div.galleriesBox ul.righttabs li a {
	padding: 0 6px;
}

ul.righttabs {
	list-style-type: none;
	padding: 0 !important;
	background: #fff !important;
}

ul.righttabs li {
	float: left;
	padding: 0;
	margin: 0;
}

ul.righttabs li a:link,
ul.righttabs li a:visited,
ul.righttabs li a:active,
ul.righttabs li a:hover
	{
	display: block;
	float: left;
	border: 1px solid #C9C9C7;
	border-bottom: none;
	background: #fff;
	height: 18px;
	line-height: 17px;
	font-size: 8.6px;
	color: #8C8B89;
	text-transform: uppercase;
	text-align: center;
	margin-right: 2px;
	padding: 0 5px;
}

ul.righttabs li.last a:link,ul.righttabs li.last a:visited,ul.righttabs li.last a:active,ul.righttabs li.last a:hover
	{
	border-right: none;
	margin-right: 0;
	padding: 0 3px;
}

ul.righttabs li a:hover {
	background: url('tab_bg.gif') repeat-x left top;
	color: #fa5900;
}

ul.righttabs li a.on:link,ul.righttabs li a.on:visited,ul.righttabs li a.on:active
	{
	background: url('tab_bg.gif') repeat-x left top;
	color: #fa5900;
}

div.commreadText {
	background: #fff;
}

#commreadBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url('dotted.gif') repeat-x left bottom;
	padding: 5px 0;
}

#commreadBox h4.last {
	background: none;
}

#commreadBox h4 a {
	background: url('grey_arrow_small.gif') no-repeat left center;
	height: 6px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}

#commreadBox h4 a:hover {
	color: #FA5900;
	text-decoration: underline;
}

#relatednews div.commreadText {
	height: 149px;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

#relatednews div.commreadText div {
	position: absolute;
}

#relatednews {
	padding-bottom: 0;
}

div.commreadText p {
	text-align: right;
	padding: 5px 0;
}

div.right div.adv {
	clear: left;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #fff;
}

div.advText {
	font-size: 0.8em;
	line-height: 1em;
	text-transform: uppercase;
	text-align: right;
	color: #C4C4C4;
}

div.rightBox {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}

#week .info, #horoscope ul, div.rightBox ul {
	list-style-type: none;
	background: url('rightBox_bg.gif') repeat-x center bottom #fff;
	padding-bottom: 10px;
}

h2.title {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 40px;
	color: #444444;
	border-bottom: 2px solid #F6F6F6;
	margin-bottom: 10px;
}

h2.title a:link,h2.title a:active,h2.title a:visited,h2.title a:hover {
	font-weight: bold;
	color: #444444;
}

h2.title a:hover {
	color: #FA5900;
}

a.all:link,a.all:active,a.all:visited,a.all:hover {
	margin-top: 13px;
	display: block;
	float: right;
	font-size: 0.7em;
	/*
	letter-spacing:0.1em;
	font-family:Trebuchet MS, Helvetica !important;
	*/
	font-weight: normal !important;
	text-transform: uppercase;
	background: url('view_all_bg.gif') no-repeat left top;
	height: 17px;
	line-height: 17px;
	width: 100px;
	padding-left: 10px;
	color: #6E6E6E !important;
}

a.all:hover {
	background: url('view_all_bg_hover.gif') no-repeat left top;
	color: #fff !important;
}

h2.titler {
	height: auto;
	margin-bottom: 10px;
	border: none;
	color: #046506;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}

h2.titler a:link,
h2.titler a:active,
h2.titler a:visited,
h2.titler a:hover
{
	float: right;
	height: 20px;
	padding: 0 12px 0 10px;
	color: #5F5D60;
	background: url('grey_arrow.gif') no-repeat right center #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

h2.titler a:hover {
	background: url('orange_arrow.gif') no-repeat right center #fff;
	color: #FA5900;
}

#weather ul {
	/*background: url('weather_bg.gif') repeat-x left top #fff;*/
	height: 150px;
}

#weather ul li {
	float: left;
	width: 101px;
	text-align: center;
}

#weather ul li.first {
	width: 87px;
}

#weather ul li h3 {
	background-color: #EDEDED;
	height: 20px;
	font-size: 0.8em;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444444;
}

#weather ul li img {
	height: 57px;

}

#weather ul li p {
	margin-top: 10px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	color: #909090;
	padding: 0 10px;
	text-transform: uppercase;
}

div.weather {
	padding-bottom:20px;
}

div.weather h3 {
	margin:5px 0 5px 10px;
	text-transform:uppercase;
	font-size:.9em;
	color: #444444;
}

div.weather h3 a {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;
	color:#444444;
}

div.weather p.sitemap {
	margin-left: 20px;
	text-transform: uppercase;
}

div.weather h3 a:hover {
	color:#FA5900;
}

div.weather ul {
	padding:0px 0 10px 10px;
	height: 100%;
	list-style-type:none;
}

div.weather ul li {
	float: left;
	width: 84px;
	text-align: center;
}

div.weather ul li.first {
	width: 78px;
}

div.weather ul li h4 {
	background-color: #EDEDED;
	height: 20px;
	font-size: 0.8em;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444444;
}

div.weather ul li img {
	height: 57px;
	width: 72px;
}

div.weather ul li p {
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #909090;
	padding: 0 5px;
	text-transform: uppercase;
}

#currency ul {
	padding: 20px 10px 0 10px;
}

#currency ul li {
	position: relative;
	background: url('dotted.gif') repeat-x left bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#currency ul li.last {
	background: none;
	margin-bottom: 0px;
}

#currency ul p {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 10px;
	text-transform: uppercase;
	color: #444444;
}

#currency ul p strong {
	font-size: 1.2em;
}

#currency ul p span {
	font-weight: bold;
	font-size: 1.1em;
	float: right;
	padding-right: 25px;
	margin-right: 60px;
}

#currency ul p span.green {
	background: url('currency_up.gif') no-repeat right bottom;
	color: #1F9E1D;
}

#currency ul p span.equal {
	background-image:none;
	color: #1F9E1D;
}

#currency ul p span.red {
	background: url('currency_down.gif') no-repeat right bottom;
	color: #DC0709;
}

.vcalendar li {
	width: 300px;
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

#week div.img, .vcalendar div.img {
	position: relative;
}

#week div.img img, .vcalendar div.img img {
	width: 100%;
}

#week div.img p, .vcalendar div.img p {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 0 10px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
}

#week div.img p span, .vcalendar div.img p span {
	font-family: Tahoma, Helvetica, sans-serif;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

#week h3, .Block .vcalendar h3 {
	color: #45AD3E;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 10px;
	margin-bottom: .5em;
}

#week p, .Block .vcalendar p {
	color: #7A7A7A;
	font-size: 0.8em;
	line-height: 2em;
	padding: 0 10px;
}

#anecdots div {
	font-size: 0.9em;
	padding: 10px;
	color: #474747;
}

#anecdots p {
	font-size: 0.9em;
	padding: 10px;
	color: #474747;
}

#horoscope img {
	float: left;
	width: 80px;
	margin-right: 10px;
}

#horoscope h3 {
	color: #45AD3E;
	font-weight: bold;
	font-size: 1.1em;
	height: 3.2em;
	line-height: 1.2em;
}

#horoscope h3 a:visited,#horoscope h3 a:link,#horoscope h3 a:active,#horoscope h3 a:hover
	{
	font-weight: bold;
	color: #45AD3E;
}

#horoscope p {
	color: #474747;
	font-size: 0.9em;
}

#horoscope ul {
	float: left;
	width: 33%;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	border-bottom: none;
}

#horoscope ul li {
	background: url('dotted.gif') repeat-x left bottom;
	padding: 0 0px 5px 10px;
	margin: 0 0px 5px 0;
}

#horoscope ul li.last {
	background: none;
	padding: 0 0px 0px 10px;
	margin-bottom: 10px;
}

#horoscope ul li a:visited,#horoscope ul li a:link,#horoscope ul li a:active,#horoscope ul li a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	background: url('grey_arrow_small.gif') no-repeat left center;
	height: 14px;
	font-size: 0.8em;
	line-height: 14px;
	padding: 0 22px 0 10px;
	color: #000;
	text-transform: uppercase;
}

#horoscope ul li a:hover {
	color: #FA5900;
}

div.commentary div.pageBox {
	margin: 20px 0px 0 14px;
}

div.commentary ul {
	list-style-type: none;
	position: relative;
	height: 120px;
}

div.commentary ul li {
	position: absolute;
}

div.imgtextBox ul {
	list-style-type: none;
	position: relative;
	height: 97px;
}

div.imgtextBox ul li,#an ul li,#rep ul li {
	position: absolute;
	width: 100%;
}

#an ul,#rep ul {
	list-style-type: none;
	position: relative;
	height: 133px;
}

#an,#rep {
	position: relative;
}

div.imgtextBox {
	border-top: 5px solid #F4F5F0;
	height: 120px;
	position: relative;
}

div.imgtextBox p.specialText {
	margin-right: 130px;
	height: 67px;
	background: #0C7CEC;
	border-right: 5px solid #77AFE2;
	padding: 30px 20px 0 15px;
	margin-bottom: 5px;
}

div.imgtextBox p.specialText a:visited,div.imgtextBox p.specialText a:link,div.imgtextBox p.specialText a:active,div.imgtextBox p.specialText a:hover
	{
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1em;
}

div.imgtextBox p.specialText a:hover {
	text-decoration: underline;
}

div.imgtextBox a img {
	float: right;
	border: none;
}

div.imgtextBox div.pageBox {
	margin: 5px 0px 0 14px;
}

#vote div#voteRight {
	background: none;
	background-color: #fff;
	position: relative;
	padding: 10px;
	padding-bottom: 0px;
}

#vote div#voteRight p {
	background: #45AD3E;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}

#vote div#voteRight form label {
	background: url('dotted.gif') repeat-x left bottom;
	padding-bottom: 5px;
	display: block;
	margin: 5px 0px 5px 40px;
	font-size: 0.9em;
	color: #000;
}

#vote div#voteRight form label.last {
	background: none;
}

#vote div#voteRight form label input {
	width:14px;
	height:14px;
	position: relative;
	border: none;
	margin: 2px 7px 0 -30px;
}

#vote div#voteRight form a.voting {
	margin: 10px 0 0px 20px;
}

#vote div#voteRight form a.result {
	margin: 10px 0 0px 5px;
}

#vote div#voteRight table {
	font-size: 0.9em;
	margin-left: 10px;
	empty-cells: show;
}

div.mail {
	border-top: 13px solid #E8EDF1;
	border-left: 13px solid #E8EDF1;
	padding: 15px 0px 30px 15px;
	margin-top: 13px;
}

div.mail h2 {
	padding-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

div.mail p {
	padding-top: 10px;
	color: #000;
}

div.mail p.err,div.mail p.noemail {
	color: red;
}

div.mail p.ok {
	color: #7DBD0E;
}

div.mail input {
	background-color: #F6F7F9;
	width: 205px;
	height: 16px;
	font-size: 1.2em;
}

div.mail button {
	background: url('base_image.gif') no-repeat -132px -97px;
	height: 18px;
	width: 71px;
	padding-top: 3px;
}

div.topAdv {
	background: url('top_adv_bg.jpg') no-repeat left top;
	width: 980px;
	height: 129px;
	padding-top: 20px;
}

div.bigadv {
	background-color: #fff;
	float: left;
	width: 727px;
	height: 90px;
	padding: 10px 12px;
}

div.topAdv ul {
	background: url('weather_bg.gif') repeat-x left top;
	width: 220px;
	height: 100px;
	padding-top: 10px;
	float: right;
	background-color: #fff;
	list-style-type: none;
}

div.topAdv ul li {
	float: left;
	width: 54px;
	padding-left: 15px;
	text-align: center;
}

div.topAdv ul li h2 {
	height: 20px;
	font-size: 0.7em;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444444;
}

div.topAdv ul li p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #909090;
}

div.featured {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}

div.featured ul {
	list-style-type: none;
}

div#homeright {
	padding: 0;
	float: right;
	width: 310px;
	height: 330px;
	overflow: hidden;
	overflow-y:scroll;
	position: relative;
}

div#homeright ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 310px;
}

div#homeright ul li {
	clear: left;
	position: relative;
	margin-bottom: 1px;
	height: 109px;
	background: #EFEFEF;
}

div#homeright ul li.last {
	margin-bottom: 0px;
}

div#homeright ul li a.images {
	display: block;
	width: 140px;
	height: 100%;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

div#homeright ul li h2 {
	margin: 0px 10px 7px 0px;
	height: 3.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	overflow: hidden;
}

div#homeright ul li h2 a:link,
div#homeright ul li h2 a:visited,
div#homeright ul li h2 a:active,
div#homeright ul li h2 a:hover
{
	font-weight: bold;
	color: #4D4C4A;
}

div#homeright ul li h3 {
	padding: 10px 10px 5px 0;
	color: #4D4C4A;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1em;
}

div#homeright ul li p {
	position: absolute;
	bottom: 7px;
	left:150px;
	font-size: .8em;
	color: #999999;
}

ul#homeleft {
	float: left;
	width: 310px;
	height: 329px;
	position: relative;
	background: #F1F1F1;
}

ul#homeleft li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

ul#homeleft li a.images {
	display: block;
	width: 100%;
}

ul#homeleft li a.images img {
	width: 100%;
	border: none;
}

ul#homeleft li h2 {
	margin: 0 10px;
	height: 3.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	overflow: hidden;
}

ul#homeleft li h2 a:link,
ul#homeleft li h2 a:visited,
ul#homeleft li h2 a:active,
ul#homeleft li h2 a:hover
{
	color: #000;
}

ul#homeleft li h2 a:hover,
div#homeright ul li h2 a:hover {
	/*color:#FA5900;*/
	text-decoration: underline;
}

ul#homeleft li p {
	position: absolute;
	bottom: 7px;
	left:10px;
	font-size: .8em;
	color: #999999;
}

div.featured div.pageBox {
	display: none;
}

div.featured div.pageBox a.next,
div.featured div.pageBox a.prev {
	width: 40px;
	height: 29px;
	margin: 0px;
	padding: 0px;
}

div.featured div.pageBox a.next:link,
div.featured div.pageBox a.next:visited,
div.featured div.pageBox a.next:active,
div.featured div.pageBox a.next:hover {
	background: url('index_right_1.png') no-repeat center right !important;
}

div.featured div.pageBox a.next:hover {
	background: url('index_right_2.png') no-repeat center right !important;
}

div.featured div.pageBox a.prev:link,
div.featured div.pageBox a.prev:visited,
div.featured div.pageBox a.prev:active,
div.featured div.pageBox a.prev:hover {
	background: url('index_left_1.png') no-repeat center left !important;
}

div.featured div.pageBox a.prev:hover {
	background: url('index_left_2.png') no-repeat center left !important;
}

div.featured div.pageBox div.cwd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	padding: 0px 20px;
	color: #B3B5B2;
}

.mrnone {
	margin-right: 0px !important;
}

/* detailNews */
div.detailNews {
	background-color: #FFFFFF !important;
	margin-bottom: 10px;
	padding: 1px 10px 30px 0;
}

div.detailNews div.relatedBox {
	float: left;
	margin: 0px 15px 0px 0px;
}

div.detailNews div.image {
	position: relative;
	padding-left: 10px;
}

div.detailNews div.image img {
	border-left: 10px solid #FA5900 !important;
}

div.galimgBox div.image {
	position: relative;
}

div.detailNews div.opacity, div.galimgBox div.image div.opacity {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 0px;
	background: #fff;
	width: auto;
	height: 30px;
	text-transform: capitalize;
	-moz-opacity: .50;
	opacity: .50;
}
div.galimgBox div.image div.opacity {
	left: 0px;
}

/*
div.detailNews div.pageBox, div.galimgBox div.image div.pageBox {
	position: absolute;
	bottom: 13px;
	right: 10px;
	color: #fff;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 1em;
	width: 135px;
	text-transform: capitalize;
}

div.galimgBox div.image div.pageBox {
	border: none;
}

div.detailNews div.pageBox a.next:link,
div.detailNews div.pageBox a.next:visited,
div.detailNews div.pageBox a.next:active,
div.detailNews div.pageBox a.next:hover,
div.galimgBox div.image div.pageBox a.next:link,
div.galimgBox div.image div.pageBox a.next:visited,
div.galimgBox div.image div.pageBox a.next:active,
div.galimgBox div.image div.pageBox a.next:hover {
	padding: 0px;
	background: url('gallery_right.png') no-repeat center right;
}

div.galimgBox div.image div.pageBox a.next:hover,
div.detailNews div.pageBox a.next:hover,
div.detailNews div.pageBox span.next,
div.galimgBox div.image div.pageBox span.next {
	background: url('gallery_right_.png') no-repeat center right;
}

div.detailNews div.pageBox a.prev:link,
div.detailNews div.pageBox a.prev:visited,
div.detailNews div.pageBox a.prev:active,
div.detailNews div.pageBox a.prev:hover,
div.galimgBox div.image div.pageBox a.prev:link,
div.galimgBox div.image div.pageBox a.prev:visited,
div.galimgBox div.image div.pageBox a.prev:active,
div.galimgBox div.image div.pageBox a.prev:hover {
	padding: 0px;
	background: url('gallery_left.png') no-repeat center left;
}

div.galimgBox div.image div.pageBox a.prev:hover,
div.detailNews div.pageBox a.prev:hover,
div.detailNews div.pageBox span.prev,
div.galimgBox div.image div.pageBox span.prev {
	background: url('gallery_left_.png') no-repeat center left;
}

div.detailNews div.pageBox div.cwd,div.galimgBox div.image div.pageBox div.cwd
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #535049;
}

div.detailNews div.pageBox div.cwd span,div.galimgBox div.image div.pageBox div.cwd span
	{
	color: #535049;
	text-decoration: none;
}
*/
div.detailNews h1 {
	color: #FA5900 !important;
	font-size: 1.9em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	margin: 10px 0;
	padding-left: 10px;
}

div.detailNews .item h1 {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}

div.detailNews .item:first-child h1 {
	font-size: 1.9em;
}


div.detailNews p {
	color: #000;
}

div.detailNews div.article {
	margin: 10px 0 0 10px;
	line-height: 1.7em;
	font-size: 1.2em;
}

div.files h4 {
	clear:left;
	margin:5px 0px;
}

div.files img {
	border: none !important;
	vertical-align: middle;
}

div.stats {
	margin-bottom: 10px;
	padding: 1px 2px 1px 10px;
	font-size: .9em;
	color: #B5B0B4;
	font-weight: normal;
}

div.stats a:link,div.stats a:visited,div.stats a:hover,div.stats a:active {
	color: #B5B0B4 !important;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 0.9em;
}

div.stats a:hover {
	color: #fa5900 !important;
}

span.date {
	margin-bottom: 20px;
	padding: 1px 2px 1px 2px;
	font-size: .8em;
	background-color: #000;
	color: #fff;
}

span.date strong a:hover,span.date strong a.line {
	color: #F66C00;
	position: relative;
	text-decoration: underline !important;
}

span.date strong a.up {
	font-size: 9px;
	margin-top: 3px;
}

span.date strong a.center {
	font-size: 11px;
}

span.date strong a.down {
	font-size: 13px;
	margin-top: -5px;
}

div.detailNews h3.title {
    margin: 0 10px 10px;
    border: none;
    background: url("/design/dotted.gif") repeat-x scroll left bottom transparent;
    color: #444444;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 40px;
}

div.detailNews div.column div.img img {
	border-left: none !important;
}

div.detailNews div.column h3 {
	margin-top: 20px;
}

div.detailNews div.column div.otext h3 a {
	color: #48843E;
}

div.detailNews div.column div.otext h3 a:hover {
	color: #FA5900;
	text-decoration: none;
}

div.detailNews div.column p {
	padding: 0px;
	margin: 0px;
}

div.detailNews div.labels {
	margin-top: 1em;
	color: #48843E;
	font-size: 1em;
	margin-left: 10px;
}

div.detailNews div.labels strong {
	color: #000;
}

div.detailNews div.labels a {
	color: #48843E;
}

div.detailNews div.labels img {
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	padding-top: 5px;
}

div.detailNews div.labels a:hover {
	color: #FA5900;
	text-decoration: underline;
}

div.userBox {
	float: right;
}

div.userBox a.letter,div.userBox a.print {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-left: 10px;
	text-indent: -3000px;
	overflow: hidden;
}

div.userBox a.letter {
	background: url('letter.gif') no-repeat left;
}

div.userBox a.print {
	background: url('print.gif') no-repeat left;
}

body.print div.print {
	background: none;
	height: 24px;
}

body.print div.print a.print {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	float: right;
	background: url('print.gif') no-repeat top left;
	color: #214077;
	font-size: 0.9em;
	line-height: 24px;
	height: 30px;
	width: 30px;
	margin-right: 0px;
	text-indent: -3000px;
	overflow: hidden;
}

body.print div.print a.print:hover {
	color: #F66C00;
}

div.detailNews span.date a:hover {
	color: #203D75;
}

ul.commentslinks {
	background-color: #fff;
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

ul.commentslinks li {

}

ul.commentslinks li a:link,
ul.commentslinks li a:visited,
ul.commentslinks li a:active,
ul.commentslinks li a:hover{
	font-weight: bold;
	display: block;
}

ul.commentslinks li a.coimg {
	font-size: 1.7em;
	line-height: 40px;
	color: #444444;
}

ul.commentslinks li a.coimg strong {
	color: #FA5900;
}

ul.commentslinks li a.coimg:hover {
	color: #444444;
}

ul.commentslinks li a.cbimg {
	background: url('next_on.gif') no-repeat center right;
	font-size: 0.9em;
	padding-right: 35px;
	color: #FA5900;
}

ul.commentslinks li a.cbimg:hover {
	background: url('link_commentt_bg.gif') no-repeat center right;
	color: #F56D00;
}

ul#comments {
	clear: both;
	list-style-type: none;
	margin-bottom: 10px;
}

ul#comments li {
	background-color: #fff;
	position: relative;
	clear: left;
	margin-top: 10px;
	padding: 10px;
	list-style-type: none;
	min-height: 4.5em;
}

ul#comments li span.num {
	width: auto;
	display: block;
	margin-bottom: 3px;
	font-size: 1.8em;
	line-height: 0.8em;
	font-weight: bold;
	color: #D5D5D5;
}

ul#comments li h5 {
	font-size: 1em;
	font-weight: normal;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	width: 170px;
	color: #FA5900;
}

ul#comments li span.date {
	background: none;
	display : block;
	margin-top: 3px;
	color: #2E4C2A;
	font-size: 0.8em;
	display: block;
}

ul#comments li p {
	float: none;
	overflow: hidden;
	margin-left: 10px;
	height: 100%;
}

p#comments {
	background-color: #fff;
	clear: left;
	font-size: 1.1em;
	line-height: 40px;
	color: #000;
	margin: 10px 0;
	height: 40px;
	padding-left: 10px;
}

div.commentpageBox {
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

div.commentpageBox div.pageBox {
	padding-top: 8px;
	width: 320px;
}

/* detailNews */
div.path {
	color: #F6872E;
	padding: 6px 0 6px 9px;
	background-color: #FFFFFF !important;
}

h2.path {
	color: #464646;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 10px 14px;
}

.path h1{
	font-size:1.2em;
}

div.path a:link,div.path a:visited,div.path a:active,div.path a:hover {
	/*margin:2px 0px 2px 10px;*/ /*color:#213F75;*/
	color: #464646;
	font-size: 1.8em;
	font-weight: bold;
}

div.path a:hover,div.path a.on {
	text-decoration: none;
}

div.path h4 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

div.path h4 span {
	color: #F17712;
	text-decoration: underline;
}

/* Colour Block */
div.Block {
	background: #fff;
	margin-bottom: 10px;
	padding: 0 10px;
}

#galleryFirst {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#galleryFirst div.image {
	border-left: 10px solid #FA5900;
	margin-right: 10px;
}

#galleryFirst div.image img {
	display: block;
}

#galleryFirst .column {
	width:310px;
}

#galleryFirst h2.title {
	border: none;
}

#galleryFirst .righttabs {
	position: relative;
	margin-top: -20px;
}

div.hBlock {
	height: 640px;
	padding-top: 8px;
}

div.Block div.commreadText {
	margin-top: 5px;
}

div.Block div.pageBox {
	border-bottom: 2px solid #F6F6F6;
}

div.Block div.bottom {
	border-bottom: none;
	border-top: 2px solid #F6F6F6;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0px !important;
	padding-top: 10px !important;
}

div.Block div.bb3o {
	border-bottom: none;
	border-top: 3px solid #ED972A;
	margin-top: 3px;
	padding-top: 3px;
}

div.Block div.cwd {
	color: #0D5094;
}

div.Block div.cwd span {
	padding: 0 3px;
	color: #F57E20;
	text-decoration: underline;
}

div.Block div.cwd a {
	padding: 0 3px;
	color: #0D5094;
}

div.Block div.cwd a:hover {
	color: #F57E20;
	text-decoration: underline;
}

div.Block div.bbnone {
	border-bottom: none;
}

div.Block div.catText {
	float: right;
	width: 130px;
	height: 105px;
	padding: 5px 10px 0 10px;
}

div.Block h2.title {
	margin-bottom: 0px;
}

div.Block h3 {
	font-family: Arial, Helvetica, sans-serif;
}

div.Block div.otext {
	float: left;
	width: 180px;
	padding: 0 10px;
}

div.column div.Block ul {
	padding-top: 0px;
}

div.column div.Block ul li {
	position: relative;
	background: url('dotted.gif') repeat-x left bottom;
	padding: 10px 0;
}

div.column div.Block ul li.first {
	padding: 0 0 10px 0;
}

div.column div.Block ul li.even {
	background-color: #F7F7F7;
}

div.column div.Block ul li.last {
	background-image: none;
}

div.column div.Block ul li.list {
	background-image: none;
	padding: 0;
}

div.column div.Block div.galimgBox ul.righttabs li {
	padding: 0;
	border-bottom: none;
}

div.column div.Block div.galimgBox ul.righttabs li a {
	padding: 0 4px;
}

div.column div.Block h3 {
	height: 2.3em;
	font-size: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}

div.column div.Block h3 a:hover {
	text-decoration: underline;
}

div.column div.Block h4, #galleryFirst li h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url('dotted.gif') repeat-x left bottom;
	padding: 5px 0;
}

#galleryFirst li h4 {
	margin-left: 0;
}

div.column div.Block h4.last, #galleryFirst li h4.last {
	background: none;
}

div.column div.Block h4 a, #galleryFirst li h4 a {
	background: url('grey_arrow_small.gif') no-repeat left center;
	height: 6px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}

div.column div.Block h4 a:hover, #galleryFirst li h4 a:hover {
	color: #FA5900;
	text-decoration: underline;
}

div.column div.adv {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

div.leftfirst div.Block ul {
	padding-top: 0px;
}

div.leftfirst div.Block ul li {
	position: relative;
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.leftfirst div.Block h3 {
	max-height: 55px;
	font-size: 14px;
	line-height: 1.2em;
	overflow: hidden;
	margin-bottom: 5px;
}

div.leftfirst div.Block h3 a:hover {
	text-decoration: none;
}

div.Block h3 a:link,div.Block h3 a:active,div.Block h3 a:visited,div.Block h3 a:hover
	{
	color: #FA5900;
	font-weight: bold;
}

div.Block h3 a:hover {
	color: #48843E;
}

div.Block h5 {
	font-size: 1.1em;
	line-height: 3.5em;
}

div.Block h5 a:link,div.Block h5 a:active,div.Block h5 a:visited,div.Block h5 a:hover
	{
	background: url('next.gif') no-repeat left;
	padding-left: 20px;
	color: #000;
}

div.column div.Block a img {
	float: left;
	width: 90px;
	height: 60px;
}

div.leftfirst div.Block a img {
	border-left: 10px solid #FA5900;
	float: left;
	width: 140px;
	height: 110px;
	margin: 0px;
}

div.column div.Block .galimgBox a img {
	float: left;
	width: 290px;
	height: 260px;
	margin: 0;
	border: none;
}

div.column div.Block .galimgBox {
	position: relative;
}

span.comments {
	display: block;
	color: #AFC9E4;
	font-size: 0.8em;
	margin: 8px 0;
}

span.comments a:link,span.comments a:visited,span.comments a:active,span.comments a:hover
	{
	color: #F66C00;
	text-transform: uppercase;
}

span.comments a:hover {
	color: #17225A;
}

div.Block p {
	font-size: 0.9em;
	line-height: 1.1em;
}

div.Block li {
	list-style-type: none;
}

div.galleries {
	clear: left;
	border: 1px solid #C1D7EF;
	padding-top: 13px;
}

div.galleries div.boxes {
	width: 310px;
	margin: 5px 12px 0 0;
	float: left;
	height: 285px;
	overflow: hidden;
	position: relative;
}

div.galleries div.boxes ul {
	position: relative;
	width: 100%;
}

div.galleries div.boxes ul li {
	padding: 10px 0;
	list-style-type: none;
	clear: left;
	height: 75px;
	width: 100%;
}

div.galleries div.boxes ul li.grey,div.galleries div.boxes ul li:hover {
	background-color: #E9ECF1;
}

div.galleries div.boxes ul li span.comments {
	color: #6699CE;
}

div.galleries div.boxes ul li img {
	border: 3px solid #DAE1E7;
	/*background-color: #F1992F;
	padding:1px;*/
	margin: 0px 13px;
	float: left;
}

div.galleries div.boxes ul li h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	height: 3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.galleries div.boxes ul li h3 a {
	color: #19225B;
	font-weight: bold;
}

div.galleries div.boxes ul li h3 a:hover {
	color: #F66C00;
}

div.galleries div.boxes ul li h4 {
	font-size: 0.9em;
	margin-top: 1em;
}

div.galleries div.boxes ul li h4 a {
	color: #F78022;
	text-transform: uppercase;
}

div.galleries div.boxes ul li h4 a:hover {
	color: #19225B;
}

div.galleries div.galimgBox {
	margin-top: 15px;
	float: left;
	width: 300px;
}

div.galleries div.galimgBox img {
	margin-bottom: 10px;
}

div.galleries div.cwd,div.galleries div.cwd span {
	color: #6699CE;
	text-decoration: none;
}

div.gallerycateg {
	position:relative;
	margin-bottom:10px;
}

div.gallerycateg div.bigimg {
	margin-bottom:10px;
	padding: 20px 0;
	text-align: center;
	z-index: 0;
	background:#464646;
}

div.gallerycateg div.bigimg img {
	vertical-align: bottom;
}

div.gallerycateg div.imagetext {
	clear: left;
	padding: 2px 15px 8px 15px;
	background:#000;
	height:75px;
}

div.gallerycateg div.imagetext h2 {
	font-size:22px;
	font-family: Arial, helvetica, sans-serif;
	line-height:1.2em;
	color:#fff;
	margin-top:3px;
}

div.gallerycateg div.imagetext .date {
	color:#A9A9A9;
	font-family: Arial, helvetica, sans-serif;
}

div.gallerycateg div.imagetext div.data {
	float:right;
	width:180px;
	font-size:11px;
	padding: 10px 0;
	color:#A9A9A9;
	line-height:1.5em;
}

div.gallerycateg div.imagetext div.data span#voted {
	display:inline-block;
	width:3em;
}

div.gallerycateg div.imagetext p {
	padding: 5px 0 20px 0;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #263C6E;
}

div.pageimg div.opacity {
	position:absolute;
	bottom:0;
	width:100%;
	background:#fff;
	height:105px;
	opacity:0;
}

div.pageimg ul {
	position:absolute;
	bottom:0;
	width:100%;
	list-style-type:none;
	background:none;
}

div.pageimg ul li {
	float:left;
	margin:10px 0px 10px 10px;
}

div.pageimg ul li a img {
	opacity:0;
}

div.pageimg ul li a:hover img {
	opacity:1 !important;
}


div.pageimg a.leftp {
	display:none;
	position:absolute;
	left:10px;
	top:50%;
	width:56px;
	height:32px;
	margin-top:-18px;
	background:URL(photo_back_bg.png);
}

div.pageimg a.rightp {
	display:none;
	position:absolute;
	right:10px;
	top:50%;
	width:56px;
	height:32px;
	margin-top:-18px;
	background:URL(photo_next_bg.png);
}

div.galleryDetails div.userBox {
	display:block;
	float:right;
	height:42px;
	width:180px;
	text-align:left;
	padding-left: 20px;
	background: #565656;
	position:relative;
	z-index:100;
}

div.galleryDetails div.userBox a.letter {
	display:inline-block;
	float:none;
	background-position:left;
	text-indent:0px;
	padding-left:30px;
	line-height:42px;
	text-transform:uppercase;
	width:auto;
	height:42px;
	font-size:10px;
	color:#A9A9A9;
	background: url('letter_gallery.gif') no-repeat left;
}

div.galleryright {
	float: none;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 10px;
	background: #fff;
}

.galleryright #topGalleries {
	height:200px;
}

div.galleryright a.rss {
	margin: 0px 10px 0 0;
	height:40px;
	line-height:40px;
}

.galleryright div.pageBox {
	clear:both;
}

.galleryright div.pageBox a.prev {
	padding-left:0;
}

.galleryright span.duration img {
	width:7px !important;
	height:7px !important;
}

.galleryright #topGalleries ul li div.pics {
    left: 130px;
}

div.cloud {
	background-color: #fff !important;
	padding: 10px;
}

div.cloud ul {
	padding: 0;
	list-style-type: none;
	background: none !important;
}

div.cloud ul li {
	line-height: 1.2em;
	font-size: 1px;
	display: inline;
}

div.cloud ul li a:link,
div.cloud ul li a:visited,
div.cloud ul li a:active
{
	color: #FA5900;
}

div.cloud a:hover {
	color: #FF982F;
}

div.cloud h2.title a.all:hover {
	color: #fff;
}

/* Colour Block */
div.friendslinks {
	clear: both;
	width: 940px;
	padding: 20px;
	color: #555555;
	background-color: #fff;
	font-size: 0.9em;
}

div.friendslinks a:link, div.friendslinks a:visited {
	color: #555555;
}

div.friendslinks a:hover {
	color: #F66C00;
	text-decoration: underline;
}

#commentsForm {
	background-color: #fff;
	display: none;
	padding-top: 1px;
	margin-bottom: 10px;
}

#commentsForm p.text {
	float: left;
	width: 160px;
	font-size: 0.9em;
	margin-top: 15px;
	color: #A4A4A4;
	padding: 0 20px 0 10px;
}

#commentsForm form {
	margin-left: 190px;
}

#commentsForm form div.button {
	clear: none;
	text-align: right;
	margin-top: 4px;
}

#commentsForm label {
	display: block;
	padding: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
}

#commentsForm input {
	border: 1px solid #88AA89;
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	height: 18px;
	width: 405px;
}

#commentsForm textarea {
	border: 1px solid #88AA89;
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	padding: 0px;
	margin-bottom: 2px;
	height: 100px;
	width: 405px;
}

#commentsForm button {
	background: url('send_butt.gif') no-repeat left top;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	height: 17px;
	width: 90px;
	padding: 0 10px 4px 0;
	margin-right: 10px;
}

/*copyright*/
div.copyright {
	clear: both;
	text-align: right;
}

div.copyright p {
	font-size: 0.9em;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	margin: 0px;
	margin: 0 20px 15px 0;
}

div.copyright p a {
	color: #fff;
}

div.copyright p a:hover {
	text-decoration: underline;
}

/*copyright*/
.pages {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase !important;
	margin: 10px 0px;
}

.pages *,.pages a:link,.pages a:visited {
	text-transform: uppercase !important;
	color: #39a924;
}

.pages span {
	font-weight: bold;
}

/* sendtoafrend */
div.send {
	background: #fff;
	padding: 5px;
	margin: 20px;
	text-align: left;
	width: 450px;
}

div.send input {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #88AA89;
	height: 15px;
	width: 450px;
}

div.send textarea {
	color: #000;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #88AA89;
	height: 100px;
	width: 450px;
}

div.send a:link,div.send a:visited,div.send a:hover {
	text-decoration: none;
	text-align: right;
	color: #C80087;
}

div.send div.button {
	text-align:right;
	margin: 10px 0;
}

div.send button {
	background: url('send_butt.gif') no-repeat left top;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	height: 17px;
	width: 90px;
	padding: 0 10px 4px 0;
}

span.match {
	color: #fa5900 !important;
}

div.allrsslinks {
	padding-bottom: 20px;
	background-color: #fff;
}

div.allrsslinks h3 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 10px;
}

div.allrsslinks h2 a.all:link,div.allrsslinks h2 a.all:active,div.allrsslinks h2 a.all:visited,div.allrsslinks h2 a.all:hover
	{
	width: 103px;
	padding-left: 7px;
}

div.allrsslinks h2 a.all:hover {
	text-decoration: none;
	color: #fff !important;
}

div.allrsslinks a:link,div.allrsslinks a:active,div.allrsslinks a:visited,div.allrsslinks a:hover
	{
	color: #FA5900;
	font-weight: bold;
}

div.allrsslinks a:hover {
	color: #48843E !important;
	text-decoration: underline;
}

.loading {
	background: URL('trobber.gif') center no-repeat;
	height: 100px;
}

div.newsList {
	min-height: 650px;
	padding: 10px 0;
	background: #fff;
}

div.topNews {
	font-size: 11px;
	min-height: 620px;
	padding-bottom: 10px;
	background: #fff;
}

div.topNews div.image {
	border-left: 10px solid #FA5900 !important;
	position: relative;
	margin: 0 0 10px 10px;
	width: 290px;
}

div.topNews div.image img {
	width: 100%;
}

div.topNews div.image h2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	background: rgba(0, 0, 0, .7);
	padding: 10px 10px 10px 15px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.topNews div.image h2 a {
	color: #fff;
	font-weight: bold;
}

div.topNews span.date {
	background: none;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	margin-bottom: 10px;
}

div.topNews span.date span {
	color: #23481D;
}

div.topNews p,div.topNews h3 {
	padding-left: 10px;
	padding-right: 10px;
}

div.clearBox {
	position: relative; background-color : #fff;
	width: 650px;
	margin-bottom: 10px;
	background-color: #fff;
}

div.clearBox div.otext h3 {
	height: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
}

div.clearBox div.otext {
	width: 490px;
}

div.clearBox div.stats {
	margin-bottom: 0px;
	padding: 0px 0 2px 0;
}

div.clearBox div.pageBox {
	border:none;
}

div.vfile {
	float: left;
	width: 420px;
	height: 360px;
	margin-left: 10px;
	border-left: 10px solid #FA5900;
}

div.vtext {
	position: absolute;
	top: 0;
	right: 0;
	height: 356px;
	width: 180px;
	padding: 5px 10px 0 20px;
	background-color: #000;
	color: #fff;
	padding: 5px 10px 0 20px;
}

div.clearBox h2.title, #videoTop h2.title, #galleryTop h2.title {
	margin: 0 0 0 10px;
}

div.vtext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
}

div.vtext div.date {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #B0B0B0;
	font-size: 0.8em;
	margin-bottom: 15px;
}

div.vtext div.stats {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #B0B0B0;
	font-size: 0.8em;
	margin: 0 0 15px 20px;
}

div.vtext div.stats a {
	display: block;
	margin: 5px 0;
}

div.vtext div.stats span#voted {
	margin-right: 8px;
}

div.vtext div.vbuttons {
	position: absolute;
	bottom: 70px;
	left: 0;
	margin: 0 0 15px 20px;
}

div.vtext div.vbuttons textarea {
	border:1px solid #B0B0B0;
	font-size:1em;
	width:144px;
	margin-top:10px;
	padding:0px;
	height:80px;
	display:none;
}

div.vtext div.vbuttons a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 0.7em; padding-left : 35px;
	color: #7B7B7B;
	text-transform: uppercase;
	margin-bottom: 15px;
	background: URL('url_butt.gif') no-repeat left top;
	padding-left: 35px;
}

div.vtext div.vbuttons a.sendto {
	margin-bottom: 0px;
	background: URL('video_sendtoafrend.gif') no-repeat left top;
}

div.vtext div.vbuttons a:hover {
	color: #fa5900;
}


#galleryTop {
	position:relative;
	background: #fff;
	margin-bottom:10px;
	clear:both;
}

#galleryTop h2 {
	border: none;
	margin-bottom:0;
}

#galleryTop div.image {
	float: left;
	width: 400px;
	height: 300px;
	margin-left: 10px;
	border-left: 10px solid #FA5900;
}

#galleryTop div.image img {
	width: 400px;
	height: 300px;
}

#galleryTop div.dataBox {
	position:absolute;
	top:0px;
	left:410px;
	width: 250px;
	height: 340px;
	background: #000;
	z-index:100;
}

#galleryTop div.dataBox * {
	color: #fff;
}

#galleryTop div.dataBox div.date {
	margin: 5px 20px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	height:30px;
	color: #B0B0B0;
}

#galleryTop div.dataBox h3 {
	margin: 0 20px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:85px;
	margin-bottom:10px;
	overflow:hidden;
}

#galleryTop div.dataBox h3 a {
	font-weight:bold;
}

#galleryTop div.dataBox a.pics:link,
#galleryTop div.dataBox a.pics:visited,
#galleryTop div.dataBox a.pics:active,
#galleryTop div.dataBox a.pics:hover {
	display:block;
	width:75px;
	height:65px;
	font-size: 40px !important;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	background: URL(big_play_gal.gif) center no-repeat;
	padding: 18px 0 0 85px;
	margin:13px 0px 50px 20px;
}

#galleryTop div.dataBox a.pics:hover {
	background: URL(big_play_gal_on.gif) center no-repeat;
}

#galleryTop div.dataBox div.pageBox {
	height:30px;
	padding: 0;
}

#galleryTop div.dataBox div.pageBox .cwd span {
	color: #B3B3B3;
	font-size: 33px;
	font-weight: bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#galleryTop div.dataBox div.pageBox a.next {
	background-image: URL(list_next_bg.gif);
	width:40px;
	height:30px;
	margin:0;
}

#galleryTop div.dataBox div.pageBox a.next:hover {
	background-image: URL(list_next_hover_bg.gif);
}

#galleryTop div.dataBox div.pageBox a.prev {
	background-image: URL(list_back_bg.gif);
	height:30px;
}

#galleryTop div.dataBox div.pageBox a.prev:hover {
	background-image: URL(list_back_hover_bg.gif);
}


#topGalleries {
	float:right;
	width:320px;
	background: #F1F1F1;
	height:300px;
	overflow:hidden;
	position:relative;
}

#topGalleries ul {
	position:absolute;
	width:100%;
	left:0;
	top:0;
}

#topGalleries ul li {
	padding: 10px;
	list-style-type:none;
	position:relative;
}

#topGalleries ul li.on {
	background: URL(video_list_left_hover_bg.gif) left no-repeat;
}

#topGalleries ul li.even {
	background-color: #d6d6d6;
}

#topGalleries ul li div.image {
	float:left;
	width:110px;
	height:80px;
	position:relative;
	border:none;
	margin-right:10px;
}

#topGalleries ul li div.image img {
	width:110px;
	height:80px;
	border:none;
}

#topGalleries ul li div.image div.opacity {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:14px;
	background: #fff;
	opacity: .5;
}

#topGalleries ul li div.image div.catname {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:14px;
	font-size: 11px;
	text-transform:uppercase;
	padding-left:3px;
}

#topGalleries ul li div.date  {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
}

#topGalleries ul li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 	14px;
	line-height: 1.2em;
	margin-top:2px;
}

#topGalleries ul li h3 a:link, #topGalleries ul li h3 a:visited {
	color: #4d4c4a;
}

#topGalleries ul li div.pics {
	position:absolute;
	bottom:10px;
	left:140px;
	color:#848484;
	text-transform:uppercase;
	font-weight:bold;
}

#galleryTop a.rss,
#videoTop a.rss {
	position:absolute;
	top:15px;
	right:10px;
}

#videoTop {
	position:relative;
	background: #fff;
	margin-bottom:10px;
	clear:both;
}

#videoTop h2 {
	border: none;
	margin-bottom:0;
}

#videoTop div.image {
	float: left;
	width: 400px;
	height: 300px;
	margin-left: 10px;
	border-left: 10px solid #FA5900;
}

#videoTop div.image img {
	width: 400px;
	height: 300px;
}

#videoTop div.dataBox {
	position:absolute;
	top:0px;
	left:410px;
	width: 250px;
	height: 340px;
	background: #000;
	z-index:100;
}

#videoTop div.dataBox * {
	color: #fff;
}

#videoTop div.dataBox div.date {
	margin: 5px 20px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	height:30px;
	color: #B0B0B0;
}

#videoTop div.dataBox h3 {
	margin: 0 20px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:90px;
	margin-bottom:10px;
	overflow:hidden;
}

#videoTop div.dataBox h3 a {
	font-weight:bold;
}

#videoTop div.dataBox a.videopics:link,
#videoTop div.dataBox a.videopics:visited,
#videoTop div.dataBox a.videopics:active,
#videoTop div.dataBox a.videopics:hover {
	display:block;
	width:160px;
	height:82px;
	background: URL(big_play_video.gif) center no-repeat;
	margin:0px 0px 45px 20px;
}

#videoTop div.dataBox a.videopics:hover {
	background: URL(big_play_video_on.gif) center no-repeat;
}

#videoTop div.dataBox div.pageBox {
	height:30px;
	padding: 0;
}

#videoTop div.dataBox div.pageBox .cwd span {
	color: #B3B3B3;
	font-size: 33px;
	font-weight: bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#videoTop div.dataBox div.pageBox a.next {
	background-image: URL(list_next_bg.gif);
	width:40px;
	height:30px;
	margin:0;
}

#videoTop div.dataBox div.pageBox a.next:hover {
	background-image: URL(list_next_hover_bg.gif);
}

#videoTop div.dataBox div.pageBox a.prev {
	background-image: URL(list_back_bg.gif);
	height:30px;
}

#videoTop div.dataBox div.pageBox a.prev:hover {
	background-image: URL(list_back_hover_bg.gif);
}

a.look:link,
a.look:visited,
a.look:active,
a.look:hover {
	display: block;
	position:absolute;
	bottom:10px;
	left:130px;
	/*width: 74px;*/
	height: 16px;
	font-size: 0.7em;
	line-height: 16px;
	background: url('video_more_butt.gif') no-repeat right center #B0B0B0;
	border: 1px solid #B0B0B0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	padding: 0 26px 0 8px;
	color:#000;
}

a.look:hover {
	color:#fff;
}

#videoTop #topGalleries a.look:link {
	left:140px;
}

#galleries ul.righttabs li a {
	padding: 0 5px !important;
}

div.hor {
	min-height: 1100px;
	*height: 1100px;
	padding-bottom:20px;
	background: #fff;
}

div.hor ul {
	list-style-type:none;
}

div.hor ul li {
	position: relative;
	background: url('dotted.gif') repeat-x left bottom;
	padding: 10px 0;
}

div.hor ul li.last {
	background-image: none;
}

div.hor h2.title {
	margin-bottom:0px;
	margin-left: 10px;
}

div.hor h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	font-weight:bold;
	color:#fa5900;
}

div.hor ul li span.date {
	margin-left:10px;
}

div.hor h3 a {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 1em;
	margin-left:10px;
	color:#fa5900;
}

div.hor h3 a:hover {
	color: #48843E;
	text-decoration: underline;
}

div.hor div.link {
	clear:left;
	padding-left:10px;
}

div.hor div.link a {
	float:left;
	font-size: 0.8em;
	margin:10px 10px 0 0px;
	display:block;
	background: url('result_butt.gif') no-repeat left center;
	height:17px;
	width:77px;
	line-height:17px;
	text-align:center;
	text-transform:uppercase;
	color:#133F0E;
}

div.hor div.link a:hover {
	color:#fa5900;
}

div.hor img {
	float:left;
	width:80px;
	margin:10px 15px 0 10px;
}

div.hrright h3 {
	margin:10px 10px 0 10px;
}

div.hrright p {
	margin:0 10px;
}

.loading {
	background: URL(loader.gif) center no-repeat;
}

div.form {
	padding: 0 0 0 10px;
}

div.form div input {
	float: right;
	height: 18px;
	border: 1px solid #ccc;
}

div.form div select,
div.form div textarea {
	float: right;
	border: 1px solid #ccc;
}

div.form div label {
	float: left;
}

div.form div {
	height: 26px;

}

div.add_block {
	margin:10px 14px;
}

h3.add_title {
	padding: 0 !important;
}

h3.add_title,
h3.add_title a {
	color: #FA5900;
	font-size: 13px !important;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.2em;
}

h3.add_title a:hover {
	color: #48843e;
	text-decoration: underline;
}

a.ans {
	float: right;
	color: #697d64;
}

a.ans:hover {
	color: #f57e20;
	text-decoration: underline;
}

ul.adslink {
	list-style: none;
	margin: 0 0 20px 14px;
}

ul.adslink li {
	float:left;
	margin: 0 10px 0 0;
}

ul.adslink li a {
	color: #fa5900;
}

ul.adslink li a:hover {
	color: #48843e;
	text-decoration: underline;
}

a.publicate {
	color: #fa5900;
	margin: 0 0 0 14px;
	font-size: 13px;
	font-weight: bold;
	color: #48843e;
}

a.publicate:hover {
	color: #fa5900;
	text-decoration:underline;
}

#tv h2 {
	padding: 10px 0;
	color: #444444;
    font-weight: bold;
    font-size: 1.7em;
}

#tv .vcalendar {
	font-size: 12px;
}

div.tv ul li{
	
	position: relative;
	background-color: transparent;
	background-image: url("dotted.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
div.tv ul li.even{
	background-color:#eee !important;
}

#wall_l{
    width: 160px!important;
    height: 600px;
    position: absolute;
    margin-left: -170px;
}
#wall_r{
    float:right;
    width: 160px!important;
    height: 600px;
    position: absolute;
    margin-left: 990px;
}

/***********************************/
/***********************************/
/********* modal splash image ******/
.mainimage {
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 98%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.98); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-height: 85%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}



/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}