/* Table of Contents
... Everything outside of the 'pilicontainer.'
1 Pilinote
2 HOME
3 CATEGORY pages
4 ACCESSORIES page
5 LOCATIONS Pages
6 PRODUCTS Pages
7 ABOUT US page
8 QUESTIONS Pages
9 LOGIN page
10 MY ACCOUNT page
11 EMAIL US page
12 ALERT messages
 */






/* 1 Pilinote --------------------------------------------------- */
#pilinote {
	color: #333333;
	display: none;
	float: left;
	font-family: Century Gothic,'Muli',Helvetica Neue,Arial,sans-serif;
	margin-left: 6px;
	margin-top: 3px;	
	font-size: 13px;
}






/* 2 HOME -------------------------------------------------------- */
#khome830 {
	display: block;
	margin: 100px auto 0;
	width: 900px;
}
/* Slider in Homepage */
/* jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.slider-wrapper { 
	width: 100%; 
	max-width: 1080px;
	margin: 0 auto;
	min-height: 500px;
}
.clear {
	clear:both;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 2px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}






/* 3 CATEGORY pages ---------------------------------------------- */
#kcolpage {
	height: auto;
	margin: 0 auto;
}
.kitem {
	display: block;
	float: left;
	width: 20%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.kitemtext {
	float: left;
	font-size: 11px;
	color: #222222;
	margin-left: 10px;
	letter-spacing: 0.2px;
	font-family: Century Gothic, Helvetica Neue, Arial, sans-serif;
	line-height: 13px;
	margin-top: 3px;
}
.kitem img {
	width: 100%;
}
.koldprice {
    text-decoration: line-through;
}
.knewprice {
    color: #c84940;
    font-weight: bold;
}






/* 4 ACCESSORIES page ----------------------------------------------- */
#kaccpage {
	width: 860px;
	margin: 0 auto;
}
.kitemacc {
	display: block;
	float: left;
	width: 200px;
	height: 220px;
	margin-left: 7px;
	margin-right: 8px;
	margin-bottom: 35px;
}
.kitemacctext {
	float: left;
	font-size: 11px;
	color: #222222;
	letter-spacing: 0.2px;
	font-family: Century Gothic, 'Muli', Helvetica Neue, Arial, sans-serif;
	line-height: 13px;
	margin-top: 3px;
}
.kitemacc img {
	height: 200px;
	width: 200px;
}






/* 5 LOCATIONS Pages ---------------------------- */
#locapage {
	margin: 0 auto;
	border: 1px solid #777777;
	width: 755px;
	height: 880px;
}
#kleft {
	float: left;
	width: 227px;
	margin-left: 14px;
	margin-top: 14px;
	height: 855px;
}
#klefttop {
	float: left;
	width: 213px;
	height: 454px;
	border-bottom: 1px solid #222222;
}
.currentbox {
	float: left;
	display: block;
	width: 213px;
	height: 213px;
	background: #221900;
}
#kaibox {
	margin-top:14px;
}
#currenttitle {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 19px;
	width: 175px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-top: 15px;
}
#currentadd {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 17px;
	width: 175px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-top: 17px;
}
#currenthours {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 175px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-top: 17px;
}
.otherlink {
	float: left;
	display: block;
	width: 211px;
	height: 211px;
	border: 1px solid transparent;
}
.otherlink:hover {
	border: 1px solid #221900;
}
#kailink {
	margin-top: 14px;
}
#othertitle {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 19px;
	width: 175px;
	color: #222222;
	letter-spacing: 1px;
	margin-left: 24px;
	margin-top: 14px;
}
#otheradd {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 17px;
	width: 175px;
	color: #222222;
	letter-spacing: 1px;
	margin-left: 24px;
	margin-top: 17px;
}
#otherhours {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 175px;
	color: #222222;
	letter-spacing: 1px;
	margin-left: 24px;
	margin-top: 17px;
}
.leftbottom {
	float: left;
	display: block;
	width: 227px;
	height: 18px;
	margin-top: 15px;
	padding-top: 368px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
.leftbottom:hover {
	text-decoration: underline;	
}
#honoleftbottom {
	background: url('locations/punamapwrite.png');
	background-repeat: no-repeat;
}
#kaileftbottom {
	background: url('locations/kaimapwrite.png');
	background-repeat: no-repeat;	
}
.kright {
	margin-top: 14px;
	float: left;
	width: 500px;
	height: 852px;
}
.kright1 {
	float: left;
	width: 500px;
	height: 333px;
}
.kright2 {
	float: left;
	width: 500px;
	height: 505px;
	margin-top: 14px;
}






