/* @override http://localhost:8080/cataweb/styles/default/css/common.css */

/* @group Global */

body {
    margin: 0;
    padding: 0;
    font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #46899e;
}

a:hover {
    text-decoration: underline;
}

form {
    display: inline;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Button */

.clear {
/* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/button/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* little grey button */
a.buttonLG {
    float: left;
    display: block;
    background: transparent url('../images/button/lg-a.gif') no-repeat scroll top right;

    height: 18px;
    margin-right: 6px;
    padding-right: 16px;

    color: white;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
}

a.buttonLG span {
    background: transparent url('../images/button/lg-span.gif') no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 4px 5px 10px;
}

a.buttonLG:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.buttonLG:active span {
    background-position: bottom left;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group page top - site logo */

#siteLogo {
    width: 940px;
    height: 112px;

    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #1B235B;
}

#siteTopMenuAccount {
    position: absolute;
    top: 137px;
    left: 860px;
    width: 80px;
    height: 16px;
    background: url("../images/account/background.gif") left top no-repeat;
    z-index:1;
}

#siteTopMenuAccount a {
    position: relative;
    left: 12px; /*top: 2px;*/
    color: white;
    font-size: 9px;
    font-weight: bold;
}

#siteTopMenu {
    position: absolute;
    top: 112px;
    left: 0;
    background-color: #1B235B;

    width: 940px;
    height: 20px;

    margin: 0;
    padding: 5px 0 0;
}

#siteTopMenu ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: 170px;
}

#siteTopMenu li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#siteTopMenu a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 5px 5px 6px;
}

#siteTopMenu a:hover {
    background-color: #DBDFF1;
    color: #1B235B;
}

.siteTopMenuSelected a {
    background-color: white;
}

.siteTopMenuSelected span {
    color: black;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Box lateral */

#leftContainer {
    position: absolute;
    top: 114px;
    left: 0;
    width: 170px;
    margin: 0;
}

#leftContainerContent {
    background: #1B235B;
    padding: 0;
}

div.searchForm {
    background: url(../images/search/background.gif) no-repeat left;
    width: 130px;
    margin: 0 auto;
}

div.searchLegend {
    color: #999999;
    font-size: 10px;
    text-align: center;
    font-style: italic;
    width: 100%;
    margin: 0.5em 0 2em 0;
}

#mainContainer {
    position: absolute;
    top: 138px;
    left: 182px;
    width: 560px;
    margin: 0;
    padding: 0;
}

#rightContainer {
    position: absolute;
    top: 155px;
    left: 752px;
    width: 188px;
    margin: 0;
    padding: 0;
    z-index: -1;
}

.boxLateralTop {
    background: url(../images/cart/box-header.png) no-repeat 0 0;
    position: relative;
    height: 21px;
    width: 190px;
}

.boxLateralTop span {
    position: absolute;
    top: 4px;
    left: 25px;
    font-size: 12px;
    font-weight: bolder;
    font-variant: small-caps;
    color: #4d4d4d;
}

.boxLateralTop img {
    position: absolute;
    top: 3px;
    left: 6px;
}

.boxLateralMid {
    border-left: 1px solid #f0f1f2;
}

.boxLateralMidI {
    border-left: 1px solid #D8D9DA;
    padding: 5px 0 1px 5px;
    background-color: #faf9f9; /* Fix IE Bug : border disappear */
}

.boxLateralBottom {
    margin-bottom: 2em;
}

.boxLateralTitle {
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Box main */

.boxMainTop {
    height: 15px;
    margin: 0;
    padding: 0;
}

.boxMainBottom {
    width: 100%;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
}

.boxMainContent {
    margin: 0;
}

div.boxMainInnerContent {
    padding-left: 5px;
    padding-right: 5px;
}

h1, h1.cataText {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

div.cataText {
    text-align: justify;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.4em;
}

div.cataText a {
    border-bottom: 1px dashed gray;
}

div.cataText a:hover {
    border-bottom: 1px dashed #CCCCCC;
}

div.cataText blockquote {
    text-align: justify;
    font-style: italic;
    background-color: #3E9AB7;
    border: 1px dashed #FFFFFF;
    color: #FFFFFF;
    margin: 20px;
    padding: 10px;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group footer */

#footer {
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

#copyright {
    color: #999999;
    font-size: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Forms */

.errorMessage {
    color: #990000;
    margin: 5px;
    text-align: left;
    background: url(../images/error.gif) no-repeat 0 -1px;
    padding-left: 18px;
    font-weight: bold;
}

.errorLabel {
    font-weight: bold;
}

.required {
    color: #990000;
}

.tdLabel {
    text-align: right;
}

.label {
    white-space: nowrap;
}

#pleaseFillFormLabell {
    color: gray;
    font-style: italic;
    text-align: right;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group left menu */

#navcontainer {
    font-size: 12px;
    padding: 0 0 0 5px;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
}

#navcontainer li {
    list-style: none;
    margin: 0;
    text-align: left;
}

#navcontainer a {
    text-decoration: none;

    display: block;
    color: white;
    border-right: 1px solid #1B235B;
    border-bottom: 1px solid #1B235B;
    border-top: 1px solid #1B235B;
}

