/* Generally */

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font: 0.75em Tahoma, Geneva, Helvetica, Arial, sans-serif; 
    line-height: 120%;
    background: #CCCCCC none repeat scroll 0 0;
}

h1 {font-size: 130%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 90%;}
h5 {font-size: 80%;}
h6 {font-size: 70%;}

a,
a:link,
a:visited {
    text-decoration: none;
}

/* Main Layout Style */

/* Main Wrapper page */
#base {
    margin: 0px auto;
    padding: 0px 10px;
    text-align: left;
    width: 780px;
    /* border: 1px solid blue; */
    background: #FFFFFF url(../images/template-background-780.gif) repeat-y scroll 50% 0;
}

/* Header Layout */
#header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 185px;
}

/* 
    Main Content Layout 
    with structure : #main
                        #inner
                            #main-content
                                #sidebar
                                #content    
*/

#main {
    clear: both;
    overflow: hidden;
    position: static; 
}

#inner {

}

#main-content {
    clear: both;
    overflow: hidden;
    position: static; 
    width: 780px;
}

#sidebar {
    margin: 0px;
    padding: 0px;
    width: 225px;
    border-right: 1px solid #E7C77B;
    float: left;
    background: #F7F3E7;
}

#content {
    width: 554px;
    float: right;
}



/* Footer Layout */
#footer {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 80px;
    border-top: 1px solid blue;
}



/* Detail Content Header */
#header {
    background: transparent url(../images//gradient-bg.jpg) repeat-x scroll left bottom;
    border-bottom: 1px solid #F77018;
}

#top-header {
    width: 100%;
    height: 50px;
    /* background: #FFF url(../images//bg-tophead.jpg) repeat-y scroll right 5px; */
    border-bottom: 1px solid #ADBEE7;
}

#top-header div.site-name-slogan {
    float: left;
    width: 300px;
    margin: 8px 0px 5px 20px;
    padding: 0px;
    line-height: 150%;
    color: #293D6B;
}


#navigation {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 28px;
    background: #CBE0FD url(../images//bg-navigation.gif) repeat-x scroll left bottom;
    color: #293D6B;   
}

#navigation ul {
    list-style-position: outside;
    list-style-image: none;
    list-style: none;
    margin: 0px;
    padding: 7px 0px;
}

#navigation li {
    display: inline;
    margin: 0px;;
    padding: 0px;
    
}

#navigation li a:link,
#navigation li a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #293D6B;
    padding: 7px 10px;
    background: transparent url(../images//menu-separator.png) no-repeat scroll right top; 
}

#banner {
    height: 85px;   
    margin: 10px 20px;
    padding-bottom : 5px; 
}

#inner-banner {
    border-left: 1px solid #8CAEE7;
    border-right: 1px solid #8CAEE7;
    border-top: 1px solid #8CAEE7;
    height: 85px;
    background: #E7EFFF;
    
}

#img-banner {
    float: left;
    width: 320px;
    height: 65px;
    margin: 15px 8px 8px 20px;
    padding: 0px;
}

#bottom-banner {
    background: transparent url(../images/shadow-bottom.gif) repeat-x scroll left bottom;
    height: 5px;     
}

#search-form-box {
    float: right;
    width: 350px;
    height: 70px;
    margin: 8px;
    padding: 0px;
}

#search-form-box img.search-form-img {
    float: left;
    width: 60px;
    height: 60px;
    margin: 5px;
    padding: 0px;
}

div.search-form {
    float: right;
    height: 50px;
    width: 270px;
    margin: 10px 5px;
    padding: 0px;
}

div.search-form label {
    width: 300px;
    color: #4372B0;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

input.form-field {
    border-color: #84A5CE #C1D2E7 #C1D2E7 #84A5CE;
    border-style: solid;
    border-width: 1px;
    background: #E7F3FF;
    padding: 2px 0px 2px 5px;
    margin-top: 5px;
    width: 180px;
    
}

input.button-search {
    border-color: #84A5CE #C1D2E7 #C1D2E7 #84A5CE;
    border-style: solid;
    border-width: 1px;
    background: transparent url(../images//btn-center.gif) repeat-x scroll left top;
    height: 22px;
    margin-top: 3px;
    padding: 1px 3px 2px 3px;
    width: 75px;
    font-size: 1em;
    color: #990000;
    font-family: tahoma;
}





/* Content sidebar */
#sidebar h2 {                   
    text-align: left;
    padding: 10px 50px;
    background: transparent url(../images//category.png) no-repeat scroll 25px 8px;
    color: #990000;
}

#sidebar h3 {
    text-align: left;
    padding: 3px 0px 3px 15px;
    margin: 0px;
    color: #DE8E10;
    background: #F7DFBD;
    border-bottom: 1px solid #E7C77B;
    border-top: 1px solid #E7C77B;
}

#sidebar h3 a:link,
#sidebar h3 a:visited {
    text-align: left;
    color: #DE8E10;
    text-decoration: none;    
}

