body
{
    background-color: #FFFFFF;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
form
{
    padding: 0px;
    margin: 0px;
}
hr
{
    height: 1px;
    border: 0px;
    border-bottom: 1px dotted silver;
    margin-bottom: 20px;
    margin-top: 20px;
}
strong
{
    color: #4390b7;
}
a
{
    text-decoration: underline;
    color: #4390b7;
}

#content h3
{
    font-size: 18px;
    padding-bottom: 20px;
}

#positioner
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    top: -1px;
    width: 950px;
}

#searchformcust
{
    position: absolute;
    width: 200px;
    right: 90px;
    top: 80px;
    padding: 0px;
}
#logo_ir
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#page
{
    margin-top: 10px;
}

#inner
{
}

#content a
{
    text-decoration: underline;
    color: #4390b7;
}



/* #### 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: #388CB2;
	padding: 2px 4px;
	position: relative;
	top: 0px;
	
}

.summaryBox-product
{
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: dashed 1px #999999;
}

div.clearFix {
	clear: both;
}


/* --- REGISTER DETAILS ---*/
p.register-message
{
	font-weight:bold;
	padding-left: 2px;
	padding-bottom:0px;
}

td.register-header
{
	font-size: 14px;
	font-weight:bold;
	height: 26px;
	padding-bottom:5px;
}

/*newslett - sociable - part*/
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


span.obligatory
{
    color: Red;
}

