/* global */
* {
	font-family: Arial, Sans-Serif;
}

img {
	border: 0em;
}

a:link,a:visited {
	color: #F68711
}

a:hover {
	color: gray;
}

/* ROOT */
html,body {
	margin: 0em;
	padding: 0em;
	border: 0em;
}

body {
	background-image: url(back.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: white;
	color: black;
}

#outer {
	width: 90%;
	min-width: 45em;
	max-width: 60em;
	margin: 0 auto;
	padding: 0em;
}

/* HEADER */
#header {
	background-image: url(logo.png);
	/*background-position: top right;*/
	background-position: right 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0;
}

/* CONTET BODY */
#content {
	min-height: 20em;
	padding: 0em 0.5em;
	border: 1px dotted gray;
	font-size: 0.9em;
}

#content p {
	line-height: 1.3em;
}

#pagetitle {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
}

.sectiontitle {
	margin-top: 5px;
	font-size: 1.3em;
}

/* FOOTER */
#footer {
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
	color: gray;
	height: 1em;;
	font-size: 0.8em;;
	text-align: center;
}

/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 5px 0 5px 0;
	padding: 0px 0 0px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	padding-left: 30px;
}

td.errors input,td.errors textarea {
	border: 1px solid red;
}

/* SHOP */
table {
	border: 1px solid #ccc;
	width: 100%
}

tr {
	border: 0;
}

td,th {
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-weight: bold;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

table.cart td {
	padding: 0px 5px 0px 5px;
	font-size: 90%
}

table.cart td.col2 {
	text-align: right
}

/* pagination */
.currentStep {
	font-weight: bold
}

a.step {
	padding: 0 .3em
}

.tabs {
	float: left;
	width: 100%;
	font-size: 10pt;
	line-height: normal;
}

.tabs ul {
	margin: 0;
	padding: 00px 10px 0 0px;
	list-style: none;
}

.tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

.tabs a {
	float: left;
	background: url("tab_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

.tabs a span {
	float: left;
	display: block;
	background: url("tab_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {
	float: none;
}

/* End IE5-Mac hack */
.tabs a:hover span {
	color: #FFF;
}

.tabs a:hover {
	background-position: 0% -42px;
}

.tabs a:hover span {
	background-position: 100% -42px;
}

.tabs .current a {
	background-position: 0% -42px;
}

.tabs .current a span {
	background-position: 100% -42px;
}
