html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: arial, helvetica;
  font-size: 10px;
  background-color: #F5F5F5;
  background-image: url('../images/bg5.gif');
  background-position: center top;
  height: 100%;
}

/* #F4165F - salmon */
/* #F4138C - pink */

/* elements */
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  border-bottom: 1px #000 dotted;
}
a img {
  border: 0;
}


/* elements */
input, textarea, select {
  font-family: arial, hevletica;
  font-size: 10px;
}


/* basic class */
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.cls {
  clear: both;
}
.hidden {
  display: none;
}



/* main */
#main_wrapper {
  background-image: url('../images/bg-container.png');
  background-position: center top;
  background-repeat: repeat-y;
  min-width: 1000px;
  min-height: 100%;
  _height: 100%; /* IE6 patch */
}
#main_container {
  text-align: center;
  padding: 0;
}
#main {
  position: relative;
  margin: 0 auto 0 auto;
  width: 1000px;
}


/* left block with menu etc., and right with content */
div.block_left {
  float: left;
  width: 145px;
}
div.block_right {
  float: right;
  width: 850px;
  text-align: left;
}
div.block_rel {
  position: relative;
}


/* logotype */
#logotype {
  text-align: right;
  height: 60px;
}
#logotype img {
  margin-top: 30px;
}
#logotype a:hover {
  padding: 0;
  border: 0;
  font-size: 0;
}


/* main left navigation menu */
#menu {

  margin: 0;
  padding: 50px 2px 50px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #00011A;
  white-space: nowrap;
/*  text-transform: lowercase;
*/
}
#menu ul {
  padding: 0;
  margin: 0;
  display: block;
}
#menu ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#menu ul.sub {
  font-size: 10px;
  padding: 6px 15px 2px 0;
}
#menu ul.sub li {
  margin: 8px 0 8px 0;
}
#menu .selected a {
/*  color: #F4165F;
*/
  color: gray;
}
#menu a:hover {
/*  border-bottom: 1px #000 dotted;
*/
}
#menu .selected ul a {
  color: #000;
}
#menu .selected a:hover {
/*  border-bottom: 1px #F4165F dotted;
*/
}
#menu li.prefer a {
  color: #F4165F;
}



#links {
  margin: 30px 0 0 20px;
  padding: 20px 2px 20px 0;
  text-align: right;
  background: #FFF url('../images/links.png') left top no-repeat;
}


.dots {
  margin: 10px 0 20px 0;
  padding: 1px 0 1px 0;
  background: #FFF url('../images/hr.png') left top repeat-x;
}



/* default title */
h1 {
  position: absolute;
  left: 40px;
  top: 30px;
  font-size: 10px;
}


/* box list aka top navigation filter, crumb and shopping basket */
#box_list_wrapper {
}
#box_list {
  padding: 32px 30px 32px 40px;
}


