/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background:url(../../templates/template1/img/bg-body.jpg) top left no-repeat #397EB7;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border-right:2px solid #2d6c9f;
    border-bottom:2px solid #2d6c9f;
}

.GB_header {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 1px solid #3C81B8;
}

.GB_header .inner {
    background:url(../../templates/template1/img/bg-header.gif) top left repeat-x #333;
    float:left;
    display:block;
    height:88px;
    width:100%;
    overflow:hidden;
}
.GB_header table, .GB_header tbody, .GB_header tr, .GB_header td {
    margin: 0;
    border-collapse: collapse;
    padding:0;
    height:88px;
    display:block;
    float:left;
}
.GB_header table, .GB_header tbody, .GB_header tr {width: 100%; height:88px}
.GB_header table{
	padding:0 2%;
}

.GB_header .caption {
	font-weight:bold;
	font-size:16px;
	width:30%;
	height:48px;
	padding:20px 0 0 0;
	}

.GB_header .close {
    text-align: right;
    width:30%;
	padding:20px 0 0 0;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
	width:40%;
	padding:0;
	vertical-align:top;
}

#GB_middle {
	text-align:center;
}

#GB_middle span{
	width:100%;
	float:left;
	display:inline;
	font-size:31px;
	color:#ccc;
	text-align:center;
	padding:10px 0 5px 0;
}

#GB_middle img {
	cursor:pointer;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {

}

#GB_middle .right {

}


.GB_Window .content {
    background-color: #fff;
    border-right:2px solid #2d6c9f;
    border-bottom:2px solid #2d6c9f;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window table.header {
    border:none;
    margin:0;
    font-size: 12px;
    padding:5px 0;
    color:#FFF;
    background:url(../../templates/template1/img/bg-cartbar.gif) center left repeat-x;
    float:left;
    display:inline;
    width:100%;
}
.GB_Window table.header tbody, .GB_Window table.header tr{
    width:100%;
    float:right;
    display:inline;
}


.GB_Window .caption {
	
}

.GB_Window .close {
	text-align: right;
	width:100%;
	float:right;
	display:inline;
}
.GB_Window .close span { 
	display:none;
}
.GB_Window .close img {
    cursor: pointer;
}

.GB_Window .on { border-bottom: 1px solid #3C81B8; }
.GB_Window .click { border-bottom: 1px solid red; }
