/* @override http://tunehein.dk/wp-content/plugins/wp-cart-for-digital-products/wp_eStore_style.css */

/* Start */

.shopping_cart {
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 18px 0 !important;
	border-bottom: 1px solid silver;
	margin-bottom: 18px;
}

.shopping_cart h2 {
	font-size: 14px;
}

.shopping_cart a {
	color: rgb(0,153,178);
	text-decoration: none
}

.shopping_cart a:hover {
	color: rgb(0,153,178);
}

.t-and-c {
	margin: 5px 0 15px;
}

.t_and_c_error {
	color: #E70218;
	margin: 0 0 15px;
}

.text-input {
	color: #333;
	margin: 4px;
	padding: 2px 0;
}

/* === Fancy display css === */

.eStore-product {
	height: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 5px
}

.thumb-image {
	width: 125px;
	height: 125px;
}

.eStore-thumbnail {
	float: left;
	margin-right: 12px
}

.eStore-thumbnail img:hover {
	background-color: #A9A9A9
}

.eStore-product-description {
	text-align: left;
	margin-left: 150px;
}

/* Fancy Display 2 properties */

.eStore-product-fancy2 {
	height: 100%;
	overflow: hidden;
	color: #000;
	background: #fff url(images/product-display-bg.jpg) repeat-x;
	border: 1px solid #ccc;
	padding: 5px
}

.eStore-product-fancy2-footer {
	background: #f1f1f1;
	height: 38px;
	color: #3A3A3A;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px 15px 5px 15px;
	vertical-align: middle;
}

.eStore-product-fancy2-footer .footer-left {
	line-height: 38px;
	vertical-align: middle;
}

.footer-left-content {
	float: left;
	vertical-align: middle;
}

.footer-left-content input {
	vertical-align: middle;
}

.footer-left-content img {
	vertical-align: middle;
}

.eStore-product-fancy2-footer .footer-right {
	padding: 9px 0 0;
}

.eStore-product-fancy2-footer .footer-right span {
	float: right;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

.eStore-product-name {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/* End of fancy display css */

.product_page a,.product_page a:link {
	text-decoration: none;
	border: 1px solid #ccc;
	color: #777;
	background-color: #f5f5f5;
	margin: 2px;
	padding: 2px 4px
}

.product_page a:hover {
	border: 1px solid #eee;
	color: #777;
	background-color: #fff
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0
}

#jquery-lightbox a img {
	border: none
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto
}

#lightbox-container-image {
	padding: 10px
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0
}

#lightbox-nav a {
	outline: none
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left
}

#lightbox-nav-btnNext {
	right: 0;
	float: right
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px
}

#lightbox-container-image-data {
	color: #666;
	padding: 0 10px
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left
}

#lightbox-image-details-caption {
	font-weight: 700
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1em
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: .7em
}

div.shopping_cart table tbody tr td form input[type="text"] {
	padding: 2px 3px;
	border: 1px solid silver;
	font: 12px/18px Helvetica, Arial, sans-serif;
	width: 25px;
	color: rgb(51,51,51);
}

.eStore_text_input {
	padding: 2px 3px;
	border: 1px solid silver;
	font: 12px/18px Helvetica, Arial, sans-serif;
	width: 145px;
	color: rgb(51,51,51);
	margin-right: 9px;
	margin-bottom: 9px;
}

.eStore_text_input:focus {

}

.eStore_label {
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px 10px 10px 15px
}

.eStore_remove_item_button {
	width: 12px;
	height: 12px;
}

.eStore_empty_cart_button {
	width: 12px;
	height: 12px;
}

/*.eStore_paypal_checkout_button {
	width: 143px;
	height: 41px;
}

.eStore_paypal_checkout_button:hover,.eStore_button:hover,.eStore_remove_item_button:hover,.eStore_empty_cart_button:hover,.eStore_buy_now_button:hover,.eStore_subscribe_button:hover {
	opacity: 0.7
}*/

.eStore-thumbnail img,.eStore-thumbnail a img {
	background-color: #FFF;
	border: 1px solid #A9A9A9;
	position: relative;
	margin: 4px 0 4px 5px;
	padding: 4px
}
