@CHARSET "UTF-8";

#mod_pack_products
{
	background: url('../../../img/blockpackproduct/bg_pack.png') transparent repeat top left;
	margin-top: 20px;
	padding: 10px 20px;
}

#mod_pack_products table
{
	/*margin: 10px 20px;*/
	border-collapse: collapse;
}
	#mod_pack_products table thead { height: 31px }
		#mod_pack_products table thead tr th
		{
			color: #262626;
			font-size: 12px;
			text-transform: uppercase;
			text-align: center;
			vertical-align: top;
			line-height: 11px;
			padding: 0 10px
		}
			#mod_pack_products table thead tr #title_pack 
			{ 
				font-size: 16px;
				text-align: left;
				line-height: 16px;
				padding-left: 0;
				width: 519px
			}
			#mod_pack_products table thead tr #eco_pack { color: #cc0000 }
			#mod_pack_products table thead tr #tprice_pack { width: 158px }
			#mod_pack_products table thead tr.sep { height: 9px }

#mod_pack_products table tbody tr
{
	height: 157px;
	border-collapse: separate;
	vertical-align: top;
	background-color: #fff
}

	#mod_pack_products table tbody tr td 
	{
		padding: 15px 10px 11px 10px;
		height: 132px
	}
	#mod_pack_products table tbody tr td img.add_pack 
	{ 
		float: left;
		margin: 31px 11px 0 11px
	}
	#mod_pack_products table tbody tr td div.product a.cluetip
	{
		display: block;
		height: 70px;
		width: 70px
	}
	#mod_pack_products table tbody tr td div.product, 
	#mod_pack_products table tbody tr td div.product a.cluetip img
	{
		height: 70px;
		width: 70px
	}
	#mod_pack_products table tbody tr td span.name_pack
	{
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #262626;
		margin-bottom: 11px
	}
		#mod_pack_products table tbody tr td span.name_pack a
		{
			font-size: 11px;
			font-weight: normal;
			color: #3399cc;
			text-decoration: none;
			margin-left: 5px
		}
	#mod_pack_products table tbody tr td p
	{
		color: #aaaaaa;
		font-size: 11px;
		font-weight: bold;
		padding: 0;
		margin: 12px 0 0 0;
		line-height: 11px
	}
		#mod_pack_products table tbody tr td p span { color: #000 }
	
	#mod_pack_products table tbody tr td.price_no_pack
	{
		font-size: 18px;
		color: #262626;
		text-align: center;
		/*padding-top: 87px*/
	}
	#mod_pack_products table tbody tr td.price_no_pack span 
	{ 
		display: block;
    	margin-top: 72px;
		width:100px;
	}
	
	#mod_pack_products table tbody tr td.price_saved
	{
		text-align: center
	}
		#mod_pack_products table tbody tr td.price_saved span
		{
			display: block;
			height: 21px;
			width: 54px;
			background: url('../../../img/blockpackproduct/bg_promo_pack.png') transparent top left no-repeat;
			font-size: 13px;
			font-weight: bold;
			color: #fff;
			margin: 68px auto auto;
			line-height: 21px
		}
	
	#mod_pack_products table tbody tr td.price_pack
	{
		text-align: right
	}
	#mod_pack_products table tbody tr td.price_pack span.price
	{
		display: block;
		margin-top: 68px;
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		color: #262626
	}
	#mod_pack_products table tbody tr td.price_pack a.exclusive 
	{
	    background: url("../../../img/bg_addtocart_associated.png") no-repeat scroll 0 0 transparent;
	    color: #FFCA30;
	    font-size: 10px;
	    font-weight: bold;
	    height: 25px;
	    line-height: 25px;
	    margin: 0 auto;
	    padding-left: 23px;
	    text-align: center;
	    text-transform: uppercase;
	    width: 114px;
	}
	
	#mod_pack_products table tbody tr td.price_pack a.exclusive:hover
	{
		text-decoration: underline;
	}
	
#mod_pack_products table tbody tr.sep
{
	background: none;
	height: 10px
}
	#mod_pack_products table tbody tr.sep td
	{
		margin: 0;
		padding: 0;
		height: 10px;
		line-height: 10px
	}

#mod_pack_products table tr td div.product
{
	float: left
}




body#product #cluetip
{ 
	background-color: #fff;
	width: 147px;
	height: 280px;
	border: 1px solid #ffca30
}
	body#product #cluetip #cluetip-outer
	{
		background-color: #fff;
		width: 147px;
		height: 280px;
		position: relative;
	}
	body#product #cluetip #cluetip-outer h3
	{
		padding: 0;
		margin: 0;
		display: none
	}
	
	body#product #cluetip #cluetip-outer #cluetip-inner
	{
		text-align:left;
	}
	
		body#product #cluetip #cluetip-outer #cluetip-inner img
		{
			height: 147px;
			width: 147px;
			border-bottom: 1px solid #d0d0d0
		}
		body#product #cluetip #cluetip-outer #cluetip-inner div
		{
			position: absolute;
			height: 147px;
			width: 147px;
		}
		body#product #cluetip #cluetip-outer #cluetip-inner div img
		{
			position: absolute;
			right: 0;
			top: 0;
			width: 67px;
			height: 67px;
			border-bottom: none
		}
		body#product #cluetip #cluetip-outer #cluetip-inner h5
		{
			color: #222222;
			font-size: 12px;
			font-weight: bold;
			/*text-align: justify;*/
			margin: 0 5px
		}
		body#product #cluetip #cluetip-outer #cluetip-inner p
		{
			color: #000;
			font-size: 11px;
			font-weight: normal;
			/*text-align: justify;*/
			margin: 0 5px;
			padding-bottom:5px;
		}
		body#product #cluetip #cluetip-outer #cluetip-inner span
		{
			margin: 0 5px
		}
		body#product #cluetip #cluetip-outer #cluetip-inner span.ref_access
		{
			color: #666666;
			font-size: 10px;
			height: 13px;
			line-height: 13px;
		}
		body#product #cluetip #cluetip-outer #cluetip-inner span.price
		{
			color: #222222;
			display: block;
			float: right;
			font-size: 15px;
			font-weight: bold;
			margin: 12px 5px 0;
		}
		body#product #cluetip #cluetip-outer #cluetip-inner span.price_old
		{
			color: #666666;
			display: block;
			font-size: 11px;
			height: 14px;
			text-align: right;
			text-decoration: line-through;
		}
		body#product #cluetip #cluetip-outer #cluetip-inner span.on_promotion_color
		{
			background-color: #DD0000;
			color: #FFFFFF;
			float: right;
			font-size: 12px;
			font-weight: bold;
			height: 15px;
			line-height: 15px;
			padding: 0 2px;
			text-align: center;
		}