body
{
}

.Header
{
	font-weight: bold;
	font-size: 17px;
	color: #00ACED;
	font-family: Verdana, Helvetica, sans-serif;
}

.ShippingAddressChoose
{
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
}

#CheckoutBreadCrumbLeft {
    text-align:left; 
    float: left;
    font-family: Verdana, Helvetica, sans-serif;
    color: #0e6ac0;
    font-size: 14px;
    font-weight: bold;
}

.CheckoutBreadCrumbCurrentPage {
    color: black;
    font-size: 14px;
	font-weight: bold;
}


#CheckoutBreadCrumbRight {
    text-align: right; 
    float: right;
}

.ARPaymentHeader
{
	font-weight: bold;
	font-size: 15px;
	color: #335988;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the links to other websites */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #707070;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: #005CA8;
}

/* text style for the links to other websites */
A.CheckoutSiteLink, A.CheckoutSiteLink:link, A.CheckoutSiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: white;
    text-decoration: underline;
}   

A.CheckoutSiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

.Label
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.PayInvoiceStepNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #0e6ac0;
    font-size: 14px;
    font-weight: bold;
}

.PayInvoiceStepBold
{
	font-size: 14px;
	font-family: Verdana, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
}

.PayInvoiceStepVisited
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #0e6ac0;
    font-size: 14px;
    font-weight: bold;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

/* text style used for textboxes */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for selects */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for controls */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes */
.NormalCheckBox
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for radio buttons */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for buttons */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
/*	text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; 
    background-color:#ccccaa;    */
}

/* button attributes */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size:25px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* text style used for buttons */
.PayArButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

.LabelMessage
{
	font-weight: bold;
	font-size: 11px;
	color: #8228FF;
	font-family: Verdana, Helvetica, sans-serif;
}

.ItemDetailLabel
{
	border-right: thin outset;
	border-top: thin outset;
	font-weight: bold;
	font-size: 11px;
	border-left: thin outset;
	color: white;
	line-height: 12px;
	border-bottom: thin outset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #014785;
}

.SearchPageHeader
{	
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #393939;

}

.LeftAlign
{
    text-align: right;    
}

.TableSelectedHeader
{	
	font-weight: bold;
	font-size: 11px;
	color: yellow;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #0E6AC0;

}

.DataGridClass
{
	margin-bottom: -1px;
	margin-left: -1px;
	margin-right: 3px;
	border-collapse: collapse;
}

.DataGridBorder
{
	width: 100%;
	height: 12px;
	background-color: #6699cc;
}

.DataGridHeader
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: #393939;
}

.DataGridItem
{
    background-color: #ffffff;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
}

.DataGridItemAlt
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: silver;
}

.DataGridFooter
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: #f2f2f2;
}
 
.DataGridNav
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
	background-color: #f2f2f2;
}

.CategoryList
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.DropDownLists 
{
  	font-family: Verdana, Arial;
  	font-size: 11px;
}