.edit_product p{

	margin-left: 20px;
}

div#product_title_header{

	position: absolute;
	top: 45px;
	left: 265px;
	font: 30px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #c93;
	padding:0px;
	margin:0px;
	width: 720px;
}
div.product{
	border: 3px solid #2d4734;
	padding: 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #79a482;
	margin: 0px;
	position: absolute;
	top: 130px;
	left: 250px;
	width: 725px;
	max-width:725px;
}

/*on the index page (contains the table of all products)*/
div.product.index{
	border: 3px solid #2d4734;
	padding: 20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #dad3aa;
	margin: 0px;
	position: absolute;
	top: 130px;
	left: 250px;
}
div.category_links{
	font-size:80%;
	padding-top:10px;
}
div#site_logo{
	position: absolute;
	z-index: 30;
	top: 20px;
	left: 40px;
}
.product h1,.product h2,.product h3,.product h4,.product h5,.product h6{
	margin: 0px;
	background: #79a482 url(/images/blockGrade_tall.gif) left bottom;
	border: 3px solid #2d4734;
	padding:8px;
	color: #dad3aa;
	-webkit-border-radius:10px;	

	/*mozilla rounded corners look crapy when there is a background image*/
	/*looks fine in FF 3 but only so-so in FF 2.x */
	-moz-border-radius:10px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 3px 3px 9px #dad3aa;
}
div.product > h1.title {
	font-size: 300%;
	text-align: center;
	margin-bottom: 20px;
	padding: 12px;}
div.product  p.right{
	text-align: right;}
div.picture_box {
	margin: 12px;
	border: thin solid #000;
	background-color: #788e7d;
	padding: 12px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color: #788e7d;}
div.picture_box a{
		text-decoration: none;
		outline: none;
		}
div.picture_box a:hover{
		text-decoration: none;
		border-width: 0px;
		outline: none;}
div.picture_box a img{
		vertical-align: middle;
		border: 0;
		}
div.product  p,div.product  ul,div.product  p,div.product  ol{
	margin: 0;
	margin-left: 60px;
	margin-right: 8px;
	margin-bottom: 20px;
	border: 3px solid #2d4734;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 20px;
	padding-left: 40px;
	background-color: #dad3aa;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);}
div.product h2 + p{
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border-top: 0px solid #000;
}

div.product  form input {

}
div.product p a{
	font-weight:bold;
	text-decoration:none;
	color:#527C5D;
}
div.product p a:hover{
	text-decoration:underline;
}

table.product{
	border-spacing: 10px;
	width: 100%;
}
table.product td{
	padding: 10px 4px 0 10px;
	margin: 25px;
	border: thin solid #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #f2e9c0;
	width: 50%;

	vertical-align: top;

}
table.product td.blank {
	padding: 10px 4px 0 10px;
	margin: 25px;
	border: 0 solid #000;
	width: 50%;
	vertical-align: top;
	background-color: #dad3aa;
	}
table.product td.disabled
{
	background-color: #f8ad2c;
}
table.product a img{
	border:none;
}
table.product h3{
	margin-bottom: 10px;
	background-image: none;
	background-color: #dad3aa;
	border-width: 1px 2px 2px 1px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	color: #2d4734;
	text-shadow: 3px 3px 5px #2d4734;}
table.product td img{	
	float: left;
	margin: 10px;}
table.product td img.product_made_in{	
	float: right;
	margin:0px;
	}
table.product td .product_links{
	clear: both;
	margin: 10px;
}

table.product td .product_links a{
	color: #2d4734;
	font-weight: bold;
	text-decoration: none;
}
table.product td .product_links a:hover{
	color: #2d4734;
	font-weight: bold;
	text-decoration: underline;
}
tr.admin td{
	text-align: center;
}
tr.admin td p a{
	font-size: 150%;
	padding: 10px;
	border: thin solid #000;
	background-color: #788e7d;
	color: #c93;
	font-weight: bold;
	text-decoration: none;
}
tr.admin td p a:hover{
	font-size: 150%;
	padding: 10px;
	border: thin solid #000;
	color: #788e7d;
	background-color: #c93;
	font-weight: bold;
}


/*new menu*/

ul.new_menu{
	margin:0px;
	padding:8px;
	border:thin solid #000;
	width:200px;
	list-style:none;
}
ul.new_menu ul{
	list-style:none;

	padding-left:10px;
}

ul.new_menu a{
	color:#273D2E;
	text-decoration:none;
}
ul.new_menu a:hover{
	text-decoration:underline;
}
ul.new_menu li.bold a{
	font-size:110%;
	font-weight:bold;
}
ul.new_menu li.category a.category_link{
	display:block;
	background-color: #dad3aa;
	color: #2d4734;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul.new_menu li.category a.category_link:hover
{
	background-color: #788e7d;
	color: #dad3aa;
}
/* spot break */
ul.new_menu li.product a{

}
/* for articles and other links */
ul.new_menu li.link{
	padding-top:6px;
}
ul.new_menu li.link a{
	font-size:110%;
	font-weight:bold;
}
/* @group Main Menu */

ul#main_menu{
	width: 200px;
	margin: 0px;
	margin-left: 5px;
	list-style: none;
	padding: 0;
}
ul#main_menu li{

	background-color: #dad3aa;
	margin: 3px 6px 3px 20px;
}


ul#main_menu li.section{
	margin-left: 5px;
}
ul#main_menu li.header{
	margin-left: 0px;
}

ul#main_menu li a{
	display: block;
	background-color: #dad3aa;
	color: #2d4734;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: thin solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul#main_menu li a.disabled {
	background-color: #f79f46;
}
ul#main_menu li a:hover{
	background-color: #788e7d;
	color: #dad3aa;

}

/* @end */











/* @group Dyno Menu */
ul.dyno_menu{

	list-style: none;
	width: 300px;
	position: absolute;
	z-index: 80;
	top: 71px;
	left: 558px;
	opacity: 0.9;
}
ul.dyno_menu li{
	margin: 2px 12px 2px 0px;
}
ul.dyno_menu li.root{
	margin: 2px 0px 2px 0px;
	font-size: 120%;

}
ul.dyno_menu li a{
	display: block;
	background-color: #2d4734;
	color: #50ca40;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 2px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
ul.dyno_menu li.item a{

}
ul.dyno_menu li.item a:hover{
	border-color: #79a482;

}
/* @end */




/* for pictures admin*/
div.pic_listing{
	border: thin solid #000;
	margin: 4px;
	padding: 8px;
	background-color: #dad3aa;
}
div.pic_listing.no_product{
	background-color: #c93;
}
div.pic_listing img{
	border: thin solid #000;
	padding: 4px;
	background-color: #CCC;
}
