@charset "utf-8";


/* CSS Document */

/* -------------------------------------------------
TABLE OF CONTENTS
----------------------------------------------------
MainContainer			#MainContainer
	Header				#Header
							.HeaderLogo
	Navigation			#HeaderMenu
								.Category
								.Common
						#BannerHeader - Hidden on default
	Content				#Content
							#
	Footer				#Footer
							.ContainerCenter
							#CopyRite
------------------------------------------------- */


/* -------------------------------------------- */
/* 		MainContainer							*/
/* -------------------------------------------- */

#MainContainer {
width: 980px;
margin: 0 auto;
overflow: hidden;
position: relative;
}

/* -------------------------------------------- */
/* 		Header									*/
/* -------------------------------------------- */
#Header{
float:left;
display:inline;
min-height:155px;
height:155px;
width:980px;
margin:0;
background-color: #f25822;
/*background:#f25822 url("../img/global/bg_headerOff.png") no-repeat 95% 22px scroll;*/
}
	.HeaderLogo{
	float:left;
	display:inline;
	width:170px;
	height:135px;
	margin:10px 0 0 20px;
	text-indent:-9999px;
	background:transparent url("../img/global/logo_caasinoo.png") no-repeat top left scroll;
	}
	.HeaderLogo a{
	display:block;
	width:100%;
	height:100%;
	outline:none;
	}
/* -------------------------------------------- */
/* 		Header - Menu							*/
/* -------------------------------------------- */
#HeaderMenu{
display:inline;
float:right;
width:710px;
min-height:32px;
height:32px;
line-height:32px;
margin:123px 20px 0 0;
background:transparent url("../img/global/bg_headermenu.png") no-repeat 0 0 scroll;
font-size:1.3em;
}
#HeaderMenu ul, #HeaderMenu li{
float:left;
list-style-type:none;
line-height:32px;
}
#HeaderMenu ul{
display:inline;
margin:0;
padding:0;
}
#HeaderMenu li{
margin:0;
padding:0 15px;
}
#HeaderMenu a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
	/* -----Category | Normal State----- */
	#HeaderMenu .Category ul{ margin:0 0 0 45px;}
	#HeaderMenu .Category a{ padding:8px 0; min-height:32px; height:32px; line-height:32px;}
	#HeaderMenu .Category a:hover{ color:#891b1f; background:transparent url('../img/global/gfx_arrow.gif') no-repeat center 0 scroll;}
	/* -----Category | Current State----- */
	#friend #nav-friend a, #shopping #nav-shopping a, #property #nav-property a, #car #nav-car a, #voucher #nav-voucher a, #event #nav-event a,  #blog #nav-blog a,  #forum #nav-forum a{
	background:transparent url('../img/global/gfx_arrow.gif') no-repeat center 0 scroll;
        color: #891b1f;
	}

	/* -----Common | Normal State----- */
	#HeaderMenu .Common{ font-size:0.85em;}
	#HeaderMenu .Common ul{	margin:0 0 0 15px;}
	#HeaderMenu .Common li{ padding:0;}
	#HeaderMenu .Common a{ padding:9px;}
	#HeaderMenu .Common a:hover{ color:#f25822; background:transparent url('../img/global/gfx_arrow.gif') no-repeat center -350px scroll;}
	/* -----Common | Current State----- */
	#home #nav-home a, #login #nav-login a, #contact #nav-contact a, #help #nav-help a, #sitemap #nav-sitemap a{
	background:transparent url('../img/global/gfx_arrow.gif') no-repeat center -350px scroll;
	}

	#CommonNavi{
	display:block;
	min-height:24px;
	height:24px;
	line-height:24px;
	position:absolute;
	right:20px;
	text-transform:uppercase;
	font-size:0.8em;
	color:#fff;
	}
		#CommonNavi ul, #CommonNavi li{
		display:inline;
		float:left;
		}
		#CommonNavi li{
		margin:5px;
		padding:0;
		height:15px;
		line-height:15px;
		}
		#CommonNavi li a{
		color:#fff;
		}


#BannerHeader{
position:absolute;
right:20px;
width:700px;
height:95px;
overflow: hidden;
margin:24px 0 0 0;
}

/* -------------------------------------------- */
/* 		Content									*/
/* -------------------------------------------- */
#Content {
float:left;
display:inline;
width:940px;
margin:8px 0 20px 0;
padding: 0 20px 0 20px;
background-color: #fff;
}
	#Content ul#TypeSelect{
	float:left;
	list-style:none;
	}
	#Content ul#TypeSelect li{
	margin:0;
	padding:2px 0 2px 10px;
	background:transparent url('../img/global/gfx_arrow.gif') no-repeat -10px -546px scroll;
	}
	#Content ul#TypeSelect li:hover{
	background:transparent url('../img/global/gfx_arrow.gif') no-repeat -8px -546px scroll;
	}
	#Content ul#TypeSelect a{
	font-weight:bold;
	}

/* -------------------------------------------- */
/* 		Pagination								*/
/* -------------------------------------------- */
#Pagination {
float:right;
display:inline;
text-align:left;
height:22px;
line-height:21px;
clear:both;
margin:10px;
padding-top:3px;
}
	#Pagination a:link, #Pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #ebebeb;
	margin-left:10px;
	text-decoration:none;
	background-color:#e1e1e1;
	color:#e10051;
	width:22px;
	font-weight:normal;
	}
	#Pagination a:hover {
	background-color:#f5f5f5;
	border:1px solid #e10051;
	color:#e10051;	
	}
	#Pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #e10051;
	margin-left:10px;
	text-decoration:none;
	background-color:#e10051;
	color:#fff;
	cursor:default;
	}
	#Pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #ebebeb;
	margin-left:10px;
	text-decoration:none;
	background-color:#f5f5f5;
	color:#d7d7d7;
	cursor:default;
	}


/* -------------------------------------------- */
/* 		Footer									*/
/* -------------------------------------------- */
#Footer{
width: 100%;
margin:15px 0 0 0;
padding:0;
background:#fff url('../img/global/bg_footer.gif') repeat-x left bottom scroll;

}
#Footer a{
font-size:0.9em;
text-transform:uppercase;
color:#808080;
}
#Footer a:hover{
color:#333;
text-decoration:none;
}
#Footer .ContainerCenter{
width:980px;
margin:0 auto;
text-align:center;
}
#Footer .ContainerCenter li{
float:left;
padding:0 10px;
margin:5px 0;
border-left: 1px solid #808080;
}

#Footer .ContainerCenter .Row-Common, #Footer .ContainerCenter .Row-Latest, #Footer .ContainerCenter .Row-Misc { margin:0 auto;}
#Footer .ContainerCenter .Row-Common{ width:571px;}
#Footer .ContainerCenter .Row-Latest{ width:645px;}
#Footer .ContainerCenter .Row-Misc{ width:675px}

/* -------------------------------------------- */
/* 		Footer - Single Use						*/
/* -------------------------------------------- */
#Footer .ContainerCenter li.first{ border-left: 0 none transparent;}
#Footer .ContainerCenter .rss{
width:150px;
padding:1px 0 1px 20px;
background:transparent url('../img/global/gfx_icon_global.gif') no-repeat 0 0 scroll;
}
/* -------------------------------------------- */
/* 		CopyRite								*/
/* -------------------------------------------- */
#CopyRite {
clear:both;
margin:0 auto;
width:980px;
color:#fff;
padding:15px 0;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}

#CopyRite a, #CopyRite a:visited, #CopyRite a:hover, #CopyRite a:active {
    color:navy;
}

#CopyRite a:hover {
    text-decoration: underline;
}
