@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, blockquote, p, form, li, ul{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:12px;
	list-style:none;
}
:focus {
	-moz-outline: none; /* fx 1.07*/ 
	outline:none; /* fx 1.05, Safari, Mac IE*/
}
a img {
	border:0;
}
.clearboth {
	clear: both;
	height:0;
	line-height:0;
	font-size:0;
}
html {
	height:100%;	
}
body {
	background-color: #f7e8ca;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:100%;
}
a:link {
	color: #039;
}
a:visited {
	color: #039;
	font-style: italic;
}
a:hover {
	color: #000;
}

#mainwrapper {
	background-repeat: repeat-y;
	background-position: right;
	min-width: 950px;
}
#wrapper {
	min-width: 820px;
	position:relative;
	min-height:100%;
	margin-bottom:100px;
}
* html #wrapper { height: auto; }
#pulldown {
	display:none;
	position:absolute;
	top:0;
	background-image: url(images/pulldownbg.gif);
	background-repeat: repeat-x;
	background-position: middle;
	height: 261px;
	color: #ebebeb;
	z-index: 300;
	margin-top:30px;
	width:100%;
}
#pulldown .columns div {
	float: left;
	width: 13.5%;
	height: 200px;
}
#pulldown .columns div h1 {
	margin:0 0 0 8px;
	font-size:14px;
	color:#faa02c;
}

