/* CSS File 			*/
/* Version: 01 			*/
/* Created at: HBfx Studio 	*/
/* Author: Eros Nicolau 	*/

/* Tag redefines 		*/
html, body			{margin: 0px; padding: 0px; height: 100%; width: 100%;}
body				{background-color: #FFFFFF; background-image: url(../img/body_back.gif); background-repeat: repeat-x; background-position: left top; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
div 				{margin: auto; height: auto;}
form				{margin: 0px; padding: 0px;}
ul				{padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 6px; margin-top: 5px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px;}
li				{list-style:none;}
b				{color: #C200B8;}
a img				{border: none 0px;}
input, select, textarea		{font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* Link styles 			*/
a				{color: #C200B8; text-decoration: none;}
a:hover				{color: #000000;}

/* Header styles 		*/
.header				{margin-top: 3px; background-image: url(../img/header_back.gif); background-repeat: no-repeat; background-position: left top; height: 20px; text-align: right; padding-right: 30px;}
.header a			{font-weight: bold; color: #FFFFFF; text-decoration: none; background-image: url(../img/header_a_left.gif); background-repeat: no-repeat; background-position: left top; padding-right: 20px; padding-left: 20px; position: relative; height: 20px; display: block; float: right; margin: 0px; padding-top: 0px; padding-bottom: 0px;}
.header a:hover			{color: #ff0000;}
.header .end			{position: absolute; top: 0px; right: -1px; background-image: url(../img/header_a_right.gif); background-repeat: no-repeat; background-position: right top; height: 20px; width: 14px;}

/* Main area styles 		*/
.holder2			{width: 100%;}
.holder1			{text-align: center; margin-left: auto; margin-right: auto; width: 964px;}
.holder				{text-align: left; margin: 0px; padding: 0px; border: none; *width:964;}

.area				{background-image: url(../img/area_back.gif); background-repeat: repeat-y; background-position: left top;}
.l-col				{float: left; width: 190px; padding-right: 36px; padding-left: 26px;}
.r-col				{float: left;width: 679px; padding-right: 5px; padding-left: 10px;display:inline;}

.area .l-col			{background-image: url(../img/l-col_back.jpg); background-repeat: no-repeat; background-position: left top;}

.content			{margin-right: 20px; margin-left: 20px;}
.photo				{ border: 2px solid #C200B8; margin-top: 10px; margin-bottom: 10px; text-align: center;}
.submit				{width: 100%;}
.textfield			{border: 1px solid #C200B8; height: 16px;}
.utils				{margin-top: 5px; margin-bottom: 15px;}
.utils img			{vertical-align: middle;}

/* Footer styles 		*/
.footer				{background-image: url(../img/footer_back.gif); background-repeat: no-repeat; background-position: left top; padding-top: 20px; font-size: 10px; padding-bottom: 20px;}
.footer .l-col			{text-align: right; width: 242px; padding-right: 10px; padding-left: 0px;}
.footer .r-col			{text-align:left;float:left;margin-left:230px;padding: 0px; width: 488px;}

/* Main Menu styles 		*/

/* Misc. styles 		*/
.google_ad			{text-align: left;display:block;}
.vote				{height: 40px; background-image: url(../img/sageti_votare.gif); background-repeat: no-repeat; background-position: center center; margin: 0px; padding-left: 175px;}
.comment			{padding-left: 50px; padding-bottom: 10px;}
.thumb				{border: 2px solid #C200B8; float: left; margin-right: 10px; margin-bottom: 5px;}
.score				{font-size: 36px; font-weight: bold; color: #C200B8;}
.stats				{font-size: 11px; color: #7f7f7f;}
.centered			{text-align: center;}

.v1, .v2, .v3, .v4, .v5,
.v6, .v7, .v8, .v9, .v10	{float: left; display: block; font-weight: bold; width: 33px; text-align: center;}
.v1				{color: #fe0100;}
.v2				{color: #ed0f02;}
.v3				{color: #d82105;}
.v4				{color: #be3708;}
.v5				{color: #a44d0b;}
.v6				{color: #85660e;}
.v7				{color: #687f12;}
.v8				{color: #4e9515;}
.v9				{color: #37a817;}
.v10				{color: #26b719;}

.error				{color:red;}
.dialog				{border: 2px solid #C200B8; margin-right:20px;margin-left:20px; text-align: center;}
.dialogHeader			{font-weight:bold;color:red;border: 2px solid #C200B8; margin-top:20px;margin-right:10px;margin-left:10px; text-align: center;}
.contact_owner			{margin-top: 10px; margin-bottom: 10px; text-align: center;}
.contact_owner img		{vertical-align: middle;}
.mymsgs_header			{color:white; background-color: #c200b7;font-weight:bold; border:1px white solid;}
.mymsgs_row			{border-bottom:1px #dddddd solid;}
.currentCategory		{font-weight:bold;}
.currentCategory a		{color:#750070;text-decoration:underline;}
a.googlelike			{color:#C200B8;text-decoration:underline;}

.tab, .selectedTab,.tabBody	{border: solid 1px #C200B8; text-align:center;}/* #26b719 */
.tab, .selectedTab		{border-bottom:solid 0px #ffffff;}
.selectedTab			{font-weight:bold;border-bottom:0px;height:20px;}
.hide				{display:none;}
.show				{display:inline;}
.textfieldT			{border-style:none;height: 16px;}
.google_h			{width: 368px; margin-left: 0px; overflow: hidden; position: absolute;}
.wide_ad			{width: 600px;padding-left:0px;margin-left: 0px; overflow: hidden;}



/* clearfix 			*/
.clearfix:after			{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix			{display: inline-block;}
/* Hide from IE Mac \*/
.clearfix			{display: block;}
* html .clearfix		{height: 1%;}
/* End hide from IE Mac 	*/
