﻿

.ContentButtonActionLarge
{
	background-color: #FFFFFF;
	border: 0px solid;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
	
	/*background: #00ff00 url(../images/button_buynow_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #00ff00;
	font-weight: bold;
	color: #ffffff;*/
}
.ContentButtonActionMedium
{
	/*background: #00ff00 url(../images/button_buynow_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #00ff00;
	font-weight: bold;
	color: #ffffff;*/
	
	background-color: #FFFFFF;
	border: 0px solid;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}
.ContentButtonActionSmall
{
	/*background: #00ff00 url(../images/button_buynow_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #00ff00;
	font-weight: bold;
	color: #ffffff;*/
	
	background-color: #FFFFFF;
	border: 0px solid;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

.ContentButtonActionNarrow
{
	/*background: #00ff00 url(../images/button_buynow_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #00ff00;
	font-weight: bold;
	color: #ffffff;*/
	
	background-color: #FFFFFF;
	border: 1px solid;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

.ContentButtonCollectActionSmall
{
	/*background: #00ff00 url(../images/button_buynow_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #00ff00;
	font-weight: bold;
	color: #ffffff;*/
	
	background-color: #FFFFFF;
	border: 0px solid;
	border-bottom: 1px solid #0000FF;
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}

.BackButtonActionLarge
{
	background: #ff0000 url(../images/button_back_line.png) repeat-x; 
	width: auto; 
	height:26px; 
	border:solid 1px #ff0000;
	font-weight: bold;
	color: #ffffff;
}
.SignInButtonActionLarge
{
	background: #0000ff url(../images/button_confirm_line.png) repeat-x;
	height:26px; 
	border:solid 1px #0000ff;
	font-weight: bold;
	color: #ffffff;
}
.ContinueButtonActionLarge
{
	background: #0000ff url(../images/button_confirm_line.png) repeat-x;
	width: auto; 
	height:26px; 
	border:solid 1px #0000ff;
	font-weight: bold;
	color: #ffffff;
}
.ConfirmButtonActionLarge
{
	background: #0000ff url(../images/button_confirm_line.png) repeat-x;
	width: auto; 
	height:26px; 
	border:solid 1px #0000ff;
	font-weight: bold;
	color: #ffffff;
}

.CollectButtonNav
{
	background: #00ff00 url(../images/button_collectnav.png); 
	width: 24px; 
	height:26px; 
	border:solid 0px blue;
}
.HomeButtonNav
{
	background:url(../images/button_homenav.png); 
	width: 24px; 
	height:26px; 
	border:solid 0px white;
}
.AboutButtonNav
{
	background:url(../images/buttons_infonav.png); 
	width: 24px; 
	height:26px; 
	border:solid 0px white;
}
.HelpButtonNav
{
	background:url(../images/buttons_helpnav.png); 
	width: 24px; 
	height:26px; 
	border:solid 0px white;
}
.TermsButtonNav
{
	background:url(../images/buttons_tsNcsnav.png); 
	width: 24px; 
	height:26px; 
	border:solid 0px white;
}

img
{
	border: solid 1px #fff;
}

img:hover
{
	border: solid 1px blue;
}

input[type="submit"]
{
	border: solid 0px blue;
}

input:hover[type="submit"]
{
	border: solid 1px blue;
}