﻿
body
{
    margin: 0;
    padding: 0;
    background: #B1B1B1 url(/images/page-background.png) repeat-x left top;
    color: #232323;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select
{
    font: normal 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, small
{
    font-weight: normal;
    font-style: normal;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

/*
blockquote {
	background: url(/images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}
*/


a
{
    color: #000;
    outline: none;
}

a:hover
{
    /*text-decoration: none;*/
}

hr
{
    display: none;
}

img
{
    border: none;
}

/* ------------- general purpose ---------------- */
.border-bottom-double
{
    border-bottom-style: double;
}
.border-bottom-single
{
    border-bottom-style: solid;
    border-bottom-width: thin;
}

/* ------------- validation ---------------- */
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #ff0000;
}
.validation-summary-errors li
{
    list-style-position: inside;
}
/* ---------------------------- */
.nav
{
    width: 900px;
    margin: 0 auto;
}

/* Logo */
.nav h1
{
    float: left;
    margin-top: 25px;
    background: url(/images/asp_dot_Net_membership_topLogo.png) no-repeat left 50%;
    width: 210px;
    height: 50px;
}


/* Menu */

.nav ul
{
    float: right;
    margin-top: 21px;
    list-style: none;
}

.nav li
{
    display: inline;
}

.nav li a
{
    float: left;
    padding: 21px 20px 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; /*letter-spacing: 0px;*/
    font-family: Arial, Helvetica, sans-serif; /*font-weight: bold;*/
    font-size: 14px; /*color: #4E4E4E;*/
    color: #ccc;
}

.nav li a:hover
{
    color: white;
    background: url(/images/menu-marker.png) no-repeat center top;
}

.nav .current_page_item a
{
    background: url(/images/menu-marker.png) no-repeat center top;
}





/* ---------  header block ------------------- */
.header-background
{
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 900px;
    background: url(/images/header_back.png) repeat-y; /*background-color:#47a9f3;*/ /*background-color:#47a9f3;*/
    margin: 0 auto;
    font-style: italic;
}
.header-logo
{
    position: absolute;
    top: 20px;
    left: 770px;
}
.header-title h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 5px 150px 0 0;
    margin: 0;
    font-size: 32px;
    color: #FFFFFF;
    background-color: #175C97;
    text-align: right;
}
.header-title h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 4px 150px 10px 0;
    margin: 0;
    text-align: right;
    font-size: 24px;
    color: #D3D3D3;
    background-color: #175C97;
    text-align: right;
}
.header-block h1
{
    font-size: 1.5em;
    padding: 10px 150px 10px 10px;
    color: White;
}




/* --------------  Main Content, Main Content Body, Main Content Side Panel, Main Content Bottom Panel  ------------*/
.main-content
{
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    background: #F4F4F4;
    min-height: 400px;
    overflow: hidden;
}
.main-content-body
{
    float: left;
    width: 570px;
    padding: 0px 20px 0px 20px;
    line-height: 20px;
    font-size: 1.1em;
}

.main-content-side-panel
{
    float: right;
    width: 250px;
    padding: 0 20px;
    min-height: 30em;
    background: #DCDCDC;
}

.main-content-bottom-panel
{
    clear: both;
    padding-top: 30px;
}


/* -------------- Footer ------------------------------------------------------------------------------------*/
.footer
{
    width: 900px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(/images/page-footer.png) no-repeat left top;
    font-size: 11px;
    color: #CCCCCC;
    padding-top: 20px;
}

.footer p
{
    margin-left: 5px;
    float: left;
}
.footer h1
{
    float: right;
    margin-right: 5px;
}





/* --------------  Main Content Side Panel (general purpose) ------------------------*/
.main-content-side-panel h1
{
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.2em;
    color: Gray;
    border-bottom: solid 2px #cfcfcf;
}

.main-content-side-panel dt
{
    font-size: .8em;
    color: Gray;
    font-weight: bold;
}
.main-content-side-panel dd
{
    margin: 0;
}
.main-content-side-panel dd a
{
    color: #00F;
}

