/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

* {
	margin:0px;
	padding:0px;
}

/***********************************/
h1#paymentHeading{
	padding:7px 0 5px 10px;
	width:555px;
	height:33px;
	color:#ffffff;
}


div#payment-contents h2{
	margin: 30px 0 15px 0;
	width: 425px;
	height: 40px;
	text-indent: -9999px;
	}
div#payment-contents h4{
	width: 400px;
	height: 30px;
	text-indent: -9999px;
	}
	
div#payment-contents h2#one{
	background: url(/includes/templates/classic/images/payment/h2_01.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h2#two{
	background: url(/includes/templates/classic/images/payment/h2_02.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h2#three{
	background: url(/includes/templates/classic/images/payment/h2_03.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h2#four{
	background: url(/includes/templates/classic/images/payment/h2_04.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h2#five{
	background: url(/includes/templates/classic/images/payment/h2_05.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h2#six{
	background: url(/includes/templates/classic/images/payment/h2_06.gif);
	background-repeat: no-repeat;	
	}

div#payment-contents h4#one{
	background: url(/includes/templates/classic/images/payment/h4_01.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h4#two{
	margin-top: 50px;
	background: url(/includes/templates/classic/images/payment/h4_02.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h4#three{
	background: url(/includes/templates/classic/images/payment/h4_03.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h4#four{
	background: url(/includes/templates/classic/images/payment/h4_04.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h4#five{
	background: url(/includes/templates/classic/images/payment/h4_05.gif);
	background-repeat: no-repeat;	
	}
div#payment-contents h4#six{
	background: url(/includes/templates/classic/images/payment/h4_06.gif);
	background-repeat: no-repeat;	
	}


/***********************************/

div#payment{
	background-image:url("/includes/templates/classic/images/h1_back.gif");
	background-repeat:no-repeat;
}


p{
	font-size:1.15em;
	line-height: 1.5em;
	color: #333333;
}

div#payment-contents p{
	margin: 10px 30px 10px 25px;
	}
div#payment-contents img.payment-one{ margin: 10px 0 20px 50px;}
div#payment-contents img.payment-two{ margin: 20px 0 20px 10px;}

div#payment-contents div#contact{
	margin: 50px 0 20px 80px;
	padding: 15px;
	width: 300px;
	border: 1px solid #666666;
	}

span.red{ color:#FF0000;}
