a {
	color: #00f;
}

a img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 5px;
	text-align: left;
}

.spacer {
	clear: both;
}

#language {
	text-align: right;
}

#language ul {
	padding: 2px 7px;
	margin: 0;
}

#language li {
	display: inline;
	padding: 0 1px;
}

/*******************************************************************************
*
* Content styles
*
*******************************************************************************/

#content h2 {
	font-size: 1.5em;
	margin: 15px 0;
}

div.category {
	float: left;
	display: inline;
	width: 125px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	height: 180px;
}

div.category h3 {
	font-size: 1.2em;
}

div.category ul {
	padding-left: 20px;
}

div.category li {
	list-style-type: disc;
	padding: 3px 0;
}

div.offer {
	
}

div.message {
	border: 2px solid #a00;
	padding: 15px;
	margin-top: 15px;
	font-weight: bold;
}

div.product {
	margin-bottom: 15px;
	padding: 7px;
	border: 1px solid #ccc;
	clear: both;
}

div.product h3 {
	font-size: 1em;
}

div.product h3, div.product p {
	margin: 20px;
}

div.product_image {
	float: left;
	display: inline;
	width: 100px;
}

div.product_info {
	float: left;
	display: inline;
	width: 150px;
}

div.product_info2 {
	float: left;
	display: inline;
	width: 170px;
}

div.product_details {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 20px;
}

div.product_details td {
	padding: 8px 5px;
}
	
div.product_details td.label {
	font-weight: bold;
	text-align: right;
}

img.product_image {
	float: left;
	display: inline;
	border: 1px solid #000;
}

#breadcrumb {
	border: 1px solid #aaa;
	padding: 10px;
}

#breadcrumb a {
	text-decoration: none;
}

table.shopping_cart {
	width: 100%;
}

table.shopping_cart td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}

textarea.comments {
	width: 600px;
	height: 160px;
}

#actions {
	margin: 20px 0;
	text-align: right;
}

#actions input {
	padding: 5px 10px;
}

div.bonsaicare {
	padding: 10px;
}

/*******************************************************************************
*
* Admin styles
*
*******************************************************************************/

ul.admin {
	list-style-type: disc;
	padding-left: 30px;
}

ul.admin li {
	padding: 10px 0;
}

ul.admin a {
	font-weight: bold;
	text-decoration: none;
}

/*******************************************************************************
*
* Admin list styles
*
*******************************************************************************/

a.addbutton {
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 48px;
	font-weight: bold;
	text-decoration: none;
}

a.addbutton:hover {
	background-color: #eee;
}

#search {
	margin: 20px 0 0;
	text-align: right;
}

#list {
	margin-top: 10px;
	width: 100%;
}

#list td, #list th {
	padding: 8px;
}

#list th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#list th a {
	text-decoration: none;
}

#list td {
	border-bottom: 1px solid #ddd;
}

#list tr.odd td {
	background-color: #eee;
}

.pager {
	margin: 10px 0;
}

.pager a {
	text-decoration: none;
}

.pager strong span {
	background-color: #006F0B;
	color: #fff;
}

.pager span.page {
	width: auto;
	border: 0;
}

.pager span {
	font-size: .9em;
	border: 1px solid #000;
	padding: 1px 5px;
	display: block;
	width: 18px;
	text-align: center;
	float: left;
	margin: 0 6px 6px 0;
}

.pager span.pagsep {
	display: none;
}

/*******************************************************************************
*
* Form styles
*
*******************************************************************************/

input, textarea, select {
	border: 1px solid #aaa;
	font: 1em Verdana;
	padding: 2px;
}

input.submit {
	height: 22px;
}

textarea {
	width: 400px;
	height: 120px;
}

#cms td {
	padding: 10px;
}

#cms td.label {
	text-align: right;
	font-weight: bold;
}