/* ------------------------------------------------------------- */
/* SHOP */


#featured_select{
	float:left;
	margin-left:25px;
	margin-bottom:10px;
	width:700px;
	}
	
	.featured_pod{
		float:left;
		width:189px;
		margin-right:58px;
		}
		
	.featured_pod_img{
		width:108px;
		height:108px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		background: #FFFFFF;
		border: 2px #666666 solid;
		}
		
		.featured_pod_img img{
			border:3px solid #333333;
			margin:1px;
			}
			
	.featured_pod h1{
		float:left;
		width:160px;
		color:#ef6335;
		font-size:14px !important;
		font-weight: bold;
		line-height:16px !important;
		margin:0px !important;
		margin-bottom:8px !important;
		margin-left:15px !important;
		text-transform:none !important;
		}
		
	.featured_pod h2{
		float:left;
		width:160px;
		font-size:12px;
		line-height:18px;
		color:#86b146;
		margin-left:15px;
		margin-bottom:5px;
		}
		
	.featured_pod p{
		float:left;
		width:160px;
		line-height:16px !important;
		color:#453d36 !important;
		margin:0px !important;
		margin-left:15px !important;
		margin-bottom:8px !important;
		}
		
	.featured_pod a:link, .featured_pod a:visited, .featured_pod a:active{
		color:#ef6335;
		text-decoration:none !important;
		}
		
	.featured_pod a:hover{
		color:#88ad3d;
		text-decoration:underlne !important;
		}
		
	#featured_first{
		margin-left:15px;
		}
		
	#featured_last{
		margin-right:0px;
		}
		
		.featured_top{
			float:left;
			width:189px;
			height:15px;
			background:url(../img/deco_small2_top.jpg) no-repeat;
			}
			
		.featured_mid{
			float:left;
			width:189px;
			background:url(../img/deco_small2_rep.jpg) repeat-y;
			}
			
		.featured_bot{
			float:left;
			width:189px;
			height:15px;
			background:url(../img/deco_small2_bot.jpg) no-repeat;
			}
			
.catalog_pod{
	float:left;
	width:700px;
	border-bottom:1px solid #e2e8c4;
	margin-left:25px;
	margin-bottom:15px;
	}
	
	.catalog_pod_img{
		float:left;
		width:108px;
		height:108px;
		margin-bottom:20px;
		margin-right: 15px;
		background: #FFFFFF;
		border: 2px #666666 solid;
		}
		
		.catalog_pod_img img{
			border:3px solid #333333;
			margin:1px;
			}
			
			
	.catalog_pod h1{
		color:#ef6335;
		font-size:15px !important;
		line-height:20px !important;
		margin:0px !important;
		margin-bottom:4px !important;
		margin-left:15px !important;
		text-transform:none !important;
		}
		
	.catalog_pod h2{
		font-size:12px;
		line-height:18px;
		color:#86b146;
		margin-left:15px;
		margin-bottom:5px;
		}
		
	.catalog_pod p{
		line-height:16px !important;
		color:#453d36 !important;
		margin:0px !important;
		margin-left:15px !important;
		margin-bottom:8px !important;
		}
		
	.catalog_pod a:link, .catalog_pod a:visited, .catalog_pod a:active{
		color:#ef6335;
		text-decoration:none !important;
		}
		
	.catalog_pod a:hover{
		color:#88ad3d;
		text-decoration:underline !important;
		}
		
	#catalog_last{
		border:0px;
		}
		

#catalog_product{
	float:left;
	margin-left:25px;
	margin-bottom:10px;
	width:700px;
	}

#catalog_product h1{
	color:#453e36;
	text-transform:none;
	line-height:20px;
	margin-left:0px;
	margin-bottom:5px;
	}
	
#catalog_product h2{
	font-size:12px!important;
	line-height:18px!important;
	color:#86b146!important;
	margin-bottom:5px!important;
	margin-left: 0px;
	background:none;
	}
	
#catalog_product p{
	margin-left:0px;
	}
		
#product_images{
	width:348px;
	float:right;
	margin-left:25px;
	margin-bottom:50px;
	}
	
	#prod_top{
		float:left;
		width:348px;
		height:14px;
		background:url(../img/deco_prod_top.jpg) no-repeat;
		}
		
	#prod_img{
		float:left;
		width:348px;
		background:url(../img/deco_prod_rep.jpg) repeat-y;
		}
		
		#prod_img img{
			margin-left:24px;
			margin-bottom:10px;
			margin-top: 10px;
			}
		
	#prod_thumbs, #prod_bot{
		float:left;
		width:348px;
		height:130px;
		background:url(../img/deco_prod_bot.jpg) no-repeat;
		}
		
	#prod_bot_no_thumbs{
		float:left;
		width:348px;
		height:14px;
		background:url(../img/deco_prod_bot2.jpg) no-repeat;
		}
		
		#prod_thumbs img{
			float:left;
			border:1px solid #323335;
			margin-left:9px;
			margin-top:15px;
			}
		
		#prod_thumbs img.selected{
			border:4px solid #65665e;
			margin-top:12px;
			}
	
	#product_options{
		margin-top:5px;
		margin-bottom:15px;
		border-top:1px solid #c6d59e;
		}
	
	#product_options td{
		font-weight:bold;
		width:110px;
		color:#473e37;
		border-bottom:1px solid #c6d59e;
		padding-bottom:8px;
		padding-top:8px;
		}
				
		#product_options td.green{
			color:#8ab13a;
			width:230px;
			}
			
		#product_options select{
			width:155px;
			border:1px solid #7d9fba;
			}
			
		#product_options input{
			width:35px;
			border:1px solid #7d9fba;
			padding:1px;
			text-align:center;
		}
		
	#product_add{
		float:left;
		}
		
		#product_add a, #product_add a:link, #product_add a:visited, #product_add a:active{
			display:block;
			text-indent:-3000px;
			width:108px;
			height:18px;
			background:url(../img/add.jpg) no-repeat;
			}
			
		#product_add a:hover{
			background:url(../img/add_over.jpg) no-repeat;
			}
			
	#product_subset{
		margin-top:5px;
		margin-bottom:15px;
		border-top:1px solid #c6d59e;
		}
	
	#product_subset td{
		font-weight:bold;
		color:#473e37;
		border-bottom:1px solid #c6d59e;
		padding-bottom:8px;
		padding-top:8px;
		}
		
		#product_subset td.ps_col01{
			width:225px;
			line-height:22px;
		}
		#product_subset td.ps_col02{
			width:50px;
		}
		#product_subset input{
			width:35px;
			border:1px solid #7d9fba;
			padding:1px;
			text-align:center;
		}			
			
	#product_subset_add{
		text-align:center;
		margin-top:4px;
	}
		
		#product_subset_add a, #product_subset_add a:link, #product_subset_add a:visited, #product_subset_add a:active{
			display:block;
			text-indent:-3000px;
			width:108px;
			height:18px;
			background:url(../img/add.jpg) no-repeat;
		}
			
		#product_subset_add a:hover{
			background:url(../img/add_over.jpg) no-repeat;
		}
		

	.discount{
		margin-left: 15px;
		color:#a9a8a7 !important;
		}		
