BODY {	font-family: Tahoma, Verdana, Arial, Impact, sans-serif;
	    font-size: 10pt;
		text-align: center;
	    font-weight: bold;
		background-color: #CCCBCF;
		color: #000000;
		margin: 0;
		padding: 0;
		scrollbar-face-color: #797B7D;
		scrollbar-track-color: #515558;
		scrollbar-darkshadow-color: black;
		scrollbar-shadow-color: black;
		scrollbar-highlight-color: B9BABB;
		scrollbar-base-color: #616568;
		scrollbar-3dlight-color: black;
		scrollbar-arrow-color: white;
	}

P { text-indent: 1.5em;}

.parent {
		width: 1252px;
		height: 835px;
		padding: 0px;
		margin: 0px;
		border: 1px solid black;
		background-color: #BBBCBF;
	}



TABLE {
		margin: 0;
	}


TABLE.brands {
		width: 680px;
		text-align: left;
		border: 1px solid white;
	}


TD.plan {
		background-color: #927CB6;
		height: 145px;
	}



TD.topmenu {
		background-color: black;
		padding-bottom: 2px;
		font-size: 10pt;
	}



/*TD.content {
		height: 100%;
	}
*/
TD.text {
		width: 700px;
		vertical-align: top;
		height: 550px;
		padding: 30px 0px 0px 100px;
	}

TD.brands {
		width: 700px;
		vertical-align: top;
		height: 550px;
		padding: 30px 0px 0px 65px;
	}

TD.cat, TD.selcat {
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		color: white;
		padding: 3px 10px;
	}

TD.cat {
		background-color: black;
	}
TD.selcat {
		background-color: #927CB6;
	}

TD.brand {
		width: 145px;
		text-align: center;
		vertical-align: middle;
		padding: 0;
	}

TD.rightimg {
		width: 450px;
		vertical-align: top;
		text-align: left;
	}

TD.bottom_line {
		 vertical-align: top;
		 height: 102px;
	}


TD.bottommenuleft, TD.bottommenuright {
		font-weight: bold;
		padding-bottom: 2px;
		width: 50%;
	}

TD.bottommenuleft {
		text-align: right;
		background: #898A8C url("./images/bgwhite.gif") right repeat-y;
		padding-right: 20px;
	}

TD.bottommenuright {
		text-align: left;
		background-color: black;
	}

IMG {
		border: 0;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

IMG.square {
		vertical-align: middle;
	}

A {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

A:hover {
		color: #FFF79D;
	}

A.title, A.mainmenu, A.contacts, DIV.selected, DIV.caption {
		display: inline;
		padding: 0px 15px 0px 15px;
		font-size: 10pt;
		font-weight: bold;
		white-space: nowrap;
	}

A.btype, TD.selbrand {
		font-size: 14pt;
	}
TD.btype {
		background-color: #646464;
	}
TD.selbrand {
		background-color: #927CB6;
	}
TD.btype, TD.selbrand {
		color: white;
		text-align: center;
		vertical-align: middle;
		padding: 15px;
}

A.title {
		color: black;
		padding: 0px 50px 0px 50px;
	}

A.mainmenu {
		color: white;
	}

A.contacts {
		color: black;
		padding: 0;
		cursor: pointer;
	}

DIV.selected {
		color: #9E87C5;
	}

DIV.caption {
		color: black;
	}

DIV.text {
		position: relative;
		top: 30px;
		width: 650px;
		height: 450px;
		overflow: auto;
		font-weight: bold;
		font-size: 8pt;
		text-align: justify;
		padding-right: 5px;

/*		border: 1px solid white; */
	}

DIV.brands {
		width: 620px;
		height: 430px;
		overflow: auto;
		background-color: #898a8c;
/*		border: 1px solid white; */
	}


#confirm {
		color: #AABBFF;
		font-weight: bold;
		text-align: center;
		display: block;
		border: 1px solid #9374B0;
		background-color: #555555;
		margin-bottom: 15px;
	  }

#popupwin {
		background-color: #9B7DB9; /* 927CB6 */
		font-size: 9pt;
		text-align: center;
		padding: 10px;
		border: 2px solid white;
		width: 480px;
		height: 480px;
		overflow: auto;
		position: absolute;
		display: none;
		z-index: 2;
	  }

#closeButton {  
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
		padding: 0px;
	  }