/* CSS Document */

div.article .right {
	margin-right:10px;
	}
	
div.article .cidsample {
	float:right;
	margin-right:100px;
	}
	
ul.plain-list li {
	line-height:1.3;
	margin: 0 0 0 0;
	width:300px;
	background-position: 0 .4em;
	line-height:1.2;
}

.safety {
	width:525px;
	}
	
/* Regular Pop-Up */
#regular-popup {
	position: absolute; 
	top: 420px; 
	left: 50px; 
	display: none;
	z-index: 100;
	margin:0;
	padding:0;
	width:480px;
}
#left-corner {
	background: url(/customer-service/images/popup-left-corner.png) left bottom no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:5px;
	width:5px;
	font-size:.75em;
	}

#middle {
	background: url(/customer-service/images/popup-top.png) left bottom repeat-x;
	float:left;
	width:463px;
	height:5px;
	padding:0px;
	margin:0;
	width:463px;
	font-size:.75em;
	}

#right-corner {
	background: url(/customer-service/images/popup-right-corner.png) right bottom no-repeat;
	margin:0;
	padding:0;
	height:5px;
	float:left;
	width:12px;
	font-size:.75em;
	}

#popup-content {
	margin:0;
	padding:0;
	background: url(/customer-service/images/popup-left-main.gif) top left no-repeat;
	}

#popup-content div.right-side {
	margin:0 0 0 5px;
	padding:0 0 20px 0;
	background: url(/customer-service/images/main-content.png) top right no-repeat;
	clear:left;
	}

#popup-content #close-button {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
}

#popup-content h2 {
	font-weight: bold;
	font-size: 1em;
	padding: 18px 0 0 15px;
	margin:0;
}

#popup-content div.right-side p {
	padding:10px;
	margin:0;
	font-size: .75em;
	padding: 18px 0 0 15px;
	}

#bottom-left-corner {
	background: url(/customer-service/images/pop-bottom-left-corner.png) left top no-repeat;
	float:left;
	margin:0;
	padding:0;
	height:12px;
	width:5px;
	font-size:.75em;
	}

#bottom-middle {
	background: url(/customer-service/images/popup-bottom-main.png) left top repeat-x;
	float:left;
	width:463px;
	height:12px;
	padding:0;
	margin:0;
	width:463px;
	font-size:.75em;
	}

#bottom-right-corner {
	background: url(/customer-service/images/pop-bottom-right-corner.png) right top no-repeat;
	margin:0;
	padding:0;
	height:12px;
	float:left;
	width:12px;
	font-size:.75em;
	}
/* /Regular Pop-Up */

	