/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
}

#TB_secondLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#807b7b;
	
}


#TB_closeWindowButton{     
        
    
        
}


#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background:#876f75 url(../image/layout/overlay.gif);
}

#TB_window {
	position: absolute;
	padding:0 0 0 0;
	z-index: 102;
	text-align:left;
	background-color:transparent;
}
#TB_window img {
}

#TB_caption{
	font-size:13px;
    text-align:center;
	width:90%;
	float:left;
	line-height:normal;
    color:#ffffff;
    margin-top:-3px;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeAjaxWindow a{
   color:#ffffff;font-size:11px; text-decoration:none;
}

#TB_ajaxWindowTitle{
	float:left;
	
	
}

#TB_title{
    
}

#TB_ajaxContent{
	clear:both;
	
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
    padding-top:20px;
    background-color:transparent;
}

.lightbox{position:relative;width:308px;}
.lightbox .top{background: url(../image/layout/lightbox-wine.gif) no-repeat 0 0;
width: 308px;
height: 5px;
}
.lightbox .bottom{background: url(../image/layout/lightbox-wine.gif) no-repeat 0 -5px;
width: 308px;
height: 5px;}
.lightbox .inside{background: url(../image/layout/lightbox-wine-bg.gif) repeat-y;width: 308px;padding-top:15px;}
.lightbox #TB_closeWindowButton{
position:absolute; top:4px; right:4px;
background: url(../image/lightbox-close.jpg) no-repeat;
width: 59px;
height: 56px;
display:block;
}

.lightbox #TB_caption{
margin:20px  auto 0 auto;
text-align:center;
background: url(../image/lightbox-name-top.gif) no-repeat 50% 0;
width: 256px;
padding-top:57px;
color:#13070a;
float:none;
margin-bottom:15px;
}
#TB_caption .bottom{background: url(../image/lightbox-name-bottom.gif) no-repeat 50% 0;
width: 256px;
margin-top:5px;
height: 17px;
}


/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}