/* AURORA MANGA */

/* PAGINATION ----------------------------------------------------------------------------------------------------------------------------------*/

.pagination {
float:right;
width: 300px;
height:20px;
margin-top:2px;
padding:0;
}

.pagination ul {
margin:0;
padding:0;
list-style-type:none;
}

.pagination li {
float: right;
text-decoration: none;
}

/*HIDE LINK TEXT OFF PAGE*/
.pagination li a {
display:block;
height:20px;
text-indent:-5000px;
}

/*DISPLAY NAVIGATION STATIC GRAPHIC*/
.pagination .page_previous a {
background:url(../images/manga_series/btn_pagination.jpg) no-repeat;
width:50px;
background-position: left top;
}
.pagination .page_next a {
background:url(../images/manga_series/btn_pagination.jpg) no-repeat;
width:50px;
background-position: -50px top;
}
.pagination .page_number {
margin: 0 5px;
}

/*SETS DISPLAY FOR THE NAVIGATION ROLLOVER STATE*/
.pagination .page_previous a:hover {
background-position: left bottom;
}
.pagination .page_next a:hover {
background-position: -50px bottom;
}

/* SUB NAVIGATION ---------------------------------------------------------------------*/
/* COMPLETE LIBRARY = cl */
/* NEW RELEASES = nr */
/* RELEASE SCHEDULE = sc */
#subnav, #subnav_nr_rs, #subnav_cl_rs, #subnav_cl_nr {
height:25px;
margin:5px auto 0  auto;
padding:0;
/*border:1px solid red;*/
}

#subnav {
width: 435px;
}

#subnav_nr_rs, #subnav_cl_nr {
width: 280px;
}

#subnav_cl_rs {
width: 310px;
}

#subnav ul, #subnav_nr_rs ul, #subnav_cl_rs ul, #subnav_cl_nr ul {
margin:0;
padding:0;
list-style-type:none;
}

#subnav li, #subnav_nr_rs li, #subnav_cl_rs li, #subnav_cl_nr li {
float: left;
text-decoration: none;
}

/*HIDE LINK TEXT OFF PAGE*/
#subnav li a, #subnav_nr_rs li a, #subnav_cl_rs li a, #subnav_cl_nr li a {
display:block;
height:25px;
text-indent:-5000px;
}

/*DISPLAY NAVIGATION STATIC GRAPHIC*/
#subnav_nr a {
background:url(../images/manga_series/btn_sub_navigation.gif) no-repeat;
width:125px;
background-position: left top;
}
#subnav_rs a {
background:url(../images/manga_series/btn_sub_navigation.gif) no-repeat;
width:155px;
background-position: -125px top;
}
#subnav_cl a {
background:url(../images/manga_series/btn_sub_navigation.gif) no-repeat;
width:155px;
background-position: -278px top;
}

/*SETS DISPLAY FOR THE NAVIGATION ROLLOVER STATE*/
#subnav_nr a:hover {
background-position: left bottom;
}
#subnav_rs a:hover {
background-position: -125px bottom;
}
#subnav_cl a:hover {
background-position: -278px bottom;
}

/* MANGA LIST TABLE ---------------------------------------------------------------------*/

#manga_list table {
margin:5px 0;
}

#manga_list td {
width:25%;
text-align:center;
margin:15px 0;
/*border:1px solid red;*/
}

#manga_list a {
display:block;
padding:15px 0;
text-decoration:none;
border:1px solid white;
/*border:1px solid red;*/
}

#manga_list img {
margin-bottom:5px;
border:1px solid #ec008c;
}

#manga_list p {
margin:5px 0 0 0;
padding:0;
}

#manga_list a:hover {
background-color:#fef3f7;
border:1px solid #ec008c;
}

/* RELEASE SCHEDULE TABLE ---------------------------------------------------------------------*/

#release_schedule {
text-align:center;
}

#release_schedule table {
width:95%;
margin:10px auto;
padding:15px;
background-color:#fef3f7;
}

#release_schedule .year {
background-color:#CCCCCC;
}

#release_schedule th, #release_schedule td {
height:35px;
text-align:left;
margin:0;
padding:0 10px;
border-bottom:1px dotted grey;
}

/* SEARCH RESULTS TABLE ---------------------------------------------------------------------*/

#search_results table {
width:95%;
margin:0 auto;
padding:0 15px 15px 15px;
/*border:1px solid red;*/
}

#search_results tr, #search_results #tr_last {
display:block;
padding:10px 0;
}

#search_results tr {
border-bottom:1px dotted #ec008c;
}

#search_results #tr_last {
border:none!important;
}

#search_results td {
vertical-align:top;
}

#search_results table a {
margin-bottom:8px;
}

#search_results img{
margin-right:10px;
border:1px solid #ec008c;
}

#search_results h2 {
width:95%;
margin:5px auto 0 auto;
}

#search_results #no_results {
margin:80px 0 180px 0;
text-align:center;
}

#search_results #no_results h2 {
margin-bottom:15px;
}

/* MANGA SERIES ---------------------------------------------------------------------*/

#manga_series {
margin-top:5px;
background-position:top right;
background-repeat:no-repeat;
min-height:300px;
border:1px solid white;
}

