@import url("../../css/s7.universal.url.css");



/*
  blue link color: #006699
  lt blue bkg hilite: #EBF3F7
  gray box line borders: #e0e0e0
  table bg shading: #ececec
/*

/* +STANDARDIZE DEFAULTS ------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html,body {
   height:101%;
}
hr {
    height:1px;
    width:100%;
    border:0;
    color:#e2e6e7;
    background-color:#e2e6e7;
    padding:0;
    margin:0;
    clear:both;
}
hr.spaced {
	margin:10px 0;
}

.displayNone { display: none !important; }
.grayOut { opacity:.25 !important; }

.contentLeft { float: left; }
.contentMid { float: left; }
.contentRight { float: right; }
.split33 .contentLeft { width: 33%; }
.split33 .contentRight { width: 65%; }
.split50 .contentLeft { width: 49%; }
.split50 .contentRight { width: 49%; }
.split66 .contentLeft { width: 65%; }
.split66 .contentRight { width: 33%; }
.splitCheckout .contentLeft { width:570px; }
.splitCheckout .contentRight { width:374px; }
.splitThirds .contentLeft { width: 33%; }
.splitThirds .contentMid { width: 33%; }
.splitThirds .contentRight { width: 33%; }

ul.horiz li	{
	display:inline;
}
li {display:block; list-style-type:none;}

.bold {font-weight: bold;}
.block { display: block; }
.underline {text-decoration:underline;}
.callout{font-style:italic;}
a.underline, a.underline:link, a.underline:visited, a.underline:active {text-decoration:underline;}

body {
	background: url(../../assets/images/bkg/body.gif) repeat-y fixed center center transparent;
	color: #1d1d1d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#pixelTracking {
	height:0px;
	overflow:hidden;
}

input, select {
	color: #1d1d1d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.fl {
	display:inline;
	float: left;
}
.fr {
	display:inline;
	float: right;
}
#quick-view-container .fr {
	float:left;
}
.clr {clear: both;}
.clr-right { clear: right; }
.clr-left { clear: left; }
.right {text-align:right;}
.center {text-align:center;}
.nobg {background:transparent none;}

.user-form-box-contents {
   padding:5px;
}


.table-shaded {
	background-color:#ececec;
}

.attr-row {
    padding:7px;

}
.attr-title
{
   float:left; text-align:left; Font-weight:bold;
}
.attr-value{
   float:left; text-align:left;
}

.user-form-field-container {
   background-color:white;
   color:black;
   padding:10px 10px 10px 20px;
}

.user-form-field-error {
   border:1px solid gray;
   background-color:pink;
   color:red;
   /*background: url(../../assets/images/common/errorstate.gif) no-repeat pink;*/
   background-position: 0px 9px;
}

.popup-box-contents {
	margin:30px 15px;
}

.formField  {
	width:155px;
	color:#666666;
}


a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
}
/*site section link variation from std blue */
.header a:link,.header a:active,.header a:visited,.header a:hover,
.common-footer a:link,.common-footer a:active,.common-footer a:visited,.common-footer a:hover,
.leftnav a:link,.leftnav a:active,.leftnav a:visited,.leftnav a:hover
{
	color: #1d1d1d;
}
a.decoration{
   text-decoration:underline;
}
a.decoration:hover{
   text-decoration:none;
}

a.arrowLink {
	background: url(../../assets/images/common/right-arrow.gif) no-repeat center right transparent;
	color:#006699 !important;
	padding-right:8px;
	display:inline-block;
}
a.arrowLinkBlack {
	background: url(../../assets/images/common/right-arrow-black.gif) no-repeat center right transparent;
	color:#1d1d1d !important;
	padding-right:8px;
	display:inline-block;
}
a.arrowLinkLarge {
	background: url(../../assets/images/common/right-arrow-large.gif) no-repeat center right transparent;
	color:#006699 !important;
	padding-right:8px;
	display:inline-block;
}
.icon-phone {
	background: url(../../assets/images/common/help-icon-phone.gif) no-repeat center left transparent;
	padding-left:20px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:7px;
}
.icon-email {
	background: url(../../assets/images/common/help-icon-email.gif) no-repeat center left transparent;
	padding-left:20px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:7px;
}
.icon-chat {
	background: url(../../assets/images/common/help-icon-chat.gif) no-repeat center left transparent;
	padding-left:20px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:7px;
}
.bullet li {
	display: list-item;
   list-style-type: disc;
   margin-left: 13px;
}
h4 {
    color: #006699;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}
.footerSEO h4 {
	color:#3A3A3A;
}
/* align radio buttons and labels */
.label-radio { margin-top: 2px; float: left; margin-bottom: 5px; }
.btn-radio { float: left; margin-bottom: 5px;}

.common-form-btn {
	display:none;
}

.common-button-image{
   cursor:pointer;
}

.common-error, .save-amount {
	color: #ff0000;
}
.error {
	color: #ff0000;
	font-weight:bold;
}

.not_eligible_to_canada {
    color: #ff0000;
    font-weight: bold;
}

.common-message-blue {
	color: #006699;
	font-weight: bold;
}

.common-template-shell {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
	padding: 0;
	z-index:1;
}

.common-popup-shell {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	margin:1px;
}

.common-popup-shell .closeButton {
  background: url(../../assets/images/buttons/english/btn_close_off.gif) no-repeat scroll 0 0 transparent;
  position:absolute;
  width: 58px;
  height: 24px;
  right: 3px;
  top: 2px;
  text-indent:10000px;
  }

div#rss {
	margin-top:6px;
	padding:0 6px;
}
div#rss img {
	margin-bottom:-4px;
}
/* Common Styles for pages */
.common-template-standard {
}

.common-template-standard .header {
	border-bottom:4px solid white;
}

.common-template-standard .leftnav {
	height: 100%;
	background-color: #fff;
	float: left;
}

.common-template-standard .rightnav {
	height: 100%;
	background-color: #ecebde;
	border-left:4px solid white;
}

.common-template-standard .page-body {
	text-align:left;
}

.common-template-standard .page-body-float-left {
	float: left;
}

.common-template-standard .body-with-border {
	text-align:left;
	margin:0 12px 4px;
}

#header-cms-promo {
	margin:12px 13px 8px;
}
.common-template-standard .body-with-table-cell {
	display: table-cell;
}

.common-section {
    table-layout:fixed;
    overflow:hidden;
    word-wrap:break-word;
}

.common-template-standard .body-checkout {
	background-color: #fff;
	padding: 0 57px 0 60px;
}

body#acct-order-history  .common-template-standard .body-checkout{
   padding:0; margin-left:12px;
}

.common-template-standard .footer {
	border-top:4px solid white;
	position:relative;
	z-index:0;
}

.common-template-popup {
	background-color: #fff;
	border:1px solid #e0e0e0;
}

.common-template-popup .subtitle {
	float: left;
}

.common-template-popup .close-button {
	float: right;
	margin-top:-4px;
}

.common-template-popup .heading
{
	font-weight: bold;
   color: #1D1D1D;
   font-size: 13px;
   line-height: 20px;
   margin: 0;
   padding: 0;
}

.common-template-popup #popup-head {
	background-color:#f1f1f1;
	background: url(../../assets/images/bkg/layer_title.gif) top left repeat-x;
	padding:4px 0 4px 15px;
	height:20px;
}

.common-header-wrapper {
	width: 980px;
}
.head-bkg {
	position:absolute;
	top:0;
	left:0;
	height:176px;
	width:100%;
	z-index:-1;
	background: url(../../assets/images/bkg/header-bkg.gif) repeat-x center center transparent;
}
li.head-bullet {
	background: url(../../assets/images/common/bullet.gif) no-repeat center center transparent;
	width:4px;
}
.common-header {
	z-index:3000;
	padding-top:75px;
	background: url(../../assets/images/bkg/orion-bkg.jpg) no-repeat top left #1d1d1d;
}
  .common-header  .logo-overlay {
      display:block;
    height: 53px;
    width: 53px;
    position:relative;
    z-index:900;
    left: 14px;
    background: transparent;
	  top:2px;
  }
