/**
* 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-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	background: url('base_bg.gif') repeat-x top left;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /*** Centers the design in old IE versions ***/
}

body {
	width: 980px;
	margin: 0 auto 0px auto; /*** Centers the design ***/
	min-height: 100%;
	text-align: left;
	/*** Because we centered the text in body we have to move the text back to left aligning ***/
	padding: 0px;
	position: relative;
	left: -10px;
	z-index: 10;
	color: #000;
	border: 0px solid red;
	background: URL('content_bg.jpg') repeat-y left top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	text-align: left;
	line-height: 1.3em;
}

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;
}

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;
}

a.button,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;
}

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: 1em;
	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;
}

/*header*/
#header {
	background: #fff;
	position: relative;
}

#bgbottom {
	background: url('bgbottom.jpg') repeat-x bottom left;
}

div.right {
	float: right;
	width: 310px;
}

div.left {
	width: 610px;
	float: left;
	clear: none;
}

div.column,
div.hor {
	width: 300px;
	float: left;
	clear: none;
	background: #fff;
	margin-bottom: 15px;
}

body.home div.column,
body div.content div.nobg {
	background: none;
}

div.leftfirst,
div.hrright {
	margin-right: 10px;
	clear: left;
}

div.content {
	background: URL('top_back.jpg') no-repeat left top;
	/*border:1px solid red;*/
	padding: 20px;
	margin: 0px 0px 20px 0px;
}

ul#video_home {
	width: 590px;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
	list-style-type: none;
	margin-bottom: 15px;
	clear: left;
}

body.home ul#video_home {
	margin-bottom: 20px;
}

ul#video_home li {
	float: left;
	width: 140px;
	margin-right: 10px;
}

ul#video_home li.last {
	margin-right: 0px;
}

ul#video_home li div.date {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #989898;
	line-height: 2em;
}

ul#video_home li h2 {
	height: 3.6em;
	font-size: 1.4em;
	overflow: hidden;
}

ul#video_home li a.img:visited,ul#video_home li a.img:link,ul#video_home li a.img:active,ul#video_home li a.img:hover
	{
	display: block;
	width: 140px;
	height: 110px;
}

ul#video_home li a.img img {
	margin: 5px 0 0 5px;
}

ul#video_home li h2 a:visited,ul#video_home li h2 a:link,ul#video_home li h2 a:active,ul#video_home li h2 a:hover
	{
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #48843E;
}

ul#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;
}

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: 3em;
	font-size: 1em;
	line-height: 1em;
	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: url('content_bg.jpg') repeat-y left top;
	width: auto;
	margin: 0 auto;
}

#commreadBox {
	margin-bottom: 13px;
	background: #fff;
}

#commreadBox div.commreadText {
	padding-top: 5px;
}

#commreadBox h2.title {
	height: auto;
	font-weight: bold;
	text-transform: none;
	border: none;
	line-height: 1em;
	padding-top: 5px;
}

a.rss {
	display: block;
	float: right;
	background: url(next_on.gif) right no-repeat;
	padding-right: 30px;
	line-height: 30px;
	margin: 2px 10px 0 0;
	color: #fa5900;
	font-weight: bold;
	font-size: 1.1em;
}

a:hover .rss {
	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: 3em;
	font-size: 1.3em;
	line-height: 1em;
	overflow: hidden;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

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;
	font-size: 1.3em;
	line-height: 1.2em;
	overflow: hidden;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

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: #fff;
	font-weight: bold;
}

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:#ACACAC;
	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: #4C4C4C;
}

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: .8em;
	color: #8C8B89;
	text-transform: uppercase;
	text-align: center;
	margin-right: 2px;
	padding: 0 7px;
}

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;
	margin-left: 10px;
}

#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 {
	background: url('right_adv_bg.gif') no-repeat right top;
	height: 270px;
	padding-right: 10px;
}

div.advText {
	font-size: 0.8em;
	line-height: 1em;
	text-transform: uppercase;
	color: #C4C4C4;
	letter-spacing: 1px;
}

#adv {
	clear: left;
	position: relative;
	margin-bottom: 20px;
}

div.rightBox {
	border-bottom: 10px solid #fff;
	position: relative;
	margin-bottom: 20px;
}

#week,#anecdots,#horoscope,div.rightBox ul {
	list-style-type: none;
	background: url('rightBox_bg.gif') no-repeat center bottom #fff;
	padding: 10px 10px 0 10px;
}