#sidebar ul {
    list-style: none;
    list-style-position: outside;
    margin: 10px 0px;
}

#sidebar ul li {
    padding: 2px 0px 2px 15px;
    margin-left: 15px;
    background: transparent url(../images/arrow_blue.gif) no-repeat scroll left 5px;  
}

#sidebar ul li:hover {
    padding: 2px 0px 2px 15px;
    margin-left: 15px;
    background: transparent url(../images/arrow_red.gif) no-repeat scroll left 5px;  
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
    text-align: left;  
    text-decoration: none;
    color: #293D6B;
}

                   
/* Content Product */
#content {
    /* background: #DEF7FF; */
   
}

#breadcrumb {
    float: right;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #E7C77B;
    background: #F7DFBD;
    clear: both;
}

#breadcrumb ul {
    float: right; 
    list-style: none;
    list-style-position: outside;
    padding: 5px 20px 5px 0px;
}

#breadcrumb ul li {
    display: inline; 
    /* background: transparent url(../images/arrow_blue.gif) no-repeat scroll left 3px; */
    margin-left: 0px;
    padding: 0 0px 0 15px;  
    list-style: none;
    list-style-position: outside;
}

#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited {
    text-decoration: none;
    color: #4372B0;
}

#breadcrumb a:hover {
    color: #DE8E10;
}

#search-result {
    float: left;
    width: 530px;
    margin: 5px 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
}

#list-product {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

div.list-product {
    padding: 15px 0px 20px 0px;
    margin: 0 12px;
    width: 530px;
    float: left;
}

div.ads_main_page {
    padding: 15px 0px 20px 0px;
    margin: 0 25px 0px 30px;
    width: 530px;
    float: left;
}

.normal {
    margin: 5px 8px 5px 0px;
}

.last {
    margin: 5px 0px 5px 0px;   
}

div.list-product div.img-list-product {
    padding: 12px;
    margin: 0px;
    height: 130px;
    text-align: justify;
}

div.list-product a,
div.list-product a:link,
div.list-product a:visited {
    text-decoration: none;
    border: none;
    font-weight: normal;
}

div.list-product img {
    border: none;
    /* padding: 5px; */
    margin: 0 10px 10px 0;
    height: 130px;
    width: 100px;
    float: left;
}

/*
div.list-product div.img-list-product p {
    margin: 0px;
    padding: 0px;
    height: 240px;
}

*/

div.list-product div.text-list-product {
    /* border-top: 1px solid silver; */
    height: 35px;
    margin: 0px;
}

span.left {
    float: left;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

span.right {
    float: right;
    padding: 0px;
    margin: 0px;
    font-weight: bold;  
}

span.product-brand-label,
span.product-type-label,
span.product-price-label,
span.product-author-label,
span.product-publisher-label,
span.product-pub_date-label,
span.product-description-label {
    float: left;
    width: 80px;
    font-weight: bold;
}

span.product-brand,
span.product-type,
span.product-price,
span.product-author,
span.product-publisher,
span.product-pub_date,
span.product-description {
    float: left;
    font-weight: bold;
    width: 320px;
    padding-left: 10px;
    margin-bottom: 3px;
    color: #990000;
    font-size: 0.9em;
}

span.product-description-label {    
    margin-bottom: 5px;
}

div.description {
    float: left;
    width: 390px;
    padding: 0px;
    margin: 5px 0px 0px 0px;  
}

div.description a:link,
div.description a:visited {
    text-decoration: none;
    color: #990000;
    text-align: justify;  
}

div.description-detail {
    padding: 0px;
    margin: 5px 10px 0px 0px;
    line-height: 150%;     
}

div.description-detail div.ads_content_square {
   padding: 0px;
   margin: 10px 0px 10px 10px; 
   height: 255px;
   width: 255px;
   float: right;
}

p {
    margin-top: 10px;
    text-align: justify;  
}

div.description-detail ul {
    /* list-style: none; */
    list-style-position: outside;
    margin-left: 25px;
}

div.description-detail ul li {
    list-style-image: url(../images/arrow_pixel.png);
    list-style-position: outside;
    /* padding-left: 5px; */
}

span.more,
span.buy {
    padding: 8px 8px 7px;
    width: 108px; 
    font-weight: bold; 
    text-align: center;
    border: 1px solid silver;
    margin: 2px;
}

span.more {
    float: left;
    background: #D6D7D6;
}

span.buy {
    float: right;
    background: #E75529;
    color: white;
}

.bottom-border {
    border-bottom: 1px solid silver; 
}

/* Pagination Style */
div.pagination {
    float: left;
    width: 520px;
    margin: 50px 10px 10px 10px;
    padding: 0px;
    line-height: 150%;
}

div.pagination h3 {
    color: #990000;
    border-bottom: 1px solid #990000;
}

div.pagination p a,
div.pagination p b,
div.pagination p a:link,
div.pagination p a:visited {
    text-decoration: none;
    padding: 3px 5px;
    background: #F7DFBD;
    border: 1px solid #E7C77B;
}

div.pagination p a:hover {
    color: #DE8E10;
    background: #F7F3E7; 
}

/* Bottom Bar Layout */
#bottombar {
    float: left;
    width: 534px;
    margin: 20px 10px 20px 10px;
    line-height: 150%;
}

