﻿/*------------------------------------*/
/*-- Detail --*/
/*------------------------------------*/
.Default_TD
{
	vertical-align: top;
}

.Results_Left
{
	position: relative;
	width: 100%;
}

.Results_Right
{
    position: relative;
	width: 100%;
}

.Results_ViewList
{
    padding-top: 10px;
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 14px;
}


.Results_Register_Images
{
    position: relative;
    width: 245px;
    height: 320px;
    text-align: center;
    border: solid 1px #CCCCCC;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.Results_Register_Image
{
    width: 90%;
    height: 186px;
    text-align: center;
    overflow: hidden;
    border:solid 1px #E1E1E1;
    padding: 6px 6px 0px 0px;
}

.Results_Register_Image_Title
{
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    padding: 0px 6px 0px 6px;
}

.Results_Register_Image_Categorie
{
    padding-top: 10px;
    font-size: 12px;
    width: 90%;
    color: #2074B3;
}

.Results_Register_Image_Info
{
    padding-top: 10px;
    font-size: 12px;
    width: 90%;
    color: #2074B3;
}

.Results_Register
{
    position: relative;
    width: 100%;
    height: 35px;
    text-align: left;
    border-bottom: solid 1px #98ABC9;
}

.Results_Register_Link
{
    text-decoration: none;
    color: #2074B3;
}

.Results_Register_Link:hover
{
    text-decoration: underline;
    color: #CE1818;
}

.Results_Register_Title
{
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 14px;
    font-weight: bold;
    width: 730px;
}

.Results_Register_Date
{
    position: absolute;
    left: 760px;
    top: 5px;
    font-size: 12px;
    width: 85px;
    color: #7391DB;
}

.Results_Register_Rating
{
    position: absolute;
    left: 850px;
    top: 8px;
    width: 60px;
}

.Results_Register_Category
{
    position: absolute;
    text-align: right;
    left: 910px;
    top: 5px;
    font-size: 12px;
    width: 70px;
    color: #2074B3;
}


.Results_Pagination
{
    border-top:10px solid #F4F4F4;
    padding:30px 0;
    text-align:center;
}

.Results_Pagination a
{
    background:#F3F9FB none repeat scroll 0 0;
    border-color:#C8D8DE #BCCDD3 #91B1BC #C8D8DE;
    border-style:solid;
    border-width:1px;
    margin-right:4px;
    padding:5px 9px;
    color:#156D9A;
    text-decoration:none;
}

.Results_Pagination_Disabled
{
    background:#F4F4F4 none repeat scroll 0 0;
    border:1px solid #F4F4F4;
    color:#9C9C9C;
    margin-right:4px;
    padding:6px 10px;    
}

.Results_Pagination_Current
{
    background-color:#F4F4F4;
    border-left:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color:#9C9C9C;
    font-weight:normal;
    margin-right:4px;
    padding:5px 9px 6px 10px;  
}