@charset "utf-8";
/*------miscellanous class styles------*/
html {
    overflow-y: scroll;
}
.marginrt5 {
	margin-right: 5px;
}
.margin_top_5 {
	margin-top: 5px;
}
.no_border {
	border: 0px;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}
/*------miscellanous tag styles------*/
a {
	color: #5400A2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
h1 {
	color: #5400A2;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #5400A2;
}
strong {
	color: #5400A2;
}
img {
	border:none
}
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #9222FF;
}
/*------miscellanous class ID's------*/
#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container_miva {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 41px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*------header------*/ 
#header {
	background-color: #693064;
	margin: 0px;
	padding: 0px;
} 
#header a {
	text-decoration: none;
}
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#favorite a {
	color: #E3D0E3;
}
#menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#head_left {
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	width: 519px;
}
#head_right {
	background-image: url(images/background/tr_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 163px;
	width: 471px;
	float: right;
	margin: 0px;
	background-color: #FFFFFF;
}
#header_h1 {
	position:relative;
	width:350px;
	z-index:1;
	left: 0px;
	top: 10px;
}
/*------kids------*/
#kids {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E3D0E3;
	text-align: left;
	padding-right: 20px;
	margin-left: 220px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*------left column------*/
#sidebar1 {
	padding-left: 15px;
	width: 220px;
	padding-bottom: 15px;

}
#sidebar1 a {		
	text-decoration: none;
}
#sidebar1 a:hover{		
	text-decoration: none;
}
#sidebar1 li {

}
#sidebar1 img {
	padding: 10px;
}
/*------right column------*/
#sidebar2 {
	padding: 10px; /* padding keeps the content of the div away from the edges */
	width: 309px;
	margin: 0px;
	color: #FFFFFF;
}
#sidebar2 ul li {
	margin-left: -25px;
	margin-bottom: 5px;
	list-style-type: none;
}
/*------main content------*/
#maincontent {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
#maincontent img {
	border: 0px;	
}
#maincontent_full {
	margin: 0px;
	padding: 0px;
}
#maincontent_full_img {
	border: 0px;
	margin: 0px;
	background-color: #FFFFCD;
	padding-bottom: 10px;
}
#maincontent_full_content label {
	display: inline-block;
	width: 90px;
	margin-bottom: 5px;
}
#maincontent_full_content input {	
	margin-bottom: 5px;
}
#maincontent_full_content select {	
	margin-bottom: 5px;
}
fieldset {
	padding: 5px;
	
}
#maincontent_full_content {
	padding: 5px;
}
/*------footer------*/
#footer {
	padding-top: 0%;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	position: relative;
	font-size: 12px;
	left: 0px;
} 
#footer_catalog {
    background-image: url(images/background/seal.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 115px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	font-size: 12px;
	left: 0px;
	width: 405px;
} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pad20 {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.padrt20 {
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_nav a {
	font-size: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	
}
#maincontent #top_left_grey {
	width: 21px;
	background-image: url(images/background/gray_corner_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#maincontent #top_right_grey {
	width: 21px;
	background-image: url(images/background/gray_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 34px;
}
#right_col {
	background-image: url(images/background/br_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#center_col {
	background-image: url(images/background/b_center.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#left_col {
	background-image: url(images/background/bl_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #5400A2;
}

#nav_menu {
	background-color: #5400A2;
	background-image: url(images/background/tr_gray.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.white {
	color: #FFFFFF;
}
.red {
	color: red;
	font-weight: bold;
}
#cat_prod_tbl {
	border: 2px solid #5400A2;
	margin-bottom: 10px;
}
.button a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5400A2;
	padding: 5px;
	border: 1px solid #F3376F;
		
}
.button a:hover {
	background-color: #7261CC;
}
#continue_shopping a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5400A2;
	padding: 5px;
	border: 1px solid #F3376F;	
}
#continue_shopping a:hover {
	background-color: #7261CC;
}
#previous a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5400A2;
	padding: 5px;
	border: 1px solid #F3376F;
	float: left;
}
#previous a:hover {
	background-color: #7261CC;
}
#next a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5400A2;
	padding: 5px;
	border: 1px solid #F3376F;
	float: right;
}
#next a:hover {
	background-color: #7261CC;
}
#attribute a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5400A2;
	padding: 5px;
	border: 1px solid #F3376F;
		
}
#attribute a:hover {
	background-color: #7261CC;
}
/*---{ new promo product templating and styles } -------------------*/

#product-table {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/new_images/product-bg.gif);
}

#product-table h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
}

#product-table h4 {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

#product-table ul {
	font-size:12px;
	padding-left: 10px;
	margin-left: 15px;
}

#pencil-price-breakdown {
	border-top: 1px solid black;
	border-left: 1px solid black;
	width: 275px;
	background-color: white;
}

#pencil-price-breakdown td {
	font-size:12px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px;
}
/*---{ Hint Box Styles }--------------------------*/

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	background-color: #9370DB;
	visibility: hidden;
	z-index: 300;
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 301;
	visibility: hidden;
}

#dhtmltooltip .tip-title {
	width: auto;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 3px;
}

#dhtmltooltip .tip-body {
	padding: 3px;
}

#dhtmltooltip .white {
	color: white;
	font-weight: bold;
}

#dhtmltooltip .black {
	color: black;
	font-weight: bold;
}

#dhtmltooltip .red {
	color: red;
	font-weight: bold;
}

#dhtmltooltip .blue {
	color: blue;
	font-weight: bold;
}

#dhtmltooltip .gold {
	color: #ff6;
	font-weight: bold;
}

 .tip-body {
	padding: 3px;
}

 .white {
	color: white;
	font-weight: bold;
}

 .black {
	color: black;
	font-weight: bold;
}

 .red {
	color: red;
	font-weight: bold;
}

 .blue {
	color: blue;
	font-weight: bold;
}

 .green {
 	color: green;
 	font-weight: bold;
}

 .gold {
	color: #ff6;
	font-weight: bold;
}

 .silver {
 	color: #c0c0c0;
 	font-weight: bold;
}
/*---{ home-page-blocks Styles }--------------------------*/
#home-page-blocks h2 {
	font-size: 13px;
	margin-bottom: -1px;
	font-weight: bold;
}
#home-page-blocks h3 {
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
#home-page-blocks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
}
#home-page-blocks td {
	font-size: 13px;
}

#home-page-blocks .home-page-blocks-div h2 {
	margin-top: 0px;
	margin-bottom: 2px;
}

#home-page-blocks a {
	text-decoration: none;
	text-align: center;
	display: block;
}

#home-page-blocks a:hover {
	text-align: center;
	display: block;
	text-decoration: underline;
}

.home-page-blocks-div {
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}
#div_header {
	margin-bottom: 10px;
}
#div_header a {
	font-weight: bold;	
}
.bkground_pink {
	background-color: #ffd3ff;
}
.zebra_attn {
	color: #FF0000;	
}
#zebra {
	font-weight: bold;
	color:#5400A2;
	text-align: center;
	float: right;
	width: 105px;
}
#zebra a {
	text-decoration: underline;
}