/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
.body {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-image:url(assets/images/bg_blue.gif);
	color : #000000;
	background-color : #e9f3fd;
	font-weight : Normal;
	}


 /*store-name:: Store Name*/		 
.store-name {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 35px;
	color : #ffffff;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #4f9deb;
	font-style : italic;
	text-decoration : none;
	font-weight: bold;
}	
	
 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #FFFFFF;
}
.header-back {
	background-color : #ECECEC
}
/*top::  Controls the  Color of the top Bar */		
.top {
	background-color : #cdcdcd;
}

/*line::  Controls the  Color of the line bellow the top bar */		
.line {
	background-color :#cdcdcd;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #336699;
	font-weight : normal;

	text-decoration : none;
	line-height : 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
}


 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	background-color : #FFFFFF;
	color : #336699;
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #336699;
	
} 

/*data:: Controls body default fonts and colors */
.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #3f4141;
	background-color : #ffffff;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #336699;
	background-color : #ffffff;
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #D974CA;
}
.icon2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #D974CA;
}
/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices */		
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : #336699;
}	

 	 
/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family :  Trebuchet MS,Arial, Helvetica, sans-serif;
	color : #909090;
	font-size : 13px;
	font-style:  normal;
	text-decoration:  none;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family :  Trebuchet MS,Arial, Helvetica, sans-serif;
	font-style: normal;
	color : #F8960F;
	text-decoration:  underline;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family : Trebuchet MS,Arial, Helvetica, sans-serif;
		color : #909090;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
	font-family :  Trebuchet MS,Arial, Helvetica, sans-serif;
	color : #F8960F;
	text-decoration:  underline;
} 


/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family :  Arial, Helvetica, sans-serif;
	color : #808080;
	font-size : 11px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
}
.cat2
 {
	font-family :  Arial, Helvetica, sans-serif;
	color : #788083;
	font-size : 12px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
}
A.cat2 {
	font-family :  Arial, Helvetica, sans-serif;
	color : #788083;
	font-size : 11px;
	font-weight : bold;
	font-style: normal;
	letter-spacing:.03em
	text-decoration:  none;
}
A.cat3 {
	font-family :  Arial, Helvetica, sans-serif;
	color : #B466A8;
	font-size : 12px;
	font-weight : bold;
	font-style: normal;
	text-decoration:  none;
}

/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : red;
	text-decoration: none;
}
A.cat2:active {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style: normal;
	color : #C281B9;
	text-decoration: none;
}
A.cat2:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style: normal;
	color : orange;
	text-decoration: none;
}
A.cat3:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : boldl;
	font-style: normal;
	color : red;
	text-decoration: underline;
}
/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited {
	font-family :  Arial, Helvetica, sans-serif;
	color : #808080;
}
A.cat2:visited {
	font-family :  Arial, Helvetica, sans-serif;
	color : #788083;
}
A.cat3:visited {
	font-family :  Arial, Helvetica, sans-serif;
	color : #D974CA;
}
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
	font-family :  Arial, Helvetica, sans-serif;
	color : red;
	text-decoration: underline;
} 
A.cat2:visited:hover {
	font-family :  Arial, Helvetica, sans-serif;
	color : orange;
	text-decoration: underline;
} 

/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #585C5F;
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #d90d0e;
	font-weight: bold;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #82C3E6;
}

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background-color : #EEEEEC;
	color : #084a6d;
	
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color : #ffffff;
   padding: 2px 4px 2px 4px;
   border: 1px solid #cdcdcd;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : #91bce8;
		background-color : #91bce8;
 }
.borders_cart {
		border : #C8C9C9;
		background-color : #C8C9C9;
 }
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #91bce8;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family : verdana,Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #cfd0d1;
	background-color : #ffffff;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family : verdana,Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #336699;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : orange;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border : #336699;
		background-color : #336699;
 }
.borders3 {
		border : #ECEAEA;
		background-color : #ECEAEA;
 }
