@media screen and (min-width: 700px) {
    #wpc-col-1 {
        width:25%;
        float:left;
        margin: 0 28px 0 0;
        line-height: inherit;
    }
    
    #wpc-col-2 {
        width: 72%;
        float:right;
        margin: 0;
        padding: 0;
    }

    #product-article {
        float: left;
        width: 65.1%;
    }

    #product-details {
        float: right;
        width: 32%;
        text-align: center;
    }
    
    #product-details div {
        text-align: left;
    }
    
    #product-details .bs-callout p {
        line-height:1.71;
        margin: 5px 0;
    }
}

.catalogue-content table tbody tr td {
    width: 50%;
}

.catalogue-content table tbody tr td h3 {
    margin: 2px;
}

#wpc-col-1 {
    margin: 0 28px 0 0;
    line-height: inherit;
}

#wpc-col-2 {
    margin: 0;
    padding: 0;
}

#wpc-catalogue-wrapper {
}

#wpc-col-1 ul {
        margin:0;
        padding:0;
        list-style:none;
        line-height: inherit;
}
#wpc-col-1 h2 {
	margin-bottom: 10px;
}
#wpc-col-1 ul li {
	list-style:none;
	padding: 0;
	margin: 0;
	background: url(images/cat-sprtr.gif) repeat-x left bottom;
}
#wpc-col-1 ul li:last-child {
	background: none;
}
#wpc-col-1 ul li a {
	display:block;
	color:#3d484e;
#	font-size:18px;
	text-decoration:none;
	padding:10px 30px 10px 21px;
	background: #fff;
#	background: url(images/sidebar-sprtr.gif) repeat-y 218px 0;
	text-transform: capitalize;
}
#wpc-col-1 ul li a:hover, #wpc-col-1 ul li.active-wpc-cat a {
	border-right:none;
	background-color: #464646;
	color:#ffffff;
}
.wpc-product {
	border-bottom: #C7C7C7 1px solid;
	float: left;
	height: 215px;
	margin: 0 15px 27px 0;
}

#wpc-products h1 {
        font-size: 150%;
}

.wpc-img {
	border: 5px solid #dcdbdb;
	margin-bottom: 10px;
	background: #dcdbdb;
	font-size: 0;
}
.wpc-next-prev {
}
.wpc-next-prev a[rel="next"] {
	float:right;
}
.wpc-img:hover {
	border: 5px solid #15845e;
}
.wpc-img img {
	border-radius:0;
	box-shadow: none;
	height: 110%;
}
.wpc-title {
	color: #15845e;
	padding: 0 7px 7px;
	line-height: inherit;
	margin: 0;
}
.wpc-title a {
	font-size: 14px;
	color: #333333;
	text-decoration:none;
	display:block;
	background: url(images/arrow.png) no-repeat right 5px;
}
.wpc-title a:hover {
	color: #15845e;
	background-position: right -18px;
}
.wpc-title span {
	float:right;
}
.wpc-title span.caps {
	float: none;
}
.wpc-paginations {
	clear:both;
	padding:0 0 0 7px;
}
.product-price {
	float:right;
}
.wpc-paginations a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/pagination-bg.gif) no-repeat top;
	float:left;
	text-align:center;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
	margin:0 2px;
}
.wpc-paginations a:hover, .wpc-paginations .active-wpc-page {
	background-position:bottom;
	color:#FFF;
}
.product-img-view {
	float:left;
	border:#dcdbdb 5px solid;
	margin:0 14px 0 0;
	overflow: hidden;
}
.wpc-product-img {
	width:161px;
	float: right;
}
.new-prdct-img {
	border:#dcdbdb 5px solid;
	margin-bottom:8px;
	font-size: 0;
	line-height: 0;
}
.new-prdct-img img {
	cursor: pointer;
}
#wpc-product-gallery {
	padding: 0 0 20px;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.wp-catalogue-bradcrumb {
	margin:20px 0;
}
.entry-content {
	line-height: inherit !important;
}
.wp-catalogue-breadcrumb {
	padding: 0 0 20px;
}

#product-details img {
	margin: 0 auto;
	max-width: 300px;
}

#product-details table {
	width: 100%;
	text-align: left;
	margin: 15px 0;
}

#product-details table thead tr td {
	line-height: 20px;
	padding: 10px 15px;
	color: #fff;
        background: linear-gradient(to top, #373737 0px, #464646 5px) #464646;
}

#product-details table tbody tr td {
        line-height: 20px;
        padding: 10px 15px;
	border: 1px solid #ccc;
}

.catalogue-filter {
        margin: 0 0 10px;
}

.catalogue-filter ul {
        display: inline;
}

.catalogue-filter ul li {
        list-style-type: none;
        margin: 10px 10px 0 0;
        float: left;
}

#wpc-products h2 {
        margin: 10px 0;
}

.catalog-price {
        padding: 2px 5px;
        color: #fff;
        background-color: #34495E;
        margin: 0 5px;
}