* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

form {
    margin:0;
    padding:0;
}

label {
    font-size: 12px;
    font-weight: normal;
}

div {
    border: 0px dotted #CCCCCC;
}

a {
    color: #505050;
    text-decoration: none;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    color: #7d1a1a;
    padding: 0 0 5px 0;
}

p {
    font-weight: normal;
    padding: 0 0 10px 0;
}

body {
    color: #505050;
    background-color: white;
    font-family: 'Trebuchet MS',tahoma,verdana;
    margin:0;
    padding:0;
    width: 100%;
}

/* Header */ 


.header {
    display: table;
    margin: 0 auto;
    width: 1055px;
    background-color: #ffffff;
    /*background: transparent url(/views/images/menu_bg_top.gif) no-repeat scroll left bottom;*/
    padding: 0px 0px 15px 0px;
}

    .header .logo {
        float: left;
        padding: 30px 5px 5px 60px;
    }
	.header .site-title {
		position: absolute;
		left: -9999px;
	}
	.header .site-description {
		display: block;
		margin-top: 10px;
		color: #666;
		font-size: 1.2em;
	}
    .header .to_right {
        float: right;
        width: 400px;
        padding: 0px 30px 0px 0px;
    }

    .shopping_cart {
        position: fixed;
        z-index: 100;
        font-family: georgia,tahoma,verdana;
        font-size: 14px;
    }

    .shopping_cart_detail {
        width: 347px;
        margin: 0px 9px 0px 9px;
        padding: 15px 15px 15px 20px;
        color: #7a7a7a;
        background: transparent url(/views/images/dotted_line.png) repeat-x scroll left bottom;
        background-color: #f8f8f8;
        display: none;
    }

        .shopping_cart_detail h2 {
            color: #7d1a1a;
            font-size: 16px;
            font-weight: normal;
        }

        .shopping_cart_detail table {
            margin: 7px 0 0 35px;
        }

            .shopping_cart_detail table th {
                font-weight: normal;
                text-align: left;
            }

            .shopping_cart_detail table td {
                color: #000000;
            }

    .shopping_cart_info {
        width: 280px;
        height: 30px;
        padding: 12px 20px 16px 95px;
        color: #7a7a7a;
        background: transparent url(/views/images/cart.png) no-repeat scroll left top;
    }
    
        .shopping_cart a {
            font-weight: normal;
            color: #b6260c;
        }
    
        .shopping_cart .count_items {
            display: inline;
            font-family: verdana;
        }

    /*.header .cart {
        clear: both;
        width: 280px;
        height: 30px;
        padding: 12px 20px 16px 100px;
        font-family: georgia,tahoma,verdana;
        font-size: 14px;
        color: #7a7a7a;
        background: transparent url(/views/images/cart.png) no-repeat scroll left top;
    }

        .header .cart a {
            font-weight: normal;
            color: #b6260c;
        }

        .header .cart .count_items {
            display: inline;
            font-family: verdana;
        }*/

    .header .topmenu {
        display: table;
        clear: both;
        font-family: 'Trebuchet MS',tahoma,verdana;
        font-size: 15px;
        padding: 58px 0 0 0;
    }

        .header .topmenu .top_left {
            float: left;
            padding: 0 10px 5px 50px;
            width: 148px;
        }

        .header .topmenu .menu_line {
            float: left;
            width: 1px;
            height: 65px;
            background: transparent url(/views/images/vert_line1.gif) no-repeat scroll left top;
        }

        .header .topmenu .top_right {
            float: left;
            padding: 0 5px 5px 30px;
        }

        .header .topmenu div.search2 {
            float: left;
            /*display: table;
            clear: both;*/
            width: 340px;
            height: 30px;
            padding: 10px 0 0 50px;
        }

            .header .topmenu div.search2 .input-search {
                float: left;
                height: 27px;
                width: 270px;
                background: transparent url(/views/images/search_input_270.gif) no-repeat left 1px;
            }
    
                .header .topmenu div.search2 .input-search input {
                    position: relative;
                    top: 3px;
                    left: 3px;
                    float: left;
                    width: 259px;
                    border: 0px;
                    font-size: 14px;
                    color: #a8a8a8;
                    padding: 2px;
                }
    
                .header .topmenu div.search2 .input-search input:focus {
                    position: relative;
                    top: 3px;
                    left: 3px;
                    float: left;
                    width: 259px;
                    border: 0px;
                    font-size: 14px;
                    color: #505050;
                    padding: 2px;
                }

            .header .topmenu div.search2 .submit-search {
                float: left;
                padding: 0 0 0 5px;
            }
    
                .header .topmenu div.search2 .submit-search input {
                    width: 25px;
                    height: 25px;
                    border: 0px;
                    background: transparent url(/views/images/btn_search_25_active.png) no-repeat left 1px;
                    cursor: pointer;
                }

