BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;	
	margin:0px;
	line-height:14px;
}
 

/*-- Style for the View_Cart RemoveItem button (added 9/28/09 by Gregg) --*/

.RemoveItem {
     padding: 0em 1.2em;
     background-image: url(../images/icon-x.gif);
     background-repeat:no-repeat;
     background-position:center center;	
     text-decoration:none;
     text-indent: -10000px;
     height: 24px;
     width: 5px;
}

/*---- Styles for Aug 09 Redesign ----*/

/*-- Main Page Header --*/
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin:0px;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

/*-- Sub header (with line) --*/
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin:0px 0px 10px 0px;
	padding-top:5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	margin:0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin:0px;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin:0px 0px 10px 0px;
	padding-top:5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.watermarked_psw {
	color: White; 
	font-family: Tahoma;
	font-size: 11px; 
	border: solid 1px #a9a9a9;
	text-indent:2px; 
	vertical-align:middle;
	text-align:right; 
	background-image:url(../images/Website_Graphics/watermark-password.gif);
	background-repeat:no-repeat; 
}

.watermarked_email {
	color: White; 
	font-family: Tahoma;
	font-size: 11px; 
	border: solid 1px #a9a9a9;
	text-indent:2px; 
	vertical-align:middle;
	text-align:right; 
	background-image:url(../images/Website_Graphics/watermark-email.gif);
	background-repeat:no-repeat; 
}

/*-- Sub header (no line) --*/


hr {
    border-top:1px solid #CCCCCC;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

.wishlist {
	border: 1px solid #CCCCCC;
	margin:0px;
	padding:3px;
}

.mini-thumbs img {
max-height: 45px;
max-width: 35px;
padding-right: 3px;
}

.compare-thumbs img {
max-height: 160px;
max-width: 160px;
text-align: center;
}

#paragraph ul {
	margin:0px;
	padding-left:30px;
}

#paragraph li {
	margin: 0px 0px 10px 0px;
}

.clearer {
	clear: both;
}

#article {
	font-size: 12.5px;
}
#article .subline {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin:0px;
	border: 0px;
}
#article .headline {
	font-size: 18px; 
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}
/* used for error messages */
.msg_error {
	color: #FF0000;
}

/* used for success messages */
.msg_success {
	color: #3B9E31;
}

/*------ LINKS & ACTION BUTTONS --------------------------------------*/

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}

