* {
	margin:0;
	padding:0;
}

.tabletitle {
    font-weight:bold;
    text-align:left;
}

img {border:0;margin:10px 0}
p {margin:10px 10px}

.header,.navbar,.content,.right_side,.footer {padding:9px 0;font-size:.9em}

html {
	background:#fff;
}

body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0.2em;
	color:#000;
	font:100.01%/1.1 tahoma, "Lucida Sans", Arial, "Times New Roman", Times, sans-serif;
}

.red {
	color:red;
}

.screen_wide {
	min-width:600px;
	max-width:1200px;
}

.screen_med {
	max-width:880px;
	min-width:640px;
}

.screen_low {
	max-width:640px;
	min-width:600px;
}

h1 {
	font-size:1.2em;
	margin-bottom:10px;
}

h2 {
	font-size:1.05em;
	border-left:5px solid #666;
	padding-left:5px;
	margin-top:20px;
}

h1,h2 {
	margin-left:10px;
	font-weight:normal;
}



.header,.navbar,.content,.right_side,.footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */

.header,.footer {width:100%}

.navbar,.content,.right_side {float:left}


/* start of .header */

.header {
	background: url('images/background5low2.jpg') no-repeat;
	background-position: center;
	height: 31px;
}

.screen_med .header {
	background: url('images/background5big.jpg') no-repeat;
	background-position: center;
	height: 51px;
}

.screen_wide .header {
	background: url('images/background5wide2.jpg') no-repeat;
	background-position: center;
	height: 71px;
}

/* end of .header, start of .top_nav_bar */

.top_nav_bar {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background:#6E6E6E;
	/*background: url('images/menu_background_grey.JPG') repeat-x 0px 0px;*/
}

.top_nav_bar ul {
	list-style-type: none;
	overflow: hidden;
}

.top_nav_bar li {
	width: 16.5%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	border-left: 1px solid black;
}

.top_nav_bar li.last {
	border-right: none;
}

.top_nav_bar a {
	color: white;
	text-decoration: none;
}

.top_nav_bar a:hover {
	color:#CECECE;
}

.screen_low .top_nav_bar {
	font-size: 0.8em;
}

/* end of .top_nav_bar, start of .navbar */

.navbar {
	width:16%;
	text-align: center;
	min-width: 10em;
}

.screen_low .navbar {
	height: 30.5em;
}

.screen_med .navbar {
	height: 30.5em;
}

.screen_wide .navbar {
	height: 36.2em;
}

.navbar li {
	list-style: none;
	max-width:12em;
	margin-left: 4%;
	margin-right: 0.0em;
	border-left: 0.1em solid black;
	border-right: 0.1em solid black;
	border-bottom: 0.1em solid #B07000;
	font-size: 0.9em;
}

.screen_low .navbar li {
	height: 0.7em;
	padding: 0.7em 0.1em 0.7em 0.1em;
}

.screen_med .navbar li {
	height: 0.7em;
	padding: 0.7em 0.2em 0.7em 0.2em;
}

.screen_wide .navbar li {
	height: 1em;
	padding: 0.7em 1em 0.7em 1em;
}

.navbar h1 {
	text-decoration:underline;
	color:black;
	/*text-shadow: 0px 0px 6px#6E6E6E;*/
}

.navbar li a{
	/*padding-left: 1em;
	padding-right: 1em;*/
	display: block;
	text-decoration:none;
	color:black;

}
.navbar li.first {
	border-top: 0.1em solid #B07000;
}

.navbar li a:hover {
	color: orange;
}

/* end of .navbar, start of .content*/

.basketscroll {
	width:80%; 
	overflow:auto;
	float:left;
	color:#000;
	padding-right:5px;
	border-style:none;
	line-height:150%;
}

.basketbar a {
	text-decoration:none;
	color:black;
}

.basketbar a:hover {
	text-decoration:none;
	color:orange;
}

