body{
	background: #ccc url(../images/body_bg.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 40px;
	font-family: arial, sans-serif; 
	font-size: 12px;
}

a img{
	border: none;
}

a{
	text-decoration: none;
	color: #f15a21;
}

a:hover{
	color: #f48359;
}

form{
	margin: 0;
	padding: 0;
}

input{
	margin: 0;
	padding: 0;
}

table, td, th{
	border: none;
}

table{
	border-bottom: 1px solid #999;
}

th, td{
	padding: 2px;
}

thead th{
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

tr.nepara td{
	background: #ccc;
}

tr.para td{
	background: #fff;
}

a.input_button{
	background: #000;
	text-decoration: none;
	color: #fff;
	display: block;
	border: 1px solid #000;
}

a.input_button span{
	text-align: center;
	display: block;
	padding: 3px;
}

#wrapper{
	width: 900px;
	background: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/middle_bg.jpg) repeat-y;
}

/* START: header */

#header{
	background: #000 url(../images/header_bg.jpg) repeat-x;
	color: #fff;
	height: 140px;
}

#head_txt{
	font-size: 16px;
	width: 60%;
}

#head_txt h1{
	margin: 0;
	position: relative;
	top: 24px;
	left: 20px;
}

#head_txt h1 a{
	display: block;
	width: 273px;
	height: 63px;
	background: url(../images/head_logo.jpg);
}

#head_txt h1 span{
	display: none;
}

#head_txt p{ /* UPDATED! 2009-03-31 */
	position: relative;
	top: 33px;
	left: 20px;
}

#head_img{
	display: none;
}

/* END: header */

/* START: lang_menu */

#lang_menu{
	width: 40%;
	text-align: right;
	font-size: 10px;
}

#lang_menu ul{
	list-style: none;
	margin: 5px 10px 0 0;
}

#lang_menu li{
	display: inline;
	margin-left: 5px;
}

#lang_menu a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #ccc;
}

#lang_menu a.active{
	background: #fff;
}

#lang_menu a span{
	margin: 5px;
}

/* END: lang_menu */

#middle{
	min-height: 600px;
}

/* START: left_col */

#left_col{
	width: 200px;
	background: #bcbdc1;
}

#main_menu ul{
	list-style: none;
}

#main_menu ul.level_0{
	padding: 0;
	margin: 0 0 10px 0;
}

#main_menu ul.level_0 a{
	text-decoration: none;
	background: #ccc url(../images/menu_l0_bg.jpg) repeat-x;
	color: black;
	font-weight: bold;
	display: block;
	width: 200px;
	/* height: 40px; */
	font-size: 14px;
	border-bottom: 1px solid #999;
	padding-bottom:11px;
}

#main_menu ul.level_0 a:hover{
	background: #000;
	color: #fff;
}

#main_menu ul.level_0 a.active, #main_menu ul.level_0 a.active:hover{
	background: #000 url(../images/menu_l0_active.jpg) no-repeat;
	color: white;
}

#main_menu ul.level_0 a span{
	display: block;
	padding: 13px 0 0 15px;
}

#main_menu ul.level_1{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #999;
	background: #fff url(../images/menu_l1_bg.jpg) repeat-x;
	margin: 0;
}

#main_menu ul.level_1 a{
	text-decoration: none;
	background: none;
	color: black;
	font-weight: normal;
	display: block;
	width: 200px;
	height: auto;
	font-size: 12px;
	border-bottom: none;
	padding: 0;
}

#main_menu ul.level_1 a:hover{
	background: none;
	color: #F15830;
}

#main_menu ul.level_1 a.active, #main_menu ul.level_1 a.active:hover{
	background: url(../images/menu_l1_active.jpg) no-repeat 15px 9px;
	color: #F15830;
}

#main_menu ul.level_1 a span{
	display: block;
	padding: 6px 0 6px 25px;
	margin: 0;
}

.sidebar_block{
	background: #E6E6E6;
}

.sidebar_block h3{
	display: block;
	height: 35px;
	background: #fed32c url(../images/h3_sidebar.jpg) repeat-x;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: 0;
	border-bottom: 5px solid #000;
}

.sidebar_block h3 span{
	display: block;
	padding: 10px 0 0 10px;
}

.block_content{
	padding: 10px;
	background: url(../images/sidebar_bg.jpg) repeat-x
}

