@import url(yahoo_reset.css);

body {
	width: 800px;
	margin: 10px auto 10pt auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	clear: both;
}

#header {
	padding-bottom: 3px;
	border-bottom: 1px dashed #777777;
	margin-bottom: 7px;
	color: #777777;
	text-decoration:none;
	display: block;
	clear: both;
	height: 108px;
}

#footer {
	border-top: 1px dashed #777777;
	padding-top: 3px;
	clear: both;
	font-size: 75%;
	text-align:center;
	color: #777777;
	display: block;
}
	
#copy {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;	
	padding-bottom: 12px;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;	
	font-style: italic;	
	padding-bottom: 10px;
}
	
h3 {
	font-weight: bold;
	font-style: italic;	
	padding-bottom: 8px;
        display:block;
}

p {
	padding-bottom: 9px;
}	

img {
	border-style: none; 
}
	
em {
	font-weight:bold;
}

#error  {
    background:url(../images/error.gif);
    background-repeat: no-repeat;
    background-color:#FDF9DB;
    border-bottom:1px dashed #FDF94B;
    border-top:1px dashed #FDF94B;
    width:680px;
    height: 72px;
    padding-left:120px;
    margin-top:10px;
    margin-bottom:10px;
    display: block;
}

p.warning {
    padding-top: 15px;
}

#success  {
    background:url(../images/tick.gif);
    background-repeat: no-repeat;
    background-color:#c4eac4;
    border-bottom:1px dashed #3cb13c;
    border-top:1px dashed #3cb13c;
    width:680px;
    height: 72px;
    padding-left:120px;
    margin-top:10px;
    margin-bottom:10px;
    display: block;
}

p.confirm {
    padding-top: 15px;
}

/* -------------------- */
/* BUTTON CSS */
/* -------------------- */

a.button_short{ background:url(../images/buttons/button_short.gif); width:135px;}
a.button_med{ background:url(../images/buttons/button_med.gif); width:191px; }
a.button_long{ background:url(../images/buttons/button_long.gif); width:251px; }

a.button_short, a.button_med, a.button_long {
    display:block;
    color:#555555;
    font-weight:bold;
    text-decoration:none;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
}

a:hover.button_short, a:hover.button_med, a:hover.button_long {
color:#0066CC;
}

.add{ background:url(../images/buttons/add.gif) no-repeat 10px 8px; }
.delete{ background:url(../images/buttons/delete.gif) no-repeat 10px 8px; }
.help{ background:url(../images/buttons/help.gif) no-repeat 10px 8px; }
.save{ background:url(../images/buttons/save.gif) no-repeat 10px 8px; }
.arrow_up{ background:url(../images/buttons/up.gif) no-repeat 10px 8px; }
.arrow_down{ background:url(../images/buttons/down.gif) no-repeat 10px 8px; }
.arrow_left{ background:url(../images/buttons/left.png) no-repeat 10px 8px; }
.arrow_right{ background:url(../images/buttons/right.png) no-repeat 10px 8px; }
.info{ background:url(../images/buttons/info.gif) no-repeat 10px 8px; }
.home{ background:url(../images/buttons/home.gif) no-repeat 10px 8px; }
.exit{ background:url(../images/buttons/exit.gif) no-repeat 10px 8px; }
.buy{ background:url(../images/buttons/buy.gif) no-repeat 10px 8px; }
.download{ background:url(../images/buttons/download.gif) no-repeat 10px 8px; }
.email{ background:url(../images/buttons/email.gif) no-repeat 10px 8px; }
.tick{ background:url(../images/buttons/tick.gif) no-repeat 10px 8px; }
.basket{ background:url(../images/buttons/basket.gif) no-repeat 10px 8px; }
.money{ background:url(../images/buttons/money.gif) no-repeat 10px 8px; }

.add, .delete, .help, .save, .arrow_up, .arrow_down, .arrow_left, .arrow_right, .info, .home, .exit, .buy, .download, .email, .tick, .basket, .money {
    text-indent:40px;
    display:block;
}


.crumb {
color:#003399;
display:block;
margin:1em 0 1em;
}

.crumb img {
position:relative;
}
