@charset "utf-8";
/* CSS Document */



.basket_content{
    width: 196px;
    padding: 1px;
    border: 1px solid #c1c1c1;
    border-top: none;
    float: left;

}
.basket_holder {
    float: left;
    clear: left;
    height: auto;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.basket_content_border{
    background-image: url(/images/basket_2.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #F7F7F7;
    clear: left;
    float: left;
    height: auto;
    width: 176px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    padding-bottom: 15px;
}
.basket_buton_holder{
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    position: relative;
}
.jobseekers_holder{
    height: auto;
    width: 96px;
    border: 1px solid #c1c1c1;
    padding: 1px;
    border-bottom: none;
    display: block;
    float: left;
    position: relative;
    left: 0;

}
.jobseekers_holder a:link, .jobseekers_holder a:active, .jobseekers_holder a:visited {
    line-height: 24px;
    background: url(/images/header/green.jpg) center;
    height: auto;
    width: 100%;
    display: block;
    float: left;
    font-size: 9px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 2px #333;
}

.jobseekers_holder a:hover {
    background: url(/images/header/grey.jpg) center;
}
.jobseekers_holder a.selected {
    background: url(/images/header/grey.jpg) center;
}
.employers_holder{
    height: auto;
    width: 96px;
    border: 1px solid #c1c1c1;
    padding: 1px;
    border-bottom: none;
    display: block;
    float: left;
    position: relative;
    right: 1px;

}
.employers_holder a:link, .employers_holder a:active, .employers_holder a:visited {
    line-height: 24px;
    background: url(/images/header/green.jpg) center;
    height: auto;
    width: 100%;
    display: block;
    float: left;
    font-size: 9px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 2px #333;
}

.employers_holder a:hover {
    background: url(/images/header/grey.jpg) center;
}
.employers_holder a.selected {
    background: url(/images/header/grey.jpg) center;
}
.basket_line{
    line-height: 5px;
    background-image: url(/images/basket_line.png);
    background-repeat: no-repeat;
    clear: left;
    float: left;
    height: 6px;
    width: 100%;
    background-position: top;
}

.text_holder_1 {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    background-image: url(/images/basket_separate_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 11px;
    font-weight: normal;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.text_holder_1 span{
    font-weight: bold;
    line-height: 30px;
}
.text_holder_2 {
    clear: left;
    float: left;
    height: auto;
    width: 100%;
    background-image: url(/images/basket_separate_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    color: #709e00;
}
.text_holder_2 a:link, .text_holder_2 a:active, .text_holder_2 a:visited {
    font-size: 10px;
    color: #333;
    line-height: 25px;
    text-decoration: none;
}

.text_holder_2 a:hover {
    text-decoration: underline;

}
.basket_btn_holder {
    clear: left;
    float: left;
    height: auto;
    width: 96%;
    border: 1px solid #c1c1c1;
    padding: 1px;
    margin-top: 15px;
}
.basket_btn_holder a:link, .basket_btn_holder a:active, .basket_btn_holder a:visited {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    text-decoration: none;
    background-color: #7FA81C;
    text-align: center;
    display: inline;
    float: right;
    height: auto;
    width: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: Arial;
    text-shadow: 0 0 2px #333;
}

.basket_btn_holder a:hover {
    text-decoration: none;
background-color: #555555;
}

