﻿/*--STORE--*/


/*--Store Master

	#StoreContent
	{
		 margin-right: 335px; 
		 width: 600px; 
		 padding: 1px 10px 0px 10px;
		 margin: 0;
		 text-align: left;
	}

	#StoreRightAlley
	{
		float:right; 
		width:295px; 
		margin-top:25px;
		padding: 1px 15px 0px 10px;
	}
    --*/
	#StoreNoAlley
	{
		width: 945px;
		text-align: left;
	   padding: 1px 5px 0px 5px;
	}

 /*---CONTENT---*/ 

a.ScriptLink
{
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}
a.ScriptLink:hover
{
	color: #CC3300;
}

 div.StoreBox
 {
	clear:both;
	border: 1px solid #CCCCCC;
	padding:10px;
	max-width:620px;
	background: #FFFFFF;
	margin: 0px 0px 6px 0px;
    font-size: 13px;
    line-height: 1.2em;
 }

  div.StoreBox span.Heading
	{
		color: #636365;
  font-family: 'Arvo', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 10px;
	}

     div.MyAccountBox
 {
	clear:both;
	border: 1px solid #CCCCCC;
	padding:10px;
	max-width:670px;
	background: #FFFFFF;
	margin: 0px 0px 6px 0px;
    font-size: 13px;
    line-height: 1.2em;
 }

  div.MyAccountBox span.Heading
	{
	  color: #636365;
      font-family: 'Arvo', sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: normal;
      margin-bottom: 10px;
	}

div.StoreItem
{
    position: relative;
}

    table.StoreProduct
    {
        width: 100%;
        padding: 0px; 
    }

    table.StoreProduct td
    {
        padding: 4px;
        vertical-align: top;
        text-align: right;
        border-collapse: separate;
    }

    table.StoreProductBuy
    {
        width: 100%;
        padding: 0px;
    }

    table.StoreProductBuy td
    {
        padding: 4px;
        vertical-align: middle;
        text-align: right;
        border-collapse: separate;
    }

     table.StoreProduct td.More
    {
        text-align: left;
    }

a.MoreLink
{
    cursor: pointer;
    text-decoration: underline;
}

	.EditLink
	{
		text-decoration:underline;
		line-height:20px;
	}

	.EditLink:before
	{
		content:"(";
		color:#000000;
		text-decoration:none;
	}

	.EditLink:after
	{
		content:")";
		color:#000000;
		text-decoration:none;
	}

 div.StoreBox .ViewText
 {
	color:#666; 
	font-style: normal;
    font-size: 12px;
 }

  div.MyAccountBox .ViewText
 {
	color:#666; 
	font-style: normal;
    font-size: 13px;
 }

 .SNText
 {
	color: #cc0000;
 }

  .SNHeader
 {
	color: #000000;
	font-weight:bold;

 }

/*Comodo Icon Popup*/
div#tl_popupCL1 
{
	z-index:2!important;
}

/* MiniCart */
#MiniCart
{
	width: 295px;
    margin-top: 20px;
}
div.CartTop
{
    width: 245px;
    height: 14px;
    display: block;
    padding-bottom: 5px;
}

