/*************************************************************
*
* Product style 1.0
*
* Copyright (c) 2006 - 2008 CatenaLogic
*
**************************************************************/

/*************************************************************
* PACKAGES
**************************************************************/

.package
{
	width: 275px;
	clear: none;
	float: left;
	margin-right: 10px;
}

.packageHeading
{
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	border: solid 1px black;
	background-color: #508af9;
	color: White;
}

.packageContent
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	margin: 0px 0px 10px 0px;
	padding: 5px;	
}

.packageContentTitle
{
	font-weight: bold;
}

.packageContentValue
{
	padding-left: 10px;
}

.packageContentBuyNow
{
	margin: auto;
}


/*************************************************************
* PANELS
**************************************************************/

.panelHeading
{
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	border: solid 1px black;
	background-color: #007ac7;
	color: White;
}

.panelContent
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

.panelTableLeftCell
{
	width: 150px;
}

/*************************************************************
* PRODUCTS
**************************************************************/

.productListings
{
	margin: 0px;
	padding: 0px;
}

.productListing
{
	float: left;
	width: 375px;
	height: 175px;
}

.productLogo
{
	float: left;
	width: 125px;
	height: 125px;
	padding: 0px;
	margin-top: 10px;
}

* html .productTitle
{
	margin-left: 2px;
}

.productTitle
{
	float: left;	
	padding: 0px 0px 10px 0px;
	margin: 13px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
}

.productText
{
	float: left;
	width: 250px; /* productListing.Width - productLogo.Width */
	height: 60px;
	overflow: hidden;
	font-size: 11px;
}

.productLinkInfo
{
	float: left;
	width: 250px; /* productListing.Width - productLogo.Width */
	overflow: hidden;
	margin-top: 8px;
	font-size: 11px;
}

.productPrice
{
	float: left;
	width: 250px; /* productListing.Width - productLogo.Width */
	overflow: hidden;
	margin-top: 5px;
	font-weight: bold;	
	font-size: 11px;
}


/*************************************************************
* SCREENSHOTS
**************************************************************/

.screenshotsContainer
{
	background-color: #fff;
}

.screenshotsFloat
{
	float: left;
	background: url('../Images/shadowAlpha.png') no-repeat bottom right !important;
	background: url('../Images/shadow.gif') no-repeat bottom right;
	margin: 10px 10px 10px 6px !important;
	margin: 10px 10px 10px 6px;
}

.screenshotsFloat img
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9 !important;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.screenshotsSpacer 
{
	clear: both;
}

.screenshotInStoryLeft
{
	float: left;
	padding-right: 10px;
}

.screenshotInStoryRight
{
	float: right;
	padding-left: 10px;
}
