* { 
    margin:0;
    padding:0;
}
html, body { 
    height:100%;
}
html {
    min-width:986px;
}
body { 
    background:#ededed; 
    line-height:.9375em;
    color:#333333;
    font-family: verdana,arial,helvetica,sans-serif;
}

img {
    border:0; 
    vertical-align:top; 
    text-align:left;
}
object { 
    vertical-align:top; 
    outline:none;
}
ul, ol { 
    list-style:none;
}
table, table td { 
    padding:0;
    border:none;
    border-collapse:collapse;
}

.fleft { 
    float:left;
}
.fright { 
    float:right;
}
.clear { 
    clear:both;
}

.col-1, .col-2, .col-3 { 
    float:left;
}

.alignright { 
    text-align:right;
}
.aligncenter { 
    text-align:center;
}

.wrapper { 
    width:100%;
    overflow:hidden;
}
.container { 
    width:100%;
}




/*==== GLOBAL =====*/
#main {
    width:986px; 
    margin:0 auto;
    font-size:.75em;
    padding:10px 0 20px 0;
}

#header {
    height:140px;
    margin-bottom:0px;
    overflow:hidden;
}
#content {
    background:#ffffff;
    padding:15px 14px 30px 16px;
}
    #content .aside {
        float:left;
        width:204px;
        margin-right:15px;
    }
    #content .mainContent {
        float:left;
        width:736px;
    }


/*----- forms parameters -----*/

input, select, textarea { 
    font-size:14px;
    vertical-align:middle;
}


/*----- other -----*/
.img-indent { 
    margin:0 20px 0 0; 
    float:left;
}
.img-box { 
    width:100%; 
    overflow:hidden; 
    padding-bottom:20px;
}
    .img-box img { 
        float:left; 
        margin:0 20px 0 0;
    }

.extra-wrap { 
    overflow:hidden;
}


p {
    margin-bottom:16px;
}
.p1 { 
    margin-bottom:8px;
}
.p2 { 
    margin-bottom:16px;
}
.p3 { 
    margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
    color:#0044cc; 
    outline:none;
}
a:hover{
    text-decoration:none;
}

h2 {
    font-size:21px;
    line-height:1.2em;
    color:#393939;
    border-bottom:2px solid #393939;
    padding:13px 0 22px 0;
    margin-bottom:15px;
}
    h2.alt {
        margin-bottom:1px;
    }
h3 {

}
h5 {
    font-size:16px;
    line-height:1.2em;
    font-weight:normal;
    margin-bottom:12px;
}
    h5 a {
        text-decoration:none;
    }
        h5 a:hover {
            text-decoration:underline;
        }
    h5 span {
        font-size:12px;
        color:#000;
    }



.txt1 {
    color:#393939;
}

.link1 { 
    display:block;
    float:left;
    background:url(/img/link1-bg.gif) left top repeat-x; 
    color:#4c4e4e; 
    text-decoration:none;
    font-size:13px;
}
    .link1 em {
        display:block;
        background:url(/img/link1-left.gif) no-repeat left top;
    }
    .link1 b { 
        display:block;
        background:url(/img/link1-right-sprite.gif) no-repeat right top; 
        padding:0 28px 0 10px; 
        font-style:normal;
        line-height:26px;
    }
    .link1:hover {
        color:#000;
    }
        .link1:hover b {
            background-position:100% -26px;
        }
    
.line-hor { 
    background:#e6e6e6;
    height:1px;
    overflow:hidden;
    font-size:0;
    line-height:0;
    margin:13px -12px 15px -14px;
}

.title { 
    font-size:22px;
    line-height:180%;
    font-weight:bold;
    color:#4e4d4d;

}
    .title a {
        float:right;


    }


/*==================boxes====================*/
.box {
    width:100%;
    background:url(/img/box-bg1.gif) 0 0 repeat-x #fefefe;
}
.box.alt-bg {
    background:url(/img/box-bg1-alt.gif) 0 0 repeat-x #fff;
}
    .box .left-top-corner {
        background:url(/img/left-top-corner.gif) no-repeat left top;
    }
    .box.alt-bg .left-top-corner {
        background:url(/img/left-top-corner-alt.gif) no-repeat left top;
    }
    .box .right-top-corner {
        background:url(/img/right-top-corner.gif) no-repeat right top;
    }
    .box.alt-bg .right-top-corner {
        background:url(/img/right-top-corner-alt.gif) no-repeat right top;
    }
    .box .left-bot-corner {
        background:url(/img/left-bot-corner.gif) no-repeat left bottom;
        }
    .box .right-bot-corner {
        background:url(/img/right-bot-corner.gif) no-repeat right bottom;
        }
    .box .inner { 
        padding:13px 15px 10px 15px;
    }
    .box .inner1 { 
        padding:13px 15px 10px 9px;
    }


