/* ------------ [ CSS RESET ] ---------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-family:"Trebuchet MS", Verdana, Arial; font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* ------------ [ GLOBAL ELEMENTS ] ---------------- */
body {
	font-family:Verdana, Arial, Tahoma, Times new roman;
	font-size:11px;
	color:#000;
	background:#fff;
}

strong {
	font-weight:bold;
}

.strong {
	font-weight:bold;
}

strong.no {
	font-weight:normal;
}

a {
	color:#035f39;
	text-decoration:none;
}

p {
	line-height:1.4em;
}

h1 {
	font-size:1.3em;
	color:#000;
	line-height:1.3em;
}

h2 {
	font-size:17px;
	font-weight:bold;
	line-height:1.3em;
	color:#622c68;
}

h3 {
	font-size:17px;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
}

h4 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3em;
	color:#000;
}

hr {
	margin:10px 0 10px 0;
	border:1px solid #c0dad0;
	height:1px;
}

#inner {
	padding:15px;
}

div.status
{ margin:0 0 10px; padding:10px; border:1px solid #ffe222; background:#fffbe2; }
div.status h2
{ color:Black; font-size:11px; margin:0px; }
div.status h3
{ color:Black; font-size:15px; margin:0px; }
div.status h3 span
{ padding:0px; margin:0px; }
div.status p
{ margin:4px 0px 0px; }

div.errorbox
{ background-color:#F2DDDD;border:1px solid #992A2A;border-top:0;margin-right:15px;padding:0; }
div.errorbox h3, div.errorbox h2
{ background-color:#E3C0C0;border-top:1px solid #992A2A;border-bottom:1px solid #992A2A;color:#992A2A;font-size:12px;font-weight:bold;margin:0;padding:5px; }
div.errorbox p
{ background:transparent;border:0;color:#992A2A;font-size:11px;margin:0;padding:8px; }

.button
{
	cursor:default;
	color:#666;
	font-weight:bold;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	padding:2px;
	border:outset 1px #858a92;
	background: transparent url(/images/btn.gif) top left repeat-x;
}

.textbox
{
	border:1px solid #bdc7d8;
	padding:3px;
	font-size:11px;
	font-family:Verdana,tahoma,arial;
}

.bigtextbox
{
	border:1px solid #bdc7d8;
	padding:3px;
	font-size:20px;
	font-family:Verdana,tahoma,arial;
}

.textboxerror
{
	background-color:#E3C0C0;
	border:1px solid #992A2A;
	padding:3px;
	font-size:11px;
	font-family:Verdana,tahoma,arial;
}

.texterror
{
	color:Red;
	font-size:10px;
}

.searchbox
{
	background: #fff url(/images/search.png) no-repeat 3px 4px;
	color:#333;
	font-weight:normal;
	padding-left:18px;
}

.emailbox
{
	background: #fff url(/images/email.png) no-repeat 3px 4px;
	color:#333;
	font-weight:normal;
	padding-left:18px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:9998;
}

a:hover {
	text-decoration:underline;
}

.clear { clear:both; }
.hidden { display:none; }
.green { color:#00a260; }
.orange { color:#f4911d; }
.purple { color:#622c68; }
.red { color:red; }
.black { color:#000; }
.right { text-align:right; }
.invalid { background:#F2DDDD; border:1px solid #992A2A; }
.innerdiv { padding:10px; }

.form {
	padding:10px;
}

.formnopadding  {
	width:794px;
}

.form h3, .formnopadding h3 {
	font-weight:normal;
	font-size:16px;
	margin-bottom:5px;
}

.form span, .formnopadding span {
	padding:5px 0 10px 0;
	display:block;
}

.form p span, .formnopadding p span {
	padding:0;
	display:inline;
}
.form p span, .formnopadding p span.normal {
	font-weight:normal;
	display:block;
	padding-top:3px;
}

.form p {
	color:#666;
	font-weight:bold;
	font-size:11px;
	width: 579px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	padding-left: 225px; /*width of left column containing the label elements*/
	border-top: 1px dashed #406D8D;
	height: 1%;
}

.formnopadding p {
	color:#666;
	font-weight:bold;
	font-size:11px;
	width: 569px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	padding-left: 225px; /*width of left column containing the label elements*/
	border-top: 1px dashed #406D8D;
	height: 1%;
}

.form label, .formnopadding label
{
	padding-top:2px;
	text-align:right;
	font-weight: bold;
	float: left;
	margin-left: -225px; /*width of left column*/
	width: 215px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

div.newform {
	width:100%;
	font-size:11px;
}

div.newform div.row {
	clear:left;
	margin:0 0 0 0;
	padding: 7px 0 7px 0;
	border-top: 1px dashed #406D8D;
	height:auto;
}

div.newform div.row label {
	float:left;
	width:140px;
	position:relative;
	
	color:#666;
	font-weight:bold;
	text-align:right;
}

div.newform div.right {
	margin-left:150px;
	text-align:left;
}

/* ------------ [ TOP BAR ELEMENTS ] ---------------- */
div#container {
	width:824px;
	margin:10px auto;
}

div#topbar {
	padding:5px 0 10px 0;
}

div#topbar #breadcrumbs {
	float:left;
}

div #topbar #toplinks {
	float:right;
}

/* ------------ [ HEADER ELEMENTS ] ---------------- */
div#header {
}

div#header #logo{
	width:190px;
	height:30px;
	float:left;
}

div#linkbar1 {
	background:#ddeae5;
}

div#linkbar2 {
	background:#c0dad0;
	padding:3px 0 4px 0;
}

.linkbar {
	height:22px;
	font-size:14px;
	text-align:center;
	padding:5px 0 0 0;
}

.linkbar a.number {
	font-size:13px;
}

.linkbar a {
	margin-left:5px;
}

.linkbar div.homesearch {
	display:inline;
	padding:2px 0 0 5px;
}

/* ------------ [ NAVIGATION ELEMENTS ] ---------------- */

div#navigation {
	/*width:629px;*/
	float:right;
}

div#navigation li {
	display:inline;
	margin-left:5px;
	float:right;
	height:30px;
}