.common-header-content {
    margin:-55px 10px 20px;
    width:960px;
	background:#fff;
	height:108px;
    display: table;
    psition:relative;
   /* top: -50px;*/
}
.common-header .logo-container {
	display:table-cell;
	float:left;
	width:200px;
    height: 108px;
    background: url(../../assets/images/bkg/header-left.gif) no-repeat top left #fff;
	text-align:center;
    /*border: solid green 1px;*/
}


.common-header .links-search-container {
	display:table-cell;
	float:left;
	width:595px;
	background: url(../../assets/images/bkg/header-center.gif) repeat-x #dadada;
	background-color:#f9f7f7;
	height:108px;
	border-left:1px solid #d0d0d0;
	position:relative;
	z-index:800;

}
.common-header .shop-info-container {
	display:table-cell;
	float:left;
	width:162px;
	 border-left:1px solid #d0d0d0;
    height:108px;
	background: url(../../assets/images/bkg/header-right.gif) no-repeat #fff top right;
	position:relative;
	left:1px;
}
.common-header .shop-info-container #cartLeftShadow{
   background: url(../../assets/images/bkg/bg_universal_cart_vert_shadow.png) 0 0 repeat-y;
   position:absolute; left:-4px; top:-2px; width:3px; height:66px; display:none;
}
.common-header .header-mcafee {
	/*position:absolute;*/
    /*	left:0;
	bottom:5px;*/
	padding-left:1px;
	padding-top:0px;
	border-top:1px solid #d0d0d0;
	width:162px;
}

.common-header .signin-container {
	text-align: center;
	position:relative;
	z-index:850;
}

.common-header .signin-container .welcome-message {
	font-size: 11px;
}

.common-header .signin-container .welcome-message .user-name {
	/*font-weight: bold;*/
}

.common-header .signin-container a {
	font-weight: bold;
}

.common-header #signInLayerWrapper {
	position:absolute;
	/*top:5px;*/
	/*left:-80px;*/
	z-index:3002;
	width:700px;
	margin-top:100px;
}
.common-header .header-center-content {
	margin: 0 20px;
}
/* START head nav*/
.common-header .common-nav-main {
	/*background:url("http://www.telescope.com/assets/images/bkg/common-nav.jpg");*/
	height:28px;
	position:relative;
	z-index:750;
}

.common-nav-main .cat-level2 {
	background-color:#fff;
	clear:both;
	display:none;
	position:absolute;
	top:28px;
	border:1px solid #1d1d1d;
	z-index:900;
	/*width:550px;*/
	/*width:490px;*/
}
.common-nav-main .cat-level2 .cat-level2-inner {
	width:100%;
}

.common-nav-main .cat-level2 ul.featuredPlaceholder{
	display:none;
}
.common-nav-main .cat-level2 li.featured {
}
.common-nav-main .cat-level2 div.featuredInner {
	padding:10px;
	text-align:center;
    overflow-x: hidden;
}
.common-nav-main .cat-level2 li.featured img{
    height: 90px;
}
.common-nav-main .cover-border {
	position:absolute;
	bottom:-1px;
	margin-left:1px;
	width:100%;
	border-top:1px solid #fff;
	z-index:875;
	display:none;
}
.common-nav-main .first {
	margin:0;
}

.common-nav-main .cat-level2 .category-label-container {

}
.common-nav-main .cat-level2 .category-label-container a {
	display:block;
	color: #006699;
	text-decoration:none;
	padding:3px 13px 3px;
}
.common-nav-main .cat-level2 .category-label-container a:hover {
	text-decoration:underline;
	background-color:#ebf3f7;
}
.common-nav-main .cat-level2 li {
	line-height:16px;
	width:162px;
}

.DE .common-nav-main .cat-level2 li {
    width:140px;
}

.FR .common-nav-main .cat-level2 li {
    width:143px;
}

.common-nav-main #cat-community li {
	min-width:118px !important;
	width:180px;
}

.common-nav-main .cat-level2 .navRightBorder li {
	background: url(../../assets/images/common/vertical_dotted.gif) repeat-y scroll right 0 transparent;
}
.common-nav-main .cat-level2 li.featured {
	background: url(../../assets/images/common/horizontal_dotted.gif) repeat-x scroll 0 bottom transparent;
}
.category-label-container.ipadsectiontitle {
	display:none;
}

/* -- Tablet Styles - Drop Down -- */
.tablet .common-nav-main .cat-level2 li {
    line-height: 20px;
    width: 180px;
    font-size:13px;
    padding:6px 0;
}
.tablet .common-nav-main .closedropdown {
	/* display:block; */
	cursor:pointer;
	position: absolute;
    right:10px;
    padding-top:1px;
}
.tablet .common-nav-main .closedropdown a {
    display: inline-block;
    padding: 5px;
}
.tablet .linkgroup {
	margin-top:15px;
}
.tablet .category-label-container.ipadsectiontitle {
	display:block;
}
.tablet .category-label-container.ipadsectiontitle a {
	color: #1D1D1D !important;
	font-weight:bold !important;
}

/* END head nav */

.common-header .section-link-container img {
	display:inline;
	float: left;
	border-bottom:1px solid #a6a6a6;
	height: 28px;
}

.common-header .section-link-container a {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	line-height:28px;
}

.common-header .cart-search-keyword-container {
	position:absolute;
	bottom:15px;
	left:19px;
	width:558px;
	background: url(../../assets/images/bkg/search_left.jpg) no-repeat left top;
}

.common-header .cart-info-container {
	padding-bottom: 2px;
	
	background-position:-1000px -1000px;
}
.common-header .cart-block {
	margin:10px 0 0 10px;
}
.common-header .header-cart-info {
	margin-left:55px;
	padding-top:5px;
}
.common-header .header-cart-info a {
	font-size:12px;
}
.common-header #widget-but-ucart #cart-icon {
	cursor:pointer;
}

.common-header .cart-search-keyword-container .cart-info-container .cart-button
{
	float: left;
	width:129px;
	height:26px;
	background: url(../../assets/images/buttons/english/btn_shoppingcart_off.jpg) no-repeat;
	cursor:pointer;
}

.common-header .cart-search-keyword-container .cart-info-container .cart-button.mouse-down {
	background: url(../../assets/images/buttons/english/btn_shoppingcart_on.jpg) no-repeat;
}


.common-header .cart-search-keyword-container .cart-info-container .cart-info-text
{
	float: left;
	padding-top: 7px;
	padding-left: 7px;
}


.common-header .cart-search-keyword-container .keyword-text
{
	display:inline;
	float:left;
	height: 16px;
	line-height: 16px;
	width: 434px;
	margin-top:4px;
	margin-left:8px;
}

.common-header .cart-search-keyword-container .search-button {
	display:inline;
	float:left;
	width:99px;
	height:30px;
	background: url(../../assets/images/buttons/english/btn_search_off.jpg) no-repeat;
	cursor:pointer;
}

.common-header .cart-search-keyword-container .search-button.mouse-down {
	background: url(../../assets/images/buttons/english/btn_search_on.jpg) no-repeat;
}


.common-footer {
	background-color: #fff;
	position:relative;
}
.common-footer .links-container {
	display:inline;
	float:left;
	width:732px;
}
.common-footer .email-signup-contianer {
	display:inline;
	float:left;
	width: 224px;
	padding:10px;
}
.common-footer .copyright-text {
	text-transform: uppercase;
	text-align: center;
}