/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #2d2c2d;
	line-height : 18px;
	background-color: #ECECEC;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #4f4e4e;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color : #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-family :Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family :Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}
/*font2:: Secondary Screen Font Link*/ 
.font3 {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color: #9C5AE5;
	line-height: 13px;
	text-decoration: none;
}
A.font3:hover {
	text-decoration: underline;
	color:#9C5AE5;
}
A.font3:visited {
	color:#9C5AE5;
}
/*nameLabel:: Controls Product Name Font*/ 
.nameLabel {
	font-family : Arial, Verdana,Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	color: #BE6FB2;
}
/*btn:: Controls the buttons*/ 
.btn {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #99CCFF;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #336699;
	cursor: pointer;
	} 

/*btn_over:: Controls the buttons*/ 
.btn_over {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #99CCFF;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #336699;
	cursor: pointer;
	} 


 /*btn2:: Controls the buttons*/
.btn2 {
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    background-color: #99CCFF;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #336699;
	cursor: pointer;
	} 	
	
 /*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle {
    border-top: 1px solid #b3b4b5;
    border-bottom: 1px solid #b3b4b5;
    border-left: 1px solid #b3b4b5;
    border-right: 1px solid #b3b4b5;
    background-color: #FFFFFF;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #38393a;
	} 
	
 /*txtareaStyle:: Controls the text areas*/ 	
 .txtareaStyle {
    border-top: 1px solid #C7D5E0;
    border-bottom: 1px solid #C7D5E0;
    border-left: 1px solid #C7D5E0;
    border-right: 1px solid #C7D5E0;
    background-color: #FBFBFB;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
    color: #343333;
	height : 80px;
	width: 250px;
	}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	x-color: #333333;
	color: gray;
	text-align: right;
	margin-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
A.leftNav {
	color: gray;
	text-decoration: none;
	}
A.leftNav:Hover {
	text-decoration: underline;
	}

.topmenu-text {
			font-family: verdana; 
			font-size: 11px; 
			font-weight: bold; 
			color: B466A8;
			letter-spacing:-.05em;
}
A.topmenu-text {
			text-decoration: none;
			letter-spacing:-.05em;
}
A:hover.topmenu-text {
			color: F8960F;
			text-decoration: none;
			letter-spacing:-.05em;
}
A:visited.topmenu-text {
			text-decoration: none;
			letter-spacing:-.05em;
}
.searchItem {
			COLOR: #64B4CE; 
			font-family: Verdana, Arial, Helvitica, sans-serif; 
			font-size: 14px; 
			font-weight: bold;
			text-decoration:none;
}
A.searchItem {
			COLOR: #64B4CE; 
			font-family: Verdana, Arial, Helvitica, sans-serif; 
			font-size: 14px; 
			font-weight: bold;
			text-decoration:underline;
}
A.searchItem:hover {
			COLOR: #CA31B3; 
			font-family: Verdana, Arial, Helvitica, sans-serif; 
			font-size: 14px; 
			font-weight: bold;
			text-decoration:none;
}
A.searchItem:visited {
			COLOR: #64B4CE; 
			font-family: Verdana, Arial, Helvitica, sans-serif; 
			font-size: 14px; 
			font-weight: bold;
			text-decoration:underline;
}
#xnav {
	margin: 0;
	padding: 0;
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#xnav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#xnav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	}
	
#xnav a:hover {
	background-position: 0 -40px;
	}

#xnav a:active, #xnav a.selected {
	background-position: 0 0px;
    background-position: 0 -40px;

	}

#homemenu a {
		display:block;
		width:54px;
		background: url("/assets/images/default/home-button.gif") 0 0 no-repeat;
		}
#homemenu a:hover {	
		background-position: -54px 0;
		}
	
#cartmenu a {
		display:block;
		width:57px;
		background: url("/assets/images/default/cart-button.gif") 0 0 no-repeat;
		}
#cartmenu a:hover {	
		background-position: -57px 0;
		}
#accountmenu a {
		display:block;
		width:95px;
		background: url("/assets/images/default/account-button.gif") 0 0 no-repeat;
		}
