/*
 *  Projekt YOGI
 *  Hry E-shop
 *  CSS Style Document
 */

 body {
    margin: 0px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    background: rgb(62, 98, 117) url(img/bcg.png) repeat-x;
}

#page {
    width: 900px;
    margin: auto;
}

/* Head */
#head {
    display: block;
    height: 75px;
}

#logotype {
    float: left;
    width: 107px;
    height: 75px;
    background: url(img/logotype.png);
}

#logotypeTitle {
    float: left;
    height: 46px;
    width: 100px;
    padding-top: 29px;
    margin-left: 28px;
    margin-right: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: white;
}

#ear {
    float: left;
    width: 650px;
    height: 75px;
    margin-left: 10px;
}

.earBlock {
    float: right;
    height: 65px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 10px;
    background: url(img/ear_block_bcg.png) no-repeat;
    font-size: 10px;
    line-height: 180%;
    color: rgb(218, 218, 218);
}

.earBlock.center {
    text-align: center;
}

.earBlock img {
    border: 0px;
}

#ear a {
    text-decoration: none;
    color: rgb(218, 218, 218);
}

#ear a:hover {
    color: white;
}

#ear a.selected {
    color: white;
}

/* Menu Bar */
#menu {
    display: block;
    height: 21px;
    padding-left: 2px;
    padding-top: 7px;
    font-size: 10px;
}

#menu a {
  float: left;
  color: rgb(51, 54, 59);
  padding-right: 10px;
  text-decoration: none;
}

#menu a:hover {
  color: black;
  text-decoration: none;
}

#menu .selected {
    font-weight: bold;
    color: black;
}

/* Search bar */
#searchBar {
    float: right;
    margin-top: -4px;
}

/* Content */
#content {
    float: left;
    width: 892px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#tree {
    float: left;
    width: 197px;
    margin-top: 13px;
    margin-bottom: 5px;
    background: url(img/content_bcg.png) repeat-x;
}

#list {
    float: left;
    width: 690px;
    margin-top: 13px;
    margin-left: 5px;
    padding-bottom: 7px;
    background: url(img/content_bcg.png) repeat-x;
    border-top: 1px solid rgb(218, 218, 218);
}

#text_list {
    float: left;
    width: 680px;
    margin-top: 13px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 7px;
    padding-bottom: 15px;
    padding-left: 4px;
    padding-right: 4px;
    background: white;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
    border-left: 1px solid rgb(71, 74, 79);
    border-right: 1px solid rgb(71, 74, 79);
}

/* News Post Hry */
#newsPost {
    float: left;
    width: 690px;
}

/* Navigation Post Hry */
#navigationPost {
    float: left;
    width: 690px;
    height: 557px;
    margin-top: 12px;
}

.navigationPostTitle {
    float: left;
    width: 677px;
    height: 24px;
    padding-top: 9px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(img/content_bcg.png) repeat-x;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
    color: rgb(240, 240, 240);
}

#navigationPost a {
    float: left;
    width: 326px;
    height: 169px;
    margin-left: 11px;
    margin-bottom: 11px;
    border: 1px solid rgb(71, 74, 79);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: rgb(240, 240, 240);
    background-color: rgb(0, 50, 80);
}

#navigationPost a:hover {
    color: white;
    background-color: rgb(10, 70, 110);
}

#navigationPost img {
    border: none;
    margin-bottom: 8px;
    border-bottom: 1px solid rgb(71, 74, 79);
}

/* Navigation */
.navigationBar {
    float: left;
    width: 890px;
    height: 30px;
    padding-top: 5px;
    font-size: 10px;
    background-color: rgb(51, 54, 59);
    color: rgb(218, 218, 218);
    background: url(img/content_bcg.png) repeat-x;
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(71, 74, 79);
    border-left: 1px solid rgb(71, 74, 79);
    border-right: 1px solid rgb(71, 74, 79);
}

.backLink {
    float: left;
    width: 180px;
    margin-right: 1px;
    padding-top: 5px;
    padding-left: 27px;
    background: url(img/arrow_white_left.gif) 17px 8px no-repeat;
    color: rgb(218, 218, 218);
    text-decoration: none;
}

.order {
    float: left;
    padding-top: 1px;
}

.pages {
    float: right;
    padding-top: 5px;
    padding-right: 5px;

}

.lastPage {
    float: left;
    width: 17px;
    height: 17px;
    background: url(img/navbar_right_double_arrow.gif);
}

.nextPage {
    float: left;
    width: 17px;
    height: 17px;
    background: url(img/navbar_right_arrow.gif);
}