.common-footer .footer-section1 {
	min-height:133px;
	overflow:hidden;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.common-footer .footer-section1 .footerSection {
	display:inline;
	float:left;
	width:244px
}
.common-footer .emailsignup-text {
	padding-left:3px;
}

.common-footer .emailsignup-input {
	padding-left:3px;
}
.common-footer .user-email {
	width:217px;
	font-size:11px;
	margin-bottom:8px;
}
.common-footer .signup-button-container {
	background: url(../../assets/images/buttons/english/btn_signup_on.gif) no-repeat;
	background-position:-1000px -1000px;
	/*width:100px; button list */
	width:100%;
	height:20px;
	margin-bottom:10px;
}

.common-footer .signup-button-container .signup-button {
	width:100px;
	height:20px;
	background: url(../../assets/images/buttons/english/btn_signup.png) no-repeat;
	cursor:pointer;
}
.FR .common-footer .signup-button-container .signup-button {
    width:133px;
}
.DE .common-footer .signup-button-container .signup-button {
    width:133px;
}
.common-footer .signup-button-container .mouseover .signup-button {
	background-position:0 -20px !important;
}

.common-footer .signup-button-container .signup-button.mouse-down {
	background-position:0 -40px !important;
}

/*.common-not-found {*/
	/*padding: 10px 30px 10px 30px;*/
	/*width: 884px;*/
/*}*/

/*.common-not-found .heading {*/
	/*font-weight: bold;*/
	/*font-size: 12px;*/
/*}*/
.cms-wrapper {
	display:inline;
	float:left;
	padding-bottom:10px;
}
.cms-wrapper .cms-leftnav {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 10px 0;
    width: 198px;
	 float:left;
}

.cms-wrapper .cms-full-width {
	margin-left:0;
	width:954px;
	overflow-x:hidden;
}
.cms-wrapper .cms-with-leftnav {
	margin-left:12px;
	float:left;
	width:742px;
	overflow-x:hidden;
}

.general-breadcrumb {
	background-color:#fff;
	margin-bottom:12px;
}

.general-breadcrumb .crumb {
	float: left;
}
.general-breadcrumb .crumb a {
	text-decoration:underline;
	color:#777 !important;
}
.general-breadcrumb .delim {
	float: left;
	padding-left:6px;
	padding-right:6px;
	background: url(../../assets/images/common/right-arrow-gray.gif) center center no-repeat;
}
.general-content {
	margin-bottom:12px;
	font-size:12px;
}

.general-content h2 {
	font-size:16px;
	color:#463823;
	margin-bottom:12px;
}

.general-content h3 {
	font-size:12px;
	color:#463823;
}

.general-content p {
    padding-bottom: 15px;
}

.general-content ul {
    padding:0 14px 14px 14px;
    list-style-type: square;
    list-style-position: outside;
}

.general-content ul li {
    padding-bottom: 6px;
    list-style-type: square;
    list-style-position:outside;
    display: list-item;
}

 .general-content blockquote  {
	margin:10px;
}
.common-system-error {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.common-system-error .heading {
	font-weight: bold;
	font-size: 12px;
}

.common-system-error .message {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 11px;
}

.error-msg {
	color:#FF0000;
	margin: 10px 0;
}

.common-page-notification {
	background-color: #dad9c1;
	font-size: 12px;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.common-msrp-price {
	color: gray;
}

/* Precaution for widgets... */
p.elementData { display: none; }
p.widgetState { display: none; }

 a.continue-button{
   background: url(../../assets/images/buttons/english/btn_continue_p2.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:188px;
   height:36px;
}

 a.continue-button:hover{
   background-position: 0 -36px;
}
 a.continue-button:active{
   background-position: 0 -72px;
}

 a.update-button{
   background: url(../../assets/images/buttons/english/btn_update.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:100px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.update-button:hover{
   background-position: 0 -20px;
}
 a.update-button:active{
   background-position: 0 -40px;
}

 a.stayincheckout-button{
   background: url(../../assets/images/buttons/english/btn_stayincheckout.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:140px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.stayincheckout-button:hover{
   background-position: 0 -20px;
}
 a.stayincheckout-button:active{
   background-position: 0 -40px;
}

a.leavecheckout-button{
   background: url(../../assets/images/buttons/english/btn_leavecheckout.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:140px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.leavecheckout-button:hover{
   background-position: 0 -20px;
}
 a.leavecheckout-button:active{
   background-position: 0 -40px;
}

a.submitarticle-button{
   background: url(../../assets/images/buttons/english/btn_submitanarticle.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:150px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.submitarticle-button:hover{
   background-position: 0 -20px;
}
 a.submitarticle-button:active{
   background-position: 0 -40px;
}

a.submitimage-button{
   background: url(../../assets/images/buttons/english/btn_submitanimageorvideo.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:203px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.submitimage-button:hover{
   background-position: 0 -20px;
}
 a.submitimage-button:active{
   background-position: 0 -40px;
}

a.submit-button{
   background: url(../../assets/images/buttons/english/btn_submit.png) no-repeat;
   padding:0; margin:0;
   display:inline-block;
   width:100px;
   height:20px;
	 text-indent:-10000px;
	 font-size:0;
}

 a.submit-button:hover{
   background-position: 0 -20px;
}
 a.submit-button:active{
   background-position: 0 -40px;
}

#entity-price-widget .old-price {
	font-weight:normal;
    text-align: left;
	clear:both;
}

#entity-price-widget .current-price {
	font-weight:bold;
     /*text-align: left;*/
	clear:both;
}

#entity-price-widget .old-price-rebate {
    font-weight:bold;
}

#entity-price-widget .after-rebate {
   text-align: left;
	color:#8f8f8f;
	clear:both;
}
.Scroller .horizontal .filmstrip-table  #entity-price-widget .after-rebate .fl.price {
	color:#8f8f8f !important;
}

#entity-price-widget .save-amount {
	color:#ff0000 !important;
	clear:both;
}
.filmstrip-table #entity-price-widget .save-amount .price,
#relatedItems .filmstrip-table #entity-price-widget .save-amount .price {
	color:#ff0000 !important;
}

.filmstrip-table #entity-price-widget .afterInstantRebate{
	text-align:left;
	clear:both;
	font-size:11px;
	line-height:1.25;
}

.price-cart-block #entity-price-widget .afterInstantRebate{
	min-height:21px;
}

.filmstrip-table #entity-price-widget .current-price,
.filmstrip-table #entity-price-widget .old-price,
.filmstrip-table #entity-price-widget .save-amount {
	font-size:11px;
	line-height:1.1;
}

.filmstrip-table .info .description {
	font-size:11px;
}

.filmstrip-table .ItemViewer .name a {
	font-size:12px;
	line-height:1.1;
}

/* Quicklook/Overlay Styles */

.quicklook-miniproduct {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	text-align: left;
	width:670px;
	min-height:460px;
	background-color:#fff;
}

.quicklook-miniproduct #error-page-notification{
	padding-top: 19px;
	padding-left: 19px;
}
/* BEGIN: product family .qv-product-family */
.quicklook-miniproduct .qv-product-family {
	height:100%;
	margin-bottom:20px;
}
.quicklook-miniproduct .qv-product-family .item-info {
	border-right: 1px solid #E0E0E0;
   float: left;
	min-height:462px;
   height: 100%;
   width: 329px;
}
.qv-product-family .item-info .name {
   color: #006699;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 10px;
   padding-left: 10px;
}
.qv-product-family .item-info .orionPrice {
   font-size: 12px;
   margin-bottom: 10px;
   padding-left: 10px;
}
.qv-product-family #entity-price-widget .old-price.only.Family .fr.famprice,
.qv-product-family #entity-price-widget .old-price.only.singlePriceFamily .fr.famprice,
.qv-product-family #entity-price-widget .current-price.only.Family .fr.famprice,
.qv-product-family #entity-price-widget .current-price.only.singlePriceFamily .fr.famprice {
	float:left !important;
}

.qv-product-family .item-info .product-family-description {
   padding: 5px 10px 0px 10px;
   clear:left;
}
.quicklook-miniproduct .qv-product-family .product-information {
	float:left;
	padding:10px;
	width:270px;
   overflow-x: hidden;
   overflow-y: auto;
	max-height:470px;
	*height:470px; /* IE7 */
}
.qv-product-family .product-information .text {
   font-size: 13px;
   font-weight: bold;
}
.qv-product-family .product-information .items .row {
   min-height: 80px;
   padding-top: 10px;
   width: 100%;
	margin-left:10px;
}
.qv-product-family .product-information .items .row .name {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 3px;
	width:240px
}
.qv-product-family .product-information .items .row .rating {
   margin-bottom: 5px;
}
.qv-product-family .product-information .items .row .orionPrice {
	font-size:12px;
   margin-bottom: 5px;
}
.qv-product-family .product-information .items .row .orionPrice #entity-price-widget .current-price.only,
.qv-product-family .product-information .items .row .orionPrice #entity-price-widget .purchased-price.only {
	text-align:left;
}
.qv-product-family .product-information .items .row .inventory {
	font-size:12px;
   font-weight:bold;
	clear:both;
}
/*-- QV Component Family --*/
#quick-view-container #entity-price-widget .current-price.only.saleComponent,
#quick-view-container #entity-price-widget .save-amount.only.saleComponent {
	text-align:left;
}
#quick-view-container #entity-price-widget .current-price.only.singlePriceFamily fr.famprice,
#quick-view-container #entity-price-widget .old-price.only.singlePriceFamily fr.famprice {
	clear:left;
	float:left !important;
	border:1px solid red !important;
}

