

/* #### PURCHASE STAGES #### */
div.purchasestages
{
	position:relative;
	
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top: 4px;
	padding-right: 7px;
	font-size:11px;
}
table.purchasestages
{
	width: 800px;
	text-align: center;
	font-weight: bold;
	text-transform:uppercase;
}
table.purchasestages td
{
	color:#ffffff;
	background-color: #000000;
	padding:4px;
	background-image:url(images/row.gif);
	background-position:left;
	background-repeat:no-repeat; 
	text-align:center; 
	width: 25%;
}
table.purchasestages td.selected
{
	color:#FFF301;
	background-color: #000000;
	padding:4px;
	background-image:url(images/row.gif);
	background-position:left;
	background-repeat: no-repeat; 
	text-decoration:underline;
}


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #535548;
    background-color: #ffffff;
    background-image: url(../images/body_bg.png);
    background-repeat: repeat-x;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}



.pagetitle
{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	color: Black;
	text-align: left;
	background-color:White;
}

.gratistitle
{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: Black;
	text-align: left;
}


.mainbody
{
	width: 100%;
	text-align: left;
	background-color:White;
}

/* PRODUCT PUBLIC STYLES */

.obligatory 
{
    color: Red;
}


.submit, .outstanding  
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    color: #343434;
    font-weight: normal;
    font-size: 12px;
    margin-right: 7px;

}

.txtbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #343434;
    margin-bottom: 3px;
}


table.table td {
	padding-top: 3px;
} 

td.form-header 
{
	font-weight: bold;
    font-size: 12px;
    color: Black;    
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    border: solid;
    border: 0px;
    border-left-color: #00a1b1;
	border-bottom: 1px solid Black;
}

.form-label
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
	vertical-align: middle;
}

.asterisk, .errormessage
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    color: Red;
}

.smaller 
{
	font-size: 80%;
}

.textbox {
  width: 300px;
}

.ddl_wide,.ddlbox  
{
  width: 305px;
}

.prodSelector_ddlbox 
{
    width: 80%;
    float: left;
    clear: none;
}


.footer-info 
{
	clear: both;
	float:left;
	font-weight: bold;
}

.tab_small 
{
	border: solid 1px black;
	font-size: 10px;
	width: 500px;
}


/* #### SUMMARY BOX #### */

div.summaryBox {
	border: 1px solid #cccccc;
	padding: 1px;
	width: 670px;
	margin: 12px 1px;
}

div.summaryBox table
{
	background-color: #fafafa;
	width: 100%;
	padding: 2px;
}
div.summaryBox table td.form-header
{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	border: solid;
	border: 0px;
	border-left-color: #00a1b1;
	/* border-bottom: 1px solid #cccccc; */
	
	/*background-color: #FF0000;*/
	background-color: Black;
	padding: 2px 4px;
	position: relative;
	top: 0px;
	
}

.summaryBox-product
{
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: dashed 1px #999999;
}



div.update_progress_center
{
	color:black;
	width: 350px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
	font-weight: bold;
}

div.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}

table.productselector td
{
	padding-bottom: 4px;
}

.nocopies_text
{
    width:320px;
}

.cDonoredText
{
    display:none;
}

.imgBannerTopRightStyle
{
    text-align:right;
    border:0px;
    margin:0px;
    padding:0px;
}

.css-raq-info
{
    clear:both;
}
