
/* Created By WebWork Studio - www.webwork-studio.org */
html { -webkit-text-size-adjust: none; }

/* MAIN CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777;
	background-color:#272625;
}

td,th {
	background-color:#fff !important;
}

a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #f47a20;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

p {
	color:#777777;
	font-weight:200;
	line-height:16px;
	margin-bottom:15px;
}

h1{
	font-weight:bold;
	font-size:12px;
	color:#272625;
	text-transform:uppercase;
	margin:30px 0 30px 0;
}

h2{
	font-size:12px;
	color:#272625;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:20px;
}

ul li{
	margin:5px 0 5px 30px;
	line-height:15px;
}

ul li a {
	color:#222;
	font-weight:bold;
	text-decoration: none;
}
ul li a:hover {
	color:#f47a20;
	font-weight:bold;
	text-decoration: none;
}

.naznaci_txt {
	color:#333;
	font-weight:bold;
	padding:0;
	margin:0;
}

.naznaci2_txt {
	color:#000;
	font-weight:bold;
	font-size:14px;
}
.regular_txt {
	color:#777777;
	font-weight:200;
	line-height:16px;
}

.important_txt {
	color:#272625;
	font-weight:bold;
}
.jezici {margin:-20px 0 0 22px !important; padding:0px;}

.headline {font-family: 'Asap', Arial, Helvetica; font-size:27px; font-weight:normal; margin:25px 0px !important; padding:0px; line-height:28px; }
.headtitle {font-family: 'Asap', Arial, Helvetica; font-size:27px; color:#F60; font-weight:normal; margin:25px 0px !important; padding:0px; line-height:28px; }
.landing-page-headline { font-family: 'Asap', Arial, Helvetica; font-size:27px; font-weight:normal; margin:0px !important; padding:0px !important;}

.side-menu-headline { margin:25px 0px 30px 0px !important; }

.line-separator {border-bottom: 1px solid #eee; margin: 20px 0px; display:block;}


/*****************************************************************************************/

/* HEADER */

#header{
	width:auto;
	height:115px;
	color:#FFF;
	background-color:#272625;
}

#headerContent {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:115px;

}
/*.headerContent_left {
	float:left;
	width:300px;
}*/

/*****************************************************************************************/
/* Main menu */
#mainmenu { float:right; margin:40px 0px 0px 0px; width:770px; z-index:110;}
#nav { padding:0px;  display: inline-block; z-index:100; float:right; position:relative;}
#nav li { margin: 3px; position: relative; list-style: none; float:left; }

#nav a {  font: 12px/12px Arial, "Times New Roman", Times, serif; font-weight:normal; color:#fff; text-decoration: none; display: block; padding:10px 5px; margin: 0; border: solid 1px #272625; }
#nav a:hover { font-weight:normal; text-decoration:none; color:#faa51a; }

#nav li a.menu_active, #nav li.dropdown a:hover, .menu_active_stand {
	color:#FFF !important;
	padding: 10px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #da7c0c !important;
	background-color: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a.menu_active_stand:hover { padding:10px 5px !important; }

/* Submenu list */

#nav ul { background: #2f2e2c; /* for non-css3 browsers */ color:#FFF; display: none; margin: 0; padding: 0; width: 195px; text-align:left; position: absolute; margin-left:0px; top: 34px; left: 0;

	/* Radius */
	-webkit-border-radius:3px;
	-border-radius:3px;
	-moz-border-radius:3px;

	/* Shadow */
	-moz-box-shadow: 1px 1px 2px #161616;
	-webkit-box-shadow: 1px 1px 2px #161616;
	box-shadow: 1px 1px 2px #161616;
}

/* Sub level links */

#nav ul li a:hover, #nav li a:hover li { background: none; color: #666; }
#nav li:hover > ul { display: block; }
#nav ul li { float: none; margin: 0; padding: 0;  }
#nav ul a { font-weight: normal; }

ul#nav li ul li a { border: 1px solid #2f2e2c !important;  }

/*  corners for first and last child */

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	border-top-right-radius: 3px !important;
	border-top-left-radius: 3px !important;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-bottomright: 3px !important;

	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

/* clearfix */
#nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] #nav { display: block; }
* html #nav { height: 1%; }

/* End Main menu */
/********************************************************************************************************/

/* LOGO STYLE*/

.logo {
	float:left;
	margin-top:34px;
	background-image:url(../content/logo.png);
	background-repeat:no-repeat;
	height:47px;
	width:182px;
	outline: none;
}

/*****************************************************************************************/

/* MENU STYLE*/

