#main {
			height:600px;
}

html>body #main {
	height:auto;
	min-height:400px;
	height:600px;
}

#left {
	float:left;
  margin-left:0px;
	margin-top:50px;
	width:190px;
	padding:0px;
	padding-left:10px;
  background:none;
	text-align:left;
		height:500px;
 	border:0px solid black;
		overflow:auto;
		overflow-x: hidden; 
  	scrollbar-face-color: #66160F;
  	scrollbar-shadow-color: #FFFFFF;
  	scrollbar-highlight-color: #FFFFFF;
  	scrollbar-3dlight-color: #FFFFFF;
  	scrollbar-darkshadow-color: #FFFFFF;
  	scrollbar-track-color: #FFFFFF;      
  	scrollbar-arrow-color: #FFFFFF;
}


html>body #left {
height:500px;
  margin-left:5px;
}



table#products_thumbnail {
		width:155px;
		border:0px solid black;
}

table#products_thumbnail tr td {
		padding-bottom:15px;
}
		
table#products_thumbnail tr td.timage img{
				height:60px;
				width:60px;
				font-size:10px;
				/*background:url(../GUI/thumbnail_bkgd.gif) no-repeat left top;*/
}

table#products_thumbnail tr td.desc p{
				font-size:10px;
				background:url(../GUI/arrow.gif) no-repeat left;
				padding-left:10px;
}

form#products_form img{
				height:300px;
				width:300px;
				float:right;
}

form#products_form textarea.product_desc {
				width:350px;
				height:200px;
				font-size:11px;
				font-family:verdana,arial;
				border:0px;
				overflow:auto;
}

table#product_info{
				border-collapse:collapse;
				margin-top:10px;
				
}
table#product_info tr td{
				font-size:11px;
				padding-right:10px;
				border:0px solid #D7D7D7;
				padding:5px;
				vertical-align:top;
				width:130px;
				
}

table#product_info tr th{
				font-size:11px;
				padding-right:10px;
				border:0px solid #D7D7D7;
				padding:5px;
				padding-left:10px;
				text-align:left;
				vertical-align:top;
				width:130px;

}
table#description{
				border-collapse:collapse;			
}				
table#description tr td{


				padding:5px;
				padding-left:10px;				

}

