/* General elements -------------------------- */

div.txt-img {
	padding-bottom:2em;
}

div.box {
	background:url(../img/box.gif);	
	margin:25px 0px 0px 25px;
	width:410px; 
	height:225px;
	float:left;
	text-align:center;
	padding-top:25px;
}

div.box_small {
	background:url(../img/box_small.gif);	
	margin:25px 0px 0px 25px;
	width:410px; 
	height:50px;
	line-height:50px;
	float:left;
}

div.box_small img {
	height:50px;
	width:60px;
	float:left;
	margin-right:5px;
}

div.box_small p {
	padding:0px;
}

a img {
	border:none;
}

#left img {
	margin-bottom:5px;
	width:170px;
}
/* ------------------------------------------- */

p {
	padding-bottom:1em;
}

p.error {
	color:#ff0000;
	font-weight:bold;
	padding:5px;
	background-color:#ffeeee;
	border: 1px solid #ff0000;
	margin-bottom:1em;
}

p.info {
	color:#ff8800;
	font-weight:bold;
	padding:5px;
	background-color:#fffeee;
	border: 1px solid #ff8800;
	margin-bottom:1em;
}

p.success {
	color:#008800;
	font-weight:bold;
	padding:5px;
	background-color:#ddeedd;
	border: 1px solid #008800;
	margin-bottom:1em;
}

/* Links ------------------------------------- */

a {
	text-decoration:none;
	color:#e01100;
}

/* Menus ------------------------------------- */

#menu li {
	line-height:30px;
	list-style:none;
	display:inline;
	text-align:center;
}

#menu li a {
	color:#ffffff;
	display:block;
	float:left;
	width:120px;
	border-right:1px solid #ffffff;
}

#menu li a:hover {
	color:#e01100;
	background-color:#ffffff;
}

#left li {
	line-height:30px;
	list-style:none;
}

/* Headings ---------------------------------- */

h1 {
	color:#9a1100;	
	font-size:1.5em;
	margin-bottom:1em;
}

h2 {
	color:#9a1100;
	font-size:1.1em;
	margin-bottom:0.5em;
}

h3 {
	color:#9a1100;
	font-size:1.0em;
	margin-bottom:0.5em;
}

#left h3 {
	border-bottom:2px solid #e01100;
}

/* Form elements ----------------------------- */

input {
	width:250px;
}

textarea {
	width:500px;
}

input.submit {
	width:150px;
}

/* Table elements ----------------------------- */
table.products {
	border-left:1px solid #888888;
	border-right:1px solid #888888;
}

table.products th {
}

table.products td {
	border-top:1px solid #888888;
}

table.products p {
	padding:0px;
}