﻿.workflowError
{
    padding-bottom: 15px;
}

.progress_item
{
    border-bottom: 1px solid #b6b6b6;
}

.last_progress_item
{
    border: 0px;
}
    .progress_item_header
    {
        height: 45px;
        line-height: 45px;
        float: left;
        width: 45px;
    }
        .progress_item_header_indicator
        {
            background-image: url(/Own/img/Workflow/ProgressWidgetBox.png);
            background-repeat: no-repeat;
            background-position: 50% top;
            width: 21px;
            height: 21px;
            font-family: Arial;
            font-weight: bold;
            font-size:11px;
            line-height: 21px;
            text-align:center;
            margin-top: 12px;
            margin-left: 15px;
        }

            .progressCheck
            {
                margin: 0 auto;
                margin-top: 2px;
            }
            
            * html .progressCheck {
                margin: 0;
            }

        .progress_item_header_name
        {
            float: left;
        }
        
    .progress_item_content
    {
        margin-top: 15px;
        margin-bottom: 12px;
        float: left;
        width: 150px;
    }
		.progress_item_content strong {
			font-weight: normal;
            color: #000;
		}
		.progress_item_content .highlight {
			font-weight: bold;
            font-size: 13px;
			color: #000;
		}
    .progress_item_content .contentBlock
    {
        margin-top: 10px;
    }

	   
       
    .paypalRollover
    {
    	float:left;
    	padding-top:18px;
    	padding-bottom:4px;
    }
    
    .paypalRollover a {
		display:block;
		width: 135px;
		height: 32px;
		padding:10px 20px 0 0px;
		background: url("https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif") 0 0 no-repeat;
		text-decoration: none;
	}
	.paypalRollover a:hover { 
		text-decoration: none;
	}
	.paypalRollover a:active {
		text-decoration: none;
	}
	
	.creditRollover
    {
    	float:left;
    }
    
    .creditRollover a {
		display:block;
		width: 96px;
		height: 68px;
		padding:10px 15px 0 0;
		background: url("/Own/img/Purchase/paymentIconCreditCardComp.png") 0 0 no-repeat;
		text-decoration: none;
	}
	.creditRollover a:hover { 
		background-position: 0 -78px;
		text-decoration: none;
	}
	
	.creditRollover a:active {
		background-position: 0 -158px;
		text-decoration: none;
	}
	
	.paypalShell 
	{
		background-color: #DBE5EA !important;
	}

	.paypalBottomCap
	{
		background-color: #DBE5EA !important;
	}
	
	.supportHomeMainContW 
	{
		background:url(/Own/img/Global/bg/loginPageDivider.gif) no-repeat 335px 80px;
		background-color:#DBE5EA;
	}

    .supportHomeMainContW .fullCol 
    {
        padding: 0px  0 15px 0px;
        margin-bottom:15px;
        border-bottom:1px solid #CAD2D5;
    }
    
    .supportHomeMainContW .fullColNopad 
    {
        padding: 0px  0  0px 0px;
        margin-bottom:0px;
        border-bottom:1px solid #CAD2D5;
        clear:both;
    }
    
    .supportHomeMainContW .fullColSpacer 
    {
        padding: 0px  0 15px 0px;
        margin-bottom:15px;
        border-bottom:1px solid #CAD2D5;
        background-color:#FFFFFF;
    }
    
	.supportHomeMainContW .col1
	{
		padding-left:50px;
		padding-bottom:20px;
		position:relative;
		width:265px;
	}
		
    .supportHomeMainContW .col2 
    {
		width:170px;
		margin-right:59px; 
		width: 180px !important; 
		margin-right: 20px; 
	}
    
    .supportHomeMainContW .col1 strong, .supportHomeMainContW .col2 strong 
    {
        display:block;
        font-size:13px;
        color:#000000;
        font-weight:bold;
    }