a.ContinueButton
{
	background-image: url('/Images/Button_ContinueShopping.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 136px;
	display: block;
}
a.ContinueButton:hover
{
	background-position: 0px -30px;
}


div#MiniCart div#Header
{
    position: relative;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    color: #FFFFFF;
	width: 295px;
	height: 33px;
  background: D94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4YzEzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQ1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #63a40d 0%, #97c032 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63a40d), color-stop(100%,#97c032));
  background: -webkit-linear-gradient(top, #63a40d 0%,#97c032 100%);
  background: -o-linear-gradient(top, #63a40d 0%,#97c032 100%);
  background: -ms-linear-gradient(top, #63a40d 0%,#97c032 100%);
  background: linear-gradient(to bottom, #63a40d 0%,#97c032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a40d', endColorstr='#97c032',GradientType=0 );
}

div#MiniCart div#Header .CartIcon
{
  background: url('/images/Icon_Cart.png') 0 0 no-repeat;
  display: block;
  height: 14px;
  position: absolute;
  left: 230px;
  top: 12px;
  width: 16px;
}

div#MiniCart div#Contents
{
	width: 269px;
	margin: 0px;
	padding: 12px 12px 6px 12px;
	border: 1px solid #63a40d;
	top: -8px;
	position: relative;
      background: #e2e2e2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}
div#MiniCart h2
{
	font-size: 17px;
	color: #444444;
	display: inline;
	float: left;
}
div#MiniCart .CartEditLink
{
	float: right;
}

div#MiniCart div#CartItems
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	margin: 36px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

div#CartItems table
{
	border-style: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

div#CartItems td
{
	padding: 2px;
}

div#CartItems td.ItemName
{
	color: #444444;
	font-weight: bold;
}

div#CartItems td.ItemName span.UpgradeText
{
	color: #CC3300;
	font-weight: normal;
}

div#CartItems td.ItemDetail
{
	color: #444444;
}
div#CartItems td.ItemDetail span.Price
{
	float: right;
}
div#CartItems td.ItemSeperator
{
	height: 4px;
}


.LoggedInUser
{
	text-align: right;
	width: 50%;
	float: right;
}

div.UpgradeHeading
{
	width: 100%;
	margin-top: 16px;
	margin-bottom: 4px;
}
div.UpgradeItems
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 100px;
	margin-bottom: 12px;
}
div.UpgradeThumb
{
	width: 100px;
	text-align: center;
	float: left;
}

div.UpgradeList
{
	margin-left: 120px;
}
div.UpgradeItem
{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 250px;
	height: 105px;
	border: 1px solid #C0C0C0;
	float: left;
	behavior: url(/stylesheets/Pie/PIE.htc);
	margin-left: 12px;
	box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
	-moz-box-shadow: 1px 1px 3px #999999;
	background-color: #F7F7F7;
	background-image: url('/Images/UpgradeFill.png');
	background-repeat: repeat-x;
	margin-bottom: 12px;
}
div.InnerUpgrade
{
	padding: 8px;
	background-image: url('/Images/UpgradeTag.png');
	background-repeat: no-repeat;    
	background-position: right top; 
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url(/stylesheets/Pie/PIE.htc);
}
div.UpgradeItem .Price
{
	font-size: 12pt;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 4px;
}


/*--My Account Navigation--*/

#AccountNav
{
	position:relative;
	width: 702px; 
	height: 110px;
	padding-top:0px;
	margin-top:0px;
    padding-bottom: 10px;
}

#AccountNavContainer 
{
	position: absolute; 
	width: 702px; 
	height: 100px;
	left: 0px; 
	top: 0px;
	margin: 0;
	padding:0;
}

#AccountNavContainer li
{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#AccountNavContainer li, #AccountNavContainer a
{
	display:block;
}

.NavButtonText {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 65%;
	left: 0;
	color: gray;
	text-decoration: none;
}

.NavButtonTextWhite {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 65%;
	left: 0;
	color: white;
	text-decoration: none;
}

#MySoftware {
	left: 0px;
}

	#MySoftware a {
		background-image: url('/images/Account_Software.svg');
		background-position: center;
		background-position-y: 30%;
		background-size: 30%;
		background-repeat: no-repeat;
		background-color: #e2e2e2;
		width: 165px;
		height: 100px;
	}
	#MySoftware a:hover {
		background-image: url('/images/Account_Software_white.svg');
	}

	#OrderHistory
{
	left:175px;
}

		#OrderHistory a {
			background-image: url('/images/Account_OrderHistory.svg');
			background-position: center;
			background-position-y: 30%;
			background-size: 25%;
			background-repeat: no-repeat;
			background-color: #e2e2e2;
			width: 165px;
			height: 100px;
		}
	#OrderHistory a:hover {
		background-image: url('/images/Account_OrderHistory_white.svg');
	}

	#MyAccount
{
	left:350px;
}

		#MyAccount a {
			background-image: url('/images/Account_MyAccount.svg');
			background-position: center;
			background-position-y: 30%;
			background-size: 35%;
			background-repeat: no-repeat;
			background-color: #e2e2e2;
			width: 165px;
			height: 100px;
		}
	#MyAccount a:hover {
		background-image: url('/images/Account_MyAccount_white.svg');
	}

	#Addresses
{
	left:526px;
}

	#Addresses a {
		background-image: url('/images/Account_Addresses.svg');
		background-position: center;
		background-position-y: 30%;
		background-size: 20%;
		background-repeat: no-repeat;
		background-color: #e2e2e2;
		width: 165px;
		height: 100px;
	}
	#Addresses a:hover {
		background-image: url('/images/Account_Addresses_white.svg');
	}

	div.DLPopup
{
	display:none;
}