div#navigation li a {
	cursor:hand;
	display:block;
	height:30px;
	background:url(/images/tabs/green-orange-right.png) top right no-repeat;
	color:#fff;
	font-size:15px;
	text-decoration:none;
}

div#navigation li a span {
	display:block;
	height:23px;
	background:url(/images/tabs/green-orange-left.png) top left no-repeat;
	padding:7px 10px 0 10px;
}

div#navigation li a:hover {
	background:url(/images/tabs/green-orange-right.png) right -30px no-repeat;
	text-decoration:none;
}

div#navigation li a:hover span {
	background:url(/images/tabs/green-orange-left.png) left -30px no-repeat;
}

/* ------------ [ TOP CONTENT ELEMENTS ] ---------------- */
div#topcontent {
	width:824px;
}

div#topcontent .cleft {
	float:left;
	width:279px;
}

div#topcontent .cright {
	float:left;
	width:545px
}

div#topcontent #blurbspacer {
	height:55px;
}

div#topcontent p {
	margin-top:10px;
	font-size:13px;
}

/* ------------ [ HOME PRODUCT ELEMENTS ] ---------------- */
div#products li {
	margin: 0 11px 0 11px;
	display:block;
	width:180px;
	float:left;
	background:#ddeae5;
}

div#products li a.col {
	display:block;
	text-decoration:none;
}

div#products li a.col .header {
	height:23px;
	background:url(/images/placeholders/home-product/green-orange-header.png) top left no-repeat;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:4px 0 0 0;
	overflow:hidden;
}

div#products li a.col .content {
	background:#ddeae5;
	border-left:1px solid #c0e8d8;
	border-right:1px solid #c0e8d8;
	text-align:center;
	padding:20px 7px 0 7px;
	min-height:320px;
}

div#products li a.col .content .title {
	font-size:12px;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:7px;
	display:block;
}

div#products li a.col .content div.price {
	font-size:12px;
	padding-bottom:5px;
	display:block;
}

div#products li a.col .footer {
	height:10px;
	overflow:hidden;
	background:url(/images/placeholders/home-product/green-orange-footer.png) top left no-repeat;
}

div#products li a.col:hover { cursor:default; display:block; text-decoration:none; }
div#products li a.col:hover .header { background:url(/images/placeholders/home-product/green-orange-header.png) left -27px no-repeat; }
div#products li a.col:hover .content {
	background:#fde8cf;
	border-left:1px solid #fbd8af;
	border-right:1px solid #fbd8af;
}
div#products li a.col:hover .footer { background:url(/images/placeholders/home-product/green-orange-footer.png) left -10px no-repeat; }

