.itemlist .item
{
  margin: 1px 10px 10px 1px;
  display: block;
  float: left;
  height: 230px;
  width: 233px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; /*box-shadow:1px 1px 1px #787878;*/ /*box-shadow:0 0 2px #565656;*/
  border: 1px solid #cecece;
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.itemlist .itemInner
{
  border: 1px solid White;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 228px;
}
.itemlist .item .img_price
{
  float: left;
  height: 145px;
  padding: 4px 0 0 0;
}
.itemlist .item .img
{
  float: left;
  width: 143px;
  text-align: center;
}
.itemlist .item .price
{
  float: right;
  width: 88px;
  position: relative;
}
.itemlist .item .priceInner
{
  float: right;
  width: 120px;
}
.itemlist .item .price .label
{
  margin: 5px 0 0 0;
  padding: 0 0 0 30px;
  font-size: 10px;
  text-align:left;
}
.itemlist .item .salesPrice
{
  font-size: 12px;
  text-align: right;
  margin: 0 2px 0 0;
}
.itemlist .item .savePrice
{
  font-size: 12px;
  text-align: right;
  margin: 0 2px 0 0;
}
.itemlist .item .gigantPrice
{
  text-align: right;
  font-size: 14px;
  margin: 0 2px 4px 0;
  text-shadow: 1px 1px 0 White;
  font-weight: bold;
}
.itemlist .item .price .delivery
{
  font-size: 12px;
  padding: 0 0 0 30px;
  text-shadow: 1px 1px 0 White;
}
.itemlist .item .price .delivery a
{
  color: #397F00;
  text-decoration: none;
}
.itemlist .item .price .delivery a:hover
{
  text-decoration: underline;
}
.itemlist .item .desc
{
  /*float: left;*/
  height: 44px;
  padding: 5px 5px 0;
  text-shadow: 1px 1px 1px White;
  border-bottom: 1px solid White;
}
.itemlist .item .desc h2
{
  color: Black;
  font-weight: normal;
  text-align:left;
}
.itemlist .item .bottom
{
  float: left;
  width: 222px;
  margin: 0 0 0 5px;
}
.itemlist .item .vvsNo
{
  float: left;
  padding: 2px 0 0 0;
}
.itemlist .item .buy
{
  float: right;
}

.inputtxt
{
  font-family: tahoma,arial;
  font-size: 8pt;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #38425B;
  padding: 2px;
  height: 20px;
}
.inputtxt2
{
  width: 150px;
}
.inputtxt3
{
  width: 65px;
}
.itemcount
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  color: #38425B;
}
.payopt
{
  float: left;
  font-family: tahoma,arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0 5 0 5;
  color: #38425B;
}
.payopt input
{
  background-color: inherit;
  border: 0;
}
.payoptOuter
{
  height: 20px;
  padding: 10px;
  width: 460px;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%); /* IE10+ */
  background: linear-gradient(top, #eeeeee 0%,#d6d6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.payoptOuter:hover .checkHelp
{
  text-decoration: underline;
}
.payoptChosen
{
  background: #9dd53a; /* Old browsers */
  background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%); /* IE10+ */
  background: linear-gradient(top, #9dd53a 0%,#7cbc0a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
}
.paymenttext
{
  padding-right: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 0px;
  color: #38425b;
  padding-top: 20px;
  font-family: tahoma,arial;
  text-decoration: none;
}
.item
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #38425B;
}
.itemHeadVerySmall
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #38425B;
}
.itemHeadSmall
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #38425B;
}
.itemHeadLarge
{
  font-family: tahoma,arial;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #38425B;
}
.itemdef
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0 5 0 5;
  color: #38425B;
}
/* Criteria and manufacture dropdowns*/
.DropDown
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #38425B;
  border: 1px solid #38425B;
  width: 93;
}
.itemCriteria
{
  padding: 3;
  font-weight: bold;
  color: White;
}
.box .itemCriteria
{
  color: black;
}
.itemCriteriaHeading
{
  font-weight: bold;
}
.itemtxt
{
}
.itemdesc
{
  font-weight: bold;
}
.itemvvs
{
  font-size: 7pt;
}

