/*
	:: layout-product.css ::

	Stylesheet ce contine clase specifice paginilor de tip product/feature

	Copyright (c) 2010 Bits&Coffee SRL. All Rights Reserved.
*/


.product-header
{
	width: 940px;
	height: 300px;
	display: block;

	/*background-color: #6699FF;*/
	background-color: transparent;
	background-image: url(../../image/template/banner-product.png);
	background-repeat: no-repeat;

	margin-bottom: 40px;
}


/*------------------------------------------------------------------------------
	Text
------------------------------------------------------------------------------*/

.product-header .text
{
	position: relative;
	display: block;
	z-index: 2;

	width: 500px;
	height: 170px;

	padding: 50px 230px 0 80px;
	margin-bottom: 40px;
}

.product-header .text h1
{
	font-family: arial;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 -1px 0 #666666;
}

.product-header .text p
{
	font-size: 13px;
	text-align: justify;
	color: #eeeeee;
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------
	Overlay
------------------------------------------------------------------------------*/

.product-header .overlay-logo
{
	position: relative;
	display: block;
	z-index: 1;

	width: 305px;
	height: 315px;
	left: 645px; /* 940px - width */
	top: -303px;
	background-image: url(../../image/template/logo-bp-symbol.png);
}

.product-header .overlay-boxshot
{
	position: relative;
	display: block;
	z-index: 1;

	left: 690px;
	top: -315px;
	width: 200px;
	height: 358px;
	background-image: url(../../image/template/boxshot-bp.png);
}

.product-header .overlay-content
{
	position: relative;
	display: block;
	z-index: 1;

	width: 200px;
	height: 200px;
	left: 700px; /* 940px - width */
	top: -240px;
	/*opacity: 0.3;*/
}


/*------------------------------------------------------------------------------
	Tabs
------------------------------------------------------------------------------*/

.product-header .tabs ul
{
	height: 40px;
	display: block;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0;
}

.product-header .tabs ul li
{
	width: 110px;
	height: 100%;
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
}

.product-header .tabs ul li a
{
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	background-image: url(../../image/template/tabs-header.png);
	background-attachment: scroll;
	/*opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
}

.product-header .tabs ul li.tab1 a { background-position: 0 0; }
.product-header .tabs ul li.tab1 a:hover { background-position: 0 -40px; }
.product-header .tabs ul li.tab1 a.selected { background-position: 0 -80px !important; }

.product-header .tabs ul li.tab2 a { background-position: -220px 0; }
.product-header .tabs ul li.tab2 a:hover { background-position: -220px -40px; }
.product-header .tabs ul li.tab2 a.selected { background-position: -220px -80px !important; }

.product-header .tabs ul li.tab3 a { background-position: -330px 0; }
.product-header .tabs ul li.tab3 a:hover { background-position: -330px -40px; }
.product-header .tabs ul li.tab3 a.selected { background-position: -330px -80px !important; }

.product-header .tabs ul li.tab1 a,
.product-header .tabs ul li.tab2 a,
.product-header .tabs ul li.tab3 a
{
	margin: 0px;
	padding: 0px;
}

#zoom { z-index: 2; }
