.dash {
	background-image: url(../images/cart/vertdash.gif);
	background-repeat: repeat-y;
}
.dashr {
	background-image: url(../images/cart/vertdash.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.dashm {
	background-image: url(../images/cart/vertdash.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.dashtop {

	background-image: url(../images/cart/hordash.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.dashbottom {

	background-image: url(../images/cart/hordash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dashmiddle {

	background-image: url(../images/cart/hordash.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.padbottom1{
padding-bottom:1px;
}
.mainpagetableline{
background-color:#EBEBEB;
}
