.items_list_top_bgr {
	background-color: #e5e5e5;
	background-image: url(../Images/items_list_top_bgr.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:34px;
}
.reminder_button {
	border:0;
	background-color: #f1f1f1;
	background-image: url(../Images/reminder_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:150px;
	height:23px;
	color:#666666;
	cursor:pointer;
	text-align:center;
	padding-left:15px;
	margin-left:5px;
	margin-right:5px;
}
.reminder_button_long {
	border:0;
	background-color: #f1f1f1;
	background-image: url(../Images/reminder_button_long.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:222px;
	height:24px;
	color:#666666;
	cursor:pointer;
	text-align:center;
	padding-left:15px;
	margin-left:5px;
	margin-right:5px;
}
.mailing_button {
	border:0;
	background-color: #f1f1f1;
	background-image: url(../Images/mailing_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:150px;
	height:23px;
	color:#666666;
	cursor:pointer;
	text-align:center;
	padding-left:15px;
	margin-left:5px;
	margin-right:5px;
	outline:none;
}
.mailing_button_long {
	border:0;
	background-color: #f1f1f1;
	background-image: url(../Images/mailing_button_long.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:200px;
	height:23px;
	color:#666666;
	cursor:pointer;
	text-align:center;
	padding-left:15px;
	margin-left:5px;
	margin-right:5px;
	outline:none;
}

.addto_basket_button {
	border:0;
	background-color: #f1f1f1;
	background-image: url(../Images/addto_basket_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:161px;
	height:23px;
	color:#666666;
	cursor:pointer;
	text-align:center;
	padding-left:15px;
	margin-left:5px;
	margin-right:5px;
	outline:none;
}

.items_list_top_txt {
	font-size:12px;
	color:#4c4c4c;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.items_list_top_txt a {
	color:#4c4c4c;
	text-decoration:underline;
}
.items_list_top_txt a:hover {
	color:#4c4c4c;
	text-decoration:none;
}
.items_grey_table {
background-color:#f7f7f7;
}
