@charset "utf-8";
/* Xerox - PageWide Text Styles */

body, td, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:1.2em; 
}

h1 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	line-height:1.25em;
}

h2, h3, h4, tr.h2 td, td.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
/*	margin: 0px;	*/
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #dcdcdc;
}

h2, tr.h2 td, td.h2 {
	font-size: 13px;
}


a:link, a:hover, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}

.xeroxLight {
	color: #666666;
}

.small {
	font-size: 10px;
}

.mini {
	font-size: 9px;
}

.blue {
	color: #2895d5;
}

.xeroxComment {
	color: #666666;
	font-size: 10px;
}

p {
	margin: 4px 0px;
	padding: 0px;
}

p.vec {
	text-align: right;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	font-size: 9px;
}

.centered {
	text-align: center;
}

ul {
	list-style-type: square;
}

ul, ol, blockquote {
	margin-top: 4px;
	margin-bottom: 4px;
}
/*	
page titles: Arial, 20 px, #333333
body page headers: Arial Bold, 13 px, #333333
body text: Arial, 11 px, #666666 and #333333
*/

div.imageBox {
	position: relative;
	display: block;
	background-image:url(/img/cms/faux_img_box.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border: 1px solid #ebebeb;
	margin: 4px;
	padding: 4px;
	color: #666666;
	width: 160px;
	text-align: center;
	float: right;
}

/* News, Promos ... */

h2.newsTitle {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border: 0px none;
}

h2.newsTitle, h2.newsTitle a:link, h2.newsTitle a:active, h2.newsTitle a:visited, h2.newsTitle a:hover {
	color: #2895d5;
	font-weight: bold;
	text-decoration: none;
}

h2.newsTitle a:hover {
	text-decoration: underline;
}

td.newsBullet {
	width: 22px;
	margin: 0px;
	padding: 3px 8px 0px 0px;
	vertical-align: top;
	text-align: right;
}


/* Other */

.mpcPrice, .mpcPriceBig {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.mpcPriceBig {
/*	font-size: 20px;	*/
}


.ToDo {
	color: #FF00FF !important;
}