/* ------------ [ HOME ADTEXT ELEMENTS ] ---------------- */

div#adtext {
	margin:15px 0 15px 0;
	text-align:center;
}

/* ------------ [ HOME SUBBOXES ELEMENTS ] ---------------- */
div.subboxes {
}

div.subboxes li {
	margin: 0 6px 0 6px;
	display:block;
	width:257px;
	float:left;
	background:#ddeae5;
	overflow:hidden;
}

div.subboxes li.nofloat {
	margin: 0 6px 0 6px;
	display:block;
	width:257px;
	background:#ddeae5;
}

div.subboxes li .header {
	overflow:hidden;
	height:8px;
	background:url(/images/placeholders/home-subbox/green-orange-header.png) top left no-repeat;
}

div.subboxes li .content {
	background:#ddeae5;
	border-left:1px solid #c0e8d8;
	border-right:1px solid #c0e8d8;
	padding:10px;
	overflow:hidden;
	height:150px;
}

div.subboxes li .content h3 {
	color:#1c4635;
	font-weight:bold;
	font-size:14px;
	margin-bottom:4px;
}

div.subboxes li .content h2 {
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin-bottom:4px;	
}

div.subboxes li .content p {
	position:relative;
	color:#000;
}

div.subboxes li .content p.large {
	color:#000;
	font-size:15px;
}

div.subboxes li .content p.large img {
	position:absolute;
	z-index:10;
	left:-10px;
	top:31px;
	width:92px;
	height:88px;
}

div.subboxes li .content p.large .shrink {
	padding:20px 0 20px 0;
	text-align:center;
	display:block;
	width:150px;
	float:right;
}

div.subboxes li .content p a {
	text-decoration:none;
	display:inline;
}

div.subboxes li .content p a:hover {
	text-decoration:underline;
	display:inline;
	cursor:hand;	
}

div.subboxes li .footer {
	overflow:hidden;
	height:8px;
	background:url(/images/placeholders/home-subbox/green-orange-footer.png) top left no-repeat;
}

div.subboxes li.orange .header {
	height:8px;
	background:url(/images/placeholders/home-subbox/green-orange-header.png) left -8px no-repeat;
}

div.subboxes li.orange .content {
	background:#fde8cf;
	border-left:1px solid #fbd8af;
	border-right:1px solid #fbd8af;
}

div.subboxes li.orange .footer {
	height:8px;
	background:url(/images/placeholders/home-subbox/green-orange-footer.png) left -8px no-repeat;
}

div.subboxes li a:hover { cursor:default; display:block; text-decoration:none; } /* Cursor:default must be included or IE6 will render incorrectly */
div.subboxes li a:hover .header { background:url(/images/placeholders/home-subbox/green-orange-header.png) left -8px no-repeat; }
div.subboxes li a:hover .content { background:#fde8cf;border-left:1px solid #fbd8af;border-right:1px solid #fbd8af; }
div.subboxes li a:hover .footer { background:url(/images/placeholders/home-subbox/green-orange-footer.png) left -8px no-repeat; }

div.subboxes li .content h2 a:hover { display:inline; cursor:auto; text-decoration:underline; }

/* ------------ [ HOME FOOTER ELEMENTS ] ---------------- */
div#footer {
	margin-top:30px;
	padding-top:7px;
	background:#ddeae5;
	height:45px;
	font-size:13px;
	text-align:center;
	line-height:1.4em;
}

div#footer a {
	padding:0 5px 0 5px;
}

/* ------------ [ COPYRIGHT ELEMENTS ] ---------------- */
div#copyright {
	margin-top:10px;
	margin-bottom:20px;
	font-size:13px;
	text-align:center;
	line-height:1.4em;
}

div#copyright a {
	padding:0 5px 0 5px;
}

/* ------------ [ LANDING PAGE ELEMENTS ] ---------------- */

div#topcontent #landingblurbspacer {
	height:20px;
}

div#landing_cat_container {
	margin-top:30px;
}

ul.landing_cat_list 
{
	font-size:12px;
	float:left;
	width:170px;
	margin-right:10px;
	margin-bottom:15px;
}
ul.landing_cat_list_child 
{
	font-size:12px;
	float:left;
	width:170px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0px;
}
ul.landing_cat_list li {
	padding:2px 0 2px 0;
}

