 /* 
 * Cascading Style Sheet(CSS), Stworzony dla  SD.BookStore
 * Author: Dawid "Spanner" Baruch, biuro@spannerdev.pl, http://www.spannerdev.pl
 * Copyright (c) 2009 SpannerDEV.pl, all rights reserved 
 *
 * $Id: CSS File  Dawid Baruch $
 */
 
body {
    background: #FFFFFF url(img/bg.png) repeat-x top;
    padding: 0;
    margin: 0;
    font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
    font-size: 11px;
    color: #555;
    text-align: center;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #0d4775;
}

a:hover {
    text-decoration: underline;
    color: #3a9ec2;
}

img {
    border: 0;
}

#logostrip {
    margin: 55px 0 0 12px;
    width: 401px;
    height: 96px;
    float: left;
}

#wrapper {
    width: 95%;
    text-align: center;
    margin: 95px auto 0 auto;
}

#topLeftContent {
    padding:0;
    margin:0;
    background: url(img/topLeftContent.png) 0 0 no-repeat;
    height: 28px;
    width: 25px;
    float: left;
}

#topRightContent {
    padding:0;
    margin:0;
    background: url(img/topRightContent.png) 100% 0 no-repeat;
    height: 28px;
    width: 25px;
    float: right;
}

#topContent {
    background: url(img/topContent.png);
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    height: 28px;
}

#leftContent {
    width: 75%;
    text-align: left;
    float: left;
}

.cls {
    clear: both;
}

#content {
    background: #FFF;
    padding: 10px 20px 10px 20px;
    color: #999;
}


#menuTopLeft {
    padding:0;
    margin:0;
    background: url(img/menuTopLeft.png) 0 0 no-repeat;
    height: 12px;
    width: 12px;
    float: left;
}

#menuTopRight {
    padding:0;
    margin:0;
    background: url(img/menuTopRight.png) 100% 0 no-repeat;
    height: 12px;
    width: 12px;
    float: right;
}

#menuTop {
    background: url(img/menuTop.png);
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    height: 12px;
}

#leftMenu {
    width: 260px;
    text-align: left;
    float: left;
    margin: 30px 10px 0 0;
}

#menu {
    background: #FFFFFF url(img/menuBg.png) repeat-x;
    padding: 10px 20px 10px 20px;
}

#footer {
    background: #FFF;
    border-top: 4px solid #0d4775;
    padding: 15px 10px 10px 10px;
}

#goToTop {
    width: 48px;
    height: 30px;
    float: left;
    margin: 0 0 0 30px;
}

#copyright {
    float: right;
    margin: 0 30px 0 0;
    color: #999;
}

.domain {
    color: #4fa619;
}

#copyright a:link,
#copyright a:visited,
#copyright a:active {
    text-decoration: none;
    color: #999;
}

#copyright a:hover {
    text-decoration: underline;
    color: #0d4775;
}

#copyright div {
    padding: 0 0 5px 0;
}

#debug {
    margin: 5px 0 5px 0;
}

#debug img {
    vertical-align: middle;
}

.borderwrap {
    background: #c8e3f5;
    border: 1px solid #8dd1ff;
    padding: 10px;
    margin: 20px 10px 10px 10px;
    text-align: left;
}

.maintitle {
    border-top: 1px solid #8dd1ff;
    font-size: 14px;
    color: #0099ff;
    padding: 5px;
    margin: 5px o 5px 0;
    text-align: center;
}

.borderwrap ol li {
    text-align: left;
    padding: 5px 0 0 0;
}

.menuTitle {
    font-size: 13px;
    padding: 3px;
    margin: 0;
    font-weight: bold;
}

.menuItem {
    border: 1px solid #8dd1ff;
}

.menuItem ul {
    margin: 0 0 5px 10px;
    list-style-type: none;
}

.menuItem ul li {
    margin: 0;
    padding: 0;
}

.menuItem ul li a:link,
.menuItem ul li a:visited,
.menuItem ul li a:active {
    text-decoration: none;
    color: #999;
}

.menuItem ul li a:hover {
    text-decoration: underline;
    color: #0099cc;
}

.menuItem ul li strong {
    color: #0099cc;
}

#navstrip {
    border-bottom: 1px solid #CCC;
    padding: 0 0 5px 0;
    color: #0b3a78;
}

#navstrip img {
    vertical-align: middle;
}

#navstrip a:link,
#navstrip a:visited,
#navstrip a:active {
    text-decoration: none;
    color: #0b3a78;
}

#navstrip a:hover {
    text-decoration: underline;
    color: #3399cc;
}

/*
#content h4,
#content p,
#content ul,
#content li,
#content ul li,
#content div {
    color: #999;
}
*/

#content h4 {
    font-size: 13px;
    color: #3399cc;
}


#content a:link,
#content a:visited,
#content a:active {
    text-decoration: none;
    color: #0b3a78;
}

