@charset "UTF-8";

#cs_iframe_genie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 140px;
}

#cs_masthead {
	margin: 0 auto;
	width: 960px;
}

.cs_960 {
	height: 77px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 365px;
}

#nav {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 77;
	position: absolute;
	font: "Montserrat", Arial, sans-serif;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
}

#nav li a {
	background-image: url("/resources/images/nav/nav-sprite4.png");
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	height: 77px;
	outline: none;
	text-indent: -99999px;
}

#nav li a#cs_btn_logo {
	background-position: 0 0;
	width: 132px;
	height: 77px;
}

#nav li a#cs_btn_menu {
	outline: 0;
	background-position: -132px 0;
	width: 106px;
	height: 77px;
}

#nav li a#cs_btn_menu:hover {
	background-position: -132px -131px;
}

#nav li a#cs_btn_menu.selected {
	background-position: -132px -261px;
}

#nav li a#cs_btn_menu.base {
	background-position: -132px -381px !important;
}

#nav li a#cs_btn_search {
	background-position: -238px 0;
	width: 120px;
	height: 77px;
}

#nav li a#cs_btn_search.selected {
	background-position: -238px -381px;
}

#cs_nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 76;
	margin-top: 90px !important;
}

#cs_search {
	display: none;
	background: #002146;
	border: 1px solid #00AEEF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
	left: 0;
	top: 76px;
	position: absolute;
	text-align: left;
	width: 682px;
	height: 323px;
	z-index: 76;
	overflow: hidden;
}

#cs_search .cs_search_wrap {
	background: #fff;
	border-radius: 3px 3px 3px 3px;
	margin: 11px 10px;
	padding: 10px 14px;
}

#cs_search .cs_search_wrap input {
	background: 0;
	border: 0;
	color: #999;
	font-size: 16px;
	padding: 3px 0;
	width: 605px;
}

/* IE7 Fixes */
.ie7 #cs_masthead {
	zoom: 1;
	margin: 0;
	width: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

.ie7 #cs_masthead .cs_960 {
	position: relative;
	width: 960px;
}

.ie7 #cs_search {
	width: 692px;
}
/********************************************************New Menu CSS ****************************************************************/
.top_container {
	background-color: #FFFFFF;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 3000; /*must be less than #site_selector*/
	left: 0;
	font: normal 14px "Montserrat", Arial, sans-serif;
}

#top_container_inner {
	position: relative;
	width: 100%;
	max-width: 960px;
	z-index: 110; /*top:-20px;*/
	margin: 0 auto;
}
/*.top_container:after{clear: both;content: "";display: table;}*/
#logo {
	width: 155px;
	z-index: 111;
	float: left;
	padding-top: 15px;
	margin-right: 20px;
}

.navigation {
	padding: 0;
	z-index: 111;
}

#cs_main_menu {
	width: 100%;
}

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

.menu_left {
	float: left;
	width: 50%;
}

.menu_right {
	float: left;
	width: 50%;
}

#business_logo {
	width: 100%;
	max-width: 220px;
	z-index: 111;
	float: left;
	padding-top: 15px;
}

#business_logo img {
	border: none;
	width: 92%;
}

.business .menu_left {
	width: 70%;
}

.business .menu_right {
	width: 30%;
}

.menu_right ul {
	float: right;
	margin: 0 !important
}

#site_selector {
	background-image: url("/resources/images/nav/bg_top_nav.jpg");
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	z-index: 3001;
}

#site_selector_container {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
	width: 100%;
	background-image: url("/resources/images/nav/bg_top_nav.jpg");
	background-repeat: repeat-x;
	height: 30px;
	z-index: 112;
	display: block;
}

#site_selector ul li {
	display: block;
	padding: 0;
	margin: 0 !important;
	float: left;
}

#site_selector ul li a {
	list-style: none;
	padding: 0px 15px;
	color: #ffffff;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 0px;
	font-size: 13px !important;
	text-decoration: none;
}

#site_selector ul li a:hover {
	background-image: url("/resources/images/nav/bg_top_nav_selected.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	margin-right: 0px;
}

#site_selector ul li.active-tab {
	background-image: url("/resources/images/nav/topselector1.png");
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

#site_selector ul li a.active-section {
	padding: 0px 15px;
	background-color: #0487CD;
	background-image: url("/resources/images/nav/top_selector.png");
	background-repeat: no-repeat;
	background-position: 50% bottom;
	/*background-image:url("/resources/images/nav/bg_top_nav_selected.jpg"); background-repeat:repeat-x;*/
	text-decoration: none;
	display: block;
	margin-right: 0px;
}

.expand_button {
	height: 0px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 145px;
	z-index: 115;
	display: none;
}

.btn_epand {
	background-image: url("/resources/images/nav/top_nav_blue_tab.png");
	background-position: 0 -35px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin: 0 auto;
	width: 81px;
}

.nav_container {
	position: relative;
	width: 100%;
	top: -1px;
	z-index: 110;
	background-image: url("/resources/images/nav/nav_shadow.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 9px;
	height: auto;
	margin-bottom: -10px;
}

#estore_menu {
	clear: both;
	height: 80px;
	position: relative;
	z-index: 111;
}