/* top navigation box(s) */
.box_wrapper {
/*  xposition: relative;  */
  margin: 0 2px 0 0;
  height: 30px;
  background: #E5E5E5 url('../images/edge.png') left top no-repeat;
  font-size: 9px;
  cursor: pointer;
}
.box_wrapper .box {
  float: left;
  height: 30px;
  padding: 10px 10px 0 10px;
  background-image: url('../images/edge.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.box_wrapper .box span {
  float: left;
  padding: 0 10px 0 0;
  background: #E5E5E5 url('../images/filter-down-arrow.png') right center no-repeat;
}
.box_wrapper .box span a {
  color: #343434;
}
.box_wrapper .box.crumb {
  padding: 10px 10px 0 0;
}
.box_wrapper .box.crumb span {
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  background: #E5E5E5 url('../images/filter-right-arrow.png') left center no-repeat;
  color: #000000;
}
.box_wrapper.pink {
  background: #F4165F url('../images/edge.png') left top no-repeat;
  margin: 0;
}
.box_wrapper.pink .box {
  background-image: url('../images/edge.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.box_wrapper.pink .box span {
  background: #F4165F url('../images/filter-right-pink-arrow.png') right 3px no-repeat;
}
.box_wrapper.pink .box span a {
  font-weight: bold;
  color: #FFFFFF;
}
.box_wrapper.pink .box span a:hover {
  border-bottom: 1px #FFFFFF dotted;
}
.box_wrapper .box_panel {
  position: absolute;
  top: 32px;
  text-align: left;
  padding: 0 0 10px 0;
  border: 2px #D5D5D5 solid;
}
.box_wrapper .box_panel span {
  display: block;
  padding: 10px 30px 0px 10px;
  white-space: nowrap;
}
.box a:hover,
.box_panel a:hover {
/*  border-bottom: 1px #000 dotted;
*/
}


/* dropdown panel(s) */
#panel_collection,
#panel_designers  {
  left: 0;
  background-color: #E5E5E5;
}
#shopping_basket {
  width: 360px;
  right: 0;
  background-color: #FFFFFF;
}
#shopping_basket td {
  white-space: nowrap;
  padding: 0 5px 0 5px;
  font-size: 10px;
}
#shopping_basket td.title {
  white-space: normal;
  width: 120px;
}
#shopping_basket a {
  border-bottom: 1px #FFF solid;
}
#shopping_basket a:hover {
  border-bottom: 1px #000 dotted;
}



#shopping_basket_detail {
  width: 780px;
}
#shopping_basket_detail td {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  font-size: 10px;
}
#shopping_basket_detail tr {

}
#shopping_basket_detail tr.top {

}
#shopping_basket_detail tr.bottom {

}
#shopping_basket_detail td.goods_name {
  width: 100%;
  font-weight: bold;
  padding: 0 10px 0 10px;
}


/* gray panel */
.gray_panel {
  width: 780px;
  background-color: rgb(245, 245, 245);
}
.gray_panel div.top {
  height: 25px;
  background: rgb(245, 245, 245) url('../images/bg-shopping-basket-top.gif') left top no-repeat;
}
.gray_panel div.top_rows {
  height: 25px;
  background: rgb(245, 245, 245) url('../images/bg-shopping-basket-top-rows.gif') left top no-repeat;
}
.gray_panel div.separator {
  height: 25px;
  background: rgb(245, 245, 245) url('../images/bg-shopping-basket-separator.gif') left top no-repeat;
}
.gray_panel div.bottom {
  height: 25px;
  background: rgb(245, 245, 245) url('../images/bg-shopping-basket-bottom.gif') left top no-repeat;
}
.gray_panel div.rows {
  padding: 0 0 0 25px;
  background: rgb(245, 245, 245) url('../images/bg-shopping-basket-row.gif') left top repeat-y;
}
.gray_panel div.solid {
  background-color: rgb(245, 245, 245);
  background-image: none;
}


