html {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;    
}
body
{  
  padding:0px;
  margin:0px;
  font-family: Muli, Tahoma, sans-serif;
  font-size:1.3em;
}
img {
    border:0px none transparent;
    margin-right:30px;
}
a {    
    text-decoration:none;
    color:#00288c;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
}
    a:link, a:visited,
    a:active, a:hover {
        color: #00288c;
    }
    a:hover {
        text-decoration:underline;
        color:#00288c;
    }
header, footer, hgroup,
nav, section {
    display: block;
}
h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    margin-bottom:10px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
.page {
    background-image: url(images/Background2.png);
    width: 1080px;
    margin: 0px auto 40px auto;
    overflow:hidden;
}

#body {    
    clear: both;
    padding-bottom: 35px;    
    background-color:white;
    width:1000px;
    margin: 20px auto 0 auto;
}

    .main-content {
        /* main background */
        padding: 20px 50px 0px 50px;        
    }

    .featured + .main-content {
        /* background */
    }
header {    
    background-repeat:no-repeat;
    background-position:center center;
    height:50px;
}

header .content-wrapper {
    padding-top: 10px; 
}


footer {
    clear: both;    
    font-size: 1em;
    height: 100px;
    text-align:center;
    background-color:#ffffff;
    margin: 20px 40px 40px 40px;
    padding:20px;
    overflow:hidden;
}


.article {
    line-height:2;
}

.article .annotation {
    padding: 10px 5px 10px 5px;
    font-style: italic;
}

.articles .article .annotation {
    font-style: normal;
}

.article .article-body {
    padding: 10px 0px 20px 0px;
}

.article-bottom h2 {
    color:#697ec6;
    margin-bottom:10px;
}

/* menu
----------------------------------------------------------*/
ul#menu {    
    background-color: #ccccff;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    font-size:14px; 
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        margin-left:10px;
        width:72px;
        text-align:center;               
    }
        ul#menu li li {
            padding-top:2px;
        }

        ul#menu li ul {
            background-color: #ccccff;
            margin-top:10px;
            border-top: 2px solid #00288c;
        }

        ul#menu li a {
            display:block;
            color:#697ec6;            
            text-decoration: none;            
            text-align:center;

            padding-top:50px;
            background-repeat:no-repeat;
            background-position: top center;                 
               
            font-family: Tahoma, Geneva, Verdana, sans-serif;
        }

        ul#menu li:hover a {
            color:#00288c;
            text-decoration: none;
        }

        ul#menu li:hover li a {
            color:#697ec6;
            background-image:none;
            padding-top:0px;
        }
        ul#menu li:hover li a:hover {
            color:#00288c;            
            background-image:none;
            padding-top:0px;
        }
        ul#menu li li a {            
            background-image:none;
            padding-top:0px;
        }

ul.main-menu ul
{    
    position:absolute;
    display:none;
    right:0px;
    overflow:hidden;
    width:100%;
}
/*ul.main-menu li:hover ul
{
    display:block;
}*/
.menu-wrapper
{    
    position:relative;
    overflow:hidden;
    padding-bottom:30px;
}