/* Currently: light blue button */
.btn-primary  {
	background: url(../images/btn-ltbluebg.gif) bottom repeat-x;
	border: 1px solid #bbdcfb;
	color: #1389db; /*#0078EF;*/
	padding:2px 4px 2px 4px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	height: 20px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

.btn-primary a:link {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}

.btn-primary a:visited {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}

.btn-primary a:hover {
	color: #0066CC;
	text-decoration: none;
	cursor: hand;
}

.btn-primary a:active {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}

/* Currently: orange button */
.btn-secondary {
	background: url(../images/btn-orangebg.gif) bottom repeat-x;
	border: 1px solid #e58b04;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: hand;	
	height: 20px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

.btn-secondary a:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.btn-secondary a:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.btn-secondary a:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

.btn-secondary a:active {
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

/* Action Buttons */

LinkButton {
	text:none;
	cursor: hand;
	text-decoration: none;
}

.box-btns {
	float: left;
	width: 730px; 
	padding-top: 10px;
	vertical-align: top;
}

.btn-blue {
	background: url(../images/btn-ltbluebg.gif) bottom repeat-x;
	border: 1px solid #bbdcfb;
	color: #1389db;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: hand;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.btn-blue_noheight {
	background: url(../images/btn-ltbluebg.gif) bottom repeat-x;
	border: 1px solid #bbdcfb;
	color: #1389db;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: hand;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

.btn-blue a:link {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}

.btn-blue a:visited {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}

.btn-blue a:hover {
	color: #0066CC;
	text-decoration: none;
	cursor: hand;
}

.btn-blue a:active {
	color: #1389db;
	text-decoration: none;
	cursor: hand;
}


.btn-ltblue {
	background: url(../images/btn-ltbluebg.gif) bottom repeat-x;
	border: 1px solid #bbdcfb;
	color: #1389db;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	cursor: hand;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

/*--IE hack --*/
/*.ee {
	background-color: #FF9900;
	border: 1px solid #fdd08f;
	color: #FFFFFF;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	cursor: hand;	
	line-height: 30px;
}
*/

.btn-orange {
	background: url(../images/btn-orangebg.gif) bottom repeat-x;
	border: 1px solid #e58b04;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	cursor: hand;	
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.btn-orangelrg {
	background: url(../images/btn-orangelrg.gif) top no-repeat;
	width: 200px;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: hand;
	text-transform: uppercase;
}

/*---- Homepage Callouts ----*/

/* Easy Slider Carousel */
	#slider img{border:none;}
	span#nextBtn img{border:none;}
	span#prevBtn img{border:none;}
	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:584px;
		height:255px;
		overflow:hidden;
		z-index: 1; 
		}
		
	span#prevBtn{
		float:left;
		margin-top:-135px;
		margin-left: -5px;
		overflow:visible;
		z-index: 2;
		position: relative;
	}
	span#nextBtn{
		float:right;
		margin-top:-135px;
		margin-right: -5px;			
		overflow: visible;
		z-index: 2;
		position: relative;
	}	
					
/* Rotating Banner Ads */
.home-ad1 {
	float:left; 
	height:170px; 
	width:285px; 
	border: 1px solid #CCCCCC; 
	text-align:center; 
	vertical-align:middle;
}
.home-ad2 {
	float:right; 
	height:170px; 
	width:285px; 
	border: 1px solid #CCCCCC; 
	text-align:center; 
	vertical-align:middle;
}


/* Featured Products */
.featured-tab {
	padding:0px 5px 7px 0px;
	background-color: #FFFFFF;
}

.featured-tab-text {
	padding:5px; 
	font-weight:bold; 
	background-color: #FFFFFF;
	text-transform:uppercase;
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF; 
	*z-index: 2; /* IE only */
	*position: relative;
}

.featured-container {
	width: 582px; 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	*z-index: 1; /* IE only */
	*position: relative;
}


/*

/*---- END Styles for Aug 09 Redesign ----*/



/*
P {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.body {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}
*/

.bodylightgrey {
	FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.small {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.smalllist {
	FONT-SIZE: 10px; WIDTH: 150px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


.red {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #cc3300; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*----- PRODUCT DETAILS PAGE -----*/
.breadcrumb {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
/* Product Detail Main Header */
.biggreen {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #336600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/* Used for EURO amount at top */
.bodybold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.subhead {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin:0px 0px 10px 0px;
	padding-top:5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}
.bartitle {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #336600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/*.price {
	color:#333; 
	font-size:12px; 
	font-weight:bold;
}*/

/*
A.new:link {
	FONT-SIZE: 10px; COLOR: green; TEXT-DECORATION: none
}
A.new:active {
	FONT-SIZE: 10px; COLOR: green; TEXT-DECORATION: none
}
A.new:visited {
	FONT-SIZE: 10px; COLOR: green; TEXT-DECORATION: none
}
*/


/* Product Details Page */
.product-details-boxes {
	border: 1px solid #CCCCCC; 
	background-color: #f6faff; 
	padding:8px;
}

.product-title {
	font-size: 15px;
	color: #333333;	
	font-weight: bolder;
	line-height: 16px;
}

/*.product-price {
	font-size: 15px;
	color: #e0760f;	
}*/


/* Address Form */

.green-container-bg {
	background: url(../images/green_bg_tile.gif) 100% repeat-y;	
}


.address-form-header {
	padding-bottom: 0px;	
	background-color: #b9db8e;
	height: 24px;
	width: 100%;
}

.address-form td{ 
	padding-top: 7px;
	padding-bottom: 7px;
}
.address-form-text {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:13px;
 	color:#79797a;
}


#ezbox {
	height:137px;
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
}
#ezbox-inside {
background-image:url(../Images/bkgrd_ezBox.jpg);
height:137px;
width:201px;
vertical-align: text-bottom;
text-align:center;
}
#ezbox-inside2 {
width:163px;
vertical-align: text-bottom;
text-align:left;
padding-top:10px;
padding-left:10px;
}

#hoverBox, .hoverBox {
	/*width:100px;
	height:100px;*/
	padding:5px 10px;
	background-color:#FFFFFF;
	border:1px solid #9BC556;
	display:none;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;

}

/*--------------- CLEAN STYLES ---------------*/


/*  Main Navigation */
.nav-bg {
	background: url(../images/Website_Graphics/nav-bg.jpg) repeat-x;
	height: 30px;
	width:100%;
	padding:0px;
	margin:0px;
}

.nav-btn {
	float: left;
	border-right: 1px #FFFFFF solid;
	line-height: 30px;
	font-size: 13px;
	letter-spacing: .5px;
}

.current {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	_display:inline;
	color:#0066CC;
	text-decoration: none;
	height: 30px;
	background-color:#99ccff;
}

.nav-btn a:link {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	_display:inline;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	padding: 0px 12px 0px 12px;	
}

.nav-btn a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	_display:inline;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	padding: 0px 12px 0px 12px;	
}

.nav-btn a:active {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	_display:inline;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	padding: 0px 12px 0px 12px;	
}

.nav-btn a:hover {
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	_display:inline;
	color:#0066CC;
	text-decoration: none;
	height: 30px;
	padding: 0px 12px 0px 12px;	
	background-color:#99ccff;
}

.nav-green-bar {
	width:100%;
	background-color:#3B9E31;
	height:5px;
}

:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}

a.noline:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}

a.title:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #448AA3;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}

#price {
	font-weight:bold; 
	color:#e0760f;
}

#retail-price {
	font-size:11px; 
	color:#666666; 
	text-decoration: line-through;
}