#bottombar div.popular,
#bottombar div.recent {
    border: 1px solid silver;
    width: 260px;
}

#bottombar div.popular {
    float: left;
  
}

#bottombar div.recent {
    float: right;

}

#bottombar div.popular h3,
#bottombar div.recent h3 {
    text-align: center;
    background: #DE8E10;
    color: white;
    padding: 5px 0px;
}

#bottombar div.popular ul,
#bottombar div.recent ul {
    list-style: none;
    list-style-position: outside;  
    margin: 15px;   
}

#bottombar div.popular ul li,
#bottombar div.recent ul li {
    background: transparent url(../images/square-bullet.gif) no-repeat scroll left 2px;  
    padding-left: 15px;
    color: #0560A6;
}

#bottombar div.popular ul li a,
#bottombar div.recent ul li a {
    color: #0560A6;   
}



/* Link Download Layout */
div.download-links {
    line-height: 150%;
    margin: 25px 10px 0 0;
    padding: 0px;
}

div.download-links h3 {
    border-bottom: 1px solid #990000;
    color: #990000;
}

div.download-links ol {
    margin: 10px 0px 10px 50px;
    padding: 0px;
}

div.download-links ol li {
    list-style-position: outside;
}

div.download-links ol li a,
div.download-links ol li a:link,
div.download-links ol li a:visited {
    text-decoration: none;
    color: #4372B0;
}

div.download-links p.downlink-message {
    color: red;
    padding: 10px 10px 10px 50px;
}






#footer {
    font-weight: normal;
    background: #CEDFFF;
    border-top: 2px solid #F7A218;
    padding: 0px;
    margin: 0px;
}

span.footer-left {
    float: left;
    width: 300px;
    padding: 5px 10px;    
}

span.footer-right {
    float: right;
    width: 300px;
    padding: 5px 10px;    
}

/* Tag for Detail Item */
#tags {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 12px;
}


#tags ul li {
    list-style: none;
    list-style-position: outside;
    display: inline;
    padding: 0px 0px 0px 5px;
}

#tags ul li a,
#tags ul li a:link,
#tags ul li a:visited {
    text-decoration: none;
    color: #990000;
}

#tags ul li a:hover {
    color: #DE8E10;
}


/* Related Post */
#related-post {
    float: left;
    margin: 10px;
    padding: 0px;
    width: 100%;
}

#related-post h3 {
    border-bottom: 1px solid #990000;
    margin: 10px 10px;
    padding: 0px 0px 5px 0px;
    color: #990000;
    width: 91%;
}

#related-post p.noRelated {
    margin: 10px 10px;
    padding: 0px 0px 5px 0px;
    color: red;
    width: 91%;
}

div.book-related {
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    width: 230px;
    height: 175px;
    /* border: 1px solid #DE8E10; */
}

div.book-related a,
div.book-related a:link,
div.book-related a:visited {
    text-decoration: none;
    color: #990000;
}

div.book-related div.title {
    width: 220px;
    height: 45px;
    margin: 0px;
    padding: 3px 0px 5px 3px;
    float: left;
    text-align: justify;
    font-size: 0.9em;
    font-weight: bold;
}

div.book-related div.img {
    float: left;
    width: 85px;
    height: 115px;
    border: none;
    margin: 3px;
}

div.img img {
    border: none;
}

div.book-related div.meta-books {
    float: right;
    width: 130px;
    margin: 3px;
    color: #293D6B;
}

div.meta-books span.field {
    float: left;
    width: 130px;
    margin-bottom: 10px;
}




    