ul.landing_cat_list .header {
	font-weight:bold;
}

/* ------------ [ ITEM PAGE ELEMENTS ] ---------------- */

div#item_main {
	margin-top:30px;
}

div#item_content {
	float:left;
	width:604px;
}

div#item_content .inner {
	margin:0 0 0 45px;
}

div#item_content .inner .image {
	float:left;
	width:150px;
	margin-right:10px;
	text-align:center;
	overflow:hidden;
}

div#item_content .inner .info {
	float:left;
	width:399px;
}

div#item_content .inner .ext_description .extform p {
	margin:0 0 7px 150px;
	clear:left;
}

div#item_content .inner .ext_description .extform label {
	margin-left:-150px;
	width:140px;
	position:relative;
	font-weight:bold;
	float:left;
	text-align:right;
}

div#item_content .inner .ext_description .adminextform p {
	clear:both;
	margin-bottom:10px;
}

div#item_content .inner .ext_description .adminextform label {
	margin-right:10px;
	width:140px;
	position:relative;
	font-weight:bold;
	float:left;
	text-align:right;
	display:block;
}

div#item_content .inner .ext_description .adminextform span.container {
	display:block;
	float:left;
	width:400px;
	cursor:default;
}

div#item_content .inner .ext_description .adminextform span {
	display:block;
	width:400px;
}

div#item_content .inner .facts {
	margin-top:20px;
	background:#e4f3df;
}

div#item_content .inner .facts .title {
	color:#4aaa76;
	font-weight:bold;
	text-align:center;
	padding:7px;
}

div#item_content .inner .facts .header_columns {
	border-top:2px solid #9fb28c;
	border-bottom:2px solid #9fb28c;
	padding:5px;
	background:#c7ddb1;
	color:#000;
	font-weight:bold;
	width:549px;
}

div#item_content .inner .facts .columns {
	border-bottom:1px solid #9fb28c;
	padding:5px;
	background:#e5f4df;
	color:#000;
	font-weight:normal;
	width:549px;
}

div#item_content .inner .facts .columns.alt {
	background:#c7deb2;
}

div#item_content .inner .facts li {
	float:left;
}

div#item_content .inner .facts li.col1 {
	width:335px;
	margin-right:15px;
	text-align:right;
}

div#item_content .inner .facts li.col2 {
	width:95px;
	text-align:center;
	margin-right:5px;
}

div#item_content .inner .facts li.col3 {
	width:90px;
	text-align:center;
}

div#item_content .inner .info h3{
	font-size:16px;
	margin:5px 0 3px 0;
}

div#item_buy {
	float:left;
	width:220px;
}

div#item_buy .container {
	margin:0 32px 0 32px;
	padding:0;
	background:#f6ebde url(/images/placeholders/item-buy/top.png) top left no-repeat;
}

div#item_buy .container .content {
	padding:10px;
}

div#item_buy .container .content .buyform p {
	margin-left:60px;
	clear:left;
	font-size:13px;
	padding:2px 0 2px 0;
}

div#item_buy .container .content .buyform p.price span {
	text-decoration:line-through;
}

div#item_buy .container .content .buyform p.sale span {
	font-weight:bold;
}

div#item_buy .container .content .buyform p label {
	font-weight:bold;
	margin-left:-60px;
	width:50px;
	text-align:right;
	display:block;
	float:left;
}

div#item_buy .container .content .buyform div {
	font-weight:bold;
	padding:3px 0 3px 0;
	font-size:13px;
	text-align:center;
}

div#item_buy .container .content .buyform div.buy {
	font-weight:bold;
	margin:10px 0 0 0;
	font-size:13px;
	text-align:center;
}

div#item_buy .container .content .buyform div span {
	display:block;
	margin:3px 0 3px 0;
}

div#item_buy .container .footer {
	background:url(/images/placeholders/item-buy/bottom.png) top left no-repeat;
	display:block;
	width:156px;
	height:10px;
	overflow:hidden;
}

/* ------------ [ PRODUCTS PAGE ELEMENTS ] ---------------- */
div#products_content_container {
	margin:20px 0 0 0;
	width:824px;
}

div#products_content_container .left {
	padding:10px;
	width:392px;
	float:left;
	font-size:12px;
}

div#products_content_container .content {
	padding-left:10px;
	overflow-x:hidden;
}

