/* structure and common classes */
body {
	background-color: #fff;
  	margin:0;
  	color: #575757;
  	font-family: Arial, sans-serif;
  	font-size: 11px;
}
.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }
.vlT {vertical-align:top;}
.vlB {vertical-align:bottom;}
.clear { clear: both; height:1px; line-height:1px; }

h1, h2, h3 {
  	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
img {   border:0px;	 }
input, select, textarea {
	color: #8e8e8e;
	font-family:Arial,sans-serif;
	font-size: 11px;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#pageFrame, #footerFrame {
	width: 100%;
	float: left;
	text-align: center;
}

#pageFrame {
	background: #85b2b7  url(/images/body-bg.gif) repeat-x;
}
#frame, #footer {
	width: 895px;
	margin: 0 auto;
	text-align: left;
}
#header, #pageBody, #bodyFooter {
	width: 895px;
	float: left;
}
#pageBody {
	background-color: #fff;
}
#genericBody {
	background-color: #fff;
	padding:20px;
	min-height:350px;
}
#genericBody h1, #genericBody h2 {
	font-size: 16px;
	margin-bottom:15px;
}
#genericBody h3 {
	color:#3d8796;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	margin-bottom:16px;
}
#genericBody p {
	margin:10px 0 10px 0;
}
/* body footer content */
#bodyFooter {
	margin:7px 0;
	padding:7px 0;
}
#bodyFooter div {
	float:left;
	width:223px;
}
#bodyFooter h4 {
  margin: 0 10px 8px 20px;
  color: #3d2e29;
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
}
#bodyFooter ul {
	margin-left:20px;
}
#bodyFooter ul li {
	display:block;
}
#bodyFooter a:hover {
	color:#3d2e29;
	text-decoration:underline;
}
#bodyFooter a {
	color:#3d2e29;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
/* footer content */
#footerFrame {
	color:#9E9E9F;
	padding:16px 0;
}
#footerFrame h4 {
	color:#626262;
	margin:15px 10px 8px;
}
#footerFrame p {
	line-height:14px;
}
#footerFrame .first {
	margin-right:14px;
}
#footerFrame .box {
	text-align:center;
	border:1px solid #D0D0D0;
	margin-bottom:10px;
	padding:5px 40px 15px 44px;
	width:352px;
	height:74px;
	vertical-align:middle;
}
#trustwaveSealImage {
	margin-bottom:12px;	
}
#footer .second {
    float: right;
}
#footer p {
	line-height: 14px;
}
#footer a,
#footer a:visited {
	color: #9e9e9f;
	text-decoration: underline;
}
#footer a:hover {
	color: #626262;
	text-decoration: underline;
}
#footer h4 {
	color:#626262;
	margin:5px 10px 8px;
}
#SEO {
	text-align:left;
	margin-top:24px;
}
/* header content */
#logo {
	background-image: url(/images/header/logo.gif);
	background-repeat: no-repeat;
	height: 76px;
  	margin-top: 36px;
  	position: absolute;
  	width: 373px;
}
#logo a {
  	position:absolute;
  	width:368px;
  	height:76px;
  	text-indent: -1000em; 	
}
#logoMenu {
	margin-bottom: 4px;
	float: right;
	width: 100%;
}
/* top nav and cart */
#securityBadge {
	float: right;
	height: 72px;
}
#serviceMenu {
	float: right;
	margin-top: 25px;
	position: relative;
	z-index: 10;
}
.serviceMenuItem {
	font-family: Verdana;
	line-height: 1.2em;
	margin: 0 12px 0 0;
	position: relative;
}
#serviceMenu .serviceMenuItem a,
#serviceMenu .serviceMenuItem a:visited {
	color: #474747;
	text-decoration: none;
}
#serviceMenu li a:hover {
	color: #474747;
}
#activeCartSize {
	font-weight: bold;
}
#serviceMenu .cartItems a,
#serviceMenu .cartItems a:visited,
#serviceMenu .cartItems a:hover {
	color: #1168ab;
}
/* popup classes */
#popoverlay{
	position:fixed;
	z-index:90;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#eee;
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.7;
	display: none;
}
#popcontent{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 30px;
	left: 0;
	display:none;
}
#top {
	background-color:#1168AA;
	border:1px solid #ccc;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
}
#middle {
	background:#fff none repeat scroll 0 0;
	border:5px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
}
#info {
	color:#fff;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
}
#rt {
	float:right;
	margin-right:10px;
}
#rt a:hover {
	color:#fff;
	text-decoration:underline;
}
#rt a {
	color:#fff;
	text-decoration:none;
}
/* shopping cart */
/* #cart {
	display:none;
	z-index:100;
} */
#cart {
	display:block;
	position:absolute;
	right:1px;
	top:22px;
	width:290px;
	z-index:100;
}
#cart .cartitems {
	background:#ecf5f6;
	padding:16px 13px;
}
#cart .cartitems table td {
	vertical-align:top;
	padding-bottom:7px;
}
#cart .cartitems img {
	margin:0 5px;
}
#cart .cartitems .item_number {
	color:#878787;
	margin-top:5px;
}

