/* CSS Document: General Styles */

body {
	padding:35px 20px;
}

img {
	border: 0px;
	margin:0;
}

.lv_1 {
	font-weight: bold;
	font-family: Arial,Helvetica;
	font-size: 16px;
}

.lv_2 {
	font-weight: bold;  /*font-weight: bold;*/
	font-family: Verdana,Arial,Helvetica; /*Century Gothic,Arial,Helvetica;*/
	font-size: 12px; /*font-size: 12px; */
}
.lv_3 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
}
.lv_4 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}
.lv_5 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
}

.lv_5_1 {
	font-family: Arial,Helvetica;
	font-size: 9px;
}

.lv_6 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	line-height: 11px;
}

.lv_7 {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	line-height: 11px;
}

.hide {
		position: absolute;
		visibility: hidden;
		color: white;
		font-size: 11px;
		font-weight: bold;
		font-family: arial;
		left: 300px;
		top: 5px;
		text-align: center;
		width: 200px;
		height: 5px;
}

.top_searchword {
		position: absolute;
		left: 510px;
		top: 112px;
		z-index: -1;
}

.top_searchblock {
		position: absolute;
		left: 585px;
		top: 115px;
		z-index: -1;
}

.top_gobutton {
		position: absolute;
		left: 757px;
		top: 116px;
		z-index: -1;
}

.top_searchword_MAC {
		position: absolute;
		left: 510px;
		top: 107px;
		z-index: -1;
}

.top_searchblock_MAC {
		position: absolute;
		left: 585px;
		top: 110px;
		z-index: -1;
}

.top_gobutton_MAC {
		position: absolute;
		left: 757px;
		top: 109px;
		z-index: -1;
}


.tbnav  {
	font-family : Century Gothic, Geneva, Arial, Helvetica, sans-serif;   /* font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size : 75%;																						 /* font-size : 80%; */
	text-decoration : none;
	hoover: black;
	color : White;
}

.views  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	hover: black;
	color : #7F0800;			/* color : 5C96C4; color : 7F0800; */
}

A.tbnav:hover {color:black}
A.tbnav {text-decoration:none; color:white}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.popupDiv
{
	position: absolute;
	visibility: hidden;
	display: inline-block;
	border: 0px; /*solid 3px #9FD5A2;*/
	background-color: #284B6C;
}

.popupSubDiv
{
	position: absolute;
	top: 10px;
	left: 136px;
	visibility: hidden;
	display: inline-block;
	border: 0px; /*solid 3px #9FD5A2;*/
	background-color: #284B6C;
}

.popupLink
{
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #3C728C;
	/*border-color: #FFFFFF;
	border-style: solid;*/
	border-collapse: collapse;
	display: block;
	padding: 4px;
	background-color: #284B6C;
	font-size: 10px;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

.popupLink:hover
{
	background-color: #246882;
	color: #FFFFFF;
}

td.bottom-divider
{
	background-color: #c0c0c0;
	width: 1px;
}

#newscontainer {
	margin-top: 7px;
}

.newslettersignup-email {
	height:20px;
	border-top-style:inset;
	border-top-color:#BBBBBB;
	border-top-width:1px;
	border-bottom-style:inset;
	border-bottom-color:#BBBBBB;
	border-bottom-width:1px;
	border-left-style:inset;
	border-left-color:#BBBBBB;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#BBBBBB;
	border-right-width:0px;
	border-width: 1px;
	padding: 0;
	margin: 0px;
}

.newslettersignup-ok {
    border-color: #BBBBBB;
    border-style: inset solid solid;
    border-width: 1px;
    color: #7B7E80;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    text-align: center;
    width: 26px;
    padding: 0;
	margin: 0px;
}

/* ----- sidebar style ----- */
#sidebar {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

/* ----- this fixes IE spacing issues by trigering hasLayout  ----- */
#sidebar a {display: inline-block;}

/* ----- sidebar navigation top style ----- */
/*Note; sidebar is 150px wide with no padding*/
#sidebar #sidebarNav_top ul {
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
	border-right: 1px solid #CCC;
	}
#sidebar #sidebarNav_top ul li {
	margin: 0;
	padding: 0;
	}
#sidebar #sidebarNav_top a {
	font-size: 15px;
	color: #8C3329;
	text-decoration: none;
	line-height: 25px;
	margin: 0;
	display: block;
	padding-left: 32px;
	text-transform: uppercase;
	}
#sidebar #sidebarNav_top a.cart {
	background: url(/images/leftnav/LN_cart_bkg.gif) no-repeat left center;
}

#sidebar #sidebarNav_top a.help {
	background: url(/images/leftnav/LN_help_bkg.gif) no-repeat left center;
}

