/* All gifts page */
#module-giftonordermodule-all_giftonorder #product_list>LI{
	min-height: 130px;
}
/* End All gifts page */

/* Cart summary page */
#giftonordercart table {
	text-align: center;
	margin-left:100px;
}
.row #giftonordercart table {
	margin-left:0;
}

#giftonordercart table .olea_product {
	padding-left:30px;
}

#giftonordercart table p {
	padding-bottom:10px;
}
#giftonordercart table .olea_conditions a {
	font-style:italic;
}
/* End Cart summary page */

/* Extra product hook */
.giftonorder_productgifts {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding-top: 10px;
	display: inline-block;
	width: 100%;
}
.giftonorder_productgifts label {
	display: inline-block;
    font-size: 12px;
    font-weight: 700;
    width: 125px;
    text-align: right;
	color: #333333;
}
 .giftonorder_productgifts select {
	border: 1px solid #CDCDCD;
    width: 120px;
}
.giftonorder_productgifts img {
	float: left;
}
.giftonorder_productgifts .goo_preselectinfo {
	padding-bottom:5px;
}

.giftonorder_productgifts .strike {
	text-decoration: line-through;
	color:red;
}
/* End Extra product hook */

/* Left Block */
#block_giftonorder p {
	padding-bottom:0;
	font-weight:bold;
	text-align:right
}

#block_giftonorder ul>h5 {
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
#block_giftonorder p.title_block, #block_giftonorder h4  {
	padding:6px 11px;
	text-align:left
}
#block_giftonorder .products li {
	padding:15px 0;
	border:none;
}
#block_giftonorder li .s_title_block, #block_giftonorder li h5 {
	padding:0 0 3px 0;
	font-size:12px;
	text-align:left;
}
#block_giftonorder .products li a {
	padding:0;
	background:none
}
#block_giftonorder li.product_image {
	padding-right:10px;
	padding-bottom: 0;
	width:62px;
}

/* End Left Block */


/* 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;
}
.giftonorderchooser {
	clear:both;
	/*overflow:hidden;*/
	padding:0.7em;
	margin:0 0.7em 2em;
	border-top:2px solid #bdc2c9;
	height:auto;
}
.row .giftonorderchooser {
	padding: 0;
	margin: 0;
}
.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;
}
.row .giftonorderchooser ul li {
	width:auto;
	margin: 0;
}
.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 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 */

	