#cart .minicheckout {
	margin-top:10px;
}

#cart .minicheckout a.goto_cart { 
	background:url(/images/header/blue_arrow_right.gif) no-repeat center right;
	padding-right:15px;
	float:left;
	font-size:12px;
	margin-top:5px;
	padding-right:10px;
}
#cart .minicheckout .buttonPrimary {
	float: right;
}
#cart .cart_top.png_bg {
	background: url(/images/header/cart_top.png) no-repeat bottom left; height:7px;
}
#cart .cart_middle.png_bg {
	background: url(/images/header/cart_middle.png) repeat-y top left; padding:0px 11px;
}
#cart .cart_bottom.png_bg {
	background: url(/images/header/cart_bottom.png) no-repeat top left; height:15px;
}
#cart .close {
	margin:-10px 0 10px 0;
	text-align: right;
}
#cart .close a:hover {
	text-decoration:none;
}
.cartitems img { margin-top: -3px; }

/* search area */
#searchBox {
	margin-bottom: 21px;
	text-align: right;
}
#searchBox #phoneNumber {
	font-size:14px;
	font-weight:bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin:5px 8px 0 0;
}
#searchBox input {
	vertical-align:middle;
}
#searchBox .enterKeyword {
	width:176px;
}
/* main nav */
#mainNav {
	height: 32px;
	width: 895px;
	float: left;
	z-index: 2;
	padding: 0;
	margin-bottom: 0;
}
#mainNav li {
	height: 31px;
	width: 128px;
	float: left;
	position: relative;
	text-align: center;
	z-index: 2;
}
#mainNav li.lastChild {
    width: 87px;
    background: none;
    text-align: left;
	float:right;
}
#mainNav a,
#mainNav a:visited {
	font-weight:bold;
	display: block;
	line-height: 31px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
}
#mainNav li a:hover {
	color: #adcfd3;
	text-decoration: none;
}
#mainNav img {
	margin-top: 1px;
	margin-right: 4px;
	float:left;
}
#mainNav li:hover ul {
	display: block;
}
#mainNav ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 160px;
	background: #fff;
	padding: 0;
	border: #bbbbab 1px solid;
	display: none;
	text-transform:none;
}
#mainNav ul.drop {
	position: absolute;
	top: 30px;
	left: -12px;
	width: 256px;
	background: #fff;
	padding: 0;
	border: #bbbbab 1px solid;
	display: none;
}
#mainNav ul.drop p a {
	font-size:12px;
	color: #3d8796;
}
#mainNav #dropleft, #mainNav #dropcenter {
	float: left;
	width: 128px;
}
#mainNav #dropright {
	float: right;
	width: 128px;
}
#mainNav ul li {
	height: auto;
	width: auto;
	float: none;
	position: static;
	background: none;
	text-align: left;
}
#mainNav ul li a,
#mainNav ul li a:visited {
	font-weight:normal;
	color: #3d8796;
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
	text-transform:none;
}
#mainNav ul li a:hover {
	color: #fff;
	background-color: #573F37;
}
#belowNavMessage {
	float:left;
	text-align:center;
	width:895px;
	height:38px;
}
#belowNavMessage p {
	margin:6px 0 9px;
	
}
#belowNavMessage a {
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
/* content */
#main { float:left; }
#main img { padding:6px; }
#content .home #main .box { height:auto; }
#content .home #main { width:670px; }
#content .home #sidebar { width:218px; float:right; background-color:#fff; }
#content .main { width:660px; float:left; }

