/** GLOBAL **/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/misc/bg.gif);
	text-align: center;
}
body, input, table, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

form {
	padding: 0;
	margin: 0;
}

a, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.printlogo {
	display: none;
}

.timestamp {
	color: #333;
	font-size: 10px;
	font-family: arial;
}

/** CONTAINERS **/
#container {
	height: 100%;
	width:1000px;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image: url(../images/misc/bg_menu.gif);
	background-repeat:repeat-y;
	background-position:6px 0px;
}
#containertd {

	border-left: 2px solid #aabfc4;
	border-right: 2px solid #aabfc4;
	text-align: left;
	background-image: url(../images/misc/bg_content2.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#topbar_container {

	border-bottom: 1px solid #dceaf2;
	background-color:#dceaf2;
	text-align: right;
	position: relative;
}
#header_container {
	border-left: 5px solid #dceaf2;
	border-right: 5px solid #ffffff;
	position: relative;

}
#search_container {
	background-image: url(../images/misc/bg_search.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	padding: 2px 5px;
}
#body_container {


}


/** TOPBAR **/
#newsticker {
	width: 725px;
	position: absolute;
	top: 0;
	right: 256px;
	/* padding: 3px 0 0 5px; */
	padding: 0 0 0 0;
}

#ball {
	position: absolute;
	top: 0;
	right: 350px;
	padding: 1px 20px 0 20px;
}

#topmenu {
	color: #3B526C;
}

#topmenu ul {
	list-style-type: none;
	padding: 2px 5px 3px 0;
	margin: 0;
}

#topmenu ul li {
	margin: 0;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0 5px;
	display: inline;
}

#topmenu ul li a {
	color:#FFFFFF;
	text-decoration: none;
}

#topmenu ul li a:hover {
	color: #9D1B23;
}

/** HEADER **/
#header_container #topbanner {
	position: absolute;
	top: 5px;
	left: 224px;
	width: 728px;
	height: 90px;
	/* background-color: #fff; */
}

/** SEARCH **/
#search_container img {
	vertical-align: middle;
	padding: 1px 10px 0 0;
}

#search_container form {
	display: inline;
}

#search_container input.search {
}

/* language selector */

#language-choose-list {
	text-align: right;
	height: 9px;
	margin-top: 5px;
	padding-right: 13px;
}

#language-choose-list img {
	margin-left: 4px;
	display: inline;
}

/* players bar */

#players-container {
	margin-top: 7px;
}

/** LEFT **/
#left {
	font-family: verdana, sans-serif;
	padding-left: 0px;
	width: 160px;
	margin: 0;
}

/** mac ie5 hack \*/
#left { width: 152px; }
/** end **/

#left ul {
	padding: 0;
	margin: 0;
	width: 154px;
	list-style-type: none;
}

#left ul.menu li {
	display: block;
	background-image: url(../images/misc/bg_menu_sep.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#left ul.menu li.active {
	border-bottom: none;
	background-image: url(../images/misc/bg_menu_sep.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#left ul.menu li a {
	display: block;
	padding: 5px 7px 4px 20px;
	text-transform: uppercase;
	color: #0e2644;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/misc/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#left ul.menu li a:hover, #left ul.menu li.active a {
	color: #1c6a77;
	background-image: url(../images/misc/bullet_menu_active.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#left ul.menu li ul {
	width: 154px;
	border-bottom: 1px solid #6BB2E2;
	background-image: url(../images/misc/bg_submenu.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background: #fff;
}

#left ul.menu li ul li, #left ul.menu li ul li.active {
	color: #60741d;
	display: block;
	border-bottom: none;
	padding: 0 0 0 20px;
	background-image: url(../images/misc/bg_submenu2.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#left ul.menu li ul li a, #left ul.menu li.active ul li a {
	border-top: 1px solid #6BB2E2;
	display: block;
	padding: 5px 7px 4px 0;
	text-transform: none;
	color: #60741d;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
}

#left ul.menu li ul li a:hover, #left ul.menu li ul li.active a {
	color: #6BB2E2;
	font-weight: bold;
	background-image: none;
}

#left ul.menu li ul li ul {
	border-bottom: none;
	border-right: none;
	background: transparent;
}

#left ul.menu li ul li ul li, #left ul.menu li ul li ul li.active {
	display: block;
	border-bottom: none;
	padding: 0;
	background-image: none;
}

