/* CSS Document */
#shipping {
	/*background:url(../images/frontend/box_center.jpg);
	background-repeat: repeat-y;*/
	width:1045px;
	float:right;
	/*color:#FFF;*/
	color:#cdcdcd;
	}
	
#shipping h1 {
	color:#F7CD00;
	font-size:22px;	
	/*text-shadow:#000 2px 2px 2px;*/
	margin-bottom:20px;
	/*text-shadow:0 0 4px white, 0 -5px 4px #FFFF33,
    2px -10px 6px #FFDD33, -2px -15px 11px #FF8800,
    2px -25px 18px #FF2200;
	color: #222;
	margin-top:20px;*/
	}
	
#shipping h2 {
	margin-left:10px;
	font-size:13px;
	/*text-shadow: 1px 1px 0.25em black;*/
	color:#F7CD00;
	margin-bottom:10px;
	margin-top:10px;
	}

#shipping h3 {
	margin-left:10px;
	font-size:12px;
	text-decoration:underline;
	/*text-shadow: 1px 1px 0.25em black;*/
	color:#F7CD00;
	margin-bottom:10px;
	margin-top:10px;
	}

#shipping p {
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	line-height:18px;
	}
