body {
    margin              : 0;
    padding             : 0;
    font-family         : Arial;
}

h1, h2, h3, h4, h5, h6, table, tr, th, td, form, label, ol, ul, li, p, hr, sup {
	margin              :0;
	padding             :0;
}

form {
    padding             : 0;
    margin              : 0;
}

fieldset {
    padding             : 0;
    margin              : 0;
    border              : 0;
}

img {
    border              : none;
}

.clear {
    clear               : both;
}

div.maincontents div.left {
    float               : left;
    width               : 320px;
}
div.maincontents div.right {
    float               : right;
    width               : 240px;
}

a img {
    border              : none !important;
}


/* Linklist */
/* ********************************************************************* */
div.list h1 {
    padding             : 0 0 0 15px;
    margin              : 0 0 5px 0;
    font-weight         : bold;
    font-size           : 11px;
    color               : #47869D;
    background          : url(/images/arrow_green_down.gif) no-repeat 0 5px;
}
div.list ul.order_process_steps {
    list-style-type     : none;
    margin              : 0 0 10px 0;
}
div.list ul.order_process_steps li {
    margin              : 0 0 1px 0;
	padding-left        : 15px;
    color               : #B6B6B6;
    font-weight         : bold;
	background          : url(/images/arrow_green_trans.gif) no-repeat 2px 5px;
}
div.list ul.order_process_steps li a {
    font-weight         : bold;
	padding             : 0px !important;
	background          : none;
	text-decoration     : none;
    color               : #B6B6B6;
}
div.list ul.order_process_steps li a:hover {
	text-decoration     : underline;
}
div.list ul.order_process_steps li.active {
	background          : url(/images/arrow_green.gif) no-repeat 2px 5px;
}
div.list ul.order_process_steps li.active a {
    color               : #343434 !important;
}
div.list ul.order_process_steps li.completed {
    background          : url(/images/arrow_green.gif) no-repeat 2px 5px;
}
div.list ul.order_process_steps li.completed a {
    color               : #343434 !important;
}
div.list ul.order_process_steps li.locked {
    background          : url(/images/locked_small.gif) no-repeat 0 5px;
    color               : red;
}
div.list ul.order_process_steps li.locked a {
    color               : red;
}

div.maincontents h1 {
    margin-bottom       : 10px;
}
div.maincontents p {
    margin-bottom       : 20px;
}