@import "./yui/base-min.css";
@import "./yui/fonts-min.css";
@import "./yui/reset-min.css";

* html img,
* html #header{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/asset/css/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
font-family: Tahoma, Arialcursive, Sans-serif;
}

html {
background: transparent;	
}

td {
vertical-align: top;	
}

a {
text-decoration		: none;
}

strong {
font-weight: bold;	
}

p {
margin-bottom: 1em;	
}

ul li {
list-style: none;	
}

h1 {
font-size			: 220%;
}

h2 {
font-size			: 200%;
}

h3 {
color:#333;
font-size:120%;
}

h1, h2, h3, h4 {
margin-bottom: 0.5em; 
}

h4 {
font-weight: bold; 
}

img {border:0;}

form label {
display				: block;
font-size			: 12px;
margin-bottom : 2px;
}
ul.form {
list-style			: none;	
}
ul.form li {
list-style			: none;
margin-bottom		: 10px;
position			: relative;
}

ul.form li.buttons {
margin-bottom: 0px;	
}

ul.form li.checkbox {
margin-top: 10px;	
}

ul.form input.checkbox {
vertical-align: middle;	
}

input.text, textarea, input.password {
border: 1px solid #CCC;
padding: 2px;
}

textarea {
height: 150px;
}

ul.form .error-message {
color			: red;
font-size		: 10px;
}

table.data {
width: 100%;
border: 1px solid #d9d9d9;
font-size: 11px;
}
table.data td, table.data th {
padding: 5px 3px;
border: 0px solid transparent;
}
table.data thead {
background-image: url(/asset/img/shade.png);
background-repeat: repeat-x;
background-position:  bottom;
background-color: #eee;
}

table.data tbody tr {
background-image: url(/asset/img/shade.png);
background-repeat: repeat-x;
background-position:  0% 75%;
}
table.data tbody tr.alt {
background-color: #ddd;
}
table.data thead td {
font-weight: bold;
color: white;
}

/* =================== */

table, tr, td {
border: 0px solid transparent;
}

body {
background-image: url(/asset/img/bg_grass_fade.jpg);
background-repeat: repeat-x;
background-position: bottom;
background-color: #6a9a0f;
background-attachment: fixed;
height: 100%;
}
#container {
width: 1000px;
margin: 10px auto;
z-index: 2;
position: relative;
}
#header {
position:relative;
background-image:url(/asset/img/bg_topmenu.png);
width:1000px;
background-repeat:no-repeat;
background-position: bottom;
}
#header .logo {
width: 260px;
height: 135px;
text-align: center;
line-height: 120px;
color: white;
font-size: 9px;
}
#header .logo a {
color: white;	
}
#header .logo img {
vertical-align: middle;
}
#header #topnav {
position: absolute;
left: 270px;
bottom: 0px;
}
#header #topnav a {
padding: 2px 10px 2px 0px;
margin-left: 10px;
height: 31px;
display: block;
float: left;
line-height: 25px;
color: white;
font-weight: bold;
}
#header #topnav a.active, #header #topnav a.hover {
background-image: url(/asset/img/bg_menubtn.png);
background-repeat: no-repeat;
background-position: top right;
color: #3b3a3a;
}
#header #topnav a .buffer_before {
float: left;
margin-top: -2px;
width: 10px;
height: 31px;
}
#header #topnav a.active .buffer_before, #header #topnav a.hover .buffer_before {
background-image: url(/asset/img/bg_menubtn.png);
background-repeat: no-repeat;
background-position: top left;
float: left;
margin-top: -2px;
width: 10px;
height: 31px;
}

#accountbox {
background-image: url(/asset/img/bg_accountbox.gif);
position: absolute;
top: 165px;
left: 0px;
width: 200px;
height: 55px;
padding: 0px 5px 5px 30px;
}

#header #accountbox div.loggedIn {
font-size:11px;	
}

#accountbox form input {
font-size: 9px;
display: block;
}

#header .advert {
width: 468px;
height: 60px;
position: absolute;
top: 0px;
left: 268px;
line-height: 60px;
}
.advert {
color: #ffaaaa;
font-size: 9px;
text-align: center;
background-color: #ffdddd;
}

