.product {
	border: 1px solid black;
	border-bottom: 3px solid #888;
	margin-top: 10px;
	padding: 10px;
	font-size: 1.2em;
}

.product .product_data {
	margin-left: 210px;
}

.product .interactive {
	margin-top: -40px;
	height: 40px;
	padding-left: 210px;
}
.product .interactive .number {
	padding: 2px;
}
.product .interactive .js_price {
	display: none;
}

.product .price {
	float: right;
}

.product hr {
	visibility: hidden;
	clear: both;
}

.product .img_container {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 200px;
}

.goToShoppingCart {
	margin-bottom: 20px;
}

.goToShoppingCart a, .intoCart {
	padding: 5px;
	border: 1px solid #1B50DF;
	background: center left url(shop/shoppingCart.gif) no-repeat #ebf6ff;
	padding-left: 30px;
}
.goToShoppingCart a:hover, .intoCart:hover {
	background-color: #fff9e0;
	color: #bd9700;
	border-color: #bd9700;
	background-image: url(shop/shoppingCartHover.gif);
}

.intoCart {
	color: #1b50df;
	cursor: pointer;
	padding: 5px;
	background-position: center right;
	padding-right: 27px;
}

#inCart {
	border: 5px solid gray;
}

#inCart tr.lastrow td {
	background-color: #BBB;
	line-height: 0.8em;
}
#inCart th {
	background-color: #EEE;
	line-height: 1.6em;
}
#inCart td#lastcell {
	background-color: #EEE !important;
}
#saveCart {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(shop/save.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.shopHeading {
	margin-bottom: 10px;
}

table.editTable input, table.editTable textarea {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
}
table.editTable td.inputs {
	width: 200px;
}

#imageBig {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent repeat url(shop/bg.png);
	z-index: 999;
}

#imageBig a {
	background-color: white;
	border: 1px solid black;
	padding: 2px 7px 2px 7px;
	color: black;
}

#imageBig a:hover {
	border-color: #666;
	color: #666;
}

.ot_right {
	padding: 0 !important;
	width: 500px;
}
#ordertable input {
	width: 458px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px solid gray;
}
.done td {
	background-color: #0C0 !important;
}
