@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}
body {
}
a {
	font-size: 13px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #FF0;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
}
h3 {
	font-size: 14px;
	font-weight:normal;
	color: #FFF;
}

.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 12px Verdana;
	color: white; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 20px; /*31px is left indentation of header text*/
	background-color: #006;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px verdana;
	color: #fff;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 5px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #036;
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #009;
}
.discount {
	font-size: 13px;
	color: #FF0;
	font-weight: normal;
	border: thin solid #FFF;
	font-style: italic;
	font-variant: normal;
}
.height843 {
	height: 843px;
	width: 200px;
	border: 0px;
}

