

html, body{
	margin:  3px;
	padding: 0px;
	border:  0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	direction: ltr;
}

.Normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;

}




.style1 { color: #000000; }
.tinytext { color: #000000; font-size: 10px; }
.loggedin { color : #993399; text-decoration: none; font-size: 11px; font-weight: Normal; }


.redtext { color: #FF0000; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: normal; }
.redtextBold { color: #FF0000; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: Bold; }
.greentext { color: #006600; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: normal; }
.bluetext { color: #0066FF; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: normal; }
.bluetextBold { color: #0066FF; text-decoration: none; font-family: verdana,arial; font-size: 14px; font-weight: Bold; }
.ProductTitle { color: #000000; text-decoration: none; font-family: Arial,Verdana; font-size: 30px; font-weight: Bold; }
.footerText { color: #FFFFFF; text-decoration: none; font-family: verdana,arial; font-size: 11px; font-weight: normal; }
.PageTitle { color: #832f7e; text-decoration: none; font-family: verdana,arial; font-size: 20px; font-weight: Bold; text-align:left; }
.subTitle { color: #832f7e; text-decoration: none; font-family: verdana,arial; font-size: 12px; font-weight: Bold; }


.BoxTitle { color: #5985bb; text-decoration: none; font-family: Arial,Verdana; font-size: 16px; font-weight: Bold; }

.logged_in {
	display: block;
	background-color: transparent;
	background-image: url(/images/logged_in.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #993399;
	text-align:center;
	text-indent:inherit;
	padding: 10px 0 0 0;
}

a.button, a.buttonDis {
		display: block;
		background-color: transparent;
		background-image: url(/images/blue_button.gif);
		background-repeat: no-repeat;
		width: 104px;
		height: 22px;
		margin: 2px left;
		padding: 2px 0 0 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, Verdana;
		}
a.button:link, a.button:visited {
		color: #FFFFFF;
}
a.button:hover, a.button:active {
		background-position: 0 -34px;
		color: #FFFF66;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
		background-position: 0 -72px;
		color: #000000;
		cursor: default;
}		

.blcT {border-top: dotted  1px #CCCCCC;}
.blcR {border-right: dotted  1px #CCCCCC;}
.blcB {border-Bottom: dotted  1px #CCCCCC;}
.blcL {border-left: dotted  1px #CCCCCC;}

.hr-bottom {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

.hr-top {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #A5AEC5;
}


* html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(/images/css-dotted.gif) repeat-x bottom;	
}

.DesignerBox {
	width:197px;
	height:110px;
	background: url(/images/shop_by_designer.png) no-repeat;
	background-repeat: no-repeat;
}

.DesignerSelect {

	border: 1px solid #a4379d;
	background-color: #ae42a5;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	margin: 45px 0 0 25px;
	padding-top: 3px;
	padding-bottom: 5px;

}

.menu_footer {
	width:197px;
	height:55px;
	background: url(/images/sidemenu_footer.png) no-repeat;
	background-repeat: no-repeat;

	color: #FFFF66;
	vertical-align: middle;	
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin: 0 0 0 0;	
	padding: 10px 0 0 0;	
}

.searchbox {
	width:225px;
	height:54px;
	background: url(/images/topmenu_07.png) no-repeat;
	background-repeat: no-repeat;

}

.searchfield{
	float: left;
	clear: both;
	width: 95px;
	height: 12px;
	border: 1px solid #a4379d;
	background-color: #62205e;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 0 75px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.input {
	clear: both;  
	border: 1px solid #AAAAAA;  
	background-color: #f3f3f3; 
	
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: Normal;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

.textarea {
	float: left;  
	clear: both;  
	border: 1px solid #AAAAAA;  
	background-color: #f3f3f3; 
	
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: Normal;
	line-height:16px;	

	width:215px; 
	height:68px;	
	padding-top: 3px;
	padding-bottom: 3px;
}

.checkout_input {
	float: left;  
	clear: both;  
	border: 1px solid #AAAAAA;  
	background-color: #FFFFFF; 
	
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-family: arial;
	font-size: 11px;
	font-weight: Normal;
	width: 170px;
	height: 12px;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

.checkout_input_cvv {
	float: left;  
	clear: both;  
	border: 1px solid #AAAAAA;  
	background-color: #FFFFFF; 
	
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font-family: arial;
	font-size: 11px;
	font-weight: Normal;
	width: 50px;
	height: 12px;
	
	padding-top: 3px;
	padding-bottom: 3px;
}
.checkout_select {
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	width: 170px;
}

.checkout_select_small {
	border: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	width: 85px;
}

.checkout_text {
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-weight: Normal;
}



#sidenav #navigation {
background:white none repeat scroll 0%;
height:306px;
margin-left:0px;
overflow-y:auto;
position:relative;
width:197px;
}

td, div {
color:#333333;
font-family:'verdana','arial','helvetica','sans serif';
}


#topnav {
	font-family: Verdana,arial;
	font-size: 12px;
	font-weight: Normal;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-color: #666666;
	background-color: #F7F3F8;
	border: 1px;
	padding-left: 3px;
}

.charttext { color: #000000; text-decoration: none; font-family: verdana,arial; font-size: 11px; font-weight: normal; }
.charttextbold { color: #000000; text-decoration: none; font-family: verdana,arial; font-size: 11px; font-weight: bold; }
.charttitle { color: #000000; text-decoration: none; font-family: verdana,arial; font-size: 14px; font-weight: bold; }


.memberLink {COLOR: #FF0000 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 12px; font-weight: normal; cursor: hand;}
a:link.memberLink {color : #FF0000; text-decoration: none; font-size: 12px; font-weight: normal; cursor: hand;}
a:visited.memberLink {color : #FF0000; text-decoration: none; font-size: 12px; font-weight: normal; cursor: hand;}
a:active.memberLink {color : #FF0000; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.memberLink {color : #FF3300; text-decoration: underline; font-size: 12px; cursor: hand;}

.chartLink {COLOR: #993399 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: Normal; cursor: hand;}
a:link.chartLink {color : #993399; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:visited.chartLink {color : #993399; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:active.chartLink {color : #993399; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.chartLink {color : #f97ef9; text-decoration: none; font-size: 11px; cursor: hand;}

.footerBarLink {COLOR: #FFFFFF TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: bold; cursor: hand;}
a:link.footerBarLink {color : #FFFFFF; text-decoration: none; font-size: 11px; font-weight: bold; cursor: hand;}
a:visited.footerBarLink {color : #FFFFFF; text-decoration: none; font-size: 11px; font-weight: bold; cursor: hand;}
a:active.footerBarLink {color : #FFFFFF; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.footerBarLink {color : #fbbdf8; text-decoration: none; font-size: 11px; cursor: hand;}

.footerLink {COLOR: #000000 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 11px; font-weight: Normal; cursor: hand;}
a:link.footerLink {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:visited.footerLink {color : #000000; text-decoration: none; font-size: 11px; font-weight: Normal; cursor: hand;}
a:active.footerLink {color : #000000; text-decoration: none; font-size: 11px; cursor: hand;}
a:hover.footerLink {color : #666666; text-decoration: none; font-size: 11px; cursor: hand;}


.designer {COLOR: #993399 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 12px; font-weight: Bold; cursor: hand;}
a:link.designer {color : #993399; text-decoration: none; font-size: 12px; font-weight: Bold; cursor: hand;}
a:visited.designer {color : #993399; text-decoration: none; font-size: 12px; font-weight: Bold; cursor: hand;}
a:active.designer {color : #993399; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.designer {color : #f97ef9; text-decoration: none; font-size: 12px; cursor: hand;}

.sidenav {COLOR: #666666 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.sidenav {color : #666666; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.sidenav {color : #666666; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.sidenav {color : #666666; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.sidenav {color : #CCCCCC; text-decoration: none; font-size: 12px; cursor: hand;}

.prodLink {COLOR: #A00A86 TEXT-DECORATION: none; font-family: Verdana,Arial; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.prodLink {color : #A00A86; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.prodLink {color : #A00A86; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.prodLink {color : #A00A86; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.prodLink {color : #CCCCCC; text-decoration: none; font-size: 12px; cursor: hand;}

.redLink {COLOR: #FF0000 TEXT-DECORATION: none; font-family: Arial; font-size: 12px; font-weight: Normal; cursor: hand;}
a:link.redLink {color : #FF0000; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:visited.redLink {color : #FF0000; text-decoration: none; font-size: 12px; font-weight: Normal; cursor: hand;}
a:active.redLink {color : #FF0000; text-decoration: none; font-size: 12px; cursor: hand;}
a:hover.redLink {color : #FF0000; text-decoration: underline; font-size: 12px; cursor: hand;}