#accountmenu a:hover {	
		background-position: -95px 0;
		}
#contactmenu a {
		display:block;
		width:97px;
		background: url("/assets/images/default/contact-button.gif") 0 0 no-repeat;
		}
#contactmenu a:hover {	
		background-position: -97px 0;
		}
#registrymenu a {
		display:block;
		width:108px;
		background: url("/assets/images/default/registry-button.gif") 0 0 no-repeat;
		}
#registrymenu a:hover {	
		background-position: -108px 0;
		}
	
/*NAVIGATION TABS:: Controls the rollover effect of graphical tabs*/ 
#indiantab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/mats-tab.gif") 0 0 no-repeat;
		}
#indiantab a:hover {	
		background-position: -71px 0;
		}
#japanesetab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/rugs-tab.gif") 0 0 no-repeat;
		}
#japanesetab a:hover {	
		background-position: -71px 0;
		}
#tibetantab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/blankets-tab.gif") 0 0 no-repeat;
		}
#tibetantab a:hover {	
		background-position: -71px 0;
		}
#nativetab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/bricks-tab.gif") 0 0 no-repeat;
		}
#nativetab a:hover {	
		background-position: -71px 0;
		}
#domestictab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/straps-tab.gif") 0 0 no-repeat;
		}
#domestictab a:hover {	
		background-position: -71px 0;
		}
#resintab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/bags-tab.gif") 0 0 no-repeat;
		}
#resintab a:hover {	
		background-position: -71px 0;
		}
#fareasttab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/bolsters-tab.gif") 0 0 no-repeat;
		}
#fareasttab a:hover {	
		background-position: -71px 0;
		}
#suppliestab a {
		display:block;
		width:71px;
		background: url("/assets/images/default/meditation-tab.gif") 0 0 no-repeat;
		}
#suppliestab a:hover {	
		background-position: -71px 0;
		}
#shopbutton a {
		display:block;
		width:85px;
		height:10px;
		background: url("/assets/images/default/shop-now.gif") 0 0 no-repeat;
		}
#shopbutton a:hover {	
		background-position: -85px 0;
		}

#widther {width:275px;}