/* shopping_basket_summary */
#shopping_basket_summary {
  margin: 0 0 40px 40px;
  text-align: left;
}
#shopping_basket_summary div {
}
#shopping_basket_summary div.row {
  height: 80px;
}
#shopping_basket_summary div.rows p {
  float: left;
  margin: 0;
  padding: 35px 0 0 0;
}
#shopping_basket_summary div.solid .row {
  height: 35px;
}
#shopping_basket_summary div.solid .row.tiny {
  height: 15px;
}
#shopping_basket_summary div.rows.solid p {
  padding: 5px 0 0 0;
}
#shopping_basket_summary img.remove {
  float: left;
  margin: 35px 0 0 0;
  cursor: pointer;
}
#shopping_basket_summary span {
  float: left;
  width: 120px;
}
#shopping_basket_summary span img {
  width: 80px;
  height: 80px;
}
#shopping_basket_summary p.goods_identifier {
  width: 60px;
}
#shopping_basket_summary p.goods_trademark {
  width: 100px;
}
#shopping_basket_summary p.goods_name {
  width: 260px;
  font-weight: bold;
}
#shopping_basket_summary p.quantity {
  width: 40px;
}
#shopping_basket_summary p.price_per_unit {
  width: 70px;
}
#shopping_basket_summary p.price {
  width: 70px;
  font-weight: bold;
}
#shopping_basket_summary div.special_item {
  float: left;
  width: 540px;
  height: 35px;
  position: relative;
}
#shopping_basket_summary div.special_item.last {
}
#shopping_basket_summary div.special_item label {
  float: left;
  padding: 5px 0 0 35px;
}
#shopping_basket_summary div.special_item #use_coupon {
  position: absolute;
  left: 0;
  top: 2px;
}
#shopping_basket_summary div.special_item #coupon_number {
  position: absolute;
  left: 120px;
  top: 2px;
}
#shopping_basket_summary div.special_item #payment {
  position: absolute;
  left: 120px;
  top: 3px;
}
#shopping_basket_summary .summary {
  padding: 15px 0 10px 305px;
  background-color: #FFF;
}
#shopping_basket_summary .summary p {
  float: left;
  margin: 0;
}
#shopping_basket_summary .summary p.title {
  background: #FFF url('../images/dot.png') left 9px repeat-x;
  width: 370px;
}
#shopping_basket_summary .summary p.price {
  width: 100px;
  font-weight: normal;
}
#shopping_basket_summary .summary p.price.total {
  width: 100px;
  font-weight: bold;
}
#shopping_basket_summary .summary .tax {
  float: right;
  width: 70px;
}
#shopping_basket_summary .summary label {
  background-color: #FFF;
}
#shopping_basket_summary br {
  clear: both;
}


/* purchase order */
#purchase_order {
  padding: 0 0 80px 40px;
  text-align: left;
}
#purchase_order .ButtonPresenter {
  display: block;
  float: right;
  margin: 0 30px 0 0;
  _margin: 0 15px 0 0; /* IE6 patch */
  padding: 0 1px 0 0;
  background: #F4165F url('../images/edge.png') right top no-repeat;
}
#purchase_order .ButtonPresenter button {
  margin: 0;
  padding: 8px 0 8px 0;
  width: 150px;
  border: 0;
  background: #F4165F url('../images/edge.png') left top no-repeat;
  font-family: arial, hervletica;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}


/* form */
.form {
}
.form label {
  float: left;
  width: 80px;
  margin: 15px 0 0 0;
  text-align: right;
}
.form .VCL {
  float: left;
  width: 160px;
  margin: 12px 0 0 0;
}
.form .long {
  width: 280px;
}
.form .long input {
}
.form span.tiny,
.form label.tiny {
  width: 60px;
}
.form span.EditPresenter {
  padding: 0 10px 0 10px;
}
.form span.EditPresenter input {
  width: 100%;
}
.form .required {
  background-image: url('../images/required.gif');
  background-position: right top;
  background-repeat: no-repeat;
}
.form .extra {
  padding: 0 0 0 60px;
}
.form .CheckBoxPresenter {
  width: 380px;
}
.form .CheckBoxPresenter input {
  float: left;
  width: 30px;
}
.form .CheckBoxPresenter label {
  float: left;
  width: 280px;
  margin: 0;
  text-align: left;
  padding: 3px 0 0 0;
}
.form br {
  clear: both;
}







/* defauult goods headline */
.goods h2,
.goods h3,
.goods p {
  margin: 0;
  font-size: 10px;
  text-align: left;
}
.goods h3 {
  font-weight: normal;
}


/* goods list */
.goods_list {
  padding: 0 0 0 20px;
}
.goods_list .goods {
  float: left;
  width: 276px;
  height: 335px;
}
.goods_list h2,
.goods_list h3,
.goods_list a.price {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0 0 0 30px;
}
/* .goods_list a.price {
  padding: 2px 30px 0 0;
  float: right;
  font-size: 18px;
  color: #F4165F;
} */
.goods_list div.hr {
  height: 120px;
  background: #fff url(../images/hr.gif) no-repeat center center;
  clear: both;
}
.goods_list a:hover {
  border: 0;
}