/* -----------  main content Side Panel Sub Classes ----------------- */
.main-content-side-panel-buttons
{
    padding-top: 20px;
}
.main-content-side-panel-buttons a
{
    margin-top: 5px;
    display: block;
    text-align: center;
}

.main-content-side-panel-links
{
    padding-bottom: 60px;
}
.main-content-side-panel-links a
{
    display: block;
    margin: 2px 10px;
    font-size: 1.1em;
    text-decoration: underline;
}





/* --------------  Main Content Section (general purpose) ------------------------*/
.main-content-section h1
{
    font-size: 1.1em;
    font-weight: bold;
    color: #2E5F92;
    margin: .8em 0;
}

.main-content-section a
{
    color: Blue;
}


/*---------------- Highlights Block ------------------------*/

.highlights-block
{
    clear: both;
    width: 900px;
    background: #000000;
    color: #CCCCCC;
    padding: 10px 0 0 0;
}

.highlights-block ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.highlights-block li
{
    display: block;
    float: left;
    width: 187px;
    padding: 10px 10px 10px 25px;
}

.highlights-block li ul
{
    line-height: 1.8em;
}

.highlights-block li li
{
    display: list-item;
    background: url(/images/bullet-square-blue.png) no-repeat left 50%;
    float: none;
    width: auto;
    padding: 0 0 0 10px;
    line-height: 25px;
}

.highlights-block h2
{
    margin: 0 0 10px 0;
    color: #FFFFFF;
    font-size: 1.3em;
}

.highlights-block a
{
    text-decoration: none;
    color: #CCCCCC;
}

.highlights-block a:hover
{
    text-decoration: underline;
}




/* ---------------- Boxed Link Block --------------------------- */
.boxed-link-block
{
    border: solid 4px #dcdcdc;
    width: 270px;
    background-repeat: no-repeat;
    background-color: White;
    float: left;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 30px;
}
.boxed-link-block h2
{
    color: #2E5F92;
    margin: 10px 0 5px 85px;
    font-size: 1.1em;
    font-weight: bold;
}
.boxed-link-block a
{
    margin: 0 10px;
    display: block;
    text-align: right;
}
.boxed-link-block p
{
    margin: 10px 2px 5px 90px;
}

.boxed-link-block-demo
{
    background-image: url(/images/live-demo.png);
    background-position: 5px 10px;
}
.boxed-link-block-videos
{
    background-image: url(/images/videostrip.png);
    background-position: 20px 15px;
}
.boxed-link-block-screenshots
{
    background-image: url(/images/screenshots.png);
    background-position: 5px 10px;
}
.boxed-link-block-downloads
{
    background-image: url(/images/download.png);
    background-position: 5px 10px;
}







/* ---------------  Home Page ---------------------------*/
.home-header
{
    background: url(/images/header_back.png) repeat-y;
    background-color: #47a9f3;
}
.home-header ul
{
    float: left;
    list-style-type: none;
    width: 370px;
    margin: 0 80px 0 10px;
    color: White;
}
.home-header li
{
    background-image: url(/images/blueBullet.png);
    background-position: 0 8px;
    padding: 5px 0 1.5em 40px;
    background-repeat: no-repeat;
    font-style: normal;
}
.home-header li strong
{
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
}
.home-header li p
{
    margin: 0;
    display: block;
    color: Black;
    font-size: 1.2em;
    font-weight: normal;
}

.home-header img
{
    margin-bottom: 20px;
}
.home-header h1
{
    padding-top: 30px;
    padding-bottom: 30px;
    color: black;
    text-align: center;
}

.home-quote
{
    background-color: silver;
    border: 1px dimgray dotted;
    overflow: auto;
    padding: 20px 10px;
}
.home-quote blockquote
{
    float: left;
    width: 60%;
    padding: 0;
    margin: 0 10px 20px 10px;
}
.home-quote cite
{
    width: 30%;
    float: right;
    display: block;
    font-size: 1.0em;
}


