body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background: white url(components/bg.gif) left top no-repeat fixed;
}

table {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}
td { 
	vertical-align: top; 
}

a:link, a:visited { 
	color: #82A4BF; 
}

a:hover {
	color: black; 
}

p {
	margin-top: 0;
}

.bold {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.small {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: #82A4BF;
}

hr {
	height: 1px;
	color: #FF9999;
	background: #FF9999;
	border-width: 0;
}

img {
	padding: 0;
	margin: 0;
	border-width: 0;

}

.border {
	border: 2px solid #82A4BF;
}

ul {
	padding: 2px;
	margin: 3px 15px;
}


.error_flag { 
	color: red; 
}


a.admin:link, a.admin:visited { 
	color: green; 
}
a.admin:hover { 
	color: black; 
}



div, form {
	margin: 0;
	padding: 0;
}

.message, .error { 
	color: red; 
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}

.title_admin {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.center-table td {
	text-align: center;
}

.black {
	color: black;
}

.blue {
	color: blue;
}

.dark-blue {
	color: #1F15AE;
}

.sale_price {
	color: red;
	font-weight: bold;
}
.old_price {
	text-decoration: line-through;
}


#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: transparent;
	z-index: 1;
}

#container-image {
	position: relative;
	margin: 10px auto;
	background: transparent;
	z-index: 1;
}

#container #container-a {
	position: absolute;
	left: 0;
	top: 0;
	width: 410px;
	background: transparent;
	z-index: 1;
}

#container #container-b {
	position: absolute;
	left: 410px;
	top: 0;
	width: 350px;
	background: transparent;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
	background: transparent;
	z-index: 1;
}

#navigation {
	position: absolute;
	top: 137px;
	left: 0;
	width: 410px;
	background: transparent;
	font-size: 16px;
}

#navigation a {
	text-decoration: none; 
	font-weight: bold;
}

a.selected:link, a.selected:visited, a.selected:hover { 
	color: #1F15AE; 
}

#container-a #content-a {
	position: absolute;
	top: 260px;
	left: 0;
	width: 400px;
	background: transparent;
}

#container-b #content-b {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 350px;
	background: transparent;
}

#ad {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 350px;
	height: 122px;
	z-index: 10;
}

#footer {
	position: absolute;
	top: 420px;
	width: 100%;
	height: 115px;
	margin: 0 auto;
	text-align: center;
	color: #82A4BF;
	font-size: 10px;
	visibility: hidden;
	background: transparent;
	z-index: 1;
}

#footer a {
	text-decoration: underline;
}

.cat-toggle {
	cursor: pointer;
	color: #82A4BF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.cat-toggle-spacer {
	visibility: hidden;
}

.nav-disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.disabled-link {
	color: #82A4BF;
	opacity: 0.5;
	cursor: not-allowed;
}

.dead-link {
	color: #82A4BF;
	opacity: 0.5;
	text-decoration: line-through;
}