/* END: product family */
/* BEGIN: single product .qv-product */
.quicklook-miniproduct .qv-product .item-info {
   float: left;
   width: 192px;
	min-height:192px;
}
.quicklook-miniproduct .qv-product .product-information {
   float:left;
   width: 478px;
	padding-top:12px;
}
.quicklook-miniproduct .qv-product .images {}
.quicklook-miniproduct .qv-product .images .more-images {}
.quicklook-miniproduct .images .img-main {
	margin: 10px;
}

.quicklook-miniproduct .qv-product .product-information .name {
	text-align: left;
	font-weight: bold;
	color: #463823;
	font-size:18px;
}

.quicklook-miniproduct .qv-product .product-information .basName {
    text-align: left;
    font-weight: bold;
    color: #463823;
    font-size:18px;
}

.quicklook-miniproduct .qv-product .description-scroll-wrap {
	max-height: 231px;
	overflow-y:auto;
	width:670px;
	border-top: 1px solid #FFF;
}
.quicklook-miniproduct .qv-product .description {
	padding: 10px;
	text-align: left;
	font-size: 12px;
}
.quicklook-miniproduct .qv-product .description li {
	display: list-item;
   list-style-type: disc;
   margin-left: 20px;
   padding:5px 0;
}
.quicklook-miniproduct .qv-product .product-information .price-cart-block {
	/*margin-top:10px;*/
}
.quicklook-miniproduct .qv-product .product-information .price-container {
	float:left;
	width:220px;
	text-align:center;
	background-color:#f1f1f1;
}
.quicklook-miniproduct .qv-product .product-information .add-item-container {
	float:left;
	width:188px;
	text-align:center;
	margin-left:2px;
	background-color:#f1f1f1;
}
.quicklook-miniproduct .qv-product .configure-container{
	overflow:hidden;
	text-align:center;
}
.quicklook-miniproduct .qv-product #basConfigure {
	width:140px;
	height:36px;
	margin-top:15px;
	display:inline-block;
	background: transparent url(../../assets/images/buttons/english/btn_lg_configure.png) no-repeat left top;
}
.quicklook-miniproduct .qv-product .mouseover #basConfigure {
	background-position:0 -36px !important;
	text-decoration:none;
}
.quicklook-miniproduct .qv-product .content-block {
	/*padding:11px;*/
}
/* END: single product specific .qv-product */
.qv-product #entity-price-widget .fl {
	background:#f1f1f1;
	padding-right:2px;
}
.qv-product #entity-price-widget .fr {
	background:#f1f1f1;
	padding-left:2px;
}
.qv-product #entity-price-widget .old-price {
	background: url('../../assets/images/common/price-dotted-gray.gif') left 10px repeat-x;
	height:15px;
}
.qv-product #entity-price-widget .current-price {
	background: url('../../assets/images/common/price-dotted-black.gif') left 12px repeat-x;
	margin:2px 0;
	height:15px;
}
.qv-product #entity-price-widget .save-amount {
	background: url('../../assets/images/common/price-dotted-red.gif') left 12px repeat-x;
	margin:2px 0;
	height:15px;
	font-size:12px;
}
.qv-product #entity-price-widget .current-price,
.qv-product #entity-price-widget .old-price {
   text-align:center;
}
.qv-product #entity-price-widget .price-right {
	float:right;
	background:#f1f1f1;
	padding-left:2px;
}
.qv-product #entity-price-widget .only {
	background-image:none;
}
/* -- used for BAS price - starting price sale - 'was' and 'starting-price' -- */
.qv-product #entity-price-widget .old-price.startingSale {
	background-image:none;
	text-align:center !important;
	color: #67676B;
    font-weight: bold;
}
.qv-product #entity-price-widget .current-price.startingSale {
	background-image:none;
	text-align:center;
}
.qv-product #entity-price-widget .old-price.startingSale .fl,
.qv-product #entity-price-widget .old-price.startingSale .fr {
	float:none;
}
.qv-product #entity-price-widget .current-price.startingSale .fl,
.qv-product #entity-price-widget .current-price.startingSale .fr {
	float:none;
}
/* -- end of BAS price styles --*/
.qv-product #entity-price-widget .old-price.installSale .fl.price,
.qv-product #entity-price-widget .current-price.installSale .fl.price,
.qv-product #entity-price-widget .save-amount.installSale .fl.price {
	float:right;
}
.qv-product #entity-price-widget .afterInstantRebate {
	text-align:left;
}
.qv-product .price-cart-block #entity-price-widget .afterInstantRebate {
    min-height: 15px;
}

#edit-details td {
    height: 70px;
    background: #f1f1f1;
    padding: 10px;
}

#edit-details #error-quantity {
    margin-top: -25px;
}

.quicklook-miniproduct .inventory-container {
	/*height: 70px;*/
	width:220px;
	float:left;
	text-align:center;
	background-color:#f1f1f1;
	margin-top:2px;
	margin-bottom:10px;
}
 .quicklook-miniproduct .inventory-container-new{

 }
.quicklook-miniproduct .message-container {
	margin-bottom:10px;
}

.quicklook-miniproduct .glo-form {
	/*height: 70px;*/
	width:188px;
	float:left;
	text-align:center;
	margin-left:2px;
	background-color:#f1f1f1;
	margin-top:2px;
}
.quicklook-miniproduct .glo-form input {
	width: 22px;
	text-align:center;
}
.quicklook-miniproduct .qv-glo-input {
	display:inline-block;
}
.quicklook-miniproduct .qv-glo-input label {
	display: block;
   padding-top: 3px;
}
.quicklook-miniproduct .product-information .price-container .itemno {
	float: left;
	text-align: left;
}

.quicklook-miniproduct .product-information .price-container .msrp {
	float: left;
}

.quicklook-miniproduct .product-information .price-container .orionPrice {
	float: right;
	font-weight: bold;
}
.quicklook-miniproduct .variants {
	display:none;
}

.quicklook-miniproduct .variants .VariantMatrix .variant
{
	margin-bottom: 5px;
}

.quicklook-miniproduct dl dt {
	clear: both;
	float: left;
	margin: 2px 0 0;
	padding: 0;
	text-align: right;
	width: 85px;
}

.quicklook-miniproduct dl dd {
	float: left;
	margin: 0;
	padding: 0 0 4px;
	text-align: left;
	padding-left: 3px;
}

.quicklook-miniproduct .ensemble-products {
	margin-left: 18px;
}

.quicklook-miniproduct .ensemble-products .ensemble-product {
	float: left;
	width: 145px;
	padding-bottom: 10px;
}

.quicklook-miniproduct .ensemble-products .item-name {
	width: 150px;
	text-align: center;
}

.quicklook-miniproduct .ensemble-products .item-no {
	text-align: center;
}
#product-attributes select {}

.quicklook-miniproduct .add-to-cart {
	float:left;
	cursor: pointer;
	width: 140px;
	height: 36px;
	margin-top: 15px;
	background: url(../../assets/images/buttons/english/btn_lg_addtocart.png) no-repeat;
	margin-left:15px
}

.quicklook-miniproduct .mouseover .add-to-cart {
	background-position: 0 -36px !important;
}