a.AcademicUpgrade
{
	width: 110px;
	float: right;
	display: inline-block;
	margin-top: 21px;
	font-size: .8em;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}
a.AcademicUpgrade:hover
{
	color: #b23233;
}
span.AcademicText
{
	width: 110px;
	float: right;
	display: inline-block;
	margin-top: 21px;
	font-size: .8em;
	text-align: right;
	text-decoration: none;
	cursor: default;
	color: #bc322f;
}

#DownloadWin
{
	margin-top:25px;
}

#DownloadMac
{
	margin-top:25px;
}

.KitFinale
{
	display:inline-block;
	width: 235px;
	height: 61px;
	padding: 3px 0px 0px 3px;
}

.KitFinale a
{
	display:block;
	background-repeat:no-repeat;
	width: 235px;
	height: 61px;
}

.KitFinale a:hover
{
	background-position: 0 -61px;
}

.KitPrintMusic
{
	display:inline-block;
	width: 235px;
	height: 61px;
	padding: 3px 0px 0px 3px;
}

.KitPrintMusic a
{
	display:block;
	background-image: url('/images/Button_PrintMusicKit.png');
	background-repeat:no-repeat;
	width: 235px;
	height: 61px;
}

.KitPrintMusic a:hover
{
	background-position: 0 -61px;
}

.KitSongWriter
{
	display:inline-block;
	width: 235px;
	height: 61px;
	padding: 3px 0px 0px 3px;
}

.KitSongWriter a
{
	display:block;
	background-image: url('/images/Button_SongWriterKit.png');
	background-repeat:no-repeat;
	width: 235px;
	height: 61px;
}

.KitSongWriter a:hover
{
	background-position: 0 -61px;
}

.KitNotePad
{
	display:inline-block;
	width: 235px;
	height: 61px;
	padding: 3px 0px 0px 3px;
}

.KitNotePad a
{
	display:block;
	background-image: url('/images/Button_NotePadKit.png');
	background-repeat:no-repeat;
	width: 235px;
	height: 61px;
}

.KitNotePad a:hover
{
	background-position: 0 -61px;
}

table.Recommended
{}

table.Recommended td
{
	vertical-align: top;
    padding: 8px;
}

table.Recommended .Price
{
	font-weight: bold;
	margin-top: .2em;
	padding-top: .2em;
	text-align: right;
    padding-right: 10px;
}
div.NoRecommendations
{
	padding: 24px 16px 24px 16px;
	font-style: oblique;
}
div.EmptyBasket
{
	padding: 24px 8px 24px 8px;
	font-style: oblique;
}

table.Totals
{
	width: 100%;
	margin-top: 8px;
	clear: left;
}

table.Totals td
{
	padding: 3px;
}

.SubTotalLabel
{
	text-align: right;
	font-weight: bold;
}

table.Totals .SubTotalAmount
{
	text-align: right;
	font-weight: bold;
}
.TotalLabel
{
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	width: 65%;
}

table.Totals .TotalAmount
{
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	width: 35%;
}

table.Totals td.TotalDivider
{
	height: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}
table.Totals td.ChargesMayApply
{
	color: #666666;
	font-size: .8em;
	text-align: right;
}
div.CheckOut
{
    width:275px;
	height: 50px;
	display: block;
    padding-top: 16px;
    text-align:right;
}

a.CheckOut
{
	background-image: url('/Images/Button_CheckOut_Sprite.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 145px;
	height: 40px;
	display: block;
	float: right;
}

a.CheckOut:hover
{
	background-position: left bottom;
}
div.PromoCode
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 24px;
    font-size: .9em;
}

