/* basics ----------------------------------------------------------------------------- */

body {
    background: #000 url(bg__body.gif) repeat-x top;
    font-size: 14px;
    color: #bababa;
    text-align: center;
    font-family: arial, "lucida console", sans-serif;
    margin: 0;
    padding: 0;
}

* html .toLeft {
    margin-right:0px;
}

.toLeft {
    display:inline;
    float:left;
    position:relative;
}

.toRight {
    display:inline;
    float:right;
    position:relative;
}

* html .clear {
    margin-top:-2px;
}

.clear {
    border:medium none;
    clear:both;
    font-size:1px;
    height:1px;
    margin:-1px 0pt 0pt;
    padding:0pt;
    visibility:hidden;
}

a img {
    border:medium none;
}




/* main adjustment -------------------------------------------------------------------- */

a {
    text-decoration: underline;
    color: #d9d9d9;
}

a:hover {
    text-decoration: none;
}




/* main architecture ------------------------------------------------------------------ */

h2 {
    margin: 0;
    padding: 0 0 10px 0;
}

#main {
    width: 1000px;
    background: url(bg__main.gif);
    margin: 0 auto 25px auto;
    text-align: left;
}

#top {
    background: url(bg__top.gif) repeat-x top;
}




/* hlavicka --------------------------------------------------------------------------- */

#header {
    height: 144px;
    background: url(bg__header.jpg) no-repeat left bottom;
    position: relative;
}

#header a.way_home {
    height: 144px;
    position: absolute;
    left: 82px;
    top: 37px;
    width: 232px;
    height: 68px;
}

#header .offer {
    position: absolute;
    left: 589px;
    top: 39px;
}




/* jazyky ----------------------------------------------------------------------------- */

#langs {
    width: 1000px;
    margin: 0 auto;
    height: 29px;
    text-align: right;
    font-size: 12px;
    padding: 5px 0 0 0;
}

html[xmlns] #langs {
    height: 24px;
}

#langs span.selected, #langs a {
    color: white;
}




/* autentifikace ---------------------------------------------------------------------- */

#authentification {
    width: 240px;
    height: 144px;
    background: url(bg__authentification.gif) no-repeat left top;
    position: absolute;
    top: 0px;
    left: 760px;
    padding: 10px 45px 0 20px;
    color: white;
}

#authentification a {
    color: #61c75c;
}

#authentification h2 {
    font-size: 14px;
    padding-bottom: 7px;
}

html[xmlns] #authentification {
    height: 134px;
    width: 175px;
}

#authentification .log_form {
    margin: 0;
    padding: 0;
}

#authentification .log_form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

#authentification .log_form label {
    font-size: 11px;
}

#authentification .log_form input {
    font-size: 12px;
    background: #6b6b6b;
    border: 1px solid #6cfe65;
    color: #6cfe65;
    padding: 2px;
    width: 163px;
}

#authentification .log_form input.submit {
    font-size: 14px;
    background: transparent url(fg__white_stripe.gif) no-repeat left 50%;
    border: none;
    color: #fff;
    width: auto;
    padding: 0 0 0 15px;
    cursor: pointer;
}

#authentification .log_form input.submit:hover {
    color: #d1d1d1;
    background-image: url(fg__silver_stripe.gif);
}

#authentification .log_form .activities {
    padding: 8px 0 0 0;
}




/* menu ------------------------------------------------------------------------------- */

#main_menu_env {
    background: #237a7f;
    padding: 0 25px;
}

#main_menu {
    background: #2da1a7;
    color: black;
    height: 31px; /* REMOVE THIS ! */
    font-size: 18px;
}

#main_menu .leftMenu {
    width: 720px;
    height: 31px;
}

#main_menu .leftMenu ul {
    margin: 0 0 0 25px;
    padding: 0;
}

#main_menu .leftMenu ul li {
    list-style-type: none;
    margin: 0;
    border-right: 2px solid black;
    margin: 2px 0 0 0;
    height: 27px;
}

#main_menu .leftMenu ul li a {
    color: white;
    text-decoration: none;
    padding: 3px 17px 2px 17px;
    display: block;
}

#main_menu .leftMenu ul li a:hover {
    background: #124043;
}

#main_menu .leftMenu ul li.last {
    border-right: none;
}

#main_menu .rightMenu {
    width: 215px;
    background: #6cfe65;
    height: 31px;
}

#main_menu .rightMenu a {
    color: black;
    text-decoration: none;
    border-left: 2px solid black;
    display: block;
    margin: 2px 20px 0 20px;
    padding: 3px 10px 2px 15px;
}