/* START: vraka_cena */

#vraka_cena .input_text{
	width: 97px;
	height: 20px;
	border: 1px solid #BCBDC0;
	color: #000;
}

#vraka_cena a.input_button{
	width: 70px;
	height: 20px;
	margin-left: 5px;
}

#rezultats{
	margin-top: 5px;
}

#vraka_cena label{
	font-weight: bold;
	display: block;
	width: 65px;
	height: 22px;
	margin: 5px 0 0 5px;
}

#vraka_cena label span{
	display: block;
	padding: 4px 0 0 0;
}

/* END: vraka_cena */

/* END: left_col */

/* START: center_col */

#center_col{
	width: 450px;
}

#central_image{
	border-bottom: 2px solid #F15A22;
}

/* START: main_content */

#main_content{
	padding: 10px;
}

h2, h3, h4, h5, h6, p, ul, ol, blockquote, table{
	margin: 0;
}

h2, h3, h4, h5, h6{
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

h3, h5{
	font-style: italic;
}

p{
	margin-bottom: 10px;
	text-align: justify;
}

table, ul, ol, blockquote{
	margin: 15px;
}

ul{
	margin: 0;
	padding: 0 0 0 22px;
}

#main_content table{
	border-collapse: collapse;
	border: 1px solid #999;
}

#main_content td{
	border: 1px solid #999;
}

/* END: main_content */

/* END: center_col */

/* START: right_col */

#right_col{
	width: 250px;
	background: #bcbdc1;
}

/* START: cenas_sodien */

#cenas_sodien h4{
	margin:0;
	border-bottom: 1px dashed #000;
	font-size: 14px;
}

#cenas_sodien table{
	width: 100%;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #999;
}

#cenas_sodien td{
	border: none;
}

td.value{
	padding: 0;
}

td.value span{
	/*display: block;*/
	/*width: 22px;*/
	float: right;
	padding: 2px 4px 2px 2px;
	color: white;
	font-weight: bold;
}

tr.para td.value span{
	background:#f48359;

}

tr.nepara td.value span{
	background: #F15A22;
}

#cenas_sodien .input_button{
	margin-top: 5px;
	width: 80px;
	float: right;
}

/* END: cenas_sodien */

/* START: iepirksanas_punkti */

#iepirksanas_punkti{
	margin-top: 10px;
}

/* END: iepirksanas_punkti */

/* START: iepirksanas_kartiba */

#iepirksanas_kartiba{
	margin: 10px 0 10px 0;
}

/* END: iepirksanas_kartiba */

/* END: right_col */

/* START: footer */

#footer{
	background: #000;
	color: #fff;
	height: 70px;
	border-top: 5px solid #F15A22;
	clear:both;
}

#logo{
	width: 50%;
}

#logo img{
	margin: 19px 0 0 19px;
}

#contact{
	width: 50%;
	text-align: right;
}

#contact address{
	font-style: normal;
	font-weight: normal;
	margin: 11px 12px 0 0;
}

/* END: footer */

.align_left{
	text-align: left;
}

.align_right{
	text-align: right;
}

.float_left{
	float: left;
}

img.float_left{
	margin: 0 10px 5px 0;
}

.float_right{
	float: right;
}

img.float_right{
	margin: 0 0 5px 10px;
}

.center{
	clear: both;
}

.clear{
	clear: both;
}

.hr{
	display: none;
}



#lang_menu p{ /* UPDATED! 2009-03-31 */
	position: relative;
	margin: 50px 0 0 0;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}

#lang_menu p span{ /* UPDATED! 2009-03-31 */
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #f15a21;
}

/* ****************************** */

#prev_menu{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	text-align: left;
	padding: 3px;
}

.open_metal{
  cursor:pointer;
  text-decoration:underline;
}

.open_metal:hover{
  text-decoration:none;
}

.hidden_category{
  display:none;
}



#metal_tabs .metal_tab{
  width:50%;
  float:left;
  padding: 0 0 2px 0;
  text-align:center;
  font-weight:normal;
  font-size:12px;
  cursor:pointer;
}

#metal_tabs .active{
  background: url(../images/metal_tab_active.png) no-repeat;
  color:#FFF;
}



.print{
  float:right;
  text-align:right;
  cursor:pointer;
}

#cenas_sodien table#color_metal{
  display:none;
}

