/*---------- Presentation Stylesheet ------------ */
/*             Tolal POS Solutions                */
/*       Created By Ben Stewart - 14/10/2007      */
/*       Modified By John McGeary - 10/03/2009      */

* {
	margin:0;
	padding:0;
}
body {
	width:540px;
	margin: 0 20px 0 0;
	padding: 0 15px 10px 15px;
	background: url(assets/total_pos_content_background.jpg) repeat-x;
	color:#303b57;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:18px;
	font-weight:bold;
	margin: 0 -15px 10px -15px;
	padding:15px;
        background: #d1d2d4;
	border-bottom: 1px solid #303b57}

h1 a{
color:#303b57!important;
text-decoration:none!important}

h1 a:hover{
color:#303b57!important;
text-decoration:underline!important}

red{
color:#fd0700!important}

.content h2{
font-size:16px;
font-weight:bold;
margin: 10px -15px 10px -15px;
padding:0 15px 0 15px;
border:none!important;
background:none}

.content h3{
font-size:14px;
border:none!important;
background:none;
margin: 10px -15px 10px -15px;
padding:0 15px 0 15px}

ul {
	margin: 0 10px 10px 10px;
}

ol {
	margin: 0 10px 10px 10px;
}
li {
	list-style: none;
	padding:0 0 5px 20px;
	background: url(assets/total_pos_bullet.gif);
	background-repeat: no-repeat;
	background-position: .5em .5em;
}
p {
	margin: 0 0 10px 0;
}
a {
	color: #fd0700;
	border:none;
text-decoration:none;
}

a:hover {
	color: #fd0700;
	border:none;
text-decoration:underline;
}

a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

hr{
border-top:1px solid #d1d2d4!important;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
margin:10px 0 10px 0}

img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}

div.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;}

img a{
border:none!important}

img a:hover{
border:none!important}