.box1 {
    width:100%;
    background:#fff;
}
    .box1 .border-top {
        background:url(/img/border1.gif) 0 0 repeat-x;
    }
    .box1 .border-right {
        background:url(/img/border1.gif) 100% 0 repeat-y;
    }
    .box1 .border-bot {
        background:url(/img/border-bot1.gif) 0 100% repeat-x;
    }
    .box1 .border-left {
        background:url(/img/border1.gif) 0 0 repeat-y;
    }
    .box1 .left-top-corner {
        background:url(/img/left-top-corner1.gif) no-repeat left top;
    }
    .box1 .right-top-corner {
        background:url(/img/right-top-corner1.gif) no-repeat right top;
    }
    .box1 .left-bot-corner {
        background:url(/img/left-bot-corner1.gif) no-repeat left bottom;
        }
    .box1 .right-bot-corner {
        background:url(/img/right-bot-corner1.gif) no-repeat right bottom;
        }
    .box1 .inner { 
        padding:15px 15px 16px 15px;
    }


.box2 {
    width:100%;
    background:#edeeee;
}
    .box2 .left-top-corner {
        background:url(/img/left-top-corner2.gif) no-repeat left top;
    }
    .box2 .right-top-corner {
        background:url(/img/right-top-corner2.gif) no-repeat right top;
    }
    .box2 .left-bot-corner {
        background:url(/img/left-bot-corner2.gif) no-repeat left bottom;
        }
    .box2 .right-bot-corner {
        background:url(/img/right-bot-corner2.gif) no-repeat right bottom;
        }
    .box2 .inner { 
        padding:16px 15px 16px 14px;
    }
        .box2 h3 {
            border-bottom:1px solid #b2b3b3;
            padding-bottom:6px;
            margin-bottom:20px;
        }

.box3 {
    width:100%;
    background:#fff;
}
    .box3 .border-top {
        background:url(/img/border2.gif) 0 0 repeat-x;
    }
    .box3 .border-right {
        background:url(/img/border2.gif) 100% 0 repeat-y;
    }
    .box3 .border-bot {
        background:url(/img/border2.gif) 0 100% repeat-x;
    }
    .box3 .border-left {
        background:url(/img/border2.gif) 0 0 repeat-y;
    }
    .box3 .left-top-corner {
        background:url(/img/left-top-corner3.gif) no-repeat left top;
    }
    .box3 .right-top-corner {
        background:url(/img/right-top-corner3.gif) no-repeat right top;
    }
    .box3 .left-bot-corner {
        background:url(/img/left-bot-corner3.gif) no-repeat left bottom;
        }
    .box3 .right-bot-corner {
        background:url(/img/right-bot-corner3.gif) no-repeat right bottom;
        }
    .box3 .inner { 
        padding:15px 15px 16px 19px;
    }


/*===== header =====*/
.header-box .left-top-corner {
   /* background:url(/img/header-left-top-corner.png) no-repeat 0 0;*/
    padding-left:4px;
}
.header-box .right-top-corner {
   /* background:url(/img/header-right-top-corner.png) no-repeat 100% 0;*/
    padding-right:4px;
}
.header-box .border-top {
    height:4px;
    overflow:hidden;
    font-size:0;
    line-height:0;
    background:url(/img/box-bg.png);
}
    .header-box .indent {
        background:url(/img/box-bg.png) 0 0;
        padding:0 15px 17px 16px;
    }
