﻿/* This CSS is only used on specific Product page - ProductDetails control */

.ProductDetails
{
	padding: 19px 17px 0 14px;	/* These are on top of td-content's 15px */
}
.ProductDetails .Layout
{
	border-collapse: collapse;
	margin-top: 12px;
}
.ProductDetails .Layout TD
{
}

.ProductDetails TD.Photo
{
/*	width: 448px; */
	height: 440px;
}

.ProductDetails TD.Right
{
	width: 204px;
	text-align: center;
}
.ProductDetails TD.Right DIV.Wish
{
/*	height: 228px; */
	text-align: center;
}

.ProductDetails TD.Right DIV.Opts
{
	padding: 18px;
	text-align: center;
}
.ProductDetails TD.Right .Minis TD
{
	padding: 0px;
	margin: 0px;
	border: none;
}
.ProductDetails TD.Right .Minis IMG
{
	cursor: hand;
}
.ProductDetails TD.Right .Minis IMG:hover
{
}

.ProductDetails TD.Right DIV.Opts .ManualsVideos
{
	margin: 12px 0 12px 0;
}
.ProductDetails TD.Right DIV.Opts .WTB
{
	margin: 10px 0 10px 0;
}
.ProductDetails TD.Right DIV.Opts .Share
{
	margin: 10px 0 0px 0;
}
.ProductDetails TD.Right .WLtextSM
{
	font-size: 12px;
}
#fr .ProductDetails TD.Right .WLtextSM
{
	font-size: 11px;
}

.productNewOverlay
{
    position: absolute;
    left: 0px;
    top: 0px;
}



/* http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Tabs/Tabs.aspx */
.ProductDetails .Tabs
{
	margin-top: 20px;
}
.ProductDetails .Tabs .ajax__tab_header			/* Wraps all Tabs */
{
}
.ProductDetails .Tabs .ajax__tab_outer			/* ??? */
{
}
.ProductDetails .Tabs .ajax__tab_inner			/* ??? */
{
}
.ProductDetails .Tabs .ajax__tab_tab			/* Actual Tab */
{
	padding: 10px 18px 12px 18px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}
/* Note that using just .ajax__tab_active will show white only below the text in IE8 and FF */
.ProductDetails .Tabs .ajax__tab_active .ajax__tab_tab	/* Active/Selected Tab */
{
}
.ProductDetails .Tabs .ajax__tab_hover .ajax__tab_tab	/* Tab Hover */
{
}
.ProductDetails .Tabs .ajax__tab_body			/* Tab Contents */
{
	padding: 10px;
}

/* eWizard Add to WishList and Remove from WishList controls, keep this in ProductDetails.css !!! */
.eAdd A
{
	font-size: 12px;
	color: Green;
}
.eAdd
{
	font-size: 13px;
	color: Green;
	margin-bottom: 0px;
}
.eRem A
{
	font-size: 12px;
	color: Red;
}
.eRem
{
	font-size: 13px;
	color: Red;
}


@media print
{
/* style sheet for printing only */
	.ProductDetails TD.Right
	{
		display: none;
	}
	.eAdd, .eRem
	{
		display: none;
	}

	/* Show a border around FEATURES when Printing */
	.ProductDetails .Tabs
	{
		font-size: 12pt;
	}
	.ProductDetails .Tabs .ajax__tab_tab			/* Actual Tab */
	{
		font-size: 16pt!important;
		letter-spacing: 3px;
	}
}