.home-section
{
    margin-top: 40px;
    margin-bottom: 10px;
}
.home-section h1
{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    color: #2E5F92;
    margin: 20px 0;
}





.home-features dl
{
    margin-top: 40px;
    margin-right: 10px;
    float: left;
}
.home-features dt
{
    color: #4682B4;
    font-weight: bold;
    margin-bottom: 10px;
    width: 380px;
}
.home-features dd
{
    margin: 0;
    display: inline-block;
}
.home-features dd.text
{
    width: 380px;
}
.home-features dd.img img
{
    border: solid 1px black;
}
.home-features .left
{
    float: left;
}
.home-features .right
{
    float: right;
}

/*--------------------------  videos --------------------------------------------*/
.video-block
{
    width: 300px;
    margin: 40px 70px;
    float: left;
}
.video-block img
{
    border: solid 1px #2E5F92;
}
.video-block h1
{
    font-weight: bold;
    font-size: 1.1em;
    color: #2E5F92;
    margin-bottom: 5px;
}
.video-block p
{
    margin: 5px;
}
.video-body
{
    margin-top: 10px;
}
.video-paging
{
    text-align: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

.video-footer
{
    overflow: auto;
    padding: 30px 20px;
}


/* -------------------------  screenshots ---------------------------------------*/
.screenshot-blocks
{
    overflow: auto;
}
.screenshot-blocks dl
{
    float: left;
    width: 280px;
    margin: 10px 8px;
}
.screenshot-blocks dt a
{
    color: Blue;
    float: right;
    margin-right: 10px;
}
.screenshot-blocks h1
{
    font-weight: bold;
    float: left;
}
.screenshot-blocks dd
{
    margin: 0;
}
.screenshot-blocks dd p
{
    padding-bottom: 30px;
}
.screenshot-blocks img
{
    border: solid 1px #175C97;
}

.screenshot-body
{
    padding-left: 8px;
    padding-right: 5px;
    margin-bottom: 40px;
}
.screenshot-body h1
{
    font-weight: bold;
    font-size: 1.4em;
    float: left;
    margin: 0;
}
.screenshot-body img
{
    /*border:solid 1px #175C97;*/
    border: solid 2px black;
    margin: 5px 0;
}
.screenshot-body p
{
    clear: both;
    padding: 5px 0;
}
.screenshot-footer
{
    clear: both;
    overflow: auto;
    padding: 30px 20px;
    margin-top: 30px;
}
.screenshot-footer h1
{
    text-align: center;
    font-size: 1.4em;
    font-style: italic;
    color: #2E5F92;
}

.screenshot-paging
{
    float: right;
}
.screenshot-paging a
{
    color: Blue;
}

/* -------------------------  FAQ ---------------------------------------*/
.faq h1
{
    font-size: 1.2em;
    font-weight: bold;
    color: #2E5F92;
    margin-bottom: 5px;
    margin-top: 20px;
}
.faq h2
{
    font-size: 0.9em;
    font-weight: bold;
    color: Gray;
}
.faq p
{
    font-size: 0.9em;
    line-height: 1.3em;
    margin-left: 3em;
    margin-bottom: 1em;
}

/* -------------------------  Demo ---------------------------------------*/
.demo-footer
{
    overflow: auto;
    padding: 30px 20px;
}
.demo-footer h1
{
    text-align: center;
    font-size: 1.4em;
    font-style: italic;
    color: #2E5F92;
}
.demo-home-section
{
    padding: 0 5px;
}
.demo-home-section h1
{
    color: #2E5F92;
    font-size: 1.6em;
    font-style: italic;
    text-align: center;
    padding-bottom: 20px;
}
.demo-home-section h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .5em;
    margin-top: 2em;
}
.demo-home-section p
{
}


.demo-home-blocks
{
    list-style: none;
    overflow: auto;
}

