body {
	margin: 0px;
	background-color: #cccccc;
	font-family:"Tahoma","MS Sans Serif"; 
	color:#333333;
	text-align: left;
	font-size:10pt; 

}

.CameraSmallBox{
	float: left;
	height: 112px;
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
	width: 104px;
}

.CameraSmallBox .brand{
	color: green;
	font-weight:bold;
}

.CameraSmallBox .model{
	width: 100%;
}

.BrandSmallBox{
	margin: 10px;
	float: left;
}

.BrandSmallBox .BrandImg{
	border: 1px solid #CCCCCC;
}

.TopicHeader{
	color:#0000FF;
	font-family:"Tahoma","MS Sans Serif"; 
	font-size:16pt;
	font-weight: bold;
	margin: 10px;
}

.SearchForm{
	margin: 10px 0px 30px 15px;
	color: #FF0000;
}

.SpecTable{
	border-collapse: collapse;
	border: 1px #CCCCCC solid;
	margin: 50px;
}

.SpecTable .SpecLabel{
	background-color: #FFFFCC;
	border: 1px #CCCCCC solid;
	color: green;
	font-weight: bold;
	padding: 2px;
}

.SpecTable .SpecValue{
	border: 1px #CCCCCC solid;
	color: green;
	padding: 2px;
}

.CameraInformation{
	margin: 0px 0px 10px 40px;
	color: red;
}

.ImageList{
	margin: 10px 0px 10px 0px;
}

.ImageList img{
	border: 1px solid #CCCCCC;
}
