table.nice
{
	border-collapse: separate;
}

table.nice td
{
	padding: 0px 6px;
	color: #444444;
}

.product_header
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 0px 5px;
	margin-bottom: 5px;
}

.errorbox
{
	font-weight: bold;
	color: #DE0000;
}

.tip
{
	font-style: italic;
	color: #888888;
	font-size: 11px;
}

.image_left { float: left; padding-right: 10px; }
.image_right { float: right; padding-left: 10px; }
.image_center
{
	display: block;
	margin: 0px auto;
	float: none;
}

input[type=text], textarea
{
	padding: 1px 2px;
}

.mini_bar
{
	
	background-image: url('/images/bar_bg.png');
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}


/* WordPress functionality */
.alignleft { float:left }
.alignright { float:right }

a:link { text-decoration:none; color:#344d68; font-weight:700 }
a:visited { text-decoration:none; color: #344d68; font-weight:700 }
a:hover { text-decoration:underline; color:#344d68 }
a:active { text-decoration:underline; color: #344d68 }
/* end wordpress */