ul.no-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Make it a marquee */

.marquee {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	background-color: #000000;
	bottom: 0px;
	color: white;
}

.marquee {
	height: 25px;
	overflow: hidden;
	position: relative;
	background: #526156;
	color: rgb(238, 228, 228);
	border: 1px solid #fefefe;
}

.marquee p {
	position: absolute;
	width: 20%;
	height: 20%;
	margin: 0;
	line-height: 20px;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 2s linear infinite;
	-webkit-animation: scroll-left 2s linear infinite;
	animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
/* float text */
.my_strike{
	text-decoration: line-through
	
}

.my_text
            {
                font-family:    Arial, Helvetica, sans-serif;
                font-size:      13px;
                color: darkgray;
				
				
            }
.mp_text
            {
                font-family:    Arial, Helvetica, sans-serif;
                font-size:      13px;
                color: red;
				
				
            }
			

.my_text2
            {
                font-family:    Arial, Helvetica, sans-serif;
                font-size:      18px;
                color: darkgray;
				
				
            }
.my_text3
            {
                font-family:    Arial, Helvetica, sans-serif;
                font-size:      15px;
                color: #808080;
				
				
            }
			
			.order_history {
	width: 300px;
	height: 300px;
	
	
}

				
				