/*
 * © fancy.lv, 2010
 */

/* Main */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background: url('../images/body-bg.jpg') left top;
}

img {
	border: 0;
	vertical-align: bottom;
}

h1, h2 {
	color: #72032a;
	font-family: Arial;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	padding: 0 0 4px;
	margin: 0 0 10px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

h4 {
	margin: 0 0 10px;
	color: #333;
	font-size: 12px;
	line-height: 130%;
}

h5, h6 {
	margin: 0 0 10px;
	color: #333;
	font-size: 12px;
	line-height: 130%;
}

h7 {
	color: #72032a;
	font-family: Arial;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: normal;
}

p {
	margin: 0 0 10px;
	line-height: 140%
}

a {
	color: #72032a;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #72032a;
	text-decoration: none;
}
table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

input, textarea, select {
	color: #545454;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #b7b7b7;
	padding: 2px;
}

ul {
	list-style: none outside url('/images/bullet.gif');
	margin-left: 15px;
}

.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

.red, label span {
	color: #72032a;
}

.grey {
	color: #ccc;
}

button {
	border: 0;
	cursor: pointer;
	background-color: #fff;
}

button span, a.button {
	display: inline-block;
	height: 39px;
	background: url('../images/button-left.gif') no-repeat left;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}

button span span, a.button span {
	display: inline-block;
	height: 39px;
	background: url('../images/button-right.gif') no-repeat right;
	padding: 0 15px;
	line-height: 38px;
}

.description {
	background-color: #f2f2f2;
	padding: 8px;
}

/* Page structure */

#outer {
	background: url('../images/outer-bg.gif') repeat-y center center;
	margin-bottom: 75px;
}

#wrapper {
	width: 982px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-bottom: 27px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 4px;
}

#content {
	padding-top: 0px;
}

/* Top cart */

#topcart {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 165px;
	height: 34px;
	background: url('../images/topcart.gif') no-repeat;
	text-align: center;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	font-family: Arial;
}

#topcart span {
	font-size: 20px;
	font-family: Verdana;
	position: relative;
	top: 3px;
}

#topcart-count-fix {
	font-size: 20px;
	font-family: Verdana;
	text-decoration: none;
	color: transparent;
	position: absolute;
	top: 0;
	right: 2px;
	display: block;
	width: 165px;
	height: 32px;
	z-index: 1;
	text-align: center;
	line-height: 30px;
}

/* Categories */

#categories a {
	color: #585858;
	text-decoration: none;
}

#categories a:hover {
	color: #72032a;
}

/* Languages */

#languages {
	position: absolute;
	top: 6px;
	right: 239px;
	list-style: none;
}

#languages li {
	float: left;
	margin-left: 6px;
}

#languages img {
	vertical-align: top;
}

/* Currencies */

/* Path */

#path {
	position: absolute;
	top: 138px;
	left: 0;
	width: 982px;
	height: 30px;
	background: url('../images/path-bg.gif') repeat-x;
}

#path-info {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	top: 146px;
	left: 16px;
	line-height: normal;
	margin: 0;
	color: #000;
}

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

#path-info a:hover {
	color: #72032a;
	text-decoration: underline;
}

/* Footer */

#footer {
  clear: both;
  margin-top: 93px;
	background: url('../images/footer-bg.gif') repeat-x;
}

#footer ul {
	padding-top: 10px;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 20px;
	height: 49px;
}

#footer li {
	display: inline;
	line-height: 24px;
	padding: 0 15px;
	white-space: nowrap;
}

#footer a {
	text-decoration: none;
	color: inherit;
}

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

#footer ul a {
	color: #fff;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#footer p {
  margin: 0;
}

/* Developers */

#developers {
	position: absolute;
	bottom: -19px;
	right: 0;
	list-style: none;
}

#developers li {
	float: left;
	margin-left: 5px;
}

/* Search form */

#searchformOld {
	position: absolute;
	top: 5px;
	right: 6px;
}

#searchformOld input {
	float: left;
}

#searchformOld input.t {
	border: 0;
	background-color: #fff;
	width: 143px;
	height: 13px;
	padding: 3px 6px;
}

#searchformOld input.b {
	cursor: pointer;
	border: 0;
	width: 8px;
	height: 19px;
	margin-left: 8px;
	background: #e5e5e5 url('../images/icons/search-submit.gif') no-repeat center center;
}

/* Dialog */

#dialog {
	position: absolute;
	width: 370px;
	background: url('../images/dialog-bg.png');
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

#dialog .dialog-title, #dialog .dialog-text {
	margin-bottom: 35px;
	line-height: 19px;
}

#dialog .dialog-text span {
	font-size: 19px;
}

#dialog .dialog-inner {
	padding: 15px 20px;
}

#dialog .dialog-buttons {
	line-height: normal;
}

#dialog .dialog-buttons a {
	display: inline-block;
	padding: 7px;
	background-color: #d20037;
	margin: 0 10px;
	text-decoration: none;
	color: #fff;
}

h1.title {
  font-size: 12px;
  color: #626262;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 3px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}


.item .price .currency {
  font-size: 50%;
}

.error_field {
  background-color: #FDD;
}

.error_text {
  color: #72032a;
  padding-left: 4px;
}


div.text {
  color:#515151;
  font-size:13px;
}

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

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

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

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

div.text p, #index div.text ol, #index div.text ul, #index div.text table {
  margin-bottom: 20px;
  margin-top: 0;
}
div.text form p {
  margin-bottom: 0;
}
div.text table * {
  margin: 0;
  padding: 0;
}
div.text th {
  text-align:left;
  color: white;
  background-color: #7f0a22;
  font-weight: normal;
  padding: 2px 2px 2px 5px;
}
div.text td {
  background-color: #f2f2f2;
  padding: 2px 2px 2px 5px;
}
div.text tr {
  border-top: 7px solid white;
}

div.text a {
  text-decoration: none;
}


#path #path_nav {
  position: absolute;
  right: 200px;
  top: 8px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000;
	vertical-align: middle;
}

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

#path #path_nav a:hover {
	color: #72032a;
	text-decoration: underline;
}



#path img.triangle {
  position: absolute;
  right: 190px;
  top: 7px;
}