h2.title {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 40px;
	color: #444444;
	padding-left: 10px;
	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 {
	font-family: Ariel, Helvetica, sans-serif;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

h2.titler a:link,h2.titler a:active,h2.titler a:visited,h2.titler a:hover
	{
	border-right: 10px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	background: url('grey_arrow.gif') no-repeat right center #fff;
	height: 20px;
	font-size: 0.8em;
	line-height: 20px;
	padding: 0 15px 0 10px;
	color: #5F5D60;
	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;
	width: 72px;
}

#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 15px;
	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;
}

#week {
	padding-bottom: 5px;
}

#week div.img {
	position: relative;
}

#week div.img p {
	position: absolute;
	top: 86px;
	left: 0;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 0 10px;
	width: 270px;
	-moz-opacity: .50;
	text-transform: capitalize;
	opacity: .50;
}

#week div.img p span {
	font-family: Tahoma, Helvetica, sans-serif;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

#week h3 {
	color: #45AD3E;
	font-weight: bold;
	font-size: 1em;
	line-height: 2.2em;
	padding: 0 10px;
}

#week 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 {
	background: none;
	border-bottom: none;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

#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;
	width: 920px;
	height: 274px;
	padding: 25px 30px 0 30px;
	background: url('first_news_bg.jpg') no-repeat left top;
}

div.featured ul {
	list-style-type: none;
}

div#homeright {
	padding: 10px 60px 0 0px;
	float: right;
	width: 260px;
	height: 230px;
	overflow: hidden;
	position: relative;
}

div#homeright ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
}

div#homeright ul li {
	clear: left;
	margin-bottom: 20px;
	height: 60px;
}

div#homeright ul li.last {
	margin-bottom: 0px;
}

div#homeright ul li a.images {
	display: block;
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

div#homeright ul li h2 {
	margin: 0px 0px 7px 0px;
	height: 2.2em;
	font-size: 1.4em;
	line-height: 1.1em;
	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;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

div#homeright ul li a.more:active,
div#homeright ul li a.more:visited,
div#homeright ul li a.more:link,
div#homeright ul li a.more:hover {
	display: block;
	float: left;
	width: 74px;
	height: 16px;
	font-size: 0.7em;
	line-height: 16px;
	/*background: url('more.png') no-repeat left top;*/
	background: url('more_first_bg.gif') no-repeat left top;
	color: #2F781E;
	text-transform: uppercase;
	padding-left: 10px;
	/*-moz-opacity: .75;
	opacity: .75;*/
}

div#homeright ul li a.more:hover,
div#homeright ul li a.on {
	background: url('more_first_hover_bg.gif') no-repeat left top !important;
	/*-moz-opacity: .95;
	opacity: .95;*/
}

ul#homeleft {
	float: left;
	width: 560px;
	height: 242px;
	position: relative;
}

ul#homeleft li {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

ul#homeleft li a.images {
	display: block;
	width: 320px;
	height: 240px;
	float: left;
}

ul#homeleft li a.images img {
	border: none;
}

ul#homeleft li div {
	float: right;
	width: 240px;
}

ul#homeleft li h2 {
	margin: 5px 10px 4px 30px;
	height: 4.5em;
	font-size: 1.6em;
	line-height: 1.4em;
	overflow: hidden;
}

ul#homeleft li h2 a:active,ul#homeleft li h2 a:visited,ul#homeleft li h2 a:link,ul#homeleft li h2 a:hover
	{
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #F0FFE0;
	text-transform: uppercase;
}

ul#homeleft li h2 a:hover,div#homeright ul li h2 a:hover {
	/*color:#FA5900;*/
	text-decoration: underline;
}

ul#homeleft li p {
	background: url('image_first_text_bg.gif') no-repeat left top;
	height: 91px;
	padding: 15px 10px 0 30px;
	font-size: 0.9em;
	-moz-opacity: .90;
	opacity: .90;
}

div.featured div.pageBox {
	position: absolute;
	bottom: 48px;
	left: 30px;
	width: 320px;
	padding: 0;
}

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: 0px 10px 30px 0;
}

div.detailNews div.relatedBox {
	float: left;
	margin: 0px 15px 0px 0px;
}

div.detailNews div.image {
	position: relative;
}

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: 10px;
	background: #fff;
	width: 290px;
	height: 30px;
	-moz-opacity: .50;
	text-transform: capitalize;
	opacity: .50;
}