#estore_menu_left {
	float: left;
}

.menu_left ul#estore_menu_left li {
	float: left;
	font-size: 16px;
	background-image: url("/resources/images/nav/vr.png");
	background-repeat: no-repeat;
	padding-left: 1px;
	list-style: none;
}

.menu_left ul#estore_menu_left li.last {
	background-position: top right;
}

.menu_links {
	/*background-image: url("/resources/images/nav/menu_bg.png");background-repeat: repeat-x;*/
	display: block;
	color: #27CFFF !important;
	padding: 35px 10px 37px !important;
}

.top-level-menubar a:hover,.top-level-menubar a.active:hover,.top-level-menubar a.activePage:hover
	{
	background-image: url("/resources/images/nav/hover.png");
	background-repeat: repeat-x;
	float: left;
	color: #fff !important;
}

.top-level-menubar a.active {
	background-image: url("/resources/images/nav/active.png");
	background-repeat: repeat-x;
	float: left;
}

.top-level-menubar a.activePage {
	background-image: url("/resources/images/nav/active.png");
	background-repeat: repeat-x;
	float: left;
}

#estore_menu_right {
	float: right;
}

#estore_menu_right .myaccount_icon {
    background-image: url("/resources/images/nav/nav_icons.png");
    background-position: -5px -121px;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 15px;
    margin-top: -5px;
    padding-top: 23px;
    text-align: center;
    width: 72px;
}
#estore_menu_right .myaccount_icon:hover{
	background-position:-5px -164px;
}

#estore_menu_right .menu_links {
	margin: -20px 0 0;
}

.menu_right ul#estore_menu_right li {
	float: left;
	font-size: 14px !important;
	background-image: url("/resources/images/nav/vr.png");
	background-repeat: no-repeat;
	padding-left: 1px;
	list-style: none;
	padding-top: 20px;
}

#estore_menu_right li a {
clear: both;
display: block;
height: 40px;
margin: 10px 9px;
min-width: 45px;
text-align: center !important;
}

#estore_menu_right li a.active {
	background-image: url("/resources/images/nav/hover.png");
	background-repeat: repeat-x;
	float: left;
	color: #fff !important;
}

#estore_menu_right li a.menu_store_locator {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: 5px 0;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_store_locator:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: 5px -30px;
	background-repeat: no-repeat;
}

#menu_sign_in {
	display: block;
	/*     font-size: 14px; */
	margin-left: -15px;
	text-transform: capitalize;
}

#estore_menu_right li a.menu_search{
   background-image: url("/resources/images/nav/nav_icons.png");
   background-position: -87px -120px;
   background-repeat: no-repeat;
}
#estore_menu_right li a.menu_search:hover{
  background-image: url("/resources/images/nav/nav_icons.png");
  background-position: -87px -163px;
  background-repeat:no-repeat;
}

#estore_menu_right li a.menu_help {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -110px 0;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_help:hover {
	background-image: url("/resources/images/nav/nav_icons.png");
	background-position: -110px -30px;
	background-repeat: no-repeat;
}

#estore_menu_right li a.menu_cart{
	background-image: url("/resources/images/nav/nav_icons.png");
    background-position: -155px -121px;
  	background-repeat:no-repeat;
    overflow: hidden;  	
}
#estore_menu_right li a.menu_cart.not_empty{
	background-position:-155px -204px;	
}
#estore_menu_right li a.menu_cart.not_empty:hover{
	background-position:-155px -247px;
}

/** Search **/
#global-search {
	display: inline;
	list-style: none outside none;
    margin: 0;
    position: absolute !important;
    right: 70px;
    top: 28px;
    width: 300px;
    z-index: 150;
}

.global-search-wrapper {
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 30px;
	padding: 2px 14px;
	width: 128px;
	float: right;
	height: 30px;
	border:solid 1px #00B9F2;
}

.global-search-wrapper input {
	/*background: transparent;*/
	border: none;
	color: #999;
	float: left;
	font-size: 16px;
	padding: 5px 0;
	width: 105px;
	background-color:#fff;
}

.search-wrapper input:focus,
.global-search-wrapper input:focus {
	outline: none;
}

.search-wrapper img,
.global-search-wrapper img {
	float: right;
	margin: 5px 0 0;
}


#cartItemCount {
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	margin: 13px 0 0 16px;
	padding: 0;
	text-align: center;
	width: 12px;
}

#estore_menu_right li a.menu_cart:hover {
background-image: url("/resources/images/nav/nav_icons.png");
background-position: -155px -164px;
background-repeat: no-repeat;
}

/* #cs_dropdown {
	display: block !important;
}
 */


#estore_menu a {
	text-decoration: none !important;
}

.grid.login-tab-box-wrapper {
	background-color: white;
	margin: 0;
}

.grid .login-tab-box {
	float: left;
	width: 205px;
	margin-left: 7px;
}



.grid.phones-devices li>a.login-tab-box-height {
	height: 125px;
}

.grid.phones-devices li>a.login-tab-box-height:hover {
	background-color: gray;
	background-image: url('/resources/images/home2012/nav/hover_bg.png');
	background-position: 0 3px;
	background-repeat: repeat-x;
}

