/* Defaults
 ######################################################################### */

html {
    padding: 0;
    margin: 0;
}

body #content form {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
p,
ol,
ul {
    margin-top: 15px;
 	padding: 0;
}

div,
form {
    margin: 0 0 25px 0;
 	padding: 0;
}

img {
    border: 0;
}

ul {
    list-style: none;
}

table,
td,
tr,
li {
    margin: 0;
    padding: 0;
}

body {
 	margin: 0;
 	padding: 0;
 	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
 	line-height: 150%;
 	font-size: 12px;
 	color: #333;
 	text-align: left;
 	background: #f5f2e7 url(../imgs/body-bg.gif) top repeat-x;
}


a { color: #990000; }
a:hover { color: #cc3300; }

#aspnetForm { margin: 0 ;}

h4 {
    font-size: 1.8em;
}

/* Menu
 ######################################################################### */


#menu {
	position: absolute;
	z-index: 99;
	top: 32px;
	left: 66px;
}

#menu a {
	background: #CCC url(../imgs/menu-notselected-bg.gif) repeat-x;
	height: 22px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 4px;
	text-decoration: none;
	font-size: 10px;
	color: #777;
	display: block;
	float: left;
}

#menu .selected {
	background:url(../imgs/none.gif) top repeat-x;
	background-color: #FFFFFF;
	color: #555;
}

#contact-jacobs {
    position: absolute;
    top: 42px;
    left: 538px;
}

/* Content
 ######################################################################### */

#content {
    margin: 50px 0 0 50px;
    width: 520px;
    text-align: left;
 	background: #FFF url(../imgs/content-bg.gif) top repeat-y;
    color: #333;
}


/* Header
 ######################################################################### */

#header {
    background: url(../imgs/header-bg.gif) top no-repeat;
    margin-bottom: 12px;
    text-align: center;
/*    position: relative;*/
}

#header h1 {
    padding: 40px 270px 0 0;
    margin: 0 0 25px 0;
}

/* Contact
 ######################################################################### */

.contact {
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid #DDD;
}

.contact h2 {
    color: #FE3821;
}

.contact p {
    position: relative;
    margin: 0 0 5px;
    padding-left: 140px;
}

.contact p span {
    position: absolute;
    left: 0;
    width: 120px;
    display: block;
    text-align: right;
    color: #999;
}

.contact img.map {
    display: block;
    width: 320px;
    height: 100px;
    margin-left: 140px;
}

/* Cart
 ######################################################################### */

#cart {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
    padding: 0;
    margin: 0;
	color: #000000;
    background: url(../imgs/cart-header-bg.gif) top no-repeat;
    background: #FFF url(../imgs/cart-header2.gif) top no-repeat;
    position: fixed;
    top: 60px;
	width: 237px;
	max-height: 80%;
	overflow: auto;
    left: 590px;
    z-index: 10;
}

#cart h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #EEE;
	color: #FE3821;
	margin: 15px;
	margin-bottom: 2px;
	padding: 0;
}


#cart-inner {
    background: transparent url(../imgs/cart-footer2.gif) center bottom no-repeat;
	vertical-align: top;
	padding: 20px;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 11;
}


#cart-inner
{
	max-height: 80%;
	overflow:auto;
}

#cart .cart-item {
    position: relative;
    border-bottom: 1px solid #EEE;
}

#cart table {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

#cart td .item-container {
    padding: 5px;
    font-size: 10px;
    border-bottom: 1px solid #EEE;
    position: relative;
}

#cart td input {
    position: absolute;
    top: 9px;
    left: 5px;
}

#cart td p.info {
    font-size: 10px;
    text-align: right;
    margin-top: 2px;
    color: #999;
}

#cart td p {
    text-align: left;
    margin: 0 0 0 15px;
}
.remove-item {
    position: absolute;
    top: 0;
    left: 0;
	width: 18px;
}


.cart-item-content {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0 0 2px 20px;
	color: #333333;
}

.cart-item-title {
    margin-bottom: 3px;
}

.cart-item-data { 
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-align: right;
	margin: 0;
	color: #999;
}

#cart-summary strong {
    display: block;
    text-align: right;
}

#cart-summary {
    text-align: right;
}

#cart-summary p a {
    margin-left:   10px;
}



#ctl00_cphCart_myCart_lblCheckout {
/*    background: url(../imgs/control_play.png) left center no-repeat;
    padding: 5px 0 5px 20px;
*/}


#ctl00_cphContents_clnDate tbody 
{
	border-bottom: solid 2px #000000;
} 



.cart-summary tbody tr td {
    text-align: right;
}

.cart-summary tbody tr td:first-child {
    text-align: left;
}

.cart-summary .name {
    text-align: left;
    width: 160px;
}

.cart-summary .quantity {
    text-align: right;
    width: 80px;
}

.cart-summary .price {
    text-align: right;
    width: 90px;
}

.cart-summary .total {
    text-align: right;
    width: 90px;
}

.delivery-alternatives thead tr td {
    width: 50px
}

.delivery-alternatives thead tr td:first-child {
    width: 250px
}

.delivery-routine thead tr td {
    width: 50px
}

