/* BEGIN CAT NAV */
ul#cat_nav {
	margin:0;
	padding:0;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
}

#cat_nav li {
	float:left;
	height:20px;
	margin-bottom:8px;
	border-left:1px solid #d2cdc9;
}

#cat_nav li a {
	display:block;
	padding-top:2px;
	padding-right:12px;
	padding-bottom:2px;
	padding-left:12px;
	font-weight:bold;
	text-decoration:none;
}

#cat_nav li#first {
	border:0;
}

#cat_nav li#first a {
	padding-left:0px;
}
/* END CAT NAV */

/* BEGIN STORE ITEMS */
table#store_items_table {
	margin:0;
	padding:0;
	padding-top:10px;
	text-indent:0px;
	width:100%;
	border:0px solid blue;
}

#store_items_table td {

	margin-left:0px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
	border:0px solid blue;
	text-align:center;
}

#store_items_table img.item_photo {
	border:0px solid #c7bdcc;
	padding:3px;
	margin-bottom:12px;
}

#store_items_table td div {text-align:left;}

#store_items_table td h3 {
	clear:both;
	font:bold 14px arial;
	margin-bottom:0px;
	padding-right:5px;
	padding-left:5px;
}

#store_items_table td p {
	padding-right:5px;
	padding-left:5px;
}

#store_items_table td h3 a, #store_items_table td h3 a:visited, #store_items_table td h3 a:hover {
	text-decoration:none;
	color:#45a94d;
}

#store_items_table td p a, #store_items_table td p a:visited, #store_items_table td p a:hover {
	text-decoration:none;
	color:#323232;
}

#store_items_table td p.pricing {
	text-align:center;
}

#store_items_table td p.pricing a {
	font:bold 14px arial;
	color:#0073d1;
}

ul#store_items {
	margin:0;
	padding:0;
	padding-top:10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	line-height:1.4em;
	border:0px solid blue;
}

#store_items li {
	float:left;
	width:180px;
	margin-left:72px;
	margin-bottom:30px;
	border:0px solid blue;
}

#store_items li.new_row {
	clear:both;
	margin-left:0px;
}

#store_items li div.item_photo {
	float:left;
	margin:0px;
	margin-bottom:12px;
	background:#fff;
}

#store_items li div.item_photo img {
	border:1px solid #c7bdcc;
	padding:3px;
}

#store_items li h3 {
	font:bold 14px arial;
	margin-bottom:0px;
	padding-right:5px;
	padding-left:5px;
}

#store_items li p {
	padding-right:5px;
	padding-left:5px;
}

#store_items li h3 a, #store_items li h3 a:visited, #store_items li h3 a:hover {
	text-decoration:none;
	color:#45a94d;
}

#store_items li p a, #store_items li p a:visited, #store_items li p a:hover {
	text-decoration:none;
	color:#323232;
}

#store_items li p.pricing {
	text-align:center;
}

#store_items li p.pricing a {
	font:bold 14px arial;
	color:#0073d1;
}
/* END STORE ITEMS */

/* BEGIN ITEM DETAILS */
div.large { /* large photos */
	margin-right:30px;
	margin-bottom:30px;
}

div.large img { /* large photos */
	padding:5px;
}

p#item_price {
	color:#0073d1;
	font-weight:bold;
	font-size:24px;
}

img#btn_add_cart {
	margin-bottom:30px;
}

div#other_products {
	clear:both;
	background-image:url("/img/bg-other-products.gif");
	background-position:top left;
	background-repeat:repeat-x;
	padding-right:20px;
	padding-left:20px;
	border-top:2px solid #e1e1e1;
}

#other_products h2 {
	margin-top:30px;
}

#other_products #store_items li {
	margin-left:60px;
}

#other_products #store_items li.new_row {
	margin-left:0px;
}
/* END ITEM DETAILS */