div.detailNews div.pageBox,div.galimgBox div.image div.pageBox {
	position: absolute;
	bottom: 13px;
	right: 10px;
	color: #fff;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	width: 135px;
	text-transform: capitalize;
}

div.galimgBox div.image div.opacity {
	left: 0px;
}

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 h3 {
	color: #FA5900;
	font-size: 1.9em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	margin: 10px 0;
	padding-left: 10px;
}

div.detailNews .item h3 {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}

div.detailNews .item:first-child h3 {
	font-size: 1.9em;
}


div.detailNews p {
	color: #000;
}

div.detailNews div.article {
	position: relative;
	line-height: 1.5em;
	font-size: 1em;
	margin: 10px 0 0 10px;
}

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 h2.title {
	width: 290px;
}

div.detailNews div.column div.img img {
	border-left: none !important;
}

div.detailNews div.column h3 {
	margin-top: 0px;
}

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;
}

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;
}

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;
	background-color: #EDEDED;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url('dotted.gif') repeat-x left bottom;
	padding: 5px 0;
	margin-left: 10px;
}

div.column div.Block h4.last {
	background: none;
}

div.column div.Block 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 {
	color: #FA5900;
	text-decoration: underline;
}

div.column div.adv {
	background-color: #fff;
	height: 270px;
	margin-bottom: 10px;
	text-align:right;
}

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 {
	height: 3em;
	font-size: 1.3em;
	line-height: 1em;
	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;
	margin-left: 10px;
}

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 {
	text-align: center;
	z-index: 0;
	background:#464646;
	margin-bottom:20px;
	height:430px;
	line-height:430px;
}

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: 15px;
	background: #fff;
}

.galleryright #topGalleries {
	float:right;
	width:100%;
	background: #4B4B4B;
	height:200px;
	overflow:hidden;
	position:relative;
	margin-bottom:2px;
}

div.galleryright a.rss {
	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;
}

div.cloud {
	background-color: #fff !important;
}

div.cloud ul {
	padding: 0 10px 10px 10px;
	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:active,div.cloud ul li a:link,div.cloud ul li a:visited,div.cloud ul li a:hover
	{
	color: #FA5900;
}

}
div.cloud a:hover {
	color: #FF982F;
}

div.cloud h2.title a.all:hover {
	color: #fff;
}

/* Colour Block */
div.friendslinks {
	background-color: #fff;
	clear: both;
	font-size: 0.9em;
	color: #555555;
	padding: 20px 20px 20px 85px;
	text-indent: -65px;
}

div.friendslinks a:link,div.friendslinks a:visited {
	color: #555555;
}

div.friendslinks a:hover {
	color: #F66C00;
	text-decoration: underline;
}

div.userbar {
	background: url('header_bg.gif') repeat-y left top;
	height: 20px;
	padding: 0px 20px;
}

div.userbar a:link,div.userbar a:visited,div.userbar a:active,div.userbar a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
	display: block;
	float: left;
}

div.userbar div.searchBox {
	position: absolute;
	top: 0;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('search_bg.gif') no-repeat left top;
	float: right;
	width: 302px;
	height: 28px;
	margin-top: 8px;
}

div.userbar div.searchBox input {
	float: left;
	border: none;
	width: 242px;
	height: 19px;
	background: url('input_bg.gif') no-repeat left top;
	padding: 3px 10px 0 10px;
	font-size: 0.9em;
	margin-left: 5px;
}

div.userbar div.searchBox button {
	float: right;
	margin-right: 5px;
	background: url('search_butt.gif') no-repeat left top;
	height: 22px;
	width: 22px;
}

div.userbar div.searchBox button:hover {
	background: url('search_butt_.gif') no-repeat left top;
}

div.logo {
	padding: 0px;
}

div.logo h1 {
	color: #000;
}

div.logo img {
	position: relative;
	width: 207px;
	height: 70px;
}

/* menu and submenu */
div.logo ul {
	position: absolute;
	top: 50px;
	right: 0px;
	height: 40px;
	list-style-type: none;
}

div.logo ul li {
	float: left;
	height: 34px;
	background-color: #4C4C4C;
	border-bottom: 6px solid #989898;
	margin-right: 1px;
}

li#pdf a {
	color: #FA5900;
}

div.logo ul li.last {
	margin-right: 0px;
}

