html {
	background: url(/img/html_bg.gif) repeat-x #9c9c9c;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
	
	font-size: 11px;
	font-family: 'Verdana';
	color: black;
}

p {
	font-size: 11px;
	font-family: 'Verdana';
	color: black;
}

p.pagination {
		text-align: center;
	}

a {
	text-decoration: none;
	font-size: 11px;
	color: black;
}

img {
	border: 0px;
}

span.errors {
	position: absolute;
	margin-left: 10px;
}

.main {
	width: 992px;
	margin: 21px auto;
}

.header {
	width: inherit;
	height: 108px;
	background: url(/img/upper_corners.gif) no-repeat top white;
	vertical-align: top;
}

	.header .logo {
		float:left;
		padding: 20px 0px 10px 20px;
		text-align: center;
	}
	
	.header .logo .img {
		display: block;
	}
	
	.header .logo .text {
		margin: 10px 0px 0px 0px;
		color: #999999;
	}
	
		.header .logo .text span {
			color: #000080;
		}
		
		.header .logo .text a {
			color: #000080;
		}

	.header .login_panel {
		float: right;
		padding: 10px 20px 0px 0px;
	}
	
		.header .login_panel form {
			padding: 0px;
			margin: 0px;
		}
	
		.header .login_panel .input {
			width: 150px;
		}
	
		.header .login_panel a {
			text-decoration: underline;
		}
		
		.header .login_panel td {
			font-size: 11px;
		}

.left_content {
	width: 760px;
	background: white;
	text-align: center;
}

.left_content_child {
	width: 760px;
}

	.left_content .categories {
		padding: 5px;
	}

	.left_content .categories ul {
		list-style: none;
		padding:0px;
		margin:0px;
		text-align: left;
	}
	
	.left_content .categories li {
		float: left;
		padding: 4px 16px 4px 16px;
	}
	
	.left_content .categories a {
		display: block;
		color: #000080;
		font-weight: bold;
	}
	
	.left_content .categories a:hover {
		text-decoration: underline;
	}
	
	.left_content .categories ul.subcategory {
		position: absolute;
		margin-top: 3px;
		display: none;
		background: #F0F0F0;
		z-index: 1000000;
	}
	
	.left_content .categories ul.subcategory li {
		float: none;
		padding: 2px;
		margin : 0px;
	}
	
	.left_content .categories ul.subcategory li a {
		color: black;
		font-weight: normal;
	}
	
	.left_content .view {
		padding: 0px;
		margin: 0px;
	}

	.left_content .title {
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		padding:50px 0px 15px 0px;
		margin:0px;
	}

	.left_content .list {
		display: block;
		padding: 0px;
		margin: 0 auto;
	}
	
	.left_content .product {
		width: 600px;
		margin: 0 auto;
		text-align: left;
	}
	
	.left_content .product_image {
		float:right;
		width:175px;
		text-align:left;
	}
	
	.left_content .google_above_product {
		text-align:left;
		margin: 0px 0px 20px 0px;
		float:left;
	}
	
	.left_content .product_text {
		float:left;
		width:400px;
		text-align:left;
		padding: 10px 0px 10px 0px;
	}
	
	.left_content .google_down {
		clear: both;
		width:600px;
		margin: 0 auto;
		text-align: left;
		padding:40px 0px 0px 0px;
	}
	
	.left_content .bookmarks {
		text-align: center;
		margin:0px;
		padding:10px 0px 10px 0px;
	}
	
	.left_content .what_is_it {
		width: 600px;
		margin:0 auto;
		padding:10px 0px 10px 0px;
	}
	
	.left_content .what_is_it p {
		font-size:14px;
		font-weight:bold;
		text-align: left;
	}
	
	.left_content .add_product input {
		width: 300px;
	}
	
	.left_content .add_product textarea {
		width: 300px;
		height: 150px;
	}
	
	.left_content .edit_product input {
		width: 300px;
	}
	
	.left_content .edit_product textarea {
		width: 300px;
		height: 150px;
	}
	
	.left_content .register input {
		width: 150px;
	}
	
	.left_content .register textarea {
		width: 150px;
		height: 150px;
	}
	
.right_content {
	width: 212px;
	height: 100px;
	background: white;
}

.footer_up {
	font-family: 'Arial';
	color: #999999;
	background: url(/img/footer_up.gif) no-repeat bottom white;
	padding: 8px 17px 8px 17px;
}

	.footer_up span {
		color: black;
	}

.footer_down {
	height: 100px;
	background: url(/img/footer_down.gif) no-repeat bottom #5c5d5d;
	color: white;
	font-family: 'Arial';
	font-size: 12px;
}

.title a{
	font-weight: normal;
}