#pulldown .columns div h2 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#faa02c;
	font-weight:bold;
}
#pulldown .columns div ul {
	margin:0 0 0 16px;
}
#pulldown .columns div li {
	margin: 8px 0;
}
#footer {
	position: relative;  
	height:73px;
}
* html #footer {
	position:relative; 
	margin-top:73px; 
}
#footer li a:link,#footer li a:visited , #pulldown .columns div li a:link, #pulldown .columns div li a:visited{
	font-style: normal;
	color: #ebebeb;
	text-decoration: none;
}
#footer li a:hover,#pulldown .columns div li a:hover{
	font-style: normal;
	color: #f69e2d;
	text-decoration: none;
}
#pulldown .columns div li a:hover{
	font-style: normal;
	color: #f00;
	text-decoration: none;
}
#pulldown .columns div h1 a:link, #pulldown .columns div h1 a:visited {
	font-style: normal;
	color: #faa02c;
	text-decoration: none;
}
#pulldown .columns div h1 a:hover {
	font-style: normal;
	color: #F00;
	text-decoration: none;
}
#pulldown .columns {
	width: 95%;
	margin: 30px 50px 0 50px;
}
#pulldown .columns .divider {
	float: left;
	width: 1px;
	height: 160px;
	background-color: #ebebeb;
	margin-top: 20px;
}
#header #nav .right {
	float: right;
	width:225px;
}
#header .logo {
	top: 119px;
	position: absolute;
	left: 0px;
	display:none;
}
#header {
	background-image: url(images/newheaderbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #f7e8ca;
	padding-right: 10px;
	padding-left: 10px;
	z-index:301;
	height:33px;
	overflow:hidden;
	margin-bottom:258px;
}
#header .pnum {
	font-size: 20px;
	font-weight: bold;
	margin-left:220px;
}
#header .toplogo {
	position:absolute;
	top:0;
}
#header .email {
	padding-left: 20px;
	font-size: 14px;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #ffffff;
}
#header .email a:link, #header .email a:visited {
	color: #f7e8ca;
}
#header a:hover, #header .email a:hover {
	text-decoration:none;
	color:#f69e2d;
}#header #nav ul {
	margin: 6px;
	float: right;
}
#header #nav ul li {
	display: inline;
	margin: 10px;
}
#shopbutton {
	top: 0px;
	float: left;
	position: absolute;
	z-index: 301;
}
#content {
	background-image: url(images/bodytopshadow.gif);
	background-repeat: repeat-x;
}
#content #sidebar {
	float: right;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	width: 245px;
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 1;
	display: inline;
	position:relative;
}
#content #sidebar .top {
	width:245px;
	height:29px;
	background-image: url(images/bodytopshadow.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position:absolute;top:0;left:0;
}
#sidebar .sidebarcontent {
	margin: 0 auto;
	width: 225px;
	padding-top:29px;
}
.searchbar {
	background-image: url(images/search.jpg);
	background-repeat:no-repeat;
	background-color:#dadada;
	padding-left:10px;
	padding-top: 13px;
	padding-bottom: 9px;
	width: 200px;
	height: 17px;
	border:0;
	background-position: left middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#898989;
}
.searchform {
	text-align: center;
}
.searchbar:focus {
	background-image: url(images/search_focus.jpg);
	background-repeat:no-repeat;
	background-color:#dadada;
	padding-left:10px;
	width: 200px;
	height: 17px;
	border:0;
	background-position: left middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
h2 {
	color: #636363;
	font-size: 22px;
	margin-left: 8px;
	padding-top: 10px;
}
#sidebar p {
	margin: 25px 8px 0px 16px;
	display:block;
	color: #636363;
	font-size:12px;
}
#sidebar .hr {
	height: 6px;
	width: 245px;
	background-image: url(images/sidebar_rule.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -10px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar .date {
	display:block;
	float:left;
	clear:left;
	text-align:center;
	margin:16px 8px 8px 8px;
	padding:3px;
	background-color:#636363;
}
#sidebar .newnews {
	background-color:#faa02c;
	color:#636363;
}
#sidebar .newnewsnew {
	color:#faa02c;
	font-weight:bold;
	font-size:larger;
}
#sidebar .date span {
	display:block;
	color:#ebebeb;
}
#sidebar .num {
	font-size:32px
}
#promosmall div {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
#promosmall img{
	width: 200px;
}
#promosmall p {
	margin: 10px 0 0 0;
}
#promosmall h3 {
	font-size:14px;
	margin-top: 15px;
}
#promosmall a:link, #promosmall a:visited {
	color: #636363;
	text-decoration:none;
}
#promos div {
	width: 50%;
	text-align: center;
	margin: 20px auto;
	border:solid 1px #636363;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#e3e3e3;
}
#promos div div {
	margin:0;
	border:0;
	width:auto;
}
#promos img{
	float:left;
	width: 300px;
}
#promos p {
	margin: 10px 10px 10px 310px;
	text-align:left;
}
#promos h3 {
	font-size:14px;
	margin-top: 15px;
}
#promos a:link, #promosmall a:visited {
	color: #636363;
	text-decoration:none;
}
#maincontent {
	padding: 20px;
	clear: none;
}
#shopcontent {
	padding: 20px;
	clear: none;
}
#maincontentarea {
	padding: 20px;
	clear: none;
	margin-right: 300px;
}
#maincontent div {
	padding: 20px;
}
#maincontentarea div {
	padding: 20px;
}
#maincontent h3 {
	margin-left: 30px;
	font-size: 18px;
	color: #636363;
}
#maincontentarea h3 {
	margin-left: 30px;
	font-size: 18px;
	color: #636363;
}
#maincontent p {
	font-size: 12px;
	color: #636363;
	margin: 10px 0 0 30px;
}
#maincontentarea p {
	font-size: 12px;
	color: #636363;
	margin: 10px 0 0 30px;
}
#maincontent .left {
	border: 1px solid #636363;
	margin: 10px;
	padding: 2px;
	float: left;
	margin-left: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#maincontent .right {
	border: 1px solid #636363;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#maincontentarea .left {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #636363;
	margin: 10px;
	padding: 2px;
	float: left;
	margin-left: 30px;
}
#maincontentarea .right {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #636363;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#maincontentarea a.block:link, #maincontentarea a.block:visited {
	color: #ebebeb;
	background-color: #636363;
	float: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#maincontentarea a.block:hover, #promosmall a:hover {
	text-decoration:underline;
}
#maincontentarea .hr {
	width: 510px;
	height: 11px;
	background-image: url(images/rule.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 50px auto 0 auto;
	clear: left;
}
#content table {
	padding: 2px;
	border: 1px solid #636363;
	background-color: #f9efdc;
	border-spacing: 0;
	margin: 10px auto;
}
#content table td {
	margin: 0;
	padding: 3px 5px;
	text-align: center;
}
#content table .heading {
	font-weight: bold;
	background-color: #e6d8bd;
}
#footer {
	clear: both;
	height:33px;
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
	padding-top:40px;
	text-align:center;
	color: #f7e8ca;
}
#footer li {
	margin: 0 10px;
	display:inline;
}
.greeting {
	font-size:36px;
}
#topbar {
	background-image: url(images/topbarbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
	height:50px;
}
#topbar form {
	float:right;
	padding: 5px 30px;
	display:inline;
}
#topbar h4 {
	color:#636363;
	float:left;
	padding:14px 30px;
	font-size:16px;
	margin:0;
	display:inline;
}
.shopitem {
	width:70%;
	margin:40px auto;
	background-color:#ebebeb;
	border:solid 1px #636363;
	padding:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.image {
	float:left;
	margin: 8px 16px 16px 8px;
	background-color:#dadada;
	border:solid 1px #636363;
	padding:2px;
	display:inline;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.prodcode {
	text-align:center;
	font-weight:bold;
	color:#636363;
}
.shopitem .leftmargined {
	margin-left:157px;
}
.shopitem h4 {
	margin-top:16px;
	font-weight:bold;
	font-style:italic;
	color:#636363;
	font-size:24px;
}
.shopitem .features {
	margin-left:25px;
}
.features ul {
	list-style:disc;
	margin-left:45px;
}
.features li {
	list-style:disc;
	font-size:14px;
	line-height:1.8em;
}
.shopitem h5 {
	margin-top:16px;
	margin-bottom:5px;
	font-weight:bold;
	font-style:italic;
	color:#636363;
	font-size:18px;
}
.shopitem .description {
	padding:0 8px;
	font-size:14px;
	line-height:1.8em;
}
.shopitem .description p{
	margin-top:8px;
	font-size:14px;
	line-height:1.8em;
}
.shopitem .quantityprices {
	margin-top:16px;
	margin-bottom:-16px;
	clear:both;
	border-top: solid 1px #636363;
	padding:8px 0;
	background-color:#fcfcfc;
	color:#636363;
	padding:8px 32px;
	text-align:center;
}
.shopitem .quantityprices li {
	display:inline-block;
	margin:0 25px;
}
.shopitem .bottomrow {
	margin-top:16px;
	clear:left;
	border-top: solid 1px #ebebeb;
	padding-top:8px;
	background-color:#363636;
	color:#ebebeb;
	padding:8px 32px;
	text-align:center;
	height:34px;
}
.shopitem .bottomrow p {
	display:inline;
}
.price {
	font-size:18px;
	font-weight:bold;
	margin-right:8px;
}
.shopitem .bottomrow .right {
	float:right;
	margin:0;
}
.shopitem .bottomrow .right2 {
	float:right;
	margin:0;
}
.shopitem input, .shopitem select {
	border:solid 1px #636363;
	height:20px;
	padding:0 2px;
	margin:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bottomrow img {
	float:left;
	margin:0;
	padding:0;
}
.discount {
	font-weight:bold;
	color:#f00;
}
.couponentry {
	width:200px;
	margin:100px auto 25px auto;
	padding:20px;
	border:dotted 2px #f00;
}
.couponentry p {
	text-align:center;
	font-weight:bold;
	color:#f00;
	padding-right:30px;
}
#checkout p {
	width:450px;
	text-align:right;
	padding:5px 0;
	margin:0;
}
.required {
	font-weight:bold;
	color:#f00;
}
#checkout .inputstyle {
	width:225px;
	border:solid 1px #636363;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#636363;
	padding:3px;
	margin:0 0 0 20px;
}
.yourcart {
	text-align:center;
	display:block;
	font-weight:bold;
}
.yourcart span {
	font-size:14px;
	color:#faa02c;
}
.errormessage {
	display:none;
	position:absolute;
	width:40%;
	left:25%;
	top:200px;
	padding:5%;
	background-color:#636363;
	color:#e3e3e3;
	border:solid 1px #e3e3e3;
	z-index:999;
	text-align:center;
	font-weight:bold;
}
#imprintupload {
	display:none;
	width:400px;
	background-color:#e6d8bd;
	padding:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:25px;
}
#imprintupload p {
	width:400px;
	margin:0;
	background-color:#e6d8bd;
}
#map {
	float:left;
	border:solid 1px #636363;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#33436d;
	padding:0px;
	margin:20px;
}
.mediabuttons {
	border-top:solid 1px #636363;	
	width:170px;
	margin:0 auto;
}
.mediabuttons div {
	position:relative;
	top:-1px;
	margin: 0 2px 25px;
	float:left;
	text-align:center;
}
.mediabuttons a {
	display:block;
	width:50px;
	height:25px;
	border:solid 1px #636363;
	background-color:#e3e3e3;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.mediabuttons a:hover {
	background-color:#f2f2f2;
}
.mediabuttons .active a {
	border-top:solid 1px #f2f2f2;
	background-color:#f2f2f2;
}
.mediabuttons .facebookb a {
	background-image:url(images/connect/fb.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.mediabuttons .twitterb a {
	background-image:url(images/connect/tw.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.mediabuttons .newsletterb a {
	background-image:url(images/connect/nl.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.socialconnect {
	height:300px;
	overflow:auto;
}
.socialconnect .sub {
 	background-color:#fff;
	border:solid 1px #636363;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px 12px;	
	width:120px;
	margin:0 auto;
}
.socialconnect .subb {
 	background-color:#636363;
	border:solid 1px #f2f2f2;
	padding:5px 12px;
	width:50%;
	text-align:center;
	margin:0 auto;
	color:#e3e3e3;
}
.abandonedordermessage {
	width:100%;
	height:300px;
	position:absolute;
	top:40px;
}
.abandonedordermessage div {
	width:300px;
	margin:0 auto;
	border:solid 3px #f00;
	background-color:#636363;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	font-size:18px;
	padding:10px;
}
.abandonedordermessage div a:link {
	color:#f00;
}
.abandonedordermessage div a:hover {
	color:#e3e3e3;
}
mark {
	border-bottom:double 3px #000;
}