#footer {
width: 1000px;
margin: 0px auto;
position: relative;
z-index: 3;
margin-top: 10px;
}
#footer ul {
margin-left: 270px; 
}
#footer ul li {
float: left;
margin-right: 20px;
height: 15px;
background-color: #669966;
padding: 0px 4px;
color: #ccc;
font-size: 10px;
line-height: 15px;
}
#footer ul li a {
color: #ccc; 
}
#footer, .push {
height: 35px;	
}
#footer li.flag {
background-color: transparent;
}
#footer li.flag img {
margin-top: 2px; 
}
#header #accountbox .newFriendAlert strong,
#header #accountbox .newMessageAlert strong {
color: #aa4444;
}
#header #accountbox .btnLogout {
position: absolute;
bottom: 5px;
right: 5px; 
}
#header #accountbox .btnLogout a {
color: black;
text-decoration: underline; 
}

/* ====== */

html, body {
height: 100%;
margin:0;padding:0;
}
#body { 
width: 1000px;
margin-bottom: 0px;
}
/* ===== */

#flair {
position: fixed;
bottom: 10px;
right: 10px;	
z-index: 1;
}

/* ===== */
table.full {
width: 100%;	
}
table.full table {
width: auto;
}
table.columns2 td {
width: 50%;
padding-right: 10px;
vertical-align: top;
}
table.columns2 table td {
width: auto;
padding-right: 0px; 
}
ul.form li span.error {
color: red;
display: block;
font-size: 10px;
padding-left: 3px;
}

/* == PROFILE == */
._user_._profile_ h1.username {
font-size: 16px;
font-weight: bold;
}

table.information {
background-color:#DDF0F8;width:590px;
}
table.information td.avatar img {
border: 5px solid white;	
}
table.information td.data {
padding-left: 10px;
}
table.information td.actionbutton a{
background-color:#FFF;
}
table.information td.actionbutton a:hover{
background-color:#3769B0;
}
table.metadata{
width:360px;
float:left;
padding:0;margin:0;
}
.metadata td.key {
font-size: 11px;
color: #999;
white-space: nowrap;
padding: 2px 20px 2px 0px;
}
.metadata td.value{
font-size: 11px;
padding: 2px 10px;
}
.field {
clear:both;
margin-bottom:30px;
}
span.key {
font-size: 11px;
color: #999;
white-space: nowrap;
width:120px;
float:left;
padding: 2px 20px 2px 0px;
}
span.value {
font-size: 11px;
padding: 2px 0px;
float:left;
}

span.empty {
color:	#ccc;	
}
.photo_box {
width:100px;
float:left;
margin: 0px 14px 10px 0px;
}
.photo_thumb {
width: 100%;
height: 100px;
background-color: #eee;
text-align: center;
line-height: 100px;
float: left;
font-size: 10px;
color: #ccc;
}
.photo_delete {
width: 100px;
height: 14px;
background-color: #eee;
text-align: center;
margin: 0px 14px 10px 0px;
float: left;
font-size: 10px;
color: #ccc;
}
.photo_thumb img {
}
div.video_thumb a,
div.user_thumb a,
.photo_thumb a,
div.club_thumb a,
div.society_thumb a {
color: black; 
}

div.video_thumb,
div.user_thumb,
div.club_thumb,
div.society_thumb {
background-color: #f5f5f5;
padding: 5px;
float: left;
margin: 0px 10px 10px 0px;
font-size: 11px;
}

div.video_thumb.hover,
div.user_thumb.hover,
div.club_thumb.hover,
div.society_thumb.hover {
background-image: url(/asset/img/shade.png);
background-repeat: repeat-x;
background-position:  bottom;
}

div.user_thumb {
width: 164px;
}

div.video_thumb {
width:320px;
background-color:#FFF;
border-bottom:1px dotted #666;
}

div.club_thumb {
width: 257px; 
}

div.society_thumb {
width: 257px; 
}

div.video_thumb table,
div.user_thumb table,
div.club_thumb table,
div.society_thumb table {
margin: 0px;
}

div.video_thumb td.avatar,
div.user_thumb td.avatar,
div.club_thumb td.avatar,
div.society_thumb td.avatar {
width: 52px;
height: 52px;
background-color: #ffdddd;
text-align: center;
line-height: 52px;
color: white;
}