/* 6 PRODUCTS pages ---------------------------- */
#kproductpage {
	width: 283px;
	font-family: Century Gothic, 'Century Gothic', 'Muli', Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
.kbacklinkcoll {
    dislay: block;
    margin-right: 30px;
    color: #9B8E8E;
    line-height: 8px;
	letter-spacing: 0.2px;
	font-size: 11px;
	position: relative;
	right: 649px;
	bottom: 61px;
}    
.kbacklink {
    dislay: block;
    color: #9B8E8E;
    line-height: 8px;
	letter-spacing: 0.1px;
	font-size: 11px;
	position: relative;
	right: 649px;
	bottom: 61px;
}   
#kproducttitle {
    font-size: 19px;
	margin-left: 13px;
	margin-top: 1px;
    line-height: 16px;
}
.kproductdesc {
    margin-top: 27px;
	margin-left: 12px;
	line-height: 16px;
	color: #333333;
}
.pilisize {
	margin-top: 17px;
	margin-left: 13px;
	line-height: 15px;
	color: #333333;	
}
#kproductprice {
	margin-top: 21px;
	margin-left: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #333333;
}
#kproductcol {
	color: #9B8E8E;
    font-size: 10px;
}
#product_photo {
	width: 441px;
	height: 735px;
}
.vCSS_img_swatch {
	width: 82px;
	height: 100px;
	margin-right: 3px;
	margin-bottom: 1px;
}
#vCSS_mainform {
	background-image: url('productpage36.jpg');
	background-repeat: no-repeat;
	width: 834px;
	margin-left: 116px;
	padding-top: 32px;
}
.colors_pricebox {
    width: 291px !important;
	position: relative;
	left: 13px;
}
#v65-product-parent {
    padding-top: 9px;
    padding-left: 41px;
}
/* takes out features bar on bottom of products pages */
.PageText_L660n, .PageText_L656n {
	display: none;
}
/*shadow box on products page*/
#sb-title-inner {
	font-weight: normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
/* Alt views */
#alternate_product_photo_2, #alternate_product_photo_3, #alternate_product_photo_4, #alternate_product_photo_5, #alternate_product_photo_6 {
	visibility: visible;
	margin-left: -5px;
	margin-right: 0px;
	position: relative;
	height: 145px;
	width: 87px;
}
#alternate_product_photo_2 {
    bottom: 752px;
    right: 151px;
}
#alternate_product_photo_3 {
    bottom: 601px;
    right: 236px;
}
#alternate_product_photo_4 {
    bottom: 450px;
    right: 321px;
}
#alternate_product_photo_5 {
    bottom: 299px;
    right: 406px;
}
#alternate_product_photo_6 {
    bottom: 149px;
    right: 491px;
}
/* takes out product title on top left of products pages  */
.vCSS_breadcrumb_td {
	display: none;
}



#sb-container {
	display:none !important;
}
#options_table select {
	visibility: visible !important;
	border: 1px solid #ccc;
	font-size:12px;
	font-family: Century Gothic, 'Lucida Grande', Arial, sans-serif;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	background: url('arrow.png') no-repeat right;
	width: 205px;
	height: 27px;
}
#options_table .colors_productname b {
	margin-left: 11px; 
	font-size: 12px !important;
	color: #333333;
	font-family: Century Gothic, 'Muli', Helvetica Neue, Arial, sans-serif !important;
	font-weight: normal !important;
	font-style:normal !important;
	}
.vCSS_input_addtocart {
	margin: 9px 0 9px 4px;
}
#v65-product-parent .v65-error-list-container {
position: absolute !important;
top: 180px;
z-index: 10;
margin-left: 186px;
left: 50%;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.vCSS_input_addtocart {
	margin: 0px 0 9px 4px;
}
}
#product_photo_zoom_url {
	cursor: default;
}






/* 7 ABOUT US page ---------------------------- */
#piliaboutuscontainer {
	display: block;
    min-height: 660px;
    margin: 0 auto;
    max-width: 942px;
    min-width: 824px;
    position: relative;
}
#piliaboutus {
    max-width: 646px;
    position: absolute;
    right: 296px;
}
/* shares this id with questions page */
#piliaboutustitle {
    color: #383838;
    font-family: 'quicksandregular', Courier New, Century Gothic, sans-serif;
    font-size: 20px;
    margin-bottom: 60px;
	line-height: 30px;
}
#piliaboutustext {
	line-height: 30px;
    font-size: 13px;
	color: #222222;
}
#piliaboutuspic {
	position: absolute;
    right: 0;
    width: 235px;
    height: 600px;
}






