﻿body {
	background-color: #FCFBE6;
	text-decoration: none;
	font-size: 14px;
}
hr {
	background-color: #A2422B;
}
/* *************************************************** */
/* -------------------- cart.html -------------------- */
/* *************************************************** */
#cart {
	border: 5px #A2422B ridge;
	background-color:#FCFBE6;
    position: absolute;
	width: 100px;
	height: 100px;
	z-index : 1;
	left: 200px;
	top: 60px;
	visibility: hidden;
}
#carttable {
	width: 100%;
	border: none;
	padding: 0 0 5px 0;
	background-color: #FCFBE6;
}
.carttitle {
	font-size: 18px;
}
#cartguts {
	padding: 10px;
	margin: 0 auto;
}
.cartline {}
.cartline img {margin: 0 2px;}
#checkout {}
.remline {}

.cartprice {padding: 2px 0 2px 20px;}
.cartsubtotal {font-weight:bold; padding-top: 3px;text-align:right;}
.cartheader {padding: 5px 3px;}
.cartitem {width:250px;}
.qtyclass {margin-right:10px;margin-left:8px;text-align:right;}

/* **************************************************** */
/* ------------- add + show favorite.php -------------- */
/* **************************************************** */

.center {
	text-align: center;
}

#favorites {/*the body tag ID*/}

#favs {/*the enclosing form ID*/}
#favs h4 {
	color: #A2422B;
	padding: 20px 0px;
}

.favline {/*single line class*/
	height: 30px;
}

#favs tr {
	vertical-align: middle;
}
#favs img {
	vertical-align: middle;
	padding:5px;
}
#favs p {
	padding-top:5px;
	border-bottom: 1px #A2422B solid;
	font-size:12px;}
#favs .item {}
#favs .detail {
	font-weight: bold;
}
