/* Header --------------------------------------------------------------- */
.header {
	margin				: 0px 20px 0px 0px;
	padding				: 10px 0px 10px 0px;
	
	width				: 100%;
	
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #5590C5;
	text-decoration		: none;
}

/* Text ----------------------------------------------------------------- */
.text{
	margin				: 0px 20px 0px 0px;
	padding				: 10px 0px 10px 0px;
}
.text, 
.text pre, 
.text tbody,
.text h1, 
.text h2, 
.text h3, 
.text h4, 
.text h5, 
.text h6{
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	font-style			: normal;
	line-height			: normal;
	font-variant		: normal;
	text-transform		: none;
	color				: #8B9AAB;
	text-decoration		: none;
}
.text h1, 
.text h2, 
.text h3, 
.text h4, 
.text h5, 
.text h6{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
}
.text a,
.text pre a, 
.text tbody a{
	color				: #8B9AAB;
	text-decoration		: underline;
}
.text a:hover,
.text pre a:hover,  
.text tbody a:hover{
	color				: #8B9AAB;
	text-decoration		: none;
}
.text p{
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
}
.text ul{
	display 			: block;
	list-style-type		: disc;
	margin				: 0px 0px 0px 30px;
	padding				: 0px 0px 10px 0px;
}
.text ol{
	list-style-type		: armenian;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 10px 30px;
}
.text li{
	padding				: 0px 0px 10px 0px;
}

/* Bullet Point --------------------------------------------------------- */
.point {
	margin				: 10px 0px 10px 0px;
	padding				: 0px 0px 0px 15px;
	
	background-image	:  url(../admin/imgs/bp.gif);
	background-repeat	: no-repeat;
	background-position	: left top;
	
	font-family			: "Trebuchet MS", 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;
}
.point a{
	font-family			: "Trebuchet MS", 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		: underline;
}
.point a:hover{
	font-family			: "Trebuchet MS", 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;
}

/* Link ----------------------------------------------------------------- */
.link, .link tbody{
	padding				: 10px 0px 10px 0px;
	display				:table-cell; 
	display				:table;
	display				: inline-block;
	
	font-family			: "Trebuchet MS", 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;
}
.link a, .link tbody a{
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-decoration		: underline;
	color				: #000000;
}
.link a:hover, .link tbody a:hover{
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	text-decoration		: none;
	color				: #000000;
}
.link span{
	padding				: 0px 0px 5px 0px;
	display				:table-cell; 
	display				:table;
	display				: inline-block;
}
.link span a{
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #2771AD;
	text-decoration		: underline;
}
.link span a:hover{
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: bold;
	text-decoration		: none;
	color				: #2771AD;
}
.link p, .link ul, .link li{
	margin				: 0px;
	padding				: 0px 0px 10px 0px;
}
.linkImage{
	float				: left;
	text-align			: center;
}
.linkImage p{
	margin				: 10px 10px 0px 0px; 
	padding				: 0px 0px 0px 0px;
}
.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;
}
.linkImage img{
	margin				: 4px 4px 4px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}

/* Download ------------------------------------------------------------- */
.download {
	margin				: 5px 0px 5px 0px;
	padding				: 10px 10px 10px 10px;
	background-color	: #D9E0E1;
	display				: inline-block;
}
.download a {
	display				: block;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 15px;
	
	background-image	:  url(../admin/imgs/bp.gif);
	background-repeat	: no-repeat;
	background-position	: left top;
	
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #2771AD;
	text-decoration		: underline;
}
.download a:hover {
	padding				: 0px 0px 0px 15px;
	text-decoration		: none;
}
.download p {
	margin				: 10px 0px 0px 15px;
	padding				: 0px 0px 0px 0px;
	display				: inline-block;
	
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	color				: #000000;
	text-decoration		: none;
}

.download span{
	padding				: 0px 20px 0px 0px;
	font-family			: "Trebuchet MS", 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;
}
.download ul {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	float				: right !important;
	list-style-type		: none;
}
.download li a{
	padding				: 2px 10px 3px 10px;
	margin				: 0px 0px 2px 0px;
	width				: 80px;
	display				: table;
	
	border				: 1px solid #000;
	background-image	: none;
	background-color	: #FFF;
	color				: #000;
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	font-weight			: normal;
	line-height			: normal;
	font-variant		: normal;
	text-transform		: none;
	text-align			: center;
	text-decoration		: none;
}
.download li a:hover{
	padding				: 2px 10px 3px 10px;
	margin				: 0px 0px 2px 0px;
	width				: 80px;
	display				: table;
	
	border				: 1px solid #000;
	background-image	: none;
	background-color	: #FFF;
	color				: #93ABAE;
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	font-weight			: normal;
	line-height			: normal;
	font-variant		: normal;
	text-transform		: none;
	text-align			: center;
	text-decoration		: none;
}

/* Divider -------------------------------------------------------------- */
.divider{
	background-image	:  url(../admin/imgs/divider.gif);
	background-repeat	: repeat-x;
	background-position	: left center;
	text-align			: center;
	padding				: 10px 0px 10px 0px;
}
.divider span{
	padding				: 0px 10px 0px 10px;
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: bold;
	font-variant		: normal;
	text-transform		: none;
	text-align			: center;
	color				: #000000;
	background-color	: #F8F8F8;
	text-decoration		: none;
}

/* E-Commerce ---------------------------------------------------------- */
.ecommerce{
	padding				: 0px 0px 0px 0px;
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
}
.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			: "Trebuchet MS", 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;
}
.ecommerceImage{
	float				: left;
	margin				: 0px 10px 0px 0px; 
	padding				: 4px 4px 4px 4px;
	background-color	: #D9E0E1;
}
.ecommerceImage img{
	border				: 2px solid #FFFFFF;
}

/* Image ---------------------------------------------------------------- */
.image{
	text-align			: center;
	margin				: 10px 0px 10px 0px;
}
.image p{
	display				: inline;
}
.image span{
	margin				: 0px 0px 0px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding				: 0px;
	background-color	: #D9E0E1;
}
.image img{
	margin				: 4px 4px 2px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}

/* Image Left ----------------------------------------------------------- */
.imageLeft{
	float				: left;
	text-align			: center;
}
.imageLeft p{
	margin				: 0px 10px 0px 0px; 
	padding				: 0px 0px 0px 0px;
}
.imageLeft 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;
}
.imageLeft img{
	margin				: 4px 4px 4px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}

/* Image Right ---------------------------------------------------------- */
.imageRight{
	float				: right;
	text-align			: center;
}
.imageRight p{
	margin				: 0px 0px 0px 10px; 
	padding				: 0px 0px 0px 0px;
}
.imageRight span{
	margin				: 0px 0px 10px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding				: 0px;
	background-color	: #D9E0E1;
}
.imageRight img{
	margin				: 4px 4px 4px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}

/* Image Center --------------------------------------------------------- */
.imageCenter{
	text-align			: center;
}
.imageCenter p{
	display				: inline;
}
.imageCenter span{
	margin				: 0px 10px 10px 0px; 
	vertical-align		: top; 
	display				: table-cell; 
	display				: inline-table; 
	display				: inline-block;
	padding				: 0px;
	background-color	: #D9E0E1;
}
.imageCenter img{
	margin				: 4px 4px 2px 4px; 
	padding				: 0px;
	border				: 2px solid #ffffff;
}
.imageCaption{
	color				: #ffffff;
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	font-style			: italic;
	padding				: 10px;
	background-color	: #C6D0D2;
	border				: 0px solid #000000;
	text-align			: center;
}