@import url("basic.css"); 
@import url("includes.css");

.intro-text {
    font-family: Georgia, "TImes New Roman", Times, serif;
    font-style: italic;
    }
    
.posters {
    float: left;
    width: 180px;
    margin-bottom: 20px;
    }
.posters-middle {
    float: left;
    width: 180px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 20px;
    }
.posters-title {
    font-size: 1.2em;
    }
.gallery-description {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.8em;
    font-style: italic;
    border-top: 1px dotted #d3cfc3;
    padding: 10px 0 0 0;
    line-height: 1.6em;
    color: black;
    min-height: 62px;
    }
.large-description {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.3em;
    font-style: italic;
    border-top: 1px dotted #d3cfc3;
    padding: 10px 0 0 0;
    line-height: 1.6em;
    color: black;
    }   
.posters-img {
    background-color: white;
    border: 1px solid #d3cfc3;
    padding: 3px;
    }
.large-posters-img {
    background-color: white;
    border: 1px solid #d3cfc3;
    padding: 3px;
    margin-bottom: 20px;
    }   
.posters-date, .lenth {
    font-size: 0.7em;
    line-height: 9px;
    margin: 5px 0 0 0;
    color: #666666;
    }

.update-options {
    list-style: none;
    font-size: 1em;
    margin: 0;
    padding: 8px 0;
    border-top: 4px solid #e7e7e7;
    border-bottom: 4px solid #e7e7e7;
    text-align: center;
    }
    
#pagination {
    clear: left;
    text-align: center;
    padding-top: 20px;
    }
.pagination {
    color: #999999;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    margin: 0 5px;
    }
.pagination a:link, .pagination a:visited {
    font-weight: bold;
    text-decoration: none;
    }
.pagination a:hover, .pagination a:hover:visited {
    font-weight: bold;
    text-decoration: none;
    }
.current-page {
    font-weight: bold;
    background: #999999;
    border: 1px solid #666666;
    color: white;
    padding: 5px 10px;
    }
    
.buy-now {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.6em;
    margin-bottom: 50px;
    padding: 8px 0;
    border-top: 4px solid #e7e7e7;
    border-bottom: 4px solid #e7e7e7;
    text-align: center;
    }

.payement-process {
    font-size: 0.7em;
    color: #999999;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
    margin: 5px 0;
    }

.purshase-steps strong {
    color: #1c1c1c;
    }

.flags {
    list-style: none;
    margin: 40px auto;
    padding: 20px;
    border: 1px dotted #cccccc;
    width: 500px;
    }
.flags li {
    display: inline;
    margin: 0 10px;
    padding: 0;
    }

.input-codes {
    font-size: 1.3em;
    margin-bottom: 5px;
    }    
.btn-codes {
    font-size: 1.3em;
    margin-bottom: 10px;
    }

.blackstrip {
    background-color: black;
    height: 51px;
    }

.text-input {
    font-size: 1.5em;
    width: 655px;
    margin-bottom: 15px;
    }
.textarea-input {
    font-size: 1.5em;
    width: 655px;
    margin-bottom: 15px;
    }
.submit-btn {
    font-size: 1.5em;
    margin-top: 15px;
    float: right;
    }

.about-img {
    float: left;
    background-color: white;
    border: 1px solid #d3cfc3;
    padding: 3px;
    margin: 0 20px 20px 0;
    }

.left-codes {
    float: left;
    width: 200px;
    margin: 0 20px 15px 0;
    }
.right-codes {
    float: left;
    width: 400px;
    }
.buy-posters-img {
    margin: 0;
    background-color: white;
    border: 1px solid #d3cfc3;
    padding: 3px;
    }
    
.country-notlisted {
    clear: left;
    list-style: none;
    font-size: 1em;
    margin-top: 20px;
    padding: 8px 0;
    border-top: 4px solid #e7e7e7;
    border-bottom: 4px solid #e7e7e7;
    text-align: center;
    }
