/* --------------------------------------------------------------
	Developer: Poo
	Date: 2010-02-22
-------------------------------------------------------------- */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

html
{
	background: transparent url(../images/bg.jpg) repeat-x scroll left top;
}

body
{
	background-color: transparent;
	min-height: 101%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	font-size: 12px;
}

td
{
	border: 1px solid #ccc;
}

div
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

div.border {border-right:1px solid #d3a9d2;}
div.colborder {border-right:1px solid #d3a9d2;}
hr {background:#d3a9d2;color:#d3a9d2;height:1px;}

hr.space.little
{
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 4px 0;
}

h1
{
	font-size: 24px;
	font-weight: normal;
}

h2
{
	font-size: 20px;
	font-weight: normal;
}

h3
{
	font-size: 16px;
	font-weight: normal;
}

p
{
	margin: 8px 0;
}

a
{
	color: #333;
}

a:hover
{
	color: #4ab030;
}

strong
{
	font-weight: bold;
}

input
{
	display: inline-block;
	text-decoration: none;
}

.debug
{
	border: 1px solid red;
}

.left { float: left; }
.right { float: right; }

img.right
{
	margin: 1em 0 1.5em 1em;
}

img.left
{
	margin: 1em 1em 1.5em 0;
}

img.frame
{
	border: 1em solid #fff;
	box-shadow: 0 2px 6px #333;
	-moz-box-shadow: 0 2px 6px #333;
	-webkit-box-shadow: 0 2px 6px #333;
}

img.shadow
{
	box-shadow: 0 2px 6px #333;
	-moz-box-shadow: 0 2px 6px #333;
	-webkit-box-shadow: 0 2px 6px #333;
}

.inline { display: inline !important; }
.hide { display: none; }

.info,
.info a
{
	color: #c106af !important;
}

.gray,
.gray a
{
	color: #666;
}

.red
{
	color: #f00;
}

.dark-blue
{
	color: #140089;
}

.normal { font-weight: normal; }
.italic { font-style: italic; }
.bold { font-weight: bold; }

.underline { text-decoration: underline; }

.note
{
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

.no-overflow
{
	overflow: hidden;
}

body.no-overflow
{
	overflow: auto;
}

.last-block
{
	border-bottom: 0 none !important;
}

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify; }

.text-normal
{
	font-size: 12px;
	font-weight: normal;
}

.no-border,
tr.no-border td
{
	border: 0 none !important;
}

.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }

.default-padding
{
	padding: 10px !important;
}

.reset-width { width: auto !important; }

#page
{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #fff;
}

#extended-page
{
	width: 1250px;
	margin: 0 auto;
	min-height: 100%;
}

#extended-page #page
{
	float: left;
	margin: 0;
	margin-right:10px;
}

#menu-container
{
	padding-top: 5px;
	z-index: 2;
}

ul.menu,
ul.menu li
{
	position: relative;
	text-align: left;
}

ul.menu
{
	padding: 10px 0;
}

ul.menu li
{
	display: inline;
	white-space: nowrap;
	border-left: 2px solid #ccc;
}

ul.menu li label
{
	display: inline-block;
	padding: 0 20px;
	line-height: 32px;
	font-size: 14px;
}

ul.menu li a
{
	display: inline-block;
	padding: 0 20px;
	line-height: 32px;
	font-size: 14px;
}

ul.menu > li.selected a
{
	color: #4ab030;
}

ul.menu li.home,
ul.menu li:first-child
{
	border: 0 none;
}

ul.menu li.home a
{
	width: 32px;
	height: 32px;
	background: transparent url(../images/home.png) no-repeat scroll center center;
}

#sub-menu
{
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background-color: #d3a9d2;
	z-index: 99;
}

#sub-menu ul.menu
{
	padding: 0;
	display: none;
	text-align: center;
}

#sub-menu ul.menu li
{
	
}

#sub-menu ul.menu a
{
	
}

#sub-menu ul.menu a:hover
{
	color: #fff;
}

#cart
{
	position: absolute;
	top: 4px;
	right: 230px;
}

#cart.empty
{
	top: 16px;
}

#cart-info
{
	float: left;
	/*width: 250px;*/
	width: 0px;
	height: 320px;
	display: none;
}

#header
{
	width: 100%;
	height: 320px;
	margin-bottom: 20px;
	margin-top: 1px;
	overflow: hidden;
}

#header .container
{
	width: 2000px;
	padding: 0;
	margin: 0;
}

#header .img
{
	float: left;
}

#content
{
	padding-bottom: 120px;
	text-align: left;
	z-index: 1;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100px;
	background: transparent url(../images/foot.jpg) no-repeat scroll left bottom;
	z-index: 2;
}

#footer .link
{
	top: 10px;
	text-align: center;
}

#footer .payment
{
	top: 10px;
	text-align: right;
}

#side-boxes
{
	float: left;
	top: 6em;
}

#side-boxes .box
{
	background-color: #fff;
	border: 1px solid #d3a9d2;
	padding: 1.5em 1em;
	
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#side-boxes .box.normal
{
	padding: 1.5em;
}

.box .secure .lock
{
	float: left;
	width: 32px;
	margin-right: 5px;
}

.box .secure .wrapper
{
	float: left;
	width: 167px;
}

#bg-top,
#bg-bottom
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 3px;
	border: 0 none;
}

#bg-top
{
	top: 55px;
	background-color: #d3a9d2;
}

#bg-bottom
{
	margin-top: -100px;
	background-color: #ccc;
}

/*#logo
{
	position: absolute;
	width: 223px;
	height: 35px;
	background: transparent url(../images/logo.jpg) no-repeat scroll left top;
	bottom: 84px;
	right: 0px;
	z-index: 99;
}*/

#logo
{
	position: absolute;
	width: 223px;
	height: 35px;
	background: transparent url(../images/logo.jpg) no-repeat scroll left top;
	top: 14px;
	right: 0;
}

#logo a
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.container,
.container div,
.container p
{
	text-align: left;
}

.container
{
	padding: 0 5px;
}

.container .title
{
	padding: 0 10px;
}

.container .list
{
	padding: 0 20px;
}

.container .action
{
	text-align: center;
}

.page-home
{
	width: 44%;
}

.col
{
	width: 49%;
}

.col-normal
{
	width: 44%;
}

.col-big
{
	width: 55%;
}

.menu-home
{
	width: 55%;
}

.menu-home .frame
{
	width: 30%;
	border: 1px solid #ccc;
	margin-top: 40px;
	margin-left: 15px;
}

.frame .picture
{
	overflow: hidden;
}

.frame .title
{
	text-align: center;
	font-size: 12px;
}

.frame .text
{
	padding: 0 5px 5px;
}

.frame .see-more
{
	position: absolute;
	width: 64px;
	height: 64px;
	top: -32px;
	left: -10px;
}

.frame .see-more a
{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/more-tag-m.png) no-repeat scroll center center;
}

/*.frame .see-more a:hover
{
	background: transparent url(../images/more-tag-m-over.png) no-repeat scroll center center;
}*/

.menu-main .column
{
	width: 320px;
	float: left;
	padding: 5px;
	margin: 0;
}

.menu-main .column .picture
{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.menu-main .column .order-tag
{
	position: absolute;
	width: 96px;
	height: 96px;
	overflow: hidden;
	top: 230px;
	right: -5px;
	z-index: 9;
}

.menu-main .column .order-tag a
{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/order-tag.png) no-repeat scroll center center;
}

.menu-main .column .order-tag a:hover
{
	background: transparent url(../images/order-tag-over.png) no-repeat scroll center center;
}

.menu-main .column h3 a,
.menu-view .column h3 a
{
	color: #c106af;
}

.menu-view .order-tag
{
	position: absolute;
	width: 96px;
	height: 96px;
	overflow: hidden;
	top: -60px;
	right: -20px;
	z-index: 9;
}

.menu-view .order-tag a
{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/order-tag.png) no-repeat scroll center center;
}

