#shop_menu {
		font-family:TrebuchetMS,"Trebuchet MS",Verdana;
		line-height:1.2em;
		font-size:14px;
		width:145px;
		height:auto;
		overflow:hidden;
		float:left;
		padding-left:15px;
	}
	
	#shop_menu a, a:visited {
		color:#693817;
		text-decoration:none;
		margin-left:8px;
	}
	
	#shop_menu a:hover {
	 color:#ec008c;
	}
	
	#shop_menu a.active {
		color:#f47a36;
	}

	#shop_content {
		font-family:TrebuchetMS,"Trebuchet MS",Verdana;
		line-height:1em;
		color:#693817;
		width:640px;
		height:auto;
		overflow-x:hidden;
		overflow-y:visible;
		float:right;
	}

	.prod {
		width:180px;
		height:300px;
		background:url(/shop/img/prod_frame3.gif) no-repeat;
		margin-bottom:25px;
		float:left;
		overflow:hidden;
		text-align:center;
		line-height:0.8em;
		cursor:pointer;
	}
	
	
	.prod_spacer{
		width:40px;
		height:150px;
		float:left;
	}
	
	.prod .pimg {
		width:150px;
		height:24px;
		margin-top:4px;
		margin-bottom:1px;
		clear:both;
		padding-top:170px;
		text-align:right;
		padding-right:30px;
		font-size:9px;
		color:#F47A36;
		z-index:100000;
	}
	
	.prod .txt {
		width:152px;
		height:67px;
		overflow:hidden;
		margin:4px 0px 0px 14px;
		font-size:11px;
		text-align:left;		
	}
	
	#shop_content h1 {
		margin:0px;
		color:#859f0f;
		font-size:14px;
		line-height:15px;
	}
	
	#shop_content h2 {
		color:#859f0f;
	}
	
	.prod .buy {
		margin-top:3px;
		margin-left:12px;
		float:left;
	}
	
	.prod .price, #bigframe .price {
		color:#f47a36;
		font-size:18px;
		margin-top:6px;
		float:right;
		margin-right:12px;
	}
	
	#bigframe {
		visibility:hidden;
		position:absolute;
		z-index:100;
		width:590px;
		height:450px;
		top:300px;
		margin-left:auto;
		margin-right:auto;
		background:url(/shop/img/big_frame.png) no-repeat;
		font-size:11px;
	}
	
	#bigframe .close {
		background:url(/shop/img/close.gif) no-repeat;
		width:18px;
		height:18px;
		position:relative;
		left:560px;
		top:10px;
		clear:none;
		margin-bottom:-18px;
		cursor:pointer;
	}
	
	#bigframe_pimg {
		margin-top:14px;
		margin-left:10px;
		float:left;
		width:280px;
		height:420px;
	}
	
	#bigframe .txt {
		margin-top:24px;
		float:left;
		width:240px;
		height:300px;
		padding:10px;
		margin-left:20px;
	}
	
	#bigframe h1 {
		font-size:14px;
		margin-bottom:7px;
	}
	
	#bigframe .selector {
		margin-left:20px;
		margin-top:8px;
		height:90px;
		width:237px;
		float:left;
		background:url(/shop/img/price_frame.png) no-repeat;
		padding:10px;
	}
	
	#bigframe .price_txt {
		float:left;
		font-size:16px;
		line-height:28px;
	}
	
	#bigframe .price {
		color:#f47a36;
		font-size:24px;
		text-align:right;
		float:right;
		margin-right:0px;
	}

	#bigframe .size {
		float:left;
		width:120px;
	}
	
	#bigframe select {
		width:110px;
	}
	
	#bigframe .quantity {
		float:left;
		margin-left:10px;
		width:40px;
	}
	
	#bigframe .buy {
		float:right;
		margin-right:0px;
		margin-top:9px;
		width:59px;
	}
	
	input, select  {
		font-size:11px;
	}
	
	a, a:visited {
		color:#693817;
		text-decoration:none;
	}
	
	#trolley {
		float:left; 
		width:140px; 
		height:51px; 
		overflow:hidden; 
		border-bottom:1px dotted #859F0F;
		border-right:1px dotted #859F0F;
		border-left:1px dotted #859F0F;
		margin:2px 0px 0px 0px; 
		background:url(img/trolley.gif) 4px 2px no-repeat;
		color:#859F0F;
		font-size:12px;
		font-family:'Trebuchet MS',Verdana;
	}
	
	#trolley .heading {
		text-align:left; 
		width:138px; 
		height:14px; 
		margin:4px 0px 0px 25px;
	}        
	
	#trolley .content {
		clear:both;
		text-align:left; 
		width:134px; 
		height:55px; 
		margin:8px 3px 0px 2px;
	} 

	#trolley select {
		background-color:#ffffff;
		color:#859F0F;
		border:0px;
		border-bottom:1px dotted #859F0F;
		height:16px;
		width:110px;
		font-size:9px;
	}

	
	#trolley .price {
		text-align:right; 
		float:left;
		margin-right:5px;
		width:52px;
		color:#F47A36; 
		font-size:13px; 
		border:1px solid #cccccc; 
		padding:0px 1px 0px 1px;
	}                                                                                                                                                                                        
