/**
* @copyright	Copyright (C) 2009-2012 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* @package		JOOMDOWNLOADS
* @contact 		dev@codextrous.com
*/

.jd-product-leftbar .jd-product-li{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #DDD;
}

.jd-product-leftbar .jd-product-li:last-child{
	border-bottom: 0px;
}

.jd-product-leftbar .jd-product-li ul.dropdown-menu{
	width: 100%;
}

.jd-cat-item-image{
	max-height: 230px;
	min-height: 230px;
}

.app-list .app{	
	margin-bottom: 40px;
}

.app-specs{
	line-height: 40px;
	border-top: 1px dotted;
}

.jd-item-heading{
	color : #333333;
	line-height: 40px;
	font-weight: 400;
}

.jd-product-specification.table,
.jd-product-specification td{
    border-collapse: collapse;
    border-color: #ddd;
    border-style: none none solid none;
    border-width: 1px 1px 1px 0;
}
							
.jd-product-specification.table th {
	border: none;
}
							
.jd-product-specification td:first-child{
    border-right: 1px solid #ddd;
}

.jd-product-wrapper .accordion-heading a.accordion-toggle,
.jd-product-release-wrapper .accordion-heading a.accordion-toggle{
	color:inherit;
}
.jd-product-wrapper .accordion-heading a.accordion-toggle:hover,
.jd-product-release-wrapper .accordion-heading a.accordion-toggle:hover{
	text-decoration: none;
}
.jd-productoverview-field{
	margin-bottom: 15px;
}
/*.jd-productoverview-fields .jd-productoverview-field:not(:nth-of-type(3n)){
	border-right: 1px solid #ddd;
}*/
.product-overview.well{
	background-color: inherit;
}

.product-release-number {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}

.jd-dashboard-product-img{
	width: 20%;
    height: auto;
}
.jd-dashboard table tr td{
	display: table-cell;
	vertical-align: middle;
}