#main_menu .rightMenu a:hover {
    background: #64bd60;
}




/* prednastaveni leveho toku --------------------------------------------------------- */

#left_flow {
    width: 760px;
    padding: 25px 0;
}

#left_flow h1 {
    margin: 0 0 25px 0;
    background: url(bg__left_flow_h1.jpg) no-repeat left top;
    padding: 4px 25px 8px 50px;
    color: #2cdee6;
    font-weight: normal;
    font-size: 26px;
}

#left_flow h1 a {
    color: #2cdee6;
}

#left_flow h1 span.rsaquo {
    color: #329ba0;
}




/* prednastaveni praveho toku --------------------------------------------------------- */

#right_flow {
    width: 240px;
}




/* paging ----------------------------------------------------------------------------- */

.paging {
    font-size: 18px;
    color: #1e696c;
    /* width: 100%; */
    text-align: center;
    margin: 25px 0 0 0;
    background: url(bg__paging.jpg) no-repeat left top;
    padding: 3px 50px 7px 50px;
}

.paging a, .paging span.selected {
    padding: 0 5px;
}

.paging a {
    color: #2cdee6;
}

.paging span.selected {
    color: #6cfe65;
}




/* footer */

#footer {
    background: url(bg__footer.gif);
    padding: 10px 0 15px 0;
    font-size: 11px;
    color: #acacac;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .leftSide {
    width: 740px;
    text-align: right;
}

#footer .rightSide {
    width: 220px;
    text-align: left;
}

#footer_menu {
    margin: 0;
    padding: 0;
    width: auto;
}

#footer_menu li.toLeft {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
    display: block;
    width: auto;
}




/* right flow */
#right_flow {
    color: #bababa;
    padding: 0 0 25px 0;
}

#right_flow a {
    color: #6cfe65;
}

#right_flow h2 {
    background: url(bg__right_flow_h2.jpg) no-repeat right top;
    color: #6cfe65;
    font-size: 22px;
    font-weight: normal;
    margin: 25px 0 10px 0;
    padding: 7px 30px 7px 20px;
}

#right_flow h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

#right_flow h3 a {
    color: #ffffff;
    text-decoration: underline;
}

#right_flow h3 a:hover {
    text-decoration: none;
}

#right_flow span.date {
    font-size: 10px;
}

#right_flow div.preview {
    padding: 0 50px 0 20px;
    margin: 15px 0 0 0;
}




/* shoping basket */

#basket {
    padding: 0 50px 0 20px;
}

#basket table {
    /* border: 1px solid silver; */
    margin: 0 0 5px 0;
}

#basket td {
    font-size: 12px;
    padding: 2px 0 2px 0;
}

#basket td strong {
    color: #fff;
}




/* login info */

#log_info {
    width: 240px;
    height: 144px;
    background: url(bg__authentification.gif) no-repeat left top;
    position: absolute;
    top: 0px;
    left: 760px;
    padding: 10px 45px 0 20px;
    color: white;
}

#log_info a {
    color: #61c75c;
}

#log_info h2 {
    font-size: 14px;
    padding-bottom: 7px;
}

html[xmlns] #log_info {
    height: 134px;
    width: 175px;
}




/* category list */

#left_flow .categoryList {
    background: url(bg__category_list.jpg) no-repeat left top;
}

#left_flow .categoryList h2 {
    color: #e7e378;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 15px 20px 6px 50px;
    font-weight: normal;
}

#left_flow .categoryList ul {
    padding: 0 0 25px 50px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

#left_flow .categoryList ul ul {
    padding: 0 10px 15px 25px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

#left_flow .categoryList ul li {
    padding: 6px 0 0 0;
    list-style-type: none;
}

#left_flow .categoryList ul li a {
    color: #e7e378;
}




/* article_detail */

#article_detail {
    padding: 0 25px 25px 50px;
    line-height: 125%;
}

#article_detail p.datetime {
    color: #fff;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 0;
}

#article_detail .perex {
    font-weight: bold;
    color: white;
}

.related_items h2 {
    color: #2CDEE6;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 15px 20px 6px 0;
    font-weight: normal;
}

#article_detail .goods_previews {
    margin: 0;
    line-height: 125%;
}

#article_detail .goods_previews .categories a {
    text-decoration: none;
}

#article_detail .goods_previews .categories a:hover {
    text-decoration: underline;
}

#article_detail .goods_previews h2 {
    line-height: 26px;
}