.quicklook-miniproduct .add-to-cart.mouse-down {
	background-position: 0 -72px !important;
}

.quicklook-miniproduct .update-to-cart {
	float:right;
	cursor: pointer;
	width: 118px;
	height: 24px;
	margin-top: 10px;
	background: url(../../assets/images/buttons/english/btn_updatecart_off.jpg) no-repeat;

}

.quicklook-miniproduct .update-to-cart.mouse-down {
	background: url(../../assets/images/buttons/english/btn_updatecart_on.jpg) no-repeat;
}

.quicklook-miniproduct #error-page-notification .common-error{
	padding-bottom: 5px;
}

.quicklook-miniproduct .common-error{
	padding-bottom: 2px;
}

.quicklook-search-box {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #545454;
}

.quicklook-search-box .images {
	float: left;
}

.quicklook-search-box .images .more-images {
	width: 66px;
	padding-top: 20px;
	padding-left: 20px;
}

.quicklook-search-box .images .img-main {
	border: 1px solid #e3e1d5;
	height: 264px;
	margin: 22px 0 11px 20px;
	width: 264px;
}

.quicklook-search-box .product-information {
}

.quicklook-search-box .name {
	text-align: center;
	font-weight: bold;
	color: #463823;
	height: 16px;
}

.quicklook-search-box .orionPrice {
	font-weight: bold;
	text-align: center;
}

.quicklook-miniproduct .qv-product #button-wrap {
	margin-top:10px;
}

.quicklook-miniproduct .qv-product .qv-select-button,
.quicklook-miniproduct .qv-product-family .qv-select-button {
	width:100px;
	height:20px;
	background: url(../../assets/images/buttons/english/btn_select.png) top left no-repeat;
	margin-left:10px;
	cursor:pointer;
	overflow:hidden;
}
.quicklook-miniproduct .qv-product .qv-select-button {
	clear:left;
	margin-bottom:10px;
}

.quicklook-miniproduct .qv-product .qv-select-button:hover,
.quicklook-miniproduct .qv-product-family .qv-select-button:hover {
	background-position:0 -20px !important;
}




.OverlayScreen {
	z-index:4005 !important; /*BUG00544: 	UAT Phase2B- Part of the header and "Since 1975" display in quiickview*/
}
.OverlayBackground {
	z-index:4010 !important;/*BUG00544: 	UAT Phase2B- Part of the header and "Since 1975" display in quiickview*/
}

.Overlay {
	background-color: white;
	border: 1px solid #999999;
	min-height: 150px;
	width: 200px;
	z-index: 4010 !important;/*BUG00544: 	UAT Phase2B- Part of the header and "Since 1975" display in quiickview*/
	position: relative;
}

.Overlay iframe {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.Overlay .handle
{
    width: 664px !important;
    height: 27px;
    background-color: #edebde;
    cursor: move;
}

.Overlay .overlay-loading {
	background: url(../../assets/motif/sand/loading.gif) no-repeat;

	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 5000;
	position: absolute;
	}

/* Type specific styles go here */
.ql-thumbnail .Overlay,
.ql-category .Overlay
{
    width: 670px !important;
    min-height: 502px;
	 margin-left:-40px;
}

.ql-thumbnail .Overlay .overlay-body,
.ql-category .Overlay .overlay-body
{
    width: 670px !important;
    /*cursor: move;*/
	height:auto !important;
}
.ql-thumbnail .Overlay .overlay-body,
.ql-category .Overlay .overlay-body{
	 min-height:502px !important;
}

/* ************
	+POPUP LAYER STYLES
**************/
#layer_close_button, .layer_close_button {
	text-align:right;
	position:absolute;
	right:1px;
	top:1px;
}
#panelGifting #layer_close_button {
	top:0;
}
#layer_close_button a, .layer_close_button a {
	outline:none;
}
.layer_wrapper_outer {
	/*border:1px solid #fff;*/
	/*padding:1px;*/
	/*background-color:#ECEBDE;*/
}
.layer_wrapper_inner {
	/*border:1px solid #828071;*/
	background-color:#fff;
}
.layer_content_wrapper {
	padding:10px 10px 20px 10px;
	background-color:#fff;
	text-align:left;
}

.layer_wrapper_inner h3 {
background: url(../../assets/images/bkg/layer_title.gif) repeat-x scroll left top transparent;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	text-indent:10px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
body.tablet #cboxOverlay { height: 20000px !important; } /* position fixed not supported */
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:hidden !important;}
#cboxLoadedContent #iframeLogin body{
	background-color:transparent;
	background-image:none;
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
    NOTE: the starter skin is a modification of colorbox example2
*/
#cboxOverlay{background:#000;}

/*  }  */
#colorbox{}
    #cboxContent{margin-top:0px;} /* margin-top:32px;  not used in starter skin */
        #cboxLoadedContent{background:transparent; padding:1px;}
        #cboxLoadingGraphic{background:url(../../assets/images/common/loadinfo.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../assets/images/colorbox/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0; display:none !important;} /* not used in starter skin */
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
#cboxOverlay #close { display:none !important; }

body.FR .Overlay .close {width: 68px;}
body.DE .Overlay .close {width: 80px;}
.cancel-button {
	cursor: pointer;
	width: 103px;
	height: 19px;
	background: url(../../assets/images/buttons/english/btn_cancel_off.gif) no-repeat;
	float:left;
}

.cancel-button.mouse-down {
	background: url(../../assets/images/buttons/english/btn_cancel_on.gif) no-repeat;
}

.show-on-print {
	visibility: hidden;
}
.print-only {
	display:none;
}

.backorderMessage {
	margin-bottom: 5px;
}

.Paging .viewall {
	background: url(../../assets/images/common/right-arrow.gif) no-repeat center right transparent;
	color:#006699 !important;
	padding-right:8px;
	margin-right:12px !important;
	font-size:12px;
}
.Paging .next a {
	background: url(../../assets/images/common/right-arrow.gif) no-repeat center right transparent;
	padding-right:8px;
}

.starRating {
 	margin: 6px 0;
	color:#006699;
}
.starRating p {
	color:#1d1d1d;
}
.ItemViewer .starRating img {
	margin-top:0 !important;
}
.ui-tabs-panel .ItemViewer img {
	cursor:default;
}
.bvRead {
	float:left;
	margin-left:5px;
}
.bvDiv {
	float:left;
	margin:0 5px;
}
.bvWrite {
	float:left;
}

/* BEGIN: Orion - layer box */
/* add class at oriLayer level to style per element, adjust .content class to needed width */
.jqmOverlay {
	background-color: #000;
	filter:alpha(opacity=75); /*IE opacity*/
}

.oriLayer {
	position: absolute;
	padding-top: 8px;
	padding-left: 8px;
	z-index:3000;
	margin-left:-350px;  /*ie7 only*/
}
.oriLayerMC {
	position:fixed !important;
	top:20%;
}
/* BEGIN hi res community image */
/* ie7 specific in ie_overrides.css */
.oriLayerHRI {
	position:fixed !important;
	top:15%;
	/*left:20%;*/
	width:735px;
}
.oriLayerHRI #hiddenImage {
	width:715px;
	max-height:430px;
	overflow:auto;
}
/* END hi res community image */

#tabs .oriLayer {
	/* spec layer in tabs on detail pgs */
	margin-left:140px;
	margin-top:-50px;
}
.oriLayer .content {
	position:relative;
	width:200px;
	top:4px;
	left:4px;
	border:1px solid #1d1d1d;
}
.oriLayer .mainWrapper {
	background-color:#fff;
	padding:10px;
	font-size:12px;
	text-align:left;
	margin:0px;
	*overflow:hidden; /*<= ie7 */
}
.ori-layer-image {
	width: 100%;
	height: 100%;
	overflow:scroll;
}

.oriLayer h1 {
	font-size:13px;
	color:#1d1d1d;
	line-height:20px;
	margin:0;
	padding:0;
	}
