/* science_shop */

div#list_itemblock {
	position: relative;
	padding: 0px;
	border: 0px solid white;
	margin-top: 20px;
	margin-left: .5in;
	margin-right: .5in;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
	height: 200px;
		}

div#imagewrapper {
	position: relative;
	top: 0px;  
	width: 500px;
	padding: 20px;
	border: 1px solid white;
	margin: auto;
	text-align: center;
		}


div#list_itemname {
	position: absolute;
	top: 10px;
	left: 260px;
	border: 0px solid white;
	font-family: Tahoma;
	font-size: 10.5pt;
	font-weight: bolder;
	}

div#list_itemdescription {
	position: absolute;
	top: 50px;
	left: 260px;
	border: 0px solid white;
	text-align: justify;
	}

#bold_purple18 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: purple;
}

*.boldcenter_red14 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: red;
	text-align: center;
}

*.boldcenter_green14 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: green;
	text-align: center;
}
	
*.secheading
	{
		font-family: Times New Roman, Times, serif;
		font-weight: bolder;
		color: MediumVioletRed;
		font-size: 14pt;