#navcontainer img {
    border: 0;
    width: 35px;
    height: 35px;
    margin: 1px 0 1px 0;
    vertical-align: middle;
    background-color: #DBDFF1;
}

#navcontainer a:hover {
    background: #DBDFF1;
    border-color: #DBDFF1;
    color: #1B235B;
}

#navcontainerSelected a {
    background: white;
    border-color: white;
    color: black;
}

#navcontainerSelected img {
    background: white;
}

#tipscontainer {
    font-size: 12px;
    background-color: white;
    border: 1px solid #1B235B;
    padding-bottom: 5px;
    text-align: center;
}

#tipscontainer hr {
    height: 0;
    width: 100px;
    visibility: visible;
}

#tipscontainer .header {
    background-color: #1B235B;
    color: white;
    text-align: center;
    padding: 5px 0 5px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 14px;
}

#tipscontainer a img {
    border: 0;
}

#tipscontainer .body {
    margin: 5px;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Cart */

/* @group Buttons */

a.cartAddButton {
    display: block;
    background: url(../images/cart/cart-add-withrollover.gif) top left no-repeat;
    width: 16px;
    height: 16px;
}

a.cartRemoveButton {
    display: block;
    background: url(../images/cart/cart-remove-withrollover.gif) top left no-repeat;
    width: 16px;
    height: 16px;
}

a.cartAddButton:hover, a.cartRemoveButton:hover {
    background-position: -16px 0;
}

#cart_content a.cartAddButton, #cart_content a.cartRemoveButton {
    float: left;
    margin-right: 5px;
}

/* @end */

.cartUpdate {
    color: red;
    background: yellow;
    font-weight: bolder;
    padding: 5px;
    width: 178px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 2px;
}

div.cartRowButtonPanel {
    padding: 0 0 0 5px;
    margin-bottom: 10px;
    height: 20px;
    border-bottom: 1px solid #DBDFF1;
}

.cartRowButtonPanel span {
    float: right;
    position: relative;
    top: 2px;
}

.cartItemImg {
    position: relative;
    width: 60px;
    float: left;
}

.cartItemLabel {
    float: right;
    position: relative;
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cartItemRef {
    color: darkgray;
    font-weight: bolder;
    text-align: center;
}

.cartItemPromo {
    position: absolute;
    top: 0;
    left: 0;
}

.cartNB {
    color: gray;
    font-style: italic;
    font-size: x-small
}

/* Cart Content */

#cart_content {
    font-size: 10px;
    padding-top: 10px;
}

#cart_content ul {
    margin: 0;
    padding: 0;
}

#cart_content li {
    list-style: none;
    margin: 0;
}

#cart_content a {
    color: #555555;
}

#cart_content a:hover {
    text-decoration: none;
}

#cart_content img {
    border: 0;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Promo */

#promo_content {
    font-size: 10px;
    color: #4f6b72;
    margin-top: 5px;
}

.promotionLabel {
    width: 100%;
    text-align: left;
}

.promotionPrice {
    margin-top: 0;
    font-size: 12px;
    color: darkRed;
    width: 100%;
    text-align: right;
}

/* @end */

/* -------------------------------------------------------------------------------------------------------- */

/* @group Delay */

span.delay-available {
    padding-right: 7px;
    background: url(../images/delay/available.gif) no-repeat right;
}

span.delay-one-week {
    padding-right: 7px;
    background: url(../images/delay/one-week.gif) no-repeat right;
}

span.delay-three-weeks {
    padding-right: 7px;
    background: url(../images/delay/three-weeks.gif) no-repeat right;
}

span.delay-unknown {
    padding-right: 7px;
    background: url(../images/delay/unknown.gif) no-repeat right;
}

/* @end */
