/*
 * © 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: 2px;
	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: -45px;
	left: 4px;
	display: table;
	width: 131px;
	height: 41px;
	color: #fff;
	background: url('http://xid.proit.lv/images/title-bg.png') repeat-y center right;
}

.fastmenu .title span {
	display: table-cell;
	width: 131px;
	height: 41px;
	padding: 0px 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

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

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

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

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

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

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

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

.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;
}

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

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

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

#special h1.left {
  float: left;
}

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

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

#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: 35px;
	left: 3px;
	display: table;
	width: 117px;
	height: 26px;
	color: #fff;
	background: url('../images/title-bg.png') repeat-y center center;
	padding: 7px 20px 7px 7px;
	font-size: 11px;
}

#special .item .title span {
	display: table-cell;
	width: 117px;
	height: 26px;
	vertical-align: middle;
}

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

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

#special .item .price span {
	font-size: 18px;
}

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

#special .item .oldprice span.currency {
  font-size: 7px;
}

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

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

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

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