div.video_thumb td.avatar img,
div.user_thumb td.avatar img,
div.club_thumb td.avatar img,
div.society_thumb td.avatar img {
/* width: 50px;
height: 50px;*/
border: 1px solid white;
}

div.video_thumb td.data,
div.user_thumb td.data,
div.club_thumb td.data,
div.society_thumb td.data
{
padding-left: 5px;	
}

div.video_thumb h4,
div.user_thumb td.data div.metadata {
margin-top: 2px;	
}

div.video_thumb td.avatar .img, div.user_thumb td.avatar .img, div.club_thumb td.avatar .img, , div.society_thumb td.avatar .img,
div.video_thumb td.avatar img, div.user_thumb td.avatar img, div.club_thumb td.avatar img, div.society_thumb td.avatar img {
/*width: 50px;
height: 50px;*/
background-color: #eee;
text-align: center;
line-height: 50px;
font-size: 10px;
color: #ccc;
border: 1px solid white;
}

.featured .user_thumb {
width: 256px;
}
.featured .club_thumb {
width: 256px; 
}
.featured .user_thumb td.avatar {
width: 102px;
height: 102px; 
}
.featured .user_thumb td.avatar img, .featured .user_thumb td.avatar .img {
/*width: 100px;
height: 100px;*/
}

div.featured div.club_thumb td.avatar {
width: 102px;
height: 102px; 
}

div.featured div.club_thumb td.avatar .img, div.featured div.club_thumb td.avatar img {
/*width: 100px;
height: 100px; */
}

div.featured div.video_thumb td.avatar {
width: 102px;
height: 102px; 
}

div.featured div.video_thumb td.avatar .img, div.featured div.video_thumb td.avatar img {
/*width: 100px;
height: 100px; */
}

div._featured_ div.featured {
height: 122px; 
}

.featured .user_thumb {
width: 256px;
}
.featured .user_thumb td.avatar {
width: 102px;
height: 102px; 
}
.featured .user_thumb td.avatar img, .featured .user_thumb td.avatar .img {
/*width: 100px;
height: 100px;*/
}

._user_._profile_ div.bestrounds table.data thead {
background-color: #4A4F9A;
}

._user_._profile_ div.mygames table.data thead {
background-color: #4A4F9A;
}

.section {
margin-top: 1em;	
}

.section a.moreDetail {
color: green;
font-size: 11px;
font-weight: bold;
}

/* ====== */
/* Normal Bubble */
div.bubble {
width: auto;
font-size: 0.75em;
margin-bottom: 24px;
margin-bottom: 30px;
}

div.bubble blockquote {
margin: 0px;
padding: 0px;
border: 1px solid #c9c2c1;
background-color: #fff;
}

div.bubble blockquote p {
margin: 10px;
padding: 0px;
}

div.bubble cite {
position: relative;
margin: 0px;
padding: 7px 0px 0px 15px;
top: 6px;
background: transparent url(/asset/img/bubble_tip.gif) no-repeat 20px 0;
font-style: normal;
}

/* Rounded Bubble */

div.bubble div.rounded {
margin-bottom: 10px;
border: 3px solid #fff;
background-color: #b7e0ff;
}
div.bubble.alt div.rounded {
background-color:  #b7ffe0;
}
div.bubble div.rounded blockquote {
border: 0;
background-color: transparent;
}
div.bubble div.rounded blockquote p {
margin: 0px 10px;
}
div.bubble cite.rounded {
position: relative;
margin: 0px;
padding-left: 15px;
padding-top: 12px;
top: 9px;
background: transparent url(/asset/img/bubble_tip-rounded.gif) no-repeat 15px 0;
}
div.bubble.alt cite.rounded {
background-image: url(/asset/img/bubble_tip-rounded-alt.gif);
}
div.comment cite a {
color: black; 
}

/* ===== */
._comment_._compose_ textarea,
._wall_._compose_ textarea {
width: 510px;
height: 40px; 
}

/* ===== */
ul.sidemenu {
padding: 0px;
margin: 0px; 
}
ul.sidemenu li {
background-color: #d4e5ed;
padding: 6px;
margin-bottom: 3px;
font-size: 17px;
font-weight: bold;
height:30px;
width:240px;
line-height:30px;
}
ul.sidemenu li.hover {
background-color: #b4c5cd;
}
ul.sidemenu li a {
color: black; 
}