/* Menu */

.menu {
    display: table;
    margin: 0px;
    text-align: center;
    width: 100%;
    height: 62px;
    padding: 0px 0px 17px 0px;
    background: transparent url(/views/images/menu_lines_bg.gif) repeat-x scroll left top;
}

    /*.menu_frame {
        display: table;
        margin: 0 auto;
        text-align: center;
        width: 1055px;
        padding: 0px 0px 17px 0px;
        background: transparent url(/views/images/menu_bg.gif) no-repeat scroll left top;
    }*/

    .menu .items_line {
        display: table;
        width: 950px;
        margin: 0 auto;
        height: 62px;
        font-size: 18px;
        padding: 0px;
    }

        .menu .item {
            float: left;
            padding: 0px;
            margin: 0px;
            height: 62px;
            width: 145px; 
        }

            .menu .item_txt {
                float: left;
                display: inline;
                padding: 0;
                margin: 0;
                height: 62px;
                width: 145px; 
            }
        
            .menu .item_image {
                float: left;
                display: inline;
                padding: 0px;
                margin: 0px;
                height: 62px;
                width: 145px; 
            }
        
            .menu #item1 {
                width: 139px;
            }
        
            .menu #item_txt1 {
                width: 139px;
                background: transparent url(/views/images/menu_item_txt_1.png) no-repeat scroll left top;
            }

            .menu #item_image1 {
                width: 139px;
                background: transparent url(/views/images/menu_item_txt_red_1.png) no-repeat scroll left top;
            }

            .menu #item2 {
                width: 208px;
            }
        
            .menu #item_txt2 {
                width: 208px;
                background: transparent url(/views/images/menu_item_txt_2.png) no-repeat scroll left top;
            }

            .menu #item_image2 {
                width: 208px;
                background: transparent url(/views/images/menu_item_txt_red_2.png) no-repeat scroll left top;
            }

            .menu #item3 {
                width: 158px;
            }
        
            .menu #item_txt3 {
                width: 158px;
                background: transparent url(/views/images/menu_item_txt_3.png) no-repeat scroll left top;
            }

            .menu #item_image3 {
                width: 158px;
                background: transparent url(/views/images/menu_item_txt_red_3.png) no-repeat scroll left top;
            }

            .menu #item4 {
                width: 142px;
            }
        
            .menu #item_txt4 {
                width: 142px;
                background: transparent url(/views/images/menu_item_txt_4.png) no-repeat scroll left top;
            }

            .menu #item_image4 {
                width: 142px;
                background: transparent url(/views/images/menu_item_txt_red_4.png) no-repeat scroll left top;
            }

            .menu #item5 {
                width: 148px;
            }
        
            .menu #item_txt5 {
                width: 148px;
                background: transparent url(/views/images/menu_item_txt_5.png) no-repeat scroll left top;
            }

            .menu #item_image5 {
                width: 148px;
                background: transparent url(/views/images/menu_item_txt_red_5.png) no-repeat scroll left top;
            }

            .menu #item6 {
                width: 149px;
            }
        
            .menu #item_txt6 {
                width: 149px;
                background: transparent url(/views/images/menu_item_txt_6.png) no-repeat scroll left top;
            }

            .menu #item_image6 {
                width: 149px;
                background: transparent url(/views/images/menu_item_txt_red_6.png) no-repeat scroll left top;
            }

        .menu .vert_line {
            float: left;
            margin: 10px 0;
            width: 1px;
            height: 42px;
            background: transparent url(/views/images/vert_line1.gif) no-repeat scroll left top;
        }

/* Content */

