/* CSS Document */
#lbl_debug{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #B00;
	width: 100%;
	background: #FFF;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-color: #DDD;
	border-style: solid;
	z-index: 99;
}

.debugon{
	display: block;
}

.debugoff{
	display: none;
}

body{
	margin: 0px;
	color: #000;
	background: #FFF;
	}

.stdtext{
	font-family: verdana;
	color: #000;
	font-size: 10px;
}

.maintext{
	font-family: verdana;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	}

a.stdlink{
	text-decoration: underline;
	color: #000;
	}

#footernav a, #footernav{
	clear: both;
	font-family: verdana;
	color: #3F8B8B;
	font-size: 11px;
	margin: 10px 5px 0px;
	font-weight: normal;
	line-height: 16px;
	}

#footernav a:hover{
	color: #E196B2;
	}

#footernav{
	color: #000;
	font-weight: bold;
	}

#headcontainer{
	position: relative;
	width: auto;
	height: 82px;
	background-image: url(/images/head_back.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}
	
#headright{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 82px;
	width: 246px;
	background-image: url(/images/head_doll.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}

#headsearchbar{
	position: absolute;
	bottom: 14px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	height:10px;
	}
	
span.headoptions{
	margin-right: 15px;
	}

input.stdinput, select.stdinput{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	height: 18px;
	margin: 0px 2px;
	background: #FFF;
	border: 1px solid #3F8B8B;
	vertical-align: middle;
	}
	
#navigationcontainer{
	position: relative;
	width: 232px;
	height: 404px;
	background-image: url(/images/navigation.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
	}

#navigationitems{
	position: absolute;
	top: 35px;
	left: 6px;
	width: 204px;
	/* border: 1px solid #000; */
	}
	
a.navigationlink{
	display: table-cell;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	height: 21px;
	width: 204px;
	vertical-align: middle;
	text-decoration: none;
	padding: 4px 13px;
	margin: 0px 1px;
	/* border: 1px solid #000; */
	}

a.navigationlink:hover{
	background: #E196B2;
	}

a.navigationlink:active{
	background: #E196B2;
	}

div.navdivide{
	width: 204px;
	height: 1px;
	margin: 1px 0px;
	padding-left: 6px;
	}
	
#cartitems{
	position: absolute;
	top: 272px;
	left: 6px;
	width: 133px;
	/* border: 1px solid #000; */
	}
	
#cartitems tr{
	font-family: verdana;
	font-size: 11px;
	height: 21px;
	}

#cartitems td.cartdatatext{
	padding: 4px 13px;
	padding-right: 3px;
	width: 75px
	}

#cartitems td.cartdatavalue{
	padding: 0px;
	padding-right: 2px;
	width: auto;
	text-align: right;
	}

#cartitems td.total{
	font-weight: bold;
	}

#cartitems a.viewcart{
	text-decoration: underline;
	color: #000;
	}
	
#cartitems tr.cartdivide{
	height: 3px;
	}

div.branchtitle{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E196B2;
	padding-bottom: 5px;
	margin-bottom: 7px;
	}