#left ul.menu li.active ul li.active ul li a {
	border-top: none;
	display: block;
	padding: 5px 7px 4px 10px;
	color: #041F3D;
	font-weight: normal;
	background-image: url(../images/misc/bullet_subsubmenu.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}

#left ul.menu li ul li.active ul li a:hover, #left ul.menu li ul li.active ul li.active a {
	color: #041F3D;
	font-weight: bold;
	border: none;
}


#left .banner {
	width: 135px;
	margin: 8px;
	background-image: url(../images/misc/bg_menu.gif);
}

.leftbox {
	margin: 5px 3px 10px 3px;
	text-align: center;
}

/** RIGHT **/
#right {
	font-family: verdana, sans-serif;
	padding-right: 1px;
	margin: 0;
	width: 151px;
}
#right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#right ul.players li {
	display: block;
	border-bottom: 1px solid #6BB2E2;
	background-image: url(../images/misc/bg_menu.gif); /*url(../images/misc/bg_players.gif);*/
	background-repeat: repeat-y;
	background-position: top left;
}

#right ul.players li.active {
	border-bottom: none;
	background-image: url(../images/misc/bg_submenu.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#right ul.players li a {
	display: block;
	padding: 5px 7px 4px 20px;
	color: #041E3E;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/misc/bullet_players.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

#right ul.players li a:hover, #right ul.players li.active a {
	color: #A60042;
}

#right ul.players li ul {
	border-bottom: 1px solid #6BB2E2;
	background-image: url(../images/misc/bg_submenu.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#right ul.players li ul li, #right ul.players li ul li.active {
	display: block;
	border-bottom: none;
	padding: 0 0 0 20px;
	background-image: url(../images/misc/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#right ul.players li.active ul li a {
	border-top: 1px solid #6BB2E2;
	display: block;
	padding: 5px 7px 4px 0;
	text-transform: none;
	color: #9D1B23;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
}

#right ul.players li.active ul li a:hover, #right ul.players li ul li.active a {
	color: #9D1B23;
	font-weight: bold;
}



#right ul.players li ul li ul {
	border-bottom: none;
	border-right: none;
	background: transparent;
}

#right ul.players li ul li ul li, #right ul.players li ul li ul li.active {
	display: block;
	border-bottom: none;
	padding: 0;
	background-image: none;
}

#right ul.players li.active ul li.active ul li a {
	border-top: none;
	display: block;
	padding: 5px 7px 4px 10px;
	color: #041F3D;
	font-weight: normal;
	background-image: url(../images/misc/bullet_subsubmenu.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}

#right ul.players li ul li.active ul li a:hover, #right ul.players li ul li.active ul li.active a {
	color: #041F3D;
	font-weight: bold;
	border: none;
}



#right .banner {
	width: 137px;
	margin: 6px;
}

/** BODY **/
#content {
	width: 688px;
	background-position: top right;
	background-repeat: no-repeat;
}
#content div.p {
	padding: 0 10px 0 10px;
	margin: 0;
}
#content h1 {
	clear: both;
	font-size: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
	color:#001453;

}
#content h1.n {
	clear: none;
}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px 0;
	color:#001453;
}
#content h3 {
	background-color: #688492;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
		background-image: url(../images/misc/heading.gif);
}
#content p {
	padding: 0;
	margin: 10px 0 15px 0;
}

.mid-banner {
	margin-top: 10px;
	height: 60px;
	text-align: center;
}

.mid-banner div {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
}

/* PAGER */
ul.pager {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	text-align: center;
	color: #333;
	font-size: 10px;
	font-family: arial;
}

ul.pager a {
	color: #333;
	font-size: 10px;
	text-decoration: underline;
}

ul.pager a:hover {
	text-decoration: none;
}

ul.pager li {
	display: inline;
	padding: 0 3px 0 3px;
}


/** ARTIKEL CSS **/
.article_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
	border-right: 1px solid #79A3B9;
}

.article_menu li {
	display: inline;
	border-left: 1px solid #79A3B9;
	padding: 2px 3px 0 3px;
}

.article_menu a, .article_menu a:visited {
	color: #79A3B9;
	text-decoration: none;
	font-weight: bold;
}

.article_menu a:hover, .article_menu a.active {
	color: #427891;
}

.byline {
	font-style: italic;
}

