/****************************************************** 
	Title:    BNB
	Author:   Martin Metodiev
	Company:  Mag Studio
	Website:  www.magstudio.bg
	Updated:  2009/02/20
	Style:    COMMON Stylesheet
******************************************************/



/* ******************************* LAYOUT */

/* ...................... Body */
	html {
		font-size: 1.25em; /*20px*/
	}

		body {
			font-size: 50%; /*10px*/
		}
/* ........................... */


/* .................... Header */
	h1.logo a {
		text-indent: -9999px;
	}
/* ........................... */





/* ****************************** CLASSES */


/* ............. Form Elements */
	form br {
		clear: both;
		line-height: 0pt;
		font-size: 0pt;
	}

	textarea {
		overflow: auto;
	}

	input.textfield, textarea, select {
		padding: 2px;
	}
/* ........................... */


/* ..................... Lists */
	ul,
	ul li,
	ol,
	ol li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
/* ........................... */


/* ..................... Fonts */
	address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
	}
/* ........................... */


/* .................... Others */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}	
	
	.clear {
		clear: both;
	}
	
	.left {
		float: left; 
	}
	
	.right {
		float: right; 
	}
	
	.hide {
		display: none;
	}
/* ........................... */





/* *************************** CSM INPUTS */

/* .................. Headings */
	.text h1 {
		text-indent: 0px;
	}

	.text h2 {
		
	}

	.text h3 {
		
	}

	.text h4 {
		
	}

	.text h5 {
		
	}

	.text h6 {
		
	}
/* ........................... */


/* ................ Paragraphs */
	.text p {
		margin: 18px 0px;
	}
/* ........................... */


/* ................ Text Style */
	.text strong {
		font-weight: bolder;
	}

	.text em {
		font-style: italic;
	}
/* ........................... */


/* ..................... Lists */
	.text ol,
	.text ul,
	.text dd {
		margin-left: 40px;
	}

	.text li {
		display: list-item;
	}

	.text ol {
		list-style-type: decimal;
	}
/* ........................... */


/* ................ Hyperlinks */
	.text a {
		text-decoration: underline;
	}

		.text a:hover {
			text-decoration: none;
		}
/* ........................... */