.menu-view .order-tag a:hover
{
	background: transparent url(../images/order-tag-over.png) no-repeat scroll center center;
}

.block
{
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	padding-top: 0;
	margin-bottom: 10px;
}

.block h2 + p,
.block h3 + p
{
	margin-top: -5px;
}

.block.checked
{
	background: transparent url(../images/buttons/checked-item.jpg) no-repeat scroll right bottom;
}

.menu-view .column
{
	float: left;
	padding: 0px 5px;
	margin: 0;
}

.menu-view .detail
{
	width: 360px;
}

.menu-view .side-order
{
	width: 300px;
}

/*.menu-view .side-order .block
{
	padding: 10px;
	padding-top: 0;
}

.menu-view .side-order .column
{
	width: 270px;
	margin-left: 10px;
	margin-top: 10px;
}*/

.container .more
{
	text-align: right;
	padding-right: 26px;
	line-height: 14px;
	background: transparent url(../images/more.png) no-repeat scroll right center;
	border: 0 none;
}

.container .more-white
{
	text-align: right;
	padding-right: 26px;
	line-height: 14px;
	background: transparent url(../images/more-white.png) no-repeat scroll right center;
	border: 0 none;
	color: #fff;
	text-shadow: 0 -1px 0 #666;
}

/* @group Dialog */

