/************* imported css files **************/
@import url("MainMenu.css");
@import url("Content.css");
@import url("Products.css");

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html
{
	margin:                 0 auto;
}

body
{
	background:				url(../../../_Images/Body/CBackground.gif) repeat-x;
	margin: 				0 auto;
	font-family:			Arial, Tahoma, Helvetica, sans-serif;
	font-size:				8pt;
	color:					#000000;
}

img
{
	border:					0px;
}

a
{
	text-decoration:		none;
	color:					#000000;
	border:					0px;
}

a:hover
{
	color:					#cc0000;
	text-decoration:		underline;
}

a span
{
	font-family:			Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:				1.1em;
	color:					#cc0000;
	font-weight:			bold;
}

p
{
	font-size:				1.2em;
	margin:			        5px 20px 10px 20px;
	text-align:				left;
	line-height:            1.6em      
}

p.ornament
{
	background:				url("../../../_Images/Body/CPBackground.png") bottom center no-repeat;
	padding-bottom:			20px;
	margin-bottom:			9px;
}

p.firstParagraph
{
	background:				url("../../../_Images/Body/CPBackground.gif") bottom center no-repeat;
	font-family:			Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
	font-size:				1.5em;
	color:					#cc0000;
	margin:			        10px 20px 15px 20px;
    line-height:            1.5em;
    padding:                0 0 25px 0;
}

p.firstParagraph span
{
	display:				block;
	font-family:			Arial, Tahoma, Helvetica, Sans-Serif;
	text-align:				right;
	color:					#cc0000;
	font-size:				0.7em;
	margin-top:				5px;
}

p.grey
{
	font-size:				1em;
	color:					#808080;
	margin:					0px;
}

p.findMore
{
	text-align:				right;
	color:					#808080;
	padding:				3px;
	margin-bottom:			0px;
}

p.findMore a
{
	color:					#808080;
}

h1, h2.products, h2.productsCategoryTitle
{
	background:				none;
	margin:					10px 10px 5px 10px;
	font-family:			Arial, Calibri, Tahoma, Verdana, Helvetica Sans-serif;
	font-size:				21px;
	font-weight:			bold;
	color:					#cc0000;
	font-weight:			normal;
	text-transform:         none;
	letter-spacing:			0px;
	padding:				0 0px 2px 1px;
	line-height:			1em;
	border-bottom:          5px solid #cc0000;
}

h1.productsCategoryTitle
{
	margin:					0 0px 5px 10px;
	padding:				3px 0px 2px 1px;
}

h2.productsCategoryTitle
{
	margin:					0 0px 5px 5px;
	padding:				3px 0px 2px 1px;
}

h1.promotion
{
	background:				url("../../../_Images/Body/H1Background.png") repeat-x;
	font-family:			Trebuchet MS,Arial, Tahoma, Verdana, Helvetica Sans-serif;
	font-size:				15px;
	font-weight:			bold;
	color:					#cc0000;
	letter-spacing:			0px;
	margin:					5px 10px 5px 10px;
	padding:				3px 0px 29px 1px;
	line-height:			1em;
	border-bottom:          none;
}

.H1Illustration h1
{
    display:                none; 
}

.H1Illustration img
{
    border-bottom:          3px double #bbb;
}

h2
{
	margin:					0 10px 10px 10px;
	font-family:			Arial, Helvetica, Sans-serif;
	font-size:				1.4em;
	font-style:				normal;
	color:					#cc0000;
	font-weight:			bold;
	letter-spacing:			0px;
	padding:				4px 4px 4px 4px;
	border-bottom:			5px solid #bbb;
	text-transform:         uppercase;
}

h2.products
{
	margin:					0px 0 0 0px;
	padding:				1px 4px 6px 4px;
}

h2.cryptonProductsCategoryTitle
{
	text-align:left;
}

h2.boxTitle
{
	color:					#fff;
	background:				url("../../../_Images/SideMenu/H1BackgroundSecond.png") repeat-x;
	padding:				5px;
	border:					0px;
}

h3
{
	font-family:			Arial, Helvetica, Sans-Serif;
	margin:					0 0 0 0;
	font-size:				1.2em;
	font-style:				normal;
	color:					#444;
	font-weight:			bold;
	text-align:				left;
	letter-spacing:			0em;
	border-bottom:			1px solid #e1e1e1;
	/*
	background:				#eee;
	border-left:			5px solid #e5e5e5;
	border-right:			1px solid #e5e5e5;
	
	*/
	background:				none;
	border-left:			0px;	
	border-right:			0px;	
	padding:				0px;
}

h4
{
	font-family:			Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	margin:					10px 0 10px 5px;
	padding:                0 0 5px 0;
	font-size:				1.4em;
	font-style:				normal;
	color:					#cc0000;
	font-weight:			bold;
	letter-spacing:			1px;
	text-align:				left;
	font-variant:           small-caps;
	border-bottom:          1px dotted #a8a7a7;
	
}

h4.marketTest
{
	text-transform:			none;
	font-variant:           normal;
	margin:					10px 0 0px 5px;
	padding:                0 0 0px 0;
	border-bottom:          none;
}

h4.marketTest em
{
	color:#464646;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
}

h4 span
{
    font-size: 0.9em;
    letter-spacing: 0px;
    color: #808080;
}

