/* ++++++++++ WIDGET BODY ++++++++++ */

label, .gwt-Label, .fixedWidthSearchFieldLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 10pt;*/
}

hr {
    color: #b7b7b7;
    background-color: #b7b7b7;
}

.title {
    background-color: #C50066;
    color: #FFFFFF;
    /*font-size: 11pt;*/
    font-weight: bold;
}

/* ++++++++++ PRODUCT RESULT ++++++++++ */
.product-Result-Panel, .product-Result-Panel-unEven {
    color: #6C6C6C;
    /*font-size: 12px;*/
}

.product-Result-Panel {
    background-color: #F7F7F7;
}

.product-Result-Panel-hover {
    background-color: #DDDDDD;
}

.product-Result-Panel-unEven-hover {
    background-color: #DDDDDD;
}

.result-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.result-No-Image-Available {
    /*font-size: 10pt;*/
}

.result-TitleLabel {
    color: #000000;
    /*font-size: 12px;*/
    font-weight: bold;
}

/* ++++++++++ SEARCH PANEL ++++++++++ */
.searchButtonPanel {
	padding-right: 0;
}

.searchPanel {
    background-color: #F5F5F5;
}

.searchFieldLabel {
/*color: #FFFFFF;*/
    /*font-size: 12px;*/
}

.searchFieldGrid {
/*background-color: #62B3E8;*/
}

.button {
	border: 0;
	margin: 5px 0 0 0;
	padding: 2px 0;
	width: 80px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.button:hover {
    border-color: #000000;
}

/* ++++++++++ ERROR DIALOG ++++++++++ */
.gwt-DialogBox {
    background-color: #FFFFFF;
}

.gwt-DialogBox .Caption {
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog .Caption {
    background-color: #C50066;
    color: #FFFFFF;
    font-weight: bold;
}

.userExceptionDialog {
    background-color: #FFFFFF;
    color: #6C6C6C;
    border: 1px #6C6C6C solid;
}

/* ++++++++++ BACK BUTTON ++++++++++ */

.backLinkBar {
    border-bottom: 1px solid #62B3E8;
    border-top: 1px solid #62B3E8;
    background-color: #E6F3FB;
}

.backLink a {
/* color needs to be set for visited link */
    color: #000000;
    font-weight: bold;
    /*font-size: 10pt;*/
}

/* ++++++++++ SUGGESTBOX ++++++++++ */
.gwt-SuggestBoxPopup {
    border: 2px solid #E6F3FB;
    background-color: #FFFFFF;
}

.gwt-SuggestBoxPopup .item {
    background-color: #FFFFFF;
}

.gwt-SuggestBoxPopup .item-selected {
    background-color: #E6F3FB;
}

/* ++++++++++ DETAIL PANEL ++++++++++ */
.detailHeaderPanel {
    background-color: #C50066;
}

.detailHeaderPanel .gwt-Label {
    color: #FFFFFF;
    font-weight: bold;
    /*font-size: 11pt;*/
}

.detailContactTitleLabel {
    font-weight: bold;
    color: #000000;
    /*font-size: 10pt;*/
}

.detailFieldLabel {
    color: #000000;
    font-weight: bold;
    /*font-size: 11pt;*/
}

.productDetailInfoBlock {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 430px;
}

.detailHeaderPanelCell {
    vertical-align: middle !important;
}

.detailDescriptionPanel, .detailContactPanel, .detailPricePanel, .detailContactLabel {
    color: #666666;
    /*font-size: 10pt;*/
}

.detailAddressContent, .detailTelephoneContent, .detailFaxContent, .detailMobileContent {
    color: #666666;
}

.detailAddressContentTitle {
    /*font-size: 10pt;*/
}

/* ++++++++++ DETAIL IMAGE PANEL ++++++++++ */
.detail-Main-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.detail-Main-No-Image-Available {
    font-size: 20px;
    color: #6C6C6C;
}

.detail-Thumbnail-Image-Panel {
    background-color: white;
    border: 1px solid #CCCCCC;
}

.detail-Thumbnail-Image-Panel-hover {
    background-color: #E6F3FB;
    border: 1px solid #62B3E8;
}

.detail-Thumbnail-No-Image-Available {
    /*font-size: 12px;*/
    color: #6C6C6C;
}

.image-bar-arrow {
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
}

/* ++++++++++ DETAIL FACILITIES PANEL ++++++++++ */
.facilityImage {
    background-color: #C50066;
}

.facilityLabel {
    font-weight: bold;
    /*font-size: 8pt;*/
}

/* ++++++++++ DETAIL PRICE TABLE ++++++++++ */

.priceColumnHeader {
    font-weight: bold;
    color: black;
}

.priceRowHeader {
    padding-right: 20px;
    /*font-size: 10pt;*/
    color: #666666;
}

.priceCell {
    color: #666666;
    text-align: right;
}

.priceDivider {
    padding-left: 10px;
    padding-right: 10px;
    /*font-size: 10pt;*/
}

/* ++++++++++ PAGING BAR ++++++++++ */
.pagingBar {
    border-bottom: 1px solid #62B3E8;
    border-top: 1px solid #62B3E8;
    background-color: #E6F3FB;
    color: #000000;
}

.pagingButton-Image-Panel {
    border: 1px solid #CCCCCC;
}

.pagingButton-Image-Panel-hover {
    border: 1px solid black;
}

/* ++++++++++ SORTING PANEL ++++++++++ */
.sortingPanel {
    border-bottom: 1px solid #62B3E8;
    border-top: 1px solid #62B3E8;
    background-color: #E6F3FB;
    color: #000000;
}

/* ++++++++++ LOADING PANEL ++++++++++ */
.loadingOverlayPanel {
    font-weight: bold;
    background: white;
}