#dim
{
	position: fixed;
	width: 0;
	height: 0;
	background-color: #fff;
	left: 0;
	top: 0;
	display: none;
	z-index: 990;
}

#dialog
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -560px;
	margin-top: -275px;
	width: 780px;
	height: 550px;
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	background: white url(../images/bg-inverse.jpg) repeat-x scroll left bottom;
	z-index: 996;
}

#dialog .close-button
{
	position: absolute;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 997;
}



/* @end */

/* @group Live Basket */

#live-cart-container
{
	position: fixed;
	width: 320px;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: 250px;
	/*background: #fff url(../images/cart-bg.png) no-repeat scroll center center;*/
	z-index: 995;
}

#live-cart-container .container
{
	padding: 0;
	margin: 0;
	height: 440px;
	background: #fff url(../images/bg-inverse.jpg) repeat-x scroll left bottom;
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
}

#live-cart-container .cart
{
	height: 100%;
	/*background: transparent url(../images/cart-bg.png) no-repeat scroll center center;*/
}

#live-cart-container .footer,
#live-cart,
#table-head
{
	padding-left: 10px;
}

#live-cart-container .cart .title
{
	padding: 5px 10px 0;
}

#live-cart-container hr
{
	width: 92%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}

#live-cart-container .footer
{
	position: absolute;
	height: 100px;
	left: 0;
	right: 0;
	bottom: 0;
}

#live-cart-container .footer .action
{
	width: 120px;
	margin: 5px auto;
}

#live-cart-container .payment
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
}

#live-price
{
	
}

#live-cart-container .sidebar-list
{
	margin-bottom: 5px;
}

#table-head .sidebar-list
{
	margin: 0;
	width: 290px;
}

#live-price .sidebar-list
{
	width: 290px;
}

#live-price .sidebar-list td
{
	border: 0 none;
}

#live-price .sidebar-list .item
{
	color: #c106af;
}

#live-price .sidebar-list .head
{
	font-size: 120%;
	font-weight: bold;
}

#live-price .sidebar-list .unit-price-head
{
	border: 0 none;
}

#live-price .sidebar-list .users
{
	border: 0 none;
}

#live-price .sidebar-list .delete
{
	border: 0 none;
}

/* Live Cart */

#live-cart
{
	height: 270px;
	overflow-y: scroll;
	margin-bottom: 5px;
}

#live-cart .space
{
	margin-bottom: 5px;
}