.demo-home-blocks li
{
    float: left;
    width: 265px;
    margin: 0 15px;
    padding: 15px 0;
}
.demo-home-blocks h1
{
    font-weight: bold;
    margin: .5em 0;
}
.demo-home-blocks img
{
    border: solid 1px black;
}
.demo-home-blocks p
{
    padding: 8px 5px 0 0;
    width: 225px;
    font-size: .8em;
    float: left;
}
.demo-home-blocks a
{
    display: block;
    float: left;
}
.demo-home-blocks a img
{
    padding-top: 5px;
    border: none;
}

/* ------ */
.demo-free
{
    overflow: auto;
    border: solid 1px #4982C1;
    margin: 0 40px;
    margin-top: 40px;
}
.demo-free ul
{
    list-style: none;
}
.demo-free li
{
    float: left;
    width: 300px;
    margin: 0 50px;
    padding-bottom: 5em;
}
.demo-free h1
{
    font-weight: bold;
    margin: 0;
    padding: .5em;
    background: url(/images/header_back.png) repeat-y;
    text-align: center;
    color: White;
}
.demo-free h2
{
    padding: 5px;
    padding-bottom: 2em;
}
.demo-free h3
{
    font-weight: bold;
    padding-bottom: .6em;
}
.demo-free img
{
    border: solid 4px #dcdcdc;
    float: left;
}
.demo-free p
{
    margin-top: 1em;
    font-size: .8em;
    width: 250px;
    float: left;
}
.demo-free a
{
    display: block;
    float: left;
    padding-left: 10px;
}
.demo-free a img
{
    padding-top: 5px;
    border: none;
}

/* ---------- */


.demo-page-header
{
    background: #eee url(/images/info-24.png) no-repeat 5px 10px;
    padding: 10px;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: .8em;
}
.demo-page-header label
{
    font-size: .9em;
    text-align: right;
    display: block;
    padding-bottom: 5px;
    padding-right: 5px;
}
.demo-page-header a
{
    color: Blue;
}

.demo-page-section
{
    margin: 20px 10px;
    border-top: dashed 3px #ccc;
    padding-top: 1em;
}
.demo-page-section h1
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: .8em;
    margin-top: 2em;
}
.demo-page-section h2
{
    font-weight: bold;
    margin: 0 3em;
    padding-top: 1.5em;
    padding-bottom: 1em;
}
.demo-page-section a
{
    color: Blue;
}
.demo-page-section p
{
    padding-bottom: .5em;
    margin: 0 3em;
}
.demo-page-section p strong
{
    font-weight: bold;
    color: #2E5F92;
}
.demo-page-section ul
{
    margin: 10px 5em;
    list-style: none;
}
.demo-page-section li
{
    background-image: url(/images/bullet-square-blue.png);
    background-position: 0 .5em;
    background-repeat: no-repeat;
    padding: 0 0 4px 18px;
    font-size: .9em;
}
.demo-page-footer
{
    text-align: right;
    padding: 20px 5px;
}
.demo-page-footer a
{
    color: Blue;
}


.demo-label-control-block
{
    background-color: white;
    width: 500px;
    padding: 20px;
    margin: 0 auto;
}


