/*		Jeep Commerce web site - www.jeepcommerce.co.yu
		---------------------------------------------------------
		Version 2 - Smoothbox used in site for gallery and table
					views. Smoothbox is a clone of Thickbox for
					use with Mootools.
		
		Site developed by ratkovicdesign (www.ratkovicdesign.net)
		Design by Goran Ratkovic
		Programming by Slobodan Ratkovic
		
		CSS design started at 17th January 2009
		CSS design finished at 
		---------------------------------------------------------*/

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}
#TB_window {
	font: 100% Arial, Helvetica, sans-serif;
	color: #333;
}
#TB_secondLine {
	font: 100% Arial, Helvetica, sans-serif;
}
#TB_overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background: #0F3772 url(../img/sb_bgn.gif);
}
#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color: #000;
	text-align: left;
}
#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
}
#TB_caption {
	height: 25px;
	padding: 8px 30px 8px 15px;
	float: left;
	color: #8DA7C7;
}
#TB_closeWindow {
	height: 25px;
	padding: 8px 15px 8px 0;
	float: right;
}
#TB_closeWindowButton {
	background: url(../img/sb_close.gif) no-repeat 100% 0;
	padding: 3px 26px 5px 0;
	color: #ffb006;
	display: block;
}
#TB_closeAjaxWindow{
	padding: 5px 10px 7px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
	color: #8da7c7;
	font-weight: bold;
}
#TB_title{
	height: 27px;
	border-bottom: #d9e3ef 3px solid;
	margin: 0 5px 10px;
	padding: 4px 0;
}
#TB_ajaxContent{
	clear: both;
	padding: 2px 0 0 0;
	margin: 0 15px 10px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#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;
}
#TB_next {
	background: url(../img/sb_next.gif) no-repeat;
	text-indent: -99999px;
	height: 23px;
	width: 56px;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: 1px;
}
#TB_prev {
	background: url(../img/sb_previous.gif) no-repeat;
	text-indent: -99999px;
	height: 23px;
	width: 66px;
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 1px;
}
#TB_next:hover, #TB_prev:hover {
	opacity: 0.7;
}
#TB_stats {
	float: left;
	display: block;
	padding: 3px 15px 5px 0;
}
/* IE6 */
* html #TB_iframeContent{
	margin-bottom: 1px;
}