h5
{
	margin:0;
	padding: 0 0 0 5px;
	font-size:11px;
}

/***********************************************/
/* Util classes                                */
/***********************************************/ 

.clear
{
	clear:both;
}

.hiddenSpan
{
	display: 				none;
}

.splitter
{
	clear: 					both;
	font-size:				1px;
	margin:					0 auto;
}

.spacer
{
	clear: 					both;
	font-size:				1px;
	margin:					0 auto;
}

.margin20
{
	 margin:20px;
}

.margin20 hr
{
	border-color:#fff;
	margin:10px 0 20px 0;
	#margin:10px 0 10px 0;
}

.downloadPDF
{
	text-align:right;
}

.alignRightSplitted
{
	text-align:right;
	margin:0 10px 10px 0;
}

.downloadPDF a
{
	background: url("../../../_Images/Body/Icons/16/pdf.gif") top left no-repeat;
	padding:0 10px 0 19px;
}

a.downloadArrow
{
	margin:3px 0 0 0;
	background: url("../../../_Images/Crypton/dl.png") right no-repeat;
	padding:0px 15px 0 0;
}

a:hover.downloadArrow
{
	background: url("../../../_Images/Crypton/dl-hover.png") right no-repeat;
}

.splitterTop
{
	height:25px;
	width:1px;
}


/***********************************************/
/* Color classes                               */
/***********************************************/ 

.red
{
	color:					#cc0000;	
}

.redback
{
	background-color:		#cc0000;	
}

.grey
{
	color:					#808080;	
}

/***********************************************/
/* Form classes								   */
/***********************************************/ 

form
{
	margin:					0px;
}

form fieldset {
	margin:					0 5px 10px 0;
	border:					none;
	border-top:				1px solid #808080;
}

form fieldset legend {
  padding:					0 2px;
  font-weight:				bold;
  color:					#000;
}

form fieldset label {
  display:					block;
  vertical-align:			top;
  color:					#808080;
  float:					left;
}

form fieldset ol {
  margin:					0;
  padding:					0;
}

form fieldset li 
{
	padding:				4px 0px 0px 10px;
	list-style:				none;
	margin:					0;
}

form em {
	font-weight:			bold;
	font-style:				normal;
	color:					#f00;
}

form label {
	width:					60px;
}

input
{
	background-color:		#EEEEEE;
	color:					#7A7A7A;
	width:					160px;
	border :				1px solid #AAAAAA;
	padding-left :			4px; 
	font-size:				1em;
}

textarea
{
	background-color:		#EEEEEE;
	color:					#7A7A7A;
	border :				1px solid #AAAAAA;
	padding-left :			4px; 
	font-size:				1.1em;
}

.button {
	width:					135px;
	height:					18px;
	font-size:				1em;
	font-weight:			bold;
	padding-top:			0px;
	color:					white;
	border:					1px solid #808080;
	background-color:		#858585;
	cursor:					pointer;
}

.buttonActive {
	width:					135px;
	height:					18px;
	font-size:				1em;
	font-weight:			bold;
	padding-top:			0px;
	color:					white;
	border:					1px solid #800000;
	background-color:		#cc0000;
	cursor:					pointer;
}

.active
{
	background-color:		#ffffff;
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/ 

#pageContainer
{
	margin: 				0 auto;
}

#mainContainer
{
    background:             url("../../../_Images/Body/CHTML2.gif");
	margin: 				0 auto;
}

#topMenuContainer {
	margin: 				0 auto;
	height:					16px;
	width:					920px;
}

#mainMenuContainer {
	background:		 		url(../../../_Images/Header/CBackground.png) right no-repeat;
	width: 					920px;
	height:					28px;
	margin: 				0 auto;
	text-align:             right;
}

#subMenuContainer
{
	width: 					920px;
	height:					54px;
	margin: 				0 auto;
}

#logo
{
	width:					250px;
	float:					left;
	background:				url(../../../_Images/Logos/Crypton.gif) no-repeat;
	height:					54px;
}

#logo a
{
    display:                block;
	width:					215px;
	height:                 54px;
}

#contentContainer
{
    margin:                 0 auto;
    width:                  920px;
}

/************* #contentContainer specific **************/


/**** Languages Menu Styles ****/

.languages
{
	height:14px;
	margin:7px 0 0 0;
}

/**** Languages Menu Styles END ****/

/* imported as Content.css at the top of this file */

/*********** end #contentContainer specific ************/

#footerContainer
{
	margin-top:				0px;
	color:					#808080;
	background:				#e7e7e7 url("../../../_Images/Footer/CBackground.png") repeat-x;
	height:					65px;
}

/************** #footerContainer specific **************/

#footerInnerContainer
{
	width:					920px; 
	margin:					0 auto;
}

#footerLeft
{
	float:					left;
	width:					65%;
	padding:				5px;
}

#footerRight
{
	float:					right;
	width:					30%;
	text-align:				right;
	padding:				5px;
}

#footerRight a
{
	color:					#808080;
	letter-spacing:			0.1em;
}

#footerRight a:hover
{
	text-decoration:		none;
	color:					#cc0000;
}

#footerRight a .arrow
{
	font-family:			Georgia, Times New Roman, Times, serif;
	color: 					#cc0000;
	font-weight:			normal;
	font-size:				1em;
}
/************ end #footerContainer specific ************/

