#product-bundle-header {
	background: #cc0000 url('/images/soccer/productpage/backgrounds/product-bundle-header-bg.jpg') top repeat-x;
	color: #fff;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	margin-bottom: 2px;
}

#product-bundle-header table{
	color: #fff;
	font-size: 11px;
}

#product-bundle-header a:link, #product-bundle-header a:visited {
	color: #fff;
}

#product-bundle-header a:hover {
	color: #fff;
}


#bundle-section {
	background-color: #ddd;
	padding: 3px;
	text-align: left;
}

#bundle-section .bundle-section-label {
	margin: 4px 0;
}

#bundle-section .bundle-box {
	background-color: #eee;
	border: 1px solid #999;
	margin: 4px 0 2px 0;
	padding: 3px;
	text-align: left;
}

#bundle-section .bundle-box .bundle-box-header {
	font-weight: bold;
	margin: 2px 0 2px 0;
}

#bundle-section .bundle-box .bundle-option {
	margin: 8px 0 4px 0;
}

#bundle-section .bundle-box .bundle-option-label {
	font-weight: bold;
}

#bundle-section .bundle-box .bundle-option .bundle-option-detail {
	margin: 0 0 0 16px;
}



#bundle-section .bundle-box .bundle-option .bundle-option-detail .bundle-option-modifier {
	margin: 4px 0 4px 0;
}

#bundle-section .bundle-box .bundle-option .bundle-option-detail .bundle-option-color-option {
	margin-top: 5px;
	margin-bottom: 10px;
}



#bundle-section .bundle-box .roster .player {
	margin: 6px 0;
}

#bundle-section .bundle-box .roster .player .label {
}

#bundle-section .bundle-box .roster .player .name {
}

#bundle-section .bundle-box .roster .player .number {
}

/**
 * Override the widths of the divs contained in the two
 * product columns so that the left column is now the wider
 * of the two.
 */
  
#prodVitals {
	width: 325px;
}

#gcPromo {
	width: 325px;
}

#itemReviews {
	width: 273px;
}

#itemDetails {
	width: 273px;
}

/**
 * Because the left-hand side column is now wider, we don't
 * need as much vertical space for the copy. Reduce.
 */
#prodCopy {
	height: 6em;
}

/**
 * Override the widths and styles of the tier pricing div to
 * integrate it into the team ordering layout.
 */

#tierPricing {
	display: block;
}

#tierPricing table {
	border: 0;
	width: 325px;
	font-size: 11px;
}

#tierPricing caption {
	background: #000;
	padding: 2px 0;
}

#tierPricing th {
	background: #555;
	color: #fff;
}

#tierPricing td {
	background: #ccc;
}

#tierPricing th, #tierPricing td {
	border-bottom: 1px solid #ddd;
}