
.heroContainer{
 height: 245px;
 min-height: 245px;
 background-color: transparent;
 background-image:none;
}
.heroInner{
	background: url(../UIimages/hero_customer_service.png) no-repeat 30px 0;
}
.heroContent{
	top:100px;
	left:420px;
}



.customerServicePage .pageHeaders {
	margin:0 0 20px;
}
.customerServicePage .pageHeaders h1{
	font: italic 26px georgia,serif;
}
.customerServicePage .pageHeaders h2 {
padding: 7px 0 0;
font-size: 15px;
font-weight: normal;
}



.security-feature .badge{
	 float: right;
	 width:150px;
}



/*contactWidget*/
.contactWidget{
	padding: 0;
}
.paymentMethods .widgetHeader, .contactWidget .widgetHeader{
	padding: 10px;
	color:#333;
	background:none;
	font-size: 16px;
	padding: 6px 0;
}
.contactWidget .widgetContent{
	padding: 15px;
}
.contactMethods li:before {
	display: inline-block;
	position: relative;
	top:4px;
	margin:0 5px 0 0;
	font-size:18px;
	color:#c4d9e8;
}
.contactMethods li{
	margin-bottom:7px;
}
.contactMethods li:hover{
	text-decoration:none;
}
.contactMethods li:hover:before{
	color: #11668A;
}
.contactWidget .section:last-child{
	margin-bottom:0;
}
.contactMethods li{
	font-size:12px;
}
.contact_phone:after{top:5px;}
.contact_chat{display: none;} /*temporery*/

.visitStore.separatorDottedTop{
	padding-top:15px;
}
.visitStore li{
	font-size:11px;
	line-height:15px;
}

.contactWidget .sectionFooter{
	display: block;
	padding: 13px 15px;
	font-size:11px;
	font-weight: bold;
	background: #F5FAFD;
	border-radius:0 0 5px 5px;
}



.paymentMethodsImage{
	display: block;
	width:200px;
	height: 30px;
	margin-bottom:10px;
	background:url(../UIimages/paymentMethods.gif);
}
.additionalPaymentMethods li{
	padding:2px 0 3px 25px;
	margin-bottom:10px;
	font-size:12px;
	background-image: url(../UIimages/paymentMethods.gif);
	background-repeat:no-repeat;
}

.additionalPaymentMethods .paypal{
	background-position: 0 -32px;
}
.additionalPaymentMethods .googleCheckout{
	background-position: 0 -60px;
}
.additionalPaymentMethods .billMeLater{
	background-position: 0 -88px;
}
.additionalPaymentMethods .vMeCheckout {
    background-position: 0 -60px;
}

.helpFeedback{
	font-size:12px;
}
.helpFeedback strong{
	line-height:18px;
	font-weight:bold;
}
.helpFeedback span{
	line-height:15px;
}
.helpFeedback a{
	font-weight:bold;
}
.helpFeedback textarea{
	height:100px;
	width:97%;
	margin-top:10px;
}