#header .row-1 {
    height:85px;
}
    #header .row-1 .fleft {
        padding:15px 0 0 1px;
    }
    #header .row-1 .fright {
        text-align:right;
    }
        .adv-nav {
            padding:15px 0 10px 0;
            margin-right:-10px;
        }
            .adv-nav li {
                display:inline;
                color:#8f8f8f;
            }
                .adv-nav li a {
                    color:#000;
                    text-decoration:none;
                    padding:0 9px 0 7px;
                }
                .adv-nav li a:hover {
                    text-decoration:underline;
                }
    
    .nav-box {
        background:url(/img/nav-bg.gif) 0 0 repeat-x;
        width:100%;
    }
        .nav-box .left {
            background:url(/img/nav-left.gif) 0 0 no-repeat;
        }
        .nav-box .right {
            background:url(/img/nav-right.gif) no-repeat 100% 0;
            height:35px;
        }
    
    #header .nav {
        padding:5px 0 0 5px;
    }
    #header .nav li {
        float:left;
        padding-right:5px;
    }
        #header .nav li a {
            float:left;
            color:#fff;
            text-decoration:none;
        }
            #header .nav li span {
                float:left;
                cursor:pointer;
            }
                #header .nav li span span {
                    padding:0 10px 0 10px;
                    line-height:23px;
                    font-size:14px;
                    font-weight:bold;
                }
        
        #header .nav li a:hover, #header .nav li a.current {
            background:url(/img/nav-link-bg.gif) 0 0 repeat-x;
            color:#3f3f3f;

        }
            #header .nav li a:hover span, #header .nav li a.current span {
                background:url(/img/nav-link-left.gif) 0 0 no-repeat;
            }
                #header .nav li a:hover span span, #header .nav li a.current span span {
                    background:url(/img/nav-link-right.gif) no-repeat 100% 0;
                }

/*===== content =====*/





#content .section {
    padding-bottom:20px;
}
    ol {
        list-style:decimal;
    }
    ol li {
        color:#a1a1a1;
        font-size:14px;
        border-bottom:1px solid #e5e5e5;
        list-style-position:inside;
        list-style-type:decimal-leading-zero;
        padding:0 0 7px 0;
        margin-bottom:7px;
        vertical-align:top;
    }
    ol li.last {
        border-bottom:none;
    }
        ol li a {
            font-size:12px;
        }
    .list1 li {
        border-bottom:1px solid #d9d9d9;
    }
    .list1 li.last {
    border-bottom:1px solid #eee;
    }
        .list1 li a {
            display:block;
            background:#eee;
            padding:10px 0 9px 38px;
            color:#3a3a3a;
            text-decoration:none;
            border-right:1px solid #eee;
            border-left:1px solid #eee;
        }
        .list1 li a:hover {
            background:url(/img/arrow1.gif) no-repeat 0 50% #fff;
            color:#16cbf8;
        }
    
    .news li {
        width:100%;
        overflow:hidden;
        background:url(/img/line-dotted.gif) 0 100% repeat-x;
        padding-bottom:14px;
        margin-bottom:12px;
        vertical-align:top;
    }
        .news li img {
            float:left;
            margin-right:12px;
        }
        .news li a {
            display:block;
            padding-top:7px;
        }
    
    
    .dvd-list li {
        background:url(/img/line-dashed.gif) 0 100% repeat-x;
        padding:0 37px 11px 47px;
        margin-bottom:10px;
        position:relative;
        line-height:25px;
    }
        .dvd-list li span {
            display:block;
            position:absolute;
            left:0;
            top:0;
            font-size:11px;
            color:#6f7070;
            line-height:25px;
            text-align:center;
            width:25px;
            background:url(/img/num-bg.gif) no-repeat 0 0;
        }
        .dvd-list li a {
            color:#4c4e4e;
            font-size:11px;
        }
        .dvd-list li a:hover {
            color:#16cbf8;
        }
            .dvd-list li strong a {
                text-decoration:none;
                font-size:12px;
            }
            .dvd-list li strong a:hover {
                text-decoration:underline;
            }
        .dvd-list li a.alt {
            display:block;
            position:absolute;
            right:12px;
            top:0;
        }
    
    
    .rating li {
        position:relative;
        overflow:hidden;
        background:url(/img/line-dotted.gif) 0 100% repeat-x;
        margin-bottom:12px;
        padding:0 0 14px 33px;
        color:#393939;
    }
    .rating li.last {
        background:none;
        margin-bottom:0;
    }
        .rating li span {
            display:block;
            position:absolute;
            left:0;
            top:10px;
        }
            .rating li span img {
                margin-top:3px;
            }
        .rating li img.thumb {
            float:left;
            margin-right:12px;
        }
        .rating li p {
            margin:0;
            padding:8px 0 6px 0;
        }
