/* General shop */
.shop_item_preview{
	border:1px solid #cdcdcd;
	vertical-align:top;
	height:230px;
}
.shop_item_preview .title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.shop_item_preview .des{
	border-top:2px solid #cdcdcd;
	border-bottom:2px solid #cdcdcd;
	padding:3px;
	font-size:10px;
}
.shop_item_preview .line {
	border:0px;
	font-size:1px;
	width:100%;
}
.shop_item_preview .details {
	width:100%;
}

.shop_item_preview .details .price {
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
}

.shop_item_preview .details .buy {
	text-align:right;
}

.shop_item_preview .details .price2 {
	font-weight:bold;
	font-size:26px;
	color:#ff0000;
	text-align:right;
}

.menu {
	width:164px;
	vertical-align:top;
	border-right:1px solid #cdcdcd;
}

.menu .cat {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	padding:0px;
	margin:1px;
	width:180px;
}

.menu .header {
	font-size:26px;
	text-align:center;
	padding-bottom:12px;
	text-decoration:none;
	color:#663333;
}

.item_amount {
	width:20px;
	font-weight:bold;
	padding:3px;
}

.ordertable .white {
	background-color:#ffffff;
}

/* Shop items */
.item_hover {
	/*cursor:pointer;*/
}
.item_hover:hover {
	/*background-color:#cdcdcd;*/
}

/* Buttons */
.ButtonKoebSmall {
	color:#ffffff;
	font-weight:bold;
	width:39px;
	height:15px;
	position:absolute;
	text-align:center;
	top:0px;
	z-index:100;
	font-size:11px;
	padding-top:0px;
	letter-spacing:-0.4px;
}

.ButtonMoreSmall {
	color:#ffffff;
	font-weight:bold;
	width:68px;
	height:15px;
	position:absolute;
	top:-1px;
	left:2px;
	z-index:100;
	letter-spacing:-0.4px;
	font-size:11px;
	padding-top:0px;
}
.ButtonCatSmall {
	color:#464646;
	font-weight:bold;
	width:162px;
	height:16px;
	position:absolute;
	top:0px;
	left:3px;
	z-index:100;
	font-size:11px;
	padding-top:0px;
	margin:1px;
}

.inCart {
	width:71px;
	height:15px;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	top:0px;
	text-align:center;
	font-size:11px;
}

.format {
	width:300px;
	height:100px;
        vertical-align: middle;
        text-align: center;
}

.header{
 	 font-weight: bold;
        text-align: left;
        font-size: 12px;
}

.uploader_left{
    vertical-align: top;
    width: 180px;
    border: 1px;
}
.uploader_center{
    vertical-align: top;
    width: 100%px;
    border: 1px;
}

.uploader_right{
    vertical-align: top;
    width: 200px;
    border: 1px;
}
.header_select{
 	width: 10px;
}

.footer{
 	font-weight: bold;
        text-align: left;
        border-bottom: 1px;
}
/* Admin shop dropdown */
#shop_id{
    width: 100px;
}

.shop_list_div{
    margin-left: 10px;
}
.click_admin_logo{
    margin-left: 10px;
    margin-top: 10px;
}
