
/* products --------- products --------- products ---------  */
#Product #showcase {
	width: 275px;
	padding: 0 0px 0px 0px;
}

#Product #showcase a, a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration:underline;
}

#Product #Details {
	padding:2px 15px;
}

#Product #Details .Title {
	border-top:1px solid #48656d;
	border-bottom:1px solid #48656d;
	padding: 3px 0px;
	font-size:1.1em;
	color: #694f42;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

}

#Product #Details .Descr
{
	padding-top:5px;
	color: #56747B;
	font: normal 12px  Arial;
}


#Product #Details #price {
	float: left;
	padding:8px 0 15px 0;
	font: bold 1em  Arial;
	width: 200px;
}

#Product #Details #stock {
	float: left;
	padding:8px 0 18px 0;
	font: bold 1em  Arial;
	width: 86px;
}
#Product #Details #OutOfStock {
	float: left;
	font-weight: bold;
	padding: 5px 0 15px 0;
}
#Product #AddToOrder {
	font: normal 0.8em  Arial;
	color: #3e3e3e;
	/*text-transform:uppercase;	*/
}

#Product #AddToOrder p {
	padding:5px 0 23px 0;
	font: bold 1.1em  Arial;
	color: #56747B;
}

#Product #AddToOrder td {
	text-align: left;
}

#Product .AddItemToOrder {
	color: #56747B;		
}

#Product .itmheader {
	display: block;
	text-align: center !important;
}


#Product #pricerow {
	text-align: left;
	display: inline;
}

#basket	{
	border:2px solid #d2c1a7;
	width: 148px;
	padding: 12px 10px 8px 8px;
	background: #c6d2d2;
}

#Product #basket label {clear: both; float: left; padding-top: 7px; font-weight: bold; font-size: 11px; font-family: Arial,Georgia;}

#basket .lblShipTo	{
	clear: both;
	font: bold 11px Arial;
	text-transform:uppercase;
}

#basket select, #basket input.txt, #basket input.txtShip	{
	border-top: inset 2px #969696;
	border-left: inset 2px #969696;
	font-size:11px;
}

#basket select	{
	margin: 0px;
	font-size:11px;
	font-family: Arial;
	width: 140px;
	color: #522b1a;
	padding: 0px;
	font-weight: normal;
	border: 1px solid #522b1a;
}

#basket input.txtShip	{
	margin: 0px;
	font-size:11px;
	font-family: Arial;
	width: 135px;
	color: #522b1a;
	padding: 1px;
	font-weight: normal;
	border: 1px solid #522b1a;
	text-align:left;
}

#basket button	{
	width: 128px;
	height: 23px;
	display: block;
	color: #f1dec0;
	text-indent: 15px;
	margin: 20px auto 0 auto;
	font: bold 1em Times New Roman, Arial, Georgia;
	background: url(/grafx/bg_button_basket.jpg) no-repeat left top;
}


/* ********** START additional action */
#basket ul.action	{
	width: 130px;
	padding: 8px 0;
	margin: 0 auto 16px auto;
	border-bottom: solid 1px #522b1a;
	color:#496772;
}
#basket ul.action li	{
	font-size: 1.1em;
	padding: 8px 0 8px 32px;
	color:#496772;
}
#basket li.add	{
	background: url(/grafx/PF/icon_add.jpg) no-repeat 10px center;
}
#basket li.email	{
	background: url(/grafx/PF/icon_email.jpg) no-repeat 10px center;
}
#basket ul.action  a  {
	font-weight:normal;
	font-size:0.8em;
	text-decoration:underline;
	color:#496772 !important;
	font-family: Arial;
}

#basket ul.action  a:hover {
	color: white !important;
}


#basket ul#ship	{
	width: 130px;
	margin: 0 auto;
}
#basket ul#ship li	{
	float: left;
	height: 18px;
	margin: 0 4px;
}
#basket li.s1	{
	width: 15px;
	background: url(/grafx/PF/bg_s1.jpg) no-repeat left center;
}
#basket li.s2	{
	width: 37px;
	background: url(/grafx/PF/bg_s2.jpg) no-repeat left center;
}
#basket li.s3	{
	width: 24px;
	background: url(/grafx/PF/bg_s3.jpg) no-repeat left center;
}
#basket li.s4	{
	width: 17px;
	background: url(/grafx/PF/bg_s4.jpg) no-repeat left center;
}


#basket .OutOfStock {
	font: 12px Arial, sans-serif;
}

/*  *********** START product quantity */
#dvQty  {
	width: 54px;
	height: 31px;
	background:	url('/grafx/PF/txtProductQty.gif') no-repeat left top;
	text-align: center; padding-top: 4px;
}
#dvCartQty  {
	border:1px solid white;
	width:60px;
	height:31px;
	background:	url('/grafx/PF/txtQty.gif') no-repeat left top;
	text-align:center;
}
#dvCartQtyContent {width: 50px; height: 20px; margin-top: 4px; margin-left: 3px;}
#dvQty input {width: 40px; font-weight: bold; font-size: 1em; text-align: center;}