.sidetitle{
    font-size:14px;
    margin-bottom:10px;
    color:#666666;
    border-left:3px #0044cc solid;
    text-indent:10px;
}
.sidetitle2{
    font-size:14px;
		padding:5px;
    color:#ffffff;
		background-color:#0044cc;
    text-align:center;
}
/*===== footer =====*/
#footer {
    background:url(/img/footer-left-bot-corner.gif) 0 100% no-repeat #0044cc;
    width:100%;
    color:#fff;
}
    #footer .indent {
        background:url(/img/footer-right-bot-corner.gif) no-repeat 100% 100%;
        padding:16px 20px 30px 20px;
    }

#footer a {
    text-decoration:none;
}
    #footer a:hover {
        text-decoration:underline;
    }

#footer .nav {
    padding:0 0 8px 0;
}

#footer .nav li {
    display:inline;
    padding-right:21px;
}
    #footer .nav li a {
        color:#d7d7d7;
        text-decoration:none;
    }
    #footer .nav li a:hover {
        text-decoration:underline;
    }

#footer .users-links {
    color:#888;
    margin-left:-6px;
    padding-bottom:10px;
}
    #footer .users-links li {
        color:#888;
        display:inline;
    }
        #footer .users-links li a {
            color:#888;
            text-decoration:none;
            padding:0 9px 0 6px;
        }
        #footer .users-links li a:hover {
            text-decoration:underline;
        }
    


.social-services {
    float:right;
}
    .social-services li {
        float:left;
        padding-left:6px;
    }


/*----- forms -----*/
#search-form fieldset {
    border:none;
    background:url(/img/search-bg.gif) no-repeat 100% 0;
    color:#3e3e3e;
}
    #search-form input.text {
        width:230px;
        border:none;
        background:none;
    }
    #search-form input.submit {
        width:28px;
        height:27px;
        border:none;
        background:none;
        cursor:pointer
    }
    #search-form strong {
        padding-right:14px;
    }

#newsletter-form fieldset {
    border:none;
}
    #person-newsletter-form label,
    #newsletter-form label {
        display:block;
        height:37px;
    }
    #person-newsletter-form label.hidden{
        display:none;
        }
    
    #newsletter-form input.text {
        width:190px;
        padding:4px 0 4px 13px;
        border:1px solid #c6c6c6;
        color:#4c4e4e;
    }
    
    #person-newsletter-form input.submit,
    #newsletter-form input.submit {
        background:url(/img/subscribe.gif) no-repeat 0 0;
        border:none;
        width:102px;
        height:26px;
        color:#4c4e4e;
        font-weight:bold;
        font-size:13px;
        text-align:left;
        padding-left:10px;
        cursor:pointer;
    }
    
    .newsletter-submit {
        background:url(/img/subscribe.gif) no-repeat 0 0;
        border:none;
        width:102px;
        height:26px;
        color:#4c4e4e;
        font-weight:bold;
        font-size:13px;
        text-align:left;
        padding:5px 2px 3px 10px;
        margin-right:0;
        margin-left:auto;
        
        
    }
    .newsletter-submit a {
        text-decoration:none;
        color:#4c4e4e;
    }
    
/*==========================================*/

/*manifo */
.description{
    padding:5px;
}
.items{
    margin-bottom:20px;
}
.item{
    float:left;
    width:175px;
    margin-left:2px;
    margin-right:2px;
    margin-top:3px;
    margin-bottom:5px;
    height:220px;
    text-align:center;
    border-bottom:1px solid #e1e1e1;
    position: relative;
    overflow:hidden;
}
.item-media{
    position:absolute; top:3px; left:25px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
}
.item-sample{
    position:absolute; top:113px; left:25px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
}
.item-media span{
    background-color:#000000;
}
.item-image{
    height:128px;
}
.item-text{
    font-size:12px;
}
.item-text a{
    text-decoration:none;
}
.item-text a:hover{
    text-decoration:underline;
}

.item-text .sale_info,
.status .sale_info{
    color:#AA0000;
    margin:2px 0;
}

.item-price{
    font-weight:bold;
    color:#BF0030;
}

.item-price .conv_price{
    color: #009900;
    font-size: 90%;
    font-weight:normal;
}
/**************************
 series_list.html
 list_from_code_banner.html
****************************/


#contents_top .sort_from{
    margin:10px 10px;
    } 

#contents_top .subtitle{
    margin:5px 10px;
    }

table.item-table td{
    padding:8px 3px 10px 3px;
    vertical-align:top;
    border-bottom:1px solid #E1E1E1;
    }        
table.item-table .retail_price{
    color:#808080;
    font-weight:normal;
    }