.tableholder {
	padding: 5px 5px 5px 5px;
	border: 1px solid grey;
	border-style:ridge;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
}

.baskettable {
	width:200px;
	color:black;
	margin-left:auto;
	margin-right:auto;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}

.lined {
	border-bottom:2px solid black;
}

.buttonalign {
	display:block;
	width:380px;
	margin-left:auto;
	margin-right:auto;
}

.centerbutton {
	width:100px;
	margin-left:auto;
	margin-right:auto;
}

.reviewtable {
	border-style:none;
	width:85%;
	margin-left:5%;
	margin-right:10%;
	font-size:0.8em;
}

.qtyInput {
	text-align:center;
}

.reviewheader {
	background-color: black;
	color:white;
	border-style:none;
	padding:3px;
}

.datarow_1 {
	background-color: #CECECE;
	border-style:none;
	padding:3px;
}

.datarow_1 a{
	color:black;
	text-decoration:none;
}

.datarow_0 {
	background-color: #fff;
	border-style:none;
	padding:3px;
}

.datarow_0 a{
	color:black;
	text-decoration:none;
}

.termstable {
	font-size:0.8em;
}

.termstable input {
	margin-left:10px;
}

.loginholder {
	font-size:0.8em;
	margin-top:0px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background:lightgrey;
}

.customertable {
	margin-left:auto;
	margin-right:auto;
}

.customerheader {
	background: black;
	color:white;
	text-align:center;
}

.customertitle {
	text-align:right;
	padding-right:5px;
}

.customertd {
	margin-top: 5px;
}

.centertd {
	text-align:center;
}

.invtable {
	width:35%;
	float:left;
	font-size:0.8em;
	color:black;
	margin-left:5%;
}

.invheadtd {
	font-weight:bold;
	font-size:1em;
	padding: 0px 0px 4px 0px;
	border-bottom:2px solid black;
}

.invtd {
	margin-top: 5px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border-color: black;
}

.deltable {
	width:35%;
	float:right;
	color:black;
	font-size:0.8em;
	margin-right:10%;
}

.delheadtd {
	font-weight:bold;
	font-size:1em;
	padding: 0px 0px 4px 0px;
	border-bottom:2px solid black;
}

.deltd {
	margin-top: 5px;
}

.methtable {
	width:35%;
	float:right;
	color:black;
	margin-right:10%;
	font-size:1em;
}

.methheadtd {
	font-weight:bold;
	font-size:0.8em;
	padding: 0px 0px 4px 0px;
	border-bottom:2px solid black;
}

.methtd {
	margin-top: 5px;
	font-size:0.8em;
	padding: 6px 0px 4px 0px;
	border-color: black;
}

.paytable {
	width:35%;
	float:left;
	color:black;
	font-size:0.8em;
	margin-left:5%;
}

.payheadtd {
	font-weight:bold;
	font-size:1em;
	padding: 0px 0px 4px 0px;
	border-bottom:2px solid black;
}

.paytd {
	margin-top: 5px;
	font-size:1em;
}

.addtable {
	width:85%;
	float:left;
	color:black;
	margin-left:5%;
}

.addheadtd {
	font-size:14px;
	border-width: 0px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
	border-color: black;
}

