@CHARSET "UTF-8";

/* author - Ondrej Maca */
    /* ----------------------------------------------------- */
    /* --------------- ELEMENTS STYLING -------------------- */
html,body,div {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
}

body {
    background: #fff;
    color: black;
    letter-spacing: 0;
    text-align: center;
    font-size: 12px;
}

body, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background: url(../images/main_bg.jpg);
    position: relative;
    min-height: 100%;
}

a {
    color: blue;
}

a:hover {
    color: red;
}

a:visited {
    color: #009;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

a img {
    border: 0;
}

h3 {
    color: #005288;
}

textarea {
    font-size: 13px;
}

/* ----------------------------------------------------- */
    /* --------------- HEADER SECTION ---------------------- */
#logo {
    background: url(../images/header.png);
    height: 145px;
    position: relative;
}

#logo div span {
    display: none;
}

#header-animation {
    text-align: right;
    padding-right: 130px;
}

#logo a {
    display: block;
    width: 100%;
    height: 145px;
}

#navigation span {
    float: left;
    display: block;
    margin: 0;
}

#navigation span.hidden {
    display: none;
}

#navigation a {
    color: white;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 90%;
    margin-left: 5px;
    padding: 6px 0 5px 0;
    display: block;
    float: right;
}

#navigation .arrow {
    float: right;
    display: block;
    width: 26px !important;
    height: 26px;
    padding: 0;
    margin: 0;
}

#navigation .first {
    background: #9e218b;
    width: 184px;
    height: 26px;
    float: left;
    overflow: hidden;
}

#navigation .second {
    background: #b3d454;
    width: 217px;
}

#navigation .second a {
    width: 175px;
}

#navigation .second .arrow {
    background: url(../images/nav_second.jpg) no-repeat;
}

#navigation .third {
    background: #00a4e3;
    width: 252px;
}

#navigation .third a {
    width: 210px;
}

#navigation .third a.arrow {
    background: url(../images/nav_third.jpg) no-repeat;
}

#navigation .fourth {
    background: #faa61d;
    width: 217px;
}

#navigation .fourth a {
    width: 175px;
}

#navigation .fourth a.arrow {
    background: url(../images/nav_fourth.jpg) no-repeat;
}

#navigation input {
    padding: 0;
    margin: 0;
    display: block;
    color: gray;
}

#navigation form div {
    padding: 3px;
    width: 149px;
    float: left;
    margin: 0;
}

html[xmlns] #navigation form div { /* IE 6.0 hack */
    width: 152px;
}

#navigation form div#submit {
    display: inline;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------- */
    /* ---------------- MAIN SECTION ----------------------- */
#main_wrapper {
    padding-bottom: 120px;

}

#main {
    float: right;
    width: 700px;
    margin-left: -3px;
    padding-top: 8px;
    position: relative;
}

#banner {
    margin-top: -26px;
    width: 120px;
    height: 600px;
    overflow: hidden;
    float: right;
}

/* -------------------- #recommend_box {} ----------------------------------- */
#recommend_box {
    position: absolute;
    top: 0px;
    left: 40px;
    z-index: 2;
    width: 316px;
    /*height: 300px;*/
    margin: 0;
    text-align: left;
}

#recommend_box form {
    margin: 0;
}

#recommend_box form div#pokus {
    position: relative;
}

#recommend_box #orange_bg {
    padding: 8px 8px 4px 8px;
    width: 300px;
    z-index: 50;
    background: url(../images/recommend_bg2.jpg) no-repeat 195px 36px
        #faa61d;
}

#recommend_box input,#recommend_box textarea {
    border: 1px solid;
    margin: 3px 0 0 0;
    color: gray;
    width: 180px;
}

#recommend_box textarea {
    width: 298px;
    height: 177px;
}

#recommend_box .captchaFrame {
    margin-top: 3px;
    text-align: center;
}

#recommend_box .captchaFrame img {
    position: relative;
    top: 5px;
}

#recommend_box .captchaFrame input {
    margin: 0;
    padding: 0;
}

#recommend_box .captchaFrame br {
    display: none;
}

#recommend_box #orange_bg2 {
    padding: 2px 0 0 12px;
    width: 206px;
    height: 33px;
    background: #faa61d;
    z-index: 50;
    position: relative;
}

#close {
    position: relative;
    overflow: hidden;
}

#close,#close a span {
    width: 25px;
    height: 26px;
}

