@charset "utf-8";
/* CSS Document */

.break { width: 100%; height: 5px; background: #FFFFFF; margin: 0px; padding: 0px;}

.cat_tbl td { background-color:#FFFFFF; }
.cat_tbl td a { text-decoration: none; font-weight:bold; }

/*product/category lists*/
.pd_list td { vertical-align:top; text-align: center; }
.pd_list a { text-decoration: none; font-weight: bold; }
.pd_list a:hover {font-style: italic;}

/*Wishlist link */
.wishlist { width: 95%; text-align: right; padding-top: 5px; padding-right: 30px; padding-bottom: 4px;}
.wishlist a { font-weight: bold; }

/*buttons*/
.box
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*images*/
.cat_img {
	margin: 15px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px #666666 solid;
}

/*cart status display*/
#cart_status {
	width: 90%;
	background-color:#FFFFCC;
	font-weight:bold;
	border-bottom: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	text-align:center;	
}
.cart_header {
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #737373;
}
.cart_subtotal {
	font-size: 14px;
	text-align:right;
}
.cart_total {
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
/*pop purchase confirmation*/
#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002;
}	
