
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table{/*border-collapse:collapse;*/}
td{border: 0px solid #222;padding:4px;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

textarea, input{background-color:#eee;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
.clear {
    clear:both;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
html{height:101%}
body{
background:url('../images/bgr-fade111-1920.jpg') no-repeat #111;
background-attachment:fixed;
background-position:center top; 
font-family:Verdana;
font-size:12px;
}
#adminBody{
background:#fff;
}

#adminMenu{
background:#eee;border-bottom:1px solid #000;width:100%;padding:10px;
margin-bottom:20px;
}

#adminWrapper{
margin-left:auto;
margin-right:auto;
margin-top:30px;
padding-top:15px;
width:970px;
}
.updatebutton{font-size:30px;}
.deletebutton{font-size:30px;color:#f00;}

h1{
font-size:18px;
line-height:22px;
text-shadow: 2px 2px 4px #fff;
margin-bottom:8px;
}

h2{
font-size:16px;
line-height:20px;
text-shadow: 2px 2px 4px #fff;
margin-bottom:8px;
}

h3{
font-size:14px;
line-height:18px;
text-shadow: 2px 2px 4px #fff;
margin-bottom:8px;
}




tr{padding-bottom:2px;}
td{padding-bottom:2px;}

#wrapper{
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:30px;
padding-top:15px;
width:800px;
background:url('../images/bgr800.png');
}

#producers{
margin-left:auto;
margin-right:auto;
margin-bottom:60px;
width:800px;
}


#logo{
margin-left:auto;
margin-right:auto;
margin-top:30px;
width:152px;
height:50px;
background:url('../images/logo-small.png') no-repeat;
}

#menu{
margin-top:30px;
margin-bottom:10px;
height:10px;

}

.menuItem{
	float:left;
}

.menuItem a{
	text-decoration:none;
	color:#000;
	text-shadow: 2px 2px 4px #fff;
	font-size:14px;
}

.menuItemSpacer{
	float:left;
	width:40px;
	display:block;
}

.productWrapper{
margin-left:auto;
margin-right:auto;
margin-top:30px;
width:600px;
background:url('../images/bgr800.png');
}

.productInnerWrapper{
	padding:20px;
}

.bigProductImage{
	display:none;
	padding-bottom:20px;
}
.bigProductImage img{cursor:pointer;}

.productImage{
	float:left;
	margin-right:10px;
	width:275px;
}
.productImage img{cursor:pointer;}

.productInfo{
	float:left;
	overflow:hidden;
}

.productInfoRelativeWrapper{
	position:relative;
	height:275px;
	width:274px;

}

.productTextWrapper{
	font-size:12px;
	line-height:16px;
	text-shadow: 1px 1px 2px #fff;
	position:absolute;
	top:0;	
}

.productText{
	margin-left:2px;
}

.productPrice{
	font-size:14px;
}
.productHeader{
	font-size:18px;
	line-height:22px;
	text-shadow: 2px 2px 4px #fff;
	margin-bottom:8px;
}

.productOrder{
	position:absolute;
	bottom:0;
	right:2px;
}

.orderAnchor {
	text-decoration:none;
	color:#790000;
	text-shadow: 2px 2px 4px #fff;
	font-size: 18px;
	font-weight: bold;
}

.productOrderForm{
margin-top:20px;
margin-bottom:20px;
display:none;
padding-bottom:20px;
border-bottom:1px solid #fff;
}

#thankYou{
	background:#fff;
	cursor:pointer;
	padding:20px;
}
.thanksForTheOrder{
	font-size:18px;
	line-height:22px;
	text-shadow: 2px 2px 4px #fff;
	margin-bottom:6px;

}


.missing{
	background:#f00;
}

.pageTextWrapper{
	font-size:12px;
	line-height:14px;
	}

.boxShadow {
-moz-box-shadow: 0 0 1px 1px #fff;
-webkit-box-shadow: 0 0 1px 1px#fff;
box-shadow: 0 0 1px 1px #fff;
}

@media only screen and (max-device-width : 1600px) {
	body{background:url('../images/bgr-fade111-1600.jpg') no-repeat #111;}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#wrapper{margin-top:0;}
	body{background:url('../images/bgr-fade111-1200.jpg') no-repeat #111;font-size:16px;}
	.productHeader{
	font-size:22px;
	line-height:26px;
	}
	.productTextWrapper{
	font-size:16px;
	line-height:20px;
	}

	.productOrderForm{
	font-size:16px;
	line-height:20px;
	
	}
	
	.orderAnchor {
	font-size: 26px;
	}

	.menuItem a{
	font-size:24px;
	}

	h1{
	font-size:22px;
	line-height:26px;
	}

	h2{
	font-size:18px;
	line-height:22px;
	}

	h3{
	font-size:16px;
	line-height:20px;
	}

	.pageTextWrapper{
	font-size:13px;
	line-height:15px;
	}

}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#wrapper{margin-top:0;}
	body{background:url('../images/bgr-fade111-1200.jpg') no-repeat #111;font-size:13px;line-height:15px;}
	.productHeader{
	font-size:22px;
	line-height:26px;
	}
	.productTextWrapper{
	font-size:16px;
	line-height:20px;
	}
	.productOrderForm{
	font-size:16px;
	line-height:20px;
	}
	.orderAnchor {
	font-size: 26px;
	}
	
	h1{
	font-size:22px;
	line-height:26px;
	}

	h2{
	font-size:18px;
	line-height:22px;
	}

	h3{
	font-size:16px;
	line-height:20px;
	}

	.pageTextWrapper{
	font-size:13px;
	line-height:15px;
	}
	.menuItem a{
	font-size:24px;
	}

}

.loading {
    background:#fff url('../images/ajax-loader.gif') no-repeat center center; /* thanks http://ajaxload.info/ */
}