/** LAYOUT **/
html, body {
	margin:0px;
	padding:0px;
	}
	
	#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.tooltip { background-color:#FFFFCC; font-size:10px; font-family:Arial, Helvetica, sans-serif; }
	
.centerText
{
    text-align:center;
}

.hanging-indent 
{
    text-indent: -15px;
    padding-left: 15px;
}
	
.recipe-indent
{
    padding-left: 15px;
}

#website 
{
	/*width:1000px;
	border:1px solid #762A85;*/
}
#main {
	position:relative;
	display:block;
	min-height:400px;
	text-align:left;
	background-color: #ffffff;
	}
* html #main { height: 400px; }
#main-inner {
	display:block;
	padding:5px;
	text-align:left;
	}
#sidebar 
{
	float:left;
	position:relative;
	width:180px;
	left:0px;
	}
#content 
{
	position:relative;
	display:block;
	height:1%;
	margin-left: 205px;
	padding-top:10px;
	}
#header 
{
    min-width:1000px;
	display:block;
	background: #762A85;
}
#logo {
	position:relative;
	}
#caption {margin: 0; 
	font: 9px verdana,sans-serif; 
	position: absolute; 
	top: 72px;
	left: 25px;
	color: #FFF; 
	}	
#purpleheader {
	margin:0px;
	padding:0px;
	border:0px;
	background: #762A85 url('/images/template/background.gif') repeat;
	}
#purpleheader td, #purpleheader td table td {
	background: #762A85 url('/images/template/background.gif') repeat;
	}	
#footer {
	background: #FDB927;
	text-align:center;
	}
	
.clear 
{
	clear:both;
}

.watermark {
	color: #767676;
}


#copyright p {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	text-align: center;
	}

#navigation {
	text-align:right;
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #E4d3E7;
	padding-top: 8px;
	padding-bottom: 0px;
	}
	
#navigation a {
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color: #E4d3E7;
	}

#navigation a:hover {
	text-decoration: underline;
	}

#navigation-main, #navigation-main2 {
	padding-top:0px;
	}

#navigation-main ul, #navigation-main2 ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
	}
	
#navigation-main li {
	padding: 0px 0px 0px 20px;
	color: #E4d3E7;
	font-weight:bold;
	vertical-align:top;
	float:right;
	}
	
.navigation-main2 
{
    padding: 0px 3px 8px 3px;
    color:#d9c89c;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight:normal;
    vertical-align:top;
    font-size:11px;
}
/**
#navigation-main2 li, #navigation-main2 li a
{
    padding: 0px 3px 0px 3px;
    color:#d9c89c;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight:normal;
    vertical-align:top;
    font-size:11px;
    float:right;
}
**/
#navigation-main li a {
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:top;
	}

#navigation-main li a:hover {
	text-decoration: underline;
	}
.searchbutton {
	color: #000000;
	font-weight: bold;
	background: #E4D3E7;
	padding: 4px 10px 4px 10px;
	height: 14px;
	margin:0px;
	}

/* ---------- SEARCH BOX ------------ */

.search-box {
    position: relative;
    margin-bottom: 20px;
}

.text-input {
	background-color: #e4d4e7;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	padding: 4px;
	border: 0;
	margin-right: 0;
	border: 1px solid black;
	border-right: 0;
	behavior: url(/css/PIE.htc);
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	height: 20px;
	position: relative;
	vertical-align: middle;
	color: #767676;
}

.text-input:focus {
	outline: none;
	border-color: #bf7ecc;
    color: Black;
}