.delivery-routine thead tr td:first-child {
    width: 250px
}

.delivery-postal-code {
    width: 50px;
}

.delivery-street-name {
    width: 120px;
}

.delivery-notes {
    width: 445px;
    height: 70px;
    margin-bottom: 25px;
}


/* Order
 ######################################################################### */
 
#order 
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}

tbody { border: 0; }

body #content #order .sub-category
{
    margin-bottom: 8px;
}

#order table 
{
	border: 0;
	margin-bottom: 25px;
	width: 100%;
}

#order table .name {
    width: 50%;
    margin-right: 1%;
}

#order table .price {
    width: 12%;
}

#order table .amount {
    width: 12%;
}


#order table .action {
    text-align: right;
    width: 30%;
}

.errorlist li {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    background: red;
    margin-bottom: 10px;
    color: #FFF;
}

.text-content .errorlist li {
    display: inline;
    font-size: 9px;
}
.text-content .errorlist ul {
    display: inline;
}


#direct-to-register {
    text-align: right;
}

#order h1 {
	font-size: 15px;
	color: #e75c3a;
	border-bottom: 1px solid #ccc;    
}

#order h2 
{
	font-size: 12px;
	color: #e75c3a;
}

#order thead td
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	border: 0;
	
}

#order td
{
	font-size: 11px;
	color: #000000;
	padding: 5px 0;
	border: 0;
	
	border-bottom: 1px solid #EEE;
}

#order label
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}



#order a 
{
	font-size: 11px;
	text-decoration: none;
}

#order span
{
	font-size: 11px;
}

#order input 
{
	font-size: 11px;
}

#category-navigation {
    text-align: center;
    font-size: 10px;
}

#category-navigation a {
    margin: 0 3px;
}


/* Sum
 ######################################################################### */

.sum {
	margin: 0px;
	padding: 0px;
}

.sum-inner {
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	text-align: right;
	padding: 0 10px 10px 10px;
	background: url(../imgs/sum-bg.gif) repeat-x top;
}

.order-summary .sum-inner {
	float:  none;
	padding: 0 10px 10px 10px;
}


.sum-inner table {
	width: 100%;
}

.sum-inner h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #e75c3a;
}

.order-summary .sum-inner h1 {
    padding: 6px 0 4px 0;
    text-align: left;
}

.order-summary .sum-inner td:first-child {
    text-align: left;
}

.order-summary .align-left {
    text-align: left;
}

.sum-inner hr{
	width: 1%;
	border: 0;
	padding-top: 10px;
	height: 0px;
} 

.sum-inner .total-price {
	font-weight: bold;
}

.sum-inner td {
    text-align: right;
}

.sum-inner.delivery-info td:first-child {
    text-align: left;
    width: 30%;
}


/* Primary content
 ######################################################################### */

#primary-content {
    padding: 0 30px;
    padding-top: 0px;
}

#intro {
    font-size: 1.0em;
    font-style: italic;
    color: #777;
}

.text-content {
    margin-bottom: 15px;
    padding-top: 30px;
    border-top: 1px solid #e4ded1;
}


.text-content h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    width: 120px;
    padding-right: 10px;
    float: left;
    color: #fe3821;
    line-height: 125%;
}

.text-content p {
    margin-left: 140px;
    color: #444;
}

.text-content ul {
    margin-left: 140px;
    margin-top: 2px;
}

.text-content p span 
{
	display: inline;
	width: 120px;
}

#delivery-address {
    
    padding: 0 0 60px 40px;
}

#invoice-details,
#confirmation-details,
#cash-details {
    padding: 6px
}

/* Buttons
 ######################################################################### */

/* Slideshow
 ######################################################################### */

#slide img {
	display: none;
	position: absolute;
	width: 464px;
	height: 200px;
	top: 0;
	left: 0;
}

#slide {
	position: relative;
    margin: 0 auto;
    width: 464px;
    height: 200px;
}

/* Jacobs Krog
 ######################################################################### */

#see-jacobs-krog {
    position: absolute;
    top: 30px;
    right: -120px;
}

/* Footer
 ######################################################################### */

#footer {
    padding: 30px;
    margin: 0;
}

.address {
    border-top: 1px solid #e4ded1;
    padding-top: 30px;
    margin-bottom: 0px;
}

.address p {
    margin-bottom: 0px;
}

#jacobs-ad {
    margin: 0;
    padding-top: 10px;
    text-align: center;
    color: #666;
    font-size: 11px;
}

#footer p {
    margin: 0 0 2px;
}

#footer h3 {
    margin-left: 140px;
}

.address p span {
    text-align: right;
    width: 120px;
    padding-right: 20px;
    float: left;
    color: #999;

}

#openings 
{
	font-family: Arial;
	font-size: 10px;
	color: #999;
}

#delivery-time,
#delivery-date {
    float: left;
    width: 180px;
}

#delivery-date label {
    float: left;
}
#delivery-date .errorlist {
    display: none;
}
#delivery-date label {
    float: left;
}

/* Datepicker

*/

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../imgs/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}



table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Clearfix
 ######################################################################### */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