.img_left, .img_right {
	float: left;
	padding: 0 10px 5px 0;
}
.img_left img, .img_right img, .img_center img {
	/*border: 1px solid #4286AB;*/
}
.img_right {
	padding: 0 0 5px 10px;
	float: right;
}
/*
.img_right a img, .img_left a img, .img_center a img  {
	border: 0px solid #FF0F10;
}
*/

* html .img_right, * html .img_left {
	margin-top: 10px;
}

.img_center {
	text-align: center;
	clear: both;
}

a.red_arrow, a.red_arrow:visited, a.redbold_arrow, a.redbold_arrow:visited {
	padding: 0 0 0 12px;
	color: #A30000;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/misc/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
a.red_arrow:hover, a.redbold_arrow:hover {
	color: #600001;
}

a.redbold_arrow {
	font-weight: bold;
}

a.blue_arrow, a.blue_arrow:visited {
	padding: 0 0 0 12px;
	color: #7AA9BD;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/misc/bullet_subsubmenu.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
a.blue_arrow:hover {
	color: #396981;
}

a.blue_arrow_cam, a.blue_arrow_cam:visited {
	padding: 0 0 0 12px;
	color: #7AA9BD;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/icons/ico_camera.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
a.blue_arrow_cam:hover {
	color: #396981;
}

/** FRONTPAGE CSS **/
table.twocolumns {
	width: 645px;
}
td.twocolumnsl, td.twocolumnsr {
	width: 50%;
	vertical-align: top;
	padding: 0 10px 0 0;
}
td.twocolumnsr {
	padding: 0 0 0 10px;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
td.twocolumnsl table, td.twocolumnsr table {
	width: 100%;
}
h1.right {
	text-align: right;
}
table.trdotted td {
	padding: 0 0 4px 0;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
tr.tr1 td, tr.tr2 td {
	border-top: 1px solid #688391;
}
tr.tr1 td {
	background-color: #D1DADE;
}
table.list {
	width: 100%;
	border-bottom: 1px solid #688391;
}
a.red-arrow-right, a.red-arrow-right:visited {
	padding: 0 8px 0 0;
	color: #1c6a77;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/misc/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
a.red-arrow-right:hover {
	color: #1c6a77;
}
a.red-document-right, a.red-document-right:visited {
	padding: 0 0 0 12px;
	color: #1c6a77;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icons/ico_document_b.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
a.red-document-right:hover {
	color: #600001;
}
a.red-camera-right, a.red-camera-right:visited {
	padding: 0 0 0 13px;
	color: #1c6a77;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/icons/ico_camera.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
a.red-camera-right:hover {
	color: #600001;
}
td.r {
	text-align: right;
}

/** VIP css **/
/** mac ie5 hack \*/
* html table.boxes {
	width: 661px;
}
/** end **/
table.boxes td {
	vertical-align: top;
}
td.boxtd-right, td.boxtd-left {
	width: 170px;
	padding: 10px 0 0 20px;
	text-align: right;
}
td.boxtd-left {
	padding: 0 20px 0 0;
	text-align: left;
}
table.boxes table.trdotted td {
	padding: 2px 2px 10px 2px;
}
div.box {
	margin: 0 0 10px 0;
	text-align: left;
	border: 1px solid #688490;
	background-color: #E2F1F6;
	padding: 3px;
	width: 164px;
	background-position: top right;
	background-repeat: no-repeat;
}
div.box h4 {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 7px 2px;
	margin: 0 0 4px 0;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
div.boxcontent div.boxlink {
	padding: 5px 2px 0 0;
	margin: 5px 0 0 0;
	text-align: right;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
ul.langmenu {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: right;
}
ul.langmenu li {
	display: inline;
	padding: 0 5px;
}

/** MOVIES css **/
table.movielist {
	clear: both;
}

table.movielist td {
	padding: 0 15px 15px 0;
}

div.movie {
/*	2background-color: #e0f1f6; */
	width: 152px;
	padding: 0;
/*	2vertical-align: bottom;
	2border-left: 1px solid #688490;
	2border-right: 1px solid #688490;
	2border-bottom: 1px solid #688490; */
}

div.movie img {
	border-top: 1px solid #688490;
/*	2border-bottom: 1px solid #688490; */
	border-right: 1px solid #688490;
	border-left: 1px solid #688490;
}

div.movie h4 {
    height: 30px;
	border-top: 5px solid #9f0000;
    background-color: #FFF;
    width: 146px;
	font-size: 13px;
	margin: 0;
	padding: 5px 2px 5px 2px;
	color: #002344;
	overflow: hidden;
}

div.foot {
	border: 1px solid #688490;
	background-color: #e0f1f6;
	padding: 2px;
}

div.movie div.date {
 	font-size: 10px;
}

div.movie a, div.movie a:link, div.movie a:active, div.movie a:visited {
	font-size: 10px;
	color: #9f0000;
	padding: 0 15px 0 0;
	font-weight: bold;
	background: url(../images/icons/ico_camera.gif) no-repeat 100% 50%;
	text-decoration: none;
}
div.movie a:hover {
	color: #002344;
	text-decoration: underline;
}

div.paging {
	text-align: right;
	padding-top: 5px;
}
div.paging ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.paging ul li {
	display: inline;
	padding: 2px;
}
div.paging ul li.active a {
	font-weight: bold;
}

/** LINKS css **/
table.linklist, table.columnlist {
	width: 100%;
	margin: 10px 0 10px 0;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
table.linklist td, table.columnlist td {
	padding: 4px 4px 6px 4px;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
table.linklist a, table.linklist a:visited, table.columnlist a, table.columnlist a:visited {
	padding: 0 8px 0 0;
	color: #A30000;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/misc/bullet_submenu.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
table.linklist a:hover, table.columnlist a:hover {
	color: #600001;
}

/** COLUMNS css **/
table.columnlist {
	clear: both;
}
table.columnlist td {
	padding: 4px 4px 8px 4px;
}
table.columnlist td h2 {
	margin: 5px 0 5px 0;
}
table.columnlist a, table.columnlist a:visited {
	float: right;
}
div.hr {
	clear: both;
	height: 1px;
	background-image: url(../images/misc/bg_dotted.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/** GALLERY css **/
table.gallery {
	padding: 10px 0 0 0;
	width: 660px;
}
table.gallery img {
	margin: 0;
}
table.gallery td.imagetd {
	width: 450px;
}
div.gallerylist {
	width: 210px;
	height: 210px;
}
div.gallerylist img {
	margin: 0 0 10px 10px;
}
div.imgtext {
	clear: both;
	width: 210px;
	padding: 0 0 0 10px;
}

/** TV css **/
table.tvlist {
	width: 100%;
	border-bottom: 1px solid #688391;
}
table.tvlist td {
	padding: 4px 6px 4px 6px;
}
table.tvlist tr.head td {
	font-weight: bold;
	background-color: #688391;
	color: #fff;
}

/** TABLE layout **/
table#threecolumns {
	width: 1000px;
}
table#threecolumns td {
	vertical-align: top;
}

/** Mockup **/
.banner {
	font-size: 16px;
	height: 200px;
	/* background-color: #fff; */
	/* overflow: hidden; */
}
.topvip_mockup {
	width: 687px;
	height: 140px;
	background-color: #444;
}
#banner_mockup {
	border: 1px solid red;
	margin: 2px;
	height: 30px;
}


/** FORUM css **/
#forum-top {
}

#forum-top td {
	padding-bottom: 5px;
}

#forum-top a {
	color: #88000A;
	text-decoration: none;
}

#forum-items {
	border-bottom: 1px solid #688391;
}

#forum-items td {
	border-top: 1px solid #688391;
	background-color: #fff;
	padding: 3px;
}

#forum-items td.sel {
	background-color: #D1DADE;
	padding: 3px;
}

#forum-items td a {
	text-decoration: none;
}

#forum-items td a strong {
	color: #88000A;
	text-decoration: none;
}



/** short list **/

.short-list-row {
	width: 100%;
	background: transparent url(../images/formatting/box_dotted_line.jpg) repeat-x top;
	padding: 10px 0 0 0;
	margin: 14px 0 0 2px;
	float: left;
	clear: both;
}

.short-list-left {
	width: 49%;
	float: left;
	background: transparent url(../images/formatting/box_dotted_side.jpg) repeat-y right;
	padding: 0 0 10px 0;
}

.short-list-left div img {
	/*float: right;*/
	padding: 10px 15px 0 4px;
}

.short-list-right {
	width: 49%;
	float: right;
	padding: 0 0 10px 0;
}

.short-list-right div img {
	/*float: right;*/
	padding: 10px 15px 0 4px;
}




#competition {
	height: 580px;
	width: 450px;
	border: 1px solid #000000;
}

#competition .top-text {
	position: relative;
	top: 250px;
	text-align: right;
	color: #579616;
	font-size: 11px;
	font-weight: bold;
	padding-right: 23px;
}

#competition .main-table {
	position: relative;
	top: 255px;
	width: 100%;
}

#competition .main-table td {
	width: 50%;
	color: #476D30;
	vertical-align: top;
}

