/******* CSS SHOW CATEGORY *********/
 .note_quote{
	 color:#e64a03;
	 font-size:15px;
	 font-weight:bold;
	 text-align:center;
	 text-transform:uppercase;
	 padding-bottom:10px;
 }
.box-quote {margin-bottom:10px;}
.box-quote .box-title {
	line-height:25px;
	background:url(../images/hr.gif) bottom repeat-x;
	margin-bottom:5px;
	padding-left:0px;
	padding-bottom:5px;
}
.box-quote .box-title .titleL {
	background:url(../images/icon_cat.gif) left no-repeat;
	padding-left:25px;
	float:left;
	color:#257cc1;
	font-size:12px;
	text-transform:uppercase;
}
.box-quote .box-title .titleL a {color:#257cc1;}
.box-quote .box-title .titleR {
	float:right;	
}

.box-quote .box-content { 
	padding:10px 0px;
	border:none;
	overflow:hidden;
}
 


#List_Item {
	padding: 5px 0px;
}

/*----------------- VIEW Picture ----------------*/
#List_Item .View2 {
	float: left;
	padding-left: 5px;
	margin-bottom: 15px;
}

#List_Item div.View2 div {
	float: left;
	margin: 0px;
	margin-right: 10px;
	text-align: center;
	width: 150px;
}

* html #List_Item div.View2 div {
	float: left;
	margin: 0px;
	margin-right: 10px;
	text-align: center;
	width: 159px;
}

#List_Item .View2 h3 {
	padding: 2px;
	font-size: 11px;
	text-align: center;
}

#List_Item .View2 h3 a {
	color: #29710D;
	font-weight: bold;
}

#List_Item .View2 h3 a:hover {
	color: #FF0000;
	text-decoration: none;
}

#List_Item .View2 .img {
	border: 1px solid #ccc;
	padding: 1px;
}

#List_Item .View2 .last {
	margin: 0px;
	margin-right: 0px;
}

#List_Item .viewMore {
	text-align: right;
	padding-right: 10px;
}

#List_Item .NoItem {
	text-align: center;
	padding: 20px;
	color: #FF0000;
}

/*----------------- VIEW File ----------------*/
.tblItem {
	border: 1px solid #EFEFEF;
	margin-top: 10px;
	padding: 0pt;
}

.tblItem .title {
	background-color: #EFEFEF;
	padding: 3px 7px;
}

.tblItem .title a {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

.tblItem .votes {
	padding: 3px;
}

.tblItem .des {
	padding: 3px;
}

.tblImg {
	float: right;
	display: block;
	margin-left: 7px;
}

.tblImg .img {
	border: 1px solid #ccc;
	padding: 2px;
}

.tblItem .poster {
	padding: 3px;
}

.tblItem .fPoster {
	color: #FF0000;
}

/*----------------- VIEW Media ----------------*/
.table_bg {
	background-color: #efefef;
}

table.table_bg td {
	padding: 8px 15px;
}

.row_title {
	background: #FAFAFA;
	color: #29710D;
	font-weight: bold;
	height: 20px;
}

.row1 {
	background:url(../images/hr_quote.gif) bottom repeat-x;
	border-right:#b6b6b6 solid 1px;
}

.row2 {
	background:url(../images/hr_quote.gif) bottom repeat-x;
	border-left:#ffffff solid 1px;
}
.row2 a{
	color:#f16221;
	font-weight:bold;
}
.row_extra {
	background: #FAFAFA;
}

.row_select {
	background: #F4EAD2;
}

.boxTitleDetail {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #999999;
	text-transform: uppercase;
}

.pic_name {
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	text-transform: uppercase;
}

/*---- SEARCH ----*/
#boxAlpha {
	margin: 0px;
	padding: 5px 2px;
	border: 1px solid #cccccc;
}

#boxAlpha h2 {
	margin: 0px;
	padding: 2px;
	color: #FF6C00;
	font-weight: bold;
	font-size: 11px;
}

#boxAlpha .Alpha {
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}

#boxAlpha .Alpha a {
	padding: 0px 5px;
	margin: 1px 1px;
	color: #067C00;
	font-weight: bold;
	border: 1px solid #999999;
}

#boxAlpha .Alpha a:hover {
	background: #cccccc;
	color: #FF6C00;
}

#boxAlpha .Alpha a.active {
	background: #FF0000;
	color: #fff;
}

/*---- DETAIL ----*/
h3.fTitle {
	color: #d58931;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: left;
}

table.tbl_detail {
	background-color: #ccc;
}

table.tbl_detail tr {
	background-color: #fff;
}

table.tbl_detail td {
	padding: 2px;
}