/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #0E4D8B; background: inherit; 
}
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { margin: 0; }
input.search { width: 199px; border: none; background: #FFF url(input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(button.gif); padding: 3px; color: #FFF; }

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(big_middle.gif) repeat-y;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background: #FEFEFE url(big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { 
	padding: 0px 10px 0 10px; 

}
.header_bottom { clear: both; background: #FEFEFE url(big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */
#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 7px 20px 4px 10px; background: #C43219 url(nav.gif) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav li { float:left; color: #FFF; background: #C43219 url(nav.gif) no-repeat 0px 0px; margin:0; padding:0 0 0 9px; }
#nav #current { background: #1995C2 url(nav.gif) no-repeat 0 -41px; color: #FFF; }
#nav #current a { background: #1995C2 url(nav.gif) no-repeat 100% -41px; padding:7px 20px 4px 11px; color:#FFF; }
#nav a:hover { color:#BFE1ED; background: #C43219 url(nav.gif) no-repeat 100% 0px; }   

#cab{
  background: #5BB2D1 url(header.jpg);
  height:100px;    
  color: #FFF;
  border-top: 1px solid #137DA2;
  border-bottom: 1px solid #000;
	
}

.sf_left {
	float: left;
	width: 203px;
	height: 77px;
	background: #5BB2D1 url(logobg.gif) repeat-x; 
	color: #FFF;
	border-top: 1px solid #137DA2;
	border-bottom: 1px solid #000;
	padding: 10px 0 0px 7px;
}

.sf_right {
	width: 537px;
	float: right;
	
}

.sf_search {
	clear: both;
	background: #CA090D url(searchbg.gif) repeat-x bottom left;
	color: #FFE4E0;
	border-top: 1px solid #AA1717;
	border-bottom: 1px solid #000;
	padding: 18px 0 17px 15px;
	margin-top: -2px;
}
	
.subheader {
	padding: 8px;
	background: #f0f0f0;
	color: #808080;
	height:17px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 575px;
	
	margin: 0 10px 0 10px; 
	text-align: justify; 
}

	.box_top {
		background: #F0F0F0 url(leftbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 144px;
		color: #595959;
		background: #FFF;
		overflow:hidden;
	}
	
	
	.box_bottom {
		background: #FFF url(leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}
	
	/* left and central column */
	/*.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
	*/
	
	.right_side a{ 
		padding-left:20px;
	}
		
	.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
	.article h2{
		margin-left:15px;
		padding:5px;
		background-color:#B9E1F0;
		color:#337DB9;
	}
	.article h3{
		margin-left:15px;
		background-color:#D0EBF5;
		color:#337DB9;
		padding:0 0 3px 5px;
		border-bottom:dotted 1px;
	}
	.article img{
		max-height:95px;
		margin-left:15px;
	}
	#divreg{
	  text-align:right;
	  overflow:hidden;
	}
	#divreg a{
		margin-right:5px;	
		font-weight: bold; 
		background-color:#1995C2;
		font-size:16px;
		padding:20px;
		color:#fff;
		line-height:35px;
		text-decoration:none;
		border:1px dotted;
   	}
	#divreg a:hover{		
		background-color:#C43219;
		text-decoration:underline;	

		font-size:18px;
   	}
	
		
	.grey_top { clear: both; width: 563px; background: #EDEDED url(grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey { width: 543px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
		font-size:12px;
	}	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}
.right .ausp{
	width:141px;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
}
.right .ausp:hover{
	border:1px solid;
	padding:2px;
	background-color:#EF861D;
}
.right .ausp img{
  border:none;
  margin:0 auto; 
  max-height:92px;
  max-width:142px;
}
		
img { float: left; margin: 0 9px 3px 0; }

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 


/*Formulario*/

.templatepanel {
	background-color:#F6F6F6;
	height:100%;
	margin:0 auto;
	overflow:auto;
	padding-top:10px;
}
.templatepanel h3 {
	-x-system-font:none;
	background-color:#D0EBF5;
	color:#337DB9;
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:16px;
	margin:0 0 0 0;
	padding:8px 0 8px 12px;
	border-bottom:1px dotted;
}
.templatepanel #customForm p {
-x-system-font:none;
color:#337DAC;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:16px;
margin:8px 0;
}
.templatepanel #customForm label  {
	display:block;
	float:left;
	text-align:right;
	width:120px;
	margin-right:10px;
}
.templatepanel span {
color:#141414;
font-weight:normal;
padding:0 0 0 13px;
text-decoration:none;
}

#customForm{
	padding: 0 5px 5px;
}
#customForm input{
	width: 220px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm textarea{
	width: 260px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm select{
	width: 220px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm p{
	margin-bottom: 5px;
}
#customForm p span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm p span.error{
	color: #e46c6e;
}


#error{
	margin-bottom: 5px;
	border: 1px solid #efefef;
	font-size:11px;	
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

/*Mensaje*/
/*mensajes*/
.info, .exito, .alerta, .errores {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
}
.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('exito.png');
}

.errores {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}
/*Table*/
.tabla{
	margin:0 auto;
	width:300px;
	border:1px solid #000;
}
.tabla th{
	text-align:right;
	background-color:#CCCCCC;
	padding-right:5px;
}
.tabla td{
	padding-left:5px;
}

.tabla .titulo{
	line-height:25px;
	text-align:center;
	font-size:14px;
}

.boton{
	width: 100px;
	padding: 4px;
	color: #fff;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
	background-color:#1995C2;
	float:right;
	margin:10px;
}

.advertencia{
	padding: 0 5px 0 0px; 
	border:1px solid #FF0000;
	margin-top:15px;
	margin-bottom: 20px;
	clear:both;
}
.advertencia h3{
	background-color:#FFAEAE;
	margin:0;
	
}
.advertencia h2{
	background-color:#FF7171;
	margin:0;
	
}
.advertencia p{
	font-size:13px;
	padding-top:10px;
}

#registrook{
width:310px;
overflow:hidden;
margin:0 auto;

}

/*admin*/
.tablas{
	margin:0 auto;
	width:99%;
	border:1px solid #000;
}
.tablas th{
	text-align:center;
	background-color:#CCCCCC;
	padding-right:5px;
}
.tablas td{
	padding-left:5px;
}

/*Paginacion*/
.pag{
	border:1px solid #B4B4B4;
	padding:5px;
	margin-left:15px;
	font-size:12px;
}
.pag a{
	margin:0;
}
.pag strong{
	font-size:14px;
}

/*comentarios*/
.comentarios{
	padding:5px;
	margin-left:15px;
	font-size:12px;
	border:1px dotted #D4D4D4;
	background-color:#F0F0F0;
	margin-top:5px;
}
.comentarios strong{
	font-size:15px;
	padding:3px;
	margin:3px;
}
.comentarios label{
	font-weight:bold;
	font-size:12px;
	padding:3px;
	margin:3px;

	border-bottom:dotted 1px;
}
.comentarios p{
background-color:#E5E5E5;
padding:5px;
}