﻿#MainFooter {
  color: #696969;
  font-weight: normal;
  text-align: center;
}

#leftImgBackground
{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0; 
    left:0;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:left;
    z-index:-999;
}

#rightImgBackground
{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:right;
    z-index:-999;
}

#AsideUser {
  float: right;
  margin: 18px;
}

#tblButtonsTop
{
    position:relative;
    top: -15px
}

.Breadcrumbs {
  color: #696969;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
}

a.Breadcrumbs:link {
  color: #696969;
  text-decoration: underline;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.titleNormal {
  COLOR: #696969;
  LETTER-SPACING: 1px;
  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
  FONT-WEIGHT: normal;
  FONT-SIZE: 22px;
}

.titleBold {
  COLOR: #696969;
  LETTER-SPACING: 1px;
  FONT-FAMILY: arial, verdana, helvetica, sans-serif;
  FONT-WEIGHT: bold;
  FONT-SIZE: 22px;
}

.HeaderColor {
  background-color: #F2F2F2;
}

.divWidthContent
{
  margin: auto;
  max-width:100%
}
    
tr.HeaderColor td {
  background-color: #F2F2F2;
}

.AlterColor {
  background-color: #FAFAFA;
}

tr.AlterColor td {
  background-color: #FAFAFA;
}

.Mandatory {
  background: url(../images/NewStyles/Mandatory.gif) no-repeat left top;
}

.HeaderColor .Mandatory {
  background-position: 0 10px;
}

.DefaultAttributes {
  min-width: 745px;
  width: 100%;
}

.DefaultAttributes td {
  height: 28px;
  padding: 10px;
}

.DefaultAttributes .HeaderColor td {
  padding-top: 5px;
  padding-bottom: 5px;
}
	
.MenuCompanyInfo 
{ 
	font-family: arial; 
	color: #000000; 
    background-color: #EBEBEB;
	text-align:center;
}

.MenuCompanyInfoValue
{
	padding: 10px; 
}

.divShopCartShortCutRow
{
    padding: 5px;
    padding-left:8px;
    padding-right:8px;
    clear: both;
}

.divShopCartShortCutLabel
{
    float: left;
    font-weight:bold;
    margin-right: 3px;
}
	
.divShopCartShortCutValue
{
    word-wrap: break-word; 
}

/**Borders**/
.TableInnerBorder {
  border-collapse: separate;
  border-spacing: 0;
}

.TableInnerBorder tr th,
.TableInnerBorder tr td {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.TableInnerBorder tr th,
.TableInnerBorder tr td {
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.TableInnerBorder tr th:last-child,
.TableInnerBorder tr td:last-child {
  border-right: none;
}

.TableInnerBorder tr:last-child td {
  border-bottom: none;
}

.DefaultTableRoundedCorners {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: #cccccc 2px solid;
}

.DefaultTableRoundedCorners tr:first-child td:first-child,  .DefaultTableRoundedCorners tr:first-child th:first-child{
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px;
}

.DefaultTableRoundedCorners tr:first-child td:last-child, .DefaultTableRoundedCorners tr:first-child th:last-child {
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
}

.DefaultTableRoundedCorners tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
}

.DefaultTableRoundedCorners tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px;
}

.StandardRoundedCorners {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: #cccccc 2px solid;
}

.NoRoundedCorners {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.NoLineRoundedCorners {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.TopLeftRadius {
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px;
}

.TopRightRadius {
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
}

.BottomLeftRadius {
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
}

.BottomRightRadius {
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px;
}

.DefaultBorder {
  border: #cccccc 2px solid;
}

.LineLeft {
  border-left: #cccccc 2px solid;
}

.LineRight {
  border-right: #cccccc 2px solid;
}

.LineBottom {
  border-bottom: #cccccc 2px solid;
}

tr.LineBottom td {
  border-bottom: #cccccc 2px solid;
}

.LineTop {
  border-top: #cccccc 2px solid;
}

tr.LineTop td {
  border-top: #cccccc 2px solid;
}

.NoLineBottom {
  border-bottom: none;
}

tr.NoLineBottom td {
  border-bottom: none;
}

.NoTopLeftRadius {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.NoTopLeftRadius tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

.NoTopRightRadius {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.NoTopRightRadius tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.NoBottomLeftRadius {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.NoBottomLeftRadius tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}

.NoBottomRightRadius {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.NoBottomRightRadius tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

/**End Borders**/

/** Menus **/
.LeftMenuWidth
{
    min-width: 180px;
    width: 100%;
}

.SubMenuBar {
  padding: 8px;
  border-bottom: none;
  max-width: 92%;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
}

.MenuScreenCell td {
  width: 50%;
  min-height: 60px;
  height: auto;
  vertical-align: top;
  padding: 15px;
}

.MenuScreenCell tr:nth-child(odd) {
  background-color: white;
}

.MenuScreenCell tr:nth-child(even) {
  background-color: #FAFAFA;
}

.AutoAlterColor tr:nth-child(even) {
  background-color: #FAFAFA;
}

.AutoAlterColorOdd tr:nth-child(odd) {
  background-color: #FAFAFA;
}
/** End Menus**/

/** PagingControl - SortArrow **/
.ArrowPagingControl_First, .ArrowPagingControl_Back, .ArrowPagingControl_Next, .ArrowPagingControl_Last {
  width: 0;
  height: 0;
  border-style: solid;
  cursor: default;
  float: left;
}

.ArrowPagingControl_First {
  border-width: 4px 6px 4px 0;
  border-color: transparent #cccccc transparent transparent;
}

.ArrowPagingControl_Back {
  border-width: 4px 5px 4px 0;
  border-color: transparent #cccccc transparent transparent;
}

.ArrowPagingControl_Next {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #cccccc;
}

.ArrowPagingControl_Last {
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #cccccc;
}

.ArrowPagingControl_HoverLeft:hover div {
  border-color: transparent red transparent transparent;
  cursor: pointer;
}

.ArrowPagingControl_HoverRight:hover div {
  border-color: transparent transparent transparent red;
  cursor: pointer;
}


.SortArrowAscending, .SortArrowDescending {
  width: 0;
  height: 0;
  border-style: solid;
  margin-left:3px;
  position: relative;
} 

.SortArrowAscending 
{
    top: -10px;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #fe9f34 transparent;
}

.SortArrowDescending 
{
    top: 10px;
    border-width: 6px 4px 0 4px;
    border-color: #fe9f34 transparent transparent transparent
}
/** End PagingControl - SortArrow **/

/**Buttons*/
.Buttons:link
{
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    letter-spacing: 1px
}

.Buttons:visited
{
 	font-weight: bold;
    COLOR: #999999;
    text-decoration: none;
    letter-spacing: 1px
}

.Buttons:hover
{
    font-weight: bold;
    color: red !Important;
    text-decoration: none;
    letter-spacing: 1px;
}
	
.btnGotoCart
{
    border: #696969 2px solid;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-weight: bold;
    border-radius: 15px;        
    cursor:pointer;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}

.btnGotoCart:link {
    text-decoration:none;
    background-color: #696969;
    color: white;
}

.btnGotoCart:visited {
    text-decoration:none;
    background-color: #696969;
    color: white;
}

.btnGotoCart:hover {
    text-decoration:none;
    background-color: White;
    color: #696969;
}

.btnGotoCart[disabled=disabled], .btnGotoCart:disabled {
    background-color: White;
    border: gray 2px solid;
    color: Gray;      
    cursor: auto;
}

.buttonSeparator
{  
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none !Important;
}

.Separator:after
{
    content: "   |   ";
    color: #999999;
    font-weight: bold    
}

[class*="icon-"]:before
{
    font-size: 16px;
    vertical-align: middle;
}
/**End Buttons*/

/* View In VR */
.btnViewInVR
{
    text-decoration:none !Important;
}
.btnViewInVR a:link
{
    text-decoration:none !Important;
}

.btnViewInVR a:hover
{
    text-decoration:none !Important;
    color:Red;
}

.ViewInVRGoggles
{
    width:25px;
    height:15px;    
    background-color:transparent;
    background-position:center;
    background-repeat: no-repeat;
}

.ViewInVRLabel
{
    color:Red;
    font-weight:bold;
    font-size:14px;
    padding-left:5px;
    font-family: 'Poppins', Helvetica, sans-serif;
}

.ViewInVRLabel a:link
{
    color:Red !Important;
    font-weight:bold;
    font-size:14px;
    padding-left:5px;
    font-family: 'Poppins', Helvetica, sans-serif;
}
.ViewInVRLabel:hover
{
    color:Red !Important;
    font-weight:bold;
    font-size:14px;
    padding-left:5px;
    font-family: 'Poppins', Helvetica, sans-serif;
    text-decoration:none;
}

.ViewInVRIcon
{
    width: 148px;
    height: 25px;
    background:url(../images/VRLink/ViewInVRGoggles.png);
    background-color:transparent;
    background-position:center;
    background-repeat: no-repeat;
}

.AppleStoreBtn
{
    width: 110px;
    height: 40px;
    padding-right: 10px;
}
     
.GooglePlayBtn
{
    width: 100px;
    height: 40px;
    padding-right: 10px;
}

.OculusStoreBtn
{
    width: 100px;
    height: 40px;
    padding-right: 10px;
}

.btnOculus 
{
    border-radius:4px;
    font-size:.9em;
    margin-bottom:5px;
    padding:.5em 2em;
    text-transform:lowercase
}

.btnOculus-block
{
    display:block;
    width:70%
}

.btnOculus-primary
{
    color:#fff;
    background-color:#e90545;
    border-color:#e90545
}

.btnOculus-primary:focus, .btnOculus-primary.focus
{
    color:#fff;
    background-color:#cc0644;
    border-color:#cc0644
}

.btnOculus-primary:hover
{
    color:#fff;
    background-color:#cc0644;
    border-color:#cc0644
}

/* End of View In VR*/


a:link
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
a:visited
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
a:hover
{
    COLOR: #333399;
    TEXT-DECORATION: underline
}


/* Styles for Error Message */
.ErrorLabelTop
{
    COLOR: #cb1500;
    /*FONT-SIZE: 11px;*/
    FONT-WEIGHT: bold;
    /*FONT-FAMILY: arial, verdana, helvetica, sans-serif;*/
    BORDER-BOTTOM: #c6c3c6 1px solid;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-RIGHT: #FFFFFF 1px solid;
    BORDER-TOP: #FFFFFF 1px solid;
}
.ErrorLabelBottom
{
    COLOR: #cb1500;
    /*FONT-SIZE: 10px;*/
    /*FONT-FAMILY: arial, verdana, helvetica, sans-serif;*/
    BORDER-BOTTOM: #FFFFFF 1px solid;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-RIGHT: #FFFFFF 1px solid;
    BORDER-TOP: #FFFFFF 1px solid;
    FONT-WEIGHT: bold
}

/* Styles for Information Message */
.InfoLabelTop
{
    COLOR: #0101A9;
    /*FONT-SIZE: 11px;*/
    FONT-WEIGHT: bold;
    /*FONT-FAMILY: arial, verdana, helvetica, sans-serif;*/
    BORDER-BOTTOM: #c6c3c6 1px solid;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-RIGHT: #FFFFFF 1px solid;
    BORDER-TOP: #FFFFFF 1px solid;
}
.InfoLabelBottom
{
    COLOR: #0101A9;
    /*FONT-SIZE: 10px;*/
    /*FONT-FAMILY: arial, verdana, helvetica, sans-serif;*/
    BORDER-BOTTOM: #FFFFFF 1px solid;
    BORDER-LEFT: #FFFFFF 1px solid;
    BORDER-RIGHT: #FFFFFF 1px solid;
    BORDER-TOP: #FFFFFF 1px solid;
    FONT-WEIGHT: bold
}