.oriLayer div.pageTop {
	background-color:#f1f1f1;
	background: url(../../assets/images/bkg/layer_title.gif) top left repeat-x;
	padding:4px 0 4px 6px;
	height:20px;
}
.oriLayer .popup_subtitle {
	float:left;
	/*width:65%;*/
	text-align:left;
}
.oriLayer .popup_close_button {
	margin-top:-4px;
	float:right;
	cursor:pointer;
}
.oriLayer .video iframe {
	padding:0px;
	margin: 0px;
	width:668px\9; /* <<<--- Removes video scrollbars in IE 8 and lower.  hack \9 */
	height:488px\9;  /* <<<---  Removes video scrollbars in IE 8 and lower.  hack \9 */
}
/* END: Orion layered box */

/* =============================================================================*/
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; width:779px; zoom: 1;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {padding-top:5px;border-bottom:1px solid #ccc;width:779px;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 4px 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; width:81px;text-align:center;}
body.FR .ui-tabs .ui-tabs-nav li {width:171px;}
body.DE .ui-tabs .ui-tabs-nav li {width:151px;}
.ui-tabs .ui-tabs-nav li.ui-last {margin-right:0px;}
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0; text-decoration: none; width:100%; line-height: 30px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background-color:#fff !important;font-weight:bold;background-image:none !important; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: default; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: default; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:13px;
	width:751px;
	height:auto;
	min-height:200px;
	overflow:hidden;
}
.ui-tabs .ui-tabs-hide { display: none; }
.ui-tabs .ui-tabs-panel .tab-content-title {
	font-weight:bold;
}
.ui-tabs-panel p {
	margin-bottom:15px;
}
/* small tabs*/
.ui-tabs .ui-tabs-nav li.small-tab {margin-top:5px;}
.ui-tabs .ui-tabs-nav li.small-tab a { float: left; padding: 4px 7px ; text-decoration: none; }

.tab-container .print-tab-title {
	display:none;
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
/*.ui-widget-header { border: 1px solid #aaaaaa*//*{borderColorHeader}*//*; background: #cccccc*//*{bgColorHeader}*//* url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)*//*{bgImgUrlHeader}*//* 50%*//*{bgHeaderXPos}*//* 50%*//*{bgHeaderYPos}*//* repeat-x*//*{bgHeaderRepeat}*//*; color: #222222*//*{fcHeader}*//*; font-weight: bold; }*/
.ui-widget-header {background: #fff;}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3/*{borderColorDefault}*/;
    font-weight: bold/*{fwDefault}*/;
    color: #555555/*{fcDefault}*/;
    background: url(http://www.telescope.com/assets/images/common/tab-bkg.png) repeat-x -10px 0 #fff;
    background-size: 300px 62px;
}
.ui-mouseover {
	background-position:-10px -32px !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color:#1d1d1d/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ /*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #1d1d1d/*{fcActive}*/; text-decoration: none; }
.ui-tabs-selected a, .ui-tabs-selected a:link, .ui-tabs-selected a:visited { color:#1d1d1d; text-decoration:none;}
.ui-widget :active { outline: none; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px; }
.ui-corner-top-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }

/* Product pages top left tabs - overides*/
#tabsLeft .ui-tabs-nav li {  width: 150px;}
#tabsLeft{ position: relative; width:348px; zoom: 1; padding-top:0;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.image-container #prodmaindetail-tabs{width:351px; float:left; margin-top:0;}
#tabsLeft .ui-tabs-nav{width:360px; border-bottom:1px solid #e0e0e0; padding-top:0; margin-top:-1px;}
#tab-a, #tab-b{width:339px;}

#tabsLeft .ui-tabs-panel {
	border-left:1px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:5px;
	width:350px;
	}
#tabsLeft .ui-state-default, #tabsLeft .ui-widget-content .ui-state-default, #tabsLeft .ui-widget-header .ui-state-default
{ border: 1px solid #e0e0e0; height:26px; font-weight: bold; color: #555555; margin:0 10px 0 0; text-align:center;
background: url(../../assets/images/common/tab_bkg_left.png) repeat-x top left #fff;
}
 #tabsLeft .tab-a, #tabsLeft .tab-b{float: none; margin:0 auto ; position:relative; top:0; display:block;  width:142px; }


    /*********************************
         TAB SYSTEM FOR SEARCH RESULTS
       **********************************/
.tab_root {
}

.tab_heads {
}

.tab_heads .tab_head {
    float: left;
}

#shoulder .tab_head {
    position: relative;
    left: -10px;
}

#shoulder .tabIndex0 {
    position: relative;
    left: 0px;
}

.tab_heads .tab_head_inner {
    background: transparent url(http://www.telescope.com/images/bac/shoulder_tab_off-right1.png) bottom right no-repeat;
    padding-right: 13px;
}

.tab_heads .tab_head a {
    display: block;
    cursor: default;
    height: 27px;
    line-height: 27px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding-left: 19px;
    padding-right: 15px;
    background: transparent url(http://www.telescope.com/images/bac/shoulder_tab_off-left.png) bottom left no-repeat;
}

#shoulder #tab_head_wrap {
    padding-top: 12px;
}

#shoulder #tab_head_wrap .tab_heads {
    position: relative;
}

.tab_heads .activeHead {
    z-index: 101 !important;
}

.tab_heads .activeHead .tab_head_inner {
    padding-right: 16px;
    background: transparent url(http://www.telescope.com/images/bac/shoulder_tab_on-right1.png) bottom right no-repeat;
    float: left; /*ie6 support*/
    display: inline;
}

.tab_heads .activeHead a {
    padding-left: 15px;
    padding-right: 9px;
    background: transparent url(http://www.telescope.com/images/bac/shoulder_tab_on-left1.png) bottom left no-repeat;
    color: #d12846;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-top: 0;
    float: left; /*ie6 support*/
    display: inline;
}

.tab_label {
    display: none;
}

.tab_item {
    display: none;
}

#productDetailTabs .tab_item {
    padding: 10px;
}

.tab_item.activeTabContent {
    display: block;
}
.nav a.nav-element {
    display: block;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
	 color:#1D1D1D;
	 font-size:12px;
}

.nav span.selected-nav-element {
    background-color: #EBF3F7;
    display: block;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
	 font-size:12px;
}
.imgInStock{
    margin:0px;
}
.empty{
       margin:10px 0px;
}
#cms-carousel .pagination li a {
	background-image:url(http://www.telescope.com/assets/images/homepage/pagination.png);
}

.prodVideoIframe{border:none;}
.entity-video{margin: 0 auto;}


.submit_content {
	background:#fff none;
	text-align:left;
	position:relative;
	width:600px;
}

.submit_content .title {
	font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    background: url(../../assets/images/bkg/layer_title.gif) repeat-x scroll left top transparent;
    height: 20px;
    overflow: hidden;
    padding: 4px 0 4px 6px;
}

.FR .submit_content .title {
    font-size: 105%;
}

.submit_content .closeButton {
	background: url(../../assets/images/buttons/english/btn_close_off.gif) no-repeat scroll 0 0 transparent;
	position:absolute;
	width: 58px;
	height: 24px;
	right: 3px;
	top: 0;
	text-indent:10000px;
}

.FR .submit_content .closeButton {
    width: 67px;
}

.DE .submit_content .closeButton {
    width: 80px;
}

.submit_content p,
.submit_content td,
.submit_content ul{
margin-bottom:12px
}

.submit_content ul li {
	list-style-type:disc;
}

.submit_content .intro {
	padding:20px;
	background-color:#ececec;
	border:solid 1px #e0e0e0;
}

.submit_content .intro #shareMedia {
	display:inline;
	float:right;
	width:100px;
	margin:0 0 10px 10px;
}

.submit_content .submit_content_form {
	padding:20px;
}

.submit_content .submit_content_form select,
.submit_content .submit_content_form input[type="text"] {
	width:250px;
}

.submit_content .submit_content_form input[name="product"] {
	width:150px;
}

.submit_content .submit_content_chooser {
	padding:20px;
}

.community_quickview {
	background:#fff none;
	text-align:left;
	position:relative;
	width:600px;
}

