/** common **/

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

table tr td.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

table tr td.text_center {
    text-align: center;
}

td.v_top {
    vertical-align: top;
}

input.currency {
    text-align: right;
    padding-right: 2px;
}

.font-9 {
    font-size: 9px;
}

.font-12 {
    font-size: 12px;
}

/** cennik.php **/

#cennik_table {
    width: 90%;
}

/** show_product.php **/

.product_image_gallery {
    border: 0px;
    max-height:50px;
    height: expression(this.height > 50 ? 50: true);
    max-width:50px;
    width: expression(this.width > 50 ? 50: true);
}

.product_image_nogallery {
    max-height:50px;
    height: expression(this.height > 50 ? 50: true);
    max-width:50px;
    width: expression(this.width > 50 ? 50: true);
}

.search_notice #left {
    /*float:left;*/
    width: 70%;
}

.search_notice #right {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 180px;
}

/** koszyk.inc.php **/

#cart_empty {
    line-height: 75px;
    height: 75px;
    vertical-align: middle;
}

#cart_notempty {
    height: 75px;
    vertical-align: middle;
}

.cart_menu_item_name {
    padding-left: 10px;
    text-align: left;
    text-weight: bold;
}

.cart_menu_item_total {
    text-align: right;
    text-weight: bold
}

#cart_view_cart {
    text-align: right;
    padding-top: 5px;
}

/** recenzje.inc.php **/

#review_image {
    padding: 10px 0px 5px 0px;
}

#review_image_wrap {
    text-align: center;
}

/** szukaj.inc.php **/

#search_menu_wrap {
    text-align: center;
    padding-top: 0px;
}

#search_menu_input {
    padding-bottom: 5px;
}

#search_menu_bottom {
    text-align: center;
    padding-top: 7px;
}

a#search_menu_advanced {
    vertical-align: middle;
    line-height: 20px;
    font-size: 11px;
}

.margin-0 {
    margin: 0px;
}

/** filter.inc.php **/

#nicebutton {
    margin: 6px 0 0 0;
    text-align: center;
}

/** shop_cart.php **/

.shop_cart_font_bold {
    font-weight: 900;
}

#comment_added {
    padding: 10px;
}

#buyalso_list {
    font-size: 11px;
    color: #333333;
    padding: 3px;
}

.image_mini {
    background-color: #E8E8E8;
    diplay: inline;
    margin: 1px;
    padding: 1px;
    border: 1px solid #C1C1C1;
}

/** functions.php **/

#discount_code_name {
    font-size: 10px;
    padding: 7px;
}

#discount_code_value {
    margin-top: 6px;
    font-weight: bold;
}

#cart_price {
    text-align: right;
    padding-right: 5px;
}

.width_100 {
    width: 100%;
}

.block {
    display: block;
}

/** order_list.php **/

#order_company_name,
#order_firstname,
#order_surname,
#order_address,
#order_country {
    width: 200px;
}

#order_city {
    width: 140px;
}

#paczkomaty_base_box_machine {
    width: 100px;
}

#paczkomaty_additional_box_machine {
    width: 100px;
}

/** order_details.php **/

#order_details_image_wrapper {
    width: 100px;
}

#order_details_image_wrapper_dedication {
    padding-left: 15px;
}

#order_details_price {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

#order_details_cost {
    text-align: right;
    padding-right: 10px;
    width: 55px;
}

#order_details_shiping {
    text-align: center;
    width: 25px;
}

#order_details_payment {
    width: 25px;
}

/** allegro_edit.php **/

#allegro_account_data_saved {
    padding: 3px;
}

#allegro_error {
    padding: 3px;
}

#allegro_price {
    text-align: right;
    padding-right: 10px;
    width: 55px;
}

#allegro_shiping {
    text-align: center;
    width: 25px;
}

#allegro_td {
    padding-right: 5px;
}

/** pokaz_mape.php **/

#show_map_article {
    text-align: left;
}

#show_map_manufacture {
    text-align: left;
}

/** pokaz_zdjecie.php **/

#show_photo_mini {
    max-height:50;
    height: expression(this.height > 50 ? 50: true);
    max-width:50;
    width: expression(this.width > 50 ? 50: true);
}

/** inpost.php **/

#paczkomaty_already_registered {
    width: 200px;
}

#paczkomaty_email_info {
    font-size: 10px;
}

/** comments.inc.php **/

#comments_comment {
    padding: 10px;
}

#comments_add_new_review {
    text-decoration: none;
}

/** footer.php **/

.footer_no_padding {
    padding: 0px 0px 0px 0px;
}

.footer_cursor {
    cursor: hand;
    cursor: pointer;
}

/** pokaz_szukaj.php **/

#advanced_search_global_category {
    text-align: right;
}

#advanced_search_form {
    margin: 0px;
}

/** order_list.php **/

#order_list_company_name {
    width: 100px;
}

/** account.php **/

#account_options {
    font-size: 10px;
}
