/* Header --------------------------------------------------------------- */
.dynamicElement #header{
	margin				: 0px 0px 15px 0px;
	padding 			: 10px 10px 10px 10px;
	
	display 			: block;
	
	background-color	: #293863;
	color 				: #D04646;
	text-align 			: left;
	border				: solid 2px #DA5F08;
	border-width 		: 1px 1px 0px 1px;
	
	background-color 	: #F4800B;
	background-image	: url(../imgs/bg-header-h3.png);
	background-position	: bottom center;
	background-repeat	: no-repeat;
	
	color				: #FFF;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 15px;
	font-weight			: bold;
	font-style			: italic;
	text-align 			: left;
	line-height 		: 140%;
}

/* Text ----------------------------------------------------------------- */
.dynamicElement #text{
	padding				: 10px 0px 10px 0px;
}
.dynamicElement #text, 
.dynamicElement #text pre, 
.dynamicElement #text tbody,
.dynamicElement #text h1, 
.dynamicElement #text h2, 
.dynamicElement #text h3, 
.dynamicElement #text h4, 
.dynamicElement #text h5, 
.dynamicElement #text h6{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #293863;
	line-height 		: 140%;
}
.dynamicElement #text h1, 
.dynamicElement #text h2, 
.dynamicElement #text h3, 
.dynamicElement #text h4, 
.dynamicElement #text h5, 
.dynamicElement #text h6{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
}
.dynamicElement #text a,
.dynamicElement #text pre a, 
.dynamicElement #text tbody a{
	color				: #F4800B;
	text-decoration		: underline;
}
.dynamicElement #text a:hover,
.dynamicElement #text pre a:hover,  
.dynamicElement #text tbody a:hover{
	color				: #F4800B;
	text-decoration		: none;
}
.dynamicElement #text p{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
}
.dynamicElement #text ul{
	display 			: block;
	list-style-type		: disc;
	margin				: 0px 0px 0px 30px;
	padding				: 0px 0px 10px 0px;
}
.dynamicElement #text ol{
	list-style-type		: armenian;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 30px;
}
.dynamicElement #text li{
	padding				: 0px 0px 10px 0px;
}
.dynamicElement #text b,
.dynamicElement #text strong{
	color				: #F4800B;
}


/* Link ----------------------------------------------------------------- */
.dynamicElement #link, 
.dynamicElement #tbody{
	padding				: 10px 0px 10px 0px;
	display				: table-cell; 
	display				: table;
	display				: inline-block;
	
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: normal;
	font-variant		: normal;
	text-transform		: none;
	color				: #293863;
	text-decoration		: none;
}
.dynamicElement #link a,
.dynamicElement #link tbody a{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: underline;
	color				: #293863;
}
.dynamicElement #link a:hover,
.dynamicElement #link tbody a:hover{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	text-decoration		: none;
	color				: #293863;
}
.dynamicElement #link span{
	padding				: 0px 0px 5px 0px;
	display				: table-cell; 
	display				: table;
	display				: inline-block;
}
.dynamicElement #link span a{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #293863;
	text-decoration		: underline;
}
.dynamicElement #link span a:hover{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	text-decoration		: none;
	color				: #293863;
}
.dynamicElement #link p, 
.dynamicElement #link ul, 
.dynamicElement #link li{
	margin				: 0px;
	padding				: 0px 0px 10px 0px;
}
.dynamicElement #linkImage{
	float				: left;
	text-align			: center;
}
.dynamicElement #linkImage p{
	margin				: 10px 10px 0px 0px; 
	padding				: 0px 0px 0px 0px;
}
.dynamicElement #linkImage span{
	margin				: 0px 0px 10px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding				: 0px 0px 0px 0px; 
	background-color	: #D9E0E1;
}
.dynamicElement #linkImage img{
	margin				: 4px 4px 4px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}


/* Download ------------------------------------------------------------- */
.dynamicElement #download {
	margin				: 5px 0px 5px 0px;
	padding				: 10px 10px 10px 10px;
	background-color	: #293863;
	display				: inline-block;
	border 				: solid 4px #FFF;
}
.dynamicElement #download a {
	display				: block;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 15px;
	
	background-image	: url(../imgs/arrow-left-down-blue.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #F4800B;
	text-decoration		: underline;
}

