/* Basic Element Formatting ------------------------------------------------------------- */

html {
	font-size: 100%;
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	font-size: 0.8em;
}

input {
	font-size: 1em;
	font-weight: normal;
	height: 1.25em;
	margin-bottom: 1px;
}

select {
	font-size: 1em;
	font-weight: normal;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
}

/* Standard text and link formatting ------------------------------------------------------------- */

.vrshopSmallerText {
	font-size: 0.8em;
	width: 100%;
}

.vrshopBoldLinks { 
	font-size: 0.8em;
	text-decoration: none; 
	font-weight: bold;
}

.vrshopBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
}

.vrshopProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
}

.vrshopProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
}

.vrshopPrice {
	font-weight: bold;
	font-size: 0.8em;
}

.vrshopProductLinks, vrshopProductLinks:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.vrshopProductAdd {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
}

/* Header Styles ------------------------------------------------------------- */

img#vrshopLogo {
	float: left; border: 0px;
}

div#vrshopHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 70px;
}

div#vrshopSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

span#vrshopWelcome {
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.7em;
}

span#vrshopDate {
	float: right;
	padding-right: 5px;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -5px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}


#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 1px 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.7em;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a:hover {
	text-decoration: none;
}

.vrshopHeaderBlock
{
	margin: 5px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	height: 80%;
	font-size: 1em;
}

.vrshopHeaderBlockTitle
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: bold;
}

.vrshopHeaderBlockContent
{
	padding: 1px 5px;
	font-size: 0.7em;
	font-weight: normal;
}

.vrshopHeaderBlockContent a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 0.8em;
}

.vrshopHeaderBlockContent a:link,  .vrshopHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
}

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

.vrshopHeaderBlockLinks {
	margin-top: 4px; margin-bottom: 2px; text-align: right;
}

/* Left Column ------------------------------------------------------------- */

div#vrshopLeftMenu {
	font-size: 1em;
	position: absolute;
	left: 5px;
	width: 150px;
	padding-top: 0px;
}

.vrshopSectionList {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

.vrshopSubSectionList {
	margin: 0px; padding: 0px; padding-left: 14px;  list-style-type: square;
}

.vrshopCustomerLinks {
	margin: 0px; padding: 0px; padding-left: 5px; list-style-type: none;
}

.vrshopNewsLinks {
	margin: 0px; padding: 0px; padding-left: 17px; list-style-type: square;
}

/* Right Column ------------------------------------------------------------- */

div#vrshopRightMenu {
	font-size: 1em;
	position: absolute;
	right: 5px;         
	width: 150px;
	padding-top: 0px;
}

/* Right and Left Menu Box Style ------------------------------------------------------------- */

.vrshopMenuBox {
	width: 148px;
	margin-top: 10px;
}

.vrshopMenuBoxTitle {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.vrshopMenuBoxContent,
.vrshopMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 0.75em;
	height: 1%;
}

.vrshopMenuBoxContent {
	text-align: left;
}

.vrshopMenuBoxContent:after { content: ""; display: block; height: 0; clear: both; }

.vrshopMenuBoxContentCent {
	text-align: center;
}

/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#vrshopMainContent {
	margin: 10px 155px 0 155px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}

div#vrshopMainContent:after { content: ""; display: block; height: 0; clear: both; }

.vrshopPageHeading {
	font-size: 0.95em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
}

.vrshopPageSubHeading {
	font-size: 0.85em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

.vrshopBreadcrumb {
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.vrshopBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
}

/* Footer Styles ------------------------------------------------------------- */

div#vrshopFooter {
	margin: 0;
	width: 100%;
	clear: both;
}

div#vrshopFooterLinksDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1em;
}

ul#vrshopFooterLinks	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#vrshopFooterLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#vrshopFooterLinks a { 
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
}

#vrshopFooterLinks a:link, #vrshopFooterLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}

#vrshopFooterLinks a:hover {
	text-decoration: underline;
	font-weight: bold;
}


div#vrshopUsersOnline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

div#vrshopCopyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
}

/* General Form Styling ------------------------------------------------------------- */

.vrshopForm {
}

.vrshopFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.vrshopFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.vrshopFormCol2 {
	float: left;
	text-align: left;
}	

.vrshopError {
	font-size: 0.8em;
	font-weight: normal;
}

.vrshopFormDiv {
	text-align: center;
}

.vrshopFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.vrshopFormTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.vrshopFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.vrshopFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.vrshopFormTable td.vrshopFormSubmit {
	text-align: right;
}

.vrshopFormTable input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.3em;
}

.vrshopFormTable select {
	font-size: 1em; 
	font-weight: normal;
}

.vrshopFormTable td.vrshopFormSubmit input {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 16px;
}

.vrshopFormError {
	font-weight: bold;
	font-size: 0.8em;
}

/* Cart Styling ------------------------------------------------------------- */

.vrshopCartDiv {
	text-align: center;
}

.vrshopCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
}

.vrshopPCentered {
	text-align: center;
}

.vrshopCartTable caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.70em;
}

.vrshopCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.75em;
	vertical-align: top;
}

/* general table styling ------------------------------------------------------------- */

.vrshopGeneralTableDiv {
	text-align: center;
}

.vrshopGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.vrshopGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.vrshopGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.vrshopGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.vrshopGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.vrshopGeneralTable a:link, .vrshopGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.vrshopGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.vrshopProductTableDiv {
	text-align: center;
}

.vrshopProductTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.vrshopProductTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.vrshopProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.vrshopProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles ------------------------------------------------------------- */

.vrshopIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.vrshopIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.vrshopIndexColLeft {
	width: 49%; float: left;
}

.vrshopIndexColRight {
	width: 49%; float: right;
}

.vrshopIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.vrshopIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px; font-weight: normal; font-size: 0.75em;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 1em;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: none;
}

#pageslist a:hover {
	text-decoration: none;
}

/* Other/Misc Styles ------------------------------------------------------------- */

.vrshopProductListMain {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
}

.vrshopProductListTitle {
	float: left; margin-right: 5px;
}


.vrshopSecFlagsDiv {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.vrshopProductFlag {
	margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}

.vrshopSectionThumbnail {
	float: left;
}

.vrshopSectionDesc {
	margin-left: 105px;
}

.vrshopSubSecDiv {
	width: 100%; clear: both; text-align: left;
}

.vrshopSecImages {
	float: left; margin-right: 5px; padding: 3px;
}

.vrshopLinksDiv {
	padding: 3px; font-weight: bold;
}

.vrshopSubSecTitle {
	padding-top: 3px;
}

.vrshopSectionContent {
	clear: both; padding-top: 10px;
}

.vrshopSecProductTitle {
	padding-top: 3px;
}

.vrshopSecProductDiv {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
}

.vrshopSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}

.vrshopProductSep {
	clear: both; border: 0px; margin-bottom: 5px; height: 5px;
}

.vrshopProductFullImage {
	float: left; margin-right: 10px; border: 1px solid;
}

.vrshopProductOptionsDiv {
	float: right; width: 254px;
}

.vrshopProductFieldsDiv {
	float: left; margin-left: 5px; text-align: left;
}

.vrshopSendFriendDiv {
	float:right; font-weight: bold;
}

.vrshopSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
}