﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#524D4D;
	line-height:20px;
}

h1
{
    font-weight:normal;
    font-size:1.8em;
    margin:0 0 0.7em 0;
}

h2
{
    font-weight:normal;
    font-size:1.4em;
    margin:1em 0 1em 0;
}

h3
{
    font-weight:normal;
    font-size:1.2em;
    margin:0 0 0.4em 0;
    color:#E28236;
}

h4
{
    font-weight:normal;
    font-size:1.2em;
    margin:0 0 0.6em 0;
}

p, address, ul
{
    margin-bottom:1em;
}

ul
{
    margin-left:20px;
}

li
{
    text-indent:0px;
    list-style-type:disc;
}

a
{
    color:#FF760E;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

a img
{
    border:none;
}

.small
{
    font-size:0.8em;
}

.strikethrough
{
    text-decoration:line-through;
}

.small_lower, .lower_case
{
    text-transform:none;
}

.small_lower
{
    font-size:0.8em;
}

/* For returns labels */
h1.big_line_height
{
    line-height:2em;
}

/* For terms and conditions page */
#maincol ul.terms_index li
{
    list-style:none;
    text-indent:0;
}

/* For coloured backgrounds, darken the text */
.dark_text
{
	color:#000;    
}

.dark_text a
{
	color:#000;
}
