/* Front End Styles */
.TG_plusbutton {
	font-size:30px;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:0px;
	margin-right:13px;
	display:inline-block;
	margin-top:40px;
}
.TG_product {
	display:inline-block;
	vertical-align:top;	
	position:relative;
	*zoom: 1;
    *display: inline;	
	margin: 0 13px 10px 0;
}
.TG_product_image {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.TG_product_name {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 4px 0;
	font-size:14px;
}
.TG_bundle_info {
	text-align:center;
	vertical-align:top;
	display:inline-block;
	margin: 25px 0 0 13px;
	*zoom: 1;
    *display: inline;	
}
.TG_bundle_total_price {
	font-size:16px;
}
.TG_heading_text {
	font-size:16px;
	display: block;
	padding-bottom:8px;
	font-weight:bold;
}
.TG_options_image {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.TG_colorbox_footer {
	display: block;
	vertical-align:middle;
	margin-top:10px;
}
.TG_continue {
	float:right;
	display: inline-block;
	text-align:right;
}
.TG_options_product_field {
	padding: 5px 0 12px 0;
}
.TG_options_product_field a {
	color: #000 !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 5px;
	line-height: 16px;
	display: block;
}
.TG_options_product_field a:hover {
	text-decoration:underline;
}
.TG_colorbox_footer_text {
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
}
.TG_options_product_item {
	float:left;
	padding: 5px 20px 5px 0;	
	min-width: 360px;
}
.TG_options_product_item_last {
	float:left;
	padding: 5px 0px 5px 0;
}
.TG_image {
    text-align: center;
    margin-bottom: 25px;
}
.TG_options .option {
	display: block;
	padding: 5px 0;
}
#ProductBundlesOptionsForm {
	display: inline-block;
}

.bundle-name {
	font-size: 14px;
	padding: 0px 0px 10px 0px;	
}

.bundle-list-name {
	font-size: 14px;
	padding: 5px 0px 5px 10px;		
}

.TG_quantity {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  top: -5px;
  left: -10px;
  color: #fff;
  background-color: #ee3313;
  border-radius: 50%;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%; 
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}	