/* basic elements */
body {
	margin: 0px;
	font-family: tahoma, verdana, helvatica;
	font-size: 11px;
	color: #4e4e4e;
}

td {
	vertical-align: top;
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

form { margin: 0px; }

a:link, a:visited {
    color: #2F73B9;
    font-size: 10px;
    font-weight: bold;
}

a:hover {
	color: #F26521;
	text-decoration: none;
}

a.smalllink:link, a.smalllink:visited, a.smalllink:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

a.back {
    background-image: url(images/left_orange.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}


/* font variants */
.label {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.cross {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
}

.price {
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}

.hot {
	font-size: 10px;
	font-weight: bold;
	color: #c30000;
}

.smalltext {
	font-size: 10px;
	color: #666666;
}

div.alertbox {
	width: 350px;
	height: 50px;
	background-image: url(images/icons/chicks_alert.gif);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 8px 5px 2px 55px;
    color: #ff0000;
    margin-bottom: 10px;
}


/* input elements */
input, textarea {
    font-family: arial, helvatica;
	font-size: 11px;
	border: 1px solid #333333;
	background-color: #f0fff0;
}

select {
	font-family: verdana;
	font-size: 10px;
}


/* sub title definitions */
table.subtitle-long {
	width: 436px;
	background-image: url(./images/titlebar_long.gif);
}

table.subtitle-medium {
	width: 214px;
	background-image: url(./images/titlebar_medium.gif);
}

table.subtitle-short {
	width: 172px;
	background-image: url(./images/titlebar_short.gif);
}

table.subtitle-long, table.subtitle-medium, table.subtitle-short {
    height: 44px;
	background-repeat: no-repeat;
	background-position: center;
}

table.subtitle-long td, table.subtitle-medium td, table.subtitle-short td {
	font-family: "Times New Roman", "MS Serif";
	font-size:18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	vertical-align: middle;
}

table.tabulartable {
	font-size: 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

table.tabulartable td {
    padding: 2px 5px 2px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.noborder, table.noborder td {
	border: 0px;
}


tr.heading {
	background-color: #009900;
}

tr.heading td {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

tr.alternaterow {
	background-color: #f3fff3;
}

.content {
	border: 2px solid #c6c6c6;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
}