#Addition {overflow: hidden; float: left; font-size: 12px; color: #522b1a; width: 275px; border: 2px solid #d2c1a7;}
#Addition .Title {font-size: 15px; font-family: Times New Roman; background-color: #c6d2d2; height: 23px; text-align: center; color: #48666e; padding: 9px 0px 9px 0px;}
#Addition a {font-size: 11px; color: #48666e;}
#Addition a:hover {color: #fff;}
#Addition .divblock {display: none; background: #fbf3e6; padding:10px; line-height: 125%; font-family: arial;}
#Addition #AddnContent {display: block;}

#GiftIdeas {
	padding:0px 0px 0px 15px; 
	height:250px;
}
#GiftIdeas a, a:link, a:visited, a:active {
	color: #456770;
	font-size:.9em;
}
#GiftIdeas .Title{
	font-size:1.5em;
	color: #47686f;
	font-weight:normal;
	border-top: 1px solid #e6ded1;
	border-bottom: 1px solid #e6ded1;
	padding:6px 0px;
	text-transform:uppercase;
}
#GiftIdeas .Gift {
	float:left;
	width:143px;
	text-align:center;
	padding:15px 5px;
}
#GiftIdeas .ImgBlock {
	margin-left:5px;
	background: url(/grafx/PF/bg_giftideas_container.jpg) no-repeat;
	height:100px;
	width:120px;
	padding:5px 5px;
}
#GiftIdeas .GiftDesc {
	border-top: 1px solid #b9c7c8;
	border-bottom: 1px solid #b9c7c8;
	height:50px;
	text-transform:capitalize;
}

/*	Products Discontinued 		*/
#GiftIdeas .GiftDesc a {
	color: #456770;
	font-size:.9em;
	text-transform:capitalize !important;
}

#dvProduct #Discontinued {
	padding:15px 25px;
}

#dvProduct #Discontinued .Title {
	border-bottom:1px solid black;
	font-size:1.6em;
	padding:5px 0px;
}

#dvProduct #Discontinued .Sorry {
	color:red;
	padding:10px 0px;
	text-align:center;
	font-weight:bold;
}

#dvProduct #Discontinued .Recommend {
	padding:20px 0px 10px 0px;
	text-align:center;
	font-size:1.3em;
}

#dvProduct #Discontinued #OptItm1 {
	/* padding:20px 15px 0px 15px; height:170px; */
	padding:10px 15px 0px 15px; height:200px;
	width:215px;
	float:left;
	background: #cfc4c0 url(/grafx/bg_disc.jpg) no-repeat;
}
 
#dvProduct #Discontinued #OptItm2 {
	/* padding:20px 15px 0px 15px; height:170px; */
	padding:10px 15px 0px 15px; height:200px;
	width:215px;
	float:left;
	background: #cfc4c0 url(/grafx/bg_disc.jpg) no-repeat;
	margin-left:6px;
}

#dvProduct #Discontinued #OptItm3 {
	/* padding:20px 15px 0px 15px; height:170px; */
	padding:10px 15px 0px 15px; height:200px;
	width:215px;
	float:right;
	background: #cfc4c0 url(/grafx/bg_disc.jpg) no-repeat;
}

#dvProduct #Discontinued .OpTitle {
	text-align:center;
	font-size:1.2em;
	color:#862433;
	font-weight:bold;
	padding:0px 0px 5px 0px;
}

#dvProduct #Discontinued .OpItem {
	/* height:90px; */
	height:110px;
	padding:0px 0px 0px 0px;
	height:65px;
	/*
	height:147px;
	overflow:hidden;
	*/
}

#dvProduct #Discontinued .OpImg {
	width:60px; height:67px; float:left;
}

#dvProduct #Discontinued .OpDesc { 
	width:150px; float:right; padding:0px 0px 3px 0;
	line-height: 105%;
}

#dvProduct #Discontinued .ShipIcon {
	clear:both; padding:0px 0px 2 0;
}

.pdsaleprice {
	width:100px;
	font-weight:bold; 
	color:#a78c67;
}

/* VEIL */
#veil {position: absolute; background-color: #000; width: 10px; height: 10px; left: 0; top: 0; z-index: 5; display: none; filter:alpha(opacity=50); opacity: 0.5;}
#win_warning, #gift_list {z-index: 10; display: none; position: absolute; background-Color: #C4B7B3; border: 2px solid #330000; width: 339px; height: 150px; padding: 10px;}
#gift_list {width: 230px; height: 280px; font: normal 14px Times New Roman, Arial, Georgia; color: #522b1a;	background-color: #fbf3e6;}

/* SHOWCASE */
#ShowCase_Main { clear:both; width:275px; height:275px;padding:0px 0px;visibility:visible;position:relative; }
#ShowCase_Main_A, #ShowCase_Main_B { clear:both; width:275px; height:0px;padding:0px 0px;visibility:hidden;position:relative;}
#ShowCase_Bar { clear:both; width:275px; height:90px; padding:5px 0px; overflow:hidden; }
#ShowCase_Bar .img { margin-left:6px; float:left; width:80px; height:80px; overflow:hidden; border:1px solid silver; }