/* Cluetip design */

#order #gift_div{ display:none; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

#giftonorderchooserlist {
	overflow:auto;
	clear:both;
        display:none;
}

#giftonordercart {
        display:none;
}

.giftonorderchooser {
	clear:both;
	/*overflow:hidden;*/
	padding:0.7em;
	margin:0 0.7em 2em;
	border-top:2px solid #bdc2c9;
	height:auto;
}
.giftonorderchooser ul {
	overflow2:hidden;
	list-style-type:none; 
	margin-top: 0.7em; 
}
.giftonorderchooser ul legend {
	overflow2:hidden;
}
.giftonorderchooser ul li {
	overflow:hidden;
	margin:0.7em;
	display:block;
	clear:none;
	float:left; 
	width:110px;
	text-align:center;
}
.giftonorderchooser ul li a {
	display:block;
	text-decoration:none;
}
.giftonorderchooser ul li a:hover {
	text-decoration:none;
}
.giftonorderchooser ul li a img {
	display:block; 
	margin:auto;
	border:2px solid transparent;
}
.giftonorderchooser ul li.selected a img {
	border:2px solid red;
}

.cluetip-gift_product {
		text-align:left;
		background-color:white;
		padding:10px;
		border:1px solid gray;
		background:#F1F2F4 url(http://www.cristalfestival.com/register/modules/giftonordermodule/img/block_bg.jpg) repeat-x scroll left bottom;
		opacity:0.95;
	}
	
	.cluetip-gift_product #cluetip-close{
		text-align:right;
		float:right;
	}
	
	.cluetip-gift_product h4{
		float:left;
		font-size:1.6em;
		margin-bottom:5px;
		width:100%;
	}
	
	.cluetip-gift_product a{
		float:left;
		margin-top:2px;
	}
	
	.cluetip-gift_product p.description{
		float:left;
		width:90%;
		margin-left:15px;
	}
	
	.cluetip-gift_product div.prices{
		float:left;
		width:100%;
		text-align:right;
	}
	
/* END Cluetip design */