table.linker a {color: #7A8299;width:480px;display: block;}
div.linker a{ 
background: #ffffff;text-decoration:none;font-size:11px;line-height:14px;
padding: 8px 8px;font-family: verdana;color: #7A8299;font-weight:normal
} 
div.linker (position:absolute;top:0; left:0;) /*fixes IE slowness?? */  
div.linker a:link {color: #7A8299; text-decoration: none; background: #ffffff;font-weight:normal}
div.linker a:active {color: #7A8299; text-decoration: none; background: #ffffff;font-weight:normal}
div.linker a:visited {color: #7A8299; text-decoration: none; background: #ffffff;font-weight:normal}
div.linker a:hover {color: #7A8299; text-decoration: none; background: #FBFAEF;font-weight:normal}
.library-text {
	font-weight: normal; font-size: 8pt; COLOR: #636363; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A.library-text {
			text-decoration: none;
}
A.library-text:hover {
	COLOR: blue; text-decoration: underline}
.medItem {
	COLOR: #9C5AE5; font-family: Verdana, Arial, Helvitica, sans-serif; font-size: 12pt; font-weight: bold
}
A.medItem {
	color: blue; font-size: 11pt
}
A.medItem:hover {
	color: red; font-size: 11pt
}
.smallItem {
	COLOR: #CC9933; font-family: Verdana, Arial, Helvitica, sans-serif; font-size: 10pt; font-weight: bold; font-style: italic
}
.boxit {border-style : dashed; border-width : 1pt; border-color : #bdbdbd }
.boxit0 {border-style : solid; border-width : 1pt; border-color : #d9eff5 }
.boxit5 {border-style : solid; border-width : 1pt; border-color : #bdbdbd }
.itemtable {border-right:solid 1px #81c2e6; border-bottom:solid 1px #81c2e6;width:140px;height:170px;border-collapse: collapse; }
.hlt td { background-color: #81c2e6; color: FFFFFF; }
.jtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;color:#52589d;font-weight:300;line-height:11.5px}
A.jtext:link, A.jtext:visited {text-decoration:none;color:#52589d;}
A.jtext:hover {text-decoration:none;color:#FFFFFF}
A.jtext:hover:visited {text-decoration:none;color:#FFFFFF}
.catful {font-family:Trebuchet MS,arial;font-size:12px;font-weight:bold;color:#04a6ff}
A.catful:link {font-family:Trebuchet MS,arial;font-size:12px;font-weight:bold;color:#04a6ff;text-decoration:none}


.listing-titles {font-family:Trebuchet MS,Arial;font-size:15px;font-weight:bold;color: #04a6ff;text-decoration:none}
A.listing-titles:hover {
text-decoration: none;
background-color: transparent;
border-color: #CDCDCD;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
border-style: dotted;
font-family:Trebuchet MS,Arial;
font-size:15px;
font-weight:bold
color: #f18b06
}
.listing-titles:visited {font-family:Trebuchet MS,Arial;font-size:15px;font-weight:bold;color: #04a6ff;text-decoration:none}

A.listing-titles:visited:hover {
text-decoration: none;
background-color: transparent;
border-color: #CDCDCD;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
border-style: dotted;
font-family:Trebuchet MS,Arial;
font-size:15px;
font-weight:bold
color: #f18b06
}
#viewitembutton a {
		display:block;
		width:59px;
		background: url("/assets/images/view_details.gif") 0 0 no-repeat;
		}
#viewitembutton a:hover {	
		background-position: -59px 0;
		}
.void img {
  padding:0px;
  border:0px;
  }
A.button-link  {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  background: #f6f6f6;
  color:#53A5C1;
  padding:0px;
  border:1px dotted #ddd;
  text-decoration:none
  }
A.button-link:hover {
  background-color: #72B7CF;
  padding:0px;
  border:0px ;
  color: #ffffff;
  text-decoration: none;
  }
.floatleft
{
float: left;
width: 195px;
margin: 10px 15px 0px 0px;
background-color: #fff;
padding: 5px;
border: 1px solid #cdcdcd;
}
.floatright
{
float: right;
width: 155px;
margin: 0px 0px 10px 15px;
background-color: #fff;
padding: 5px;
border: 1px solid #cdcdcd;
}
.caption {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  letter-spacing:.1em;
  color:#999;
  }
.style-title {
  font-size:140%;
  font-weight:normal;
  line-height: 14px;
  color:#c60;
  }
.style-heading {
  margin:.25em 0 0;
  font-size:110%;
  font-weight:bold;
  color:#c60;
  }
.style-text {
  font:x-small Georgia,Serif;
  color:#333;
  line-height:1.6em;
  font-size: 14px;
  }

.sidebar-text {
  font:x-small Georgia,Serif;
  color:#333;
  line-height:1.6em;
  font-size: 14px;
  margin:0 .75em ;
  }
A.sidebar-text
 {
  font:x-small Georgia,Serif;
  color:#333;
  line-height:1.6em;
  font-size: 14px;
  text-decoration: none;
  color: #58a;
  margin:0 .75em ;

  }
A.sidebar-text:hover
 {
  font:x-small Georgia,Serif;
  color:#333;
  line-height:1.6em;
  font-size: 14px;
  color: #c60;
  border-color: #c60;
  border-bottom:1px dotted #c60;
  }
A.sidebar-text:visited
 {
  font:x-small Georgia,Serif;
  color:#58a;
  line-height:1.6em;
  font-size: 14px;
  }
.itext {font-family:Trebuchet MS;font-size:13px;line-height:16px;color:#575656}

.itemdesc
{
font-family:arial;
font-size:13px;
font-weight:bold;
color: #8a81e6;

}
#aboutus-btn a {
		display:block;
		width:93px;
		background: url("/assets/images/default/ABOUT-US-BTN2.gif") 0 0 no-repeat;
		}
#aboutus-btn a:hover {	
		background-position: -93px 0;
		}
#customercare-btn a {
		display:block;
		width:119px;
		background: url("/assets/images/default/CUSTOMER-CARE-BTN2.gif") 0 0 no-repeat;
		}
#customercare-btn a:hover {	
		background-position: -119px 0;
		}
#testimonials-btn a {
		display:block;
		width:107px;
		background: url("/assets/images/default/TESTIMONIALS-BTN2.gif") 0 0 no-repeat;
		}
#testimonials-btn a:hover {	
		background-position: -107px 0;
		}
#giftregistry-btn a {
		display:block;
		width:105px;
		background: url("/assets/images/default/GIFT-REGISTRY-BTN2.gif") 0 0 no-repeat;
		}
#giftregistry-btn a:hover {	
		background-position: -105px 0;
		}
#dealoftheday-btn a {
		display:block;
		width:120px;
		background: url("/assets/images/default/DEAL-OF-THE-DAY-BTN2.gif") 0 0 no-repeat;
		}
#dealoftheday-btn a:hover {	
		background-position: -120px 0;
		}
#rewardpoints-btn a {
		display:block;
		width:117px;
		background: url("/assets/images/default/REWARD-POINTS-BTN2.gif") 0 0 no-repeat;
		}
#rewardpoints-btn a:hover {	
		background-position: -117px 0;
		}
#blog-btn a {
		display:block;
		width:57px;
		background: url("/assets/images/default/BLOG-BTN2.gif") 0 0 no-repeat;
		}
#blog-btn a:hover {	
		background-position: -57px 0;
		}
#stylesofyoga-btn a {
		display:block;
		width:116px;
		background: url("/assets/images/default/STYLES-OF-YOGA-BTN2.gif") 0 0 no-repeat;
		}
#stylesofyoga-btn a:hover {	
		background-position: -116px 0;
		}