.pageNumbers {
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.pageNumbers a {
    color: rgb(218, 218, 218);
    text-decoration: none;
}

.pageNumbers a:hover {
    color: white;
}

.previousPage {
    float: left;
    width: 17px;
    height: 17px;
    background: url(img/navbar_left_arrow.gif);
}

.firstPage {
    float: left;
    width: 17px;
    height: 17px;
    background: url(img/navbar_left_double_arrow.gif);
}

/* Product Tree */
.productTree {
    display: block;
    padding-bottom: 12px;
}

.productStatusTypeBar {
    display: block;
}

.productStatusType {
    display: block;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(240, 240, 240);
    background-color: rgb(166, 13, 0);
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
}

.productStatusType:hover {
    color: white;
    background-color: rgb(196, 43, 30);
}

.productCategoryType {
    display: block;
    margin-bottom: 4px;
    margin-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(240, 240, 240);
    background-color: rgb(0, 50, 80);
    border-top: 1px solid rgb(71, 74, 79);
    border-bottom: 1px solid rgb(71, 74, 79);
}

.productCategoryType:hover {
    color: white;
    background-color: rgb(10, 70, 110);
}

.productSubcategoryType {
    display: block;
    padding-top: 1px;
    margin-left: 15px;
    margin-bottom: 1px;
    padding-left: 17px;
    background: url(img/category_plus_sign_inactive.gif) 0px 3px no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(215, 218, 218);
}

.productSubcategoryType:hover {
    color: white;
}

.productSubcategoryType_selected {
    display: block;
    padding-top: 1px;
    margin-left: 15px;
    margin-bottom: 1px;
    padding-left: 17px;
    background: url(img/category_plus_sign.gif) 0px 3px no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(196, 18, 0);
}

/* Product Preview */
.product_preview {
    float: left;
    width: 333px;
    height: 174px;
    margin-left: 7px;
    margin-top: 7px;
    border: 1px solid rgb(71, 74, 79);
    background-color: rgb(235, 235, 235);
    overflow: hidden;
}

.product_top {
    display: block;
    height: 28px;
    overflow: hidden;
    border-bottom: 1px solid rgb(187, 172, 159);
}

.product_top_status_0 {
    background-color: rgb(0, 50, 80);
}

.product_top_status_1 {
    background-color: rgb(166, 13, 0);
}

.product_top_status_2 {
    background-color: rgb(166, 13, 0);
}

.product_top_status_3 {
    background-color: rgb(166, 13, 0);
}

.product_top_status_4 {
    background-color: rgb(166, 13, 0);
}

.product_top_status_5 {
    background-color: rgb(235, 235, 235);
}

.product_title {
    float: left;
    width: 234px;
    height: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.product_title_status_0 {
    text-decoration: none;
    color: rgb(248, 248, 248);
}

.product_title_status_1 {
    text-decoration: none;
    color: rgb(248, 248, 248);
}

.product_title_status_2 {
    text-decoration: none;
    color: rgb(248, 248, 248);
}

.product_title_status_3 {
    text-decoration: none;
    color: rgb(248, 248, 248);
}

.product_title_status_4 {
    text-decoration: none;
    color: rgb(248, 248, 248);
}

.product_title_status_5 {
    text-decoration: none;
    color: rgb(97, 82, 69);
}

.product_status {
    float: left;
    width: 89px;
    height: 21px;
    padding-top: 7px;
    padding-right: 6px;
    font-size: 10px;
    text-align: right;
}

.product_status_0 {}

.product_status_1 {
    color: white;
    font-weight: bold;
}

.product_status_2 {
    color: white;
    font-weight: bold;
}

.product_status_3 {
    color: white;
    font-weight: bold;
}

.product_status_4 {
    color: white;
    font-weight: bold;
}

.product_status_5 {
    color: rgb(97, 82, 69);
}

.product_body {
    display: block;
    font-size: 11px;
}

.product_info {
    float: left;
    width: 327px;
    height: 95px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    border-bottom: 1px solid rgb(187, 172, 159);
    overflow: hidden;
}

.product_info_status_0 {
    background: white url(img/product_info_1_bcg.png) repeat-x bottom;
}

.product_info_status_1 {
    background: white url(img/product_info_3_bcg.png) repeat-x bottom;
}

.product_info_status_2 {
    background: white url(img/product_info_3_bcg.png) repeat-x bottom;
}

.product_info_status_3 {
    background: white url(img/product_info_3_bcg.png) repeat-x bottom;
}

.product_info_status_4 {
    background: white url(img/product_info_3_bcg.png) repeat-x bottom;
}

.product_info_status_5 {
    background: white url(img/product_info_5_bcg.png) repeat-x bottom;
}

.product_image {
    float: left;
    width: 120px;
    max-height: 90px;
    overflow: hidden;
    border: 1px solid rgb(187, 172, 159);
    text-align: center;
    vertical-align: middle;
}

.product_body img {
    border: none;
}

.product_description {
    float: left;
    width: 200px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    overflow: hidden;
}

.product_description a {
    text-decoration: none;
    color: rgb(77, 62, 49);
}

.product_control {
    display: block;
    height: 50px;
    background: red;
}

.product_buy {
    float: left;
    width: 184px;
    height: 43px;
    padding-top: 3px;
    margin-left: 3px;
}

.product_buy_availability {
    float: left;
    height: 20px;
    width: 184px;
}

.product_buy_text {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
}

.product_buy_form {
    float: left;
    padding-left: 1px;
}

.product_pricing {
    float: left;
    width: 142px;
    height: 40px;
    padding-top: 3px;
    padding-right: 2px;
    font-size: 12px;
    text-align: right;
}

.product_price {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.product_prev_price {
    font-size: 11px;
    color: black;
}

.product_discount {
    color: rgb(196, 18, 0);
}

.product_modify {
    float: right;
    margin-top: -1px;
    margin-left: 5px;
}

.product_modify_edit {
    float: left;
    margin-right: 3px;
}

.product_modify_delete {
    float: left;
}

/* Product Detail */
.product_detail_body {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 18px;
    font-size: 11px;
}

.product_detail_body h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(196, 18, 0);
}

.product_detail_image_row {
    display: block;
    height: 93px;
}

.product_detail_image {
    float: left;
    width: 120px;
    max-height: 90px;
    margin-right: 3px;
    margin-top: 3px;
    overflow: hidden;
    border: 1px solid rgb(187, 172, 159);
    text-align: center;
    vertical-align: middle;
}

.product_detail_body img {
    border: none;
}

.product_view_description {
    font-size: 13px;
    color: rgb(77, 62, 49);
}

.product_view_description dt {
    float: left;
    font-weight: bold;
    width: 140px;
    color: black;
}

.product_view_description dd {
    margin-left: 10px;
}

.product_view_description a {
    text-decoration: none;
    color: rgb(62, 98, 117);
}

.product_detail_price {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.product_detail_discount {
    color: rgb(196, 18, 0);
}

/* Shopping Cart */
.shoppingCartRow_status_0 {
    background-color: rgb(232, 239, 244);
}

.shoppingCartRow_status_1 {
    background-color: rgb(242, 217, 216);
}

.shoppingCartRow_status_2 {
    background-color: rgb(242, 217, 216);
}

.shoppingCartRow_status_3 {
    background-color: rgb(242, 217, 216);
}

.shoppingCartRow_status_4 {
    background-color: rgb(242, 217, 216);
}

.shoppingCartRow_status_5 {
    background-color: rgb(180, 180, 180);
}

.shoppingCartColumn_itemName {
    width: 410px;
}

.shoppingCart_itemName {
    font-size: 12px;
}

.shoppingCart_itemStatus {
    font-size: 9px;
}

.shoppingCartColumn_itemCount {
    text-align: center;
    width: 90px;
}

.shoppingCartColumn_itemPrice {
    text-align: center;
    width: 100px;
}

.shoppingCart_totalItemsTitle {
    width: 507px;
    font-weight: bold;
}

.shoppingCart_totalItems {
    width: 127px;
    text-align: center;
    background-color: rgb(62, 98, 117);
    font-size: 12px;
    font-weight: bold;
    color: white;
}

.shoppingCart_totalPriceTitle {
    width: 507px;
    font-weight: bold;
}

.shoppingCart_totalPrice {
    width: 127px;
    text-align: center;
    font-size: 12px;
    background-color: rgb(196, 18, 0);
    font-weight: bold;
    color: white;
}

/* Order */
.order_totalPrice {
    text-align: center;
    font-size: 12px;
    background-color: rgb(196, 18, 0);
    font-weight: bold;
    color: white;
}

.order_status_1 {
    background-color: rgb(234, 235, 201);
}

.order_status_2 {
    background-color: rgb(244, 219, 217);
}

.order_status_3 {
    background-color: rgb(248, 244, 239);
}

.order_status_4 {
    background-color: rgb(180, 180, 180);
}

/* Foot */
#foot {
    float: left;
    width: 900px;
    height: 80px;
    text-align: center;
    font-size: 10px;
    color: gray;
}

#foot a {
    text-decoration: none;
    color: rgb(218, 218, 218);
}

#foot a:hover {
    color: white;
}

/* Default definitions */
.bold {
    font-weight: bold;
}

span.italic {
    font-style: italic;
}

.white {
    color: white;
}

.gray {
    color: gray;
}

.red {
    color: rgb(196, 18, 0);
}

.hidden {
    visibility: hidden;
    font-size: 0px;
}

.block {
    display: block;
}

.rightAlign {
    text-align: right;
}

hr {
    height: 1px;
    background-color: rgb(187, 172, 159);
    border: 0px;
}