.menu {
	float:right;
	height:auto;
	margin:46px -65px 0px 0px;
	width:500px;
	font: 12px/12px Arial, "Times New Roman", Times, serif; font-weight:normal; color:#fff;
}

ul, li { padding:0px; margin:0px; }

.menu li { float:left; margin-left:20px; list-style-type:none;}
.menu li a { font-weight:normal; color:#fff; outline: none; } .menu li a:hover { font-weight:normal; text-decoration:none; color:#faa51a; }
.menu-active, .menu-active:hover { color:#FFF !important;  margin-top:-12px;

	padding: 10px 15px 10px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 9em;
	-moz-border-radius: 9em;
	border-radius: 9em;

	border: solid 1px #da7c0c;
	background-color: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
 }

/*****************************************************************************************/

/* HEADER WHITE LINE */

#header_whiteLine {
	width:auto;
	height:15px;
	margin: 0px auto;
	border-bottom:1px solid #dedede;
	background:#fff;
}


/* MAIN CONTENT */

#main_content {
	background:url(../content/mainContent_bg.png) repeat-x;
	height:auto!important;
	overflow:hidden!important;
	background-color:#fff;
}

.content {
	width:970px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom:80px;
	overflow:hidden;
}

/*DUGME*/
.spoilerdugme {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #333;
  padding: 5px 9px 5px 9px;
  border: solid #8a8788 0px;
  text-decoration: none;
}