#stepbystep-btn a {
		display:block;
		width:142px;
		background: url("/assets/images/default/STEP-BY-STEP-YOGA-BTN2.gif") 0 0 no-repeat;
		}
#stepbystep-btn a:hover {	
		background-position: -142px 0;
		}		
		
		
		
#aboutus01 a {
		display:block;
		width:86px;
		background: url("/assets/images/_about-us_.gif") 0 0 no-repeat;
		}
#aboutus01 a:hover {	
		background-position: -86px 0;
		}
#customercare01 a {
		display:block;
		width:121px;
		background: url("/assets/images/_customer-care_.gif") 0 0 no-repeat;
		}
#customercare01 a:hover {	
		background-position: -121px 0;
		}
#testimonials01 a {
		display:block;
		width:105px;
		background: url("/assets/images/_testimonials_.gif") 0 0 no-repeat;
		}
#testimonials01 a:hover {	
		background-position: -105px 0;
		}
#giftregistry01 a {
		display:block;
		width:109px;
		background: url("/assets/images/_gift-registry_.gif") 0 0 no-repeat;
		}
#giftregistry01 a:hover {	
		background-position: -109px 0;
		}
#saleitems01 a {
		display:block;
		width:97px;
		background: url("/assets/images/_sale-items_.gif") 0 0 no-repeat;
		}
#saleitems01 a:hover {	
		background-position: -97px 0;
		}
#stylesofyoga01 a {
		display:block;
		width:127px;
		background: url("/assets/images/_styles-of-yoga_.gif") 0 0 no-repeat;
		}
#stylesofyoga01 a:hover {	
		background-position: -127px 0;
		}
#stepbystep01 a {
		display:block;
		width:145px;
		background: url("/assets/images/_step-by-step_.gif") 0 0 no-repeat;
		}
#stepbystep01 a:hover {	
		background-position: -145px 0;
		}
#peaceful a {
		display:block;
		width:92px;
		height:124px;
		background: url("/assets/images/_peaceful_.gif") 0 0 no-repeat;
		}
#peaceful a:hover {	
		background-position: -92px 0;
		}