#live-cart .menu,
#live-cart .title
{
	font-size: 12px;
	color: #c106af;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

#live-cart .title .note
{
	display: inline;
	font-weight: normal;
	font-style: italic;
}

#live-cart .item
{
	font-size: 11px;
}

#live-cart .item.required
{
	color: #c106af;
	font-weight: bold;
}

#live-cart .item.odd
{
	background-color: #fff;
}

#live-cart .item.even
{
	background-color: #fce3ff;
}

#live-cart .item:hover
{
	background-color: #b6ffc8;
}

#live-cart .menu .name,
#live-cart .menu .price,
#live-cart .item .name,
#live-cart .item .price,
#live-cart .item .button
{
	float: left;
	text-align: center;
}

#live-cart .menu .name
{
	width: 161px;
	text-align: left;
}

#live-cart .item .name
{
	width: 252px;
	text-align: left;
	padding-left: 15px;
}

#live-cart .item .name label
{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

#live-cart .menu .price,
#live-cart .item .price
{
	width: 5px;
}

#live-cart .item .button
{
	width: 18px;
}

/* Live Cart - EOC */


/* @end */

ul.tabs,
ul.tabs li
{
	padding: 0;
	margin: 0;
}

ul.tabs li
{
	float: left;
}

.nav
{
	height: 46px;
	overflow: hidden;
}

.nav .buttons
{
	float: left;
	margin-top: 10px;
	margin-left: 8px;
}

.nav .buttons .button
{
	width: 100px;
}

.nav .info
{
	margin-top: 5px;
}

.cancel-btn,
.ok-btn,
.agree-btn
{
	display: inline;
	line-height: 28px !important;
	padding: 7px 10px 6px 5px !important;
	margin: 0 10px !important;
}

.cancel-btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 100% -28px;
	color: #666;
}

.cancel-btn a
{
	color: #666;
	font-weight: bold;
	display: inline;
}

.ok-btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 100% 0;
	color: #fff;
}

.ok-btn a
{
	color: #fff;
	font-weight: bold;
	display: inline;
}

.agree-btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 100% -56px;
	color: #fff;
}

.agree-btn a
{
	color: #fff;
	font-weight: bold;
	display: inline;
}

.cancel-btn span.btn,
.ok-btn span.btn,
.agree-btn span.btn
{
	position: absolute;
	display: block;
	width: 7px;
	left: -7px;
	top: 0;
	height: 100%;
}

.cancel-btn span.btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 0 -28px;
}

.ok-btn span.btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 0 0;
}

.agree-btn span.btn
{
	background: transparent url(../images/buttons/button-bg.png) no-repeat scroll 0 -56px;
}

.top-nav
{
	height: 46px;
}

#menuTitle
{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 16px;
}

#menuTitle .symbol
{
	padding-right: 6px;
	color: #c106af;
}

#menuTitle .symbol,
#menuTitle .title
{
	float: left;
	line-height: 36px;
}

#menuTitle .msg
{
	float: left;
	line-height: 18px;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-left: 12px;
	margin-top: 10px;
	color: #666;
}

#menuTitle .msg.error,
#live-cart .note.error
{
	color: #d3030c;
	font-weight: bold;
	padding: 0;
	padding-right: 5px;
	border: 0 none;
}

#menuTitle .msg.error
{
	padding-right: 20px;
	background: transparent url(../images/buttons/error.png) no-repeat scroll right center;
}

#menuTitle .msg.ok,
#live-cart .note.ok
{
	color: #333;
	font-weight: bold;
	padding: 0;
	padding-right: 20px;
	border: 0 none;
	background: transparent url(../images/buttons/ok.png) no-repeat scroll right center;
}

.top-nav .amount
{
	float: right;
	line-height: 36px;
	background: transparent url(../images/amount-slider-bg.jpg) no-repeat scroll left top;
	padding-left: 50px;
}

.top-nav .amount label
{
	float: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #333;
}

.top-nav .amount .item
{
	float: left;
	height: 24px;
	line-height: 36px;
}

.top-nav .amount .nslider
{
	width: 100px;
	padding: 12px 6px 0 12px;
}

.top-nav .amount .nvalue
{
	padding: 8px 10px 0;
}

/* @group Side Order */

.side-order
{
	
}

.side-order ul.tabs
{
	height: 50px;
	overflow: hidden;
}

.side-order ul.tabs li
{
	width: 156px;
	height: 50px;
	line-height: 50px;
	padding-top: 50px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
}

.side-order ul.bg0
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 0;
}

.side-order ul.bg1
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 -50px;
}

.side-order ul.bg2
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 -100px;
}

.side-order ul.bg3
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 -150px;
}

.side-order ul.bg4
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 -200px;
}

.side-order ul.bg5
{
	background: transparent url(../images/side-order-bg.jpg) no-repeat scroll 0 -250px;
}

.side-order ul.tabs li:hover
{
	border-color: #f00;
}

.side-order ul.tabs li.selected
{
	border-color: #008400;
}



/* @end */

.tabs-items
{
	padding: 0 10px 10px;
	height: 394px;
	overflow-y: scroll;
	overflow-x: auto;
}

