﻿/* text */
.innermenu							{ border-right: solid 1px #ccc; float: left; margin: 0 20px 0 0; }
.innermenu h3						{ color: #1b41b2; font-size: 14px; margin: 12px 0 0 0; }
.innermenu ul						{ list-style: none; margin: 5px 0px 0 10px; padding: 0 20px 0 0; }
.innermenu li						{ height: 20px; line-height: 20px; }
.innercontent						{ float: left; width: 500px; }

/* login.ascx */
#login #forgot						{ font-size: 10px; text-align: center; }
#login .form						{ border: 0; margin: auto; position: relative; }
#login .form td						{ padding: 4px; }
#login .form .header				{ background: #f5f5f5; border: solid 2px #999999; font-weight: bold; }

/* myaccount.ascx */
#information						{ padding: 10px 0 10px 0; }
#information th						{ padding: 0 10px 0 0; text-align: right; }
#information input					{ font-size: 11px; }

#account .heading					{ font-weight: bold; border-bottom: solid 2px #999999; margin: 0; padding: 0; }

#history							{ width: 100%; padding: 10px 0 0 0; }
#history td							{ border-bottom: dotted 1px #999999; }
#history th							{ text-align: left; }
#history .header th					{ background: #f5f5f5; border-top: solid 2px #999999; border-bottom: solid 2px #999999; } 
#history .header th.first			{ border-left: solid 2px #999999; }
#history .header th.last			{ border-right: solid 2px #999999; }

/* register.ascx */
#register th						{ padding: 0 10px 0 0; text-align: right; }
#register input						{ font-size: 11px; }

/* sitemap.ascx */
#sitemap							{ padding: 0; margin: 0; }
#sitemap > #departments				{ float: left; width: 33%; }
#sitemap > #brands					{ float: left; width: 33%; }
#sitemap > #pages					{ float: left; width: 33%; }
#sitemap > #scroll					{ clear: both; border: solid 1px #999999; font-size: 10px; height: 200px; overflow-y: scroll; width: 760px; margin: 0 5px 7px 5px; }
#sitemap > #scroll span				{ display: block; float: left; width: 25%; }
#sitemap > div > ul					{ margin: 10px 0 0 0; padding: 0; }
#sitemap > div > ul > li			{ font-weight: bold; list-style: none; }
#sitemap ul ul						{ font-weight: normal; margin: 0 0 10px 0; padding: 0 0 0 14px; }	

#blog h4							{ font-weight: bold; margin: 0; }
#blog h6							{ font-style: italic; margin: 0; border-bottom: solid 1px #999999; }