/*
 * © fancy.lv, 2010
 */

/* Main */

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

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background: url('../images/body-bg_new.gif') 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: 13px;
  width: 1024px;
  left: -21px;
  bottom: -27px;
  position: relative;
/*	background: url('../images/footer-bg.gif') repeat-x; */
}

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

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

#footer ul {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding-top:5px;
	color: #fff;
	height: 50px;
  background-color: #780032;
}

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

#footer ul a {
	color: #F5F5F5;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul a:hover {
	text-decoration: none;
	color: white;
}

#footer table.first {
	margin-left: 21px;
	margin-right: 21px;
}

#footer table.first td.footer_desc {
	padding-left: 50px;
	padding-right: 50px;
	font-family: Myriad Pro;
	font-size: 12px;
	color: #BCBBBB;
	text-align: justify;
	width: 476px;
}

#footer table.second {
  width: 100%;
  margin-top: 20px;
  height: 128px;
  background-color: #CCCCCC;
} 

#footer table.second td.lists {
  width: 140px;
  padding-top:20px;
  padding-left:15px;
  padding-right:5px;
} 

#footer table.second td.blocks {
  width: 574px;
} 

#footer table.second ul {
  margin:0; padding:0;
	text-align: left;
  background-color: inherit;
	color: #666666;
  height: 100%;
} 

#footer table.second li {
  background: url(../images/footer_list_dot_sv.jpg) no-repeat center left;
	display: block;
	line-height: 18px;
	padding: 0;
	padding-left: 12px;
	white-space: nowrap;
} 

#footer table.second ul a {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

#footer table.blocks_inside {
  margin-top:20px;
}

#footer table.blocks_inside td.soc {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
}

#footer table.blocks_inside td.tweet {
	width: 323px;
	background-color: #C1C1C1;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 10px;
}

#footer table.blocks_inside td.tweet a {
	color: #780032;
}

#footer table.blocks_inside td.sign {
  background: url(../images/footer_twitter_sv.jpg) no-repeat top left;
}

#footer table.blocks_inside td.last {
  padding-top:4px;
  padding-bottom:8px;
  padding-left:3px;
  color: #01B0F1;
  font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

#footer table.blocks_inside td.copyright {
  color: #666666;
  font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}


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

/*
 *	Social buttons
 */
.facebook-share {
	background:url("../images/connect_favicon.png") no-repeat 0%;
	padding:1px 0 1px 18px;
}


/*
 * Last viewed items
 */
#last_viewed_items {
	margin:20px 15px 0 15px;
}

#last_viewed_items hr {
	border: 0;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	margin: 0 0px;
}

#last_viewed_items h2 {
	color: #848484;
	font-weight: normal;
	/*padding-top: 20px;*/
	margin-bottom: 6px;
}

#last_viewed_items .item {
	/*border: 1px solid #b9b7ba;*/
	float: left;
	margin-right: 6px;
	position: relative;
}
#last_viewed_items .discount {
	top: 0;
	left: 0;
}

#last_viewed_items .prev, #last_viewed_items .next {
	float: left;
	width: 21px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

#last_viewed_items .prev {
	background-image: url('../images/popular-prev.gif');
	margin-right: 17px;
}

#last_viewed_items .next {
	background-image: url('../images/popular-next.gif');
	margin-left: 6px;
}

#last_viewed_items .recomendeditems
{
  height: 170px;
  margin: 0 auto;
  margin-left:3px;
}
#last_viewed_items .recomendeditems .item {
	float: left;
	width: 100px;
	margin-right: 6px;
	margin-bottom: 10px;
	position: relative;
	height: 170px;
	background-color: #e5e5e5;
}

#last_viewed_items .recomendeditems .item img.image {
	width: 98px;
	height: 147px;
	border: 1px solid #B9B7BA;
}

#last_viewed_items .recomendeditems .item img.discount {
	top: 1px !important;
}

#last_viewed_items .recomendeditems .item a, #catalog .right .item a:hover {
	text-decoration: none;
}

#last_viewed_items .recomendeditems .item .price {
	color: #000;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

#last_viewed_items .recomendeditems .item .price {
  font-size: 50%;
}

#last_viewed_items .recomendeditems .item .price span {
	font-size: 12px;
}

#last_viewed_items .recomendeditems .item .instock {
	position: absolute;
	top: 2px;
	right: 2px;
}

#last_viewed_items .recomendeditems .last
{
  margin-right: 0px;
}