/*----- Buttons -----*/

/*----- Buttons - Layout -----*/

.buttonHuge, .buttonLarge, .buttonSmall {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	vertical-align: middle;
}
.buttonHuge {
	height: 36px;
	padding: 0 0 0 4px;
}
.buttonLarge {
	height: 22px;
	padding: 0 0 0 4px;
}
.buttonSmall {
	height: 20px;
	padding: 0 0 0 4px;
}
.buttonHuge button, .buttonHuge span,
.buttonLarge button, .buttonLarge span,
.buttonSmall button, .buttonSmall span {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	overflow: visible;
	white-space: nowrap;
}
.buttonHuge button {
	height: 36px;
	padding: 0 20px 3px 16px;
}
.buttonHuge span {
	height: 28px;
	padding: 8px 20px 0 16px;
}
.buttonLarge button {
	height: 22px;
	padding: 0 8px 2px 4px;
}
.buttonLarge span {
	height: 18px;
	padding: 4px 8px 0 4px;
}
.buttonSmall button {
	height: 20px;
	line-height: 19px;
	padding: 0 15px 1px 11px;
}
.buttonSmall span {
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 11px;
}

/*----- Buttons - Style -----*/

.buttonObnoxious {
	background: transparent url(/images/buttons/redObnoxious.png) no-repeat;
}
.buttonObnoxious button, .buttonObnoxious span {
	background: transparent url(/images/buttons/redObnoxious.png) no-repeat 100% 0;
	color: #fff;
  	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.buttonPrimary {
	background: transparent url(/images/buttons/red.png) no-repeat;
}
.buttonPrimary button, .buttonPrimary span {
	background: transparent url(/images/buttons/red.png) no-repeat 100% 0;
	color: #fff;
  	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.buttonSecondary {
	background: transparent url(/images/buttons/gray.png) no-repeat;
}
.buttonSecondary button, .buttonSecondary span {
	background: transparent url(/images/buttons/gray.png) no-repeat 100% 0;
	color: #808080;
  	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
}

/* home specific classes */
#homeSideBar {
	width: 224px;
	height: 400px;
    margin-left:-6px;
	background: url(/images/lines/vertical-green-dotted.gif) repeat-y 0 0;
}
#homeSideBar ul {
	margin: 0 7px 16px 0;
	padding: 0 0 3px 2px;
}
#homeSideBar ul li {
	display:block;
	background:transparent url(/images/lines/horizontal-green-dotted.gif) repeat-x scroll left bottom;
}
#homeSideBar ul li.whyep a {
	background:transparent url(/images/lines/horizontal-green-dotted.gif) repeat-x scroll left bottom;
}
#homeSideBar ul li.cpicks {
	background: transparent url(/images/home/favorite_bg.gif) no-repeat;
}
#homeSideBar ul li.cpicks div {
    height: 68px;
	padding-left: 22px;
	padding-top:4px;
	line-height:17px;
	background:transparent url(/images/lines/horizontal-green-dotted.gif) repeat-x scroll left bottom;
}
#homeSideBar ul li h2 {
	text-align: center;
	color: #cc3333;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 2px;
	line-height:17px;
	text-align:center;
}
#homeSideBar ul li a,
#homeSideBar ul li a:visited {
	display: block;
	padding: 7px 20px 6px 16px;
	color: #616161;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	
}
#homeSideBar ul li.arrow {
	background:transparent url(/images/lines/horizontal-green-dotted.gif) repeat-x scroll left bottom;
}
#homeSideBar ul li.arrow a {
	background: url(/images/home/right-gray.gif) no-repeat 200px 9px;
}
#homeSideBar ul li a:hover {
	color: #616161;
}
#homeSideBar ul li.guarantee a,
#homeSideBar ul li.guarantee a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#3d8796;
    padding: 10px;
	line-height:14px;
    background: url(/images/home/right-gray.gif) no-repeat 200px 20px;
}
#homeSideBar h3 {
	color: #3d8796;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
}
#homeSideBar p {
	margin: 16px 0 0 6px;
	padding: 0 0 30px 72px;
	background: url(/images/home/emailEnvelope.gif) no-repeat 0 0;
	color: #807f7f;
	font-weight: bold;
	font-size: 12px;
	line-height:12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#homeSideBar p a,