.search-button {
	color: white; 
	text-transform: uppercase; 
	background-color: #bf7ecc; 
	/*border:1px solid black; */
	*border:0;
	*line-height: 20px;
	*zoom: 1;

    behavior: url(/css/PIE.htc);
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
  	cursor: pointer; 

/*	background-image: -webkit-gradient(center top, #bf7ecc, #944fa1);
	background-image: -moz-linear-gradient(center top, #bf7ecc, #944fa1);
	background-image: linear-gradient(center top, #bf7ecc, #944fa1);
	background-image: -webkit-linear-gradient(center top, #bf7ecc, #944fa1);
	background-image: -o-linear-gradient(center top, #bf7ecc, #944fa1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bf7ecc), to(#944fa1));
	background-repeat: repeat-x;*/
	
	text-decoration: none;

	display: inline-block;
	  *display: inline;
  /* IE7 inline-block hack */

    *margin-left: 0;
	vertical-align: top;
	height: 20px;
	text-align: center;
	padding: 4px 14px;
	line-height: 20px;
	font-size: 14px;
    font-family: Verdana,Arial,sans-serif;
    
    position: relative;
    margin-left: -4px;

}

.btn {
	color: #333; 
	background-color: #FFE2AF; 
	border:1px solid #333; 
	*border:0;
	*line-height: 20px;
	*zoom: 1;

    behavior: url(/css/PIE.htc);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  	cursor: pointer; 

	background-image: -webkit-gradient(center top, #FFE2AF, #FDB927);
	background-image: -moz-linear-gradient(center top, #FFE2AF, #FDB927);
	background-image: linear-gradient(center top, #FFE2AF, #FDB927);
	background-image: -webkit-linear-gradient(center top, #FFE2AF, #FDB927);
	background-image: -o-linear-gradient(center top, #FFE2AF, #FDB927);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFE2AF), to(#FDB927));
	background-repeat: repeat-x;
	
	text-decoration: none;

	display: inline-block;
	  *display: inline;
  /* IE7 inline-block hack */

    *margin-left: 0;
	vertical-align: top;
	text-align: center;
	padding: 4px 14px;
	line-height: 20px;
	font-size: 14px;
    font-family: Verdana,Arial,sans-serif;
    
    position: relative;
    margin-left: -4px;

}

.btn:hover 
{
    text-decoration: none;
}


hr.yellow 
{
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom: 2px dotted #FDB927;
}	
	
/**  FORMATTING  **/
img {
	border:none;
	}

html, body, p, input, select, td, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
	
h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #762A85;
	margin:0px;
	padding:0px;
	}

h3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:0px;
	padding:0px;
	}
	
a {
	font-family: Verdana, Arial, Sans-Serif;
	color:#762A85;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.breadcrumbs {
	font-size:10px;
	margin-bottom:10px;
	}

.warning {
	color: Orange;
	font-weight:bold;
	}

hr {
	border:0px;
	border-bottom: 1px solid #767676;
	padding:0px;
	margin:0px;
	color:#fff;
	background:none;
	}	

.emphasis {
	color: #762A85;
	font-weight: bold;
	}
.subtle
{
	color:#333333;
}

.hint 
{
	color: #666666;
	font-size: 0.8em;
}
	
/** LEFT NAV **/
#categorylist, #recentlyviewedlist {
	border:2px #fdb927 dotted;
	margin: 10px 0px 10px 10px;
	padding:0px;
	width:175px;
}
#recentlyviewedlist 
{
    text-align:center;
}
#categorylist ul, #recentlyviewedlist ul 
{
	list-style:none;
	margin:0px;
	text-indent:0px;
	padding:0px;
	width:175px;
}
#recentlyviewedlist table
{
    margin:0;
    padding:0;
    width: 150px;
}
#categorylist li, #recentlyviewedlist li
{
	border-top:1px #762A85 dashed;
}
#categorylist a {
	padding:10px 10px; 
	font-size: 12px;
	font-weight: bold;
	width:155px;
	display: block;
	text-decoration:none;
}

#categorylist ul li:hover 
{
	background-color:#fdb927;
}

#categorylist h2, #recentlyviewedlist h2 
{
	padding:10px;
}

#recentlyviewedlist .productlist-row 
{
    padding: 0;
    width: 100px;
}
#recentlyviewedlist .productlist-info {
    padding: 0 10px 20px 10px;
    margin-top: 15px;
    display: block;
}
#recentlyviewedlist .productlist-imagediv 
{
    height: auto;
    text-align:center;
    margin: 0 auto;
    width: 160px;
}
.categorylist-item 
{
}
#categorylist .current 
{
	background-color: #fdb927;
}