.grid.discuss li .my-account-comment-count {
	margin: 2px 0 0;
}

.my-account-comment-bubble {
	background: url('/resources/images/home2012/icon/lgdin_bubble.png')
		no-repeat 4px -2px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 51px;
	margin: auto;
	padding: 9px 2px 5px 10px;
	width: 60px;
}

#my-account-box-title-left,.my-account-box-title {
	color: #3A3A3A;
	font-weight: bold;
	text-align: center;
	margin: 12px 0 5px 0;
	font-size: 12px;
}

#my-account-box-title-left {
	margin: 12px 0 6px 0;
}

.my-account-box-sub-left,.my-account-box-sub-middle,.my-account-box-sub-right
	{
	font-weight: bold;
	text-align: center;
}

.my-account-box-sub-left {
	margin: 70px 4px 0 0px;
	font-size: 13px;
}

.my-account-box-sub-middle {
	margin-top: 5px;
	font-size: 13px;
}

.my-account-box-sub-right {
	font-size: 13px;
}

.account-box-content-right {
	font-size: 49px;
	color: #002146;
	text-align: center;
	font-weight: bold;
	height: 65px;
	line-height: 100%;
}

.account-box-content-right span.currency sup {
	font-size: 56%;
	vertical-align: 92%;
	margin-left: -4px;
	font-weight: 300;
}

#my-account-dropdown,#search-dropdown {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	background: none repeat scroll 0 0 rgba(0, 32, 68, 0.9);
	border: 2px solid #00aeef;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(      
		  startColorstr =       '#e6002044', endColorstr =       '#e6002044',
		GradientType =       0 );
	left: 0;
	position: absolute;
	text-align: left;
	top: 75px;
	width: 680px;
	z-index: 110;
}

.my-account-view-account-btn {
	background: none repeat scroll 0 0 #28CDFF;
	border: 1px solid #22AED8;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 3px #1F9CC2 inset;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	filter: 0;
	width: 150px;
	line-height: 32px;
	margin: 9px 223px 0;
	font-size: 14px;
	outline: 0 none;
	color: white;
}

.blue-button-short:hover,.blue-button-wide:hover {
	text-decoration: none;
}

.blue-button-my-account {
	margin: 11px 245px;
	float: left;
	width: 174px;
	height: 23px;
	text-align: center;
	padding: 15px 0;
	display: block;
	background: url('/resources/images/btn/bbutton-my-account.png')
		no-repeat top left;
}

.blue-button-my-account span {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #fff;
	padding: 0 0px 0 0;
	line-height: 15px;
}

.ie7 .blue-button-my-account span {
	zoom: 1;
	display: inline;
}

.blue-button-full-wide {
	width: 760px;
}

.my-account-perc-small {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 0 #333333;
	border-radius: 5px;
	background: rgb(0, 174, 239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 174, 239, 1) 0%,rgba(0, 155, 230, 1) 49%, rgba(0, 174, 239, 1) 49%);/* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(0, 174, 239, 1) 0%, rgba(0, 155, 230, 1) 49%, rgba(0, 174, 239, 1) 49%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 174, 239, 1) 0%, rgba(0, 155, 230, 1) 49%, rgba(0, 174, 239, 1) 49%);/* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(0, 174, 239, 1) 0%, rgba(0, 155, 230, 1) 49%, rgba(0, 174, 239, 1) 49%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#00aeef',  GradientType=0);/* IE6-9 */
	font-size: 31px;
	height: 47px;
	line-height: 47px;
	margin-right: 1px;
	width: 34px;
}

#perc_sm_wrapper {
	margin-left: 6px;
}

/* TAB LOGIN */
#login-tabular-dropdown {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	background: none repeat scroll 0 0 rgba(0, 32, 68, 0.9);
	border: 1px solid #00aeef;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .75);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6002044', endColorstr='#e6002044', GradientType=0);
	left: 0;
	position: absolute;
	text-align: left;
	top: 77px;
	width: 680px;
	z-index: 110;
}

.login-tab-wrapper {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	height: 278px;
}

.login-tab-wrap-lgdin {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	padding: 25px 0px 0px 0px;
	height: 256px;
}

.login-tab-wrap-lgdout {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	padding: 25px 0px 0px 0px;
	height: 279px;
}

.login-tab-dropdown-inner {
	padding: 11px 10px;
}

.login-tab-wrapper label {
	display: inline;
}

.account-box-content-right .cents_separator {
	display: none;
}

.account-box-content-right .cents,.account-box-content-right .currency_symbol
	{
	position: relative;
	top: -14px;
	font-size: 60%;
	font-weight: normal;
}
#estore_menu_right li:last-child :hover{
	background-color: #fff;
}


#send_txt_message .margin {
    margin-left: 0px !important;
}
#content, .theme_dark .main {
    font: 14px "Montserrat", Arial, sans-serif;
    margin: 0 auto;
    padding: 20px;
    width: auto !important;
}

.dropdown_right {
    float: left;
    width: 67.95%;
    height: 400px;
    background: #ffffff;
}