#manga_series #manga_series_details {
width:400px;
margin-top:10px;
/*border:1px solid red;*/
}

#manga_series #manga_series_details ul {
list-style:none;
margin:0 0 0 10px;
padding:0;
/*border:1px solid red;*/
}

#manga_series #manga_series_details li {
margin-bottom:10px;
padding:0;
/*border:1px solid red;*/
}

#manga_series #manga_series_details label {
font-weight:bold;
color:#ec008c;
/*border:1px solid red;*/
}

#manga_series #manga_series_volumes, #ctl00_ContentPlaceHolder1_DataList1{
width:100%;
/*border:1px solid red;*/
}

#manga_series #manga_series_volumes td, #ctl00_ContentPlaceHolder1_DataList1 td {
text-align:center;
margin:0;
padding-right:10px;
}

#manga_series #manga_series_volumes a, #ctl00_ContentPlaceHolder1_DataList1 a{
display:block;
padding:10px 0;
margin-bottom:10px;
text-decoration:none;
border:1px solid #ec008c;
/*border:1px solid red;*/
}

#manga_series #manga_series_volumes a:hover, #ctl00_ContentPlaceHolder1_DataList1 a:hover {
background-color:#fef3f7;
border:1px solid #ec008c;
}

#manga_series #manga_series_volumes img, #ctl00_ContentPlaceHolder1_DataList1 img {
margin-bottom:5px;
border:1px solid #ec008c;
}

#manga_series #manga_series_volumes p, #ctl00_ContentPlaceHolder1_DataList1 p {
margin:0;
padding:0;
}

/* added by Andre */

.popup_manga_library 
{
    /* div (ASP.NET Panel) popup over series images in manga library page */
    background-color: #FFFFCC;
    border:1px solid #ec008c;
    /*background-image: url(../images/manga_series/trans_bkg_test01.gif);*/
    text-align: left;
    padding: 4px;
}
.popup_manga_library_link
{
    padding: 0px;
    margin: 0px;
    border: 0;
    border-style:none;
    background-color: #C4F1FF;
}
/* MANGA VOLUME ---------------------------------------------------------------------*/

#manga_volume {
margin-top:5px;
padding-top:20px;
background-position:top right;
background-repeat:no-repeat;
min-height:300px;
border:1px solid white;
}

#manga_volume #details {
width:400px;
/*border:1px solid red;*/
}

#manga_volume #details ul {
list-style:none;
margin:0 0 0 10px;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #details li {
margin-bottom:10px;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #details label {
font-weight:bold;
color:#ec008c;
/*border:1px solid red;*/
}

#manga_volume #inset_details {
border:hidden;
}

#manga_volume #inset_details #cover {
display:block;
height:210px;
width:130px;
background-image:url(../images/manga_series/view_large.gif);
background-position:bottom;
background-repeat:no-repeat;
/*border:1px solid red;*/
}

#manga_volume #inset_details img {
border:1px solid #ec008c;
}

#manga_volume #inset_details ul {
float:right;
width:240px;
margin:0 0 0 10px;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #inset_details li {
margin-bottom:5px;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #inset_details label {
font-weight:bold;
color:#666666;
/*border:1px solid red;*/
}

#manga_volume #buttons {
text-align:center;
/*border:1px solid red;*/
}

/* BUY BUTTON */
#manga_volume #btn_buy {
float:left;
width:60px;
height:25px;
margin-right:10px;
margin-bottom:20px;
padding:0;
/*border:1px solid red;*/
}

/* ======================
NEW AMAZON BUY BUTTON 
=========================*/
#manga_volume #btn_buy2 {
float:left;
width:90px;
height:28px;
margin-right:10px;
margin-bottom:20px;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #btn_buy2 a {
display:block;
width:90px;
height:28px;
background:url(../images/home/buy-from-tan.gif) no-repeat center top;
text-indent:-5000px;
}

#manga_volume #btn_buy2 a:hover {
background-position: center bottom;
}
/* ======================
END NEW AMAZON BUY BUTTON 
=========================*/

#manga_volume #btn_buy a {
display:block;
width:60px;
height:25px;
background:url(../images/manga_series/btn_buy.jpg) no-repeat;
background-position: center top;
text-indent:-5000px;
}

#manga_volume #btn_buy a:hover {
background-position: center bottom;
}

/* PREVIEW BUTTON */
#manga_volume #btn_preview {
float:left;
width:170px;
height:25px;
margin:0;
padding:0;
/*border:1px solid red;*/
}

#manga_volume #btn_preview a {
display:block;
width:170px;
height:25px;
background:url(../images/manga_series/btn_preview.jpg) no-repeat;
background-position: center top;
text-indent:-5000px;
}

#manga_volume #btn_preview a:hover {
background-position: center bottom;
}

#rating img {
margin-top:3px;
padding:0;
border:none;
}

/* MANGA PREVIEW ---------------------------------------------------------------------*/

#preview_content {
width:750px;
margin:15px auto 0 auto;
padding:0;
/*border:1px solid red;*/
}

#preview_content #top_pagination .pagination {
margin-top:10px;
}

#preview_content #btm_pagination .pagination {
margin-top:0;
}
