
.copytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #666666;
}

.quotes 
{
	font-family:Script, Serif;
	font-size:x-large;
	color: #666666;
}

.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 14pt;
	font-weight:bold;
	color: #666666;
	padding-bottom:20px;
	text-decoration:none;

}
.topnavtxt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bolder;	
}
.topnavtxt div 
{
    margin-top: 0;
    height:20px;
    width:350px;
    float:right;
    padding-right:10px;
    background: url('/designElements/interfaceImages/btn_topbar.png') repeat-x;    
}
.topnavtxt a
{
    color:White;
}

.mainnavtxt 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
	background-image:url(/designElements/interfaceImages/menubkg_new.jpg)
}

.mainnavtxt a:hover
{ 
 background-color:#D1D1D1;
 color:White; 
}

body {
    background-color: #FFFFFF;
    vertical-align: top;
	margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 100%;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    z-index: auto;
    top: 0px;
}
.cp_titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 14pt;
	font-weight:bold;
	color: #666666;

}

.divClear
{
	clear:both;
	height:1px;
}

.displayBlock
{  
 display:block;
}

.pointer
{
	cursor: default;	   
}

.hand
{
    cursor:pointer;
}

.tablecolumns
{
    padding:5px;
    margin:5px;
}

.adjustedZIndex {
    z-index: 1;   
}

td.column_width 
{
	width:185px;
	cursor:pointer;
}

.cart_panels
{
	padding: 2% 5% 2% 5%;
}

.cart_quantity
{
	text-align:center;
}

.estoreImages
{
	padding:2px 2px 2px 2px;
	width:100px;
	height:100px;
}
.promodivTop
 {
 	background-color: #D1D1D1;
 	background-image: url('/designElements/interfaceImages/RoundedTopLeft-opt.png');
 	background-repeat: no-repeat;
 	background-position:top left;
 }
.promodivTop div
{
	background-image: url('/designElements/interfaceImages/RoundedTopRight-opt.png');
	background-repeat: no-repeat;
	background-position:top right;
}

.promodivBottom
 {
 	background-color: #D1D1D1;
 	background-image: url('/designElements/interfaceImages/RoundedBottomLeft-opt.png');
 	background-repeat: no-repeat;
 	background-position: bottom left;
 }
.promodivBottom div
{
	background-image: url('/designElements/interfaceImages/RoundedBottomRight-opt.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.promodivContent
{
	background-color: #D1D1D1;
	margin: 0 0 0 0;
}

.promoTable td
{
	font-family:Times New Roman;
	vertical-align:top;
	padding:10px 15px 10px 15px;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */
	
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
	.CurrentSample { color: #D1D1D1; font-size:xx-large;}
	.SampleName {color: #D1D1D1; font-size:x-large;}	
	
	/*.coda-slider { background: #ffffff } */
    .coda-slider { background-color:inherit; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	/*.coda-slider-no-js .coda-slider { height: 375px; overflow: hidden; padding-right: 20px } */
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { }
	.panel img { width:100%; height:100%; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 250px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	.coda-nav { width:250px; float:right;}
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { margin: 15px; }
	
	/* Preloader */
	.coda-slider p.loading { margin: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #fff; color: #000; display: block; float: left; padding: 2px 2px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden;}
	.coda-slider { float: left; overflow: hidden; position: relative;  }
	.coda-slider .panel { float: left; }
	.coda-slider .panel-container { position: relative; width:auto; }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	.sliderThumbs
	{	
	    height:75px;
	    width:50px;    
	    padding: 6px 6px 6px 6px;
	    border: 1px solid black;
	}

	.sliderThumbsContainer
	{
	    float:right; 
	    width:48%; 
	    margin-left:15px; 
	    height:350px;
	    background-color: transparent; 
	    overflow-x:hidden; 
	    overflow-y:scroll;
	}
	
	.sliderThumbsContainer a:selected
	{
	    border:none;
	}
	
	.detailquotethumb
	{	
	  width :100%;
	  height:200px;
	  overflow-y:scroll; 
	  overflow-x:hidden;
	}
	
	.detailquotethumb img
	{
	    width:75px;
	    height:75px;
	    margin:10px 10px 10px 10px;
	    border:none;
	}
	

	
	/* GALLERY LIST CSS Stuff */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 30px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #ddd; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: black; font-size: 1em; font-style:italic; font-family:Times New Roman; }
.panel .panel-overlay a { color: black; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 10px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}