/*CSS for paypal plugin*/

/*Product list*/
#product-list-item-contener {
    float: left;
	clear: right;
	width: 100%;
}
#product-list-item {
	margin-bottom: 5px;
	padding: 0px 10px;
	height: 100%;
	min-height: 100px;
	overflow: hidden;
}
.product-separator {
	border-bottom: 10px transparent solid !important;
	border-right: 1px dotted #DDD;
	width: 1px;
}
#product-list-item  h1{
	margin: 0px;
	line-height: 1;
}
#product-list-item .product-details a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.product-list-details a{
	text-decoration: none;
	font-size: x-small !important;
	font-weight: bold;
	padding-left:3px;
}
#product-list-item a:hover{
	text-decoration: underline;
}
#product-list-image img {
    float: left;
	margin: 5px 10px 5px 0px;
	border: 1px solid #DDD;
	padding: 5px;
}
#product-list-description {
   margin-top: 7px;
   padding-left: 5px;
}
.product-list-short_description {
  margin-top: 3px;
  margin-bottom: 5px;
  text-align: justify;
}
#product-list-button {
  clear: both;
  float:right;
  text-align:justify;
}
.product-list-price {
  clear: left;
  font-weight: bold;
  font-size: 1.3em;
  color: #999;
  margin: 0px 2px 3px 2px;
  padding-top: 3px;
}
.product_list table {
}
.product_list td {
  border-bottom: 1px dotted #DDD;
}
/*Product detail*/
#product h1{
  font-size: 18px;
}
.product-short-description {
}
.product-price {
   font-weight: bold;
   font-size: 1.3em;
   color: #999;
}
#product-picture {
  border-right: 1px dotted #DDD;
  padding-right: 5px;
  margin-right: 18px;
  margin-bottom: 10px;
  float: left;
  max-width: 200px;  
}
#product-picture img{
  border: 1px solid #DDD;
  padding: 5px;
  margin: 5px; 
}
.product-description {
}
.product-button {
  margin-top:5px;
  margin-bottom:15px;
}
.info_picture {
  font-size: x-small;
  color: #bbb;
  text-align: right;
  margin: 0px 8px 0px 0px;
}
.info_picture img {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}

/*Cart*/
#cart {
  margin-top:20px;
  padding-top:15px;
  /*padding-right:165px;*/
  /*background:url(../images/horizontal_solution_PPeCheck.gif) right no-repeat;*/
}