body {
	margin: 0;
	background-color: #FFF;
}
body, td, div, span {
	font-family: arial;
	font-size: 12px;
	color: #222222;
}


/* INPUTS --------------------------------- */
.Inputs {
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.DropDownMenu {
	font-family: Arial;
	font-size: 11px;
	color: #504327;
	width: 100%;
}

.GeneralButton {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #FF8C8C;
	border-top: 1px solid #FF8C8C;
	border-right: 1px solid #550000;
	border-bottom: 1px solid #550000;
	background-color: #CC0000;
	width: 100%;
	height: 23px;
	cursor: pointer;
}
/* ----------------------------------------- */




/* LINKS ----------------------------------- */
a:Link {
	text-decoration: none;
	color: #333333;
}
a:Visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}

.TopUserPass a:Link { color: #666666; }
.TopUserPass a:Visited { color: #666666; }
.TopUserPass a:hover { color: #999999; text-decoration: underline; }

.TopUserRegister .LinkRed:Link { color: #990000; }
.TopUserRegister .LinkRed:Visited { color: #FF0000; }
.TopUserRegister .LinkRed:hover { color: #FF0000; text-decoration: underline; }

.LinkRed:Link { color: #222222; }
.LinkRed:Visited { color: #CC0000; }
.LinkRed:hover { color: #CC0000; }
/* ------------------------------------------ */



/* TOP ------------------------------------ */
.Top {
	width: 881px;
	height: 121px;
	position: relative;
	margin-top: 5px;
}
.Logo {
	width: 278px;
	height: 121px;
	background-image: url("../img/logo.jpg");
	cursor: pointer;
}
.TopPart {
	width: 600px;
	height: 60px;
	background-color: #CC0000;
	background-image: url("../img/TopPart.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 32px;
	left: 281px;
}
.TopInput {
	border-left: 1px solid #400C00;
	border-top: 1px solid #400C00;
	border-right: 1px solid #5F1201;
	border-bottom: 1px solid #5F1201;
	width: 150px;
	height: 19px;
	font-family: Arial;
	font-size: 13px;
	padding: 3px 0px 0px 0px;
	color: #666666;
	background-image: url("../img/inputBG.jpg");
	background-repeat: repeat-x;
 	position: absolute;
	top: 19px;
	left: 385px;
}
.TopButton {
	width: 42px;
	height: 25px;
	border: 0px;
	background-image: url("../img/searchButton.jpg");
	background-repeat: no-repeat;
 	position: absolute;
	top: 18px;
	left: 540px;
	cursor: pointer;
}
.TopUser {
	width: 450px;
	height: 25px;
	border: 0px solid #000;
 	position: absolute;
	top: 1px;
	left: 431px;
}
.TopUserPass {
	width: auto;
	height: auto;
	float: right;
	font-size: 11px;
	padding: 7px 25px 0px 0px;
	background-image: url("../img/TopUserBullet.gif");
	background-repeat: no-repeat;
	background-position: 86px 12px;
}
.TopUserRegister {
	width: auto;
	height: auto;
	float: right;
	font-size: 11px;
	padding: 7px 25px 0px 0px;
	background-image: url("../img/TopUserSplit.jpg");
	background-repeat: no-repeat;
	background-position: 45px 8px;
}
.TopUserInputBG {
	width: auto;
	height: auto;
	float: right;
	padding: 5px 3px 0px 0px;
}
.TopUserInputBG input {
	border: 1px solid #999999;
	width: 80px;
	height: 15px;
	font-family: Arial;
	font-size: 11px;
	padding: 2px 0px 0px 0px;
	color: #666666;
	background-image: url("../img/inputBG.jpg");
	background-repeat: repeat-x;
	background-position: 0px -5px;
}
.TopUserButtonBG {
	width: auto;
	height: auto;
	float: right;
	margin-top: 5px;
}
.TopUserButtonBG input {
	width: 42px;
	height: 20px;
	border: 0px;
	background-image: url("../img/TopUserButton.jpg");
	cursor: pointer;
}
.TopMenu {
	width: 600px;
	height: 20px;
 	position: absolute;
	top: 92px;
	left: 281px;
}
.TopMenu div:hover {
	color: #CC0000;
}
.TopUser .userMenu {
	width: 445px;
	height: auto;
	padding: 6px 8px 0px 0px;
	text-align: right;
}
.TopUser .userMenu .userNick {
	color: #CC0000;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	background-image: url("../img/TopUserSplit.jpg");
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
.TopUser .userMenu a {
	font-size: 11px;
	color: #666;
	padding: 0px 0px 0px 15px;
	background-image: url("../img/TopUserBullet.gif");
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.TopUser .userMenu a:hover {
	color: #333;
}
.TopMenuButtonRed {
	width: auto;
	height: 18px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	font-size: 11px;
	background-image: url("../img/TopButtonRedBG.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
	float: right;
}
.TopMenuButtonRedSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TopButtonRedSplit.jpg");
	float: right;
}
.TopMenuButtonYellow {
	width: auto;
	height: 18px;
	color: #222222;
	padding: 2px 8px 0px 8px;
	font-size: 11px;
	background-image: url("../img/TopButtonYellowBG.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
	float: right;
}
.TopMenuButtonYellowSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TopButtonYellowSplit.jpg");
	float: right;
}
.TopMenuButtonFinishSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TopButtonFinishSplit.jpg");
	float: right;
}
/* ------------------------------------------ */


/* TV --------------------------------------- */
.Tv {
	width: 881px;
	height: auto;
	margin-top: 10px;
}
.TvSpor {
	width: 295px;
	height: 280px;
	padding-left: 5px;
	float: left;
}
.TvSporMenu {
	width: 300px;
	height: 20px;
}
.TvMenuButtonRed {
	width: auto;
	height: 18px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	font-size: 11px;
	background-image: url("../img/TVButtonRedBG.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
	float: right;
}
.TvMenuButtonRedSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TVButtonRedSplit.jpg");
	float: right;
}
.TvMenuButtonYellow {
	width: auto;
	height: 18px;
	color: #222222;
	padding: 2px 8px 0px 8px;
	font-size: 11px;
	background-image: url("../img/TVButtonYellowBG.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
	float: right;
}
.TvMenuButtonYellowSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TVButtonYellowSplit.jpg");
	float: right;
}
.TvMenuButtonRed2Split {
	width: 12px;
	height: 20px;
	background-image: url("../img/TVButtonRed2Split.jpg");
	float: right;
}
.TvMenuButtonFinishSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TVButtonFinishSplit.jpg");
	float: right;
}
.TvMenuButtonRedFinishSplit {
	width: 12px;
	height: 20px;
	background-image: url("../img/TVButtonRedFinishSplit.jpg");
	float: right;
}

.TvSporPanel {
	width: 288px;
	height: 252px;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 5px 5px 5px 5px;
	background-image: url("../img/SporBG.jpg");
	background-repeat: repeat-x;
}
.TvSporImage {
	border: 1px solid #333;
	width: 145px;
	height: 110px;
	float: left;
}
.TVSporTitle {
	width: 135px;
	height: auto;
	color: #4F4F1C;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 2px 0px 0px 5px;
}
.TVSporSpot {
	width: 135px;
	height: auto;
	color: #333333;
	float: left;
	padding: 5px 0px 0px 5px;
}
.TVSporSplit {
	width: 285px;
	height: 21px;
	background-image: url("../img/SporSplit.jpg");
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.TvSporPanel ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.TvSporPanel ul a {
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: url("../img/SporBullet.gif");
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 4px 0px 4px 23px;
}
.TvSporPanel ul a:hover {
	color: #555555;
	background-image: url("../img/SporBullet.gif");
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
.TvScreen {
	width: 571px;
	height: 284px;
	float: right;
}

.Writer {
	width: 876px;
	height: 70px;
	background-image: url("../img/writerBG.jpg");
	background-repeat: repeat-x;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
}
#writers ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#writers ul li {
	float: left;
}
.WriterBg {
	width: 110px;
	height: 62px;
	border: 1px solid #111;
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 58px;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	float: left;
}
.WriterBg div {
	width: 110px;
	height: 17px;
	background-color: #CC0000;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 44px;
	left: 50px;
	padding: 1px 0px 0px 8px;
}

.cuffMain {
	width: 876px;
	height: 250px;
	padding: 5px 0px 5px 5px;
}
.Advert {
	width: 300px;
	height: 250px;
	padding: 0px 5px 0px 0px;
	float: left;
}
.Cuff {
	width: 571px;
	height: 250px;
	float: left;
}

.leftPanel {
	width: 671px;
	height: auto;
	float: left;
}
.catTitle {
	width: 671px;
	height: 23px;
	background-image: url("../img/catTitleBg.jpg");
	background-repeat: repeat-y;
	background-position: 0px 5px;
}
.catTitle .catName {
	width: 600px;
	height: 17px;
	background-image: url("../img/bulletWhite.gif");
	background-repeat: no-repeat;
	background-position: 6px 9px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 0px 20px;
	border: 0px;
	text-transform: uppercase;
}
.catTitle .catName a { color: #FFF; border: 0px; background-color: transparent; background-image: url(""); }
.catTitle .catName a:hover { text-decoration: underline; border: 0px; background-color: transparent; }

.catTitle div {
	width: auto;
	height: auto;
	float: left;
	border: 1px solid #333;
}
.catTitle a {
	width: 21px;
	height: 19px;
	display: block;
	background-color: #CC0000;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background-image: url("../img/arrowBottom.gif");
	background-repeat: no-repeat;
	background-position: 7px 5px;
}
.catTitle a:hover {
	background-color: #990000;
}
.catBackground {
	width: 670px;
	height: 150px;
	background-image: url("../img/catBg.jpg");
	background-repeat: repeat-x;
	margin-top: 1px;
	position: relative;
}
.catBackground img {
	width: 180px;
	height: 135px;
	position: absolute;
	top: 5px;
	left: 20px;
	border: 1px solid #333;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}
.catBackground .newsTitle {
	width: 170px;
	height: 45px;
	position: absolute;
	top: 5px;
	left: 215px;
	font-size: 18px;
}
.catBackground .newsTitle:hover {
	color: #CC0000;
}
.catBackground .newsSpot {
	width: 170px;
	height: 79px;
	position: absolute;
	top: 75px;
	left: 215px;
	font-size: 12px;
}
.catBackground .Split {
	width: 2px;
	height: 137px;
	position: absolute;
	top: 0px;
	left: 395px;
	background-image: url("../img/catSplit.jpg");
	background-repeat: repeat-x;
}
.catBackground .catNewsContent {
	width: 250px;
	height: 125px;
	position: absolute;
	top: 7px;
	left: 408px;
}
.catBackground .catNewsContent a {
	width: auto;
	height: auto;
	display: block;
	background-image: url("../img/newsBullet.gif");
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 1px 0px 7px 18px;
	color: #333;
}
.catBackground .catNewsContent a:hover {
	color: #CC0000;
}

.rightPanel {
	width: 198px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 12px;
}

.gagePanel {
	padding-top: 20px;
	width: auto;
	height: auto;
	display: block;
}
.gagePanel .title {
	width: 200px;
	height: 23px;
	position: relative;
}
.gagePanel .title .text {
	color: #222;
	font-weight: bold;
	top: 1px;
	left: 43px;
	position: absolute;
}
.gagePanel .title .border {
	border: 1px solid #333;
	top: 19px;
	left: 0px;
	position: absolute;
}
.gagePanel .title .border .line {
	width: 194px;
	height: 5px;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background-color: #CC0000;
}
.gagePanel .title .logo {
	border: 1px solid #333;
	top: 1px;
	left: 8px;
	position: absolute;
}
.gagePanel .title .logo .line {
	width: 21px;
	height: 20px;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #C0C0C0;
	padding: 3px 0px 0px 4px;
}
.gagePanel .bg {
	background-color: #E0E0E0;
	width: 188px;
	height: auto;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #333;
}
.gagePanel .url {
	color: #0066CC;
	text-decoration: underline;
	padding: 0px 0px 0px 13px;
	background-image: url("../img/panelBullet.gif");
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.gagePanel .url:hover {
	color: #004284;
	background-position: 0px 4px;
}
.gagePanel .butBorder {
	width: 60px;
	height: 23px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.gagePanel .button {
	display: block;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
	background-color: #CC0000;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	font-weight: bold;
	text-align: center;
}
.gagePanel .button:hover {
	background-color: #990000;
}
.gagePanel .split {
	width: auto;
	height: 14px;
	background-image: url("../img/panelSplit.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.siteBottom {
	width: 881px;
	height: 180px;
}
.siteBottom .left {
	padding-top: 18px;
	width: 671px;
	text-align: center;
	float: left;
}
.siteBottom .left .menu {
	width: 671px;
	height: 36px;
	background-color: #DFDFDF;
	padding-top: 20px;
}
.siteBottom .left .content {
	width: 671px;
	padding-top: 15px;
}
.siteBottom .left .menu a {
	background-image: url("../img/bulletGray.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 25px;
}
.siteBottom .right {
	padding-left: 15px;
	width: 162px;
	float: left;
}

.rightMenu {list-style:none; padding:1px 0 0 0; margin:0; border-bottom: 1px solid #333;}
.rightMenu li {padding:0; cursor:pointer}
.rightMenu li ul {list-style:none; padding:0; margin:0;}
.rightMenu li div {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.rightMenu li div div {
	color: #FFFFFF;
	display: block;
	background-color: #CC0000;
	height: 18px;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	font-weight: bold;
	padding: 1px 0px 0px 18px;
	background-image: url("../img/bulletWhite.gif");
	background-repeat: no-repeat;
	background-position: 6px 7px;
	text-transform: uppercase;
}
.rightMenu li div div:hover { background-color: #990000; }
.rightMenu li ul li {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.rightMenu li ul li div {
	color: #111111;
	display: block;
	background-color: #FFFFFF;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 1px 0px 0px 18px;
	background-image: url("../img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
.rightMenu li ul li div:hover { background-color: #E9E9E9; }
.rightMenu li div div.click {
	background-color:#990000;
}

.pageList div {
	width: 16px;
	height: 15px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.pageList .Out {
	color: #333;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #C0C0C0;
}
.pageList .Ovr {
	color: #888;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	background-color: #E0E0E0;
}
.pageList .Vis {
	color: #FFF;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background-color: #CC0000;
}
/* ------------------------------------------ */


/* CURRENCY --------------------------------- */
.currencyMain {
	width: 881px;
	height: 46px;
	padding: 4px 5px 4px 5px;
}
.currencyMain div {
	width: auto;
	height: auto;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	cursor: default;
}
/* ------------------------------------------ */


/* OTHER ------------------------------------ */
.RightAdvert {
	position: absolute;
	top: 0px;
	left: 885px;
	width: auto;
	height: auto;
}
.imgBorder {
	border: 1px solid #222;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 10px;
}
.boxBullet {
	background-image: url("../img/box.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
}
/* ------------------------------------------ */