#competition .padding {
	padding: 0px 15px 0px 15px;
}

#competition .question {
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}


.input-text-competition {
	width: 180px;
	border: 1px solid #919191;
	padding: 1px;
}

.input-text-short {
	width: 70px;
	border: 1px solid #919191;
	padding: 1px;
}

/** CLUB DATA CSS **/





/** CMS **/

#cmsedit div.section, #cmsedit-inline {
	background-color: #d5e3e8;
}

#cmsedit {
	font-size: 11px;
}

#cmsedit div.section-view {
	font-size: 11px;
}

.input-text-normal {
	width: 200px;
}

.input-text-wide {
	width: 400px;
}

.input-text-small {
	width: 75px;
}

.input-text-date {
	width: 40px;
}

/** LISTS **/

table.lists {
	width: 100%;
	border-bottom: 1px solid #688391;
}
table.lists td {
	padding: 4px 6px 4px 6px;
	vertical-align: top;
}
table.lists tr.head td {
	font-weight: bold;
	background-color: #688391;
	color: #fff;
}

table.lists tr td.link {
	text-align: right;
}

.list th {
	color: #000;
	padding: 2px 4px 2px 0;
	border-bottom: 1px solid #7696a1;
}
.list td {
	color: #000;
	padding: 2px 4px 2px 0;
}
.list td.right {
	text-align: right;
}