#homeSideBar p a:visited {
	color: #91b82f;
	text-decoration: none;
}
#homeSideBar p a:hover {
	color: #91b82f;
	text-decoration: underline;
}
#homeSideBar input {
	vertical-align: middle;
}
#homeSideBar input.textbox {
	margin: 0 0 0 6px;
	width: 145px;
	text-align: left;
}
#homeSideBar fieldset {
	border:0px;
	margin-top:-14px;
	text-align:center;
}
.homeRow {
	background:transparent url(/images/lines/horizontal-green-dotted.gif) repeat-x scroll 0 0;
	float:left;
	padding:11px 0 10px;
	width:895px;
}
.homeRow a, .homeRow a:hover {
	color:#6a6868;
	cursor: pointer;
	text-decoration: none;
}
.homeTopRow, .homeBottomRow {
	background:transparent url(/images/home/rowDividers.gif) repeat-y scroll 223px 0;
	float:left;
	width:895px;
}
.homeTopRow div {
	width: 223px;
	float: left;
}
.homeTopRow h4,
.homeBottomRow h4 {
	margin: 10px 20px 10px 16px;
	text-align: left;
	color: #3d8796;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.section h4 {
	min-height:36px;
}
.homeBottomRow a h4, .homeBottomRow a:hover h4 {
	color: #3d8796;
}
.homeTopRow div img {
	float: left;
	margin: 0 5px 0 10px;
}
#exclusive img {
    margin: 0 5px 0;
}
#exclusive h4 {
	margin: 12px 10px 7px 16px;
	text-align: center;
}
#exclusive p {
	margin-bottom: 12px;
	min-height: 1em;
	text-align: center;
}
.homeTopRow div img.button {
    float: none;
    margin: 0;
}
.homeTopRow div p {
	margin: 0 5px 1px;
	line-height: 14px;
	min-height:3.8em;
}
.homeBottomRow a {
	width: 223px;
	text-align: center;
}
.homeBottomRow a img {
	margin: 0 auto;
}
.homeBottomRow .buyLink {
	float: right;
}
.homeBottomRow p {
	line-height:14px;
	margin: 10px 12px 2px 14px;
	text-align: left;
	vertical-align:bottom;
}
.homeBottomRow p.longDesc {
	min-height:7.8em;
}
.homeBottomRow #priceDesc {
	float:left;
	width:82px;
}
.homeBottomRow #buttonDesc {
	float:left;
	width:86px;
}
/*----- Wish Lists -----*/

/*----- Wish Lists - Member Page -----*/

#wishList {
	width: 100%;
}
#wishList img {
	display: block;
}
#wishList td {
	line-height: 1.2em;
	padding: 5px;
}
.wishListComment {
	width: 175px;
}
.wishListCommentLabel {
	width: 80px;
}
.wishListItemImage {
	width: 1px;
	vertical-align: top;
}

