/**
 * Liv product pages
 *
 * @package Liv
 * @version 1.1
 * @author Ceri Williams
 */

table.category {
	margin-top: 1em;
}

.products th {
	font-weight: normal;
	text-align: left;
}

.products tbody tr tr {
	height: auto;
}

.products td, .products th {
	vertical-align: top;
}

.products h2 {
	margin: 0 0 0.45em 0;
}

.products td.photo img {
	margin: 0 10px 6em 0;
}

.products td.description {
	padding-right: 10px;
}

.products td.options {
	padding-left: 8px;
}

.products td input,.products td select {
	margin-right: 2%;
	width: 100%;
}

.products td del {
	color: #999;
}

.products .price-change input {
	font-size: 1.2em;
}

.products td input.offer {
	color: red;
}

.products td .quantity,.products td .details {
	text-align: right;
}

.products td .quantity input,.buy .quantity input {
	width: 1.2em;
}

.products td .quantity {
	text-align: left;
}

.product.options th {
	width: 40%;
}

.product.options td {
	width: 60%;
}

.product.options button.add,#swatches {
	position: relative;	
}

.product.options button.add {
	top: -2.5em;
	left: 2.7em;
	font-size: small !important;
}

#lifestyle-thumbnails li,#swatches li {
	float: left;
	list-style: none;
	margin-top: 1em;
}

#lifestyle-thumbnails li {
	margin-right: 1em;
}

#lifestyle-thumbnails li.sliding {
	margin: 10px !important;
}

.lifestyle.cutout {
	margin-right: 2px;
}

#swatches {
	float: right;
    width: 15em;
    top: -50px;
    margin-top: -1em;
    margin-left: 2em;
}

#swatches li {
	margin-right: 0.5em;
}

.section.product-details {
	width: 98%;
}

.liv .ui-tabs .ui-tabs-nav li {
	margin-right: 2px !important;
	margin-bottom: -1px !important;
}

.section#tabs {
	width: 98%;
	overflow: hidden;
}

.social {
    margin-top: 2em;
}

#tabs .section {
    width: 95%;
}

.videoscreen {
    width: 45%;
    margin-right: 2%;
    float: left;
}

