/* 
    Document   : style__order_resources
    Created on : 14-Sep-2009, 10:09:14 AM
    Author     : debby
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table#order_table tr td
{
	padding: 0 3px 6px 0;
}

table#order_table tr#the_plea_subscribe td
{
	padding: 0 3px 0 0;
}

table#order_table tr#the_plea_copies
{
	display: table-row;
}

table#order_table tr#the_plea_copies td
{
	padding: 0 3px 12px 0;
}

table#order_table tr td input.button
{
	float: left;
	height: 25px;
}

table#order_summary_table
{
	margin-bottom: 15px;
}

table#order_summary_table tr td
{
	padding: 0 9px 3px 0;
}