.addtd {
	margin-top: 5px;
	font-size:14px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.toptables {
	height:19em;
	clear:both;
}

.bottomtables {
	
}

.screen_low .loginholder {
	padding-left:5%;
}

.screen_med .loginholder {
	padding-left:10%;
}

.screen_wide .loginholder {
	padding-left:20%;
}

.logintable {
	margin-top:-5px;
}

.logintd {
	width:20%;
	padding:0px 5px 0px 5px;
}

.logintd1 {
	padding: 0px 5px 0px 5px;
}

.content {
	width:80%;
	margin-left: 1%;
}

.screen_low .content {
	width: 75%;
	font-size: 0.81em;
}

.spacer {
	padding-left:5%;
	padding-right:5%;
}

.content .pic {
	margin-left:20%;
}

.agewarning {
	width: 90%;
	color:red;
	text-align: center;
	margin-top: -1%;
}

.scroll, .warningscroll, .basketscroll {
	width:99%; 
	overflow:auto;
	float:left;
	color:#000;
	padding-right:5px;
	border-style:none;
	line-height:150%;
	clear:both;
}

.screen_low .scroll {
	height:32.4em;
}

.screen_med .scroll {
	height:29.5em;
}

.screen_wide .scroll {
	height:35.2em; 
}

.screen_low .warningscroll {
	height:29.6em;
}

.screen_med .warningscroll {
	height:27.6em;
}

.screen_wide .warningscroll {
	height:30em; 
}

.screen_low .basketscroll {
	height: 27.7em;
}

.screen_med .basketscroll {
	height:25.4em;
}

.screen_wide .basketscroll {
	height:28.6em;
}

.scroll li {
	padding-left: 1em;
	margin-bottom: 2em;
}

.scrolltitle {
	font-weight:bold;
	text-align:center;
}
    
.newitem, .newitemnopic {
	width:99%;
	border-bottom: 1px solid black;
}

.newitemnobottomborder, .newitemnopicnobottomborder {
	width:99%;
}

.newitem h1, .newitemnopic, .content h1, .newitemnobottomborder h1, .newitemnopicnobottomborder h1 {
	padding-top: 0.3em;
	text-align: center;
	color:#3000B5;
}

.newitem p, .newitemnobottomborder p {
	width: 70%;
	line-height:150%;
}

.newitem img, .newitemnobottomborder img {
	float:right;
	margin-right: 1em;
	margin-top: 1.3em;
	width:120px;
	height:120px;
}

.screen_low .newitem img, .screen_low .newitemnobottomborder img {
	margin-left:0.5em;
}

.newitem .price, .newitemnopic .price, .newitemnobottomborder .price, .newitemnopicnobottomborder .price {
	font-weight:bold;
}

.newitem .addtobasket, .newitemnopic .addtobasket , .newitemnobottomborder .addtobasket, .newitemnopicnobottomborder .addtobasket {
	float:right;
	margin-top: -2.2em;
	margin-right: 2em;
	width:10em;
	text-align:right;
	font-weight:bold;
}

.newitem .addtobasket a, .newitemnopic .addtobasket a, .newitemnobottomborder .addtobasket a, .newitemnopicnobottomborder .addtobasket a {
	text-decoration: none;
	color:red;
}

.newitemnopic p, .newitemnopicnobottomborder p {
	width: 99%;
	line-height:150%;
	text-align: left;
	color: black;
}

.newitemnopic img {
	margin-left: auto;
	margin-right: auto;
}

.newitemnopic ol {
	text-align:left;
	line-height:0%;
	color:black;
	padding-left:30px;
}

.newitemnopic li {
	margin-top:-1em;
}

.selection {
	text-align: center;
	font-weight:bold;
}

.selection a {
	text-decoration:none;
	font-weight:normal;
}

.sectioner {
	text-align: center;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom:2px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.swissarmytable {
	font-size:0.8em;
	margin-left:auto;
	margin-right:auto;
}

.swissarmytable td {
	color: green;
}

.swissarmytable .tabletitle {
	color:black;
}

.boldcenter {
	text-align:center;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.centertext {
	text-align:center;
}

.flag {
	margin-left:30%;
}

.centerpic {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* end of .content, start of .footer */

.footer {
	clear:both;
	margin-top: -2%;
}

.footer ul {
	list-style-type: none;
	overflow: hidden;
	margin-left:10%;
	margin-right:10%;	
}

.footer li {
	width: 16%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	font-size:1.04em;
	border-right: 0.1em solid black;
}

.footer li.last {
	border-right: none;
}

.footer a {
	color: #005C03;
	text-decoration: none;
}

.footer a:hover {
	color:red;
}

/* CSS Document */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;	
}

.scroll .center {
	width:35%;
	margin-left:auto;
	margin-right:auto;
}

.scroll .centercards {
	width:89%;
	margin-left:10%;
	display:block;
}

.textcenter {
	text-align: center;
}

.deliveryprice {
	text-align:center;
	font-weight: bold;
	clear:both;
	margin-top:-2.6em;
	margin-left:10%;
}

.disc {
	list-style: disc;
	margin-left: 2em;
}

.circle {
	list-style: circle;
	margin-left: 2em;
}	

.bold {
	font-weight: bold;
}

.printline {
	margin-left:auto;
	margin-right:auto;
	width: 98%;
	border-top: 2px solid black;
}

.cards {
	height:40px;
	width:56px;
	margin-left:3%;
}

.firstcomment {
	color:blue;
	text-align:center;
}

.secondcomment {
	color:green;
	text-align:center;
}

.screen_wide .popUp
{

	position: absolute;
	
	top: 1000px;
	
	left: 200px;
	
	text-align: center;
	
	padding: 5px;
	
	border: 1px solid black;
	
	background: white;
}

.popUp
{

	position: absolute;

	top: 1000px;
	
	left: 200px;

	text-align: center;
	
	padding: 5px;
		
	border: 1px solid black;
	
	background: white;

}



.screen_wide #backgroundPopup {  
	display:none;  

	position:fixed;  

	_position:absolute; /* hack for internet explorer 6*/  

	height:100%;  

	width:100%;  

	top:0;  

	left:0;  

	background:#000000;  

	border:1px solid #cecece;  

	z-index:1;
}  



.screen_wide #popupContact {  

	display:none;  

	position:fixed;  

	_position:absolute; /* hack for internet explorer 6*/  

	height:286px;  

	width:669px;  

	background:#FFFFFF;  

	border:2px solid #cecece;  

	z-index:2;  

	padding:0px;  

	font-size:13px;  

}  



.screen_wide #popupContact h1 {  

	text-align:left;  

	color:#6FA5FD;  

	font-size:22px;  

	font-weight:700;  

	border-bottom:1px dotted #D3D3D3;  

	padding-bottom:2px;  

	margin-bottom:20px;  

}  



