/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
					ŠTUDENTSKI OGLASNIK
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

body {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: .625em;
	color: #000;
	/*background: url(graphic/body_background.gif) left top repeat;  */
	background: #e7efcb;
}

img {
  border: none;
}

a, a:hover {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

#content p {
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

/*-*-*-*-*- STRUKTURA -*-*-*-*-*/

#container {
  margin: 0 auto;
  padding: 0;
  width: 720px;
  border: 1px solid #82a10f;
  background: #fff;
}

#header {
  margin: 0;
  padding: 5px;
  background: url(../img/header_background.gif) left top repeat-x;
  height: 115px;
}

#menuLeft {
  margin: 0;
  padding: 0;
  float: left;
  width: 148px;
  border-right: 1px solid #82a10f;
}

#content {
  margin: 0 0 0 -1px;
  padding: 5px 10px 10px 10px;
  float: right;
  width: 551px;
  color: #626262;
  border-left: 1px solid #82a10f;
}

#footer {
  margin: 0;
  padding: 5px;
  clear: both;
  background: #82a10f;
  height: 15px;
  color: #fff;
}

/*-*-*-*-*- GLAVA -*-*-*-*-*/

#header img {
  float: left;
  margin: 0 20px 0 0;
}

#header h1 {
  margin: 0;
  padding: 0;
  font-size: 2.1em;
  color: #485a06;
}

#header h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.3em;
  color: #485a06;
}

/*-*-*-*-*- LEVI MENI -*-*-*-*-*/

/* naslovi */
.menu_bar {
  background: #E3E0A8;
  border-bottom: 1px solid #82a10f;
  border-top: 1px solid #82a10f;
  padding: 3px 5px 3px 10px;
  font-size: 1.2em;
  font-weight: bold;
  margin: -1px 0 0 0;
}

/* seznam linkov */
#menuLeft ul {
  margin: 10px 0 10px 20px;
  padding: 0;
  list-style-type: square;
  color: #546a05;
}

#menuLeft ul li {
  margin: 0;
  padding: 0;
}

#menuLeft ul li a {
  color: #546a05;
  font-size: 1.2em;
  line-height: 1.6em;
  text-decoration: none;
  font-weight: bold;
}

#menuLeft ul li a:hover {
  text-decoration: underline;
}

#menuLeft ul li a.selected {
  color: #000;
}

/* oglasni blok */
.ads {
    margin: 15px 0 0 10px;
}


/*-*-*-*-*- VSEBINA -*-*-*-*-*/

/** naslovi, povezave **/
#content h1 {
  font-size: 2em;
  margin: 0 0 15px 0;
  padding: 0;
}

#content h2 {
  font-size: 1.7em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content h3 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content h4 {
  font-size: 1.2em;
  margin: 0 0 10px 0;
  padding: 0;
}

#content a {
  color: #82a10f;
  text-decoration: underline;
}

#content a.newsTitle {
  text-decoration: none;
  color: #626262;
}

#content a.newsTitle:hover {
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square;
  font-size: 1.2em;
}

#content ul li {
  padding: 0 0 5px 0;
}

/** pot **/
#content #path {
  margin: 0 0 10px 0;
  padding: 0;
}

#content #path a {
  text-decoration: none;
}

#content #path a:hover {
  text-decoration: underline;
}

/** SEZNAM OGLASOV **/
.product {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #dedede;
}

.product img.image {
  border: 0;
  float: left;
  margin: 0 10px 0 0;
}

.product .info_front {
  float: left;
}

#content .product h3 a {
  text-decoration: none;
  color: #626262;
}

#content .product h3 a:hover {
  text-decoration: underline;
}

/** pager **/
#pager {
  border-top: 1px solid #dedede;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  font-size: 1.2em;
}

/** pager **/
#sort {
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 1.2em;
  background: #f5f5f5;
}

/** POSAMEZEN OGLAS **/
#one_product #images {
  margin: 10px 0 0 0;
  text-align: center;
}

#one_product #images img {
  border: 1px solid #dedede;
  margin: 0 0 5px 0;
}

#one_product .user {
  background: #f5f5f5;
  margin: 0 0 15px 0;
  padding: 5px;
  line-height: 1.8em;
}

#one_product .user a {
  text-decoration: none;
}

#one_product .user a:hover {
  text-decoration: underline;
}

/** SPLOŠNA FORMA **/

.basic_form {
  margin: 0;
  padding: 0;
}

.basic_form input {
  border: 1px solid #82a10f;
  padding: 2px;
  font-family: Arial;
  width: 520px;
}

.basic_form input.submit {
  background: #E3E0A8;
  cursor: pointer;
  width: 50px;
}

.basic_form input.checkbox {
  width: 15px;
  height: 15px;
  margin: 0 0 5px 0;
  padding: 0;
  vertical-align: top;
}

.basic_form textarea {
  font-family: Arial;
  border: 1px solid #82a10f;
  width: 520px;
}

.basic_form select {
  width: 245px;
  border: 1px solid #82a10f;
}

.basic_form label span {
  font-size: 0.9em;
}

.basic_form fieldset {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #dedede;
}

.basic_form fieldset legend {
  font-size: 1.2em;
  padding: 2px 5px;
  color: #626262;
  margin: 0 0 10px 0;
}

/* prijava na e-mail novice */
.basic_form.email {
  margin: 5px;
}

.basic_form.email input {
  margin-bottom: 5px;
  width: 130px;
}

.basic_form.email input.submit {
  margin-bottom: 5px;
  width: 50px;
  padding: 3px;
}

/* oddaja oglasa */
fieldset.contact{
  float: left;
  margin-right: 10px;
  width: 248px;
  min-height: 210px;
}

/*-*-*-*-*- NOGA -*-*-*-*-*/

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer p {
  float: left;
}

#footer p.make {
  float: right;
}

/*-*-*-*-*- ADMINISTRACIJA -*-*-*-*-*/

.admin_news_list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.admin_news_list td {
    border: 1px solid #ccc;
    padding: 2px;
}

.admin_news_list .header {
    font-weight: bold;
}


/*-*-*-*-*- PUCANJE -*-*-*-*-*/

#footer:after,
.product:after
 {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