.content {
    display: table;
    margin: 0 auto;
    padding: 0 0 0px 0;
    width: 900px;
}

    .content .title-head {
        height: 49px;
    }

        .content .title-head h1 {
            float: left;
        }

        .content .title-head .flag {
            float: left;
            padding: 6px 0 5px 15px;
        }

    .content .space10 {
        display: table;
        clear: both;
        height: 10px;
        font-size: 10px;
    }

    .content .space20 {
        display: table;
        clear: both;
        height: 20px;
        font-size: 20px;
    }

    #message_message {
        display: table;
        height: 25px;
        background: transparent url(/views/images/msg_ok.png) no-repeat scroll left top;
        padding: 5px 0 0px 45px;
        margin: 0 auto;
        color: #77ae3b;
        font-family: tahoma;
        font-size: 18px;
    }

    #message_error {
        display: table;
        height: 25px;
        background: transparent url(/views/images/msg_error.png) no-repeat scroll left top;
        padding: 5px 0 0px 45px;
        margin: 0 auto;
        color: #eb9e41;
        font-family: tahoma;
        font-size: 18px;
    }

    .content a {
        color: #862929;
    }

    .content .line {
        display: table;
        height: 1px;
        font-size: 1px;
        background-color: #ffffff;
        background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;
        margin: 10px auto;
        padding: 0px;
        width: 900px;
    }

    .content .small_txt {
        font-size: 12px;
        color: #A0A0A0;
    }   

    .content .static-page {
        padding: 10px 0 30px 0;
    }

    .catalog_item {
        float: left;
        padding: 0px 27px;
    }

        .catalog_item .item_top {
            width: 169px;
            height: 19px;
            background: transparent url(/views/images/catalog_item_top.png) no-repeat left top;
        }

        .catalog_item .item_bottom {
            width: 169px;
            height: 27px;
            background: transparent url(/views/images/catalog_item_bottom.png) no-repeat left top;
        }

        .catalog_item .item_bottom2 {
            width: 169px;
            height: 27px;
            background: transparent url(/views/images/catalog_item_top2.png) no-repeat left top;
        }

        .catalog_item .frame_image {
            width: 155px;
            height: 207px;
            padding: 7px;
            margin: 10px 0 0 0;
            background: transparent url(/views/images/foto_frame1.png) no-repeat left top;
        }

        .catalog_item .item_text {
            text-align: center;
            font-family: georgia,tahoma,verdana;
            font-size: 19px;
            width: 169px;
            padding: 6px 0px;
            margin: 6px 0 0 0;
            background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;
        }


    .content .line_grey {
        display: table;
        height: 1px;
        font-size: 1px;
        background: transparent url(/views/images/line_bg_grey_400.gif) repeat-x left top;
        background-color: #f4f3ed;
        margin: 10px auto 0px auto;
        padding: 0 0 15px 0;
        width: 900px;
    }

    .store_list {
        width: 900px;
    }

        .store_list .table_head {
            background-color: #f4f3ed;
        }

            .store_list .table_head h2 {
                font-size: 30px;
                font-weight: normal;
                color: #7d1a1a;
                padding: 0 20px 0px 25px;
            }

            .store_list .table_head table.pagination {
                display: inline;
                height: 21px;
                margin: 0 0 0 20px;
            }
        
                .store_list .table_head .pagination td {
                    height: 21px;
                    border-width: 0;
                    margin: 0;
                    padding: 0 5px 0px 5px;
                    background-color: none;
                    color: #505050;
                }
        
                .store_list .table_head .pagination td a {
                    color: #505050;
                }

                .store_list .table_head .pagination td.page_current {
                    height: 15px;
                    padding: 0 5px 0px 5px;
                }
        
                    .store_list .table_head .pagination td.page_current a {
                        color: #7d1a1a;
                    }
        
                .store_list .table_head .pagination td.nav {
                    float: left;
                    padding: 0 1px 0px 1px;
                    color: #b6b6b6;
                }


        .store_list .line_grey {
            display: table;
            height: 1px;
            font-size: 1px;
            background: transparent url(/views/images/line_bg_grey_400.gif) repeat-x left top;
            background-color: #f4f3ed;
            margin: 0px;
            padding: 0px;
            width: 675px;
        }

        .store_list .table_line0 {
            display: table;
            padding: 4px 0px 4px 15px;
            background-color: #faf9f6;
            width: 100%;
        }

            .store_list .table_line0 .image_frame {
                float: left;
                width: 169px;
            }

            .store_list .table_line0 .image_frame .item_top {
                width: 169px;
                height: 19px;
                background: transparent url(/views/images/item_top1.png) no-repeat left top;
            }
        
            .store_list .table_line0 .image_frame div.image {
                width: 155px;
                height: 207px;
                padding: 7px;
                margin: 10px 0 10px 0;
                background: transparent url(/views/images/foto_frame2.png) no-repeat left top;
            }

            .store_list .table_line0 .image_frame .item_bottom {
                width: 169px;
                height: 22px;
                background: transparent url(/views/images/item_bottom1.png) no-repeat left top;
            }

        .store_list .table_line1 {
            display: table;
            padding: 4px 0px 4px 15px;
            background-color: #f4f3ed;
            width: 100%;
        }

            .store_list .table_line1 .image_frame {
                float: left;
                width: 169px;
            }

            .store_list .table_line1 .image_frame .item_top {
                width: 169px;
                height: 19px;
                background: transparent url(/views/images/item_top2.png) no-repeat left top;
            }

            .store_list .table_line1 .image_frame div.image {
                width: 155px;
                height: 207px;
                padding: 7px;
                margin: 10px 0 10px 0;
                background: transparent url(/views/images/foto_frame3.png) no-repeat left top;
            }

            .store_list .table_line1 .image_frame .item_bottom {
                width: 169px;
                height: 22px;
                background: transparent url(/views/images/item_bottom2.png) no-repeat left top;
            }

        .store_list div.text {
            font-family: georgia,tahoma,verdana;
            font-size: 15px;
            float: left;
            padding: 30px 0 0 20px;
            margin: 0px;
            width: 454px;
        }

            .store_list div.text h2 {
                font-size: 17px;
                font-weight: normal;
                color: #7d1a1a;
                padding: 0 10px 5px 0px;
            }

            .store_list div.text .input_count {
                float: left;
                font-family: tahoma,arial,verdana;
                font-size: 15px;
                padding: 5px 30px 20px 0;
            }

                .store_list div.text .input_count .sum_txt {
                    padding: 0 0 5px 0;
                }

                .store_list div.text .input_count .price {
                    height: 23px;
                    width: 64px;
                    background: transparent url(/views/images/input_price.png) no-repeat top left;
                }

                    .store_list div.text .input_count .price input {
                        position: relative;
                        top: 3px;
                        left: 3px;
                        float: left;
                        width: 58px;
                        border: 0px;
                    }

            .store_list div.text .input_button {
                float: left;
                padding: 21px 0px 20px 0;
            }

                .store_list div.text .input_button .warning_txt {
                    color: #932b26;
                    padding: 0 0 5px 0;
                }

                .store_list div.text .input_button input.add {
                    width: 109px;
                    height: 27px;
                    border: 0px;
                    background: transparent url(/views/images/add_to_cart.png) no-repeat top left;
                    cursor: pointer;
                }


        .store_list .body_list {
            vertical-align: top;
            background-color: #FAF9F6;
        }

        .store_list .right_list {
            vertical-align: top;
            padding: 0 0 0 5px;
            background: transparent url(/views/images/vert_line_grey_200.gif) repeat-y left top;
            background-color: #f4f3ed;
            width: 220px;
        }

            .store_list .right_list_line {
                padding: 10px 10px 10px 25px;
                background: transparent url(/views/images/line_bg_grey_200.gif) repeat-x left bottom;
            }

                .store_list .right_list_line a {
                    font-size: 20px;
                    color: #505050;
                }

                .store_list .right_list_line a.current_country {
                    font-size: 20px;
                    color: #7d1a1a;
                }


    .content table.cart {
        border-spacing: 0px;
        border-width: 0;
        font-family: verdana,tahoma;
        font-size: 14px;
        margin: 10px 0 0 0;
    }

        .content table.cart tr th {
            border-width: 0;
            margin: 0;
            padding: 9px 6px;
            background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;
            background-color: #f4f3ed;
            font-weight: bold;
            font-size: 12px;
            color: #646464;
        }

        .content table.cart td {
            border-color: #dededc;
            border-width: 1px 0 0 0;
            border-style: solid;
/*          background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;*/
            margin: 0;   
            padding: 11px 6px;
            background-color: #faf9f6;
            color: #484848;
            vertical-align: middle;
        }

            .content table.cart td .price {
                height: 23px;
                width: 64px;
                background: transparent url(/views/images/input_price.png) no-repeat top left;
            }

                .content table.cart td .price input {
                    position: relative;
                    top: 3px;
                    left: 3px;
                    float: left;
                    width: 58px;
                    border: 0px;
                }

        .content table.cart td.item_name {
            padding-left: 25px;
        }

        .content table.cart td.btn {
            border-width: 0;
            background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;
            padding: 30px 0 60px 0;
            background-color: #ffffff;
            vertical-align: middle;
            text-align: center;
        }

    .content table.cart td table.checkuot {
        border-spacing: 0px;
        border-width: 0;
        font-family: verdana,tahoma;
        font-size: 14px;
        margin: 0;
    }

        .content table.cart td table.checkuot td {
            border-width: 0;
/*          background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;*/
            margin: 0;   
            padding: 3px 0px;
            background-color: #faf9f6;
            color: #484848;
            vertical-align: middle;
            text-align: left;
        }

        .content table.cart div.checkuot {
            width: 700px;
            padding: 0 0 20px 0px;
            border-color: #dededc;
            border-width: 1px;
            border-style: solid;
            background-color: #fcfbfa;
            margin: 0 0 20px 0;
        }

        .content table.cart td table.checkuot td {
            padding: 3px 30px;
            background-color: #fcfbfa;
        }

        .content table.cart td table.checkuot td.head {
            background: transparent url(/views/images/info_line.png) repeat-x left bottom;
            padding: 5px 0 10px 0;
        }

            .content table.cart td table.checkuot td.head .user_info {
                background: transparent url(/views/images/user_info.png) no-repeat right bottom;
                padding: 15px 0 0 0;
                height: 39px;
            }

            .content table.cart td table.checkuot td.head .shipping_info {
                background: transparent url(/views/images/shipping_info.png) no-repeat right bottom;
                padding: 15px 0 0 0;
                height: 39px;
            }

            .content table.cart td table.checkuot td.head .billing_info {
                background: transparent url(/views/images/billing_info.png) no-repeat right bottom;
                padding: 15px 0 0 0;
                height: 39px;
            }

            .content table.cart td table.checkuot td h3 {
                display: inline;
                font-weight: normal;
                font-size: 18px;
                height: 54px;
            }

        .content table.cart textarea.text {
            border: 1px solid #dbdbdb;
            font-size: 12pt;
            height: 150px;
            padding-top: 3px;
            padding-left: 5px;
            width: 370px;
        }

        .content table.cart textarea.text:focus {
            border: 1px solid #9b998f;
        }

        .content table.cart input.text {
            border: 1px solid #dbdbdb;
            font-size: 12pt;
            height: 23px;
            padding-top: 3px;
            padding-left: 5px;
            width: 370px;
        }

        .content table.cart input#use_shipping_information {
            height: 13px;
        }
        
        .content table.cart input.text:focus {
            border: 1px solid #9b998f;
            font-size: 12pt;
            height: 23px;
            padding-top: 3px;
            padding-left: 5px;
        }
        
        .content table.cart td table.btn {
            margin: 0 auto;
        }

            .content table.cart td table.btn td {
                border: 0px;
                padding: 0;
                background-color: #ffffff;
            }

        :focus {
            outline: 0;
        }

        .content table.cart select.repl_sel {
            height: 26px;
        }

        .content table.cart select {
            border: 1px solid #dbdbdb;
            font-size: 12pt;
            width: 377px;
            background: #fff;
        }
        .content table.cart select option {
            height: 22px;
            font-size: 12pt;
        }


    .icon-20-delete {
        display: block;
        height: 20px;
        margin: 0px auto;
        width: 20px;
        background: transparent url(/views/images/delete_from_cart.png) no-repeat scroll left top;
    }
    
    .buttons {
        display: table;
        width: 100%;
        clear: both;
/*      margin: 0 auto;*/
        padding: 0;
        text-align: center;
    }


    input.update_cart {
        width: 109px;
        height: 27px;
        border: 0px;
        background: transparent url(/views/images/btn_update_cart.png) no-repeat top left;
        cursor: pointer;
/*      float: left;*/
        margin: 0 5px;
    }

    input.check_out {
        width: 109px;
        height: 27px;
        border: 0px;
        background: transparent url(/views/images/btn_check_out.png) no-repeat top left;
        cursor: pointer;
/*      float: left;*/
        margin: 0 5px;
    }

    input.btn_submit {
        width: 109px;
        height: 27px;
        border: 0px;
        background: transparent url(/views/images/btn_submit.png) no-repeat top left;
        cursor: pointer;
/*      float: left;*/
        margin: 0 5px;
    }

    input.btn_continue {
        width: 109px;
        height: 27px;
        border: 0px;
        background: transparent url(/views/images/btn_continue.png) no-repeat top left;
        cursor: pointer;
/*      float: left;*/
        margin: 0 5px;
    }

    input.back {
        width: 109px;
        height: 27px;
        border: 0px;
        background: transparent url(/views/images/btn_back.png) no-repeat top left;
        cursor: pointer;
/*      float: left;*/
        margin: 0 5px;
    }


    a.back {
        border: 0px;
        cursor: pointer;
        display: block;
/*      float: left;*/
        white-space: nowrap;
        padding: 0 5px;
    }

        a.back span.back {
            display: block;
            float: none;
            height: 27px;
            width: 109px;
            margin: 0;
            background-image: url(/views/images/btn_back.png);
        }


    /* Home Page */

    .home-page {
        /*font-family: verdana;*/
        width: 950px;
        margin: 0 0 10px 0;
    }

        .home-page td.img {
            padding: 5px 48px 5px 0px;
        }

            .home-page td.img .image-top {
                display: block;
                width: 542px;
                height: 12px;
                font-size: 12px;
                background: transparent url(/views/images/image_line_1.gif) no-repeat left top;
            }
        
            .home-page td.img .image-middle {
                display: block;
                width: 542px;
                height: 306px;
                padding: 5px 0px;
                margin: 0;
                position: relative;
            }

            .home-page td.img .image-middle .gallery
            {
                display:none;
                height:306px;
                left:0;
                position:absolute;
                top:5;
                width:550px;
                overflow: hidden;
                cursor: pointer;
            }
        
            .home-page td.img .image-bottom {
                display: block;
                width: 542px;
                height: 12px;
                font-size: 12px;
                background: transparent url(/views/images/image_line_2.gif) no-repeat left top;
            }

        .home-page td.txt {
            vertical-align: top;
            width: 360px;
        }

            div.search {
                display: block;
                width: 350px;
                height: 60px;
            }

                div.search .slogan {
                    padding: 0 0 5px 0;
                }

                div.search .input-search {
                    float: left;
                    height: 27px;
                    width: 211px;
                    background: transparent url(/views/images/search_input.gif) no-repeat left 1px;
                }
        
                    div.search .input-search input {
                        position: relative;
                        top: 3px;
                        left: 3px;
                        float: left;
                        width: 203px;
                        border: 0px;
                        font-size: 16px;
                    }
        
                div.search .submit-search {
                    float: left;
                    padding: 0 0 0 5px;
                }
        
                    div.search .submit-search input {
                        width: 92px;
                        height: 27px;
                        border: 0px;
                        background: transparent url(/views/images/search.gif) no-repeat top left;
                        cursor: pointer;
                    }
                                
            .home-page td.txt div.welcome {
                display: block;
                padding: 5px 0 0 0;             
            }
            .home-page .welcome h1 span {
	            font-size: 0.7em;
				display: block;
            }


        .home-page .title_featured {
            padding: 15px 25px 0px 25px;
        }

            .home-page .title_featured h1 {
                font-size: 24px;
                padding: 0px 25px;
            }

        .home-page .featured_left {
            padding: 10px 15px 15px 25px;
            vertical-align: top;
        }

            .home-page .featured_left .featured_image {
                float: left;
                padding: 0px 22px;
            }

                .home-page .featured_left .item_top {
                    width: 169px;
                    height: 19px;
                    background: transparent url(/views/images/catalog_item_top.png) no-repeat left top;
                }
        
                .home-page .featured_left .item_bottom {
                    width: 169px;
                    height: 19px;
                    background: transparent url(/views/images/catalog_item_bottom.png) no-repeat left top;
                }
        
                .home-page .featured_left .item_middle {
                    border: 1px solid #ffffff;
                    width: 167px;
                    height: 219px;
                    padding: 0px;
                    margin: 10px 0;
                }
        
                    .home-page .featured_left .item_middle .frame1 {
                        border: 3px solid #b8b7ad;
                        width: 161px;
                        height: 213px;
                        padding: 0px;
                        margin: 0px;
                    }
        
                        .home-page .featured_left .item_middle .frame1 .frame2 {
                            border: 3px solid #f4f2e2;
                            width: 155px;
                            height: 207px;
                            padding: 0px;
                            margin: 0px;
                        }

            .home-page div.featured_text {
                font-family: verdana;
                font-size: 14px;
                float: left;
                padding: 0px 0 0 0px;
                margin: 0px;
            }
        
                .home-page div.featured_text h2 {
                    font-family: verdana;
                    font-size: 17px;
                    font-weight: normal;
                    color: #7d1a1a;
                    padding: 0 0 5px 0px;
                }
        
                .home-page div.featured_text .input_count {
                    float: left;
                    font-family: tahoma,arial,verdana;
                    font-size: 15px;
                    padding: 5px 22px 10px 0;
                }
        
                    .home-page div.featured_text .input_count .sum_txt {
                        padding: 0 0 5px 0;
                    }
        
                    .home-page div.featured_text .input_count .price {
                        height: 23px;
                        width: 64px;
                        background: transparent url(/views/images/input_price.png) no-repeat top left;
                    }
        
                        .home-page div.featured_text .input_count .price input {
                            position: relative;
                            top: 3px;
                            left: 3px;
                            float: left;
                            width: 58px;
                            border: 0px;
                        }
        
                .home-page div.featured_text .input_button {
                    float: left;
                    padding: 44px 0px 10px 0;
                }
        
                    .home-page div.featured_text .input_button input.add {
                        width: 109px;
                        height: 27px;
                        border: 0px;
                        background: transparent url(/views/images/add_to_cart.png) no-repeat top left;
                        cursor: pointer;
                    }


        .home-page .featured_right {
            vertical-align: top;
            padding: 0 25px 0 0;
        }

            .home-page .featured_right .featured_list {
                display: table;
                padding: 0 0 0 10px;
                background: transparent url(/views/images/vert_line_grey_200.gif) repeat-y scroll left top;
            }

                .home-page .featured_right .featured_item {
                    display: table;
                }

                .home-page .featured_right .featured_image {
                    float: left;
                    width: 95px;
                    padding: 0px 10px;
                }
        
                    .home-page .featured_right .item_top {
                        width: 95px;
                        height: 18px;
                        background: transparent url(/views/images/catalog_item_top_small.png) no-repeat left top;
                    }
            
                    .home-page .featured_right .item_bottom {
                        width: 95px;
                        height: 18px;
                        background: transparent url(/views/images/catalog_item_bottom_small.png) no-repeat left top;
                    }
            
                    .home-page .featured_right .item_middle {
                        border: 3px solid #b8b7ad;
                        width: 89px;
                        height: 117px;
                        padding: 0px;
                        margin: 5px 0;
                    }
            
                        .home-page .featured_right .item_middle .frame1 {
                            border: 3px solid #f4f2e2;
                            width: 83px;
                            height: 111px;
                            padding: 0px;
                            margin: 0px;
                        }
            
                .home-page .featured_right div.featured_text h2 {
                    padding: 0 0 10px 0;
                }