#sidebar #sidebarNav_top a.sale {
	background: url(/images/leftnav/LN_sale_bkg.gif) no-repeat left center;
}
#sidebar #sidebarNav_top a:hover {
	background-position: -150px -1px;
	color: #69302A;
}
#sidebar #sidebarNav_top a:active {
	background-position: right 0px;
	color: #FFF;
}

/* header styles */
.header-table {
	/*margin-left: 50px;*/
	margin:0 auto;
}

.header-table-menu {
	/*margin-left: 50px;
	margin-top: 8px;
	margin-bottom: 12px;*/
	margin: 8px auto 12px auto;
	padding:0;
}

.main-center-table {
	margin:0 auto;
}

.footer-table {
	margin:0 auto;
}

#searchWordImage {
	padding-left: 0px;
}

#searchGoImage {
	padding-left: 2px;
}

.search-input {
    border-color: #BBBBBB;
    border-style: inset solid inset inset;
    border-width: 1px;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 140px;
}


.welcome-table {
	margin-bottom:8px;
}

/* ----- sicial buttons ----- */

h1.welcome, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	font-weight:bold;
	color:#4a5f70;
	float:left;
	margin:0;
	padding:0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:23px;
	font-weight:normal;
	color:#555555;
	float:left;
	margin:0 0 0 7px;
	padding:0;
}

.social {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}

.social li {
	float:left;
	margin-right:3px;
}
.social li a {
	display:block;
	width:23px;
	height:23px;
	text-indent:-9999em;
}
.social li.fb a {background-image:url(/images/images_new/social.gif); background-position:0 top;}
.social li.fb a:hover {background-position:0 bottom;}

.social li.tw a {background-image:url(/images/images_new/social.gif); background-position:-23px top;}
.social li.tw a:hover {background-position:-23px bottom;}

.social li.li a {background-image:url(/images/images_new/social.gif); background-position:-46px top;}
.social li.li a:hover {background-position:-46px bottom;}

.social li.rss a {background-image:url(/images/images_new/social.gif); background-position:-92px top;}
.social li.rss a:hover {background-position:-92px bottom;}

.social li.g a {background-image:url(/images/images_new/social.gif); background-position:-69px top;}
.social li.g a:hover {background-position:-69px bottom;}

.social li.p a {background-image:url(/images/images_new/social.gif); background-position:-92px top;}
.social li.p a:hover {background-position:-92px bottom;}

/* ----- sidebar navigation bottom style ----- */
#sidebar #sidebarNav_bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar  #sidebarNav_bottom  ul li {
	margin: 0;
	padding: 0;
	}
#sidebarNav_bottom a {
		font-size: 13px;
		color: #2c6987;
		text-decoration: none;
		margin: 0;
		padding: 2.5px;
		padding-left:6px;
		display: block;
		border-top: 1px dashed transparent;
		border-bottom: 1px dashed transparent;
		border-left: 1px dashed transparent;
		border-right: 1px solid #CCC;
	}
#sidebarNav_bottom a:hover {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px dashed transparent;
	color: #333333;
	}
#sidebarNav_bottom a.sidebarNav_selected {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px dashed transparent;
	color: #333333;
}
/* ----- end sidebar style ----- */

/* ----- footer style ----- */

#newsletterBack img {
	display: inline-block; /** important **/
	vertical-align:middle; /** important **/
}

#newsletterBack a {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block; /** important **/
	vertical-align:middle; /** important **/
	font-size: 11px;
	line-height: 11px;
	color:#333;
}

#bottom-nav {
	padding-bottom: 20px;
}

/* ----- end footer style ----- */


.category-image {
	padding: 0px 6px 0px 0px;
}

.video-thumb {
	padding: 0px 10px 0px 0px;
	max-width: 150px;
}

table.orders td, th {
	font-family: Arial,Helvetica;
	font-size: 12px;
}


.main-product-image {
	float: left;
	margin-right:16px;
	margin-bottom:10px;
	text-align: center;
}

.pinterest-button {
	padding-top: 8px;
}

td.pad-top-20 {
	padding-top: 20px;
}

button.cta {
	border: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	float: none;
	display: block;
	width: 100%;
	cursor: pointer;
	background-color:#009cde;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#f9f9f9;
	font-size:16px;
	line-height:20px;
	transition: background-color 80ms ease-in;
}
button.cta:before {
    content: '\25BA';
	margin-right:8px;
}
button.cta:hover {
	background-color:#008ac5;
}

.special-instructions-label {
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
    font-size: 16px;
    color: #6E787F;
}
.special-instructions {
    border: 1px solid lightgray;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 8px 0 0;
    padding: 4px;
    outline: 0;
    background-color: transparent;
    background-image: none;
    font-weight: 200;
    font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
    font-size: 16px;
}