.spoilerdugme:hover {
  background: #faa51a;
  background-image: -webkit-linear-gradient(top, #faa51a, #f47a20);
  background-image: -moz-linear-gradient(top, #faa51a, #f47a20);
  background-image: -ms-linear-gradient(top, #faa51a, #f47a20);
  background-image: -o-linear-gradient(top, #faa51a, #f47a20);
  background-image: linear-gradient(to bottom, #faa51a, #f47a20);
  text-decoration: none;
}

.spoilerdugme {display:block;margin:5px 0;}
.spoiler {overflow:hidden;background: #f5f5f5;}
.spoiler > div {-webkit-transition: all 0.4s ease;-moz-transition: margin 0.4s ease;-o-transition: all 0.4s ease;transition: margin 0.4s ease;}
.spoilerdugme[value="Prikaži gradove"] + .spoiler > div {margin-top:-200%;}
.spoilerdugme[value="Sakrij"] + .spoiler {padding:5px;} 


/* UNIVERZALNI PANEL */

.content_left {
	float:left;
	height:auto;
	width:600px;
	margin-bottom:80px;
}
.content_left_col {
	float:left;
	height:auto;
	width:280px;
	margin: 20px 20px 20px 0;
}

.content_social_network {
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
    padding-top:20px;
	margin: 0px 0 0 53px;
} 

.content_management {
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.content_mail {
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
}


/* PAGE HALF */

.content_left_fit {
	height:auto;
	width:230px;
	float:left;
}
.content_left_fit p{ text-align:justify; }

.content_right_fit {
	height:auto;
	width:670px;
	float:right;
}
.content_right_fit p{ margin:0px; padding:0px; }
.content_right_fit h1{margin-bottom:10px;}


.content_right_tab {
	height:auto;
	width:300px;
	float:left;
}

.gradovi {float:left; width:143px;}
.group_column {float:left; width:137px;}
.group_column1 {float:left; width:125px;}
.group_column ul li {
	list-style-type:none !important; margin: 0 0 10px 0;}
	
.group_column1 ul li {
	list-style-type:none !important; margin: 0 0 10px 0;}

/* O NAMA */
.content_left_fit1 {
	height:auto;
	width:460px;
	float:left;
}
.content_left_fit1 p{ text-align:justify; }

.content_right_fit1 {
	height:auto;
	width:460px;
	float:right;
}
.content_right_fit1 p{ text-align:justify; }

/* */

.page_headline {
	padding-bottom:30px;
	padding-top:30px;
}

.content_right {
	float:right;
	width:370px;
	height:auto;
	overflow:hidden;
}

.shadow {
	-moz-box-shadow: 0px 0px 7px #bbb;
	-webkit-box-shadow: 0px 0px 7px #bbb;
	box-shadow: 0px 0px 7px #bbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cfcfcf')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cfcfcf');
}


/*****************************************************************************************/

/* BANNER */


.banner {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
	width:970px;
	height:425px;
	margin-top:40px;
}

/*****************************************************************************************/

/* TABS */

.tab_area{
	height:auto;
	overflow:hidden;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin:70px 0 0px 0;
	padding-bottom:2px;
}

.tab {
	width:260px;
	height:auto;
	float:left;
}

.tab p {
	padding-top:10px;
}

.tab img {
	margin-bottom:20px;
	position:absolute;
}

.tab_margin {
	margin-right:95px;
	margin-left:95px;
}


/*****************************************************************************************/

/* FORM */

.form_content {
	width:280px;
	height:auto;
	overflow:hidden;
	padding:25px 20px 17px 20px;
	border: 1px dashed #d2d2d2;
	margin-top:30px;
	float:right;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
}

.prijava-form_content {
	width:628px;
	height:auto;
	overflow:hidden;
	padding:25px 20px 17px 20px;
	border: 1px dashed #d2d2d2;
	margin-top:30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
}

.form_element {
	position:absolute;
	width:39px;
	height:47px;
	background-image:url(../content/form_element.png);
	margin-top:-30px;
	margin-left:230px;
}

.form_error_text {
	color:#f47a20;
	margin:0px;
	padding:0px;
}

.form_error {
	height:auto;
	min-height:19px;
	margin-top:-3px;
	overflow:hidden;
}

.form_elements {
	margin-top:25px;
	height:auto;
}

.form_elements_row {
	width:280px;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}

.form_input {
	float:right;
	height:30px;
	width:180px;
	border: 1px dashed #d2d2d2;
	background-color:#FFF;
	padding:0 10px 0 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}

.prijava_form_elements_row { width:628px !important; }
.form_input_prijava { width:500px !important; }

.form_input_wide {
	float:right;
	height:100px;
	width:180px;
	border: 1px dashed #d2d2d2;
	background-color:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:10px 10px 10px 10px;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}

input:focus, textarea:focus {
	border: 1px dashed #bbb !important;
}

.form_label {
	float:left;
	font: 12px/30px Arial, Helvetica, sans-serif;
}

#form_button {
	padding: 10px 12px 10px 12px !important;
	float:right !important;
	margin:15px 0 0px 0px;
	outline:medium none;
}

submit {border:0; outline:0;}

/*****************************************************************************************/

/* BUTTONS */

.button:link { color:#FFF; font-weight:normal;}
.button {
	text-decoration: none;
 	color:#fff;
	font-weight:normal;
	cursor: pointer;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
	margin-right:10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
.button:hover {
	color:#fff;
	text-decoration: none;
	outline: none;
}
.button:active {
	position: relative;
	top: 1px;
	outline: none;
}
.button_spacer { margin: 0px 0px 0px 5px; }

/* INACTIVE BUTTONS */

.grey {
	background-color:#272625;
	float:left;
	border: solid 1px #272625;
	outline: none;

}

.grey:hover {
	background-color: #32312f;
	border: solid 1px #32312f;
	outline: none;
}

/* ACTIVE BUTTONS */

.orange {
	border: solid 1px #da7c0c;
	background-color: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	float:left;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	outline: none;
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	outline: none;
}

/* ON CLICK */
.orange:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	outline: none;
}

.orange.activeBt {
	border: solid 1px #da7c0c;
	background-color: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	outline: none;
	float:left;
	padding-top:9px;
}

.button img {border:0px; padding-top:2px; outline: none;}

.btn_margin {
	margin-top:20px;
	margin-bottom:20px;
}
.facebook_link {
	margin-top:32px;
}

/* IMAGES */

.image {
	background:#fff;
	float:left;
	padding:10px;
	margin-bottom:30px;
	}

.books_images { width:auto; overflow:hidden; height:auto; }

.books_images img {
	width:60px;
	height:60px;
	background:#fff;
	border:1px solid #e5e5e5;
	float:left;
	margin:0px 10px 10px 0px;
	padding:5px;
}

/*****************************************************************************************/

/* FOOTER */

#footer {
	height:auto;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.footer_img {
	background: #272625 url(../content/footer_img.png) repeat-x;
	width:100%;
	height:19px;
	position:absolute;
	margin-top:-5px;
}

.footer_content {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	padding-top:42px;
}
.footer_left_pan {
	margin:0px;
	text-align:left;
	float:left;
}

.footer_right_pan {
	margin:0px;
	text-align:right;
	float:right;
}

.footer_center_pan {
	margin-top:30px !important;
	margin-bottom:10px !important; 	
	text-align:center;
}

.footer_content a {
	color:#777;
	text-decoration:none;
	padding: 0 7px 0 7px;
	font-weight:normal;
}
.footer_content a.active {
	color:#fff;
	text-decoration:none;
	padding: 0 7px 0 7px;
	font-weight:normal;
}

.footer_content a:hover {
	color:#FFF;
	text-decoration:none;
	padding: 0 7px 0 7px;
}

.subheader_facebook_button {
	width: 22px;
	height: 22px;
	display: block;
	background-image:url(../content/facebook.png);
	float: right;
	background-position: 0px 0px;
	outline: none;
	margin-right: 5px;
	margin-top:-2px;
}

.subheader_twitter_button {
	width: 22px;
	height: 22px;
	display: block;
	background-image:url(../content/twitter.png);
	float: right;
	background-position: 0px 0px;
	outline: none;
	margin-right: 310px;
	margin-top:-2px;
}

.subheader_facebook_button:hover, .subheader_facebook_button:active {
	background-position: 0px -22px;
}

.subheader_twitter_button:hover, .subheader_twitter_button:active {
	background-position: 0px -22px;
}

.page-head-img { display:block; overflow:hidden; margin:25px 0px; width:670px; height:270px; padding-top: 5px; }
.deo-tima { background:url(../content/budite-deo-tima.jpg) no-repeat; display:block; width:362px; height:630px; margin: 40px 0px 0px 75px; }

/* Vertical menus */

.side-panel { width:230px; display:block; overflow:hidden; }
.side-panel ul, .side-panel li { margin:0px; padding:0px; list-style-type:none; }

a.vertical-ul-active { display:block; padding: 8px 15px !important; text-transform:none !important; background-color:#333 !important; color:#fff !important; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.vertical-ul-headline { padding: 10px 15px !important; color:#FFF !important; text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2); background-color: #f47a20;	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));  background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); font-weight:bold !important; text-transform:uppercase; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }

/* Menu Links*/
.side-panel li a { display:block; padding: 6px 15px !important; }
.side-panel li a:hover {  }

/* Menu Sub Links */
.side-panel li ul li a { display:block; padding: 3px 40px !important; background: #fff; color:#777; font-weight:normal !important; background:url(../content/acc-arrow-gray.png) no-repeat 30px 7px;  }
.side-panel li ul li a:hover { color:#333 !important; background-color: #fff !important; text-decoration:underline; }
.side-panel li ul li a.list-menu-active-page, .side-panel li ul li a.list-menu-active-page:hover { color:#f47a20 !important; background:url(../content/acc-arrow-orange.png) no-repeat 30px 7px !important; text-decoration:none !important; }

.side-panel li.active a{ display:block; background-color:#333; color:#FFF !important; font-weight:bold; }
.side-panel li a.active:hover { color:#fff !important; text-decoration:none !important; }

.sponzori, .ecdl-image{ display:block; overflow:hidden; margin-top:20px; }
.sponzori img, .ecdl-image img { float:left; margin-right:10px; }

/**********************************************************************************************************************************/

/* PREDAVACI */

ul.predavaci, ul.predavaci li, ul.gallery, ul.gallery li, div.raspored-lista ul, div.raspored-lista ul li { list-style-type:none; margin:0px; padding:0px; display:block; }

ul.predavaci, ul.gallery, div.raspored-lista ul, ul.reference { margin-top:20px; margin-left:-9px; }
ul.predavaci li { float:left; width:155px; margin:7px; height:240px; }
ul.predavaci li img { border:5px solid #ddd; width:145px; height:145px; }
ul.predavaci li h1, div.raspored-lista ul li h1 { font-size:14px; text-transform:none !important; margin-top:15px; color:#333; }

/* REFERENCE */
.reference p { padding-bottom:20px;}



/*  GALERIJA */

ul.gallery li { float:left; width:155px; height:110px; margin:7px; }
ul.gallery li img { border:5px solid #ddd; width:145px; height:100px; }
ul.gallery li img:hover { border:5px solid #aaa; width:145px; height:100px; }

/*********************************************************************************************************************************/

/* RASPORED */

div.raspored-lista ul li {  width:205px; height:160px; float:left; margin:7px 10px; }
div.raspored-lista ul li h1 { font-size:14px; text-transform:none !important; margin:0px 0px 15px 0px; color:#333; }

/* PLACEMENT TEST */

.test-holder { width:928px; padding:20px; height:335px; display:block; margin:25px 0px 10px 0px; background:#f5f5f5; border:1px solid #eee;
-webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.05);
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
 }
.test-holder p { margin:0px; padding:0px; }


.col-md-6
{
    width: 25%;
	position: relative;
	min-height: 1px;
	margin-left: 0px;
    margin-right: 0px;
	float: left;
}