.itemdetail
{
}
.itemdetailprice
{
  color: #808B9B;
}
.itemsave
{
}
.itemprice
{
  font-weight: bold;
}
.itemerror
{
  font-family: tahoma,arial;
  font-size: 8pt;
  color: #EB562E;
}
.delerror
{
  font-family: tahoma,arial;
  font-size: 8pt;
  color: red;
}
.itemstrong, .itemstrong h1
{
  font-family: tahoma,arial;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  padding: 0 5 0 5;
  color: #38425B;
}
.itemlink
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: bold; /*text-decoration: underline;*/
  text-decoration: none;
  padding: 6px;
  margin: 1px;
  color: #38425B;
  border: 1px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 0 White;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=45, Strength=1);
  filter: Shadow(Color=#ffffff, Direction=130, Strength=1);
  box-shadow: 1px 1px 1px #565656;
  display: inline-block;
  background: #ffe032; /* Old browsers */
  background: -moz-linear-gradient(top, #ffe032 0%, #e5c32d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe032), color-stop(100%,#e5c32d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* IE10+ */
  background: linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe032', endColorstr='#e5c32d',GradientType=0 ); /* IE6-9 */
}
.itemlink:hover
{
  text-decoration: none; /*border:1px solid #666666;*/
  background: #efcf2f; /* Old browsers */
  background: -moz-linear-gradient(top, #efcf2f 0%, #d6ae2a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efcf2f), color-stop(100%,#d6ae2a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efcf2f 0%,#d6ae2a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efcf2f 0%,#d6ae2a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efcf2f 0%,#d6ae2a 100%); /* IE10+ */
  background: linear-gradient(top, #efcf2f 0%,#d6ae2a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcf2f', endColorstr='#d6ae2a',GradientType=0 ); /* IE6-9 */
}
.itemlink:active
{
  box-shadow: inset 1px 1px 1px #565656;
  background: #ffe032; /* Old browsers */
  background: -moz-linear-gradient(top, #ffe032 0%, #e5c32d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe032), color-stop(100%,#e5c32d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* IE10+ */
  background: linear-gradient(top, #ffe032 0%,#e5c32d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe032', endColorstr='#e5c32d',GradientType=0 ); /* IE6-9 */
}
.btnDiscreet
{
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: bold; /*text-decoration: underline;*/
  text-decoration: none;
  padding: 6px;
  color: #38425B;
  border: 1px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 0 White;
  box-shadow: 1px 1px 1px #565656;
  margin: 1px;
  display: inline-block;
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btnDiscreet:hover
{
  text-decoration: none; /*border:1px solid #666666;*/
  background: rgb(224,224,224); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(191,191,191,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(191,191,191,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(191,191,191,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(224,224,224,1) 0%,rgba(191,191,191,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}
.btnDiscreet:active
{
  box-shadow: inset 1px 1px 1px #565656;
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btnSmaller
{
  padding: 2px 6px;
}
.btnBigger
{
  padding: 8px 14px;
}
.checkHelp
{
  float: left;
  cursor: pointer;
  text-shadow: 1px 1px 0 White;
}
.checkHelp:hover
{
  text-decoration: underline;
}
.itemFilesBut
{
  background-color: transparent;
  text-align: center;
  width: 12px;
  cursor: pointer;
}
.itemBut
{
  background-color: #DCE1E7;
  border: 1px solid #DCE1E7;
  text-decoration: none;
  text-align: center;
  cursor: hand;
  color: #38425B;
}
.itemBut:visited
{
  background-color: #DCE1E7;
  border: 1px solid #DCE1E7;
  text-decoration: none;
  cursor: hand;
  color: #38425B;
}
.itemBut:active
{
  background-color: #DCE1E7;
  border: 1px solid #DCE1E7;
  text-decoration: none;
  cursor: hand;
  color: #38425B;
}
.itemBut:hover
{
  background-color: #C9D0DA;
  border: 1px solid #38425B;
  text-decoration: none;
  cursor: hand;
  color: #38425B;
}
.genLink
{
  text-decoration: underline;
  color: #38425B;
}
.genLink:visited
{
  text-decoration: underline;
  color: #38425B;
}
.genLink:active
{
  text-decoration: underline;
  color: #38425B;
}
.genLink:hover
{
  text-decoration: none;
  color: #38425B;
}
.genLinkColor
{
  text-decoration: none;
  color: #38425B;
}
.genLinkColor:visited
{
  text-decoration: none;
  color: #38425B;
}
.genLinkColor:active
{
  text-decoration: none;
  color: #38425B;
}
.genLinkColor:hover
{
  text-decoration: none;
  color: #A6B3C6;
}
.itemImage2
{
  border: 1px dotted #C0D0DA;
}
.itemImage2:hover
{
  border: 1px dotted black;
}
.vvsnr
{
  font-family: tahoma,arial;
  font-size: 9px;
  color: #38425B;
  font-weight: bold;
  letter-spacing: -0.7px;
  padding: 2px 2px 2px 2px;
}
.buy
{
  padding: 0 0 0 0;
}
.btnBuy
{
  float: left;
  width: 80px;
  height: 27px;
  background-image: url(/images/VVSGiganten-Buy.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btnBuy:hover
{
  background-position: 0 -50px;
}
.btnBuy:active
{
  background-position: 0 -100px;
}
.item div.count
{
  position: relative;
  left: 60px;
  top: -40px;
  width: 0px;
  height: 0px;
}
.item div.countOuter
{
  width: 20px;
  height: 24px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 1px 1px #565656;
}
.item div.countInner
{
  text-align: center;
  padding: 2px 0 0 0;
  width: 16px;
  height: 18px;
  color: White;
  font-size: 12px;
  font-weight: bold;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid White;
  text-shadow: 1px 1px 1px Black;
  background: #ff3019; /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
  background: linear-gradient(top, #ff3019 0%,#cf0404 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
/*
*
*   Item V2
*
*/
.itemV2
{
  width: 238px;
  height: 210px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
margin: 0 5px 5px 0;
}
.itemV2 .image
{
  width:238px;
  height:150px;
  padding:60px 0 0 0;
}
.itemV2 .contentOuter
{
  position:relative;
  top:-210px;
}
.itemV2 .heading
{
  text-align: center;
  font-size: 14px;
  color: White;
  text-shadow: 1px 1px 0px Black;
  margin: 1px;
  width: 226px;
  height: 34px;
}
.itemV2 .heading .inner
{
  width: 100%;
  padding: 4px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgb(39,143,234); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(39,143,234,1) 0%, rgba(30,109,178,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,143,234,1)), color-stop(100%,rgba(30,109,178,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(39,143,234,1) 0%,rgba(30,109,178,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(39,143,234,1) 0%,rgba(30,109,178,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(39,143,234,1) 0%,rgba(30,109,178,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(39,143,234,1) 0%,rgba(30,109,178,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278fea', endColorstr='#1e6db2',GradientType=0 ); /* IE6-9 */
}
.itemV2 .heading a, .itemV2 .heading a:visited
{
  color: White;
  text-decoration: none;
}
.itemV2 .content
{
  background-repeat: no-repeat;
  width: 238px;
  height: 174px;
}
.itemV2 .imgClick
{
  float:left;
}
.itemV2 .imgClick a
{
  display:inline-block;
  width:130px;
  height:136px;
}
.itemV2 .prices
{
  float:left;
  width: 106px;
  height: 88px;
  padding: 48px 0 0 0;
}
.itemV2 .prices .inner
{
  padding: 4px;
  border: 1px solid White;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 1px #676767;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.itemV2 .prices .priceRow
{
  margin: 3px 0;
  overflow: auto;
}
.itemV2 .prices .label
{
  float: left;
}
.itemV2 .prices .value
{
  float: right;
}
.itemV2 .prices .delivery
{
  float: left;
}
.itemV2 .prices .salesPriceLabel
{
}
.itemV2 .prices .salesPrice
{
  font-size: 16px;
  font-weight: bold;
}
.itemV2 .bottom
{
  margin:4px 0 0 5px;
  border:0;
}
.itemV2 .bottom .vvsNo
{
  float:left;
  text-shadow:1px 1px 0 White;
}
.itemV2 .bottom .buy
{
  float:right;
  margin:0 5px 0 0;
}
.itemV2 div.count
{
  position: relative;
  left: 60px;
  top: -40px;
  width: 0px;
  height: 0px;
}
.itemV2 div.countOuter
{
  width: 20px;
  height: 24px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 1px 1px #565656;
}
.itemV2 div.countInner
{
  text-align: center;
  padding: 2px 0 0 0;
  width: 16px;
  height: 18px;
  color: White;
  font-size: 12px;
  font-weight: bold;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 2px solid White;
  text-shadow: 1px 1px 1px Black;
  background: #ff3019; /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
  background: linear-gradient(top, #ff3019 0%,#cf0404 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.itemV2 .tag
{
  position: relative;
  left: 178px;
  top: -210px;
  width: 0px;
  height: 0px;
}
.itemV2 .tag .news, .itemV2 .tag .discount, .itemV2 .tag .greatBuy
{
  background-position: right top;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.itemV2 .tag .news
{
  background-image: url(/images/tag-news-corner.png);
}
.itemV2 .tag .discount
{
  background-image: url(/images/tag-discount-corner.png);
}
.itemV2 .tag .greatBuy
{
  background-image: url(/images/tag-great-buy-corner.png);
}
.itemV2 a.link
{
  position: relative;
  top: -180px;
  display:block;
  width:240px;
  height:180px;
}