#yoga a {
		display:block;
		width:92px;
		height:124px;
		background: url("/assets/images/_yoga_.gif") 0 0 no-repeat;
		}
#yoga a:hover {	
		background-position: -92px 0;
		}
#meditation a {
		display:block;
		width:92px;
		height:124px;
		background: url("/assets/images/_meditation_.gif") 0 0 no-repeat;
		}
#meditation a:hover {	
		background-position: -92px 0;
		}
#home a {
		display:block;
		width:44px;
		height:15px;
		background: url("/assets/images/_home_.gif") 0 0 no-repeat;
		}
#home a:hover {	
		background-position: -44px 0;
		}
#myaccount a {
		display:block;
		width:80px;
		height:15px;
		background: url("/assets/images/_myaccount_.gif") 0 0 no-repeat;
		}
#myaccount a:hover {	
		background-position: -80px 0;
		}
#viewcart a {
		display:block;
		width:70px;
		height:15px;
		background: url("/assets/images/_viewcart_.gif") 0 0 no-repeat;
		}
#viewcart a:hover {	
		background-position: -70px 0;
		}
#contactus a {
		display:block;
		width:78px;
		height:15px;
		background: url("/assets/images/_contactus_.gif") 0 0 no-repeat;
		}
#contactus a:hover {	
		background-position: -78px 0;
		}
.catlink {font-family:trebuchet ms;font-size:18px;letter-spacing:-.03em}
A.catlink {font-family:trebuchet ms;text-decoration:none;color:#9a9a9a;font-size:18px;letter-spacing:-.03em}
A.catlink:hover {font-family:trebuchet ms;text-decoration:none;color:#1398e2;letter-spacing:-.03em}
A.catlink:hover:visited {font-family:trebuchet ms;text-decoration:none;color:#1398e2;letter-spacing:-.03em}
A.catlink:visited {font-family:trebuchet ms;text-decoration:none;color:#9a9a9a;letter-spacing:-.03em}

.catlink2 {font-family:arial;font-size:10px;font-weight:bold}
A.catlink2 {font-family:arial;color:#7970dc;text-decoration:none}
A.catlink2:hover {font-family:arial;text-decoration:underline}
A.catlink2:hover:visited {font-family:arial;text-decoration:underline;color:#7970dc}
A.catlink2:visited {font-family:arial;color:7970dc;text-decoration:none}

.catdescr {font-family:arial;font-size:10px;font-weight:bold;color:#9d8164}
A.catdescr {font-family:arial;text-decoration:none}
A.catdescr:hover {font-family:arial;color:#a2682b}
A.catdescr:hover:visited {font-family:arial;color:#a2682b}
A.catdescr:visited {font-family:arial;font-size:10px;font-weight:bold;color:#9d8164}


.catdescr2 {font-family:arial;font-size:10px;font-weight:bold;color:#4d845c}
A.catdescr2 {font-family:arial;font-size:10px;font-weight:bold;color:#4d845c;text-decoration:none}
A.catdescr2:hover {text-decoration:underline;color:#4d845c} 
A.catdescr2:hover:visited {text-decoration:underline;color:#4d845c} 
A.catdescr2:visited {color:#4d845c} 
</STYLE>

.gifts {font-family:arial;font-size:11px;color:#646464;text-decoration:none;}
A.gifts {font-family:arial;font-size:11px;color:#646464;text-decoration:none;font-weight:normal;}
A.gifts:hover {color:FFFFFF;background-color:#968fee;}
A.gifts:hover:visited {color:FFFFFF;background-color:#968fee;}
A.gifts:visited {font-family:arial;font-size:11px;color:#646464;text-decoration:none;}


.shoplists {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#55d0ff;
	line-height:10px;
	}
A.shoplists
	{
	font-family:arial;
	font-size:10px;
	color:#55d0ff;
	font-weight:bold;
	text-decoration:none;
	line-height:10px;
	}
A.shoplists:hover
	{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color: red;
	line-height:10px;
	}