#article_detail .goods_previews .text {
    line-height: 15px;
}

#article_detail .goods_previews .pricing {
    padding-top: 6px;
}

html[xmlns] #article_detail .goods_previews .pricing {
    height: 23px;
}




/* article_previews */

.article_previews {
    margin: 0 25px 25px 50px;
}

.related_items .article_previews, #hp .article_previews {
    margin: 0;
}

.article_previews .preview {
    width: 207px;
    margin: 0 25px 25px 0;
    border-right: 2px solid #2e888c;
    padding: 0 0 0 0;
}

.article_previews .last {
    width: 207px;
    margin: 0 0 25px 0;
    border: none;
}

.article_previews .inside {
    padding: 0 25px 0 0;
}

.article_previews h2 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.article_previews h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.article_previews img {
    margin: 0 0 10px 0;
}

.article_previews a {
    color: #6cfe65;
}

.article_previews h2 a, .article_previews  h3 a {
    color: #fff;
}




/* medium_envelope */

div.medium_envelope, .related_items .galleries .preview {
    margin: 0 0 25px 25px;
    padding: 25px;
    background: #262626 url(bg__media_envelope.jpg) no-repeat left top;
    width: 300px;
}

#item_detail div.medium_envelope {
    margin: 0 0 25px 0;
}

.related_items .galleries .preview {
    margin: 0 0 25px 0;
    width: 452px;
}

html[xmlns] .related_items .galleries .preview {
    margin: 0 0 25px 0;
    width: 402px;
}

div.medium_envelope .medium_photo {
    width: 300px;
}

.related_items .galleries .preview .medium_photo {
    width: 400px;
}

div.medium_envelope .medium_photogalery, .related_items .galleries .preview .medium_photogalery {
    margin: 15px 0 0 0;
}

div.medium_envelope .thumb, .related_items .galleries .preview .thumb {
    margin: 0 10px 10px 0;
}

div.medium_envelope a img, .related_items .galleries .preview a img {
    border: 1px solid #3f4b63;
}

div.medium_envelope a:hover img, .related_items .galleries .preview a:hover img {
    border: 1px solid #53617b;
}




/* contact_infos */

div.contact_infos {
    margin: 0 25px 25px 50px;
}

div.contact_infos strong {
    color: white;
}




/* goods_previews */

.goods_previews {
    margin: 0 25px 0 50px;
}

#hp .goods_previews {
    margin: 0;
}

.goods_previews .item_preview {
    margin: 0 25px 25px 0;
    border-right: 2px solid #2e888c;
    width: 327px;
}

.goods_previews .item_preview .inside {
    padding: 0 25px 0 0;
}

.goods_previews .last {
    margin: 0 0 25px 0;
    border: none;
}

.goods_previews h2 {
    font-size: 24px;
    color: white;
    font-weight: normal;
    padding: 0;
    margin: 0 0 15px 0;
}

.goods_previews h2 a {
    color: white;
}

.goods_previews div.text {
    width: 130px;
    color: #2cdee6;
}

.goods_previews .others {
    text-align: right;
    padding: 8px 0;
}

.goods_previews a.toDetail {
    color: #6cfe65;
}

.goods_previews a.basketAdd, #item_detail a.basketAdd {
    color: #fff;
    background: url(fg__white_stripe.gif) no-repeat left;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.goods_previews a.basketAdd:hover, #item_detail a.basketAdd:hover {
    color: silver;
    background-image: url(fg__silver_stripe.gif);
}

.goods_previews .price, #item_detail .price {
    font-size: 11px;
    color: #2cdee6;
    text-align: right;
}

.goods_previews .price .pricing, #item_detail .price .pricing {
    margin: 5px 0 0 0;
    background: #2cdee6 url(bg__goods_price.gif) no-repeat left;
    border-right: 1px solid #1d7579;
    font-size: 20px;
    color: #313131;
    font-weight: normal;
    height: 29px;
    padding: 0 3px 0 0;
    width: 130px;
}

.goods_previews .price strong, #item_detail .price strong {
    font-size: 24px;
    font-weight: normal;
}




/* item_detail */

#item_detail {
    margin: 0 25px 25px 50px;
}

#item_detail h2 {
    font-weight: normal;
    color: white;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
}

#item_detail table.specs td {
    border-bottom: 1px dotted white;
}

#item_detail table.specs td.value {
    color: white;
}

#item_detail .details {
    width: 305px;
}

#item_detail div.text {
    color: #2cdee6;
    width: 305px;
}

