/* Start of CMSMS style sheet 'marvel' */
body {
  background-color: #dddddb;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

img {
 border: none;
}

#div_top_container {
  width: 690px;
  height: 85px;
  background: url(images/bkg_grad_top.gif) 0 repeat-x #FFFFFF;
  background-position: top;
}

#div_middle_container {
  height: 150px;
  background-color: #c2c2c2;
}

#div_main_container {
  width: 690px;
  background-color: #ffffff;
}

#glow_b {
  background: url(images/glow/b.png) 0 100% repeat-x;
}

div.glow_l {
  background: url(images/glow/l.png) 0 0 repeat-y;
  margin-left: 1px;
}

div.glow_r {
  background: url(images/glow/r.png) 100% 0 repeat-y;
  margin-right: 1px;
}

#glow_l_dark {
  background: url(images/glow/l_dark.png) 0 0 repeat-y;
  margin-left: 1px;
}

#glow_r_dark {
  background: url(images/glow/r_dark.png) 100% 0 repeat-y;
  margin-right: 1px;
}

#glow_bl {
  background: url(images/glow/bl.png) 0 100% no-repeat;
  margin-left: 0px;
  margin-top: 0px;
}
	
#glow_br {
  background: url(images/glow/br.png) 100% 100% no-repeat;
  margin-right: 0px;
}

#glow_b_main {
  background: url(images/glow/b_main.png) 0 100% repeat-x;
}

#drop_shadow {
  background: url(images/glow/b.png) 0 0 repeat-x;
  background-position: top;
  height: 5px;
}

div.div_modul {
  width: 141px;
  height: 372px;
  background-position: top;
  padding: 13px;
}

.modul_holder {
  vertical-align: top;
  width: 161px;
}

#content_left {
  width: 410px;
  float: left;
}

#content_right {
  width: 213px;
  float: right;
}

.textbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #333333;
  margin: 0px;
  padding: 2px 4px 2px 4px;
  height: 14px;
  border-color: #CCCCCC;
  border-style:solid;
  border-width:1px;
  width:150px;
}


div.categorie_active {
  background-color: #f0f0f0;
  color: #333333;
  padding: 5px 0px 5px 8px;
  font-size: 12px;
}

div.sub_categorie_active {
  background-color: #f0f0f0;
  color: #333333;
  padding: 5px 0px 5px 30px;
  font-size: 12px;
}

div.item_active {
  background-color: #ffffff;
  color: #333333;
  padding: 2px 0px 2px 30px;
  font-size: 12px;
}

div.item_active a{
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

div.item_active a:hover{
  color: #333333;
  text-decoration: underline;
  font-size: 12px;
}

div.categorie_active a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

div.categorie_active a:hover {
  color: #333333;
  text-decoration: underline;
  font-size: 12px;
}

div.sub_categorie_active a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

div.sub_categorie_active a:hover {
  color: #333333;
  text-decoration: underline;
  font-size: 12px;
}

div.categorie_inactive {
  background-color: #f0f0f0;
  color: #333333;
  padding: 5px 0px 5px 8px;
  border-bottom: 1px solid #c8cfd5;
  font-size: 12px;
}

div.sub_categorie_inactive {
  background-color: #f0f0f0;
  color: #333333;
  padding: 5px 0px 5px 30px;
  border-bottom: 1px solid #c8cfd5;
  font-size: 12px;
}

div.categorie_inactive a {
  color: #757e85;
  text-decoration: none;
  font-size: 12px;
}

div.categorie_inactive a:hover {
  color: #757e85;
  text-decoration: underline;
  font-size: 12px;
}

div.sub_categorie_inactive a {
  color: #757e85;
  text-decoration: none;
  font-size: 12px;
}

div.sub_categorie_inactive a:hover {
  color: #757e85;
  text-decoration: underline;
  font-size: 12px;
}

.link_item {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

.link_item:hover {
  color: #333333;
  text-decoration: underline;
  font-size: 12px;
}

.link_regular {
  color: #990000;
  text-decoration: none;
  font-size: 12px;
}

.link_regular:hover {
  color: #990000;
  text-decoration: underline;
  font-size: 12px;
}

.round_t {
  background: url(images/round_glow/rg_t.gif) 0 0 repeat-x;
  width: 100%;
  padding-top: 1px;
  }

.round_b {
  background: url(images/round_glow/rg_b.gif) 0 100% repeat-x;
  padding-bottom: 1px;
}

.round_l {
  background: url(images/round_glow/rg_l.gif) 0 0 repeat-y
}

.round_r {
  background: url(images/round_glow/rg_r.gif) 100% 0 repeat-y
}

.round_bl {
  background: url(images/round_glow/rg_bl.gif) 0 100% no-repeat;
}

.round_br {
  background: url(images/round_glow/rg_br.gif) 100% 100% no-repeat
}

.round_tl {
  background: url(images/round_glow/rg_tl.gif) 0 0 no-repeat
}

.round_tr {
  background: url(images/round_glow/rg_tr.gif) 100% 0 no-repeat;
} 

.img_container {
  border-top: 3px solid #ff7400;
  vertical-align: top;
  padding-top: 5px;
}

.descriere_container {
  border-top: 3px solid #d72019;
  padding-top: 5px;
  vertical-align: top;
  width: 308px;
}

.random_cell {
  height: 156px;
  padding: 15px;
  color: #444444;
}

.fix_text_div {
  height: 50px;
}

.fix_image_div {
  height: 70px;
}

#img_grid {
  width: 169px;
  height: 130px;
  position: relative;
}

#img_grid div {
  bottom:0;
  left:0;
}

