/* ---------------------------------------------------------------------------------------
| CSS : for the wizards
|
*/
/*
 * Header
 */
#wizardTitle img {
    float: left;
}

.mainTitle {
    font-size: x-large;
    font-style: italic;
}

.subTitle {
    font-size: x-large;
    text-align: right;
    color: #1B235B;
    font-weight: 900;
}

/*
* Misc
*/
hr {
    visibility: hidden;
    clear: both;
}
.waitingMessage {
    position:absolute;
    top:54px;
    left:5px;
    width:200px;
    background:white;
    padding:1em;
    z-index:89;
    font-size:larger;
    font-weight:bold;
    border:1px solid #ccc;
    color:#555555;
}
/*
 * Dashboard
 */
#dashboardBox {
    width: 52%;
}

#dashboardBox a {
    display: block;
}

#dashboardBox img {
    border: 0;
}

.searchCriteriaHeader {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: large;
}

.searchCriteriaSummary {
    font-family: Arial, sans-serif;
    color: rgb( 134, 134, 134 );
    font-size: 0.6em;
}

/*
* Result
*/
#resultBox {
    float: right;
    width: 240px; /*height: 380px;*/
    position: relative;
}

.resultSummary {
    text-align: right;
    font-style: italic;
}

.searchResultsContent {
    border: 1px solid #DBDFF1;

/*
    overflow-y:auto;
    height: 380px;
    position: relative;
*/

/*
    width: 240px;
    height: 380px;
    overflow: auto;
    position: relative;
*/
}

.castorProperty {
    float: right;
    text-align: center;
    font-size: smaller;
    padding-top: 8px;
    margin-left: 0;
    color: gray;
    width: 50px;
}

/**
*/
.resultRowBox {
    position: relative;
    padding-top: 5px;
    margin: 5px 10px;
    /*margin:50px;*/
}

.resultRowBoxNotLast {
    border-bottom: 1px solid #DBDFF1;
}

.resultRowCastorImage {
    position: absolute;
    top: 5px;
    left: 0;
}

.resultRowAddCartButton {
    position: absolute;
    top: 0;
    right: 10px;
}

.resultRowPrice {
    position: absolute;
    top: 3px;
    right: 30px;
    font-size: 11px;
    font-weight: bold;
}

.resultRowProductReference {
    position: relative;
    left: 65px;
    font-weight: bold;
}

.seeAllResults {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