#item_detail div.link {
    width: 305px;
    text-align: right;
    padding: 10px 0;
}




/* hp */

#hp {
    padding: 0 25px 0 50px;
}

#hp h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #2cdee6;
    font-weight: normal;
    font-size: 22px;
}




/* formular */

#left_flow form {
    padding: 0 25px 0 50px;
    margin: 0;
}

#left_flow form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#left_flow form input, #left_flow form textarea {
    padding: 3px;
    border: 1px solid #1d7579;
    background: #dffeff;
    color: #1d7579;
    width: 200px;
}

#left_flow form textarea {
    width: 350px;
    height: 80px;
}

#left_flow td.must input, #left_flow td.must textarea {
    background: white;
}

#left_flow input.submit {
    background: #1d7579;
    font-weight: bold;
    color: white;
    width: auto;
    padding: 5px 25px;
    cursor: pointer;
}

#left_flow .columnTitle {
    font-weight: bold;
    color: #b9e3e5;
}

#left_flow form h3 {
    font-size: 22px;
    color: #2cdee6;
    font-weight: normal;
    padding: 25px 0 15px 0;
    margin: 0;
}

#left_flow input.radio {
    width: auto;
    border: none;
    background: none;
}




/* my_orders */

#my_orders {
    padding: 0 25px 0 50px;
}

#my_orders td {
    border-bottom: 1px dotted #fff;
    padding: 5px 3px;
}

#my_orders td.columnTitle {
    border-bottom: 1px dotted #2cdee6;
}




/* basket_detail */

#basket_detail {
    padding: 0 25px 0 50px;
}

#basket_detail td a {
    color: #2CDEE6;
    font-weight: bold;
}

#basket_detail td {
    border-bottom: 1px dotted #fff;
    padding: 5px 3px;
}

#basket_detail tr.noBorder td {
    border: none;
    font-size: 18px;
    color: #fff;
}

#basket_detail .submiting {
    padding: 25px 0 0 0;
}

#basket_detail .submiting a {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

#basket_detail .noVat, #create_order .noVat {
    font-size: 10px;
}




/* objedavka */

#create_order {
    padding: 0 25px 0 50px;
}

#create_order h2 {
    font-size: 22px;
    color: #2cdee6;
    font-weight: normal;
    padding: 25px 0 15px 0;
    margin: 0;
}

#create_order table.idleStyle td {
    border-bottom: 1px dotted #fff;
    padding: 5px 3px;
}

#create_order table.idleStyle tr.noBorder td {
    border: none;
    font-weight: bold;
    color: white;
}

#create_order form {
    margin: 0;
    padding: 0;
}

#create_order .submiting {
    padding: 25px 0 0 0;
}

#create_order .submiting a {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

#create_order .endSubmiting {
    padding: 25px 0 0 0;
}

#create_order .endSubmiting a {
    color: #6cfe65;
    font-size: 24px;
}




/* notices */

.notice, .errors {
    border: 1px solid #527f50;
    background: #beecbc;
    color: #527f50;
    padding: 10px;
    margin: 0 25px 15px 50px;
}

.errors {
    border: 1px solid #ff0000;
    background: #ffe0c0;
    color: #ff0000;
}




/* categories */

#hp div.categories {
    padding: 0 0 5px 0;
}

#basket_detail td span.categories {
  font-weight: normal;
}

#hp div.categories a, #basket_detail td span.categories a {
    text-decoration: none;
    color: #2CDEE6;
    font-weight: normal;
}

#hp div.categories a:hover, #basket_detail td span.categories a:hover {
    text-decoration: underline;
}




/* video previews */

#previews {
    padding: 0 50px;
}

#previews .videoPlayer {
    width: 440px;
}

#previews .videoPlayer h2 {
    font-weight: normal;
    padding: 20px 0 0;
    margin: 0; 
}

#previews .videoList {
    width: 180px;
}

#previews .videoList ul {
    padding: 0;
    margin: 0;
}

#previews .videoList ul li {
    padding: 0 0 5px;
    margin: 0;
    list-style-type: none;
}

#previews .videoList ul li a {
    padding: 0 0 0 20px;
    background: url(play_button_idle.jpg) no-repeat left 50%;
}

#previews .videoList ul li.selected a {
    background: url(play_button.jpg) no-repeat left 50%;
    color: #6CFE65;
}


div.mail_message {
    padding: 7px 14px;
    background: #6CFE65;
    color: black;
    margin-bottom: 30px;
}