h1.category_name 
{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

.category_subtitle {
	font-size:16px;
	font-weight:bold;
	color: #333333;
	margin-bottom:10px;
	}
		
.subcategory {
	border-bottom:1px solid #767676;
	padding:10px 0px 10px 0;
	margin-right:10px;
	}

/** CATEGORY LIST **/
.categorygrid
{
	border:0;
}
.categorygrid-row 
{
	border-top:#fdb927 dotted 2px;
	/*height:230px;*/
	padding:15px 20px 20px 20px;
	margin:0;
	width:220px;
}
.categorygrid-imagediv 
{
	height:150px;
	vertical-align:bottom;
	display:table-cell;
}
.categorygrid-image 
{
	border:0;
	max-height:150px;
}
.categorygrid-info 
{
	padding-top:10px;
}	
.categorygrid-categoryname 
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 110%;
}
.categorygrid-productname 
{
	text-align:left;
	font-weight:bold;
}

/** PRODUCT LIST **/
.productlist
{
	border:0;
}
.productlist-intro 
{
	padding-bottom: 20px;
	width:750px;
}
.productlist-intro td
{
	vertical-align: bottom;
	font-weight: normal;
	font-size: 12px;
	padding-right: 10px;
}
.productlist-intro img 
{
	max-height:300px;
}
.productlist-row  
{
	border-top:#fdb927 dotted 2px;
	/*height:230px;*/
	padding:15px 20px 20px 20px;
	margin:0;
	width:220px;
}

.productlist-history-row  
{
	border-top:#fdb927 dotted 2px;
	margin:0;
	width:180px;
	margin-top: 10px;
}
.productlist-imagediv 
{
	height:150px;
	vertical-align:bottom;
	display:table-cell;
	width:220px;
	text-align:center;
}
.productlist-image 
{
	border:0;
	max-height:150px;
}
.productlist-info 
{
	padding-top:10px;
	min-height: 60px;
}	
.productlist-name 
{
}
.productlist-saleprice 
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}
.productlist-price 
{
	color:Black;
}
.productlist-soldout 
{
	font-weight: bold;
}

.product_list {
	border-bottom:1px solid #767676;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.currentpagenumber {
	text-decoration:underline;
	}
.productinlist {
	font-size: 12px;
	}
	
/** PRODUCT PAGE **/
#imagehover 
{
    position:absolute; border:1px solid #F97100; background:#F97100; 
    padding:5px; display:none; color:#fff;
    text-align: center;
}
.productname 
{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.product_subtitle 
{
	font-size:14px;
	margin-bottom:10px;
	font-style:italic;
}
.productcode_list 
{
	border-top:2px dotted #fdb927;
}
.productcode_list td 
{
	border-bottom:2px dotted #fdb927;
	padding:10px;
	vertical-align:middle;
}	
.productcode_list_info td 
{
	border-bottom:0;
	padding:0px;
	margin:0;
	vertical-align:middle;
}	
.productcode_list .productcode_name 
{
	color:#762A85;
	font-weight:bold;
}
.productcode_list .productcode_price
{
	color:#762A85;
	font-weight:bold;	
}
.productcode_list .productcode_saleprice
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}

.productcode_list .qtydiscount, .productlist-info .qtydiscount, #cart .qtydiscount
{
	color:#990000;
	font-weight:bold;
	font-size:0.8em;
}

.productlist-row .productcode_saleprice
{
	 font-weight:normal;
}
.productcode_list .productcode_stockcode 
{
	color: #666666;
	width:200px;
}
.productcode_list .productcode_size 
{
	color: #666666;
	margin-left: 10px;
}

