/*
 * © fancy.lv, 2010
 */

/* Item */

#item {
	padding: 15px 15px 0 15px;
}

#item .left {
	float: left;
	width: 715px;
}

#item .right {
	float: left;
	width: 235px;
	padding-top: 14px;
}

#item .left .left {
	width: 350px;
	position: relative;
}

#item .left .right {
	width: 350px;
	padding: 0;
}

#item h2.price {
	font-size: 30px;
	font-family: Verdana;
	color: #000;
	padding: 31px 0 25px 0;
	font-weight: normal;
}

#item h2.back {
	padding-top: 30px;
}

#item h2.back a {
	color: #85072a;
}

#item .left .right p {
	font-size: 11px;
	font-family: Arial;
	line-height: 19px;
	color: #000;
}

#item h2 a {
	text-decoration: none;
}

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

#thumbs {
	list-style: none;
}

#thumbs li {
	float: left;
	margin-right: 3px;
}

#thumbs img {
	border: 1px solid #a3a3a3;
}

#item .left hr {
	border: 0;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	margin: 8px 0 0 13px;
	width: 293px;
}

#item .zoominfo {
	font-size: 10px;
	color: #818181;
	padding: 7px 0 0 26px;
	height: 22px;
	background: url('../images/icons/zoominfo.gif') no-repeat 5px 5px;
}

#order-form table {
	width: 100%;
}

#order-form td {
	vertical-align: top;
	padding-right: 10px;
}

#order-form td.price {
	vertical-align: middle;
	padding: 0;
}

#order-form strong {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}

#order-form label {
	font-size: 11px;
	line-height: 19px;
	margin-left: 8px;
}

#order-form button {
	margin-top: 20px;
}

#availability {
	font-size: 10px;
	line-height: 15px;
}

#availability caption {
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

#availability .param a {
	color: #000;
	text-decoration: none;
}

#availability .param a:hover {
	color: #760000;
	text-decoration: underline;
}

#availability .status {
	padding: 0 5px 0 12px;
}

#availability .status img {
	vertical-align: middle;
}

#availability .time, #availability .time a {
	color: #7f7f7f;
	text-decoration: none;
}

#related a {
	text-decoration: none;
}

#related .item {
	float: left;
	width: 102px;
	height: 172px;
	position: relative;
	background-color: #e5e5e5;
	margin: 0 10px 10px 0;
}

#related .item .image {
	border: 1px solid #b9b7ba;
}

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

#related .item .price {
	color: #000;
	position: absolute;
	bottom: 4px;
	right: 5px;
	font-size: 8px;
}

#related .item .price span {
	font-size: 13px;
}

#image {
	margin: 10px 0;
}

#image img {
	border: 1px solid #b9b7ba;
}

#popular {
	padding: 15px 0 6px 0px;
}

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

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

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

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

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

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

#item .right .box {
	padding-bottom: 15px;
}

#item .right .box p {
	font-size: 10px;
	color: #777;
	margin-bottom: 15px;
}

#item .right .box a {
	color: #777;
	text-decoration: none;
}

#item .right .box a:hover {
	color: #760000;
	text-decoration: underline;
}
#popular h2
{
  text-transform:uppercase;
}
#popular hr
{
  margin-bottom: 10px;
}
.recomendeditems
{
  height: 170px;
  margin: 0 auto;
  margin-left:3px;
}
.recomendeditems .item {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 170px;
	background-color: #e5e5e5;
}

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

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

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

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

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

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

.recomendeditems .item .instock {
	position: absolute;
	top: 2px;
	right: 2px;
}
div.dorpDownVal
{
  height: 26px;
  width: 260px;
  padding-top: 7px;
  background: #ffffff url('/images/dropdown/menu-select-off.gif') no-repeat;
  position: absolute; 
}
div.dorpDownVal span.label
{
  margin-left: 6px;
  font-size: 11px;
}

div.dorpDownVal ul.dropDownUl,
div.dorpDownVal div.dropDownBottom
{
  display: none;
}

div.dorpDownVal.disabled
{
  background: #ffffff url('/images/dropdown/menu-select-disabled.gif') no-repeat;  
}

div.dorpDownVal.opened
{
  height: auto;
  z-index: 3;
  background: #ffffff url('/images/dropdown/menu-select-on.gif') no-repeat;  
}

div.dorpDownVal.opened ul
{
  list-style: none;
  margin: 0px;
  padding: 10px;
}
div.dorpDownVal.opened ul.dropDownUl li
{
  padding-bottom: 5px;
}
div.dorpDownVal.opened ul.dropDownUl li label
{
  margin-left: 5px;
  font-size: 11px;
}
div.nbsp
{
  height: 36px;
}
#order-form .greybutton
{
  margin-top: 15px;
}
#order-form p.button
{
  width: 262px;
  margin-bottom: 15px;
}
.greybutton span
{
  background:url("/images/greybutton-left.jpg") no-repeat scroll left center transparent;
  color:#000000;
  display:inline-block;
  font-size:14px;
  height:39px;
  text-decoration:none;
  text-transform:uppercase;
}
.greybutton span span
{
  background:url("/images/greybutton-right.jpg") no-repeat scroll right center transparent;
  display:inline-block;
  height:39px;
  line-height:38px;
  padding:0 5px;
}

.greybutton span span span
{
  background:url("/images/greybutton.jpg") repeat-x scroll right center transparent;
  display:inline-block;
  height:39px;
  line-height:38px;
  padding: 0px;
  color: #ffffff;
}
.greybutton.wide span
{
  background:url("/images/greybutton-left-wide.jpg") no-repeat scroll left center transparent;
}
.greybutton.wide span span
{
  background:url("/images/greybutton-right-wide.jpg") no-repeat scroll right center transparent;
  padding:0 27px;
}
.greybutton.wide span span span
{
  background:url("/images/greybutton.jpg") repeat-x scroll right center transparent;
  display:inline-block;
  height:39px;
  line-height:39px;
  padding: 0px;
  font-size: 25px;
  font-family: arial;
}