div#products_content_container .left label {
	font-weight:bold;
	font-size:13px;
}

div#products_content_container .right {
	padding:10px;
	width:392px;
	float:left;
}

div#products_cat_container {
}

ul.products_cat_list 
{
	font-size:12px;
	float:left;
	width:160px;
	margin-right:10px;
}

ul.products_cat_list li {
	padding:2px 0 2px 0;
	text-align:left;
}

ul.products_cat_list .header {
	font-weight:bold;
}

div#products_content_container .content {
	margin-top:10px;
}

div#products_content_container .content hr {
	height:2px;
	margin:5px 0 5px 0;
}

div#products_content_container .content label {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
	display:block;
}

p.noProducts {
	margin:10px 0 10px 0;
	font-weight:bold;
	text-align:center;
}

table.productcontainer {
	width:100%;
	border:0;
	margin-top:20px;
}

tr.product {
}

table.productcontainer td {
	width:33%;
	text-align:center;
	line-height:1.6em;
	padding-bottom:10px;
}

table.productcontainer td img {
	margin:3px 0 3px 0;
}

table.productcontainer td .header {
	font-weight:bold;
}

table.productcontainer td .retailprice {
	text-decoration:line-through;
}

table.productcontainer td .ourprice {
	font-weight:bold;
	font-size:12px;
}

/* ------------ [ LOGIN PAGE ELEMENTS ] ---------------- */
div#login_container .left {
	float:left;
	width:50%;
	text-align:left;
}

div#login_container .right {
	float:left;
	width:50%;
	margin-left:-1px;
	text-align:left;
}

div#login_container .right .passwordform p {
	color:#666;
	font-weight:normal;
	font-size:11px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	padding-left: 185px; /*width of left column containing the label elements*/
	border-top: 1px dashed #406D8D;
	height: 1%;
}

div#login_container .right .passwordform p label{
	padding-top:2px;
	text-align:right;
	font-weight: bold;
	float: left;
	margin-left: -185px; /*width of left column*/
	width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/* ------------ [ CUSTOMERS PAGE ELEMENTS ] ---------------- */

#custnav {
	margin: 7px 0 5px 0;
	padding: 0 0 20px 15px;
	border-bottom: 1px solid #696;
}

#custnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#custnav a {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding:0 5px 0 5px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #9c9;
}

#custnav a.current, #custnav a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
}

ul.cust_tasks li {
	padding:2px 0 2px 0;
	color:#000;
	font-weight:normal;
	font-size:12px;
}

ul.cust_tasks li.header {
	font-weight:bold;
	font-size:12px;
	padding-top:0;
	padding-left:23px;
}

ul.cust_tasks li.orders {
	background:url(/images/content/customers/pending.png) top left no-repeat;
}

ul.cust_tasks li.account {
	background:url(/images/content/customers/account.png) top left no-repeat;
}

ul.cust_tasks li.indented {
	padding-left:35px;
}

ul.cust_tasks li.spacer {
	height:10px;
}

.custform {
}


.custform span {
	padding:5px 0 10px 0;
	display:block;
}

.custform p span {
	padding:0;
	display:inline;
}

.custform p span.recurr {
	display:block;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	border-top:1px dashed black;
}

.custform p {
	color:#666;
	font-weight:bold;
	font-size:11px;
	width: 479px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	padding-left: 225px; /*width of left column containing the label elements*/
	border-top: 1px dashed #406D8D;
	height: 1%;
}

.custform label {
	padding-top:2px;
	text-align:right;
	font-weight: bold;
	float: left;
	margin-left: -225px; /*width of left column*/
	width: 215px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/* ------------ [ SHOPPING CART/CHECKOUT PAGE ELEMENTS ] ---------------- */

.cartitem td {
	padding:5px 0 5px 0;
	border-bottom:1px dashed #999;
}

.cartfooter td {
	padding-top:15px;
}

#topstatus span {
	color:#999;
	text-transform:uppercase;
	font-family:Tahoma, Verdana,arial;
	padding:3px 0 2px 0;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:14px;
}

#topstatus span a:hover, #topstatus span.active a:hover {
	color:#00a260;
	text-decoration:none;
}

#topstatus span a {
	color:#999;
}

#topstatus span.active a {
	color:#00a260;
}

#topstatus span.active {
	color:#00a260;
	border-bottom:3px solid #00a260;
}

