/* These styles should add to or redefine styles in /Include/stylesheet.css */

body {
	background: black;
}

body.PopUp {
	background: #fff;
}

/* Default settings for links */
a,
a:link,
a:active,
a:visited {
    color: #9a182b;
}
a:hover {
    color: #9a182b;
}


/* PAGE HEADER REGION */
div#PageHeader {
	position: relative;
	border-bottom: 3px solid #8f8f8f;
	margin-top: 20px;
	color: #FFF;
	/* margin-bottom: 20px; */
	background-color: black;
}

div#PageHeader div.Logo {
	margin-bottom: 0px;
}

div#PageHeader div.Title {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#PageHeader div.HorizontalLinks {
	text-align: right;
	margin-bottom: 5px;
}

div#PageHeader div.HorizontalLinks a,
div#PageHeader div.HorizontalLinks a:active,
div#PageHeader div.HorizontalLinks a:visited,
div#PageHeader div.HorizontalLinks a:link {
	color: #FFF;
}

div#PageHeader div.HorizontalLinks a:hover {
	color: #dc0044;
}

div#SiteNav {
    padding-left: 0px;
	margin-bottom: 3px;
	background: #9a182b url(../images/sitenav-background.png);
}

div#SiteNav table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

div#SiteNav table td {
    background: url(../images/sitenav-background.png) repeat-x;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
}

div#SiteNav table td.First {
    background: url(../images/sitenav-first-cell-background.png) no-repeat;
	text-align: left;
	padding-left: 130px;
}

div#SiteNav table td.Space {
	width: 100%;
}

div#SiteNav a,
div#SiteNav a:link {
    display: block;
	padding: 9px 15px 7px 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
div#SiteNav a:visited,
div#SiteNav a:active {
}
div#SiteNav a:hover {
	color: #FFF;
}
div#SiteNav a.Cart,
div#SiteNav a:link.Cart {
    background: url(../images/icon_shopping-cart.png) no-repeat 0px 3px;
	padding-left: 30px;
}

div#SiteNav form#SearchForm input {
	font-size: 9px;
	padding: 1px 3px 1px 3px;
	line-height: 10px;
}

div#SiteNav form#SearchForm table td a {
    padding-left: 6px;
	background: none;
}






div#PageBody {
	background: white;
	border-top: 1px solid white;
	padding-bottom: 10px;
}

body.PopUp div#PageBody {
	padding: 0;
}

div#MainContent {
	width: 650px;
	margin: 10px 0px 0px 50px;
}

body.PopUp div#MainContent {
	margin: 0;
}

div#MainContent h2 {
	size: 14px;
	color: #9a182b;
	margin-top: 2em;
	margin-bottom: 0.7em;
}

div#MainContent h2.First {
	margin-top: 0px;
}

div#MainContent h2 a {
	text-decoration: none;
}

div#TopImage {
}

.ClearAll {
	clear: both;
}


/* PAGE BODY REGION */

div.CenteringWrapper {
	text-align: center;
}
div.CenteredBox {
	margin: 2em auto;
	width: 350px;
	border: 1px solid #CCCCCC;
	/* padding: 10px; */
	text-align: center;
}

div#PageBody {
	position: relative;
}


div#SideBar {
	float: left;
	width: 140px;
}

div#SideBar h2 {
	font-size: 12px;
	margin-top: 2em;
}
div#SideBar h2.First {
	margin-top: 0px;
}

div.CategoryList {
	border-bottom: 1px dotted #666666;
}

div.CategoryList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*
div.CategoryList ul li {
	border-bottom: 1px dotted #666666;
	line-height: 1.1em;
	padding: 3px 10px;
    background: url(../images/category-list-background.png) no-repeat 0px 7px;
}
*/

div.CategoryList ul li {
    margin-left: 0px;
    padding: 0px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px solid white; /* need this for an IE bug */
}

div.CategoryList ul li a,
div.CategoryList ul li a:link,
div.CategoryList ul li a:visited,
div.CategoryList ul li a:active,
div.CategoryList ul li a:hover {
    display: block;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    background-repeat: no-repeat;
    background-position: 1px 7px;
    text-decoration: none;
}

div.CategoryList ul li a:hover {
    text-decoration: underline;
}