div.page_send{
    text-align:center;
    margin-top:8px;
    }

div.page_send  a,
div.page_send span{
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 3px;
    background: #eeeff7;
    color:#000;
    border: 1px solid #ccc;
    }

div.page_send span.red{
    color:#ff0000;
    font-weight:bold;
    }

div.page_send  a{
    text-decoration: none;
    color:#000;
    }
    
div.page_send  a:hover{
    background: #ccf;
    color:#000;
    margin: 0;
    }



/*************************/

#topicPath{
    margin-top: 0px;
    margin-right:5px;
    margin-left:5px;
    margin-bottom:20px;
    clear:both;
}
#topicPath ul{
    padding-bottom: 10px;
    font-size: 12px;
    list-style: none;

}
#topicPath ul li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;


}
#topicPath li a {
    background:url("/img/delta.gif") no-repeat right center;
    display:block;
    padding-right:15px;
}

ul.serieslist{
    padding-top:0px;
    padding-right: 5px;
    padding-left:10px;
    margin-left: 15px;
    margin-right: 5px;
    margin-top:0px;
    font-weight: bold;
    font-size: 12px;
} 

ul.serieslist li{
    text-align: left;
    list-style-image: url("/img/delta.gif");
    margin-left:5px;
    height:22px;
    padding-top:3px;
    border-bottom: 1px #cccccc dotted;
}
.listattention{
    clear:both;
    background-color:#EEEEEE;
    padding: 10px;
    margin-top:40px;
}
.colblue{
    background-color: #F4F9F9;
}

ul.serieslist li.colblue:hover{
    background-color: #ffcccc; color: #808080;
}
.colwhite{
    background-color: #ffffff;
}
ul.serieslist li.colwhite:hover{
    background-color: #999999; color: #ffffff;
}
.list2 p{
    float:left;
    text-align:center;
    border:1px solid #e1e1e1;
    height:25px;
    width:40px;
    padding-top:10px;
    margin:1px;
}
.list2 p a{
    text-decoration:none;
    font-weight:bold;
}

.list2 p:hover{
     background-color: #00cccc; color: #ffffff;
}
#items-vertical{
}
.item-vertical{
	clear:both;
	line-height:160%;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:10px;
	height:140px;
}
.item-vertical .ranking{
	width:90px;
	height:110px;
	float:left;
	text-align:center;
	padding-top:35px;
	font-size:50px;

}
.item-vertical .pic{
	width:140px;
	height:140px;
	float:left;
	text-align:center;
}
.text16{
	font-size:16px;
	line-height:180%;
	color:#333333;
}
#item-ex{
	padding-top:10px;
	padding-bottom:10px;
}
#item-ex .item-title{font-size:22px;font-weight:bold;magin-top:10px;margin-bottom:10px;}
#item-ex .item-aritst{font-size:18px;magin-top:10px;margin-bottom:10px;}
#item-ex .item-comment{font-size:16px;magin-top:10px;margin-bottom:10px;line-height:180%;}

.content-movie{
	text-align:center;
	padding-top:10px;
	
	border:1px solid #e1e1e1;
	width:350px;
}
.content-image{
	padding:10px;
}
.content-movie-comment{
	background-color:#e1e1e1;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}
.menu ul{
	margin:0px;
	padding:0px;
	list-style: none;

}
.menu ul {
	list-style-type: none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
.menu li { 
display: inline; 
margin:0px;
padding:0px;
text-align:left;
}

.menu li a{
	background-image:url("/img/icons-arrows.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:7px;
	padding:7px;
	background-color:#f1f1f1;
	border-bottom:solid 1px #e1e1e1;
 text-decoration:none;
 color:#333333;
display: block;
}
.menu ul li a:hover{
 text-decoration:none;
 color:#ffffff;
	background-color:#0044cc;
}
.menu li.current{

  }
.menu li.current a{
	background-image:url("/img/icons-arrow-current.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	
}
.ebook{
	padding:7px;
		margin:10px;
	float:left;
	text-align:center;
	font-size:12px;
	line-heigt:120%;
	width:200px;
		height:330px;

	background-color:#ffffff;
	color:#333333;

	overflow:hidden;
	
	position: relative;

box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.ebook-image{
	height:250px;
	margin-bottom:10px;
}
.ebook-title,.ebook-artist,.ebook-pric{
	word-wrap:break-word;
	height:18px;
	overflow:hidden;
	margin-bottom:5px;
}