

/* Download button --Simply add class="download" to an <a> tag to display the link as the download button. */
a.download {
	background: url(../../images/endproduct/button_download.png);
	display: block;
	height: 26px;
	width: 91px;
	overflow: hidden;
}

a:hover.download {
	background-position: 0 -26px;
}

a:active.download {
	background-position: 0 -52px;
}
/* This "filler" helps the button act like a regular image and should be attached to spacer.gif. You can then attach alt text to the spacer. */
a.download img.filler {
	width: 91px;
	height: 26px;
}


/*Download Trial button */
a.downloadTrial {
	/*background: url(../../images/endproduct/button_downloadTrial.gif);*/
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.downloadTrial {
	background-position: 0 -26px;
}

a:active.downloadTrial {
	background-position: 0 -52px;
}

a.downloadTrial img.filler {
	width: 118px;
	height: 26px;
}

/* Download Now button */
a.downloadNow {
	background: url(../../images/endproduct/button_downloadNow.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.downloadNow {
	background-position: 0 -26px;
}

a:active.downloadNow {
	background-position: 0 -52px;
}

a.downloadNow img.filler {
	width: 118px;
	height: 26px;
}


/* Buy Now, Add to Cart and View Cart button */
a.buyNow {
	background: url(../../images/endproduct/button_buyNow.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a.addToCart {
	background: url(../../images/endproduct/button_addtocart.png);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a.viewCart {
	background: url(../../images/endproduct/button_viewcart.png);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.buyNow, a:hover.addToCart, a:hover.viewCart {
	background-position: 0 -26px;
}

a:active.buyNow, a:active.addToCart, a:active.viewCart {
	background-position: 0 -52px;
}

a.buyNow img.filler, a.addToCart img.filler, a.viewCart img.filler {
	width: 118px;
	height: 26px;
}

a.cart {
	background: /*url(../../images/endproduct/store/button_cart.png)*/ no-repeat top left;
	display:block;
	font-size:12px;
	line-height: 27px;
	padding-left: 20px;
	width:72px;
	height:27px;
	color:#fff;
	cursor: pointer;
}

a.cart:hover {
	background-position: 0 -27px;
}

a.cart:active {
	background-position: 0 -54px;
}

/* Sign Up button */
a.signup {
	background: url(../../images/endproduct/button_signup.png);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.signup {
	background-position: 0 -26px;
}

a:active.signup {
	background-position: 0 -52px;
}

a.signup img.filler {
	width: 118px;
	height: 26px;
}


/* Upgrade button */
a.upgrade {
	background: url(../../images/endproduct/button_upgrade.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.upgrade {
	background-position: 0 -26px;
}

a:active.upgrade {
	background-position: 0 -52px;
}

a.upgrade img.filler {
	width: 118px;
	height: 26px;
}

/* Checkout button */
a.checkout {
	background: url(../../images/endproduct/button_checkout.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.checkout {
	background-position: 0 -26px;
}

a:active.checkout {
	background-position: 0 -52px;
}

a.checkout img.filler {
	width: 118px;
	height: 26px;
}

a.login {
	background: url(../../images/endproduct/button_login.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.login {
	background-position: 0 -26px;
}

a:active.login {
	background-position: 0 -52px;
}

a.createAccount {
	background: url(../../images/endproduct/button_createaccount.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.createAccount {
	background-position: 0 -26px;
}

a:active.createAccount {
	background-position: 0 -52px;
}

a.editAccount {
	background: url(../../images/endproduct/button_editAccount.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.editAccount {
	background-position: 0 -26px;
}

a:active.editAccount {
	background-position: 0 -52px;
}

a.startShopping {
	background: url(../../images/endproduct/button_startShopping.gif);
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.startShopping {
	background-position: 0 -26px;
}

a:active.startShopping {
	background-position: 0 -52px;
}

a.subscribe {
	/*background: url(../../images/endproduct/button_subscribe.gif);*/
	display: block;
	height: 26px;
	width: 118px;
	overflow: hidden;
}

a:hover.subscribe {
	background-position: 0 -26px;
}

a:active.subscribe {
	background-position: 0 -52px;
}

a.subscribe img.filler {
	width: 118px;
	height: 26px;
}

ul.greenArrow {
	padding-left: 0px;
	margin: 6px 0px 6px 0px;
	
}

ul.greenArrow li {
	list-style: none;
	background: url(../../images/endproduct/button_greenArrow.gif) no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
	
}

ul.downloadList {
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

ul.shoppingList {
	list-style: none;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 2px;
}

/*-- Tab Buttons: these appear on the product pages and link to individual tabs. --*/

div.tab_button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#product .tab_button a{
	margin: 0 2px;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	display: inline;
	background: #f2f2f2;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	padding: 4px 5px 4px 5px;
}

#product .tab_button a:hover {
	font-weight: bold;
	background: #0054ce;
	color: #fff;
	border-top: 1px solid #A8BEFF;
	border-left: 1px solid #A8BEFF;
	border-right: 1px solid #001F7A;
	border-bottom: 1px solid #001F7A;
}

#product .tab_button a.new_features{
	background: yellow;
	}
	
#product .tab_button a:hover.new_features {
	background: yellow;
	color: red;
	}
	
.button_blank_black {
	background:url(../../images/endproduct/button_blank_black.png) no-repeat top center;
	color:#fff;
	line-height:29px;
	text-align:center;
	width:183px;
	display:block;
	float:left;
	font-weight:bold;
}
	
a:hover.button_blank_black {
	color:#fff200;
	text-decoration:underline;
}

.button_blank_orange {
	background:url(../../images/endproduct/button_blank_orange.png) no-repeat top center;
	color:#fff;
	line-height:29px;
	text-align:center;
	width:183px;
	display:block;
	float:left;
	font-weight:bold;
}
	
a:hover.button_blank_orange {
	color:#095aa6;
	text-decoration:underline;
}

a.buy_button_green, a.button_product_blank  {
	width:116px; 
	height:26px; 
	font-weight:bold;
	line-height:26px; 
	color:#fff; 
	text-align:center; 
	display:block; 
	margin:5px 12px 0;
}

a.buy_button_green {
	background: green url(../../images/endproduct/button_buy_green.png) no-repeat top left;

	font-size: 14px;
}

.te4xp a.button_product_blank, .e5m2p a.button_product_blank {
	background: #2c528f url(../../images/endproduct/button_txp4_blank.png) no-repeat top left; 
}

.taw4 a.button_product_blank, .taw5 a.button_product_blank {
	background: #00d2ff url(../../images/endproduct/button_taw4_blank.png) no-repeat top left; 
}

.tme3 a.button_product_blank {
	background: #036068 url(../../images/endproduct/button_tme3_blank.png) no-repeat top left; 
}

.tms a.button_product_blank {
	background: #b81717 url(../../images/endproduct/button_tms_blank.png) no-repeat top left; 
}

.tmkp a.button_product_blank {
	background: #33cc99 url(../../images/endproduct/button_tmkp_blank.png) no-repeat top left; 
}

.tisp a.button_product_blank {
	background: #d93d5a url(../../images/endproduct/button_tisp_blank.png) no-repeat top left; 
}

.tvmw5 a.button_product_blank {
	background: #e02ee6 url(../../images/endproduct/button_tvmw5_blank.png) no-repeat top left; 
}

a.buy_button_green:hover, a.button_product_blank:hover {
	background-position: 0 -26px;
	color: #fff;
}

a.buy_button_green:active, a.button_product_blank:active {
	background-position: 0 -52px;
}

a.download_button {
	float:left;
	width:320px; 
	height:37px;
	font-size:14px;
	color:yellow; 
	text-align: center; 
	display:inline; 
	font-weight: bold; 
	margin: 5px 24px 5px 19px; 
	padding-top:3px;
	overflow:hidden;
}

.te4xp a.download_button, .e5m2p a.download_button {
	background:#2c528f url(../../images/endproduct/button_download_te4xp_blank_320.png) no-repeat top left;
}

.tme3 a.download_button {
	background:#036068 url(../../images/endproduct/button_download_tme3_blank_320.png) no-repeat top left;
}

.tms a.download_button {
	background:#b81717 url(../../images/endproduct/button_download_tms_blank_320.png) no-repeat top left;
}

.tisp a.download_button {
	background:#d93d5a url(../../images/endproduct/button_download_tisp_blank_320.png) no-repeat top left;
}

.tmkp a.download_button {
	background:#33cc99 url(../../images/endproduct/button_download_tmkp_blank_320.png) no-repeat top left;
}

.taw4 a.download_button {
	background:#00d2ff url(../../images/endproduct/button_download_taw4_blank_320.png) no-repeat top left;
}

.taw5 a.download_button {
	background:#00d2ff url(../../images/endproduct/button_download_blueglass_blank_320.png) no-repeat top left;
}

a.download_button:hover {
	color:yellow;
	background-position: 0 -40px;
}

a.download_button:active {
	background-position: 0 -80px;
}

