/* CSS Document
Style sheet for partner buttons used within Partner web page on MSI Web Site.
Created: MSI, MAR-2006

Notes: 
	- Fixed top and bottom margins and padding are needed to prevent screen hop in IE.
*/

#content .partnerBox {
	margin: 10px;
	padding: 5px;
	font-size: .9em;
	font-weight: bold;
	border-style: solid;
	border-width: thick;
	border-color: #C8C8C8 #71828A;
	background: #fff;
	width: 64%;
 }

#content .partnerBox img {
	border: 0;
	float: right;
	}

#content .partnerBox h2 {
	color: #004080;
	}

#content .partnerBox ul {
	margin-bottom: 0;
	}

#content .partnerBox a {
	color: #369;
	text-decoration: none;
	}
	
#content .partnerBox a:hover, #content .partnerBox a:focus {
	text-decoration: underline;
	}

#content .partnerBox a:visited {
  color: #990000;
	}