/*
    CSS style sheet for Photo Prague
    
    @author:          COEX
    @last-edited:    29.6.2009
*/

/*******************
    CSS RESET styles
    
    @author: Eric Meyer 
    source - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

input, select, textarea {
    border: 1px solid #6b6b6b; 
    background: #474747;
    font-family: tahoma;
    color: #d9d9d9;
}


/*********
    Layout
*/

body {
    font-family: "Tahoma CE", Tahoma, "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
    font-size: 80%;
    text-align: center;
    background: #000000 url('i/pp-bg.png') repeat-x left top;
    line-height: 1.5;
    color: #a0adc4;
}

.container {
    background: url('images/pp-top-bg.png') repeat-x left top;
}

#main-body {
    text-align: left;
    margin: 0 auto;
    width: 970px;
    padding: 0px;
}

.iholder{
    margin:0;
    overflow:hidden;
    line-height:100%;
}

.headimg {
    margin:0;
    border:1px solid red;
}

#header-box {
    position: relative;

}

#content{
    font-size: 12px;
    line-height: 20px;
}

#footer {
    border-top: 1px solid #131313;
    margin-top:35px;
}

/*******
    Text
*/

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #cda553;
}

a:hover {
    color: white;
}

p {
    margin: 5px 0;
}

p.info {
    margin: 10px 0 0 0;
}

/**********
 *  Headers
*/

h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 24px 0 6px 0;
    color: #e2e4e9;
}

h2 a {
    text-decoration: none;
}

h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #cbd1da;    
}

.side h2 {
    font-size: 100%;
    margin-bottom: 0;
    font-weight: normal;
}

.side h3 {
    font-size: 120%;
    font-weight: normal;
}


/*********
    Images
*/

img {
    margin: 20px;
    border: 1px solid #44474e;
}

img.left {
    margin-left: 0;
}

img.top {
    margin-top: 0;
}

img.right {
    margin-right: 0;
}


/********
    Lists
*/

#content-box .content ul li {
    background:transparent url('images/pp-list.gif') no-repeat scroll left 7px;
    margin:2px 0;
    padding:0 0 0 24px;
}

#content-box .content ul.gallery {
    padding: 20px 0 0 0;
}

#content-box .content ul.gallery li {
    float: left;
    width: 200px;
    margin: 0 32px 20px 0;
    padding: 0;
    background: transparent;
    line-height: 12px;
}

#content-box .content ul.gallery li img {
    border: 1px solid #36383d;
    margin: 0;
}

#content-box .content ul.gallery li a {
    text-decoration: none;
    color: #a0adc4;
    display: block;
    background: url('images/pp-arrow.gif') no-repeat 168px 97%;
    text-transform: uppercase;
}

#content-box .content ul.gallery li a:hover {
    background: url('images/pp-arrow-white.gif') no-repeat 168px 97%;
}

#content-box .content ul.gallery li a:hover img {
    border-color: #b6bdcf;
}

#content-box .content ul.gallery li .image-name {
    width: 200px;
    height: 12px;
    overflow: hidden;
}

#content-box .content ul.gallery li p {
    color: #5a5858;
    font-size: 11px;    
}

#content-box .content ul.gallery li a:hover p {
    color: white;
}

.image-box {
    display: block;
    width: 172px;
    height: 118px;
    text-align: center;
    background: #161616;
    margin-bottom: 4px;
}

.gallery-more {
    float: right;
    padding: 5px 10px 15px 10px;
    border-left: 1px solid black;
    background: #1a1a1a url('images/arrow-down.png') no-repeat center 25px;
    text-decoration: none;
}

/*******
 *  Lang
 */
 
#lang {
    height: 22px;
    text-align: right;
    padding: 12px 25px 0px 0px;
    color: #696969;
    text-transform: uppercase;
} 

#lang a {
    color: #a0adc4;
    text-decoration: none;
}

#lang .active {
    color: #696969;
}

/*******
    Logo
*/

h1#logo, h1#logo a {
  width: 186px;
  height: 198px;
}

h1#logo {
    color: #cba251;
    background: url('images/pp-logo.jpg') no-repeat;
    margin: 19px 0 59px 0; 
}

h1#logo a {
  text-indent: -9999px;
  display: block;
}

h1#logo span {
    display: block;
    text-transform: uppercase;
    padding: 11px 0 0 15px;
    color: #5A5858;
    font-size:11px;
}

#logo .hide {
    display: none;
}


/*********
 *  Search
 */
 
#search {
    padding: 5px;
    background: #111111;
    width: 187px;
}

#search input{
    background: #222222 url('images/pp-search.png') no-repeat right;
    border: 1px solid #2f2f2f;
    color: #616873;
    padding:3px 5px;
    width:175px;
    text-transform: uppercase;
    font-size: 80%;    
} 