.soldout, .retired, .onvacation, .comingsoon 
{
    font-family: MunoExtraBold, MunoBold, Lucida Sans, Verdana;
    font-weight:normal;
    font-size: 26px;
}

.product-hover-description 
{
    width: 300px; 
    padding: 20px;
    border:2px solid #762A85;
    background-color: White;
    color: #000000;
}


/** CLUB TABLES **/

.club-table { border-bottom: 1px dotted #767676; border-left: 1px dotted #767676; font-size: 11px; margin: 10px 0; }
.club-table th, .club-table td { border-right: 1px dotted #767676; border-top: 1px dotted #767676; font-size: 11px; padding: 10px; width: 200px; }    
.club-table th { background-color: #ffe2af; }


/** ARTICLES **/
.article {
	border: 1px solid #767676;
	padding:10px;
	font-size:10px;
	margin-left:20px;
	width:220px;
	text-align:left;
	}
.headline {
	font-size:12px;
	font-weight:bold;
	}
	
/** BOX **/
.faq-category {
	border: 2px dotted #762A85;
	padding:10px;
	margin:0px;
	width:300px;
}
.top 
{
	float:right;
	background: #fff url('/images/template/up-arrow.png') center left no-repeat;
	padding-left: 15px;
	margin-left:150px;
	font-size: 14px;
	color:#333;
}
.backtoshopping 
{
	background: #fff url('/images/template/left-arrow.png') center left no-repeat;
	padding-left: 15px;
	margin-left:30px;
}

/* Quick Look */
.quicklook-moredetails 
{
/*
    display: block;
    width: 100%;
    text-align: center;
    background-color: #762A85;
    padding: 10px;
    box-shadow: 1px 1px 1px #767676;
    -moz-box-shadow: 1px 1px 1px #767676;
    -webkit-box-shadow: 1px 1px 1px #767676;
*/
    margin-top: 20px;
}
.quicklook-moredetails a {
    color: #762A85;
}
	
	
/* Tooltip */
#tooltip {
	position:absolute;
	z-index:9999;
	color:#000000;
	width:150px;
	font-size:10px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: #333333;
}

#tooltip .tipHeader {
	height:8px;
}

/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}

#tooltip .tipBody {
	background-color:#FDB927;
	font-size:10px;
	padding:5px;
}

#tooltip .tipFooter {
	height:8px;
}

/* Hover tooltips */
a.shippingnote, .shippingnote
{
	position:relative;
	z-index:0;
	color: #767676;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
}
a.shippingnote:hover 
{
	z-index:25;
}
a.shippingnote span 
{
	display:none;
}
a.shippingnote:hover span 
{
	display:block;
	position:absolute;
	bottom:1em;
	left:0;
	width:15em;
	background-color:#F5F5F5;
	text-align:left;
	padding:5px;
	font-size:10px;
	text-transform: none;
	font-weight: normal;
	color: #000;
}

.tooltipshipping 
{
	color: #767676;
	font-weight:bold;
	font-size:0.8em;
	text-transform: uppercase;
	display: inline; 
}
.tooltipshipping span
{
    display: none;
}
.tooltipshipping:hover 
{
    cursor: pointer;
}

#tooltipshipping
{
    position: absolute;
    z-index: 100;
	background-color:#F5F5F5;
	text-align:left;
	padding:5px;
	font-size:10px;
	text-transform: none;
	font-weight: normal;
	color: #000;
	max-width: 200px;   
}

        #tooltipshipping.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltipshipping.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltipshipping.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
.note 
{
	color: #666666;
	font-size:11px;
}

	
/* New KTP HomePage Styles */
.HeaderCaption, .HeaderCaption a
{
    text-align:left;
    font-family: georgia, "times new roman", serif;
    font-size:16px;
    color:#fff;
}

.searchbutton2  
{
    color: #fff; 
    border:0;
    text-transform:uppercase; 
    font-size:11px; 
    background:url("images/btnbg-search.gif") no-repeat; 
    text-align:center; 
    height:18px; 
    width:47px; 
    margin:0px; 
    vertical-align: middle;
    padding:3px 8px 5px;
    display:table-cell;
}

