﻿body 
{ 
	font: normal 75% Arial, Helvetica, sans-serif;
	background-color: #fff; 
	color: #101010; 
}
.MainContentWide
{
    padding: 21px 0px 15px 0px;
	line-height: 1.4em;
    }

.MainContent
{
	padding: 21px 20px 15px 25px;
	line-height: 1.4em;
}
.MainContent a, .ProductDataContainer a, .TwoBoxes a, .AlertInformation a
{
	text-decoration: none;
	color: #ea671b;
	font-weight: bold;
}
.MainContent a:hover, .ProductDataContainer a:hover, .TwoBoxes a:hover
{
	color: #ff3304;
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:bold;
	color: #25231E;
}
h1 
{
	padding:0 0 12px 0;
	font-size:2em;
	line-height: 1.0em;
}
h2 
{
	padding:0 0 3px 0;
	font-size:1.3em;
}
h3 
{
	font-size:1em;
	color: #000000;
}
h6 
{
	padding:0 0 12px 0;
	font-size:2em;
	line-height: 1.0em;
	font-weight: normal;
}

input, select, textarea
{
	font: normal 100% Arial, Helvetica, sans-serif; 
}
textarea 
{
	width:100%;
}
p 
{
	margin:0;
	padding:0 0 1.25em 0;
}
table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
strong
{
    font-weight: bold;
}

.ingress
{
	font-size: 1.2em;
	color: #292929;
	line-height: 1.3em
}
/* to fix problem with space under ingress with new editor (cms6) */
.ingress div p{ padding-bottom:0; }

.smallText
{
	font-size: 0.85em;
}
.smallText2
{
	font-size: 11px;
}
.LargeLink
{
	text-decoration: none;
	color: #ea671b;
	font-weight: bold;
}
.LargeLink:hover
{
	color: #ff3304;
}

.PagingContainer a
{
	text-decoration: none;
	color: #101010;
}


.IconHeading
{
	font-weight: bold;
	font-size:24px;
	color: #25231E;
	margin-bottom: 13px;
}
.IconHeading2
{
	font-size:16px;
	margin-bottom: 7px;
}
.IconHeading img
{
	vertical-align: middle;
	margin-right: 7px;
}
.IconHeading span
{
	vertical-align: middle;
}

.ProductDataContainer ul, .MainContent ul
{
	margin:  4px 4px 4px 9px;
	padding: 0;
	list-style: none;
}
.ProductDataContainer ul li, .MainContent ul li
{
	padding-left: 10px;
	background:  url(/SpbSydTemplates/Images/bullet.gif) 0 5px no-repeat;
	margin-bottom: 5px;
}

.NumberBox
{
	text-align: right;
	width: 50px;
}
.TextBox
{
	border: solid 1px #888888;
}



.XForm1 label
{
    font-weight: bold;
}
.XForm1 td
{
    padding-bottom: 5px;
}
.XForm1 .xformvalidator
{
    color: Red;
}
.XForm1 input, .XForm1 textarea
{
    /*display: block;*/
    border: solid 1px #888888;
}
.XForm1 .checkbox
{
    display: inline;
    border: none;
}
.XForm1 .formbutton
{
	background: url(/SpbSydTemplates/Images/formButtonBg.gif) repeat-x;
}
.XForm1 fieldset
{
    border: solid 1px #ccc;
}


.width215
{ width:215px; }
.width450
{ width:450px; }
