/* -- Biggs and Featherbelle, LLC */
/* -- Author: Casey S. Collier */
/* -- Created: 11.06.04 */
/* -- Rev 1: 11.30.04 */
/* -- Rev 2: 10.04.08 */

/* -- Item Container */
.item_gift_row {
	width:350px;
	clear:both;
	position:relative;
	overflow:auto;
}

.item_gift_row p {
	margin:1em auto 1em auto;
	padding:1em 0 0 0;
	width:300px;
	clear:both;
	font:normal normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
.item_gift_row h1 {
	margin:0;
	padding:0;
	font:bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	text-align:left;
}
/* -- Item Container */
.item_gift_row_item {
	margin:0 0 0 2px;
	padding:8px 0 0 0;
	width:113px;
	float:left;
}
.item_gift_row_item img {
	margin:0 auto 0 auto;
	padding:0;
	display:block;
}
.item_gift_details {
	margin:3px 0 3px 0;
	font:bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}
.item_gift_details ul {
	list-style-type:disc;
	margin:8px 0 8px 0;
	padding:0 0 0 1.8em;
	text-indent: -0.1em;
}
.item_gift_details ul li {
	margin:0 0 4px 0;
	padding:0;
	line-height:1em;
}
/* -- Item 'Add To Cart' */
.item_cart_small { 
	width:110px;
	margin:0;
	padding:4px 0 4px 0;
	border:2px dotted #CCCC99;
	text-align:center;
	background-color:#DDCCAA;
}
.item_cart_small_xmas { 
	width:110px;
	margin:0;
	padding:4px 0 4px 0;
	border:2px dotted #CCCC99;
	text-align:center;
	background-color:#99CCCC;
}


.item_cart_small_vday { 
	width:110px;
	margin:0;
	padding:4px 0 4px 0;
	border:2px dotted #CCCC99;
	text-align:center;
	background-color:#FF88AA;
}


/* -- Item Gifts */
.itemgifts {
	width:335px;
	margin:3px 0 0 3px;
	padding-left:3px;
	border:2px dotted #CCCC99;
	background-color:#DDCCAA;
	clear:both;
}
/* -- Item 'Add To Cart' */
.itemcartgifts {
	float:right;      
	width:154px;
	margin:3px; /*  Tricks 'Add To Cart' Into Staying Below Column */
	padding:4px 0 8px 0;
	border:2px dotted #CCCC99;
	text-align:center;
	background-color:#DDCCAA;
}
/* -- Item Cost */
.itemcostgifts {
	margin:-3px 0 0 0;
	padding:0;
	font:bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
}
.itemcostgifts_xmas {
	margin:-3px 0 0 0;
	padding:0;
	font:bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
}
/* -- Item Sub-Info Details */
.itemsubinfogifts {
	width:200px;
	margin:3px auto 3px auto;
	padding:0;
	font:italic normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}



/* -- Gifts - Custom Item Classes */

.alternate-product-details { }


.alternate-product-details .border_wholesale_image {
	width:175px;
	height:120px;
	margin-left:6px;
	border:2px dotted #CCCC99;
}

.alternate-product-details .alternate-product-details-row-b {
	position:absolute;
	right:30px;
}

.alternate-product-details .alternate-product-details-row-c {
	margin-left:8px;
}