/*  Page Header  */
.pghdr-login-tab {
	color:#FFFFFF;
	width: 600px;
	float: left;
	padding-top: 3px;
}

.pghdr-login-tab a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.pghdr-login-tab a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.pghdr-login-tab a:hover  {
	color:#FFFFFF;
	text-decoration: underline;
}

.pghdr-login-tab a:active {
	color:#FFFFFF;
	text-decoration: none;
}

.pghdr-viewcart {
	background: url(../images/btn-viewcart.jpg) no-repeat;
	color: #666666;
	height: 50px; 
	width: 112px; 
}

.pghdr-btn {
	height: 16px;
	width: 16px;
	padding: 0px 6px 0px 3px;
}


/* LEFT-HAND SIDEBAR */
.sidebar {
	width: 175px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.sidebar-right {
	width: 190px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.sidebar-header {
	background: url(../images/Website_Graphics/sidebar-bg.gif) repeat-x top;
	background-color: #279EF8;
	*background-color: #279EF8; /* IE only */
	min-height: 10px;
	color: #FFFFFF; 
	padding: 3px 5px 2px 5px;
	margin: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .3px;
	vertical-align: top;
}

.sidebar-header a:link {
	color: #FFFFFF;
}

.sidebar-header img {
	vertical-align: middle;
}
.sidebar-link {
	margin: 0px 10px -1px 10px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 20px;
	font-size: .9em;
}

.sidebar-content {
	padding: 0px 10px 10px 10px;
	color: #666666;
	font-size: .9em;
}

/* RIGHT-HAND SIDEBAR */

.rightbox-header {
	background-color: #0089db;
	color: #FFFFFF; 
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	vertical-align: middle;
}


/* Sidebar Category Links */
.cat-link {	
	color: #666666;
	text-transform: uppercase;	
	text-decoration: none;
}
A.cat-link:link {
	color: #666666;	
	text-decoration: none;
}
A.cat-link:active {
	color: #666666;
	text-decoration: none;
}
A.cat-link:visited {
	color: #666666;
	text-decoration: none;
}
A.cat-link:hover {
	color: #ff9900;
	text-decoration: none;
}

/* Footer Copyright info */
.legal {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.legal a:link {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.legal a:visited {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.legal a:hover {
	FONT-SIZE: 10px; COLOR: #1389DB; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.legal a:active {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif;
}


/* ---------- MODALS ----------*/


/*  Credit Card Whats This Modal */
.ccwhatsthis-modal-wrapper {
	background-color: #F1F1F1;
	border: 1px solid #D0D0D0;
	width:650px;

}

.ccwhatsthis-modal-textarea {
	padding: 20px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#666666;	
}


/*  EZ Dispatch Modal */
.ez-d-modal-wrapper {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	width:554px;
}

.ez-d-modal-textarea {
	padding: 20px;

}
 
.ez-d-modal-textarea ul {
	margin:0;
	padding: 10px 0px 10px 20px;
	list-style-type: disc;
	list-style-position: outside;	
}

.ez-d-modal-textarea li {
	padding-bottom: 3px;
}

.ez-d-modal-textarea img {
	border: 0px;
}



a.noline:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}

a.title:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #448AA3;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}

.subnav-btn a:link {
	color: #333333;
	text-decoration: none;
}

.subnav-btn a:visited {
	color: #333333;
	text-decoration: none;
}

.subnav-btn a:hover  {
	color:#333333;
	text-decoration: underline;
}

.subnav-btn a:active {
	color: #333333;
	text-decoration: none;
}

.subnav-btn-current {
	font-weight: bold;
	text-decoration: none;
}

.ad-bar {
	width:100%;
	background-color: #dedbdb;
	height:30px;
	line-height: 30px;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}

a.noline:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1389db;
	text-decoration: none;
}
a.noline:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}

a.title:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #448AA3;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	}

.subnav-bar {
	width:100%;
	background-color: #d3eafe;
	height:30px;
	line-height: 30px;
	color: #333333;
}

.subnav-btn {
	float: left;
	display:block;
	_display:inline;
}