.community_quickview .title {
	 font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    background: url(../../assets/images/bkg/layer_title.gif) repeat-x scroll left top transparent;
    height: 20px;
    overflow: hidden;
    padding: 4px 0 4px 6px;
}

.community_quickview .closeButton {
	background: url(../../assets/images/buttons/english/btn_close_off.gif) no-repeat scroll 0 0 transparent;
	position:absolute;
	width: 58px;
	height: 24px;
	right: 3px;
	top: 0;
	text-indent:10000px;
}

.community_quickview .quickview_content {
	padding:20px;
}

.community_quickview .quickview_content p {
	margin-bottom:12px
}

.community_quickview .quickview_content .ui-tabs {
	width: 553px;
}
.community_quickview .quickview_content .ui-tabs .ui-tabs-nav{
	width: 553px;
}
.community_quickview .quickview_content .ui-tabs .ui-tabs-panel {
	width: 525px;
	height:200px;
	overflow:auto;
}

.CommunityBody .rssIcon {
	float:left;
	margin:10px 5px 0 5px;
}

.CommunityBody .tab-container,
.CommunityBody .ui-tabs {
	width:660px;
}

.CommunityBody .tab-container .ui-tabs-nav {
	width:663px;
}

.CommunityBody .tab-container .ui-tabs-panel {
	width:635px;
}

.mailto-link-instructions-container {padding:10px;}

.asterisk {color:red;}


/***********************
 LOGIN LAYER IN HEADER
***********************/
div#loginLayer iframe#iframeLogin {
	background-color:transparent;

}
div#loginLayerInner {
	background-color:transparent;
}

div#loginLayerInner div.buttonRow {
	text-align:center;
}
div#loginLayerInner div#signIn {
	margin:0 auto;
	float:none;
	width:400px;
	background-color:#fff;
	position:relative;
	border:#ccc solid 1px;
	padding:1px;
}

div#loginLayerInner a#layer-signin-button {
    background: url(../../assets/images/buttons/english/btn_signin.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 20px;
    margin: 0 0 0 20px;
    padding: 0;
    width: 100px;
}

/*div#loginLayerInner a#layer-signin-button{
   background: url(../../assets/images/buttons/english/btn_signin.png) no-repeat transparent;
   padding:0; margin:0 0 0 20px;
   display:inline-block;
   width:100px;
   height:20px;
}*/
div#loginLayerInner a#layer-signin-button:hover{
   background-position: 0 -20px;
}
div#loginLayerInner a#layer-signin-button:active{
   background-position: 0 -40px;
}
div#loginLayerInner a#layer-create-account-btn{
   background: url(../../assets/images/buttons/english/btn_createanaccount.png) no-repeat;
   padding:0; margin:0 0 0 20px;
   display:inline-block;
   width:157px;
   height:20px;
}
div#loginLayerInner a#layer-create-account-btn:hover{
   background-position: 0 -20px;
}
div#loginLayerInner a#layer-create-account-btn:active{
   background-position: 0 -40px;
}
div#loginLayerInner div#createAccount {
	width:696px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
	border:#ccc solid 1px;
	padding:1px;
}
div#loginLayerInner div#createAccount div#formWrapper {
	width:400px;
}
div#loginLayerInner div#createAccount div.loginMC {
	width:260px;
}
div#loginLayerInner p.introText {
	margin-bottom:5px;
	font-size:12px;
}
div#loginLayerInner div.type_emailAddress .labelText,
div#loginLayerInner div.type_emailAddress input,
div#loginLayerInner div.type_emailAddress p {
    width: 200px;
}
.FR div#loginLayerInner #registerForm div.type_emailAddress input {
    width:260px;
}
div#loginLayerInner div.type_emailAddressVerify .labelText,
div#loginLayerInner div.type_emailAddressVerify input,
div#loginLayerInner div.type_emailAddressVerify p {
    width: 200px;
}
body.DE div#loginLayerInner div.type_emailAddressVerify input {
    width: 340px;
}
div#loginLayerInner div.type_password .labelText,
    div#loginLayerInner div.type_password input,
div#loginLayerInner div.type_password p {
    width: 200px;
}
body.DE div#loginLayerInner div.type_password input {
    width:220px
}
div#loginLayerInner div.type_zipCode .labelText,
div#loginLayerInner div.type_zipCode input,
div#loginLayerInner div.type_zipCode p {
    width: 145px;
}

/***********************
 LOGIN LAYER IN HEADER
***********************/
div.submit_content_form div.type_emailAddress .labelText,
div.submit_content_form div.type_emailAddress input,
div.submit_content_form div.type_emailAddress p {
    width: 200px;
}
div.submit_content_form div.type_password .labelText,
div.submit_content_form div.type_password input,
div.submit_content_form div.type_password p {
    width: 200px;
}
div.submit_content_form div.type_zipCode .labelText,
div.submit_content_form div.type_zipCode input,
div.submit_content_form div.type_zipCode p {
    width: 145px;
}

/* ****************** BAZAAR VOICE OVERRIDES ***********************
.BVRRQuickTakeSummary .BVRRRatingsHistogramButtonPopin {margin: 1px 0 35px 230px !important;}
.BVRRRatingNormalImage {float:none;clear:both;}
.BVRRReviewTitleContainer {margin: 1px 0 0 215px;}
.BVRRReviewDisplayStyle5Header {float:left;width:215px;}
.BVRRReviewTitle {position:absolute;top:20px;}
.BVRRReviewDisplayStyle5BodyUser {padding-top:50px !important;} */
.BVRRReviewTitleContainer {float:none;margin-left:12px;}

	/* ************
		+NEW FORM STYLES FOR CATALOG REQUEST
		There's no other way to add them without conflicting.
	**************/

	#catalog-request .asterisk {
		display:none;
	}

	#catalog-request .formFieldContainer .tip {
		float:none;
		color: #666666;
		font-size: 11px;
		font-weight: normal;
		padding: 3px 0 4px;
	}

	#catalog-request .formFieldContainer {
		margin:10px 0 18px 21px;
	}

	#catalog-request .formFieldContainer label {
		font-size:12px;
		display:block;
		font-weight:bold;
		cursor:text;
		margin-bottom: 5px;
	}
	#catalog-request .formFieldContainer label span.helpLink {
		font-size:11px;
		font-weight:normal;
		margin-left:20px;
	}
	#catalog-request span.labelFieldWrapper {

		display:inline-block;
		position:relative;
		vertical-align:top;
	}

	#catalog-request .formFieldError label {
		position:absolute;
		top:-30px;
	}

	#catalog-request .formFieldError {
		margin-top:30px;
	}

	#catalog-request .type_select.formFieldContainer div.error {
		margin:10px 0 5px;
	}

	#catalog-request .formFieldContainer input {
		width:265px;
	}

	#catalog-request .formFieldContainer input#emailPreference {
		width:auto;
	}

	#catalog-request .formFieldContainer input.formButton {
		width:auto;
	}

	#catalog-request .formFieldContainer p {
		margin:5px 0;
	}

	#catalog-request .formFieldContainer .tip {
		font-size:11px;
		color:#666;
	}

.ensembleStarRating {margin:5px 0;}

.current-product .ensembleStarRating img {
    width:63px;
    height:12px;
}

.submit_content_form #products p {margin-bottom:0;}

.helpLink .help-link {
	margin-left:25px;
}

.community_quickview .quickview_content .imagepreview img {
	border:solid 1px #999;
    height:407px;
}

.afterInstantRebate {clear:both;	color:red;font-size:12px;}
.ItemViewer .ProductViewer .orionPrice {width:auto;}
#use-wis-wrap #entity-price-widget .save-amount {text-align:left;}

.ItemViewerWithQuickLook  .Quicklook .quicklook-button{top:95px;}/* Overrides default, so as not to block tags on thumbnail images */

/*.catalog-entity-thumbnail .thumbnail-content #entity-price-widget .fr, .vertical .filmstrip-table #entity-price-widget .fr {float:left;}*/
.catalog-entity-thumbnail .thumbnail-content #entity-price-widget .fl, .vertical .filmstrip-table #entity-price-widget .fl {padding-right:5px;}

