﻿/* PRODUCTS
----------------------------------------------------------*/

p
{
	padding: 0 20px 10px 20px;
	text-align: justify;
	color: white;
}

.item_group
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	display: block;
	line-height: 18px;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "Verdana", "sans-serif";
}

.item_group:last-child
{
	margin-bottom: 20px;
}

.item_group .first_line
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-left:20px;
}

.item_group .first_line .group_button
{
	background-image: url('../img/right_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 9px;
	height: 9px;
	display: inline-block;
}

.item_group .first_line .group_name
{
	display: inline-block;
	color: white;
}

.group_area
{
	display: none;
	width: 100%;
	margin: 0 0 10px 0;
	height: auto;
}

.item_area
{
	position: relative;
	float: left;
	display: inline-block;
	margin: 10px 5px 10px 5px;
	width: 340px;
	max-height: 270px;
	font-size: 12px;
}

.item_show
{
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width: auto;
	height: auto;
	text-align: center;
	z-index: 10;
}

.item_show_main
{
	position: relative;
	display: block;
	height: 240px;
	text-decoration: none;
	padding: 5px;
	margin-top: 5px;
	background: white;
}

.item_show_main .show_image
{
	position: relative;
	display: block;
	float: left;
	max-height: 100px;
	max-width: 150px;
	background: transparent;
	border-style: none;
	margin-right: 5px;
}

.item_show_main .show_image img
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	max-width: 150px;
	border-style: none;
}

.item_show_main .main_features
{
	display: block;
	float: right;
	width: 175px;
	text-align: left;
	vertical-align: top;
	color: black;
}

.item_show_main .main_features .pd_details_features
{
	display: block;
	padding-left: 22px;
	margin-bottom: 2px;
	background-image: url('../img/tick_mark.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.item_title
{
	position: relative;
	display: block;
	background: transparent;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}

.item_show_price
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 25px;
	width: 95%;
}

.item_show_price_text, a.view_details, .calculating
{
	position: relative;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;

	padding: 0 5px 0 5px;
	font-weight: bold;
}

.item_show_price_text
{
	float: right;
	font-size: 16px;
	color: white;
	background-color: #73182C; /* maroon */
}

a.view_details 
{
	float: left;
	font-size: 14px;
	border-style: none;
	text-decoration: none;

	color: #73182C; /* maroon */
	background-color: #FCD116; /* gold */
}

a.view_details:hover
{
	text-decoration: underline;
}

.calculating
{
	float: right;
	margin-right: 5px;
	font-size: 14px;
	color: #FCD116; /* gold */
	background-color: #73182C; /* maroon */
}

.item_hidden_transparency
{
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
	width: 185px;
	overflow: hidden;
	background-color: white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* for IE8 */
	filter: alpha(opacity=90); /* for IE5-7 */
	opacity: 1; /* for all other browsers */
	z-index: 8;
}

.item_hidden_show
{
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
	padding: 5px;
	color: black;
	width: 185px;
	overflow: hidden;
	z-index: 9;
}

.item_area:hover .main_features{display:none;}
.item_area:hover .item_show_price_text{display:none;}
.item_area:hover .calculating{display:none;}

.item_area:hover .item_hidden_transparency
{
	display: block;
	z-index: 11;
}

.item_area:hover .item_hidden_show
{
	display: block;
	z-index: 12;
}

.item_area .item_desc
{
	display: block;
	width: 100%;
	height: auto;
	text-align: justify;
}

.item_area .item_desc b
{
	display: inline-block;
	font-weight: bold;
	color: #73182C; /* maroon */
}

.item_area table.item_price
{
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
	font-size: 12px;
	line-height: 22px;
	border-collapse: collapse;
}

table.item_price tr.price_row label
{
	font-size: 16px;
	font-weight: bold;
}

table.item_price tr.price_row label.item
{
	color: #FCD116; /* gold */
}

table.item_price tr.price_row label.package
{
	color: #73182C; /* maroon */
}

table.item_price input.btnAddToCart
{
	vertical-align: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .item_show_main .show_image img {
    position: absolute;
	top: 100px ;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	margin: auto;
	max-width: 150px;
	border-style: none;
	} 
}

@supports (-ms-accelerator:true) {
   .item_show_main .show_image img {
		position: relative;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		display: block;
		margin: auto;
		max-width: 150px;
		border-style: none;
	} 
}