/*7696A1*/
input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	color: #325260;
	font-size: 12px;
}
.input-text-shop {
	border: 1px solid #325260;
	width: 40px;
	text-align: right;
}
.input-text-a {
	border: 1px solid #325260;
	width: 200px;
}
.input-text-b {
	border: 1px solid #325260;
	width: 100px;
}
.input-text-var {
	margin: 4px 0 4px 0;
	border: 1px solid #325260;
	width: 200px;
}
.input-but {
/*	background-color2: #fff; */
	margin-top: 5px;
}
div.input-boxtext {
	padding-top: 4px;
	padding-bottom: 0px;
	padding-bottom: 0px;
}
.input-text-card {
	border: 1px solid #325260;
	width: 30px;
}
/* SHOP END */


/* CLUB DATA BEGIN */

div.c {
	clear: both;
}

.imgright {
	float: right;
	padding: 0 0 5px 5px;
}

.imgleft {
	float: left;
	padding: 0 5px 5px 0;
}

#clubleftcontent {
	margin-right: 170px;
}

#clubleftcontent h1 {
	clear: none;
}

#clubrightboxes {
	float: right;
	margin-top: 57px;
}

#clubrightboxes .box-margin {
	margin: 0 0 20px 0;
}

#clubrightboxes .clubbox {
	width: 125px;
	padding: 0;
	border: 1px solid #98260b;
}

#clubrightboxes .clubbox h1 {
	background-color: #98260b;
	color: #ffffff;
	margin: 0;
	padding: 3px;
	font-size: 11px;
}

#clubrightboxes .clubbox .image {
	text-align: center;
}

#clubrightboxes .clubbox p {
	padding: 3px;
	margin: 0;
}

#clubrightboxes .clubbox .footer {
	background-color: #98260b;
	color: #ffffff;
	padding: 1px;
	margin: 0;
}

#clubrightboxes .clubbox .footer a {
	padding-left: 10px;
	background: url(../images/icons/ico_white_arrow.gif) no-repeat 0% 50%;
	color: #fff;
	text-decoration: none;
}

.club-table {
	width: 100%;
}

.club-table th h3 {
	font-weight: bold;
}

.club-table td {
	padding: 2px;
	vertical-align: top;
}

.club-table a, .club-table a:link, .club-table a:visited, .club-table a:active {
	color: #98260b;
	text-decoration: none;
}

.club-table a:hover {
	color: #000;
}

.club-gallery-thumbs {
	margin-top: 15px;
}

.club-gallery-thumbs tr td {
	padding: 0 6px 6px 0;
}

.clubback {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}


#content h3.club {
	font-weight: bold;
	margin-top: 20px;
	background-color: transparent;
	border: 1px solid #98260b;
	color: #000;
}

#content p.club {
	border-bottom: 1px solid #688492;
	padding: 10px 0 10px 0;
	margin: 0;
}

