/* Copyright (c) Andrew Hrunsky http://www.andrewhrunsky.com */
/* GLOBAL DEFAULTS */
body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, th,
table, td, input, textarea, select, option, form {
	list-style:none;
	margin:0px;
	padding:0px;
	outline:none;}

dl,
dt,
dd {
	display:block;}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;}

td {
	vertical-align:top;}

img {
	border:0px;}

.submit {
	cursor:pointer;}

.pipe {
	padding:0 5px;}

.pic img {
	display:block;}

.bold {
	font-weight:bold;}

.clear:after{
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;}
.clear {
	display:inline-block;}
/*\*/
.clear {
	display:block;}
/**/