/** RESET to make styles match the superadmin editor's styles **/

table {
	border-collapse: separate;
	border-spacing: 2px;
}

td , th {
	padding: 2px;
	border: 1px dotted #888;
}

/** **/

.contentsarea {
	float: left;
	width: 770px;
}

.error {
	margin-top: 2em;
	margin-bottom: 2em;
}

.addtocart {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	background: #14D924;
	text-decoration: none;
}

/** Sidebar ******************/

.sidebar {
	float: left;
	width: 180px;
}

.sidebar .lightgraybox {
	font-size: 14px;
}

.sidebar .menuitem {
	position: relative;
	padding: 0.5em 10px 0.5em 5px;
}

.sidebar .selmarker {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 10px;
}

.sidebar .selection .selmarker
, .sidebar .menuhover .selmarker {
	display: block;
}

.sidebar .hovermenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 250px;
	z-index: 99;
}

.sidebar .doublewidthhovermenu {
	width: 500px;
}

.sidebar .menuhover .hovermenu {
	display: block;
}

.sidebar .hovermenu .column {
	float: left;
	width: 250px;
}

.sidebar a {
	text-decoration: none;
	word-break: break-word;
}

.sidebar .hovermenu a {
	display: block;
	padding: 0.5em 10px;
}

.sidebar .hovermenu a:hover {
	background: url(/shop/static/img/lightgraybox.png) repeat; /* Copied from .lightgraybox */
}

.sidebar .packagecat {
	display: block;
	padding: 0.5em 10px 0.5em 5px;
}

/** Products list, Product details & Package details ******************/

.productslist .heading {
	margin-bottom: 1em;
}

.productslist .productbox
, .packagedetails .images .imagebox {
	display: inline-block;
	position: relative;
	margin: 8px;
	width: 240px;
	vertical-align: top;
}

.productslist .productbox img {
	display: block;
}

.productslist .composite img {
	float: left;
}

.productslist .composite  img { height: 40px;  width: 40px; }
.productslist .composite1 img { height:240px;  width:240px; }
.productslist .composite2 img { height:120px;  width:120px; }
.productslist .composite3 img { height:120px;  width:120px; }
.productslist .composite4 img { height:120px;  width:120px; }
.productslist .composite5 img { height: 80px;  width: 80px; }
.productslist .composite6 img { height: 80px;  width: 80px; }
.productslist .composite7 img { height: 80px;  width: 80px; }
.productslist .composite8 img { height: 80px;  width: 80px; }
.productslist .composite9 img { height: 80px;  width: 80px; }

.productslist .productbox .text
, .packagedetails .images .imagebox .text
, .productdetails .package .text {
	max-height: 5em;
	padding: 5px 8px;
	overflow: hidden;
	word-break: break-word;
}

.productslist .productbox .text a
, .packagedetails .images .imagebox .text a
, .productdetails .package .text a {
	text-decoration: none;
}

.productslist .pagebar {
	margin: 1em 0px;
}

.packagedetails .labelledrow {
	position: relative;
	padding-left: 130px;
}

.packagedetails .labelledrow .label {
	position: absolute;
	top: 0px;
	left: 0px;
}

/** Product details ******************/

.productdetails {
	padding-bottom: 20px;
	word-break: break-word;
}

.productdetails .title {
	font-size: 24px;
}

.productdetails .photoscolumn {
	float: left;
	width: 240px;
}

.productdetails .detailscolumn {
	float: left;
	margin-left: 20px;
	width: 490px;
}

.productdetails .smallthumbnails {
	margin-top: 10px;
	padding: 6px;
}

.productdetails .smallthumbnails img {
	float: left;
	margin: 5px;
}

.productdetails .labelledrow {
	position: relative;
	margin: 0.5em 0px;
	min-height: 1em;
	padding-left: 80px;
}

.pricing .labelledrow { padding-left: 120px }

.productdetails .labelledrow .label {
	position: absolute;
	top: 0px;
	left: 0px;
}

.productdetails .composite img {
	display: block;
	float: left;
	margin: 5px;
}

.productdetails .composite  img { height: 50px;  width: 50px; }
.productdetails .composite1 img { height:230px;  width:230px; }
.productdetails .composite2 img { height:230px;  width:230px; }
.productdetails .composite3 img { height:110px;  width:110px; }
.productdetails .composite4 img { height:110px;  width:110px; }
.productdetails .composite5 img { height:110px;  width:110px; }
.productdetails .composite6 img { height:110px;  width:110px; }
.productdetails .composite7 img { height:110px;  width:110px; }
.productdetails .composite8 img { height:110px;  width:110px; }

.productdetails .largeimagestyle .thumbnail {
	float: left;
	margin: 8px;
}

/** Package details **********************/

.packagedetails .name {
	margin-bottom: 0.5em;
}

.packagedetails .images {
	padding-left: 128px;
}

/** Paackages Slider ***********************/

.packageswrapper {
	position: relative;
	height: 240px;
	width: 480px;
	overflow: hidden;
}

.packagesslider {
	position: relative;
}

.package {
	float: left;
	position: relative;
	height: 240px;
	width: 480px;
}

/* Adjusted from NivoSlider default theme (as Index page uses that already) */
.packageswrapper .left , .packageswrapper .right {
	position: absolute;
	top: 105px;
	width: 30px;
	height: 30px;
	background: url(/shop/static/img/package-arrows.png) no-repeat;
	cursor: pointer;
}
.packageswrapper .right {
	background-position: -30px 0;
	right: 15px;
}
.packageswrapper .left {
	left: 15px;
}