/* Footer */

.footer {
    display: table;
    font-size: 14px;
    background-color: #ffffff;
    background: transparent url(/views/images/line_bg_200.gif) repeat-x left top;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    width: 900px;
}

    .footer .rights {
        float: left;
        width: 380px;
        padding: 10px 0px;
        clear: both;
    }

    .footer .logo {
        float: left;
        width: 231px;
        margin-right: 20px;
    }

    .footer .footer_menu {
        float: right;
        width: 280px;
    }

        .footer .footer_menu .menu_item {
            float: right;
            text-align: center;
            padding: 10px 15px;
        }

        .footer .footer_menu .menu_line1 {
            float: right;
            background: transparent url(/views/images/vert_line_bottom1.gif) no-repeat scroll left top;
            width: 2px;
            height: 54px;
        }

        .footer .footer_menu .menu_line2 {
            float: right;
            background: transparent url(/views/images/vert_line_bottom2.gif) no-repeat scroll left top;
            width: 2px;
            height: 54px;
        }

.alert_bg {
    position: fixed;
    display: none;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-color: #bab9b8;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.alert {
    position: fixed;
    display: none;
    z-index: 201;
    width: 100%;
    height: 100%;
}
    .alert .message {
        margin: 230px auto 0 auto;
        background: transparent url(/views/images/alert.png) no-repeat scroll left top;
        width: 322px;
        height: 101px;
        opacity: none;
        color: #ee811f;
        font-family: georgia,arial,verdana;
        font-size: 18px;
        padding: 45px 20px 20px 130px;
    }

        .alert .message .btn {
            display: table;
            float: right;
            padding: 22px 5px 10px 0;
            height: 27px;
        }