#close a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/close.jpg) no-repeat 0 0;
}

#shadow,#shadow2,#shadow_corner {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 316px;
    height: 100%;
    background: black;
    z-index: -1;
    filter: alpha(opacity =   '20');
    -moz-opacity: .20;
    opacity: .20;
}

#shadow {
    border-bottom: 8px solid black;
}

#shadow2,#shadow_corner {
    position: relative;
    top: -19px;
}

#shadow2 {
    height: 28px;
    width: 288px;
}

#shadow_corner {
    width: 28px;
    height: 28px;
    left: 8px;
    float: right;
    background: url(../images/shadow_corner.gif) no-repeat 100% 100%
}

/* -------------------- #feat_item {} --------------------------------------- */
#feat_item {
    width: 682px;
    min-height: 267px;
    background: url(../images/feat_item_bg.png) white;
    position: relative;
}

#item_box_big {
    width: 529px;
    padding: 12px;
    position: relative;
    min-height: 267px;
}

#reg_appeal {
    position: absolute;
    top: 0;
    left: 0;
    width: 555px;
    height: 100%;
    background: #faa61d url(../images/reg_appeal.png) left -1px no-repeat;
    overflow: visible;

}

#item_box_big h3,.item_box h3 {
    display: block;
    color: #005288;
    font-size: 150%;
    margin: 0;
    padding: 12px 15px 0 0;
}

#item_frame {
    display: table;
}

#item_top {
    display: table-row;
}

#item_image {
    padding: 15px;
}

#item_image .firefox_fix {
    height: 1px;
    overflow: hidden;
}

#offer_img {
}

.item_info {
    display: table-cell;
}

.item_info fieldset {
    border: 1px dotted #eee;
    padding: 0 5px 5px 5px;
}

.item_info legend {
    font-style: italic;
    color: #888;
}

.item_box h3 {
    min-height: 4em;
    margin-left: 0.7em;
    margin-bottom: 10px;
    width: auto;
}

.item_box .short_desc {
    min-height: 4em;
}

#item_box_big .item_buttons {
    margin: 7px 0 0 0;
    height: 40px;
    padding: 0;
}

#item_box_big #short_description {
    clear: none;
    margin: 0 1.2em 0 0;
}

#offer_price {
    margin-top: 10px;
}

.item_info fieldset {
    margin-top: 7px;
}

/*
#order {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 10px 0px 20px 0;
}

#order,#order a span {
    width: 103px;
    height: 28px;
}

#order span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/order.jpg) no-repeat 0 0;
}
*/

.order_eula {
    padding-right: 1em;
}

.eula {
    background: #fad65d;
    height: 15em;
    border: 1px solid black;
    overflow: auto;
    padding: 3px;
}

#eula_warning {
    text-align: center;
    color: #a00;
    font-weight: bold;
    height: 2em;
    line-height: 2em;
    background: #fad65d;
    border: 1px solid #a00;
    vertical-align: middle;
    margin-bottom: 1.5em;
}

#order_button {
    margin: 8px 0;
}

#item_box_big p {
    clear: both;
    margin: 0 1.2em 1.2em 1.2em;
}

/* --------------- #feat_item #rates {} ------------------------------------- */
#rates {
    width: 127px;
    border-bottom: 2px solid #f3f3f1;
    position: absolute;
    top: 0;
    right: 0;
}

#rates h3 {
    color: #005288;
    font-size: 125%;
    margin: 0.5em 0 0.5em 0.5em;
}

#rates ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 20px;
}

#rates a {
    text-decoration: none;
    color: gray;
    font-size: 90%;
}

#rates a img {
    vertical-align: middle;
    margin: 0 7px 0 0;
}

#rates a:hover {
    color: #ee3424;
}

/* --------------- #feat_item #recommend {} --------------------------------- */
#recommend {
    width: 125px;
    height: 116px;
    background: url(../images/recommend_bg.png) white no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
}

#recommend a {
    font-size: 150%;
    color: #005288;
}

#recommend div,#recommend div a span {
    width: 127px;
    height: 33px;
}

#recommend div {
    position: absolute;
    top: 83px;
}

#recommend div a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/doporuc.png) no-repeat 0 0;
}

/* ------------------- #dis_overview {} ------------------------------------- */
#dis_overview {
    padding: 1.2em;
    margin-top: 8px;
    width: 653px;
    background: url(../images/discussion_bg.jpg) white no-repeat 100% 100%;
}