.searchbutton2 a 
{
    color: #fff; 
    text-transform:uppercase; 
    font-size:11px; 
}

.searchbutton2 a:hover 
{
    text-decoration:none;
}

.searchbuttoninput 
{ 
    border:0; 
    background:url("images/searchfieldbg.gif") no-repeat; 
    width:261px;
    height:18px; 
    vertical-align:middle; 
    font-size:12px;
    color:#444; 
}

.watermark2 {
	color: #767676;
	border: 0;
	background: transparent;
	width: 260px;
	height: 18px;
	padding: 2px 0 0 5px;
	font-size: .9em;
}

a.shoppingcarticon, .shoppingcarticon
{
	position:relative;
}
a.shoppingcarticon:hover 
{
	z-index:100;
}
a.shoppingcarticon span 
{
	display:none;
}
a.shoppingcarticon:hover span 
{
	display:block;
	position:absolute;
	bottom:2.5em;
	left: -2em;
	background-color:#e4d4e7;
	text-align:left;
	padding:2px;
	font-size:10px;
	text-transform: none;
	font-weight: normal;
	color: #000;
}


/* Professional Presents */
#professionalpresents 
{
    width: 670px;
}
#professionalpresents td {
 			font-family: verdana, san-serif;
 			font-size: 13px;
 	     }
 	  
 	  
#professionalpresents #sidebar #sideheader {
			font-family: munobold, san-serif;
			color:#762A84; 
			font-size: 20px;
			}
			
#professionalpresents #sidebar #price {
			font-family: verdana, san-serif;
			color:#3e3e40; 
			font-size: 20px;
			font-weight: bold;
			}
			
#professionalpresents #sidebar img {
			 padding:10px;
			}
			
#professionalpresents #content #title {
			font-family: MunoExtraBold, san-serif;
			color:#3e3e40; 
			font-size: 45px;
			font-weight: bold;
			text-align: center;
			margin-bottom: 10px;
			margin-top: 10px;
			}
			
#professionalpresents .titleheaders {
			font-family: MunoBold, san-serif;
			color:#762A84; 
			font-size: 30px;
			font-weight: normal;
			}
#professionalpresents-contact li 
{
    list-style: none;
    margin-bottom: 0px;
}
#professionalpresents-contact label
{
    float: left;
    width: 70px;
}
#professionalpresents-contact input, 
#professionalpresents-contact textarea 
{
    width: 230px;
}
#professionalpresents-contact textarea 
{
    margin: 10px 0;
    display: table-cell;
    clear: both;
}
#professionalpresents-contact .btn 
{
    margin-left: 0px;
    display: block;
    float: none;
}
			
/* ---------- ACCOUNT ------------ */
.divAccountLinks div {
	width: 350px;
	float: left;
	margin-top: 40px;
}
.divAccountLinks ul {
	padding-left: 0;
}
.divAccountLinks li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #762A85;
	font-family: Verdana;
}
.divAccountLinks span {
	display: block;
	color: #333;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

.manage-credit-cards th,
.manage-credit-cards td
{
    border-bottom: 1px solid #767676;
    padding: 10px;
    text-align: left;
}
.manage-credit-cards th 
{
    color: #666666;
    text-transform: uppercase;
    font-size: 11px;
}

.manage-credit-cards a 
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.order-history 
{
    width: 80%;
}
.order-history td
{
    color: #333333;
    border-bottom: #762A85;
}
.order-history th 
{
    background-color: #762A85;
    color: #ffffff;
}
.twodayrate 
{
    width: 200px;
}
.twodayrate td
{
    font-size: 10px;
}


/* --- Customer Service -- */
a.anchor{display: block; position: relative; top: -40px; visibility: hidden; }

.ForceAddressAllCaps {text-transform: uppercase;}