.demo-login-control
{
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
/*
.demo-steps
{
background-color:#eee;
margin:10px 20px 20px 100px;
padding:0 0 20px 0;

}*/
/* ---------- markup -------------*/
.demo-markup
{
    background-color: white;
    border: solid 2px #dcdcdc;
    padding: 10px;
    margin: 10px 80px;
    text-align: center;
}
/*.demo-markup strong
{
	background-color:Yellow;
	font-weight:normal;
}
.demo-markup a
{
	color:Blue;
}
.demo-markup var
{
	color:#A31515;
	font-style:normal;
}
.demo-markup label
{
	color:Red;
}*/
/* ------------- free control banner -----------------------------*/
.free-control-banner
{
    width: 20em;
    background-image: url(/images/free-blue.png);
    background-repeat: no-repeat;
    padding: 10px 0 0 58px;
    margin: 15px auto 0 auto;
    min-height: 43px;
}
.free-control-banner h1
{
    letter-spacing: 3px;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
.free-control-banner p
{
    margin: 0;
    padding: 0;
    font-size: .8em;
}
/* -------------------------  Learn ---------------------------------------*/
.learn
{
    /*overflow:auto;*/
}

/* --------- learn sidebar --------------*/
.learn-sidebar
{
    float: right;
    width: 200px;
    background-color: #dcdcdc;
    min-height: 50em;
    padding: 10px;
}
.learn-sidebar h2
{
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    color: Gray;
    border-bottom: solid 2px silver;
    margin-bottom: 10px;
}
.learn-sidebar ul
{
    list-style-type: none;
    padding: 10px 0;
    padding-left: 65px;
}
.learn-sidebar dl
{
    border-top: dashed 1px silver;
    margin: 10px 0;
    padding-top: 10px;
    margin-bottom: 40px;
}
.learn-sidebar dt
{
    text-align: center;
    font-weight: bold;
    color: #E80B0B;
}
.learn-sidebar dd
{
    text-align: center;
    margin-left: 0;
    padding: 4px 0;
}

/* --------- learn content --------------*/
.learn-content
{
    float: left;
    width: 670px;
    padding:0 5px 30px 5px;
}
.learn-content h1
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: .8em;
    margin-top: 2em;    
}
.learn-content h2
{
    font-weight: bold;
    margin: 0 2em;
    padding-top: 1.5em;
    padding-bottom: 1em;
}
.learn-content h3
{
    font-weight: bold;
    margin: 0 2em;
    padding-bottom: .4em;
}

.learn-content h5
{
    font-weight: bold;
    margin: 1em 2em;
    padding:1.5em;
    display:block;
    border:solid 1px #8A98B0;
    font-style:italic;
    font-size:.9em;
}
.learn-content ul
{
    list-style-type: none;
    margin-bottom: 1em;
}
.learn-content li
{
    padding: 5px 50px;
}
.learn-content ul a, .learn-content a
{
    color: Blue;
    text-decoration: underline;
}
.learn-content p
{
    padding-bottom: .5em;
    margin: 0 3em;
}
.learn-content p strong
{
    font-weight: bold;
    color: #2E5F92;
}
.learn-content ul
{
    margin: 10px 5em;
    list-style: none;
}
.learn-content li
{
    background-image: url(/images/bullet-square-blue.png);
    background-position: 0 .5em;
    background-repeat: no-repeat;
    padding: 0 0 4px 18px;
    font-size: .9em;
}

/* --------- learn steps --------------*/
.learn-steps
{
    background-color: #eee;
    margin: 10px 20px 20px 20px;
    padding: 0 0 20px 0;
}
.learn-steps h1
{
    text-align: center;
}

/* ---------- learn image -------------*/
.learn-image-border
{
    border: solid 2px #dcdcdc;   
    background-color: white;
    margin:15px 5px;
}
.learn-content-image-centered-border
{
    border: solid 2px #dcdcdc;   
    margin:15px auto;
    display: block;
}
.learn-content-image-centered
{
    margin:15px auto;
    display: block;
}
/* ---------- learn markup -------------*/
.learn-markup
{
    background-color: white;
    border: solid 2px #dcdcdc;
    padding: 10px;
    margin: 10px 10px;
    font-size: 1.0em;
    display:block;
}
.learn-markup strong
{
    background-color: Yellow;
    font-weight: normal;
}
.learn-markup abbr
{
    color: Blue;
}
.learn-markup var
{
    color: #A31515;
    font-style: normal;
}
.learn-markup label
{
    color: Red;
}


/*---------------- learn table ------------------------------------*/
.learn-table 
{
    margin:0 0 0 60px;
}
.learn-table dt
{
    font-weight:bold;
    color:#2E5F92;
    margin-top:1em;
}
.learn-table dd
{
}



/* --------------------- download ----------------------------------*/
.download
{
    min-height: 40em;
}
.download-form
{
    min-height: 12em;
}
.download strong
{
    color: #2E5F92;
    font-weight: bold;
}
.download fieldset
{
    margin: 1em 8em;
    width: 370px;
    padding: 10px;
}
.download label
{
    display: inline-block;
    width: 5em;
    margin-top: 5px;
}
.download input[type="text"]
{
    width: 12em;
    margin-right: .5em;
}
.download input[type="submit"]
{
    float: right;
    margin-right: 3em;
    margin-top: 5px;
}
.download ul
{
    list-style: none;
}
.download li
{
    padding-left: 10px;
    font-size: .8em;
}
.download-notes
{
    margin-bottom: 40px;
    margin-left: 20px;
}
.download-notes li
{
    background-image: url(/images/bullet-arrow.png);
    background-position: 0 .5em;
    background-repeat: no-repeat;
    padding: 0 0 4px 18px;
    font-size: .8em;
}
.download h2
{
    font-weight: bold;
    font-size: .8em;
    margin-bottom: 20px;
}
.download h2 a
{
    float: right;
}
.download h3
{
    font-size: .8em;
    color: #2E5F92;
    font-weight: bold;
    margin-top: 10px;
}
.download p
{
    font-size: .8em;
    margin: 5px 0;
}
.download-side-panel
{
    min-height: 50em;
}
.download-side-panel img
{
}

/* --------------------- buy ----------------------------------*/
.buy
{
    /*min-height:40em;*/
}
.buy-cart-info
{
    background-color: #eee;
    padding: 10px;
    font-size: .8em;
}
.buy-cart-info p
{
    background: url(/images/cart-large.png) no-repeat;
    padding-left: 40px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 24em;
    height: 32px;
}
/*.buy-cart-info h5
{
		background-image: url(/images/cart-large.png);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	padding: 0 0 4px 48px;
	font-size: .9em;
	line-height:100px;
	
}*/

.buy-side-panel
{
    min-height: 65em;
}
.buy-side-panel img
{
    margin: 30px 5px;
}
.buy-side-panel span
{
    display: block;
    text-align: center;
}

.buy-side-panel ul
{
    padding: 10px;
    list-style: none;
}
.buy-side-panel p
{
    margin-top: 10px;
}
.license-info
{
    margin-bottom: 20px;
    width: 350px;
    float: left;
}

.license-info ul
{
    margin-left: 20px;
    list-style: none;
    text-indent: -0.4em;
}
.license-info li
{
    background-image: url(/images/bullet-arrow.png);
    background-position: 0 .5em;
    background-repeat: no-repeat;
    padding: 0 0 4px 18px;
    font-size: .9em;
}



.license-price
{
    margin: 20px 40px;
    text-align: center;
    font-size: 1.1em;
    float: right;
    width: 120px;
}
.license-price p
{
    margin-bottom: 5px;
}
.license-compare
{
    clear: both;
    padding-top: 20px;
}
.license-compare h1
{
    margin: 0;
}
.license-compare table
{
    font-size: .8em;
}
.license-compare th
{
    vertical-align: bottom;
    border-bottom: solid 2px #175C97;
    color: #175C97;
}

.license-compare td
{
    text-align: center;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0;
    vertical-align: top;
}
.license-compare td h2
{
    color: #175c97;
    font-weight: bold;
}

.license-compare th.license-1
{
    width: 400px;
    text-align: left;
    border: none;
}
.license-compare td.license-1
{
    text-align: left;
}

/* --------------------- cart ----------------------------------*/
.cart
{
    /*overflow:hidden; 	width:100%;*/
}
.cart table
{
    border: solid 1px #8A98B0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.cart td, .cart th
{
    border: solid 1px #8A98B0;
}
.cart th
{
    color: #175c97;
    font-size: .8em;
    padding: 1px 3px;
}
.cart td
{
    font-size: .8em;
    padding: 1px 3px;
}
/* --------------------- checkout ----------------------------------*/
.checkout
{
    /*overflow:hidden; 	width:100%;*/
}

.checkout-nav
{
    clear: both;
    padding-top: 20px;
    margin-bottom: 30px;
}
.checkout-nav a
{
    float: left;
}
.checkout-nav input
{
    float: right;
}

.checkout-info
{
    background: #eee url(/images/info-24.png) no-repeat 5px 10px;
    padding: 10px;
    padding-left: 40px;
    font-size: .8em;
}


.checkout_right
{
    text-align: right;
}
.checkout_center
{
    text-align: center;
}
.checkout_left
{
    text-align: left;
}
.checkout input[type="submit"]
{
    font-size: .8em;
}
.checkout-purchaser
{
    margin: 40px 0;
}
.checkout-purchaser p
{
    margin-right: 10px;
}
.checkout-purchaser label
{
    /*margin-right:5px; 	width:8em;*/
    display: block;
    font-size: .8em;
}

.checkout-purchaser p
{
    float: left;
    margin-bottom: 5px; /* 	 height:1.8em;*/
}
.checkout-purchaser-input-short
{
    /*display:block;*/
    width: 15em;
}
.checkout-purchaser-input-combo
{
    /*display:block; 	width:10.3em;*/
    margin-bottom: 0.2em;
}
.checkout-purchaser-input
{
    width: 31.3em;
}

.checkout-payment
{
    margin-top: 30px;
}
.checkout-payment label
{
    width: 15em;
    display: inline-block;
    margin-left: 10px;
}
.checkout-payment p
{
    margin-bottom: 5px;
    height: 1.8em;
}
#CreditCard
{
    width: 13em;
}
#Cvv
{
    width: 4em;
}
.checkout-credit-cards
{
    background-color: White;
    border: solid 4px #dcdcdc;
    margin: 40px 10px;
    padding: 20px 50px;
    font-size: .8em;
}
.checkout-credit-cards label
{
    width: 200px;
    display: block;
    float: left;
}

.checkout-review
{
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.checkout-license
{
    overflow: auto;
    height: 200px;
    width: 100%;
    padding: 0 10px;
    background-color: white;
    margin-bottom: 10px;
}
.checkout-validation
{
    clear: both;
    margin: 20px 0;
    font-size: .8em;
}

.checkout-invoice
{
    margin-top: 20px;
    border: solid 4px #dcdcdc;
    padding: 5px;
    background-color: White;
    font-size: .8em;
}
.checkout-invoice-billing
{
    float: left;
    width: 300px;
    margin-bottom: 20px;
}
.checkout-invoice-payment
{
    float: right;
    width: 250px;
    margin-bottom: 20px;
}
.checkout-invoice-billing p, .checkout-invoice-payment p
{
    line-height: 1.3em;
}
.checkout-invoice-billing h1, .checkout-invoice-payment h1
{
    margin-bottom: 0;
}
.checkout-invoice table
{
    /*border:solid 1px #8A98B0;*/
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.checkout-invoice td, .cart th
{
    /*border:solid 1px #8A98B0;*/
}
.checkout-invoice th
{
    color: #175c97;
    padding: 1px 3px;
}
.checkout-invoice th span
{
    border-bottom: solid 1px;
}
.checkout-invoice td
{
    padding: 1px 3px;
}

.checkout-complete
{
    margin-top: 40px;
    padding-bottom: 40px;
}
.checkout-complete h2
{
    font-size: .8em;
    font-weight: bold;
    margin-top: 20px;
}
.checkout-complete p
{
    font-size: .9em;
    margin-bottom: 10px;
}
.checkout-complete ul
{
    font-size: .8em;
}
.checkout-complete li
{
    margin-left: 20px;
    margin-bottom: 8px;
}
.checkout-complete ul strong
{
    color: #175c97;
}
.license-agreement h3
{
    font-weight: bold;
    margin-bottom: 20px;
}
.license-agreement h4
{
    font-weight: bold;
    font-size: .8em;
    margin-top: 10px;
}
.license-agreement p
{
    margin-bottom: 10px;
    font-size: .8em;
    line-height: 1.5em;
}
