/**
 *
 * Author Tom Jordan.
 * Date created 02/05/2006
 *
 * Basic formatting
 */

/*******************************************************************************
* GLOBAL
*******************************************************************************/

body {
margin: 0px;
font-family: arial;
}

.productinfo h2 {
color: white;
font-size: 16pt !important;
margin: 0px 0px 2px 0px !important;
font-weight: normal !important;
}

/* for Internet Explorer */
/*\*/
* html .productinfo h2 {
margin-top: 0px;
}
/**/

.productinfo {
color: #fff;
font-size: 10pt !important;
margin-bottom: 3px;
display: block
}