.ApplyCode
{
font-size: .9em;
}
div#PromoEdit
{}
div#PromoEdit table
{
	float: right;
}
.ValidResult
{
	color: #009900;
	height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	clear: both;
}
.InvalidResult
{
	color: #CC3300;
	height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	clear: both;
}
a#LoginTab
{
	padding: 0px;
	margin: 0px;
	display: block;
	width: 233px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

div.LoginButtons
{}

table.Buttons
{
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
    left: 0px;
}

table.Buttons div
{
    padding: 5px 6px 5px 6px;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: white;
    width: 170px;
    height: 20px;
    display: block;
}

div.CheckOutForm
{}

div#DefaultCard 
{
    margin-bottom: 2em;     
}
div#DefaultCard > label 
{
    display: inline;
}
div#DefaultCard > input 
{
    width: 2em; 
    text-align: left;
}



div.CheckOutForm table
{
	margin-top: 16px;
}

div.CheckOutForm td
{
		padding: 2px;
}

div.CheckOutForm label
{
	display: block;
	width: 115px;
	text-align: right;
	font-weight: bolder;
}
.infoIcon {
    background: url('/images/Icon_Info.png') no-repeat;
    padding: 2px; 
    display: block;
	width: 120px;
	text-align: right;
    font-size: 130%;
    color: #636365; 
	font-weight: bolder;
    margin: 0 0 0 -5px;
}
.expiredCard {
    font-weight: bolder;
    color: red; 
}
.storedCard
{
    display: block;
	width: 48em;
    margin: .5em;
    padding: .5em; 
	text-align: left;
	font-weight: bolder;
}
.clickLink {
}
.showCard {
    font-family: "Courier New", Courier, monospace;
    margin-left: 1em;
    font-size: larger; 
}

div.CheckOutForm input
{
	width: 230px;
}
div.CheckOutForm input.cvvBox
{
	width: 5em;
}

div.CheckOutForm select
{
	width: 235px;
}

ul.instructions li {
    padding: 0; 
    margin: 0 0 0 1em;
    font-size: smaller; 
}

div.AccountSettings
{
	margin-left: 180px;
	margin-top: 16px;
	margin-bottom: 16px;
}

div.AccountSettings table
{}

div.AccountSettings td
{
	vertical-align: top;
}

.Validator
{
    color: #808080;
    font-size: 11px;
    height: 17px;
    padding-left: 22px;
    display: inline-block;
}

.Invalid
{
    color: #CC3300;
    font-size: 12px;
    /*
    background-position: left center;
    background-image: url('/Images/Error_sm.png');
    background-repeat: no-repeat;
    padding-left: 22px;
    min-height: 17px;
    display: inline-block;
    margin-left: 6px;*/
}
.invalidMessage {
    margin: 0;
    padding: 0 0 1em 2em; 
    color: darkgoldenrod;
    font-weight: bolder;
    font-size: smaller; 
    text-align: left; 
    background: url('/Images/Icon_Warning_sm.png') no-repeat 0px 0px;
}
.invalidElement {
    border: thin red solid; 
}
.stopButton {
    background: silver; 
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
}
.stopButton:hover {
    background: Silver;
}
div.ShippingOptions
{
	margin-left: 24px;
	margin-bottom: 24px;
}

div.ShippingOptions label
{
	display: inline;
	text-align: left;
	font-weight: normal;
}
div.ShippingOptions input
{
	display: inline;
	width: auto;
}
h2.Receipt
{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}

table.ReceiptDetail
{
	width: 70%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
}

td.ReceiptItem .Description
{
	color: #333333;
	display: block;
	margin-top: 6px;
	font-weight: bold;
}
td.ReceiptItem .PriceAndQty
{
	color: #666666;
	display: block;
}
td.ReceiptItem .SerialNumber
{
	color: #CC3300;
	display: block;
	margin-bottom: 3px;
}
.OrderDate
{
	font-size: 1.1em; 
	display: block; 
	margin-bottom: 6px; 
}
table.ReceiptTotal
{
	width: 60%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
}
table.ReceiptTotal td
{
	width: 50%;
}

table.ReceiptTotal td.SubTotal
{
	font-size: 1.1em;
	font-weight: 400;
}
table.ReceiptTotal td.Total
{
	font-size: 1.3em;
	font-weight: bold;
}
div.Print
{
	height: 16px;
	margin-bottom: 64px;
}

a.Print
{
	height: 16px;
	width: 120px;
	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
	vertical-align: middle;
	line-height: 16px;
	text-align: right;
	background-image: url('/Images/Print.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 18px;
	display: inline-block;
	cursor: pointer;
	float: right;
}
a.Print:hover
{
	background-image: url('/Images/Print.png');
	background-repeat: no-repeat;
	background-position: left bottom;    
}

span.ReceiptTop
{
	font-size: 1.7em; 
	margin-bottom: 12px; 
	display: block;
}

div.DownloadBox
{
	padding: 8px;
	margin-bottom: 16px;
    border: 1px solid #63a40d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}

div.ReceiptDownloadTitle
{
	text-align: center;
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 6px;
}

div.DownloadBox div.Button
{
	text-align: center;
	height: 35px;
}

div.DownloadBox a.MacintoshButton
{
	width: 270px;
	height: 35px;
	background-image: url('/Images/Button_DownloadMac.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
div.DownloadBox a.MacintoshButton
{
	background-position: left bottom;    
}

div.DownloadBox a.WindowsButton
{
	width: 270px;
	height: 35px;
	background-image: url('/Images/Button_DownloadWin.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
div.DownloadBox a.WindowsButton
{
	background-position: left bottom;    
}

div.DownloadBox div.Details
{
	text-align: center;
	font-size: .9em;
	margin-top: 6px;
	margin-bottom: 8px;
}

div.DownloadBox div.Header {
    margin-bottom: 40px;
}

div.DownloadBox div.Product {
    margin: 25px 0 40px 0;
    text-align: center;
}

div.DownloadBox div.Product div.ProductName {
    font-size: 16px;
}

div.DownloadBox div.Product div.ProductDetails {
    font-size: 14px;
	margin-top: 4px;
	margin-bottom: 40px;
}

div.SwitchDownloads
{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

ul.ErrorOptions
{}

ul.ErrorOptions li
{
	padding-top: 8px;
}

div.Installation
{
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #FFFFCD;
	border: 1px solid #999999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/stylesheets/Pie/PIE.htc);
}
div#MacWinMedia
{
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	background-image: url('/Images/WinMacInstallers.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 64px;
}
a.SeeRecommendedProducts
{
	width: 188px;
	height: 30px;
	display: block;
	float: right;
	border-style: none;
	padding: 0px;
	margin: 0px;
	background-image: url('/Images/Button_SeeRecommendedProducts.png');
	background-repeat: no-repeat;
	background-position: left top;
}
a.SeeRecommendedProducts:hover
{
	background-image: url('/Images/Button_SeeRecommendedProducts.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.Cart
{
	clear: both;
}
div.Cart table.CartRow
{
    width:810px;
}

table.CartRow td.Product
{
	width: 450px;
	text-align: left;
	vertical-align: middle;
    padding: 8px;
}

table.CartRow td.Quantity
{
	width: 90px;
	text-align: center;
	vertical-align: middle;
    padding: 8px;
}

table.CartRow td.UnitPrice
{
	width: 90px;
	text-align: center;
	vertical-align: middle;
    padding: 8px;
}

table.CartRow td.SalePrice
{
	width: 90px;
	text-align: center;
	color: #CC3300;
	vertical-align: middle;
    padding: 8px;
}

table.CartRow td.Total
{
	width: 90px;
	text-align: center;
	vertical-align: middle;
    padding: 8px;
}
div.CartItem
{
	width: 880px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
	margin-bottom: 4px;
}
div.Cart div.ColumnHead
{
	width: 842px;
	padding: 8px;
}
div.Trash
{
	width: 61px;
	height: 65px;
	background-color: #EFEFEF;
	border-style: none none none solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.Trash a
{
    margin: 0;
	width: 56px;
	padding-top: 30px;
	height: 16px;
	text-align: center;
	background-image: url('/images/Trash.png');
	background-repeat: no-repeat;
	background-position: 16px 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div.Trash a:hover
{
	color: #CC3300;
	background-image: url('/images/Trash_Over.png');
}

    table.CartRowOuter
    {
        padding:0;
        margin:0;
        border:0;
        width: 100%;
    }

    table.CartRowOuter td
    {
    padding:0;
    margin:0;
    border:0;
    vertical-align:middle
    }

span.CartDiscount
{
	color: #CC3300;
}

div.CartTotals
{
	border: 1px solid #63a40d;
	width: 240px;
	float: right;
	padding: 8px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}

div.CartTotalsOuter
{
	width: 880px;
}

td.Divider
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

div.CartTotals table
{
	width: 100%;
}
div.CartControls
{
	margin-top: 10px;
	margin-right: 120px;
}

a.ApplyCode
{
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	display: inline-block;
	/*background-image: url('/images/Button_ApplyCode.png');*/
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

a.ApplyCode:hover
{
	/*background-image: url('/images/Button_ApplyCode.png');*/
	background-repeat: no-repeat;
	background-position: left bottom;    
}

div.EditButtons
{
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    margin-top: 16px;
    margin-bottom: 8px;
}

div.EditButtons Input
{
    float: left;
}

div.EditButtonsInner
{
    width: 190px;
    margin-right: auto;
    margin-left: auto;
    height: 38px;
    line-height: 38px;
}
span.MiniCartCode
{
    color: #666666;
    display: inline-block;
    line-height: 1.7em;
    vertical-align: middle;
}

div.Box_Gray
{
    background: #ffffff;
    text-align:left;
	width: 760px; 
	display:inline-block;
	border:solid 1px #cecece;
	padding: 0px 0px 10px 10px;
    margin:8px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/stylesheets/Pie/PIE.htc);
}

div.Box_Recommend
{
    background: #f5f5f5;
	width: 93%; 
	display:inline-block;
	text-align:center; 
    font-size: 16px; 
    font-weight: normal;
	padding:16px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/Stylesheets/Pie/PIE.htc);
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	border:solid 1px #CCCCCC;
	background-color:#ffffcc;
	height:300px;
	width:400px;
}

div.ModalDialog
{
    margin: 0px;
    padding: 24px;
    background-color: White;
    border-radius: 4px;
    box-shadow: 3px 3px 6px #666666;
}

div.GarritanCFXDialog {
	width: 500px;
}

div.GarritanCFXTradeupDialog {
	width: 700px;
}

div.ModalDialog .CloseButton
{
    width: 16px;
    height: 16px;
    display: block;
    float: right;
}

div.ModalDialog h3
{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
}

div.ModalDialog .Validation_Summary
{
    width: 90%;
    background-position: left top;
    background-color: White;
}

div.ModalDialog div.Legend
{
    padding: 12px;
    border: 1px solid #808080;
    background-color: White;
    font-weight: bold;
    border-radius: 4px;
    margin-left: 12px;
}

div.ModalVideoDialog
{
    margin: 0px;
    padding: 0px;
    background-color: #1e1e1e;
    border-radius: 4px;
    box-shadow: 3px 3px 6px #666666;
    behavior: url(/Styles/Pie/PIE.htc);
}
div.ModalVideoDialog .CloseButton
{
    width: 66px;
    height: 22px;
    display: block;
    float: right;
    padding: 0px;
}

div.TabPanel
{
    padding: 0px 16px 16px 16px;
    margin: 0px;
    min-height: 350px;
}
div.TabPanelContent
{
    padding: 0px 16px 16px 16px;
    margin: 0px;
    padding: 5px 5px 5px 5px;
}

table.Grid
{
    border: 1px solid #cccccc;
    border-collapse: collapse;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

table.Grid td
{
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 5px;
}

table.Grid th
{
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 5px;
}

table.Grid tr.Header
{
    background-color: #e2ecf2;
    padding: 5px 5px 5px 5px;
}

table.Grid tr.OddRow
{padding: 5px 5px 5px 5px;}

table.Grid tr.EvenRow
{
    background-color: #F0F0F0;
    padding: 5px 5px 5px 5px;
}

/*---Progress Bar---*/

#ProgressBar
{
    position:relative; 
    width: 100%; 
    height: 30px; 
    display: block;
}

div.ProgressBarEnds
{
    float: left; 
    display: block; 
    height: 16px; 
    white-space:nowrap;
}

div.ProgressBarLine
{
    float: left; 
    display: block; 
    height: 8px; 
    white-space:nowrap;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

div.ProgressBarNode
{
    position: absolute;
    top: 8px; 
    font-size: 24px;
}

div.ProgressBarText
{
     text-align: center; 
     float: left; 
     display: block; 
     height: 16px; 
     white-space:nowrap;
     text-transform: uppercase;
}
a.ProgressBarLink
{
    text-decoration: none;
}

div.HighlightBullet
{
    width: 12px;
    height: 23px;
    display: block;
    background: url('/images/bullet_highlight.png') no-repeat 0px 11px;
}