/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 600px;
    height:200px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="radio"],
    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;        
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #ccccff;
        border: 1px solid #697ec6;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        color:#00288c;
    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        background-color: #00288c;
        border: 1px solid #00288c;        
        color:#ccccff;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }


    /* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.info .display-field {
    font-size:1.5em;
    margin-bottom:15px;
}
.info .description {
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:10px;
}

a.download-link {
    font-size: 1.5em;
    background-image:url(images/DownloadButton.png);
    background-repeat:no-repeat;
    background-position: left center;
    line-height:50px;
    display:block;
    padding-left:60px;
}

.tracked-request {
    border-bottom:10px solid #ccccff;
    margin-bottom:20px;
}

table {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    border-collapse:collapse; 
}
table th, table td {
    border-bottom: 2px solid #d0d0d0;
    padding: 4px 10px 4px 10px;
}
thead th {
    background-color:#ccccff;
}
table tbody th {
    text-align:left;
    background-color:#d0d0d0;
    font-size:0.9em;  
    border-right: 2px solid white;  
    border-bottom: 2px solid white;
}
table tfoot th {
    text-align:left;  
}
table tbody td {
    text-align:left; 
}

.dialog h2 {
    padding-bottom:20px;
}
.dialog .editor-field {
    padding-bottom:20px;
    font-size:1.2em;
}
.dialog .editor-label {
    padding-bottom:5px;
    font-weight:normal;
}


.forum-header {
    border-bottom:10px solid #ccccff;
}
.topic-header {
    border-bottom:10px solid #ccccff;
}
.topic-header .creation-info {
    color:#697ec6;
}
.topic-header .topic-info {
    position:relative;
}
.forums {
    margin-top:20px;    
}
.forums .forum-item {
    margin-bottom:20px;
    overflow:hidden;
    background-image:url(images/ForumIcon.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:60px;    
}
.forums .forum-item .creation-info{
    color:#697ec6;
}
.forums .forum-item h3 {
    margin:0px;
    padding:0px;
}
.topics {
    margin-top:20px;    
}
.topics .topic-item {
    position:relative;    
    margin-bottom:20px;
    overflow:hidden;
    background-image:url(images/ForumIcon.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:60px;
}
    .topics .topic-item:hover {
        background-color:#ccccff;
    }
.topics .topic-item .creation-info {
    color:#697ec6;
}
.topics .topic-item h3 {
    margin:0px;
    padding:0px;
}
.comment {
    background-color:#d0d0d0;
    overflow:hidden;
    margin-bottom:4px;
    padding:10px;
}
.comment .info {
    font-style:italic;
}
.comment h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.comment-level-0 {
    margin-left:0px;
    border-bottom:2px solid #697ec6;
    padding-bottom:10px;
    background-color:white;
}
.comment-level-1 {
    margin-left:20px;    
}
.comment-level-2 {
    margin-left:40px;
}
.comment-level-3 {
    margin-left:60px;
}
.comment-level-4 {
    margin-left:80px;
}
.comment-level-5 {
    margin-left:100px;
}
.comment-level-6 {
    margin-left:120px;
}

.images .image {
    float:left;
    width:200px;
    height:200px;    
    margin:5px;
    padding:10px;
    overflow:hidden;
}
.images .image img {
    max-width:200px;
    max-height:180px;
    margin:0px;
    padding:0px;
}
.images .image a {
    margin:0px;
    padding:0px;
}
.images .image:hover {
    background-color:#697ec6;
}
.images {
    overflow:hidden;
}
.images .image h3 {
    font-size:14px;    
    bottom:0px;
    padding:0px;
    margin:0px;
}

.info .description {
    background-color:#ccccff;
    padding:5px;
}



#login {
    text-align:right;
    border-right:10px solid #00288c;
    padding-right:10px;
}

.editor-notification input[type="checkbox"] {
    float: left;
    margin-right:5px;
}
.editor-notification {
    overflow:hidden;
}

.expired-license {
    color:#ae0000;
}

.favorite-button {
    position:absolute;
    right:5px;
    top:5px;
    background-image:url(images/Favorite.png);
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:25px;
}

.action-bar {
    margin:20px 0px 5px 0px;
}
.action-bar .favorite-button  {
    position:inherit;
    background-position:left center;
    padding-left:25px;
}

.buy-panel {     
    margin-top:20px;
    background-color:#FFC394;   
    padding: 20px 50px 0px 50px;        
}
    .buy-panel h3{
        margin:0px;
        padding:0px;
    }
    .buy-panel .info {
        overflow:hidden;
    }
.buy-panel .book {
    float:left;
    padding-right:20px;
}
.buy-panel input[type=image] {
    float:left;
    width:auto;
    height:auto;
    padding:0px;
    margin:10px;
}
.buy-panel .buy-arrow {
    float:left;
    width:366px;
    height:52px;
    background-image:url(images/BuyArrow.png);
    background-repeat:no-repeat;
    margin:10px;
}
    .buy-panel p {
        clear:both;
        padding-top:15px;
    }


.bottom-ad {
    width:728px;margin:0 auto 0 auto;
    margin-top:20px;
}

hr {
    border-style:solid;
    border-width: 1px;
    border-color:#f9bb81;
    height: 0;
    box-shadow: 0 0 4px 2px #f9bb81;
    margin: 50px;   
}

header h1 {
    color:transparent;
}
footer .copy {
    color:#c0c0c0;
    font-size:0.8em;
}


.info-panel h1 {
    color:#33476B;
    margin-bottom:20px;
}
.info-panel h1 strong {
    color:#000000;
}
.buy-button, .star-button {
    overflow:hidden;    
    display:block;
    height:50px;
    line-height:50px;        
}
a.buy-button, a.star-button {    
    margin-bottom:10px;
}
a.buy-button {
    color:#cc3300;
}
a.star-button {
    color:#33476B;
}
.buy-button .icon{
    float:left;
    display:block;
    background-image:url(images/buy.jpg);
    width:50px;
    height:50px;
    line-height:50px;
    background-repeat:no-repeat;
    overflow:hidden;    
    margin-right:10px;
}
.buy-button:hover .icon {    
    background-position-x:-50px;
}

.info-panel h2 {
    color:#33476B;
    font-size:1.5em;
}

.book-preview {
    background-color:#FFC394;
    padding:15px;
    margin: 20px 0px 20px 0px;
    clear:both;
}
    .book-preview h2 {
        color:#ce3303;
        margin:0px;
    }
.book-cover {
    float: left;
    width:311px;
    height:700px;
    overflow:hidden;
    margin-right:20px;
}

.star-button .icon{
    float:left;
    display:block;
    background-image:url(images/star.png);
    width:50px;
    height:50px;
    line-height:50px;
    background-repeat:no-repeat;
    overflow:hidden;    
    margin-right:10px;
}
.star-button:hover .icon {    
    background-position-x:-50px;
}