/*********************************************************************************
 CSS Cascading Style Sheet 
 Captured Spirit Studios - Hand Painted Porcelain 
 Web Site Designed by Keith Decker, (C)2006 
*********************************************************************************/
/*********************************************************************************
 Pricing page
*********************************************************************************/


/*********** id tags ***********/

/*********** /id tags ***********/


/*********** styles ***********/
.pricing_txt_pricecut
{
	color:#660000;
	text-decoration:line-through;
}
.pricing_txt_newprice
{
	color:#000066;
	font-weight:bold;
}
.pricing_cel_price 
{
	width:50px;

	text-align:center;
}
.pricing_cel_picture 
{
	width:100px;
	padding:0px;

	text-align:center;
}
.pricing_cel_size 
{
	width:50px;

	text-align:center;
}
.pricing_cel_desc 
{
	width:497px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;

	text-align:left;
	font-size:medium;
}
.pricing_cel_backtotop
{
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	
	text-align:right;
	font-size:small;
}

.pricing_cel_backtotop a
{
	color:#CCCCCC;
}
.pricing_cel_backtotop a:hover
{
	color:#E1E1E1;
}
/*********** /styles ***********/
