#product {
	width: 700px;
}
#product #shortinfo {
	float: left;
}
#product #product_image_desc {
	float: left;
}
#product #longinfo {
	border: dashed 1px #919799;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 5px 10px 5px;
	width: 500px;
}
#product #tip_a_friend_box {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 5px 10px 5px;
}
#product_image {
	float: left;
}
#product_image img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #c8c8c8;
}
#right_info {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 450px;
	font-size: 10pt;
}
#price {
	font-size: 14pt;
	color: red;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
#add_to_cart {
	margin-top: 10px;
	font-size: 8pt;	
	font-weight: bold;
	margin: 7px 0px 15px 0px;
}
#add_to_cart .set {
	width: 20px;
	border: 1px solid #ccc;
	padding: 10px 0 10px 4px;
}

.product_list {
	border-collapse: collapse;
	border-bottom: 1px dashed #202020;
	width: 700px;
}
.product_list thead {
	background-color: #333;
	border-bottom: 1px solid black;
	color: #99CC00;
	text-align: left;
}
.product_list th.headerSortUp { 
    background-image: url('../images/green_arrow_up.png'); 
    background-color: green; 
}
.product_list th.headerSortDown { 
    background-image: url('../images/green_arrow_down.png'); 
    background-color: green; 
}
.product_list td, .product_list th {
	padding: 0.5em;
}
.product_list tbody tr.inactive {
	background-color: grey;
}
.product_list tbody tr.odd {
	background-color: #E6E6E6;
}
.product_list tbody tr:hover {
	background-color: #eefbd5;
}
.product_list tbody tr:hover {
	background-color: #eefbd5;
}
#shop_wrapper {
	font-family: "Lucida Grande", "Verdana", "Sans-serif";
	margin-left: 195px;
	margin-top: 20px;
}
#shop_wrapper #shop_stages {
	margin: 10px 0px 10px -16px;
}
#shop_wrapper a {
	color: #444344;
	text-decoration: none;
}
#shop_wrapper a:hover {
	text-decoration: underline;	
}
#shop_wrapper h2 {
	font-size: 20pt;
	color: #444344;
}
#shop_wrapper .line {
	height: 5px;
	border-bottom: 1px solid #99cc00;
	margin-bottom: 20px;
	margin-top: 9px;
}
#shop_wrapper .category, .product {
	padding: 10px;
	margin: 0px 20px 20px 20px;
	border: 1px solid #e6e6e6;
	height: 180px;
	width: 183px;
	float: left;
	background-image: url('../images/product_bg.png'); 
}
#shop_wrapper .product .product_image img{
	background-color: #fff;
	padding: 3px;
	border: 1px solid #c8c8c8;
}
#shop_wrapper .product .product_name {
	margin: 7px 0px 0px 0px;
}
#left_col {
	float: left;
	width: 160px;
}
#shopmenu {
	border: 1px solid #9ebb8e;
	background-color: #eefbd5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 25px 20px 0px;
	padding: 0 0 7px 0;
	float: left;
	width: 160px;
}
#cartsection {
	color: #f9fdf6;
	padding: 7px;
	border-bottom: 1px solid #9ebb8e;
	background-color: #9ebb8e;
}
#cartsection a {
	color: #f9fdf6;
	font-size: 10pt;
}
#cartsection #cart_number {
	font-size: 9pt;
}
#categoriesmenu #categories {
	list-style-type: none;
}
#categoriesmenu .root_category {
	color: #282728;
	margin: 8px 0px 0px 7px;
}
#categoriesmenu .child_category, .child_category_selected {
	margin: 3px 0px 3px 15px;
}
#categoriesmenu .child_category a, .child_category_selected a {
	color: #444344;
	text-decoration: none;
}
#categoriesmenu .child_category a:hover, .child_category_selected a:hover {
	text-decoration: underline;
}
#categoriesmenu .child_category_selected {
	padding: 0 0 0 18px;
	background-image: url(../images/bullet_go.png);
	background-repeat: no-repeat;
}
#customer_form {
	float: left;
}
#customer_form #next {
	margin: 0px 0px 0px 450px;
}
table.order {
	background: white;
	border-collapse: collapse;
	text-align: left;
	width: 600px;
}
table.order thead {
	border-color: inherit;
	vertical-align: middle;
}
table.order thead th {
	border-bottom: 2px solid black;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 50px 10px 8px;
}
table.order tbody td {
	color: #000000;
	display: table-cell;
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}

table.order td.total {
	border-top: solid 1px black;
	background-color: #B9B9B9;
}

#contact_info {
	padding: 10px;
}

#contact_info #address {
	margin: 0px;
	width: 200px;
	line-height: 1.5em;
}

#contact_info #contact {
	width: 200px;
}

h1.order {
	background-color: #C1C7C9;
	margin: 20px 0px 10px 0;
	padding: 5px;
	width: 98%;
}
#tip_a_friend_wrapper {
	border: 1px solid #99cc00;
	background-color: #eefbd5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px;
	padding: 10px;
}
.to_cart {
	border: 1px solid #ccc;
	padding: 10px 35px 10px 5px;
	background-color: #fff;
	height: 30px;
	background-image: url('../images/to_cart.png'); 
	background-repeat: no-repeat;
	background-position: 110px 5px;
}
.price_label {
	font-size: 8pt;
	position: relative;
	bottom: 15px;
	float: right;
	margin-right: 5px;
	padding: 4px;
	width: 100px;
	height: 15px;
	background-image: url('../images/price_bg.png');
	color: #fff;
}
.product_wrapper {
	 border: 1px solid #ccc;
	 width: 180px;
	 float: left;
	 margin-right: 1em;
	 margin-bottom: 1em;
	 padding: 10px;
	 padding-bottom: 15px;
	 text-align: center;
	 height: 175px;
}
.product_name {
	position: absolute;
	padding-top: 12px;
	width: 180px;
}
.product_name img {
	position: absolute;
}
.product_pic {
	height: 146px;
}
.change_style {
	float: right;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #fff;
}
.back {
	float: left;
	margin-top: 10px;
	margin-right: 200px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #fff;
}
.category_header {
	float: left;
}
.add_to_cart_pics {
	float: right;
	margin-right: 25px;
}
#tip_a_friend_wrapper textarea {
	width: 345px;
	height: 70px;
}

