
/*  --------------- BUTTONS ---------------  */

.buttonRow, .buttonRow2 {padding:7px 0px; margin:0;}
.buttonRow input, .buttonRow2 input, .buttonRow3 input {border:none; padding:0; background:none;}

/****** list dl 20090108*****/
dl.data {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
}

dl.data dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 10em;
	float: left;
	color: #333;
}
	
dl.data dd {
	margin: 0 0 0 10em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #333;
	background-color: #fff;
	text-align: left;
}
a.data {
        color: #ff0000;
        text-decoration:none;
        }
/****** payments bckground image 20090406*****/
#payments{
	float:left;
	width:165px;
	background: url(../images/logo_creditcards.jpg) 0em 2em no-repeat;
	height: 100px;
	padding: 43px 0px 0px 210px;
	}