#search input:hover {
    color: white;
}

#search input:focus {
    border-color: white;
}

.category-breadcrumbs {
    margin: 0;
    padding: 0;    
}

.category-breadcrumbs a {
    color: #868f9e;
    text-decoration: none;
}

/******
    Nav
*/

.top {
    height:41px;
    background:#111111;
}

.top-in {
    width: 988px;
    margin: 0 auto;
}

.menu {
    margin:0px 0 0 218px;
    float:left;
    width: 640px;
}


#nav {
    margin-left: 19px;
}

#nav li {
  display: inline;
}

#nav li a {
    text-transform: uppercase;
    color: #d9d6d6;
    color:#79808a;
    font-size:12px;
    /* font-weight: bold; */
    text-decoration: none;
    background: url('images/pp-menu-divider.png') no-repeat left 17px;
    display: block;
    float: left;
    padding: 12px 10px 8px 20px;
}

#nav .first a {
    /* background: none; 
    padding-left: 10px;    */

}

#nav .last a {
    
}

ul#nav li a:hover {
    color: #a0adc4;
}

#nav li.active a {
    color: white;
}

ul#nav li.first a:hover {
    
}

ul#nav li.last a:hover {

}


/********
 *  Order
 */
 
#order {
    background: url('images/pp-cart.png') no-repeat left 7px;
    padding: 8px 15px 0 30px;
} 

#order a, #order {
    color: #8590a2;
}

.buy {
    text-indent: -9999px;
    background: url('images/pp-order.jpg') no-repeat left top;
    width: 77px;
    display: block;
    height: 76px;
    margin:0 0 0 20px;
}


/********
 *  Bread
 */

#infoline {
    background: url('images/pp-bread-bg2.png') repeat-x left top;
    height:40px;
    margin:0px 0 0 0;
} 

#bread {
    margin:8px 0 2px 9px;
    color: #555c67;
    width:580px;
    overflow: hidden;
    height: 15px;
    float:left;
} 

#bread a {
    color: #555c67;
    background: url('images/pp-arrow.gif') no-repeat right;
    padding: 0 10px 0 10px;
}

#bread span {
    padding: 0 0 0 10px;
}

span#basket-photo-count {
    padding: 0;
}

#bread a:hover, #lang a:hover, #order a:hover, .collection a:hover, .side ul li a:hover, #content-box .content ul.gallery li a:hover {
    color: white;
}

#order {
    height:18px;
}

/**********
    Content
*/

.content {
    float: right;
    width: 750px;
    font-size: 85%;
}

#content-box .side {
    /* margin-left:22px; */
}

.box {
    background: #1a1a1a url('images/pp-content-line.gif') repeat-x top left;
    padding: 12px 6px 20px 46px;
}

.text {
    font-size: 120%;
    padding: 20px 60px;
}

.photo {
    background: url('images/pp-content-line.gif') repeat-x top left;
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;    
}

.photo img {
    display: inline-block;
    margin: 0;
}

.previous, .next {
    display: block;
    height: 57px;
    width: 19px;    
}

.previous span, .next span {
    display: none;
}

.previous {
    float: left;
    background: #161616 url('images/pp-anchor-left.gif') no-repeat center center;
}

.previous:hover {
    background: #161616 url('images/pp-anchor-left-white.gif') no-repeat center center;
}

.next {
    float: right;
    background: #161616 url('images/pp-anchor-right.gif') no-repeat center center;
}

.next:hover {
    background: #161616 url('images/pp-anchor-right-white.gif') no-repeat center center;
}

.hometext {
    padding:19px 0 35px 0;
    font-size: 110%;
    line-height: 2;
    height:180px;
    background:#0a0a0a;
}

.lhalf {
    width: 315px;
    padding: 0px 5px 10px 45px;
    float:left;
}

.rhalf {
    width: 300px;
    margin: 0px 0px 10px 45px;
    float:left;
}

.lhalf h2, .rhalf h2 {
    margin-top:6px;
}

/********
    Side
*/

.side {
    float: left;
    width: 215px;
    padding: 0 0 0 0px;
}

.side h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size:14px;
    color: #a0adc4;
}

.side h2, .side ul li a {
    /* color: #e2b65b; */
    text-decoration: none;
} 

.side ul li {
    /* background: url('images/pp-list-brown.gif') no-repeat left; */
    padding: 0 0 0 0;
}

.side ul {
    margin: 0 0 15px;
}

#subnav .side-in {
    margin:30px 0 0 6px;
}


#subnav ul {
    list-style: none;
    font-size: 12px;
}

#subnav ul, #subnav a {
}

#subnav .active a {
    /* background: url('images/ul-leveler.png') no-repeat 70px bottom; */
    color: white !important;
}

#subnav .active img {
    display: inline;
    border: none;
    padding: 0;
    margin: 0;
}