.tabs-items div
{
	margin-bottom: 10px;
}

.tabs-items .block
{
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	border-color: #d3a9d2;
}

.tabs-items .items
{
	
}


.tabs-items .items .list table
{
	width: 740px;
	margin: 0 auto;
}

.tabs-items .items .list table td
{
	vertical-align: middle;
	height: 24px;
	border: 0 none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tabs-items .items .item
{
	margin: 0;
}

.tabs-items .items .item.highlight
{
	background-color: #F6BFFF;
	font-weight: bold;
}

.tabs-items .items .item table td
{
	border: 0 none;
	border-bottom: 1px solid #ccc;
}

/* @group Sales box */

.tabs-items .sales.box
{
	background-color: #F6BFFF;
	border: 1px solid #aaa;
	border-radius: 6px;
	margin-top: 2em;
	padding: 0.5em;
}

.tabs-items .sales .heading
{
	text-align: center;
}

.tabs-items .sales .heading .title,
.tabs-items .sales .heading .text
{
	display: inline;
}

.tabs-items .sales .heading .title
{
	font-size: 150%;
}

.tabs-items .sales .items
{
	background-color: #FCE3FF;
	border: 1px solid #aaa;
	border-radius: 6px;
	padding: 1em;
}

.tabs-items .sales .items .item
{
	margin: 5px 0;
}

.tabs-items .sales .items .item table
{
	width: 100%;
}

.tabs-items .sales .items .item table td
{
	vertical-align: middle;
	border: 0 none;
}

.tabs-items .sales .items .item table td.price
{
	width: 85px;
}

.tabs-items .sales .items .item table td.price .number
{
	font-size: 18px;
	color: #c106af;
}

.tabs-items .sales .items .item table td.selector
{
	width: 20px;
}


/* @end */

table .price
{
	width: 60px;
	text-align: left;
}

table .selection
{
	width: 140px;
	text-align: right;
}

table .selection input
{
	display: inline;
}

.selection .select-box
{
	margin: 0;
	text-align: right;
}

.hidden
{
	display: none;
}

.cart
{
	
}

.cart .notice
{
	height: 18px;
}

/* @group Cart table */

table.cart-list
{
	width: 100%;
	margin-bottom: 10px;
}

table.cart-list td
{
	border: 0 none;
	border-bottom: 1px solid #ccc;
}

table.cart-list tr.no-border td
{
	border: 0 none;
}

table.cart-list .no-padding
{
	padding: 0;
}

table.cart-list tr.small-cell td
{
	line-height: 10px;
}

table.cart-list .col-1,
table.cart-list .col-3
{
	text-align: left;
}

table.cart-list .col-2,
table.cart-list .col-4,
table.cart-list .col-5
{
	text-align: center;
}

table.cart-list .col-2
{
	width: 70px;
}

table.cart-list .col-3
{
	width: 85px;
}

table.cart-list .col-4
{
	width: 50px;
	font-weight: bold;
}

table.cart-list .col-4 a
{
	color: #008400;
}

table.cart-list .col-5
{
	width: 155px;
	font-weight: bold;
}

table.cart-list .col-5 a
{
	color: #960000;
}

table.cart-list .title
{
	font-size: 16px;
	font-weight: bold;
}

table.cart-list .sub-title
{
	font-size: 14px;
	font-weight: bold;
}

table.cart-list .head
{
	font-weight: bold;
}

table.cart-list .detail
{
	padding-bottom: 10px;
}

table.cart-list .detail ul li
{
	font-weight: bold;
	color: #c106af;
}

table.cart-list .detail ul li ul li
{
	font-weight: normal;
	color: #333;
	display: list-item;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
}

table.cart-list .extra-title
{
	font-weight: bold;
	color: #c106af;
}

table.cart-list .extra-item,
table.cart-total .extra-item
{
	padding-left: 25px;
	white-space: normal;
}

table.cart-total
{
	width: 100%;
}

table.cart-total td
{
	border: 0 none;
}

table.cart-total .subtotal-text
{
	text-align:right;
	font-weight: bold;
	font-size: 16px;
}

table.cart-list .price,
table.cart-total .price
{
	font-weight: bold;
	font-size: 14px;
	color: #c106af;
	text-align: right;
	padding-right: 10px;
}

table .amount
{
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

table.cart-total .subtotal
{
	font-weight: bold;
	font-size: 16px;
	color: #c106af;
}

table.cart-total .total-text
{
	text-align:right;
	font-weight: bold;
	font-size: 18px;
}

table.cart-total .total
{
	font-weight: bold;
	font-size: 18px;
	color: #c106af;
}

div.price
{
	width: auto;
}



/* @end */

#cart-info
{
	background: transparent url(../images/bg-inverse.jpg) repeat-x scroll left bottom;
}

#cart-info .sidebar
{
	height: 100%;
	background: transparent url(../images/cart-bg.png) no-repeat scroll center center;
	display: none;
}

#cart-info .sidebar h4
{
	font-size: 16px;
	font-weight: bold;
}

#cart-info .sidebar .title
{
	font-weight: bold;
}

#cart-info .sidebar .notice
{
	height: 18px;
}

#cart-info .sidebar .container
{
	width: auto;
	padding: 10px;
	height: 220px;
	overflow: auto;
}

#cart-info .sidebar .action
{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}

#cart-info .sidebar .action .button
{
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	width: 80px;
}

#cart-info .sidebar .action .payment-support
{
	float: left;
	padding-top: 12px;
	padding-left: 10px;
}

.faq
{
	
}

table.faq-list
{
	width: 100%;
	margin-bottom: 10px;
}

table.faq-list .head
{
	font-size: 16px;
	font-weight: bold;
}

table.faq-list .detail ul li
{
	font-weight: bold;
	color: #c106af;
	display: list-item;
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

table.faq-list .detail ul li.red
{
	color: #ff0000;
}

table.faq-list .detail ul li ul li
{
	font-weight: normal;
	color: #333;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

table.faq-list .detail ul li ul li.number
{
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 0px;
	margin-left: 18px;
}

table.faq-list .detail ul li ul li.number.last
{
	margin-bottom: 20px;
}

table.faq-list td
{
	border: 0 none;
	border-bottom: 1px solid #ccc;
}

table.sidebar-list
{
	width: 250px;
	margin-bottom: 10px;
}

table.sidebar-list td
{
	border: 0 none;
	border-bottom: 1px solid #ccc;
}

table.sidebar-list .menu
{
}

table.sidebar-list .menu a
{
	font-weight: bold;
	color: #c106af;
}

table.sidebar-list .unit-price-head,
table.sidebar-list .unit-price
{
	width: 70px;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

table.sidebar-list .unit-price
{
	text-align: center;
}

table.sidebar-list .users
{
	width: 40px;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
}

table.sidebar-list .delete
{
	width: 18px;
	border-left: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

table.sidebar-list .delete a
{
	
}

table.sidebar-list .delete a img
{
	display: block;
	position: relative;
	top: 3px;
}

.title
{
	font-weight: bold;
	font-size: 120%;
}

.form .box
{
	background-color: #fff;
	border: 1px solid #c106af;
	
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.form .box.segment-top
{
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 0 none;
	
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.form .box.segment-bottom
{
	padding-top: 5px;
	margin-top: 0;
	border-top: 0 none;
	
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.form .error,
.form .notice,
.form .success
{
	padding: 3px 0;
}

.form input.error,
.form textarea.error,
.form select.error
{
	border: 1px solid #666;
}

.form label.error
{
	border: 0 none;
	background-color: transparent;
}

.form .custom-label label
{
	float: none;
	display: inline;
}

.form .custom-label input.error
{
	display: inline-block;
}

.form .image-loader
{
	margin-top: -5px;
	margin-left: 5px;
	display: none;
}

.checkout
{
	font-size: 14px;
}

.checkout a
{
	color: #c106af;
	font-weight: bold;
}

.checkout span
{
	color: #999;
}

ul.normal
{
	font-weight: bold;
	color: #c106af;
}

ul.normal li
{
	font-weight: normal;
	color: #333;
	display: list-item;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
}

.form .row.little-indent
{
	margin-left: 1.5em;
}

.form .normal-label label
{
	font-weight: normal;
}

.form .row .input-text
{
	margin-left: 215px;
	text-align: left;
}

.form .row .search-text
{
	margin-top: -24px;
	padding-left: 295px;
	text-align: left;
}

.form .row .long-space + input + .input-text
{
	margin-left: 325px;
	margin-top: -28px;
	line-height: 24px;
}

.special-price
{
	margin-top: -10px;
	margin-bottom: 10px;
}

.link-binding,
.link-binding a,
.link-binding img
{
	position: absolute !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background: none !important;
}

.ui-datepicker
{
	z-index: 9;
}

#menu-page
{
	
}

#menu-page h1,
#menu-page h2
{
	margin-left: 1em;
	margin-bottom: 0.4em;
}

#menu-page .image
{
	margin-bottom: 1em;
}

.next-btn
{
	width: 99px;
	height: 33px;
	margin: 0 auto;
	background: transparent url(../images/buttons/next.png) no-repeat scroll center center;
	text-indent: -5000px;
	border: 0 none;
	cursor: pointer;
}

.next-btn a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.ajax-loader
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff url(../images/ajax-loader.gif) no-repeat scroll center center;
}

.box-shadow
{
	border: 1px solid #999;
	box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
}

#payment-loading-dialog
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 996;
	width: 500px;
	height: 140px;
	margin-left: -250px;
	margin-top: -150px;
	padding: 1em;
	background: white url(../images/lock-bg.png) no-repeat scroll 140% 20%;
}

#payment-loading-dialog .loader
{
	text-align: center;
}

#payment-loading-dialog .text
{
	margin: 2em 0 1em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* @group Foot note */


#foot-note
{
	padding: 2em 0;
}

#foot-note .footer
{
	font-size: 10px;
	text-align: center;
	margin-bottom: 1.5em;
}

/* @group Footer Menu */

.footer-menu
{
	font-size: 12px;
	padding: 0;
	list-style: none;
	color: #c106af;
	float: left;
	min-width: 60px;
	max-width: 180px;
	margin-right: 1em;
}

.footer-menu a
{
	color: #c106af;
}

.footer-menu a:hover
{
	text-decoration: underline;
}

.footer-menu ul
{
	font-size: 11px;
	padding-left: 0.5em;
	list-style-type: none;
}

.footer-menu ul a
{
	color: #333;
}

/* @end */

/* @end */

/* @group Error Page */

.error-box
{
	width: 450px;
	margin: 140px auto 0;
	padding: 1em;
	/*border: 1px solid #c106af;
	box-shadow: 0 0 6px #c106af;*/
}

.error-box h2
{
	color: #c106af;
	line-height: 2em;
	margin-bottom: 0;
}

.error-box .message
{
	margin: 1em 0;
	font-size: 120%;
}

.error-box .message a
{
	text-decoration: underline;
}

.error-box .timer
{
	font-size: 180%;
	color: #f00;
}

.box-corner
{
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}


/* @end */

/* @group Buttons */

.active-button,
.inactive-button
{
	height: 33px;
	margin-left: 10px;
	background-color: transparent;
	background-image: url(../images/buttons/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.active-button
{
	background-position: 100% 0;
}

.inactive-button
{
	background-position: 100% -66px;
}

.active-button .head,
.inactive-button .head
{
	float: left;
	width: 10px;
	height: 100%;
	margin-left: -10px;
	background-color: transparent;
	background-image: url(../images/buttons/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.active-button .head
{
	background-position: 0 0;
}

.inactive-button .head
{
	background-position: 0 -66px;
}

.active-button .text,
.inactive-button .text
{
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.active-button .text
{
	color: #fff;
	text-shadow: #333 0 -1px 0;
}

.inactive-button .text
{
	color: #666;
	text-shadow: #fff 0 1px 0;
}

.active-button .text a,
.inactive-button .text a
{
	width: 100%;
}

.active-button .text a
{
	color: #fff;
}

.inactive-button .text a
{
	color: #666;
}


/* @end */

/* @group Payment process steps */

#payment-process
{
	
}

#payment-process ul.processes,
#payment-process ul.processes li
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#payment-process ul.processes
{
	
}

#payment-process ul.processes li
{
	float: left;
	height: 130px;
	text-indent: -5000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#payment-process ul.processes li a
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.processes .step-01
{
	width: 200px;
	background-image: url(../images/payment/process-01.jpg);
}

.processes .step-02
{
	width: 160px;
	background-image: url(../images/payment/process-02.jpg);
}

.processes .step-03
{
	width: 285px;
	background-image: url(../images/payment/process-03.jpg);
}

.processes .step-04
{
	width: 190px;
	background-image: url(../images/payment/process-04.jpg);
}

.processes .step-05
{
	width: 155px;
	background-image: url(../images/payment/process-05.jpg);
}

.processes .step-01.inactive,
.processes .step-02.inactive,
.processes .step-03.inactive,
.processes .step-04.inactive,
.processes .step-05.inactive
{
	background-position: 0 0;
}

.processes .step-01.current,
.processes .step-02.current,
.processes .step-03.current,
.processes .step-04.current,
.processes .step-05.current
{
	background-position: 0 -130px;
}

.processes .step-01.active,
.processes .step-02.active,
.processes .step-03.active,
.processes .step-04.active,
.processes .step-05.active
{
	background-position: 0 -260px;
}


/* @end */


/* @group Delivery Zip Checker */

#deliveryZip-box
{
	background: transparent url(../images/boxFx/slideFx-bg.jpg) no-repeat scroll right bottom;
	min-height: 28px;
}

#deliveryZip-box input[type="button"]
{
	padding: 1px 5px;
	text-align: center;
}

#deliveryZip-box .box-top
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background: transparent url(../images/boxFx/slideFx-top.png) no-repeat scroll center top;
	z-index: 2;
}

#deliveryZip-box .box-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/boxFx/slideFx-bottom.png) no-repeat scroll center bottom;
	z-index: 2;
}

#deliveryZip-box .box-content
{
	padding-top: 30px;
	padding-bottom: 20px;
	z-index: 1;
}

#deliveryZip-box .box-content .box-fx
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	box-shadow: 0 4px 8px #333;
	-moz-box-shadow: 0 4px 8px #333;
	-webkit-box-shadow: 0 4px 8px #333;
}

#deliveryZip-box .box-content .form-box
{
	height: 30px;
	margin: 0 6px 20px;
	background: transparent url(../images/buttons/button.png) no-repeat scroll center -33px;
	line-height: 30px;
	padding-left: 1em;
	
	color: #fff;
	text-shadow: 0 -1px 0 #333;
}

#deliveryZip-box .box-content .form-box label
{
	font-weight: bold;
}

#deliveryZip-box .box-content .msg
{
	margin: 0 6px 20px;
	background-color: #fff;
	border: 2px solid #c106af;
	padding: 1em;
}


/* @end */



/* @group Landing Page */

.landing.box
{
	margin-left: 0;
	margin-right: 0;
	background-color: transparent;
}

.landing p
{
	margin-bottom: 1.5em;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5,
.landing h6
{
	color: #c106af;
}

.landing table
{
	width: 100%;
	position: relative;
	margin-bottom: 1.5em;
}

.landing table td
{
	border: 0 none;
	vertical-align: middle;
}

.landing table td.thumbnail
{
	width: 180px;
	text-align: center;
}

.landing table .price
{
	color: #888;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

.landing table .price strong
{
	color: #c106af;
	font-size: 18px;
}

.landing .active-button
{
	width: 110px;
	margin: 0 auto;
}

.landing .block p
{
	margin-bottom: 1em;
}

.landing .block .title
{
	color: #c106af;
	font-size: 16px;
}


/* @end */






/* @group Indent */

.indent-1
{
	padding-left: 20px;
}

.indent-2
{
	padding-left: 40px;
}

.indent-3
{
	padding-left: 60px;
}

.indent-4
{
	padding-left: 80px;
}

.indent-5
{
	padding-left: 100px;
}

.indent-6
{
	padding-left: 120px;
}

.indent-7
{
	padding-left: 140px;
}

.indent-8
{
	padding-left: 160px;
}

.indent-9
{
	padding-left: 180px;
}

.indent-10
{
	padding-left: 200px;
}

.confirm-money
{
	color: #c106af;
	font-weight: bold;
}

.eDankort
{
	color: #c106af;
}

.condition
{
	font-size: 10px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #c106af;
	background-color: #F4E8F2;
	display: none;
}

/* @end */


