.buy_host_btn
{
	height: 86px;
	width: 209px;
	background-image: url(images/host_btn.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
	float: left;
	position: relative;
	padding-top: 15px;
}

.buy_host_btn.selected
{
	background-image: url(images/host_btn_prsd.png);
	background-repeat: no-repeat;
}

.host_btn_icon
{
	margin: 10px;
	display: inline;
	vertical-align: middle;
	margin-right: 0px;
	border: 0px;
}

.btn_panel_main_title
{
	position: relative;
	top: 10px;
	left: 10px;
	color: #434146;
	font-family: 'PT Sans';
	font-size: 14pt;
	font-weight: 100;
	line-height: 120%;
	margin: 20px auto 10px;
	text-align: center;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
	width: 400px;
}

.host_btn_price
{
	display: inline;
	color: #004BAD;
	font-family: Myriad Pro;
	font-size: 16pt;
	font-weight: 100;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: left;
	/*text-shadow: 1px 1px 1px #FFFFFF;*/
	vertical-align: middle;	
	width: 76px;
}

.hostHostBtnA:hover
{
	text-decoration: none;
}

a:hover div.host_btn_price, a:hover span.host_btn_title
{
	text-decoration: none;
}

.host_btn_title
{
	display: inline;
	height: 46px;
	text-align: center;
	width: 80px;
	color: #434146;
	font-family: "PT Sans";
	font-size: 10pt;
	font-weight: 200;
	line-height: 26px;
}

.host_btn_large
{
	width: 279px;
	height: 85px;
	background-image: url(images/buy_panel_btn_large.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
	float: left;
	position: relative;
	padding-top: 15px;
}

.host_btn_large.selected
{
	background-image: url(images/buy_panel_btn_large_prsd.png);
	background-repeat: no-repeat;
}

.host_btn_line2
{
	position: absolute;
	top: 30px; 
	left: 13px;
}

.host_btn_title_large
{
	display: inline;
	height: 46px;
	text-align: center;
	width: 80px;
	color: #434146;
	font-family: "PT Sans";
	font-weight: 200;
	line-height: 26px;
	width: 208px;
	font-size: 13pt;
	margin-top: 10px;
	margin-left: 5px;
	padding-left: 20px;
}

.btn_panel
{
	padding: 10px;
	width: 640px;
	background-color: #ededed;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

.btn_panel h1
{
	background: none;
	font-family: "Myriad Pro";
	font-weight: 100;
	font-size: 18pt;
	line-height: 110%;
}

.btn_panel fieldset
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*box-shadow: inset 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.25);
	-khtml-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.25);*/
	margin-top: 10px;
	font-size: 12pt;
	color: #434146;
	font-family: "PT Sans";
	font-weight: 200;
	line-height: 26px;
	border: 1px solid #ccc;
}

.btn_panel fieldset.featured
{
	background: #fff;
}

/*
.btn_panel fieldset.featured legend
{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-khtml-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
*/

.btn_panel legend
{
	background: none;
	font-family: "Myriad Pro";
	font-weight: 100;
	font-size: 16pt;
	line-height: 110%;
	
}

.btn_panel fieldset.featured legend
{
	text-shadow: -2px 0 2px white, 0 2px 2px white, 2px 0 2px white, 0 -2px 2px white;
}

.btn_panel label span
{
	font-size: 10pt;
	position: relative;
	left: 26px;
}

#popupUpsell label span
{
	left: 0px;
}

.btn_panel label span ul
{
	line-height: 1.2em;
	margin-top: 0px;
	left: 0px;
}

.btn_panel label span.price
{
	font-size: 14pt;
	position: relative;
	left: 0px;
	color: #004bad;
}

.btn_panel label span.save
{
	font-size: 14pt;
	position: relative;
	left: 0px;
	color: #FF5901;
}

.btn_panel span.save
{
	font-size: 14pt;
	position: relative;
	left: 0px;
	color: #FF5901;
}

