#new-product {
	border: 1px solid #e6e0d2;
	padding: 3px;
	margin-bottom: 20px;
        display:none;
}

.productInList {
  height:100%;
  padding:3px 3px 5px 3px;
  text-align:center;
  width:33%;
  vertical-align:top;
}

.productInList .blocdescription a {
  text-decoration:none;
  color:#7b7b7b;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1em;
}

.productInList .price {
  font-style:normal;
  margin-bottom:6px;
  color:#7b7b7b;
}

.productInList .buynow a:link, .productInList .buynow a:visited {
  background:transparent url(img/bg-cart.jpg) repeat-x; 
  color:#fff; 
  padding:3px 15px; 
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
.productInList .buynow a:hover {
  background:transparent url(img/bg-cart.jpg) repeat-x; 
  color:#fff; 
  padding:3px 15px; 
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}

.productDetail {
  margin-bottom:10px;
  margin-top:10px;
  overflow:auto;
  padding:7px;
}

.productDetail img {
	padding-bottom: 17px;
	background: transparent url(img/zoom-icon.png) no-repeat left bottom;
	display:block;
}

.productDetail h2 {
	font-weight: normal;
}

.productDetail .blocprice td.price {
  border-bottom:0;
  border-top:0;
  padding:5px;
}

.productDetail table.blocprice {
  background-color:#fff;
  border:0;
  border-collapse:collapse;
  float:right;
  margin-top:7px;
}

.productDetail .blocprice td.buynow a:hover {
  background:transparent url(img/bg-cart.jpg) repeat-x; 
  color:#fff; 
  padding:3px 15px; 
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}
.productDetail .blocprice td.buynow a {
  background:transparent url(img/bg-cart.jpg) repeat-x; 
  color:#fff; 
  padding:3px 15px; 
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}

.productDetail .blocprice td.price {
  width:100px;
  font-style:normal;
  margin-bottom:6px;
  margin-top:3px;
  font-size:1.1em;
  color:#646464;
}

.productDetail .blocprice td {
  font-style:normal;
  margin-bottom:6px;
  margin-top:3px;
  font-size:1em;
  color:#646464;
  border: 0;
}

#sidebar #cart a:link, #sidebar #cart a:visited {
  color:#fff;
  font-size:1.2em;
  background: transparent url(img/bg-valid.jpg) repeat-x;
  padding: 5px 15px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
}

#cart-table .qty {
  font-size:1em;
  text-align:center;
  vertical-align:middle;
  width:7%;
  color:#646464;
}

#cart-table .description strong {
  font-size:1em;
  color:#646464;
}

#sidebar #cart li {
  background: none;
}

td.description {
  color:#646464;
}

td.col1 {
  color:#646464;
}
td.col2 {
  color:#646464;
  text-align:right;
  font-weight:bold;
}

#cart-form h3 {
  background:#e6e0d2;
  border:0;
  clear:left;
  font-size:1.1em;
  margin:20px 0 8px;
  padding:5px;
  color:#646464;
  font-weight: normal;
}

#cart-form p.field label {
  color:#646464;
  font-weight: normal;
}

#cart-form #submit:hover {
  color:#fff;
  font-size:1.2em;
  background: transparent url(img/bg-valid.jpg) repeat-x;
  padding: 5px 15px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border: 0;
  background-color: #fff;
}
#cart-form #submit {
  color:#fff;
  font-size:1.2em;
  background: transparent url(img/bg-valid.jpg) repeat-x;
  padding: 5px 15px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border: 0;
  background-color: #fff;
}

#cartWidgetSubmit img {
	display: none;
}

#cart-table th {
	background: #e6e0d2;
	color: #646464;
	font-weight:normal;
}

#cart-form input, #cart-form textarea {
	padding: 3px;
	color: #646464;
}

#billto h3, #shipto h3, #total h3, #payment h3, #printbill h3, #follow h3, #followyourorder h3, #canceled h3, #contactus-mail h3, #contactus-address h3, #comment h3 {
	background:#E6E0D2;
	border:0 none;
	clear:left;
	color:#646464;
	font-size:1.1em;
	font-weight:normal;
	margin:20px 0 8px;
	padding:5px;
}

#followyourorder li, #contactus-mail li {
	margin-left: 25px;
}