#dis_overview h3 {
    margin: 0;
    padding: 0;
    font-size: 140%;
    letter-spacing: 0.02em;
}

#dis_overview ul {
    list-style-type: none;
    margin: 1.2em 105px 1.2em 0;
    padding: 0;
}

#dis_overview ul a {
    color: #797979;
    text-decoration: none;
}

.name {
    color: #005288;
    width: 150px;
    display: block;
    float: left;
}

.date {
    color: #29b3e8;
    letter-spacing: 0;
    margin: 0 1em 0 1em;
}

#dis_overview a {
    color: #005288;
    text-decoration: none;
}

#dis_overview a:hover,#dis_overview ul a:hover,.date:hover,.name:hover {
    color: #EE3424;
}

#dis_overview a img {
    vertical-align: middle;
    margin: 0 0 0 1em;
}

/* ------------------- #item_box {} ----------------------------------------- */
.item_box {
    background: white;
    width: 222px;
    float: left;
    margin: 8px 8px 0 0;
    cursor: pointer;
    position: relative;
}

.item_box.item_box_action {
    background: url(../images/offer-action-bg.png) center repeat-y;
}

.item_box.item_box_action .item_buttons {
    background: url(../images/offer-action-bottom.png) left center no-repeat;
}

.item_box_action .more div span {
    background: url(../images/offer-action-more.png) right bottom no-repeat;
}

.item_box.item_box_new {
    background: url(../images/offer-new-bg.png) center repeat-y;
}

.item_box.item_box_new .item_buttons {
    background: url(../images/offer-new-bottom.png) left center no-repeat;
}

.item_box_new .more div span {
    background: url(../images/offer-new-more.png) right bottom no-repeat;
}

.offer_new_top, .offer_action_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 222px;
    height: 56px;
}

.offer_new_top {
    background: url(../images/offer-new-top.png) left top no-repeat;
}

.offer_action_top {
    background: url(../images/offer-action-top.png) left top no-repeat;
}


.item_box img {
    margin: 15px 15px 10px 15px;
    float: left;
}

.item_box h3 {
    padding: 25px 15px 0 0;
}

.item_box .short_desc {
    clear: both;
    color: #8b9292;
    margin: 0 10px 5px 15px;
    font-size: 110%;
}

.item_box p {
    margin: 0;
}

.item_buttons {
    padding: 0 0 0 15px;
}

#item_box_big .item_buttons img, .item_box .item_buttons img {
    margin: 0;
    margin-top: 6px;
    padding: 0;
}

.isic {
    background: url(../images/isic.png);
}

.alive {
    background: url(../images/alive.png);
}

.itic {
    background: url(../images/itic.png);
}

.item_buttons div.more {
    margin: 0 0 0 30px;
    width: 36px;
    height: 36px;
}

.item_buttons .more {
    float: right;
}

div.partner_box {
    cursor: pointer;
    margin-bottom: 7px;
}

.partner_box h3 {
    width: auto;
    padding: 1em 1em 0.5em 1em;
    margin: 0;
    font-size: 150%;
}

.partner_box img {
    float: left;
    margin-bottom: 0;
    margin-top: 1em;
    margin-right: 1em;
}

.partner_box .item_buttons {
    clear: both;
}

.more div {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.more div,.more div span {
    width: 36px;
    height: 36px;
    margin: 0;
}

.more div span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/more.png) no-repeat 0 0;
    cursor: pointer;
}

.open div span {
    background: url(../images/open.png) no-repeat 0 0;
}

.isic_price {
    font-size: 1.3em;
}

.isic_price strong {
    color: #ee3333;
}

.original_price strong {
    text-decoration: line-through;
}

.availability {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

.availability span{
    color: #005288;
    font-weight: bolder;
}

/* ------------------- #discussion {} --------------------------------------- */
#discussion {
    width: 680px;
    position: relative;
    background: white;
    padding-top: 1em;
    background: url(../images/discussion_bg2.jpg) white no-repeat 50% 10px;
}

#form_wrapper {
    padding-left: 1em;
}

#discussion form input,#discussion form textarea {
    margin: 1px 0 0 0;
    color: gray;
    width: 250px;
    border: 1px groove;
}

#discussion form {
    margin: 0 0 1em 0;
    padding: 0.5em 0 0 0.5em;
    width: 261px;
    background: #005288;
}

form p {
    margin: 0;
    padding: 0;
}