/* ===== */
div#logo {
position:absolute;
top:10px;
left:35px;
z-index:5;
}
div#main {
padding: 10px 0px;
}
td#rightbar {
width: 120px;
/*padding: 0px 10px;*/
}
td#leftbar {
width: 290px;
/*padding: 45px 10px 0px 10px;*/
padding-right:3px;
}
td#content  {
padding-right:3px;
/*background-color:#FFFFFF;*/
}
td#content div.bg {
padding:0px 6px;
}
div.bg {
background-color:white;
}
td#leftbar .bg {
padding:50px 3px 0px 3px;
}

/* ===== */
a#uservoice-feedback-tab {
top: auto !important;
bottom: 10px !important; 
}

/* ===== */
._course_._list_._module_ table.data thead {
background-color: #6A9A0F;
}

h3 span.actionbutton {
float: none;
position: relative;
top: -3px;
}

span.actionflag a{
color: #F33;
}
/* ===== */
.floatheightfix {
height: auto !important; 
}

._video_._all_ .video_thumb td.avatar {
width: 52px;
height: 52px;
}

div.featured ._video_._all_ .video_thumb td.avatar {
width: 102px;
height: 102px;
}

._video_._all_ .video_thumb td.avatar .img, ._video_._all_ .video_thumb td.avatar img {
/* width: 50px;
height: 50px; */
}

div.featured._video_._all_ .video_thumb td.avatar .img, div.featured ._video_._all_ .video_thumb td.avatar img {
/* width: 100px;
height: 100px; */
}

.video_thumb .formatlist {
font-size: 9px;
display: none;
}
.video_thumb .formatlist .format {
display: block;
}

/* ===== */
.videoContainer {
background-color: #f9f9f9;
text-align:center;
font-size:10px;
color:#999;
}
.videoContainer.internal {
height: 334px; 
}

/* ===== */
div.pagination{
display:block;clear:both;float:none;width:100%;overflow:auto;
}
div.pagination ul.pagination{
height:22px;width:400px;padding:0;margin:0 auto;text-align:center;
}
div.pagination ul.pagination li a {
color:#333; 
}
div.pagination ul.pagination li {
float: left;
margin: 0px 3px;
padding: 2px 4px;
text-align: center;
font-weight: bold;
background-color: #eee;
border: 1px solid #ccc;
}
div.pagination ul.pagination li.active {
background-color:#666;
color:white;
border-color:#333; 
}
div.pagination ul.pagination li.hover {
background-color: #aaf; 
}

p.not_online_error {
background-color: red;
color: white !important;
font-size: 150%; 
}

.not_online_error a {
color: white;
text-decoration: underline; 
}

/* ===== */
.ui-stars-cancel {
display: none; 
}

.starRater input {
float: right;
font-size: 10px;
margin-left: 5px;
margin-top: -2px;
}

.starRater {
width: 130px; 
}