#subnav .level-1 {
}

#subnav .level-2 a {
    color: #eecd8a;
    padding-left: 10px;  
}

#subnav .level-3 a {
    color: #ded1a5;
    padding-left: 20px;  
}

/*********
    Footer
*/

#footer-box {
    font-size: 89%;
    line-height: 2;
    margin: 0 auto;
    padding:38px 0px 31px 0px;
    width: 965px;
    text-align: left;
}

#footer-box .quick-links {
    width: 155px;
    padding: 0 30px 0 0;
}

#footer-box .copy {
    width:720px;
    padding: 0 0 0 50px;
}

#footer-box .quick-links ul {
    margin: 5px 0;
}

#footer-box .quick-links ul li {
    background: url('images/pp-arrow.gif') no-repeat left;
    padding: 0 0 0 20px;
}

#footer-box h4 {
    font-weight: bold;
    font-size: 110%;
}

#footer-box .partners a {
    color: #a0adc4;
}
    #footer-box .partners a:hover {
        text-decoration: none;
    }
/********
 * Basket
 */

#basket-content {
    width: 650px;
    margin-bottom: 30px;
}

#basket-content th {
    background: #0e0e0e;
    padding: 10px;
}
 
#basket-content td {
    padding: 10px;
    vertical-align: top;
    border: none;
    border-top: 1px solid #1e1e1e;
}

#basket-content img {
    margin: 0;
}

#basket-content .image-cell a {
    display: block;
    width: 172px;
    text-align: center;
    background: #0e0e0e;
    padding: 0;
}


/********
 * Colllection
 */

.collection{
    margin: 24px 0 0 0;
    padding: 0;
    font-size:85%;
}

.collection a, span {
    padding: 1px 8px 0 0;
    color: #8590a2;
    text-decoration: none;
}

.collection a:hover {
    background: url('images/pp-anchor-symbol-white.gif') no-repeat right 1px;
}


/********
 * Colors
*/


/*******
    Misc
*/
.left {
    float: left;
}

.right {
    float: right;
}

.cleaner {
    clear: both;
    margin: 0;
    font-size: 0px;
    padding: 0;
    visibility: hidden;
}

.no-border {
    border: 0;
}

.no-margin {
    margin:0;
}

.no-padding {
    padding:0;
}

.small {
    font-size: 85%;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-right p {
    margin-right: 64px;
}

.border-right {
    border-right: 1px solid #1e1e1d;
}

.caps {
    text-transform: uppercase;
}

.small {
    font-size: 85%;
}

.text-center {
    text-align: center; 
}

.fb-sharelink-img {

}

.fb-sharelink {
    padding-left: 22px;
    background: url('../images/ico-facebook.gif') no-repeat top left;    
}

/*******
 *  Form
 */
 
legend {
    display: none;
}


/**********
 *  Tabulky
*/

table {
    border-collapse: collapse;
    width: 90%;   
}

th {
    border: 1px solid #1e1e1e;
    background: black;
    padding: 5px 5px 5px 10px  
}

td {
    border: 1px solid #1e1e1e;
    background: #040404;
    padding: 5px 5px 5px 10px;
}

table.photo-detail {
    width:660px;
}

/*********************
    Objednavaci formular
*/


#order_form label {
    display: inline-block;
    width: 100px;
}

#order_form label.error {
    color: #e65107;
    padding-left: 10px;
    width: 200px;
}

#order_form span {
    background: #111111;
    display: block;
    padding: 5px 10px;
    margin-bottom: 1px;
    width: 630px;    
}

#order_form input {
    width: 200px;
    padding: 2px;
}

#order_form input.error {
    border: 1px dashed #e65107;
} 

#order_form textarea {
    width: 350px;
    height: 60px;
}

#order_form input.submit {
    background: #2c2c2c;
    border: 1px solid #484848;
    /* color: #bfa879; */
    text-transform: uppercase;
}

.btn {
    margin-top:6px;
}


/*********************
    Kontaktni formular
*/

#form-box {
    margin: 30px 0;
}

#contactform {
    width: 438px;
    margin: 10px 0;
}

#contactform label, #contactform input {
    float: left;
    margin: 0 0 10px;
    height: 20px;
}

#contactform label {
    width: 130px
}

#contactform input, #contactform textarea {
    width: 300px;
}

#contactform .submit {
    float: right;
    width: auto;
    height: 30px;
    margin: 15px 3px;
}

/***********
    Sitemapa
*/

.sitemap-level1 {
    margin-left: 20px !important;
}

.sitemap-level2 {
    margin-left: 40px !important;
}

.sitemap-level3 {
    margin-left: 60px !important;
}

/******
 *  Acc
*/

.accessible {
    display: none;
}

.coex-link span {
    display: none;
}

.coex-link img {
    border: none;
    margin: 10px 0 15px 0;
} 
