/* This Style Sheet is only for styles that are added for a specific customer site
   All styles used in the default setup of the PowerWeb site can be found in the site_styles.css 

   Modified:
   July 14, 2005: KSTEVENSON: Moved all styles into site_styles.css
   
   
   
   Any styles needed for a customer's site design need to be added below. Do not ADD styles in site_styles.css
*/

#oufooter {
	font-size: 10px;
	padding: 10px;
}

.shoppingcell {
	padding-top: 5px;
	padding-bottom: 25px;
}

.nowrap {
	clear: both;
}
.homeformlink {
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 45px;
	text-align: center;
}
.homeformlink a, .homeformlink a:link, .homeformlink a:visited {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.homeformlink a:hover {
	color: #CC0000;
}

/* Secure Chekout message box */
#hopmessage {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #E1E1E1;
	text-align: center;
	margin: 10px 0 0 0;
	border: 2px solid #666666;
	width: 400px;
	line-height: 160%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#hopmessage h3 {
	font-size: 14px;
	color: #990000;
	text-align: left;
	margin-bottom: 0px;
}
#hopmessage p {
	text-align: left;
}