.screen_wide #popupContactClose {  

	font-size:14px;  

	line-height:14px;  

	right:6px;  

	top:4px;  

	position:absolute;  

	color:#6fa5fd;  

	font-weight:700;  

	display:block;
}  



.screen_wide #button {  
	text-align:center;  

	margin:100px;  
}  



.screen_wide #imgbox 
{
    
	vertical-align : middle;
    
	position : absolute;
    
	border: 1px solid #999;
    
	background : #FFFFFF; 
    
	filter: Alpha(Opacity=100);
    
	visibility : hidden;
    
	height : 200px;
    
	width : 200px;
    
	z-index : 50;
    
	overflow : hidden;
    
	text-align : center;

}



#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0; 
	margin-top: 40px;
}


#lightbox img { 
	width: auto; 
	height: auto;
}


#lightbox a img { 
	border: none;
}



#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto;
}


#imageContainer { 
	padding: 10px;
}



#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}


#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10;
}


#imageContainer>#hoverNav { 
	left: 0;
}


#hoverNav a { 
	outline: none;
}


#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block;
}


#prevLink { 
	left: 0; 
	float: left;
}


#nextLink { 
	right: 0;
	float: right;
}


#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}


#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}



#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
}



#imageData {	
	padding:0 10px; 
	color: #666;
}


#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left;
}	

#imageData #caption { 
	font-weight: bold;	
}


#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90;
	width: 100%; 
	height: 500px; 
	background-color: #000;
}


.yellow {
	color: #DAC459;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.fuchsia {
	color:fuchsia;
}

.purple {
	color:purple;
}

.green {
	color:green;
}