#discussion form #send {
    width: 98px;
    position: relative;
    float: right;
    border: none;
    margin-top: 5px;
}

.dis_item {
    border-bottom: 1px solid #dddddd;
    padding: 1em 1em 30px 1em;
    color: #777777;
}

.dis_item h4 {
    color: #29b3e8;
    padding: 0;
    margin: 0.5em 0 0.2em 0;
    font-size: 100%;
}

.dis_item h4 span,.dis_item .author,#dis_nav a.back_for,.dis_item span.name:hover
    {
    color: #005288;
}

.dis_item .author {
    margin: 0;
}

.dis_item .author:hover {

}

.author span {
    margin-right: 40px;
}

.dis_item p {
    margin: 0.5em 150px 0 0;
}

.dis_item div {
    float: right;
    position: relative;
    overflow: hidden;
}

.dis_item div,.dis_item div a span {
    width: 85px;
    height: 22px;
}

.dis_item div a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/reply.jpg) no-repeat 0 0;
    cursor: pointer;
}

#dis_nav {
    padding: 1.5em 0 1em 1em;
}

#dis_nav a {
    text-decoration: none;
    color: #29b3e8;
    font-weight: bold;
}

#dis_nav a:hover {
    color: #EE3424;
    text-decoration: underline;
}

/* ----------------- e-shop section ----------------------------------------- */
#e-shop {
    width: 680px;
    margin-bottom: 2em;
}

#e-shop a {
    text-decoration: none;
    color: inherit;
}

#e-shop a:hover {
    color: #ee3828;
}

#e-shop th {
    font-weight: normal;
    font-size: 90%;
    text-align: left;
    color: #999999;
}

#e-shop .active-price {
    color: #ee3828;
}

#e-shop td {
    background: white;
    border-bottom: 1px solid #f7f7f6;
}

#e-shop td img {
    vertical-align: middle;
    margin: auto 12px;
}

.col1 {
    width: 300px;
}

.col2,.col3,.col4,.col5 {
    width: 60px;
}

.col1,.col2,.col3,.col4,.col5 {
    font-weight: bold;
}

.col1,.col3,.col4,.col5 {
    color: #005288;
}

.col1 {
    font-size: 150%;
}

.col2 {
    color: #939393;
}

.col6 div {
    position: relative;
    overflow: hidden;
}

.col6 {
    width: 75px;
}

.col6 div,.col6 div a span {
    width: 75px;
    height: 28px;
}

.col6 div a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/delete.jpg) no-repeat 0 0;
    cursor: pointer;
}

.summary td {
    border-top: 6px solid #faa61d;
}

#e-shop .summary td,#e-shop .summary2 td {
    background: none;
    border-bottom: 0;
    font-size: 90%;
    line-height: 0.6em;
    padding-top: 4px;
}

#e-shop td.price,#e-shop td.price2 {
    background: #faa61d;
    color: #feecce;
}

#e-shop td.price2,#e-shop td#price4 {
    color: #005288;
    font-weight: bold;
    font-size: 100%;
    text-align: right;
    padding-right: 13px;
}

#e-shop td#price5 {
    background: url(../images/corner.png) #faa61d 0 100% no-repeat;
}

#e-shop td#price3,#e-shop td#price4 {
    background: white;
}

#price3 {
    color: #939393;
}

#e-shop td#price4 {
    color: #ee3828;
    line-height: 1.6em;
    /*background: url(../images/corner2.png) 100% 100% white no-repeat;*/
}

/* ----------------------------------------------------- */
    /* ---------------- MENU SECTION ----------------------- */
#menu {
    width: 179px;
    position: relative;
    background-color: #f3f3f1;
}

#list_box {
    background: white url(../images/list_box_middle.jpg);
}

#list_box ul {
    list-style-type: none;
    background: url(../images/list_box_top.jpg) top center no-repeat;
    display: block;
    padding: 17px 0 7px 15px;
    margin: 0 0 -5px 0;
}

#list_box li {
    line-height: 200%;
    letter-spacing: 0.06em;
}

#list_box li a {
    color: #005288;
    text-decoration: none;
    font-size: 1.6em;
}

#list_box li a:hover,#list_box li.highlight a:hover {
    color: #EE3424;
}

#list_box li.highlight a {
    color: #00a4e3;
}

#list_box li.highlight ul {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    background: none;
}

#list_box li.highlight ul li {
    line-height: 170%;
}