.checkoutform {
	width:600px;
	margin:0 auto;
	margin-top:20px;
}

.checkoutform p {
	color:#666;
	font-weight:bold;
	font-size:11px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	padding-left: 225px; /*width of left column containing the label elements*/
	border-top: 1px dashed #406D8D;
	height: 1%;
}

.checkoutform p.span {
	color:#666;
	font-weight:normal;
	font-size:11px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	border-top: 1px dashed #406D8D;
	height: 1%;
}

.checkoutform p.spannoborder {
	color:#666;
	font-weight:normal;
	font-size:11px;
	clear: left;
	padding: 7px 0 7px 0;
	margin: 0;
	border:0;
	height: 1%;
}

.checkoutform label {
	padding-top:2px;
	text-align:right;
	font-weight: bold;
	float: left;
	margin-left: -225px; /*width of left column*/
	width: 215px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.couponlist li {
	background:url(/images/coupon.png) top left no-repeat;
	padding-left:22px;
	display:block;
	height:22px;
	padding-top:1px;
	margin-bottom:3px;
}

.confirmcouponlist {
	margin:0;
	padding:0;
	border:0;
}
.confirmcouponlist li {
	background:url(/images/coupon.png) top left no-repeat;
	padding-left:22px;
	display:block;
	height:22px;
	padding-top:1px;
	margin-bottom:3px;
	border:0;
}
.cvvnimage
{
	float: right;
}

/* ------------ [ ADMIN PAGE ELEMENTS ] ---------------- */
div#adminlinks ul {
	margin:10px 0 0 5px;
}

div#adminlinks li {
	display:block;
	float:left;
	width:50px;
	height:50px;
	margin-right:13px;
}

div#adminlinks li a {
	display:block;
	width:50px;
	height:50px;
}

div#adminlinks li a.inventory {
	background:url(/images/admin/inventory.gif) left -50px no-repeat;
}

div#adminlinks li a.customers {
	background:url(/images/admin/customers.gif) left -50px no-repeat;
}

div#adminlinks li a.globe {
	background:url(/images/admin/globe.gif) left -50px no-repeat;
}

div#adminlinks li a.orders {
	background:url(/images/admin/orders.gif) left -50px no-repeat;
}

div#adminlinks li a.reports {
	background:url(/images/admin/reports.gif) left -50px no-repeat;
}

div#adminlinks li a.settings {
	background:url(/images/admin/settings.gif) left -50px no-repeat;
}
div#adminlinks li a.reports {
	background:url(/images/admin/report.gif) left -50px no-repeat;
}
div#adminlinks li a.warehouse {
	background:url(/images/admin/warehouse.gif) left -50px no-repeat;
}

div#adminlinks li a.import {
	background:url(/images/admin/import.gif) left -50px no-repeat;
}

div#adminlinks li a.xml {
	background:url(/images/admin/xml.gif) left -50px no-repeat;
}

div#adminlinks li a:hover {
	background-position:left top;
}

div#adminlinks li a.active {
	background-position:left top;
}

div#adminlinkstatus {
	float:right;
	display:block;
	height:33px;
	margin:17px 20px 0 0;
	font-size:13px;
	font-weight:bold;
}

.admingriditem td {
	font-weight:normal;
	font-size:11px;
	padding:3px;
}

.savedStatus {
	padding:4px;
	background:red;
	color:White;
	font-weight:bold;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}

.ieHover {
	background:darkyellow;
	color:#000;
}

.importstatusleft {
	width:50%;
	float:left;
}

.importstatusright {
	width:50%;
	float:left;
	margin-left:-1px;
}

.importsuccess {
	display:block;
	padding-left:23px;
	padding:0 0 12px 23px;
	background:url(/images/admin/success.png) left top no-repeat;
}

.importerror {
	display:block;
	padding-left:23px;
	padding:0 0 12px 23px;
	background:url(/images/admin/error.png) left top no-repeat;
}


/* ------------ [ SHOP BY BRAND ELEMENTS ] ---------------- */
.branditem {
	display:block;
	float:left;
	width:150px;
	padding:5px 0 5px 0;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
	margin-left:50px;
	margin-right:10px;
}

/* ------------ [ HEALTHY LIBRARY ] ---------------- */
.librarydesc
{
	width:300px;
	float:left;
}

