/* Search */
/* ------------------------------------------------------ */
/* sets the commerce content area formatting */

#sbs-custom-search-results .x-grid3-hd-row td {
	border: 0 0 1px 0!important;
	border-bottom: 0px solid #FFFFFF !important;
}

#sbs-custom-search-results .x-grid3-row{
	border:0px solid #CCCCCC;
}

#sbs-custom-search-results .x-grid-table-bg-color{
	background-color:#FFFFFF;
}

#sbs-custom-search-results .x-grid-td-tab-name {
    font-weight: 700;
    padding: 3px;
}

#sbs-custom-search-results .x-grid-group-hd{
	border: 0 0 1px 0!important;
	border-bottom: 1px solid #FFFFFF !important;	
    padding-top:0px;
    cursor:auto;
}

#sbs-custom-search-results .x-grid3-hd-inner{
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif;
    color: #636973;
    font-size: 10pt;
    background-color: #EEEEEE;
    font-weight: 700;
    padding-left: 3px;
    text-align:left;
    vertical-align: middle;
}

.rowBorder{
    border:0px ;
}

#sbs-custom-search-results .x-grid-group-hd div { 
    background:none;
    padding : 0px;
    cursor:auto;
    font-weight: 700; 
    font-style: normal;
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif; 
}
	
.cm-group-tab{
    background: transparent;
}

.cm-group-tab ul{
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif !important; 
    font-size : 10pt !important;
    font-weight: 700 !important; 
    font-style: normal !important;
}

.cm-group-tab li{
    background: #999999 url(/img/gxt/rounded_gradient-tab-inner.png) repeat-x scroll 0 -1px;
}

.cm-group-tab a{
    color: #FFFFFF;
    background: transparent url(/img/left_top_tab8x20.gif) no-repeat left top;
}

.cm-group-tab a span{
    background: transparent url(/img/right_top_tab8x20.gif) no-repeat right top;
    padding: 6px 8px 3px 7px;
}

#sbs-custom-search-results .x-grid3-cell-inner {
    color: #636973; 
    font-size: 10pt; 
    font-family: Verdana,Tahoma,"DejaVu Sans",sans-serif; 
    padding: 5px 5px 5px 5px;
}

#sbs-custom-search-results .x-grid3-row-alt {
    background-color: #F0F0F0;
}

#sbs-custom-search-results td.x-grid3-hd-over .x-grid3-hd-inner, 
td.sort-desc .x-grid3-hd-inner, 
td.sort-asc .x-grid3-hd-inner, 
td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: #EEEEEE repeat-x scroll left bottom; 
}

#sbs-custom-search-results .x-grid3-row-selected {
    background-color: #EEEEEE;
}

#sbs-custom-search-results .hover {
    background-color: #F0F0F0; /* Accent Color */ 
}

#sbs-custom-search-results .x-grid3-row-selected.hover {
    background-color: #EEEEEE;
}

#sbs-custom-search-results .x-grid3-header {
    background-color: #EEEEEE;
    color: #636973; 
}

#sbs_custom_search_loading {
    position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}