#list_box li.highlight a.selected {
    color: #e33;
}

#all_partners,#isic2,#alive2,#itic2,#submit_login {
    position: relative;
    overflow: hidden;
}

#all_partners,#all_partners a span {
    width: 179px;
    height: 52px;
}

#all_partners a span,#isic2 span,#alive2 span,#itic2 span,#submit_login a span
    {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#all_partners a span,#submit_login a span,#isic2 a span,#alive2 a span,#itic2 a span
    {
    cursor: pointer;
}

#all_partners a span {
    background: url(../images/all_partners.jpg) no-repeat 0 0;
}

#isic2,#alive2,#itic2,#isic2 a,#alive2 a,#itic2 a {
    display: block;
    float: left;
}

#isic2,#alive2,#itic2,#isic2 span,#alive2 span,#itic2 span {
    width: 54px;
    height: 23px;
}

#itic2,#itic2 span {
    width: 55px;
}

#isic2 span {
    background: url(../images/isic2.png) no-repeat 0 0;
}

#alive2 span {
    background: url(../images/alive2.png) no-repeat 0 0;
}

#itic2 span {
    background: url(../images/itic2.png) no-repeat 0 0;
}

#card,#submit_login,#submit_login a span {
    width: 163px;
    height: 35px;
}

#card {
    height: 138px;
    background: url(../images/isic_card.jpg) no-repeat;
    clear: left;
    position: relative;
}

#card.itic {
    background: url(../images/itic_card.jpg) no-repeat;
    }

#card.alive {
    background: url(../images/alive_card.jpg) no-repeat;
    }

#card form {
    padding: 46px 0 0 0;
}

#card form div input {
    font-size: 80%;
    height: 12px;
    margin: 1px 0 0 8px;
}

#card form div.inputs {
    height: 57px;
}

#card form #submit_login {
    margin: 0;
    height: 35px;
}

#bubble_name, #bubble_card_number {
    position: absolute;
    bottom: 100px;
    left: 115px;
    z-index: 10;
    visibility: hidden;
}

#card_footer {
    background: url(../images/main_bg.jpg);
}

#login {
    background: #005289;
    text-align: center;
    padding: 1em 0;
    width: 163px;
    font-size: 10px;
}

#login input {
    font-size: 10px;
    color: #444;
    border: 1px solid #bbb;
    width: 120px;
    margin-bottom: 5px;
}

#login .submit {
    width: auto;
}

#login a, #logout a {
    color: white;
    text-decoration: none;
}

#login a:hover, #logout a:hover {
    text-decoration: underline;
}

#logout {
    background: #005289;
    padding: 1em 0;
    text-align: center;
    width: 163px;
    color: #ccc;
}

#logout .username a {
    font-weight: bold;
}

.logout-button {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1px;
}

.logout-button input {
    height: auto !important;
    margin: 0 !important;
}

#cart {
    position: relative;
    overflow: hidden;
}

#cart,#cart a span {
    width: 164px;
    height: 121px;
}

#cart a span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/cart1.png) white 0 0 no-repeat;
}

#cart.cart2 a span {
    background: url(../images/cart2.png) white 0 0 no-repeat;
}

#cart.cart3 a span {
    background: url(../images/cart3.png) white 0 0 no-repeat;
}

#cart.cart4 a span {
    background: url(../images/cart4.png) white 0 0 no-repeat;
}
#cart.cart5 a span {
    background: url(../images/cart5.png) white 0 0 no-repeat;
}

#sum_price {
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 80%;
    top: 37px;
    left: 28px;
    width: 35px;
    text-align: center;
}

.cart2 #sum_price {
    top: 42px;
    left: 98px;
}

.cart3 #sum_price {
    top: 41px;
    left: 95px;
}

.cart4 #sum_price {
    top: 74px;
    left: 52px;
}

.cart5 #sum_price {
    top: 75px;
    left: 39px;
}


/* ----------------------------------------------------- */
    /* --------------- FOOTER SECTION ---------------------- */
#footer {
    position: absolute;
    bottom: 0;
    width: 801px;
    height: 80px;
    padding: 30px 0 0 180px;
}

#footer a {
    text-decoration: none;
    color: #8b9292;
}

#footer a:hover {
    text-decoration: underline;
    color: #EE3424;
}

#footer span {
    margin: 0 20px;
}

#discuss_nonauth {
    width: 260px;
    height: 80px;
    padding: 2em 0 0 2em;
    color: red;
}

