/* Start of CMSMS style sheet 'Global-Classes' */
/* ---------------------------------------------
Updated:	01/01/08
-------------------------------------------------
/* ---------- ::Global Classes:: ------------- */
.center {
text-align:center;
}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.hidden {
display:none;
visibility:hidden;
}
.inline {
display:inline;
}
.small {
font-size:10px;
font-weight:normal;
}
.productimage {
	text-align: left;
	vertical-align: top;
	max-height:300px;
	max-width:400px;
}
/* End of 'Global-Classes' */

