/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/


/* StudioWorks CSS for pricing table*/
#prices a img, #prices img {border:0 !important; vertical-align:text-bottom; padding:0 !important; background:none !important;}
#pricetable {border-collapse:collapse; border:none; width:590px;}
#pricetableSmall {border-collapse:collapse; border:none; width:580px;}

#prices th.side {
	background: transparent url(/wp-content/uploads/2010/11/bg_th_side.gif) no-repeat bottom left;
	text-align:right;
	font:bold 14px arial;
	color:#000;
	width:100px;
	padding-bottom:5px;
	padding-right:8px;
	padding-left:5px;
}

#prices td.side {
	text-align:right;
	background: transparent url(/wp-content/uploads/2010/11/bg_td_side.gif) no-repeat bottom left;
	width:100px;
	font:bold 12px arial;
	color:#fff;
	padding-right:8px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#prices td.sideTitle {
	text-align:right;
	background: transparent url(/wp-content/uploads/2010/11/bg_td_side.gif) no-repeat bottom left;
	width:100px;
	font:bold 14px arial;
	color:#000;
	padding-right:8px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#prices th {
	height:64px;
	border-right:1px solid #fff;
	vertical-align:bottom;
	color:#333;
	font:bold 14px arial;
	background:transparent url(/wp-content/uploads/2010/11/bg_th.gif) no-repeat bottom left;
	width:90px;
	padding-bottom:5px;
}
#prices td {
	text-align:center;
	background:transparent url(/wp-content/uploads/2010/11/bg_td.gif) no-repeat bottom left;
	border-right:1px solid #fff;
	color:#333;
	width:90px;
	height:40px;
	font:bold 12px/18px verdana;
	vertical-align:middle;
}
#prices #normalPrice .choiceA, #prices #normalPrice .choiceB, #prices #normalPrice .choiceC, #prices #normalPrice .choiceD, #prices #normalPrice .choiceE {
	text-decoration:line-through;
	font-size:14px;
}
#prices #promoPrice .choiceA, #prices #promoPrice .choiceB, #prices #promoPrice .choiceC, #prices #promoPrice .choiceD, #prices #promoPrice .choiceE {
	color:#F00;
	font-size:19px;
}
#prices td.on, #prices td.on a {
	background:transparent url(/wp-content/uploads/2010/11/bg_td_on.gif) no-repeat bottom left; 
	color:#fff !important; 
	width:115px !important;
}
#prices th.on {
	background:transparent url(/wp-content/uploads/2010/11/bg_th_on.gif) no-repeat bottom left;
	width:115px !important;
	color:#FFF !important;
	padding-bottom:10px;
}

#prices tfoot td {
	background:transparent url(/wp-content/uploads/2010/11/bg_foot_td.gif) no-repeat top left;
	height:64px;
	vertical-align:top;
	padding-top:5px;
}
#prices tfoot td.on {
	background:transparent url(/wp-content/uploads/2010/11/bg_foot_td_on.gif) no-repeat top left;
	padding-top:10px;
}
#prices tfoot td.side {
	background: transparent url(/wp-content/uploads/2010/11/bg_foot_td_side.gif) no-repeat top left;
}
#prices input {
	padding:0;
	margin:0;
	border:none;
}
#prices {
	position:relative;
}