div.logo ul li a:link,
div.logo ul li a:visited,
div.logo ul li a:active,
div.logo ul li a:hover
{
	float: left;
	display: block;
	margin-top: 0px;
	padding: 0 19px;
	line-height: 34px;
	font-size: 1em;
	font-weight: bold;
	color: #D1CFD0;
}

div.logo ul li a:hover, div.logo ul li a.on {
	color: #fff;
	background: url('menu_hover_bg.gif') no-repeat bottom center;
}

/* menu and submenu */
div.rss a.rsslink:link,div.rss a.rsslink:visited,div.rss a.rsslink:active,div.rss a.rsslink:hover
	{
	display: block;
	float: right;
	background: url('base_image.gif') no-repeat -51px -77px;
	height: 18px;
	width: 58px;
	margin-top: 4px;
}

span#date {
	float: right;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
	margin: 25px 25px 10px 0;
	position: relative;
}

div.banner {
	position: relative;
	float: right;
	height: 90px;
	width: 728px;
}

#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;
}

div.menus {
	background-color: #595959;
	height: 42px;
	margin-bottom: 20px;
}

#footer ul {
	float: left;
	list-style-type: none;
	color: #fff;
	font-size: 1em;
	line-height: 42px;
	padding-left: 20px;
}

#footer ul.content {
	float: right;
	padding: 0 20px 0 0px;
}

#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;
}

/*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;
}

div.topNews {
	font-size: 11px;
	min-height: 602px;
	padding-bottom: 10px;
}

div.topNews div.image {
	border-left: 10px solid #FA5900 !important;
	position: relative;
	left: 0px;
	width: 290px;
}

div.topNews div.image img {
	width: 290px;
}

div.topNews div.image h2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 265px;
	background: #000;
	opacity: .70;
	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: 610px;
	margin-bottom: 10px;
	background-color: #fff;
}

div.clearBox h2.title{
	position:relative;
	z-index:0;
}

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;
	border-left: 10px solid #FA5900;
}

div.vtext {
	position: absolute;
	top: 0;
	right: 0;
	height: 356px;
	width: 150px; padding : 5px 10px 0 20px;
	margin-left: 430px;
	background-color: #000;
	color: #fff;
	padding: 5px 10px 0 20px;
}

div.clearBox h2.title {
	margin: 0px;
}

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;
	border-left: 10px solid #FA5900;
}

#galleryTop div.image img {
	width: 400px;
	height: 300px;
}

#galleryTop div.dataBox {
	position:absolute;
	top:0px;
	left:410px;
	width: 200px;
	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 div.pics {
	height:70px;
	background: URL(big_play_gal.gif) center no-repeat;
	margin-bottom: 45px;
	color:#4C4C4C;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 0 105px;
}

#galleryTop div.dataBox div.pics:hover {
	background: URL(big_play_gal_on.gif) center no-repeat;
}
*/

#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);
}


#galleryTop #topGalleries {
	float:right;
	width:330px;
	background: #4B4B4B;
	height:300px;
	overflow:hidden;
	position:relative;
}

#topGalleries ul {
	position:absolute;
	width:100%;
	left:0;
	top:0;
}

#topGalleries ul li {
	padding: 10px 20px;
	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:#5E5E5E;
}

#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: #B0B0B0;
}

#topGalleries ul li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:2px;
}

#topGalleries ul li h3 a:link, #topGalleries ul li h3 a:visited {
	color: #fff;
	font-weight:bold;
}

#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:0px;
	right:0px;
}

#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;
	border-left: 10px solid #FA5900;
}

#videoTop div.image img {
	width: 400px;
	height: 300px;
}

#videoTop div.dataBox {
	position:absolute;
	top:0px;
	left:410px;
	width: 200px;
	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);
}

#videoTop #topGalleries {
	float:right;
	width:330px;
	background: #4B4B4B;
	height:300px;
	overflow:hidden;
	position:relative;
}


a.look:link,
a.look:visited,
a.look:active,
a.look:hover {
	display: block;
	position:absolute;
	bottom:10px;
	left:140px;
	width: 74px;
	height: 16px;
	font-size: 0.7em;
	line-height: 16px;
	background: url('video_more_butt.gif') no-repeat left top;
	text-transform: uppercase;
	padding-left: 15px;
	color:#000;
}

#videoTop #topGalleries a.look:hover {
	color:#fff;
}

#galleries ul.righttabs li a {
	padding: 0 5px !important;
}

div.hor {
	padding-bottom:20px;;
}

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;
}

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;
}

div.galleriesPop {
	margin-top:-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;
}