#vileft{
	float:left;
	padding: 0 5px 5px 0;
	margin-right: 20px;
}

#viright{
	float:right;
	padding: 0 0 5px 5px;
	margin-left: 20px;
}

#viright1{
	width:100px;
	float:right;
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
	border: 1px solid #807C7C;
}

#viright2{
	width:190px;
	float:right;
	padding: 10px 10px 10px 10px;
	margin-left: 20px;
	border: 1px solid #807C7C;
}

.vihead{
  color: #ff0000;
  text-transform:capitalize;
  font-weight: bold;
}

ul.vilst{
  list-style-type: none;
  margin-left: 5px;
  padding-left: 5px;
}

table.vitbl{
  font-size:10px;
  vertical-align: top;
}

table.vitbl td
{
  vertical-align:top;
}

#outer1{
    position: relative;
    width: 500px;
    height: 330px;
}

#inner11{
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
}

#inner12{
    position: absolute;
    left: 270px;
    top: 0;
    width: 255px;
}

#outer2{
    position: relative;
    width: 500px;
    height: 600px;
}

#inner21{
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
}

#inner22{
    position: absolute;
    left: 270px;
    top: 0;
    width: 255px;
}

#outer3{
    position: relative;
    width: 500px;
    height: 220px;
}

#inner31{
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
}

#inner32{
    position: absolute;
    left: 270px;
    top: 0;
    width: 255px;
}

#outer4{
    position: relative;
    width: 520px;
    height: 273px;
}

.hidden{
  display: none;
	border: 0px solid #807C7C;
}