#content a:hover {
    text-decoration: underline;
    color: #3399cc;
}

.newsHead {
    font-size: 13px;
    color: #0099ff;
    padding: 0;
    margin: 5px;
    border-bottom: 1px solid #0099ff;
}

.newsHeadShow {
    font-size: 13px;
    color: #0099ff;
    padding: 0 0 5px 0;
    margin: 5px;
    border-bottom: 1px solid #0099ff;
}

.news {
    border: 1px solid #8dd1ff;
    margin: 10px 0 5px 0;
}

.news div {
    padding: 5px;
    color: #0099ff;
}
    
.newsDate {
    text-align: left;
    text-weidght: bold;
    margin: 15px 0 15px 0;
}

.more {
    text-align: center;
    text-weidght: bold;
    margin: 15px 0 15px 0;
}

.more a:link,
.more a:visited,
.more a:active {
    color: #999;
    text-decoration: underline;
}

.more a:hover {
    text-decoration: none;
    color: #0d4775;
}

.bookImage {
    border: 2px solid #F1F1F1;
    width: 181px;
    height: 236px;
    margin: 5px;
    float: left;
}

.bookTitle {
    font-size: 13px;
    color: #3399cc;
    float: left;
    width: 140px;
}

.bookTitle a:link,
.bookTitle a:visited,
.bookTitle a:active {
    color: #3399cc !important;
    text-decoration: underline !important;
}

.bookTitle a:hover {
    text-decoration: none !important;
    color: #0d4775 !important;
}

.BookShort {
    width: 350px;
    margin: 10px 20px 15px 10px;
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.price {
    color: #999 !important;
    float: left;
    width: 140px;
    font-size: 11px;
    margin: 10px 0 0 0;
}

.priceStrike {
    text-decoration: line-through;
    color: #0099cc;
}

.discount {
    color: #F00;
    font-size: 14px;
    font-weight: bold;
}

.discountPrice {
    color: #4fa619;
    font-weight: bold;
}

.buySthore {
    float: left;
}

.showBook {
    margin: 10px 0 0 0;
    float: left;
}

#archive {
    text-align: center;
    margin: 20px auto 20px auto;
}

.pagelink,
.pagecurrent {
    background: #FFF;
    border: 1px solid #8dd1ff;
    padding: 1px 3px 1px 3px;
    color: #000;
    line-height: 200%;
}

.pagecurrent{
    background: #2fbbf4;
    color: #FFF;
}

#paging {
    margin: 10px 0 10px 0;
    text-align: center;
}

#bookInformation {
    border-bottom: 1px solid #cccccc;
    margin: 10px;
}

#bookImageInformation {
    display: inline;
    border: 2px solid #F1F1F1;
    width: 181px;
    height: 236px;
    margin: 5px;
    float: left;
}

#bookTitleInformation {
    font-size: 13px;
    color: #3399cc;
    width: 500px;
}

#bookHeadInformation {
    display: inline;
    vertical-align: top;
    margin: 5px;
    float: left;
    width: 500px;
}

#buyInStore {
    width: 115px;
    height: 42px;
    margin: 10px 0 10px 0;
    display: inline;
}

#priceShow {
    color: #999 !important;
    width: 140px;
    font-size: 11px;
    margin: 10px 0 0 0;
}

#showOnline {
    width: 115px;
    height: 53px;
    margin: 10px 0 10px 0;
    display: inline;
}

.author {
    margin: 10px 0 10px 0;
    font-weight: bold;
}

.autorList {
    display: inline;
    font-size: 11px;
    color: #3499ef;
}

.info {
    margin: 10px 0 10px 0;
}

#bookDescription {
    margin: 10px;
    border-bottom: 1px solid #cccccc;
}

#errorWrap {
    background: #FFF url(img/error.png) no-repeat;
    border: 1px solid #3399cc; 
    padding: 8px 0 8px 155px;
    height: 180px;  
    margin: 30px 20px 20px 30px;
    width: 70%;
}

#errorWrap h1 {
    font-size: 20px;
    color: #fd0000;
    font-weight: bold;
    padding: 8px;
}

#errorWrap h2 {
    font-size: 16px;
    color: #fd0000;
    font-weight: bold;
    padding: 8px;
}

#errorMessageLink {
    background: transparent;
    padding: 8px;
    text-align: center;
    width: 75%;
    color: #fd0000;
}

.errorMessageLinkLeft {
    float: left;
    width: 33%;
}

#errorMessageLink a:link,
#errorMessageLink a:visited,
#errorMessageLink a:active {
    color: #ff5100;
    text-decoration: none;
}

#errorMessageLink a:hover {
    color: #ff5100;
    text-decoration: underline;
}

#errorLinks {
    font-size: 13px;
    padding: 8px;
    color: #3399cc;
}

#bookContents {
    margin: 10px;
    border-bottom: 1px solid #cccccc;
}