#search_text {
    width: 140px;
    border: 1px solid #888;
    height: 18px;
}

#name,#card_number {
    border: 1px solid #bbb;
    position: relative;
    top: 5px;
    height: 18px;
    width: 88px;
    color: #444;
}

span#name {
    display: block;
    border: none;
    padding-left: 1em;
    font-weight: bold;
    top: 2em;
    font-size: 0.9em;
}

#dis_nav {
    color: #888;
}

#reg_appeal.dis {
    position: static;
    top: 0;
    left: 0;
    width: 680px;
    height: 267px;
    border-bottom: 2px solid #f3f3f1;
}

/*
#recommend_box div.errors {
    position: relative;
    background: #faa61d;
}

div.errors ul {
    margin: 0;
    background: white;
    z-index: 1000;
    padding: 0.5em 1em 1em 2em;
}*/

ul.errors {
    color: #e00;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box {
    position: relative;
    width: 653px;
    background: white;
    margin-bottom: 10px;
}

.box p {
    margin: 10px;
}

.box.text {
    padding: 10px;
    font-size: 12px;
    color:#888;
}

.corner {
    background-image: url('../images/corner_br.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.corner.solo {
    width: 24px;
    height:24px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.error, #recommend_box .error, #discussion .error {
    color: #c00;
}

.success {
    color: #080;
}

#copyright {
    color: #ccc;
    margin-top: 20px;
    margin-right: 130px;
    text-align: right;
}

#copyright a {
    color: #ccc;
}

#copyright a:hover {
    color: #ccc;
    text-decoration: none;
}

.text h1 {
    font-size: 1.5em;
    color: #005288;
}

.text h2 {
    font-size: 1.2em;
    color: #444;
}

.text h2.heading {
    font-size: 1.2em;
    font-weight: bold;
    color: #356480;
}


.text a:hover {
    color: #e00;
}

#recommend_box input {
    margin: 2px 0 1px 0;
    padding: 1px;
}

input#send2 {
    width: 98px;
    height: 35px;
    border: 0;
    margin: 0;
    padding: 0;
}

#recommend_send {
    position: absolute;
    width: 98px;
    height: 35px;
    margin: 0;
    right: 0;
    bottom: -35px;
}

.u {
    text-decoration: underline;
}

/*********************************************************************/
/******************************  POPUP  ******************************/
/*********************************************************************/

.popup {
    position: absolute;
    width: 500px;
    z-index: 1000;
    background: #faa61d;
}

.shadow .popup {
    position: relative;
    top: -4px;
    left: -4px;
}

.closeButton {
    display: block;
    background-image: url('../images/button_close.gif');
    width: 22px;
    height: 22px;
    margin: 3px 3px -3px 0;
    float: right;
}

.popup .message {
   margin: 0 3em;
   font-size: 1.1em;
   clear: both;
   text-align: center;
   padding-bottom: 3px;
}

.popup .corner, .popup.shadow .popup .corner {
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 17px;
    height: 17px;
    border-left: 483px solid #faa61d;
    background-image: url('../images/corner_rb_orange.gif');
}

.popup.shadow {
    background-color: black;
}

.popup.shadow .corner {
    position: absolute;
    bottom: -17px;
    right: 0;
    background-image: url('../images/corner_rb_black.gif');
    border-left: 483px solid black;
}

.popup .order_options {
   margin: 0 auto;
   clear: both;
   padding-bottom: 3px;
}

.popup .order_option {
   padding-left: 1em;
   padding-bottom: 3px;
}

.popup .order_submit {
    position: absolute;
    right: 5px;
    bottom: -15px;
    z-index: 1;
}

.basket_item_options {
    font-size: 11px;
    font-weight: normal;
}

.box #e-shop {
    width: 98%;
}

.price_final {
    padding: 0.5em 2em 0 0;
    text-align: right;
}

.wiz_prev *, .wiz_next * {
    border: 0;
    text-decoration: none;
}

.wiz_prev {
    float: left;
}

.wiz_next {
    text-align: right;
}

.wiz_next, .wiz_prev {
    height: 28px;
    overflow: visible;
}

form {
    margin: 0;
}

.wiz_nav {
    margin-top: 1em;
    width: 680px;
}


#login-form .wiz_prev input {
    width: 150px;
    border: 1px solid #aaa;
    color: #555;
    font-size: 12px;
}
