﻿#BrandWindow {left: 530px;top: 30px;width: 400px;height: 150px;}
#YearWindow {left: 530px;top: 50px;width: 400px;height: 130px;}
#ModelWindow {left: 530px;top: 145px;width: 400px;height: 130px;}
#LanguageWindow {left: 530px;top: 300px;width: 400px;height: 150px;}
#SourceWindow {left: 530px;top: 125px;width: 400px;height: 200px;}

#SourceWindow, #BrandWindow, #YearWindow, #ModelWindow, #LanguageWindow
{
	position: absolute;
	/*left: 530px;
	top: 120px;
	width: 400px;
	height: 250px;*/
	overflow: hidden;
	display: none;
	z-index:10000;	
}
#SourceWindowTop, #BrandWindowTop, #YearWindowTop, #ModelWindowTop, #LanguageWindowTop
{
	height: 30px;
	/*overflow: 30px;*/
	background-image: url(../img/windowtopend.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#SourceWindowTopContent, #BrandWindowTopContent, #YearWindowTopContent, #ModelWindowTopContent, #LanguageWindowTopContent
{
	margin-right: 13px;
	background-image:url(../img/windowtopstart.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
#SourceWindowMin, #BrandWindowMin, #YearWindowMin, #ModelWindowMin, #LanguageWindowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#SourceWindowMax, #BrandWindowMax, #YearWindowMax, #ModelWindowMax, #LanguageWindowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#SourceWindowClose, #BrandWindowClose, #YearWindowClose, #ModelWindowClose, #LanguageWindowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#BrandWindowBottom, #BrandWindowBottomContent {height: 120px;}
#YearWindowBottom, #YearWindowBottomContent {height: 100px;}
#ModelWindowBottom, #ModelWindowBottomContent {height: 100px;}
#LanguageWindowBottom, #LanguageWindowBottomContent {height: 120px;}
#SourceWindowBottom, #SourceWindowBottomContent {height: 170px;}

#SourceWindowBottom, #BrandWindowBottom, #YearWindowBottom, #ModelWindowBottom, #LanguageWindowBottom
{
	position: relative;
	/*height: 220px;*/
	background-image: url(../img/windowbottomend.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#SourceWindowBottomContent, #BrandWindowBottomContent, #YearWindowBottomContent, #ModelWindowBottomContent, #LanguageWindowBottomContent
{
	position: relative;
	/*height: 220px;*/
	background-image: url(../img/windowbottomstart.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#SourceWindowResize, #BrandWindowResize, #YearWindowResize, #ModelWindowResize, #LanguageWindowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}

#SourceWindowContent, #BrandWindowContent, #YearWindowContent, #ModelWindowContent, #LanguageWindowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #a4a4a4;
	/*height: 205px;*/
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	
}

#SourceWindowContent table, #BrandWindowContent table, #YearWindowContent table, #ModelWindowContent table, #LanguageWindowContent table
{
	padding: 10px;
}

.transferer2
{
	border: 1px solid #a4a4a4;
	background-color: #a4a4a4;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

/*
.processing
{
	font-weight:bolder;
	font-size:11px;
}
.processing img
{
	margin-bottom:-3px;	
	vertical-align:text-bottom;
}
*/