.goods {
  /*position: relative; */
}
.goods .action_ticket {
  position: absolute;
	top: 30px;
	left: 0;
	width: 100px;
	height: 50px;
  /* background-image: url(../images/sleva.gif); */
}



/* goods detail */
#goods_detail {
  background-image: url('../images/bg-goods-detail.gif');
  background-position: left top;
  background-repeat: repeat-y;
  width: 100%;
/*  margin: 0 0 30px 0; */
}
#goods_detail div.block_left {
/*  position: relative;
  float: left; */
  width: 560px;
}
#goods_detail div.block_right {
/*  position: relative;
  float: right; */
  width: 260px;
}
#goods_detail div.hr {
/*  height: 120px; */
/*  background: #fff url(../images/hr.gif) no-repeat center center; */
  clear: both;
}


/* right goods detail panel */
#goods_info {
  padding: 20px 30px 0 0;
  text-align: left;
}
#goods_info h2,
#goods_info h3 {
  margin: 0 20px 0 0;
}
#goods_info p {
  margin: 20px 20px 10px 0;
}
#goods_info table {
  margin: 17px 0 0 0;
}
#goods_info table td,
#goods_info table th {
  font-size: 10px;
  text-align: left;
  padding: 2px 3px 2px 3px;
}
#goods_info table th {
  text-align: right;
  width: 80px;
}
#goods_info table td {
  padding-top: 3px;
}


/* another elements in goods detail */
#goods_purchase_detail {
  height: 70px;
  margin: 40px 0 0 0;
}
#price {
  float: left;
  width: 100px;
  font-size: 22px;
  color: #F4165F;
}
#price_vat {
  padding: 0 0 0 2px;
  font-size: 10px;
  color: #F4165F;
}
#purhcase_button {
  float: right;
}
#purhcase_button a {
  white-space: nowrap;
}


/* image list in goods detail */
#panel_image_list {
  margin: 0 0 0 40px;
}
#panel_image_list img {
  float: left;
  margin: 0 0 40px 0;
}
#panel_image_list img.thumbnail {
  border: 1px #E5E5E5 solid;
  margin: 2px 2px 0 0;
  cursor: pointer;
}


/* page */
.page {
  margin: 0;
  padding: 15px 30px 0 40px;
}
.page .block_left,
.page .block_right {
  width: 370px;
  text-align: left;
}
.page a:hover {
  border: 0;
}
.page p {
  text-align: justify;
  line-height: 18px;
  padding: 10px 0 5px 0;


/*
font-family: arial;
font-size: 10px;
line-height: 18px;
/**/

}
.page p a:hover {
  border-bottom: 1px #000 dotted;
}
.page div.hr {
  height: 60px;
  background: #fff url(../images/hr.gif) no-repeat scroll center;
/*  margin: 0 0 30px 0; */
  clear: both;
}
.page .block_left div.hr,
.page .block_right div.hr {
  background: #fff url(../images/hr-sml.gif) no-repeat scroll center;
}
.page img {
  border: 5px #E5E5E5 solid;
}
.page img.logotype {
  border: 0;
}
.page h1 {
  position: relative;
  left: 0;
  top: 0;
  height: 95px;
}
.page h1 span {
  position: absolute;
}
.page h1 img {
  position: absolute;
  border: 0;
}
.page h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.page a.more {
  float: right;
}




/* paginator */
.paginator {
  margin: 40px;
  text-align: center;
}
.paginator span,
.paginator a {
  font-size: 10px;
  padding: 3px 5px 4px 5px;
  margin: 0 2px 0 2px;
}
.paginator a {
  border: 1px #E5E5E5 solid;
}
.paginator a:hover {
  background-color: #F4165F;
  color: #FFF;
}
.paginator .this {
  font-weight: bold;
}


