body {
	margin: 2px;
	background-color: #FFF;
}
body, td, div, span {
	font-family: arial;
	font-size: 12px;
	color: #000;
}


/* 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: #111;
	font-size: 10px;
	font-weight: bold;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	background-color: #C0C0C0;
	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: #CC0000; }
.LinkRed:Visited { color: #CC0000; }
.LinkRed:hover { color: #550000; }
/* ------------------------------------------ */


/* TV --------------------------------------- */
.Writer {
	width: 786px;
	height: 70px;
	background-image: url("../img/writerBG.jpg");
	background-repeat: repeat-x;
	margin-top: 5px;
	padding: 5px 0px 0px 0px;
}
#writers ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#writers ul li {
	float: left;
}
.WriterBg {
	width: 93px;
	height: 65px;
	border: 1px solid #111;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 58px;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	float: left;
}
.WriterBg div {
	width: 97px;
	height: 16px;
	background-color: #CC0000;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 49px;
	left: 50px;
	padding: 2px 0px 0px 4px;
}

/********/

.catTitle {
	width: 626px;
	height: 21px;
	background-color: #CC0000;
	background-image: url("../img/catTitleBg.jpg");
	background-repeat: repeat-y;
	border: 1px solid #333;
}
.catTitle .catName {
	width: 600px;
	height: 18px;
	background-image: url("../img/okok.gif");
	background-repeat: no-repeat;
	background-position: 6px 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 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: 628px;
	height: 120px;
	margin-top: 1px;
	position: relative;
	background-image: url("../img/catBg.jpg");
	background-repeat: repeat-x;
}
.catBackground img {
	width: 135px;
	height: 103px;
	position: absolute;
	top: 5px;
	left: 0px;
	border: 1px solid #333;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}
.catBackground .newsTitle {
	width: 200px;
	height: 45px;
	position: absolute;
	top: 5px;
	left: 145px;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
}
.catBackground .newsTitle:hover {
	color: #000000;
}
.catBackground .newsSpot {
	width: 200px;
	height: 79px;
	position: absolute;
	top: 30px;
	left: 145px;
	font-size: 12px;
}
.catBackground .catNewsContent {
	width: 250px;
	height: 125px;
	position: absolute;
	top: 4px;
	left: 360px;
}
.catBackground .catNewsContent a {
	width: auto;
	height: auto;
	display: block;
	padding: 1px 0px 7px 10px;
	color: #880000;
	font-weight: bold;
}
.catBackground .catNewsContent a:hover {
	color: #000000;
}

.rightMenu { list-style: none; padding: 1px 0px 0px 0px; margin: 0px; }
.rightMenu li { padding: 0px; cursor: pointer; }
.rightMenu li ul { list-style: none; padding: 0px; margin: 0px; }
.rightMenu li div div {
	color: #FFFFFF;
	display: block;
	background-color: #BB0200;
	height: 18px;
	border-top: 1px solid #E77978;
	border-left: 1px solid #E77978;
	border-bottom: 1px solid #571516;
	border-right: 1px solid #571516;
	font-weight: bold;
	padding: 1px 0px 0px 18px;
	background-image: url("../img/bulletWhite.gif");
	background-repeat: no-repeat;
	background-position: 6px 7px;
	margin-bottom: 2px;
}
.rightMenu li div div:hover { background-color: #990000; }
.rightMenu li ul li div {
	color: #111111;
	display: block;
	background-color: #F0F0F0;
	height: 18px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	font-weight: bold;
	padding: 1px 0px 0px 18px;
	background-image: url("../img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 6px 7px;
	margin-bottom: 1px;
}
.rightMenu li ul li div:hover { background-color: #E0E0E0; }

.Logo {
	background-image: url("../img/ban2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 310px;
	height: 67px;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
.TopAdvert {
	width: 468px;
	height: 63px;
	float: left;
	margin-top: 9px;
	margin-left: 7px;
}

.siteLeft {
	float: left;
	width: 153px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
}
.siteRight {
	float: left;
	width: 628px;
	height: auto;
	margin-top: 10px;
}
.newsTopTitle {
	background-image: url("../img/cokokunanlar.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 153px;
	height: 28px;
}
.newsTopBg {
	background-color: #E0E0E0;
	width: 145px;
	height: auto;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999;
}

.headLineLeft {
	width: 351px;
	height: 172px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	float: left;
}
.headLineRight {
	width: 268px;
	height: 157px;
	background-image: url("../img/fbb.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	float: left;
	padding: 15px 0px 0px 8px;
	font-size: 13px;
}
.headLineRight a {
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	background-image: url("../img/boxer.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 14px;
	font-weight: bold;
}
.headLineRight a:hover { text-decoration: underline; }

.bottomDetail {
	width: 783px;
	height: 85px;
	border: 2px solid #555;
	background-image: url("../img/bottomBg.jpg");
	position: relative;
}
.bottomDetail .logo {
	width: 256px;
	height: 85px;
	background-image: url("../img/bottomIhder.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
.bottomDetail .content {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.userTitle {
	background-image: url("../img/uyelik.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 5px;
	width: 153px;
	height: 28px;
}
.userBg {
	background-color: #E0E0E0;
	width: 145px;
	height: auto;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999;
}
/* ------------------------------------------ */


/* 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: 795px;
	width: auto;
	height: auto;
}
.imgBorder {
	border: 1px solid #222;
	padding: 2px 2px 2px 2px;
	float: left;
	margin-right: 10px;
}
.boxBullet {
	background-image: url("../img/enok.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 2px 0px 0px 16px;
}

.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;
}
/* ------------------------------------------ */