div#shopcart {
 font-size: 13px;
 margin: 0;
 padding: 10px 0 14px;
 border-bottom: 1px dotted #ccc;
}

div.shoppage {
 overflow: hidden;
}

p.shopnoitems {
 margin: 20px 0;
 text-align: center;
}

div.shopnavigation {
 padding: 16px 10px 4px;
 overflow: hidden;
 text-align: center;
}

div.shopnavigation a.shopnavigation_selected {
 text-decoration:underline;
}

div.shoprow {
 overflow: hidden;
 padding: 14px 0;
 border-bottom: 1px dotted #ccc;
}

div.shopthumbs {
 float: left;
 width: 121px;
}

div.shopthumb {
 padding: 1px;
 margin: 2px;
 border: 2px solid #333;
}

div.shopthumb img {
 width: 111px;
 height: 119px;
 border: 0;
}

div.shopthumbicons {
 float: left;
 width: 20px;
 padding: 1px;
 margin: 2px;
 border: 2px solid #333;
}

div.shopthumbicons img {
 width: 20px;
 height: 21px;
 border: 0;
}


div.shopinfo {
 float: left;
 margin: 0 4px 2px 6px;
 width: 400px;
}

div.shopinfo p {
 padding: 4px 0 12px;
}

p.shoptitle {
 font-size: 16px;
}

div.shopbuy {
 float: right;
 width: 140px;
 text-align: center;
 padding: 34px 0 0;
}

p.shopprice b {
 font-size: 14px;
 /*color: #d00;*/
 font-weight: normal;
}

.shopoptions a {
 font-size: 11px;
 text-decoration: none;
}

.shopoptions a:hover {
 text-decoration: underline;
}

.shopoptions a.shopoptions_selected {
 font-size: 13px;
 text-decoration: underline;
}

p.cart_back {
 float: right;
 margin: 2px 10px 0 0;
}

p.cart_title {
 font-size: 14px;
 padding: 4px;
 margin: 0;
}

.cart_box {
 clear: both;
 width: 90%;
 margin: 0 auto 20px;
 overflow: hidden;
}

.shop_list_table {
 width: 100%;
 margin: 16px auto;
 border: 1px solid #ccc;
 border-spacing: 2px;
}

.shop_list_table th {
 padding: 6px;
 border-bottom: 1px dotted #aaa;
 font-size: 12px;
}

.shop_list_table td {
 padding: 6px 8px;
 font-weight: normal;
}

.shop_list_table th, .shop_list_table td {
 font-weight: normal;
 margin: 0;
}

.shop_list_name {
 width: 55%;
 text-align: left;
}

.shop_list_quantity {
 width: 15%;
 text-align: center;
}

.shop_list_price {
 width: 15%;
 text-align: center;
}

.shop_list_action {
 width: 10%;
}

.shop_list_cell_title {
 text-align: left;
}

.shop_list_cell_quantity, .shop_list_cell_price, .shop_list_cell_action {
 text-align: center;
}

input.shop_list_input {
 width: 26px;
 height: 16px;
 margin: 0;
 padding: 0;
 border: 1px dotted #dedede;
 background: #aaa;
 text-align: center;
}

.shop_list_table a {
 font-size: 9px;
 text-decoration: none;
}

.shop_list_table a:hover {
 text-decoration: underline;
}

.shop_list_table small {
 font-size: 9px;
}

td.shop_list_empty {
 color: #ccc;
 font-size: 11px;
 text-align: center;
 height: 34px;
}

.shop_list_leftcolumn {
 float: left;
 width: 40%;
}

.shop_list_rightcolumn {
 float: right;
 width: 60%;
}

#shop_list_total {
 margin: 0 10px 10px;
 padding: 6px 0;
}

#shop_referred_by {
 margin: 10px;
 font-size: 10px;
 text-align: left;
}

#shop_referred_by input {
 width: 100px;
 height: 16px;
 margin: 4px 0;
 background: #ccc;
 border: 1px solid #dedede;
}

#shop_checkout {
 float: right;
 margin: 0 10px 10px;
 padding: 6px 0;
 text-align: center;
 text-align: right;
}

#shop_checkout img{
 margin: 0 14px 0;
 border: 0;
}
