*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #c2e4ed;
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

h1{
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

h1.white{
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

img{
	border: 0;
}

a{
	color: #333333;
}
a:hover{
	color: #333333;
}
a:visited{
	color: #333333;
}

#wrap{
	margin: 0 auto 0 auto;
	width: 960px;
}


.columns{
	/* margin-top: 5px; */
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .columns {
	height: 1%;
}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column {
  float:left;
  overflow:hidden;
  display:inline;
}

.columns .last {
	float:right;
}

.spacer20{
    content: ".";
    display: block;
    height: 20px;
    clear: both;
    visibility: hidden;
}

#head{
	height: 60px;
	background-image: url('../img/head.png');
	background-repeat: no-repeat;
}

#top{
	height: 20px;
	background-image: url('../img/top.png');
}

#main{
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
}

#bottom{
	height: 20px;
	background-image: url('../img/bottom.png');
}

/* ------------------------- LINKEK ----------------------------- */

.white_link{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.white_link:visited{
	color: #FFFFFF;
}

.white_link:hover{
	color: #ffe680;
}



/* ------------------------- LOGIN DOLGOK ----------------------------- */

#try_box{
	margin-bottom: 20px;
}

#login_box{
	color: #FFFFFF;
	width: 300px;
}

.login_field_name{
	margin-left: 40px;
	margin-bottom: 3px;
	color: #000000;
}

.login_field{
	margin: 0 0 20px 0px;
	background-image: url('../img/login_field.png');
	background-repeat: no-repeat;
	background-position: 35px 0px;
	padding: 10px;
	height: 20px;
	display: block;
}

.login_field input{
	margin-left: 35px;
	border: 0;
	width: 210px;
}

.login_link{
	font-size: 1.2em;
}

.log{
	margin-right: 40px;
}

.reg{
	margin-left: 40px;
}

#login_error_holder{
	overflow: hidden;
}

.login_error{
	background-color: #E2451C;
	margin: 0 0px 20px 0px;
	padding: 1em 45px 1em 45px;
	font-size: 0.7em;
	font-weight: bold;
}

#retype{
	overflow: hidden;
}

.retype_hidden{
	height: 0px;
}

.retype_visible{
	height: 80px;
}

#confirmpassfield{
	background-color: #FFFFFF;
}

/* ------------------------- PERSONAL MENU ----------------------------- */

#personal_menu_box{
	position: absolute;
	top: 0;
	left: 50%;
	width:200px;
	margin-left: 280px;
	z-index: 1;
}

#personal_menu{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 20px 0 20px;
	margin-bottom: -10px;
	text-align: center;
}

.demo{
	color: #FF0000;
	cursor: pointer;
}

#dropmenu{
	position:absolute;
	top: 0;
	left:50%;
	margin-left: 300px;
	width:160px;
	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 1.7em;
}

.dropcontent{
	height: 0px;
	overflow: hidden;
	padding: 0 0 0 10px;
	/*line-height: 1.7em;*/
	
	background-color:#4d4d4d;
}

.dropbottom{
	background-image: url('../img/drop.png');
	background-repeat: no-repeat;
	height: 10px;
	display: block;
}

/* ------------------------- TABS ----------------------------- */

a.tab{
	position: absolute;
	top: 40px;
	left: 50%;
	
	width: 90px;
	height: 40px;
	overflow: hidden;
	
	text-align: center;
	padding: 0 35px 0 35px;
	
	line-height: 40px;
	
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #333333;
}

a.tab:hover{
	background-image: url('../img/tab.png');
}

.tab_w{
	background-image: url('../img/tab.png');
}

.tab_b{
	background-image: url('../img/tab_gray.png');
}

.tab_collect{
	margin-left: -228px;
}

.tab_design{
	margin-left: -66px;
}

.tab_manage{
	margin-left: 96px;
}

/* ------------------------- HOME MENU ----------------------------- */

.home_img{
	margin-top: 20px;
	width: 306px;
	text-align: center;
	line-height: 220px;
}

.home_img img{
	vertical-align: bottom;
}

hr{
	border: 1px solid #cccccc;
	margin: 0 20px 0 20px;
}

.home_col{
	width: 266px;
	padding: 1em 20px 1em 20px;
}

.home_col ul {
	margin: 20px 0 0 60px;
	
}

.home_col ul li{
	line-height: 1.5em;
}

.newitem{
	vertical-align: middle;
}

h2.home{
	margin-top: 20px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
} 

h2.home a{
	text-decoration: none;
}

.flex{
	/*height: 642px;*/
}


/* ------------------------- FOOTER ----------------------------- */

#footer{
	margin: 1em 0 1em 0;
	text-align: center;
	line-height: 3em;
	font-size: 0.7em;
}

#footer a{
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	text-decoration: underline;
}

/* ------------------------- CONTACT ----------------------------- */

.contactform{
	margin: 0 10px 0 10px;
	border: 0;
	display: inline;
}

.contacttitle{
	
}

.contactinput{
	border: solid 1px #bbbbbb;
	display: block;
	margin: 10px 0 20px 0;
}

/* ------------------------- PASSWORD -------------------------------------- */
.pass_tips{
	width: 600px;
}

.pass_tips ul{
	margin-left: 35px;
	list-style-type: decimal;
	font-weight: bold;
}

.pass_tips ul li{
	line-height: 1.5em;
	margin: 15px 0 15px 0;
}

/* ------------------------------ infobox ------------------------------- */

.infobox h2{
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: normal;
}

.infobox h2 a{
	color: #333333;
	/*text-decoration: none;*/
}

.infobox h2 a:hover{
	color: #666666;
}

.infobox p{
	margin: 15px 10px 25px 10px;
	text-align: justify;
	text-indent: 1em;
}

.infobox ol{
	margin-left: 3em;
	margin-top: 1em;
	margin-right: 10px;
}

.infobox ul{
	margin-left: 3em;
	margin-top: 1em;
	margin-right: 10px;
}
.infobox li{
	margin: 10px 0 10px 0;
}