.dynamicElement #download a:hover {
	padding				: 0px 0px 0px 15px;
	text-decoration		: none;
}
.dynamicElement #download p {
	margin				: 10px 0px 0px 15px;
	padding				: 0px 0px 0px 0px;
	display				: inline-block;
	
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #FFF;
	text-decoration		: none;
}
.dynamicElement #download span{
	padding				: 0px 20px 0px 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: normal;
	font-variant		: normal;
	text-transform		: none;
	color				: #CDD8EC;
	text-decoration		: none;
}
.dynamicElement #download ul {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	float				: right !important;
	list-style-type		: none;
}
.dynamicElement #download li a{
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 2px 0px;
	width				: 119px;
	height 				: 29px;
	display				: table;
	
	background-image	: url(../imgs/btn-download-001.png)
}
.dynamicElement #download li a:hover{
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 2px 0px;
	width				: 119px;
	height 				: 29px;
	display				: table;
	
	background-image	: url(../imgs/btn-download-002.png)
}

/* Divider -------------------------------------------------------------- */
.dynamicElement #divider{
	padding				: 10px 0px 10px 0px;
}
.dynamicElement #divider span{
	display				: block;
	border-top			: solid 2px #FFF;
}

/* E-Commerce ---------------------------------------------------------- */
.dynamicElement #ecommerce{
	padding				: 0px 0px 0px 0px;
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
}
.dynamicElement #ecommerce span{
	width				: 340px;
	margin				: 0px 0px 3px 0px;
	padding				: 3px 3px 3px 3px;
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	background-color	: #D9E0E1;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: normal;
	font-variant		: normal;
	text-transform		: none;
	color				: #000000;
	text-decoration		: none;
}
.dynamicElement #ecommerceImage{
	float				: left;
	margin				: 0px 10px 0px 0px; 
	padding				: 4px 4px 4px 4px;
	background-color	: #D9E0E1;
}
.dynamicElement #ecommerceImage img{
	border				: 2px solid #FFFFFF;
}

/* Image ---------------------------------------------------------------- */
.dynamicElement #image{
	text-align			: center;
	margin				: 10px 0px 10px 0px;
}
.dynamicElement #image p{
	display				: inline;
}
.dynamicElement #image span{
	margin				: 0px 0px 0px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding				: 0px;
	background-color	: #D9E0E1;
}
.dynamicElement #image img{
	margin				: 4px 4px 2px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}

/* Image Left ----------------------------------------------------------- */
.dynamicElement #imageLeft{
	float				: left;
	text-align			: center;
	margin				: 0px 0px 15px 0px; 
}
.dynamicElement #imageLeft p{
	margin				: 0px 20px 0px 0px;
	padding				: 0px 0px 0px 0px; 
}
.dynamicElement #imageLeft span{
	margin				: 0px 0px 10px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding 			: 5px 5px 5px 5px;
	border 				: solid 0px #293863;
	background-color	: #FFF;
}
.dynamicElement #imageLeft img{
	display				: block;
}

/* Image Right ---------------------------------------------------------- */
.dynamicElement #imageRight{
	float				: right;
	text-align			: center;
	margin				: 0px 0px 15px 0px; 
}
.dynamicElement #imageRight p{
	margin				: 0px 20px 0px 0px; 
	padding				: 0px 0px 0px 0px;
}
.dynamicElement #imageRight span{
	margin				: 0px 0px 10px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding 			: 5px 5px 5px 5px;
	border 				: solid 0px #293863;
	background-color	: #FFF;
}
.dynamicElement #imageRight img{
	display				: block;
}

/* Image Center --------------------------------------------------------- */
.dynamicElement #imageCenter{
	text-align			: center;
}
.dynamicElement #imageCenter p{
	display				: inline;
}
.dynamicElement #imageCenter span{
	margin				: 0px 20px 20px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding 			: 5px 5px 5px 5px;
	border 				: solid 0px #293863;
	background-color	: #FFF;
}
.dynamicElement #imageCenter img{
	display				: block;
}
.dynamicElement #imageCaption{
	margin 				: 0px 0px 0px 0px;
	color				: #F4800B;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-style			: italic;
	padding				: 10px;
	border				: 0px solid #000000;
	text-align			: center;
}