div.CategoryList ul li li a,
div.CategoryList ul li li a:link,
div.CategoryList ul li li a:visited,
div.CategoryList ul li li a:active,
div.CategoryList ul li li a:hover {
    margin-left: 15px;
    font-weight: normal;
	background-image: none;
}


div.CategoryList ul li li li a,
div.CategoryList ul li li li a:link,
div.CategoryList ul li li li a:visited,
div.CategoryList ul li li li a:active,
div.CategoryList ul li li li a:hover {
    margin-left: 30px;
    font-weight: normal;
	background-image: none;
}

div.CategoryList ul li.Parent a,
div.CategoryList ul li li.Parent a,
div.CategoryList ul li li li.Parent a {
    background-image: url(../images/nav-parent-icon.png);
}

div.CategoryList ul li a.On,
div.CategoryList ul li a.On:link,
div.CategoryList ul li a.On:visited,
div.CategoryList ul li a.On:active,
div.CategoryList ul li a.On:hover {
    color: #666;
}

div.CategoryList ul li a.On:hover {
    color: #AAA;
}

div.CategoryList ul li.ParentOn a,
div.CategoryList ul li li.ParentOn a,
div.CategoryList ul li li.ParentOn a {
    background-image: url(../images/nav-parent-icon_on.png);
}



img.NewIcon {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}



div.HorizontalLinks a,
div.HorizontalLinks a:link,
div.HorizontalLinks a:visited,
div.HorizontalLinks a:active {
	color: #9a182b;
	margin: 0px 4px;
	text-decoration: none;
}
div.HorizontalLinks a:hover {
	color: #a9b8df;
	text-decoration: underline
}

div.ListControl {
	text-align: right;
	margin: 5px 0px;
}

div.ListControl div.Left {
	float: left;
	text-align: left;
}
div.ListControl input.Image, div.ListControl img {
	vertical-align: middle;
}


.Error {
    font-weight: bold;
    color: #CC0000;
}

.Success {
    font-weight: bold;
    color: #8cb811;
}


table.List {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.List thead th {
	padding: 5px 10px 5px 5px;
	color: white;
	background: #9a182b;
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;
}
table.List td {
	padding: 3px 10px 3px 5px;
	border-bottom: 1px dotted #666666;
}
table.List td.Number {
	text-align: right;
	padding-left: 10px;
}
table.List th.Thumbnail {
	text-align: center;
}
table.List td.Thumbnail {
	text-align: center;
	padding: 2px 0 2px 4px;
}
table.List td.Thumbnail a img {
	border: 2px solid white;
}

table.List td.Thumbnail a:hover img {
	border: 2px solid #9a182b;
}


table.List tr.Odd td {
	/* background: #F7F7F7; */
}


.NoWrap {
	white-space: nowrap;
}

table.Layout {
	width: 100%;
	border-top: 1px dotted #666666;
}
table.Layout th, table.Layout td {
	border-bottom: 1px dotted #666666;
	padding: 7px 10px 7px 5px;
}
table.Layout th {
	font-weight: normal;
	text-align: left;
}

/* Standard Form Layout Table */

table.Form tr th.Header {
	border: none;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
table.Form tr th, table.Form tr td {
	padding: 3px 5px 3px 6px;
	text-align: left;
}
table.Form tr th.Required {
	padding-left: 0;
}
table.Form tr td input.Text {
	width: 250px;
}
table.Form tr td textarea {
	height: 75px;
	width: 250px;
}
table.Form .center {
	text-align: center;
}
table.Form .padTop {
	padding-top: 15px;
}
table.Form .padBottom {
	padding-bottom: 15px;
}
table.Form tr td table tr td.indent {
	padding: 0 0 1px 20px;
}


p.RightButtons {
	float:right;
	margin: 1em 0 0 0;
	text-align: right;
}
p.RightButtons a {
	display: block;
	padding: 0;
}



div#Footer {
	clear: both;
	margin-top: 1em;
}



/* Login Page */

div#LoginBox {
	margin: 70px auto;
	width: 350px;
	background: white;
	padding: 30px 0px 10px 0px;
}
div#LoginBox table {
	margin: 0px auto;
}
div#LoginBox div.Buttons {
	margin-top: 10px;
	text-align: center;
}
div#LoginBox div.HorizontalLinks {
	margin-top: 20px;
	text-align: center;
}