body#community .filmstrip-table .Quicklook .quicklook-button {left:24px;top:90px;}

.catalog-related-items .Scroller .vertical .body .ItemViewer .name {max-height:45px;}

#communityDetail .PagedDataSetFilmstripLoader .vertical .empty .image {top:10px;}

.fakeQuicklook {
	position:relative;
	width: 185px;
}
.fakeQuicklook .fakeQuicklookBtn {
	background: url(../../assets/images/buttons/english/btn_quickview.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 20px;
    left: 25px;
    position: absolute;
    top: 90px;
    width: 100px;
	display:block;
	opacity:0;
	filter: alpha(opacity=0);
}

.visible .fakeQuicklookBtn{
	opacity:1;
	filter: alpha(opacity=100);
}

.fakeQuicklook .fakeQuicklookBtn a {
    height: 20px;
    width: 100px;
	display:block;
}

.fakeQuicklook .fakeQuicklookBtn:hover {
	background-position: 0 -20px;
}

.communityTandC {
	height:100px;
	overflow:hidden;
	padding:5px;
	overflow:auto;
	border:solid 1px #333;
}

.communityTandC ul li {
	margin-left:20px;
}

.quicklook-miniproduct .qv-product .item-info .img-main .common-image a {cursor:default;}

.stepUp .price .purchased-price {display:none;}

#productPage .related-community-container .horizontal .filmstrip-table .ItemViewer .ProductViewer .name a {cursor:default;color:#1D1D1D;}

.components-related-items .item-row .item-info .old-price .fr,
.components-related-items .item-row .item-info .current-price .fr,
.components-related-items .item-row .item-info .after-rebate .fr,
.components-related-items .item-row .item-info .save-amount .fr {
	float:none;
}

.components-related-items .item-row .item-info .inventory #entity-inventory-widget div {
	clear:both;
	padding-top:3px;
}

#notifyInStockPanel p {
	margin-bottom:15px;
}
#notifyInStockPanel input[type=text] {
	width:375px;
}

.qv-product #entity-inventory-widget .fl {text-align:center !important;float:none !important;}

#productPage #entity-inventory-widget {margin-top:-6px;}

.Scroller .horizontal .filmstrip-table #entity-price-widget .fr {float:left;}
.Scroller .horizontal .filmstrip-table #entity-price-widget .fl {padding-right:5px;float:left;}
.Scroller .horizontal .filmstrip-table #entity-price-widget .fl.price {width:auto;}

.editor-body {text-align:left;}



.Scroller .horizontal .filmstrip-table #entity-price-widget .center.price,
.Scroller .horizontal .filmstrip-table #entity-price-widget .fr.price { width:auto;color:#8F8F8F;font-size:11px;}

.Scroller .vertical .body .ItemViewer .after-rebate .center.price,
.Scroller .vertical .body .ItemViewer .after-rebate .fr.price {left:0;width:auto;float:none;;font-size:11px;}

.catalog-related-items .Scroller .vertical .body .ItemViewer .center.price,
.catalog-related-items .Scroller .vertical .body .ItemViewer .fr.price,
.catalog-entity-thumbnail .thumbnail-content #entity-price-widget .fl.price,
.vertical .filmstrip-table #entity-price-widget .fl.price {top:0;left:0;width:auto;font-size:11px;}

#thumbnailPage .thumbnail-content .unitprice,
#categoryPage .filmstrip-table .unitprice,
.vertical .filmstrip-table #entity-price-widget .unitprice,
.horizontal .filmstrip-table #entity-price-widget .unitprice
{display:none;}

.description-container #entity-price-widget .purchased-price.center {background-image:none;}

.also-like-container .Scroller .horizontal .body .ItemViewer .price {left: 0px !important;top: 0px !important;width: auto !important;}

.Scroller .vertical .body .ItemViewer .price {left: 0px !important; }
.Scroller .vertical .body .ItemViewer .fr.price {position:relative !important; width:auto !important;float:right !important;}

#entity-price-widget .min-amount {
    font-size: 12px;
    min-height: 15px;
    text-align: left;
    clear: both;
    color: #FF0000;
}
.catalog-entity-thumbnail #entity-price-widget .current-price .fr,
.catalog-entity-thumbnail #entity-price-widget .old-price .fr{float:left;}
.catalog-entity-thumbnail #entity-price-widget .purchased-price.only,
.filmstrip-table #entity-price-widget .purchased-price.only {display:none;}

.ItemViewer .compare-items {
    bottom: 5px !important;
}

.ItemViewer .ProductViewer .info .orionPrice .current-price .fr {float:left !important;}

.filmstrip-table .ItemViewer .price {font-size:11px;}

#recentlyViewed .filmstrip-table #entity-price-widget .afterInstantRebate {display:none;}
#recentlyViewed .filmstrip-table #entity-price-widget .current-price .fr {float:left;}

#youMayAlsoLike .filmstrip-table #entity-price-widget .installSale .fl.price{float:right;}

.description-container #entity-price-widget .current-price.installSale {font-size: 15px !important;}


/* -- Tablet Styles - (Header Tablet Styles are in Head Nav Section Above) -- */
.tablet select#selectCarrierCode {
	padding-top:10px !important;
	padding-bottom:0px;
	padding-right:5px;
}
.tablet #selectCarrierCode option {
	padding:15px 0 5px 0 !important;
}
.tablet .helpLink .help-link {
	margin-top:15px !important;
	margin-bottom:5px;
	display:block;
	clear:left;
}
.tablet .glo-ucart-product-info.action-link .mini-remove {
	margin-right:15px;
}
.tablet .glo-ucart-product-info.action-link .mini-edit {
	margin-left: 15px;
}
.tablet #shopping-cart-items .item-cell.qty-cell a {
	display:block;
}
/* -- End of Tablet Styles -- */

/* fix for s7 viewer full screen bug in samsung browsers */
.samsungBrowser #s7_mixedmediaview_fullScreenButton,
.samsungBrowser #s7_mixedmediaview_videofullScreenButton { display: none; }

/* fix for s7 bug when entering then leaving fullscreen mode on the viewer */
.s7size_small .s7container[mode='fullscreen'] {
    z-index: inherit;
}

/*
    Colorbox Core Style
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}


/*DELETE THIS:*/

/*

div.button,
a.continue-button,
#glo-ucart-body a#btn-ucart {border: 1px dashed red;}

*/

/* SESSION TIMEOUT LAYER */
#sessionTimer {background-color:#fff;padding:10px;}
#sessionTimer .button {
    display: inline-block;
    color:#fff !important;
    font-family:arial;
    font-size:12px;
    font-weight:600;
    text-align: center;
    height:30px;
    line-height:30px;
    padding:0px 15px;
    text-decoration:none;
    white-space: nowrap;
    border:1px solid #1F6182; /* To match dimensions of secondary buttons */
   border-radius:5px;
    cursor: pointer;
    box-sizing: border-box;
    background:#1FB9FF;
    background: -moz-linear-gradient(top, #1FB9FF 50%, #005797 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#1FB9FF), color-stop(100%,#005797)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1FB9FF 50%,#005797 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1FB9FF 50%,#005797 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1FB9FF 50%,#005797 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1FB9FF 50%,#005797 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1FB9FF', endColorstr='#005797',GradientType=0 ); /* IE6-9 */

}

#sessionTimer .button:hover,
#sessionTimer .button:focus {
    border-color: #1F6182;
    outline: 0;
    text-decoration:none;
    background:#1FB9FF; /* #e2383f; */ /* Old browsers */
    background: -moz-linear-gradient(top, #005797 50%, #1FB9FF  100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#005797), color-stop(100%,#1FB9FF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005797  50%,#1FB9FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005797  50%,#1FB9FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005797  50%,#1FB9FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005797  50%,#1FB9FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005797', endColorstr='#1FB9FF ',GradientType=0 ); /* IE6-9 */
}
#sessionTimer .button.secondary {
    /* Currently light grey buttons like 'continue shopping' on mini-cart */
    background:#FFF !important;
    color:#006699!important;
    border: 1px solid # E2E2E2;
}