/*
 * © fancy.lv, 2010
 */

/* index */
#index {
	padding: 0 1px;
}

#index div.block {
	border-top: 1px solid #cccccc;
	padding-top: 16px;
	margin-top: 16px;
	clear: both;
}

#index div.left {
	float: left;
	width: 528px;
	margin-left: 2px;
}

#index div.text {
  float: left;
  width: 690px;
  margin-left: 34px;
  margin-top: 25px;
  font-size: 13px;
  color: #515151;
}

#index div.text h1 {
  font-size: 25px;
}

#index div.text h2 {
  font-size: 12px;
  border-bottom:1px solid #CCCCCC;
  color: #626262;
}

#index div.text ul, #index div.text ol {
  margin-left: 30px;
}

#index div.text ul li, #index div.text ol li {
  margin-left: 20px;
  margin-top: 4px;
}


#index div.text p, #index div.text ol, #index div.text ul, #index div.text table, #fancybox_div table {
  margin-bottom: 20px;
  margin-top: 0;
}
#index div.text form p {
  margin-bottom: 0;
}

#index div.text table *, #fancybox_div table {
  margin: 0;
  padding: 0;
}

#index div.text th, #fancybox_div th {
  text-align:left;
  color: white;
  background-color: #7f0a22;
  font-weight: normal;
  padding: 2px 2px 2px 5px;
}

#index div.text td, #fancybox_div td {
  background-color: #f2f2f2;
  padding: 2px 2px 2px 5px;
}
#fancybox_div td, #fancybox_div p, #fancybox_div li {
	font-size:12px !important;
	color:#515151;
}
#fancybox_div li {
	margin-left: 20px;
	margin-top: 4px;
}
#fancybox_div th {
	font-size:12px !important;
	color:white;
}
#index div.text tr, #fancybox_div tr {
  border-top: 7px solid white;
}

#path-info.index {
  color: #840a2f;
  text-transform: uppercase;
  font-weight: bold;
}

#index h4 {
	color: #626262;
	font-size: 11px;
}

#index div.right {
	float: right;
	width: 439px;
}

/* banner */
#banner {
  width: 526px;
  height: 335px;
  border:1px solid #cccccc;
}

/* fastmenu */
.fastmenu {
	float: left;
	width: 140px;
	height: 165px;
	margin-right: 4px;
	margin-bottom: 3px;
	position: relative;
	border: 1px solid #d8d8d8;
}

.fastmenu img {
	width: 140px;
	height: 165px;
	opacity:0.97;
	filter:alpha(opacity=97);
}

.fastmenu img:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}

.fastmenu a, .fastmenu a:hover {
	text-decoration: none;
}

.fastmenu .title {
	position: relative;
	top: -19px;
	display: table;
	width: 141px;
	height: 19px;
	color: #fff;
	background: url('/images/title-bg_new.png') no-repeat;
}

.fastmenu .title span {
	display: table-cell;
	width: 141px;
	height: 19px;
	padding: 0px 5px;
	vertical-align: middle;
	text-align: center;
	font-size:12px;
	font-family:Arial;	
	font-weight:600;
}

/* NEWS AND BLOG */
.news {
  background-color: #fff;
/*  padding: 0 17px 1px 17px; */
  padding-right:5px;
/*  height: 145px; */
}

.news h1 {
  /*text-transform: uppercase;*/
  font-size: 14px;
  /*font-weight: bold;*/
	font-family:Arial;	
	color: #848484;
  
  padding-top: 10px;
  padding-bottom: 7px;
	border-bottom:1px solid #ccc;
  /*background-image:url('../images/news_title_sv.jpg');
  background-repeat: repeat-x;
  background-position:bottom;*/
}  


.news td {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dotted #CCC;
	height: 16px;
}

.news td.tag {
  padding-top:2px;
  width:10px;
}

.news td.virsraksts a{
  font-size: 12px;
  font-weight: bold;
	font-family:Arial;	
	color: #790032;
  padding-left:5px;
  text-align: left;
}

.news td.virsraksts img{
  padding-right:1px;
}