.bookButton {
    background: #daf0ff;
    display: inline;
    padding: 8px;
    width: 150px;
    margin: 5px;
    text-align: center;
}

.bookButton a:link,
.bookButton a:visited,
.bookButton a:active {
    color: #0099ff !important;
    font-weight: bold;
}

.bookButton a:hover {
    color: #0099ff;
    font-style: italic;
}

#bookButtons {
    text-align: center;
}

.authorName {
    display: inline;
    margin-right: 20px;
}

.authorList {
    margin: 10px 0 5px 0;
    padding: 0 10px 0 10px;
    float: left;
}

#authorName,
#authorSite,
#authorEmail,
#authorAbout,
#authorMoreInfo {
    margin: 10px 0 10px 0;
}

.AuthorInformation {
    padding: 10px;
}

#authorInfo {
    margin: 20px 0 80px 0;
}

#errorsComment {
    background: #F2DDDD;
    border: 1px solid #992A2A;
    color: #992A2A; 
    font-size: 12px;
    font-weight: bold; 
    width: 60%;
    margin: 5px auto 5px auto;
    padding: 8px;
    text-align: left;
}

#response {
    background: #ddf2e4;
    color: #2a9937;
    border: 1px solid #2a9937;
    font-size: 12px;
    font-weight: bold; 
    width: 60%;
    margin: 5px auto 5px auto;
    padding: 8px;
    text-align: center;
}
    
.buttonSend {
    text-align: center;
}

#send,
#sendComment {
    background: #2fbbf4;
    border: 1px solid #8cacbb;
    color: #FFF;
}

#bbCode {
    margin: 10px auto 10px auto;
}

.bbCodeButton {
    background: #cae5f6;
    border: 1px solid #94d4ff;
    color: #000;
}

input,
textarea {
    border: 1px solid #3399cc;
    color: #666;
}

textarea {
    overflow-y: auto;
    overflow-x: none;
}

#redirectwrap {
    background: #daf0ff;
    border: 1px solid #3399cc;
    margin: 200px auto 0 auto;
    text-align: left;
    width: 500px;
}

#redirectwrap h4 {
    background: #daf0ff;
    border-bottom: 1px solid #3399cc;
    color: #0099ff;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}

#redirectwrap p {
    margin: 0;
    padding: 5px;
}

#redirectwrap p.redirectfoot {
    background: #daf0ff;
    border-top: 1px solid #3399cc;
    text-align: center;
}

#noComments {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.comment {
    text-align: left;
    margin: 10px auto 20px auto;
    padding: 0 5px 0 5px;
    border-bottom: 2px solid #000;
}

.commentsCounter {
    text-align: right;
    color: #3399cc;
}

.commentsAuthor {
    text-align: left;
    margin: 5px 0 5px 0;
    color: #3399cc;
}

.commentsAuthor a:link,
.commentsAuthor a:visited,
.commentsAuthor a:active {
    background: transparent;
    color: #3399cc !important;
    text-decoration: underline !important;
    font-style: italic !important;
}

.commentsAuthor a:hover {
    background: transparent;
    color: #3399cc !important;
    text-decoration: none !important;
}

.komentarzHead {
    color: 3399cc;
    font-size: 16px;
}

.komentarze {
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
}

.searchResult {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: #3399cc;
    margin: 0 0 20px 20px;
}

#advancedSearch {
    margin: 10px 5px 100px 15px;
}

.tableSmall{
    font-size: 10px;
}

.searchButton {
    border: 0; 
    padding: 2px;
    vertical-align: middle;
    margin: 5px 5px 10px 5px;
}

.searchInput {
    font-family: verdana, helvetica, sans-serif;
    margin: 5px;
    padding: 2px;
    vertical-align: middle;
}

#search {
    margin: 5px auto 10px auto;
}

.siteMapTitle {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: #3399cc;
    margin: 20px 0 20px 0;
    text-align: center;
}

#option {
    float: right;
    margin: 10px 0 0 0;
}

.popupmenu {
   background: #daf0ff;
   border: 1px solid #3399cc;
   text-align:left;
   font-size:10px;
   white-space:nowrap;
}

.popupmenu-item {
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #3399cc;
    color:  #000000;
    font-weight: normal;
}

.popupmenu-item-last {
    padding: 5px;
    white-space: nowrap;
    color:  #000000;
    font-weight: normal;
}

#site {
    margin: 10px 0 20px 0;
}

#siteHead {
    font-size: 15px;
    color: #0099ff;
    padding: 0 0 5px 0;
    margin: 5px;
}

#siteDateUpdate {
    text-align: right;
    text-weidght: bold;
    margin: 15px 0 15px 0;
}

#site div {
    padding: 5px;
}

#commentSite {
    text-align: left;
    margin: 20px 20px 100px 20px;
    padding: 0 5px 0 5px;
}

#commentsSiteContent {
    margin: 20px 0 30px 0;
}