.librarycats
{
	float:left;
}

.librarycats ul
{
	margin-left:20px;
	width:200px;
}

.newslettermonths  {
	width:545px;
}

.librarycats li, .newslettermonths li
{
	display:block;
	border-bottom:1px solid #c0dad0;
}

.librarycats li h1, .newslettermonths li h1
{
	display:block;
	padding:8px 4px 8px 7px;
}

.librarycats li a, .newslettermonths li.item a
{
	background:#ddeae5;
	display:block;
	padding:8px 4px 8px 7px;
}


.librarycats li a:hover, .newslettermonths li.item a:hover
{
	background:#c0dad0;
	color:#000;
	display:block;
	padding:8px 4px 8px 7px;
}

.librarycats li h1 a, .newslettermonths li h1 a
{
	padding:0;
	background:transparent;
}

.librarycats li h1 a:hover, .newslettermonths li h1 a:hover
{
	padding:0;
	background:transparent;
}

.librarycats li a.current, .newslettermonths li a.current
{
	background:#c0dad0;
	color:#000;
	display:block;
	padding:8px 4px 8px 7px;
}

ul.currentnewsletters {
	margin:0;
}

ul.currentnewsletters li {
	display:block;
	border:0;
	margin:7px 0 7px 0;
	padding:0 4px 0 20px;
	background:url(/images/newsletter.png) top left no-repeat;
	line-height:1.4em;
}

div.entry {
	position:relative;
	padding:0 0 9px 0;
	border-bottom:1px dotted #ccc;
	margin:0 0 9px 0;
}

div.entry p {
	text-align:justify;
}

div.entry div.options {
	float:left;
	width:140px;
	margin-right:25px;
	margin-top:7px;
}

div.entry div.content {
	float:left;
}

div.options li label {
	color:#7a8a47;
	display:block;
	border-bottom:1px dashed #abc163;
	padding:6px;
}

div.options li a {
	display:block;
	border-bottom:1px dashed #abc163;
	padding:6px;
}

div.options li a:hover {
	border-bottom:1px dotted #000;
	color:#fff;
	background:#0185b9;
}

div.options li a.current {
	border-bottom:1px dotted #000;
	color:#fff;
	background:#016187;
	text-align:right;
}

p.articleheader {
	color:#7a8a47;
	display:block;
	border-bottom:1px dashed #abc163;
	padding-bottom:5px;
	margin-bottom:7px;
	line-height:1.4em;
}

.viewNewsletter {
	width:500px;
	background:#fff;
	border:2px solid #00a260;
	padding:7px;
}

/* ------------ [ SEARCH ELEMENTS ] ---------------- */
ul.searchitem {
	float:left;
	display:block;
	width:183px;
	margin:0 10px 15px 10px;
}

ul.searchitem2 {
	float:left;
	display:block;
	width:100%;
}

ul.searchitem li {
	display:block;
	padding:3px 0 3px 0;
}

ul.searchitem2 li {
	display:block;
	padding:3px 0 3px 0;
	float:left;
	width:250px;
	margin:5px 15px 5px 0;
}

ul.searchitem2 li.nofloat {
	display:block;
	padding:3px 0 3px 0;
	clear:both;
	float:none;
	width:250px;
}

ul.searchitem.first {
	margin:0 10px 15px 0;
}

ul.searchitem.last {
	margin:0 0 15px 10px;
}

ul.articles {
	margin-top:7px;
}

ul.articles li {
	margin:3px 0 3px 20px;
	padding: 5px 0 5px 24px;
	background:url(/images/article.png) left 3px no-repeat;
}

/* ------------ [ PRIVACY ELEMENTS ] ---------------- */
p.lh {
	line-height:1.5em;
}

ul.privacy {
	list-style-type:square;
	margin: 7px 0 7px 30px;
}

ul.privacy li {
	padding:3px 0 3px 0;
	line-height:1.3em;
}

p.lh label {
	display:block;
	float:left;
	width:90px;
	text-align:right;
	padding:0 15px 7px 0;
}

p.lh span {
	display:block;
	float:left;
}

ul.affiliate {
	list-style-type:decimal;
	margin: 7px 0 7px 30px;
}

ul.affiliate li {
	padding:3px 0 3px 0;
	line-height:1.3em;
}


img.landingpage {
	margin:30px 0 10px 30px;
	border:1px solid black !important;
}
