/* week product */
div.week-product {
	clear: both;
	margin-bottom: 16px;
}

div.week-product span.more {
	float: right;
}

/* product list */
div.product-front-list {
	border: 1px solid #eee;
}

div.product-front-list-entity {
	padding: 4px 8px;
	clear: both;
}

div.product-front-list-entity a {
	text-decoration: none;
}

div.product-front-list-entity div.title {
	display: block;
}

div.product-front-list-entity span.price {
	float: right;
	font-style: italic;
	color: #f80;
}

div.product-front-list-entity span.title {
	font-weight: bold;
}

div.product-front-list-entity span.subtitle {
	font-style: italic;
}

div.product-front-list-entity div.authors, div.product-front-list-entity span.author {
	font-size: 7pt;
}

div.product-front-list-entity div.authors a {
	text-decoration: underline;
}

/* product page */
div.product-container div.price {
	float: right;
}

div.product-container span.price {
	font-size: 14pt;
	color: #f80;
}

div.product-container div.title a {
	text-decoration: none;
}

div.product-container span.title {
	font-size: 14pt;
	font-weight: bold;
}

div.product-container span.subtitle {
	font-size: 12pt;
	font-style: italic;
}

div.product-container div.authors, span.author {
	font-size: 7pt;
}

div.product-container div.authors a {
	text-decoration: underline;
}

div.product-container div.description {
	background-color: #333;
	background-color: rgba(96, 96, 96, 0.3);
	padding: 8px 16px;
	margin: 4px 0;
}

/* product author */
div.product-author-list {
	border: 1px solid #eee;
}

div.product-author-list-entity {
	padding: 4px 8px;
	clear: both;
}

div.product-author-list-entity a {
	text-decoration: none;
}

div.product-author-list-entity div.title {
	display: block;
}

div.product-author-list-entity span.price {
	float: right;
	font-style: italic;
	color: #f80;
}

div.product-author-list-entity span.title {
	font-weight: bold;
}

div.product-author-list-entity span.subtitle {
	font-style: italic;
}

div.cart {
float: right;
padding: 3px 23px 0px 0px;
z-index: 1;
position: absolute;
margin-left: 695px;
height: 30px;
width: 400px;
top: 100px;
}


div.cart a {
position: relative;
color: white;
	z-index: 2000;
}

div.cart .up {
top: -10px;
}


.cart-item p {
padding: 0px;
}

.cart-item .add, .cart-item .remove {
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    color: #ff8800;
}


.cart-item > div {
height: 50px;
}

.cart-item .controls {
float: left;
    width: 50px;
	   padding-left: 20px;
}

.cart-item .info {
width: 500px;
}

.cart-item .info .label, .cart-total .label {
width: 130px;
float:left;
}

.title .caption {
    padding-left: 20px;
    margin-top: 20px;
}

.cart-total {
    margin: 50px 0px 0px 155px;
}

.cart-list-entity {
margin-top: 20px;
border: 1px solid white;
width: 700px;
margin-left: 124px;
padding: 10px;
}

.cart-bottom {
    margin-top: 20px;
padding: 20px;
	 text-align: center;
	 font-weight: bold;
}

.cart-bottom a {
margin: 20px;
}

.div-cart-list {
    text-align: center;
}

table.cart-list {
	width: 600px;
	margin-left: 150px;
	border: 1px solid gray;
	border-collapse:collapse;
	margin-top: 20px;
}

table.cart-list td, table.cart-list tr.topic th {
border: 1px solid gray;
}

.cart-quantity {
height: 7px;
	font-size: 1px;
}

.cart-quantity:hover {
    background-color: white;
}

.a-button {
    padding: 5px;
    border: 2px solid white;
    color: white;
   background-color: transparent;
   font-size: 12px;
   font-weight: bold;
}

.a-button:hover {
    border: 2px solid #ff8800;
    color: #ff8800;
    cursor: pointer;
}

form#order-form input[type=text] {
width: 300px;
}

form#order-form select {
width: 300px;
}


form#order-form input[type=submit] {
margin-left: 225px;
}



.shop-order {
    margin-left: 20px;
}

.sortable {
width: 700px;
margin-left: 125px;
text-align: left;
	border-collapse:collapse;
border: 1px solid gray;
}

.sortable .center {
    text-align: center;
}

.sortable .title {
    padding-left: 10px;
}

.sortable td, .sortable th {

border: 1px solid gray;

}

.sortable tr.odd {
background-color: rgb(60, 60, 60);
    background-color: rgba(200, 200, 200, 0.3);
}

#pager {
    margin-left: 345px;
position: relative;
}