/*----- Wish Lists - Product Detail Page -----*/

#Wish_List_Success a {
	clear: both;
}

#Wish_List_Success img {
	float: left;
	margin: 0 10px 1.5em 0;
}

#Wish_List_Success li {
	clear: both;
}

#Wish_List_Success ul {
	overflow: auto;
}

/*-----Breadcrumbs-----*/

#breadcrumbs {
	color: #7e7c7c;
    padding: 10px;
}
#breadcrumbs p a, #breadcrumbs p a:visited {
	color: #7e7c7c;
    text-decoration: underline;
}
#breadcrumbs p span {
    font-weight: bold;
}
.breadcrumbsItems {
	float: left;
	line-height: 12px;
	width: 755px;
}

/*----- Tab Sections -----*/

/*----- Tab Sections - Tab Labels -----*/

.tabs {
	height: 21px;
	line-height: 1;
	position: relative;
}
.tabs ul li {
	border-color: #ccc;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 2px;
}
.tabs ul li a, .tabs ul li a:hover {
	background: #e9e9e9 none repeat scroll 0 0;
	color: #808080;
	display: block;
	float: left;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.tabs ul li a.active {
	background: #fff none repeat scroll 0 0;
	color: #4C4C4C;
}

/*----- Tab Sections - Tab Contents -----*/

.tab_bottom {
	border: 1px solid #ccc;
	margin: -1px 0 16px;
}
.tab_bottom h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}
.tab_bottom .active {
	display: block;
}
.tab_content {
	background: #ecf5f6 none repeat scroll 0 0;
	display: none;
	margin: 10px;
	padding: 15px;
}
.tab_content td {
	line-height: 1.2em;
	padding: 5px 10px;
}
.tab_content ul {
	padding-left: 15px;
}
.tab_content ul li{
	color: #808080;
	line-height: 16px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}

/*----- Tab Sections - Tab Contents - Products Sections -----*/

.products_section {
	background: #fff none repeat scroll 0 0;
	display: none;
	font-size: 0;
	padding: 15px 11px 15px 2px;
}
.products_section.slim {
	padding: 15px 0;
}
.products_section.slim .products_section_cell {
	padding-left: 4px;
}
.products_section .title {
	display: none;
}
.products_section_cell {
	display: inline-block;
	padding-left: 9px;
	vertical-align: top;
	width: 112px;
}
.products_section_cell img {
	border: 1px solid #d5d5d5;
	margin-bottom: 5px;
}
.products_section_cell p {
	font-size: 11px;
	margin-bottom: 3px;
}
.products_section_cell p a {
	color: #4c4c4c;
}
.products_section_cell p.name {
	color: #4c4c4c;
	font-family: "Times New Roman",Times,serif;
}
.products_section_cell p.rate {
	color: #808080;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

/*----- Styles - Colors -----*/
.accentColor1 {
	color: #d7182a;
}

.primaryColor1 {
	color: #3d8796;
}

.primaryColor2 {
	color: #3d2e29;
}
/*-----Confirmation Styles-----*/
#Billing_Shipping {
	float: left;
	width: 328px;
	border-right: 1px solid #CBD6DF;
	margin-right: -1px;
}

#Billing_Shipping h2 {
	margin: .5em 0;
}

#Billing_Shipping h3 {
	margin-top: 1em;
	margin-bottom: .25em;
}

table.confirmTable {
	float: right;
	width: 518px;
	margin-top: 1.5em;
	text-align: right;
}
table.confirmTable td {
	padding:2px;
}
table.confirmTable .itemNum,
table.confirmTable .itemName {
	text-align: left;
}

table.confirmTable tfoot form {
	display: none;
}

div.confirmControls {
	clear: both;
	padding-top: 1.5em;
	text-align: right;
}