﻿/*
.productTagButton
{
	float: right;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url(/images/button-background-wide.png);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 115%;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.productTagButton:visited
{
	color: #FFFFFF;
}

.productBoxRounded h2
{
	font-weight: bold;
	color: #10496B;
	font-size: 120%;
	margin-top: 0px;
}

.productBoxRounded .teamData p
{
	width: 320px;
	margin: 0;
	font-size: 90%;
}

.productBoxRounded .calloutCopy
{
	float: left;
	border-left: solid 2px #184870;
	border-right: solid 2px #184870;
	padding-left: 20px;
}

.productBoxRounded .other
{
    width: 426px;
    padding-right: 20px;
}

.productBoxRounded .teamData
{
	width: 446px;
}

.productBoxRounded .corner
{
	float: left;
	height: 20px;
	width: 20px;
}

.productBoxRounded .top
{
	float: left;
	border-top: solid 2px #184870;
	height: 18px;
	width: 430px;
}

.productBoxRounded .bottom
{
	float: left;
	border-bottom: solid 2px #184870;
	height: 18px;
	width: 430px;
	margin-bottom: 15px;
}

.productBoxRounded .topLeft
{ background-image: url(/images/border-top-left.png); }

.productBoxRounded .topRight
{ background-image: url(/images/border-top-right.png); }

.productBoxRounded .bottomLeft
{ background-image: url(/images/border-bottom-left.png); margin-bottom: 15px; }

.productBoxRounded .bottomRight
{ background-image: url(/images/border-bottom-right.png); margin-bottom: 15px; }

.productBoxRounded .buttonWrapper
{
	float: right;
	width: 120px;
	margin-top: 10px;
}

.productBoxRounded .priceTag
{
	float: right;
	height: 30px;
}

.productBoxRounded .priceTag .middle
{
	width: 40px;
	text-align: left;
}

.productBoxRounded .buyNow
{
	float: right;
	height: 30px;
	margin-top: 10px;
}

.productBoxRounded .buyNow .middle
{
	width: 80px;
	text-align: left;
}

.productBoxRounded .singleSeasonWrapper
{
	float: right;
	width: 100px;
	margin-top: 10px;
}
*/

