@charset "utf-8";
/* CSS Document */
#content #shop_content {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
	min-height: 400px;
}
#content #shop_content h2 {
	font-size: 16px;
	color: #b2000b;
}
#content #shop_content img {
	border: 2px solid #7e7e7e;
}

#content #shop_content a {
	color: #7e7e7e;
	text-decoration: underline;
}
#content #shop_content #plist a {
	color: #7e7e7e;
	text-decoration: none;
}

#content #shop_content #plist a:hover {
	color: #b2000b;
}

/*Product Detail Page*/
#shop_content #main_img {
	width: 275px;
	float: left;
	margin-right: 23px;
}
#shop_content #product_thumbnails {
	width: 61px;
	float: left;
	margin-right: 40px;
}
#shop_content #product_thumbnails img:hover{
	border: 2px solid #FFCC33;
}
#shop_content #product_info {
	width: 420px;
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 18px;
	background: #fbc318 url('../images/proddetail_yellowhole.gif') no-repeat top right;
	color: #565656;
}
#shop_content #product_info .pd_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#shop_content #product_info .pd_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
#shop_content #product_info .pd_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#shop_content #product_info #btnAddToCart {
	vertical-align: bottom;
}

.fourcol {
	width: 196px;
	float: left;
	margin: 19px 11px;
	padding: 0px;
	text-align: center;
}

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

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

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


.cat_desc {
	width: 90%;
	margin: 10px 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}
.cat_desc em {
	font-weight: bold;
	color:#b2000b;	
}

/*buttons*/
.box
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.boxhover {
	color: #b2000b;
	background: #cccccc;
}

/*tables*/
.entryTableHeader td {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.tblContent tr {
	border: 1px solid #999999;
}

.label {
	font-weight: bold;
}

.clearFix {
	clear:both;
	height: 1px;
}
.errorMessage {
	font-size: 18px;
	font-weight: bold;
	color: #b2000b;
	border: 1px dashed #333333;
	background-color: #FFFF99;
} 

/*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;
}	