.btn_panel label span.sep
{
	font-size: 14pt;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	left: 0px;
	color: #ccc;
}

.purchase_prod_box
{
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	overflow: hidden;
	position: relative;
	width: 250px;
	padding: 20px;
	height: 250px;
	float: left;
	margin-right: 9px;
	margin-bottom: 20px;
}
 
.selection_panel
{
	position: relative;
	/*top: 300px;*/
	left: 180px;
	width: 450px;
	text-align: right;
	color: #434146;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 26px;
	line-height:110%;
	margin-top: 10px;
	height: 25px;
}

.quantity_panel
{
	position: relative;
	/*top: 300px;*/
	left: 180px;
	width: 450px;
	text-align: right;
	color: #606060;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 26px;
	line-height:110%;
	margin-top: 20px;
	height: 45px;
}

.quantity_panel select
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	width: 60px;
	text-align: center;
	margin-left: 5px;
}

.inner
{
	background-color: #404043;
	bottom: 0;
	color: #333333;
	height: 256px;
	left: 0;
	padding: 6px;
	position: absolute;
	width: 240px;
	height: 230px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.inner1
{
	background-color: #404043;
	bottom: 0;
	color: #333333;
	height: 256px;
	left: 0;
	padding: 6px;
	position: absolute;
	width: 240px;
	height: 230px;
}

.prod_box
{
	/*background-image: url(images/home_prod_bg.png);
	background-repeat: no-repeat;*/
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	width: 286px;
	height: 286px;
	margin-right: 11px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.buy_panel
{
	overflow: hidden;
	/*background-image: url(images/home_prod_bg.png);
	background-repeat: no-repeat;*/
	background-color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	width: 286px;
	height: 240px;
	margin-right: 11px;
	padding: 20px;
	position: relative;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	left: 0px;
}

.buy_panel_std
{
	text-align: right;
}

.buy_panel_std
{
	width: 120px;
}

.buy_select
{
	width: 60px;
	float: right;
	padding-right: 20px;
	color: #606060;
	font-family: "PT Sans";
	font-size: 10pt;
	font-weight: 200;
	line-height: 26px;
}

.purch_page_content
{
	width: 100%;
	float: left;
}

.purch_page_content:not(#products) .buy_btn, .btn_panel .buy_btn
{
	width: 91px;
	height: 30px;
	background-image: url(images/btn_cart.png);
	display: block;
}

.purch_page_content:not(#products) .buy_btn_test, .btn_panel .buy_btn_test
{  font-family: 'Roboto', 'Helvetica Neue', 'Myriad Pro Light', 'Segoe UI';
  color: #5387c7;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #5387c7 !important;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
}
.purch_page_content:not(#products) .buy_btn_test:hover, .btn_panel .buy_btn_test:hover, .purch_page_content:not(#products) .buy_btn_test:focus, .btn_panel .buy_btn_test:focus
{  font-family: 'Roboto', 'Helvetica Neue', 'Myriad Pro Light', 'Segoe UI';
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #5387c7 !important;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #5387c7;
}


.purch_page_content:not(#products) .buy_btn:hover, .btn_panel .buy_btn:hover
{
	background-image: url(images/btn_cart_h.png);
}

.purch_page_content h1
{
	font-family: "Myriad Pro";
	font-weight: 100;
	font-size: 24pt;
	line-height: 110%;
	
	text-align: left;
	/*padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

.prod_title a
{
	font-family: "Myriad Pro";
	font-weight: 100;
	font-size: 24pt;
	line-height: 110%;
	color: #606060;
	text-align: left;
	/*padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

.purch_page_divider
{
	height: 700px;
	width: 1px;
	float: left;
	background: #606060;
	margin-bottom: 30px;
}

.buy_panel_edition_div
{
	color: #434146;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 26px;
}

.buy_panel_title
{
	color: #434146;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 26px;
}

.buy_panel_total
{
	width: 250px;
	height: 50px; 
	left: 430px;
	position: relative;
	margin-top: 10px;
	/*top: 330px;*/
}

.buy_prod_btn_single
{
	width: 70px; 
	float: left;
	height: 50px;
	background-color: #ededed;
	border: 1px solid black;
	text-align: center;
	margin-right: 5px;
	
}

.buy_prod_btn_double
{
	width: 100px; 
	float: left;
	height: 55px;
	background-color: #ededed;
	border: 1px solid black;
	text-align: center;
	margin-left:7px;
	
}

#bundles .slide
{
	margin-right: 0px;
	margin-left: 9px;
}

#bundles h1
{
	text-align: right;
}

.purch_prod_box
{
	/*background-image: url(images/home_prod_bg.png);
	background-repeat: no-repeat;*/
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	width: 286px;
	height: 216px;
	float: left;
	margin-right: 11px;
	padding: 20px;
	position: relative;
}

.purch_prod_box .prod_title
{
	font-family: Myriad Pro;
	font-weight: 100;
	font-size: 32pt;
	line-height: 110%;
	position: absolute;
	top: 25px;
	color: #424242;
}

.purch_prod_box .prod_buttons
{
	position: absolute;
	top: 205px;
	text-align: center;
	width: 286px;
	margin: 0 auto;
}

.purch_prod_box .buy_btn
{
	margin: 0 auto;
}

.purch_prod_box .prod_price
{
	position: absolute;
	top: 165px;
	text-align: justify;
	width: 286px;
	text-align: center;
	font-family: Myriad Pro;
	font-weight: 100;
	font-size: 26px;
	color: #004bad;
	margin: 0px;
}

.purch_prod_box .prod_compat
{
	position: absolute;
	top: 120px;
	text-align: justify;
	width: 286px;
	text-align: center;
}

.purch_prod_box .home_logo, .purch_prod_box .home_logo_text
{
	text-align: center;
}

.purch_prod_box .prod_box_sep
{
	position: absolute;
	top: 105px;
	width: 287px;
	height: 2px;
	margin: 0 auto;
	background-image: url(images/prod_box_sep.jpg);
	background-repeat: repeat-x;
}

.bundles_page_content>div:nth-child(odd)
{
	float: left;
	margin-right: 20px;
	clear: left;
}

.bundles_page_content>div:nth-child(even)
{
	float: left;
}

.bundles_page_prod_box
{
	font-family: 'PT Sans';
	font-weight: 100;
	font-size: 12pt;
	text-align: left;
	margin-top: 8px;
	line-height: 110%;
	color: #454545;
	/*text-shadow: 1px 1px 1px #fff;*/
	width: 470px;
	min-height: 120px;
	display: block;
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin-bottom: 10px;
	vertical-align: middle;
	position: relative;
	padding: 10px;
}

.prod_page_bundles .bundles_page_prod_box
{
	font-family: 'PT Sans';
	font-weight: 100;
	font-size: 12pt;
	text-align: left;
	margin-top: 8px;
	line-height: 110%;
	color: #606060;
	/*text-shadow: 1px 1px 1px #fff;*/
	width: 640px;
	min-height: 120px;
	display: block;
	background-color: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	margin-bottom: 20px;
	vertical-align: middle;
	padding:10px;
}

.bundles_page_separator
{
	float: left;
	width: 15px;
}

.bundles_page_prod_descr
{
	font-family: Myriad Pro;
	font-weight: 100;
	font-size: 22pt;
	text-align: left;
	margin-top: 8px;
	/*margin-left: 8px;*/
	line-height: 110%;
	color: #434146;
	/*text-shadow: 1px 1px 1px #fff;*/
}

.bundles_page_prod_descr span
{
	font-family: Myriad Pro;
	font-weight: 100;
	font-size: 16pt;
	text-align: left;
	margin-top: 8px;
	line-height: 110%;
	color: #434146;
	/*text-shadow: 1px 1px 1px #fff;*/
}

.bundles_page_info
{
	/*float: left;*/
	width: 360px;
}

.prod_page_bundles .bundles_page_info
{
	float: none;
	width: 520px;
}

.bundles_content
{
	padding: 10px;
}

.bundles_btnArea2
{
	font-family: Myriad Pro;
	font-weight: 100;
	float: right;
	text-align: center;
	margin-top: 8px;
}

.bundles_btnArea2 .old_price
{
	color: #FF5901;
	font-size: 15pt;
	text-decoration: line-through;
}

.bundles_btnArea2 input
{
	margin: 0 auto;
}

.bundles_btnArea2 .new_price
{
	margin-bottom: 5px;
	margin-top: 10px;
	color: #004BAD;
	font-size: 18pt;
}

.bundles_btnArea2 .save
{
	color: #004BAD;
	font-size: 15pt;
}

.bundles_btnArea
{
	margin: 0 auto;
	width: 100px;
	vertical-align: bottom;
}

.bundles_page_content
{
	float: left;
}

.bundles_more_link
{
	font-size: smaller;
	color: #004BAD;
}

.bundles_show_more
{
	clear: both;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 230px;
	height: 12px;
	margin-top: 18px;
	width: 23px;
	background: url(images/big_down_arrow.png);
}

.bundles_show_less
{
	clear: both;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 230px;
	height: 12px;
	margin-top: 18px;
	width: 23px;
	background: url(images/big_up_arrow.png);
}

.prod_page_bundles .bundles_show_more
{
	clear: both;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 325px;
	height: 12px;
	margin-top: 18px;
	width: 23px;
	background: url(images/big_down_arrow.png);
}

.prod_page_bundles .bundles_show_less
{
	clear: both;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 325px;
	height: 12px;
	margin-top: 18px;
	width: 23px;
	background: url(images/big_up_arrow.png);
}

.bundles_info
{
	display: none;
}

.bundles_info ul
{
	list-style-image: url(images/prod_check.png);
}

.bundles_page_prod_box.featured_bundle
{
	background-color: #d4e0ee;
}

#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popupUpsell
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	/*height: 400px;*/
	width: 640px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	z-index: 2;
	padding: 45px;
	font-size: 12pt;
}

#popupVolume
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	/*height: 400px;*/
	width: 400px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	z-index: 2;
	padding: 45px;
	font-size: 12pt;
}

#popupUpsellClose
{
	border: 2px solid #888;
	/*position: relative;*/
	/*padding: 5px 5px;*/
	/*top: -25px;*/
	background-color: #eee;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	font-size: 24px;
	line-height: 24px;
	right: -12px;
	top: -12px;
	position: absolute;
	color: #FF5901;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

#popupUpsellClose:hover
{
	text-decoration: none;
}

#popupVolumeClose
{
	border: 2px solid #888;
	/*position: relative;*/
	/*padding: 5px 5px;*/
	/*top: -25px;*/
	background-color: #eee;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	font-size: 24px;
	line-height: 24px;
	right: -12px;
	top: -12px;
	position: absolute;
	color: #FF5901;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

#popupVolumeClose:hover
{
	text-decoration: none;
}

#button
{
}

.thanks_btn
{
	width: 91px;
	height: 30px;
	background-image: url(images/btn_no.png);
	display: block;
}

.thanks_btn:hover
{
	background-image: url(images/btn_no_h.png);
}

#popupUpsell h1
{
	display: inline;
	color: #004BAD;
}

.yes_btn
{
	width: 158px;
	height: 30px;
	background-image: url(images/btn_yes.png);
	display: block;
}

.yes_btn:hover
{
	background-image: url(images/btn_yes_h.png);
}

.proceed_btn
{
	width: 158px;
	height: 30px;
	background-image: url(images/btn_proceed.png);
	display: block;
}

.proceed_btn:hover
{
	background-image: url(images/btn_proceed_h.png);
}

#popupUpsell .buy_btn
{
	width: 158px;
	height: 30px;
	background-image: url(images/btn_bigcart.png);
	display: block;
}

#popupUpsell .buy_btn:hover
{
	background-image: url(images/btn_bigcart_h.png);
}

.quantity_button
{
	border: 2px solid #888;
	background-color: #eee;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	font-size: 24px;
	line-height: 20px;
	color: #888;
	font-weight: bold;
	display: block;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}

.quantity_button:hover
{
	text-decoration: none;
}

.quantity
{
	text-align: center;
	width: 30px;
	height: 16px;
	float: left;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#popupUpsell label span ul
{
	list-style-image: url('images/submenu_new2.png');
	line-height: 1.5em;
}

#popupUpsell span ul
{
	list-style-image: url('images/submenu_new2.png');
	line-height: 1.5em;
}

#popupVolume ul
{
	list-style-image: url('images/submenu_new2.png');
	line-height: 1.5em;
}

#popupUpsell .quantity_panel
{
	position: relative;
	/*top: 300px;*/
	left: 180px;
	width: 430px;
	text-align: right;
	color: #606060;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 26px;
	line-height: 110%;
	margin-top: 20px;
	height: 25px;
}

#popupUpsell .quantity_panel.panel_2
{
	position: relative;
	/*top: 300px;*/
	width: 330px;
	left: -20px;
	text-align: right;
	color: #606060;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 110%;
	margin-top: 20px;
	height: 25px;
}

#popupUpsell .quantity_panel.panel_3
{
	position: relative;
	/*top: 300px;*/
	width: 150px;
	left: 0;
	text-align: right;
	color: #606060;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 110%;
	margin-top: 0px;
	height: 25px;
	float: right;
}

.quantity_panel.panel_4, #popupUpsell .quantity_panel.panel_4
{
	position: relative;
	/*top: 300px;*/
	width: 150px;
	left: 0;
	text-align: center;
	color: #808080;
	font-family: "PT Sans";
	font-size: 11pt;
	font-weight: 200;
	line-height: 110%;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	float: right;
}

.prod_box_price.price_4
{
	float: right;
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: right;
	margin-right: 20px;
}

.prod_box_price.price_4 .volume_save
{
	color: #FF5901;
	font-size: 15pt;
}

.prod_box_price.price_4 .save
{
	color: #004BAD;
	font-size: 15pt;
	line-height: 14pt;
}

.prod_box_price.price_4 .old_price
{
	color: #FF5901;
	font-size: 15pt;
	line-height: 14pt;
	text-decoration: line-through;
}

.buy_panel_total.total_4
{
	height: 80px;
	left: 0px;
	width: 640px;
	text-align: right;
}

#buymore
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #434146;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

#popupUpsell .prod_box_price
{
	font-family: Myriad Pro;
	font-weight: 100;
	font-size: 24pt;
	text-align: right;
	color: #004bad;
	margin-bottom: 0px;
	margin-top: 10px;
	vertical-align: bottom;
}

#volumeLink, #volumeLinkNWS
{
	text-decoration: underline;
	font-size: 10pt;
}

#popupUpsell fieldset.featured
{
	background: #ededed;
}

.specials_box
{
	font-family: "Myriad Pro";
	width: 100%;
	text-align: center;
	border: 1px solid #FF5901;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	font-size: 18pt;
	line-height: 30px;
}

.specials_box a
{
	font-family: "Myriad Pro";
	font-size: 18pt;
}

.bundles_links a{
		   font-family: 'Roboto', 'Myriad Pro Light', 'Helvetica Neue', 'Segoe UI';
  font-size: 22px;
  color: #656667;
  font-weight: 100;
	  }
	  
	  .bundles_links a:hover{
		  text-decoration: none;
	  }