div.img_cell {
  width: 35px;
}

.item_top_wrapper {
  padding: 3px 15px 0px 15px;
  color: #444444;
  height: 210px;
}

.img_toogle_active {
  background-color: #000000;
  color: #FFFFFF;
  height: 13px;
  width: 18px;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-size: 10px;
}

.img_toogle_inactive {
  background-color: #666666;
  height: 13px;
  width: 18px;
  cursor: pointer;
  color: #ffffff;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-size: 10px;
}


.hr_dot {
  border-bottom:none;
  border-top:1px dotted #CCCCCC;
  height:1px;
}

div.main_text_container {
  padding-top: 18px;
  width: 130px; 
  padding-left: 13px;
}

div.header {
  height: 47px;
  width: 160px;
  background: transparent url(images/logo.gif) no-repeat 0 0; 
  float: left;
  overflow: hidden;
  outline: 0;
}

div.header h1 a {
   display: block;
   height: 153px;             
   text-indent: -999em;  
   text-decoration:none; 
   overflow: hidden;
   outline: 0;
}

div.header_h2 {
   margin: 0;
   padding: 0;
   float: left;
   position: relative;
}

div.header_h2 h2 {
   display: block;
   text-indent: -999em;  
   text-decoration:none; 
   overflow: hidden;
   outline: 0;
}

.link_howto {
  color: #990000;
  text-decoration: none;
  font-size: 12px;
}

.link_howto:hover {
  background-color: #990000;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

div.cederroth {
  position: relative;
  top: -1108px;
  left: 691px;
  float: left;
  z-index: 10000;
}

#cederroth_header {
  background: url(images/header_cederroth.png) 0 0 no-repeat;
  width: 288px;
  height: 26px;
  padding-left: 170px;
  padding-top: 125px;
}

#cederroth_header a {
  color: #000;
  text-decoration: none;
}

#cederroth_header a:hover {
  color: #000;
  text-decoration: underline;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; } 


/* horinaja default */
.horinaja ul{position:relative; padding: 0px; margin: 0}
.horinaja ul li{background: transparent;display:block;top:0;}
/* horinaja pagination */
ol.horinaja_pagination{height:40px;margin: 0 auto;position:relative;background:transparent;padding:5px 0 0 20;clear:both;}
ol.horinaja_pagination li{float:left;height:40px;display:block; padding-right: 10px; background: transparent;}
ol.horinaja_pagination li a{height:30px;display:block;background: transparent; float:left;color:white;font-weight:bold;text-align:center;
font-size:12px;padding: 10px 0 0 0;cursor:pointer;}
/* End of 'marvel' */

