﻿/******************************************************
	Title:    Website Name
	Author:   Mag Studio
	Updated:  dd/mm/yyyy
	Style:    COMMON Stylesheet
******************************************************/



/* ******************************* LAYOUT */

/* ...................... Body */
	html {
		font-size: 1.25em; /*20px*/
		font-family: tahoma, arial, verdana;
		color: #333333;
	}

		body {
			font-size: 50%; /*10px*/
		}

			#wrapper {
				margin: 0px auto;
			}
/* ........................... */


/* ****************************** CLASSES */

/* ................ Predefined */
	h1 a ,
	.magstudio a {
		text-indent: -9999px;
	}

	ul {
		list-style: none;
	}

	ul, ol {
		list-style-position: inside;
		padding: 0px;
		margin: 0px;
	}

	a {
		color: #333;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	input,
	textarea,
	select {
		font-family: tahoma, arial, verdana;
		font-size: 1em;
	}

/* ........................... */




/* .................... Others */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clear {
		clear: both;
	}

	.left {
		float: left !important;
	}

	.position_left {
		float: left !important;
	}

	.position_right {
		float: right !important;
	}

	.hide {
		display: none;
	}

	.last {
		border: 0px  !important;
		background: none !important;
	}

	.align_center {
		text-align: center;
	}
/* ........................... */


/* .................... Forms */

	form br {
		clear: both;
		line-height: 0pt;
		font-size: 0pt;
	}

	textarea {
		overflow: auto;
	}

	input, textarea {
		padding: 5px 10px;

		border: 0px;
		background: none;
	}

	select {
		float: left;
		height: 20px;
		margin-bottom: 8px;
		border: 1px solid #7f9db9;
	}

	label,
	input {
		margin-bottom: 8px;
		float: left;
	}

		label {
			padding:  5px 10px 5px 0px;
		}

	.input {
		float: right;
		padding-left: 10px;

		background: url(../images/site_images/btn.gif) no-repeat;
	}

		.input input {
			width: auto !important;
			padding: 4px 10px 4px 0;
			margin-bottom: 0px;
			border: 0px;
			color: #FFF;
			background: url(../images/site_images/btn.gif) no-repeat right top;
			cursor: pointer;
		}

	.text_input {
		float: left;
		margin: 0px 5px 0px 0px;
		width: 109px;
		height: 23px;
		overflow: hidden;

		background: url(../images/site_images/backgrounds/text_input.gif) no-repeat;
	}

		.text_input input {
			float: none;
			margin: 0px;
			width: 89px;
			height: 13px;
		}

	a.btn {
		float: right;
		padding: 0px 0px 0px 10px;

		background: url(../images/site_images/btn_link.gif) no-repeat;
		text-decoration: none !important;
	}

		a.btn span {
			padding: 4px 10px 6px 0;
			display: block;

			background: url(../images/site_images/btn_link.gif) no-repeat right top;
			color: #FFF;
			text-decoration: none !important;
			color: #FFF;
		}

/* ........................... */

/* *************************** CSM INPUTS */

	.text {
	}

/* .................. Headings */

	h1 {
	}

	h2 {
	}

	.text h1 {
		text-indent: 0px;
	}

	.text h2 {
		padding: 0px 0px 15px 0px;

		font-size: 1.27em;
		font-weight: bold;
	}

	.text h3 {
		padding-bottom: 3px;

		font: bold 1.09em arial, tahoma, verdana;
	}

		.text h3 a {
			text-decoration: none;
		}



	.text h4 {
		padding-bottom: 6px;

		color: #E70000;
	}

		.text h4 a {
			text-decoration: none;
			color: #E70000;
		}

	.text h5 {

	}

	.text h6 {

	}

	.text h3 a:hover ,
	.text h4 a:hover {
		text-decoration: underline;
	}


	.text p {
		padding: 0px 0px 13px 0px;
	}

	.text img,
	a.img {
		border: 1px solid #B2B2B2;
	}

/* ........................... */


/* ................ Text Style */
	.text strong {
		font-weight: bolder;
	}

	.text em {
		font-style: italic;
	}
/* ........................... */


/* ..................... Lists */
	.text ol,
	.text ul,
	.text dd {
		margin-left: 10px;
	}

	.text li {
		display: list-item;
		padding-left: 13px;
		background: url(../images/site_images/bullet.gif) no-repeat left 6px;
	}

	.text ol {
		list-style-type: decimal;
	}
/* ........................... */


/* ................ Hyperlinks */
	.text a {
		text-decoration: underline;
		color: #333333;
	}

		.text a:hover {
			text-decoration: none;
		}
/* ........................... */

/* ................ Common elements */
	p.date {
		position: relative;
		top: -3px;
		margin-bottom: -1px;
	}

	a.more {
		padding-left: 8px;
		background: url(../images/site_images/arrow_more.gif) no-repeat left 5px;
	}
/* ........................... */

.red {
	 color: #f00 !important;
	}