.selectnav { display: none; }

#log-panel .button1 {
	display: none;
}

@media screen and (max-width: 768px) {
	a#menupanel {display: block;}
	.span9 #nav, .span12 #nav { display: none; }
	.span9 .selectnav, .span12 .selectnav { display: block; width:98%; }
	.selectnav { margin: 3px 1%; }
	.menu-nav {
		display: none;
	}
	#log-panel .button1 {
		display: inline;
		float: none !important;
		margin: 3px;
	}
	a#v_toggle {
		display: none;
	}
	
}

@media (min-width: 1200px) { 
	.camera_caption h1 {
		font-size: 180%;
		letter-spacing: -1px;
		margin: 4px 0px;
	}
	.camera_caption h2 {
		font-size: 190%;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	
	.camera_caption {
		font-size: 110%;
	}
	
	#search-position .search .inputbox, #search-position .finder .inputbox {
		max-width: 105px;
	}
}


/* Large desktop */

@media (min-width: 980px) and (max-width: 1199px) { 

	.inner {
		padding: 0px 30px;
	}

	.camera_caption h1 {
		/*font-size: 230%;*/
		letter-spacing: -1px;
		margin: 4px 0px;
	}
	
	.camera_caption h2 {
		font-size: 140%;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	
	.camera_caption {
		font-size: 110%;
	}
	
	#search-position .search .inputbox, #search-position .finder .inputbox {
		max-width: 105px;
	}
	
	#menu .menu-nav > li a {
		padding: 7px 9px;
font-weight: 800;
text-transform: none;
	}
		
	#menu #nav ul { width: 14.5em !important;}
	#menu #nav ul ul { left: 14.5em !important; }
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

	body {
		font-size: 11px !important;
	}

	h3 {
		font-size: 130%;
	}
	
	.inner {
		padding: 0px 20px;
	}

	.camera_caption h1 {
		font-size: 150% !important;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	
	.camera_caption h2 {
		font-size: 120%;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	
	.camera_caption {
		font-size: 100%;
	}

	#search-position .search .inputbox, #search-position .finder .inputbox {
		width: 95px;
		font-size: 10px;
	}

	#search-position .search .button {
		text-indent: -9999px;
	}
	#menu .menu-nav > li a {
		padding: 7px 7px;
		font-weight: 600;
		font-size: 10px;
		text-transform: none;
	}

	#menu #nav ul { width: 12em !important;}
	#menu #nav ul ul { left: 12em !important; }

	#menu #nav ul li a { font-size: 11px; }
/* Force table to not be like tables anymore 
		table, thead, tbody, th, td, tr { 
			display: block; 
		}*/
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		/*tr { border: 1px solid #ccc; }*/
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 0px solid #eee !important; 
			border-top: 0px solid #eee !important; 
			position: relative;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			/*padding-left: 50%;*/ 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	.dk_options {
		left: -50%; 
	}
	
	.inner {
		padding: 0px 10px;
	}
	
	#menu-handler .span9 { 
		float: left;
		width: 20%;
	}
	
	#search-position {
		float: left;
		width: 80%;
	}
	
	.rm-line {
		display: block;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		width: 30%;
		height: 3px;
		margin: 3px 35% 3px 35%;
	}
	
	a#menupanel {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	ul.vmproduct.productdetails {
		padding: 0px !important;
	}
	
	ul.vmproduct.productdetails .spacer {
		padding-bottom: 10px;
	}

	#cart, #currency {
		clear: both;
		float: none;
	}
	
	#currency {
		padding: 10px 0px 9px 3px;
	}
	
	#currency input.button { 
		float: none;
	}
	
	#cart .show_cart a#cartpanel, #cart .show_cart a { margin-right: 5px }
	
	#cart .vmCartModule .total_products { padding-left: 10px; }
	
	#bot-modules .span2 {
		width: 100% !important;
	}
	.camera_caption h1 {
		font-size: 120% !important;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	
	.camera_caption h3 {
		font-size: 100% !important;
		letter-spacing: 0px;
		margin: 4px 0px;
	}
	/* Force table to not be like tables anymore 
		table, thead, tbody, th, td, tr { 
			display: block; 
		}*/
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		/*tr { border: 1px solid #ccc; }*/
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 0px solid #eee !important; 
			border-top: 0px solid #eee !important; 
			position: relative;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			/*padding-left: 50%;*/ 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		/*td:nth-of-type(1):before { content: "First Name"; }
		td:nth-of-type(2):before { content: "Last Name"; }
		td:nth-of-type(3):before { content: "Job Title"; }
		td:nth-of-type(4):before { content: "Favorite Color"; }
		td:nth-of-type(5):before { content: "Wars of Trek?"; }
		td:nth-of-type(6):before { content: "Porn Name"; }
		td:nth-of-type(7):before { content: "Date of Birth"; }
		td:nth-of-type(8):before { content: "Dream Vacation City"; }
		td:nth-of-type(9):before { content: "GPA"; }
		td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

	.inner {
		padding: 0px 5px;
	}

	#search-position .search .inputbox, #search-position .finder .inputbox {
		max-width: 100px;
	}

	#foo-left-right .span6 p {
		text-align: center !important;
	}

	.camera_pag {
		bottom: 6% !important;
	}
/* Force table to not be like tables anymore 
		table, thead, tbody, th, td, tr { 
			display: block; */
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		/*tr { border: 1px solid #ccc; }*/
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 0px solid #eee !important; 
			border-top: 0px solid #eee !important; 
			position: relative;
			padding-top: 6px !important;
			padding-bottom: 6px !important;
			/*padding-left: 50%;*/ 
		}
		tr {
			border-bottom:1px solid #e1e1e1;
		}
		td.sponsors {
			padding-top: 21px !important;
padding-bottom: 30px !important;
		}
		
		tr.mainsession {
			border-bottom:1px solid #ffffff;
			background-color: #f1f1f1;
		}
		
		tr.session {
			background-color: #f9f9f9;
			border-bottom:1px solid #ffffff;
		}

		tr.nolines {
			border: none !important;
		}
		
		td.betweensession {
			padding-top: 25px !important;
			padding-bottom: 25px !important;
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		/*td:nth-of-type(1):before { content: "First Name"; }
		td:nth-of-type(2):before { content: "Last Name"; }
		td:nth-of-type(3):before { content: "Job Title"; }
		td:nth-of-type(4):before { content: "Favorite Color"; }
		td:nth-of-type(5):before { content: "Wars of Trek?"; }
		td:nth-of-type(6):before { content: "Porn Name"; }
		td:nth-of-type(7):before { content: "Date of Birth"; }
		td:nth-of-type(8):before { content: "Dream Vacation City"; }
		td:nth-of-type(9):before { content: "GPA"; }
		td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}