.news td.virsraksts span.comm{
  font-size: 11px;
  color:#666;
  padding-left:2px;
}

.news td.isais_teksts {
  font-size: 12px;
	font-family:Arial;	
	color: #666;
  padding-left:5px;
  text-align: left;
}

.news td.datums {
  font-size: 11px;
  font-weight: bold;
	font-family:Arial;	
	color: #CCCCCC;
  text-align: right;
}

.news table.news_more {
	width: 100%;
	margin-top: 12px;
  background-image:url('../images/news_bottom_line_sv.jpg');
  background-repeat: repeat-x;
  background-position:top;	
}

.news table.news_more td {
	border-bottom: 0;
}

.news table.news_more td.start {
  width:100%;
  background-image:url('../images/news_bottom_start_sv.jpg');
  background-repeat: no-repeat;
  background-position:top right;	
}

.news table.news_more td.text {
  background-image:url('../images/news_bottom_text_line_sv.jpg');
  background-repeat: repeat-x;
  background-position:top;	
  font-size: 11px;
	font-family:Arial;	
}

.news table.news_more td.end {
  background-image:url('../images/news_bottom_end_sv.jpg');
  background-repeat: no-repeat;
  background-position:top right;	
  width:21px;
}

.news a {
  text-decoration: none;
  color: black;
}

.news a:hover {
  text-decoration: none;
  color: #72032A;
}

/* NEWS AND BLOG */
.blog {
  background-color: #f1f1f1;
  padding: 0 17px 1px 17px;
  height: 145px;
  margin-right: 5px;
}

.blog h1 {
  /*text-transform: uppercase;*/
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #72032A;
}

.blog .title {
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.blog .title .name {
  font-weight: bold;
}

.blog .content {
  font-size: 11px;
}

.blog .footer {
  font-size: 11px;
}

.blog a {
  text-decoration: none;
  color: black;
}

.blog a:hover {
  text-decoration: none;
  color: #72032A;
}

#line {
	width: 100%;
	border-width: 1px; border-style: dotted; border-color: #999;
}


#content_line {
	border-top: 1px solid #ccc;
  height: 10px;
  width: 968px;
  margin-left:7px;
}

/* special */
#special {
  padding: 0;
  width: 990px;
}

#special h1 {
  color: #848484;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
}

#special h1 a, #special h1 a:hover {
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
}

#special h1.left {
  float: left;
  margin-left:7px;
}

#special h1.right {
  float: right;
  padding-right: 15px;
}

#special .item {
	float: left;
	width: 150px;
	margin-right: 15px;
	position: relative;
	height: 248px;
}

#special .item img.image {
	width: 148px;
	height: 222px;
	border: 1px solid #b9b7ba;
}

#special .item a, #special .item a:hover {
	text-decoration: none;
}

#special .item .title {
	position: absolute;
	bottom: 25px;
	left: 0px;
	width:100%;
	height: 26px;
	padding:7px 0  7px 0;
	display:table-row;
	color: #fff;
	background: url('../images/title-light-gray-bg.png') repeat-y center center;
	font-size: 11px;
}

#special .item a {
	color:#fff;
}

#special .item .title span {
	display: table-cell;
	height: 26px;
	vertical-align: middle;
	padding: 0px 20px 0px 10px;
}

#special .item .discount {
	position: absolute;
	top: 1px;
	left: 1px;
}

#special .item .price {
	color:#848484;
	position: absolute;
	bottom: 3px;
	right: 8px;
}

#special .item .price span {
	font-size: 15px;
	font-weight:bold;
}

#special .item .price span.currency {
  font-size: 9px;
  font-weight:normal;
}

#special .item .oldprice span.currency {
	color:#848484;
  font-size: 9px;
}

#special .item .oldprice {
	color:#848484;
	position: absolute;
	bottom: 3px;
	left: 8px;
	font-size: 8px;
}

#special .item .oldprice img {
  position: absolute;
  top: 8px;
  left: 2px;
}

#special .item .oldprice span {
	font-size: 13px;
	color:#848484;
}

#special .item .instock {
	position: absolute;
	top: 5px;
	right: 6px;
}