/* footer */
#footer {
  margin: 90px 30px 10px 40px;
}
/*
#footer #copyright {
  float: right;
  width: 320px;
  background: #fff url(../images/bg-rc-copy.gif) no-repeat right top;
}
#footer #copyright p {
  margin: 20px 35px 0 0;
  text-align: right;
}
*/
#footer .content {
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: left;
  color: gray;
  line-height: 18px;
}
#footer .content a,
#footer .content span {
  margin: 0 15px 0 0;
  color: silver;
}
#footer .content .copyright a {
  color: gray;
  margin: 0;
}



/* HP */
.hp_promo {
  padding: 0 0 0 40px;
}
.hp_promo img {
  border: 0;
}
.hp_goods_list {
  padding: 20px 0 20px 30px;
}
.hp_promo a:hover,
.hp_goods_list a:hover {
  border: 0;
}


/* other */
#payment_info {
  position: absolute;
  left: 220px;
  top: 2px;
  padding: 3px 5px 3px 5px;
  background-color: #F4165F;
  color: #FFF;
  font-weight: bold;
}

.similar {
  margin: 60px 0 0 0;
}

#send_query {
  padding: 0 0 20px 0;
  margin: 70px 0 0 0;
  /*xbackground-color: red;*/
}
#send_query div {
  width: 230px;
  padding: 0 0 35px 0;
  /*xbackground-color: #F5F5F5;*/
}
#send_query div h3 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
#send_query div label {
}


#send_query .ButtonPresenter {
  display: block;
  float: right;
  margin: 5px 0 0 0;
  _margin: 0 15px 0 0; /* IE6 patch */
  padding: 0 1px 0 0;
  background: #F4165F url('../images/edge.png') right top no-repeat;
}
#send_query .ButtonPresenter button {
  margin: 0;
  padding: 8px 0 8px 0;
  width: 60px;
  border: 0;
  background: #F4165F url('../images/edge.png') left top no-repeat;
  font-family: arial, hervletica;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}



.hp_block {
   float: left;
/*	 xbackground-color: blue;  */
	 padding: 0 20px 10px 40px;
}
.hp_block a:hover {
  border-bottom: 0;
}
.block_action {
  border: 2px silver solid;
  float: left;
}
.marginleft10 {
  margin-left: 10px;
}
.block_action_right {
  border: 2px silver solid;
  float: right;
}
.block_action_inner_large {
	background-color: #F7F7F7;
	width: 776px;
	height: 320px;
}
.block_action_inner_left {
  float: left;
	width: 520px;
}
.block_action_wrapper {
  float: left;
/*	xbackground-color: red; */
  width: 780px;
}
.panel_action {
  float: right;
	width: 256px;
}
.panel_action p {
	font-size: 24px;
  margin: 0;
}
.panel_action .title_action {
	font-weight: bold;
	padding: 20px 0 0 30px;
}
.panel_action .price_old {
	padding: 0 0 0 30px;
	color: silver;
	font-weight: bold;
	text-decoration: line-through;
}
.panel_action .price_action {
	font-weight: bold;
	padding: 0 0 0 30px;
}
.panel_action .description_extra {
	padding: 20px 0 0 30px;
	font-size: 16px;
}
.panel_action .description {
	padding: 20px 30px 0 30px;
	font-size: 10px;
}
.panel_action_banner_2 {
  width: 381px;
}


.price_old {
	color: silver;
	font-size: 18px;
 /*	xfont-weight: bold; */
	text-decoration: line-through;
}

.price .price_old {
	color: silver;
	font-size: 10px;
	text-decoration: line-through;
}
.price .price_action {
  background-color: #F4165F;
	color: #FFFFFF;
	padding: 2px;
}


.slideshow {
}
.slideshow .slideshow_frame {
  display: none;
	xposition: absolute;
	z-index:8;
}
.slideshow .slideshow_frame.active {
  display: block;
  z-index:10;
}
.slideshow .slideshow_frame.last-active {
  z-index:9;
}

/*
div {
  border: 1px red dotted;
}
/**/

