/* single-product-layout2.css */

#product-colC {
	width: 450px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 25px 0px;
}

#product-colD {
	width: 450px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 25px 0px;
}

#product-image {
/*	height: 450px;*/
	width: 450px;
}

	#product-image .more-images {
		display: block;
		background-image: url(images/b-more-views-product.png);
		width: 160px;
		height: 20px;
		text-indent: -5000px;
		margin: 5px 0px 0px 0px;
	}

	#product-image .more-images:hover {
		background-position: left bottom;
	}

#product-description {

}

#product-description p {
	width: 450px;
}

#product-description h2 {
	font-size: .8em;
	background-color: #fefefe;
	width: 450px;
	color: #917C6F;
	margin: 10px 0px 0px 0px;
}

#product-description #product-specs {
	width: 400px;
	background-color: #fefefe;
	font-size: .8em;
	line-height: 1.1em;
	margin: 0px 0px 20px 0px;
}

#product-artist {
	display: block;
	margin: 0px 0px 20px 0px;
	color: #999;
	font-size: 0.8em;
	text-decoration: underline;
}

#product-artist:hover {
	color: #444;
}

/* Product PayPal for Apparel */
#product-paypal {
}

.choose-shipping {
	font-size: .8em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#ppgrey ul,
#ppdomestic ul,
#ppinternational ul,
#ppgrey2 ul,
#ppdomestic2 ul,
#ppinternational2 ul {
	margin: 3px 0px 5px 0px;
	overflow: hidden;
}

#ppgrey, #ppgrey2 {
	overflow: hidden;
}

#ppgrey .choose-shipping,
#ppgrey2 .choose-shipping {
	background: #FFEEFF none repeat scroll 0%;
	border: 1px solid #990000;
	color: #333333;
	font-weight: normal;
	padding: 5px;
	width: 179px;
}

#ppgrey .apparel-size,
#ppgrey2 .apparel-size {
	background-color: #eee;
	color: #999;
	border: 1px solid #ddd;
	margin: 0px 0px 5px 0px;
}

#ppgrey li,
#ppgrey2 li  {
	float: left;
	margin: 0px 5px 0px 0px;
}

#ppgrey li a,
#ppgrey2 li a {
	color: #333;
	background-image: url(http://poketo.com/shop/wp-content/themes/poketo.02/images/arrow3.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
}

#ppgrey li a:hover,
#ppgrey2 li a:hover {
	color: green;
	background-position: 0 -17px;
}

#ppdomestic,
#ppdomestic2 {
	display: none;
}

#ppdomestic .choose-shipping,
#ppdomestic2 .choose-shipping {
	color: #ccc;
}

#ppdomestic .apparel-size,
#ppdomestic2 .apparel-size {
	margin: 0px 0px 5px 0px;
	border: 1px solid green;
}

#ppdomestic li,
#ppdomestic2 li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#ppdomestic li a,
#ppdomestic2 li a {
	color: #333;
	background-image: url(http://poketo.com/shop/wp-content/themes/poketo.02/images/arrow3.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
}

#ppdomestic li a:hover,
#ppdomestic2 li a:hover {
	background-position: 0 -17px;
}

#ppdomestic .pointer,
#ppdomestic2 .pointer {
	color: green;
	background-image: url(http://poketo.com/shop/wp-content/themes/poketo.02/images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;
	padding: 0px 0px 0px 16px;
}

#ppinternational,
#ppinternational2 {
	display: none;
}

#ppinternational .apparel-size,
#ppinternational2 .apparel-size {
	margin: 0px 0px 5px 0px;
	border: 1px solid green;
}

#ppinternational .choose-shipping,
#ppinternational2 .choose-shipping {
	color: #ccc;	
}

#ppinternational li,
#ppinternational2 li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#ppinternational li a,
#ppinternational2 li a {
	color: #333;
	background-image: url(http://poketo.com/shop/wp-content/themes/poketo.02/images/arrow3.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
}

#ppinternational li a:hover,
#ppinternational2 li a:hover {
	background-repeat: no-repeat;
	background-position: 0px -17px;
	padding: 0px 0px 0px 16px;
}

#ppinternational .pointer,
#ppinternational2 .pointer {
	color: green;
	background-image: url(http://poketo.com/shop/wp-content/themes/poketo.02/images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;
	padding: 0px 0px 0px 16px;
}