/* 8 QUESTIONS Pages ---------------------------- */
#qupage {
    max-width: 748px;
    position: absolute;
    right: 194px;
}
#qpagetext {
	line-height: 20px;
    font-size: 13px;
	color: #222222;
}
.qusection {
	width: 315px; 
	float: left;
	padding-top: 5px;
	height: 191px;
}
#qpagepic {
	position: absolute;
    right: 0;
    width: 224px;
    height: 600px;
}
.ital15 {
	font-style: italic;
	font-size: 15px;	
	padding-top: 5px;
	color: #2b4c67;
}
.bold13 {
	font-weight: bold;
}
i {
	font-size: 14px;
}
.imbold {
	font-style: italic; 
	font-size: 15px;
	color: #2b4c67;
}
#qureturn {
	font-size: 13px;
}






/* 9 LOGIN page -------------------------------------------------------- */
#kloginheaderreturn {
    font-size: 13px;
	font-style: italic;
	margin-left: 15px;
}
#kloginheadernew {
    font-size: 13px;
	font-style: italic;
}





/* 10 MY ACCOUNT page ---------------------------------------------------- */
#acctdtwo {
	width: 110px;
}
#accinputzero {
	border: 1px solid #ccc;
	padding: 6px 4px;
	width: 180px; 
}
#accinputone {
	border: 1px solid #ccc;
	padding: 6px 4px;
	margin-bottom: 4px;
}
#accinputzero:focus, #accinputone:focus {
	border: 1px solid #22160a !important;
	outline: none;
}
#accinputthree {
	margin-left: 11px;
}
.accnewinputs {
	border: 1px solid #ccc;
	padding: 5px 4px;
}
.accnewinputs:focus {
	border: 1px solid #22160a !important;
	outline: none;
}
#piliwelcome {
	margin-left: -2px;
	font-size: 13px;
}
.kaccountheader {
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
}
#pilibacktwo {
	font-weight: normal !important;
	font-size: 12px;	
}
.PageText_L266n {
	margin-left: -4px;
}
#pilimyaccountlogin {
 background: url('heading_login.gif') no-repeat; 
 display: block;
 height: 47px;
 width: 300px;
}
#div_articleid_97 {
	width: 715px;
}
#div_articleid_49 {
	background: url('myreceiptcheckout.gif') no-repeat;
	background-position: 223px -5px;
	padding-top: 101px;
}
#piliclickhere {
	color: #777777;
	font-style: italic;
}
#piliclickhere:hover {
	color: #000000;
}
#div_articleid_48 {
	line-height: 17px;
}
#ordermyacclink {
	font-family: 'quicksandregular', arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
#ordermyacclink:hover {
	color: #000000;
}





/* 11 EMAIL US page ------------------------------------------------------ */
#linkcontain {
	margin: 0 auto;
    max-width: 942px;
    min-height: 450px;
    min-width: 824px;
    overflow: hidden;
}
#linktoptitle {
	font-family: quicksandregular;
    font-size: 20px;
	color: #383838;
	display: block;
	line-height: 30px;
	margin-bottom: 60px;
}
.linktext1 {
	color: #222;
    font-size: 14px;
    font-style: italic;
    padding: 5px 0 8px;
	margin: 0;
}
.linktext2 {
	color: #222222;
    font-size: 13px;
    line-height: 30px;
}
.linkinput {
	border: 1px solid #777;
    font-size: 13px;
    height: 25px;
    margin-bottom: 18px;
    padding: 2px 4px;
    width: 210px;
	font-family: arial, sans-serif;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}
.simplesubmit {
	background-color: #24170e;
    border: 0 none;
    color: #f7f7f7;
    font-size: 12px;
    height: 31px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
    width: 136px;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}





/* 12 ALERT messages ---------------------------------------------------- */
.v65-error-list-wrapper {
    padding: 3px 10px 15px !important;
}
.v65-error-list-container {
	background-color: #ffffff !important;
	border: 3px solid #7aaa33 !important;
}
.v65-error-list-image {
     background-image: url('static/erroralert.png') !important;
}