/* reset */



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, span, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div {
	margin:0px;
	padding:0px;
}
body { /* This is for the whole text inside the body tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	background: url(../images/topshop_bg3_blkgreydots.gif) repeat-y scroll top center;
	margin:0 auto;
}
#content {
	padding:10px 30px 30px 20px;
	margin:0px;
}
p {
	padding-bottom:10px;
	color:#333;
}
p.faqs {
	color:#333;
	padding:0;
}
a {
	color: #333;
}
a:hover {
	color:#666;
	text-decoration: underline;
}
a:visited {
	color:#999;
	text-decoration: underline;
}
/********************** list styles *****************************/

ul.arrow li {/*Style for the list with arros (image)*/
	padding: 0 0 0 18px; /*top - right - bottom - left */
	list-style-type: none;
	background-image: url(../images/link_arrow.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	color: #333;
	font-size: 10px;
	margin-left: -22px;
	margin-bottom: 3px;
}
ul.bulleted/*Style for the list with bullets*/ {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	margin-left: 15px;/*top - right - bottom - left */	

}
ol.numbered/*Style for the list orederd by numbers*/ {
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	padding-right: 15px;
}
ol.upper/*Style for the list orederd by Upper case Literals*/ {
	list-style-type: upper-alpha;
	list-style-position: outside;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	padding-right: 15px;
}
ol.lower/*Style for the list orederd by Lower case Literals*/ {
	list-style-type: lower-alpha;
	list-style-position: outside;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333;
	padding-right: 15px;
}
/********************** table styles *****************************/

.spacerTable {
	background:transparent;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.rewards {
	background-color:#FFF;
	border-top:0px;
	border-right:25px solid #FFF;
	border-bottom:25px solid #FFF;
	border-left:25px solid #FFF;
}
.rewards td {
	padding-bottom:20px;
}
#footer {
	padding:25px;
	background-color:#FFF;
}
table.summarybox {
	border:1px solid #000;
	border-spacing:0px;
}
table.summarybox th {
	border:1px solid #000;
	padding:10px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#F2F2F2;
}
table.summarybox td {
	border:1px solid #000;
	padding:10px;
}
table.inner {
	border-collapse:collapse;
}
table.summarybox p, ul {
	color:#000;
}
table.accessibility {
	border:1px solid #000;
	border-spacing:0px;
	padding:20px;
}
table.accessibility td {
	border:1px solid #666;
	padding:10px;
}
/* left hand nav */

#nav2 {/* This is the class for the menu */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #330065;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	width: 126px;
	height:100px;
}
#nav2 a:link {/* This is the id for the link in the menu */
	color: #330065;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 100%;
}
#nav2 a:hover {/* This is the id for a menu link's rollover */
	color: #000000;
	background:#E5E5E5;
	text-decoration:none;
}
#nav2 a:visited {/* This is the id for the link in the menu */
	color: #330065;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 100%;/*background: #eeeeee;

	font-weight: bold;*/

}
#bgVisited a:link, #bgVisited a:hover, #bgVisited a:visited {/*this is the class for the visited link background's td*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;/*ffffff*/
	background:#eeeeee;/*000000*/
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 100%;
	font-weight: bold;
}