/* ====== */
.sidemenu_extra {
margin-top: 10px; 
}
.sidemenu_extra ul.sidemenu  a {
color: white; 
}
.sidemenu_extra ul.sidemenu li {
background-image: url(/asset/img/shade.png);
background-position: center bottom;
background-repeat: repeat-x;
}
.sidemenu_extra li.a, .a div.box h3 { background-color: #296375 }
.sidemenu_extra li.b, .b div.box h3 { background-color: #dc4848 }
.sidemenu_extra li.c, .c div.box h3 { background-color: #6A9A0F }
.sidemenu_extra li.d, .d div.box h3 { background-color: #fc4900 }
.sidemenu_extra li.e, .e div.box h3 { background-color: #B848FF }
.sidemenu_extra li.f, .f div.box h3 { background-color: #dc4848 }
.sidemenu_extra li.g, .g div.box h3 { background-color: #6A9A0F }
.sidemenu_extra li.h, .h div.box h3 { background-color: #B848FF }
/*.sidemenu_extra li.e, .e div.box h3 { background-color: #296375 }*/
/*.sidemenu_extra li.d, .d div.box h3 { background-color: #0e4ba0 }*/
/*.sidemenu_extra li.c, .c div.box h3 { background-color: #6a9a0f }*/


.sidemenu_extra h3 {
font-size: 14px; 
}

/* ===== */

.quotetoday {
font-size: 13px;
font-weight: bold;
background-color: #6a9a0f;
padding: 5px 10px;
color: white;
}

.quotetoday span {
font-weight: normal;
font-size: 11px;
color: #cfc;
}

.vElement {
margin-bottom: 10px; 
}

/* ========== */

div._video_._catpage_ {
overflow: auto;
width: 100%; 
}
div#catPageCol {

}

div#catPageColA {
float: left; 
width: 330px;
margin-top:-10px;

}

div.vidpreview {
width: 100%;
overflow: auto;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}

div.vidpreview img {
width: 50px;
height: 50px;
margin: 0px 5px 2px 0px;
float: left;
}

div#catPageColB {
width: 205px;
float:left;
padding-left: 10px;
margin-left: 10px;
border-left: 1px dotted #999;
margin-top:-10px;
}

div.box div.newspreview {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px dotted #999;
}

div.box div.newspreview p {
margin: 0px; 
}

div.box div.vidpreview a.title,
div.box div.newspreview a.title {
font-weight: bold;
color: black;
}

div.box div.newspreview p {
font-size: 90%;
}

div.box {
margin-bottom: 10px; 
}
div.box h3 {
padding: 3px 5px;
font-size: 12px;
font-weight: bold;
background-color: #6A9A0F;
color: white;
background-image: url(/asset/img/shade.png);
background-position: center bottom;
background-repeat: repeat-x;
}
div.ac_results{
height:200px;
overflow:scroll;
background:#FFF;
z-index:3;
}
div.ac_results ul{width:100%;margin:0px;padding:0px;}
div.ac_results ul li{width:100%;display:block;margin:0;padding:2px 0px;cursor:pointer;}
div.ac_results ul li:hover{
background:#EEE;
}

/* ===== */
._video_._catpage_ #vTitle a { 
color: black; 
}

.box h3 {
position: relative; 
}
.box h3 .rightlinks {
/*position: absolute;
top: 4px;
right: 5px;*/
text-align: right;
font-size: 10px; 
}
.box h3 .rightlinks a {
color: white; 
}

/*====*/
.manyFieldsItem {
padding: 2px 4px;
background-color: #eee;
margin-right: 4px;
margin-bottom: 5px;
float: left;
color: #666;
}
.manyFieldsItem img {
position: relative;
top: 3px;
left: 2px;
cursor: pointer;
}
ul.form li .inputTip {
font-size: 10px;
color: #999;
display:block;
}

.mytd {
padding: 2px 4px;
background-color: #eee;
margin-right: 4px;
margin-bottom: 5px;
float: left;
color: #666;
}

ul.sidemenu li span {
display: block;
padding-top: 4px;
margin-top: 4px;
color: white;
border-top: 1px dotted white;
font-weight: normal;
}
ul.sidemenu li.big a {
font-size: 120%; 
}

div.adminActions {
margin-top: 20px;
padding:  10px;
background-color:  #fcc; 
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}

div.adminActions div.section {
margin: 10px 0px; 
}

.actionbutton a{
display:block;background-color:#e9e9e9;line-height:12px;padding:2px;font-size:9px;color:#666;font-weight:bold;display:inline;
}
.actionbuttonmulti a{
float:left;margin-right:4px;
}
.actionbuttoninline  a{
float:none;display:inline;margin:4px;
}
.actionbutton a:hover{
background-color:#3769B0;color:#FFF;
}

._cms_._view_ h3 {
margin-bottom: 0px; 
}
._cms_._view_ .cmsViewMetadata {
font-size: 10px;
color: #999;
margin-bottom: 15px; 
}
/*=====*/
#tooltip{
position:absolute;
border:1px solid #333;
background:#f7f5d1;
padding:2px 5px;
color:#333;
display:none;
z-index: 99999;
}	

/* ===== */
._message_._list_ table {
border: 0px solid transparent;
width: 100%; 
}
._message_._list_ tr.alt td {
background-color: #eee; 
}
._message_._list_ td {
padding: 4px 3px;
}
._message_._list_ th {
padding: 4px 3px;
background-color: #000;
color: white;
font-weight: bold; 
border: 0px solid transparent;
}
._message_._list_ th.c, ._message_._list_ td.c {
width: 150px; 
}

._message_._list_ th.c, ._message_._list_ td.c {
width:  100px;
text-align: center;
}

/* ===== */
._page_._custom_ .imgRight {
float: right;
margin: 0px 0px 5px 5px;
}

._page_._custom_ .imgLeft {
float: left;
margin: 0px 5px 5px 0px;
}

._page_._custom_ .imgBorder {
border: 1px solid #999; 
}

div.sharesb {
border:1px solid #DDDDDD;
clear:both;
font-size:12px;
margin:15px 0pt 10px;
padding:10px;
position:relative;
}
div.sharesb ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:15px 0pt 0px 15px;
padding:0pt;
text-align:left;
}
div.sharesb ul li {
display:inline;
padding:0pt 4px 6px 0pt;
text-align:center;
}
div.sharesb ul li.delicious {
background:transparent url(http://news.bbc.co.uk/shared/img/icons/bookmarks/delicious.gif) no-repeat scroll 0pt;
}
div.sharesb ul li.digg {
background:transparent url(http://news.bbc.co.uk/shared/img/icons/bookmarks/digg.gif) no-repeat scroll 0pt;
}
div.sharesb ul li.reddit {
background:transparent url(http://news.bbc.co.uk/shared/img/icons/bookmarks/reddit.gif) no-repeat scroll 0pt;
padding:0pt 0pt 0pt 2px;
}
div.sharesb ul li.facebook {
background:transparent url(http://news.bbc.co.uk/shared/img/icons/bookmarks/facebook.gif) no-repeat scroll 0pt;
}
div.sharesb ul li.stumbleupon {
background:transparent url(http://news.bbc.co.uk/shared/img/icons/bookmarks/stumbleupon.gif) no-repeat scroll 0pt;
}
div.sharesb h3 {
font-weight:normal;
font-size:120%;color:#464646;
margin:0pt 5px 0pt 3px;
padding:0pt 3px 0pt 0pt;
}
div.sharesb ul li a {
margin:0pt 3px 0pt 0px;
padding:0pt 0pt 0pt 18px;
}
div.sharesb ul li a:link {
color:#0052AD;
}
div.sharesb ul li a {
text-decoration:none;
}

/* ===== */
table.swingzoneHowTable td img {
margin: 10px 10px 10px 0px; 
}
table.swingzoneHowTable td {
vertical-align: middle; 
}
table.swingzoneHowTable td ul li {
list-style: disc;
margin-left: 20px;
margin-bottom: 5px;
}
div.swingzoneBuyNow {
font-weight: bold;
font-size: 14px;
text-align: center;
border: 1px dashed #999;
background-color: #80cc80;
padding: 10px;
color: #fff;
}
div.swingzoneBuyNow a {
color: #fff; 
}
div._comment_._list_ {
margin-top: 15px; 
}
#rightBtns a {
margin-bottom: 10px;
display: block;
}

div.competition{text-align:center;width:265px;height:200px;margin:2px;border: 1px solid #eeeeee;padding:2px;}
div.competition div.title{text-align:center;width:264:height:12px;border-top:1px solid #eeeeee;}

.big_actionbtn{
display:block;
background-color:#DDDDDD;
padding:2px;
margin:4px;
width:260px;
float:left;
text-align:center;
}
.big_actionbtn:hover{
background-color:#7B9F3B;
}
.big_actionbtn:hover a{
color:#FFFFFF;
}
.big_actionbtn a{
color:#396BB1;
font-size:14px;
font-weight:bold;
height:25px;
line-height:25px;
}
span.block_caption{
display:block;
background-color:#EEEEEE;
width:100%;
height:20px;
line-height:20px;
text-align:center;
font-weight:bold;
color:#21759B;
margin-top:6px;
}
.cms_preview {
/*margin-bottom: 10px;*/
padding-bottom: 20px;
}
.cms_preview h3 {
margin: 0px;
font-size: 14px;
font-weight: bold;
}
.cms_preview .cms_meta {
font-size: 10px;
color: #999; 
}

._page_._home_side_content_ img {
margin-top: 5px; 
}
._page_._home_side_content_ {
}
