/* reset.css */
* {
	font-family: helvetica, verdana, inherit;
	font-style: normal;
	font-size:100%;
	color: #666666;
	margin:0;
	padding:0;
	border: 0;
	text-align: left;
}

/* general.css */
html{
	height: 100%;
	background: #9E9085 url(/Images/backgroundhtml.gif) repeat-x center top;
}
body
{
	background: Transparent url(/Images/backgroundbody.gif) no-repeat center top;
}
.bodycontent
{
	font-size: 62.5%;
	width: 928px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#bodyheader 
{
	padding: 15px 0 0 0;
	width: 952px;
	height: 156px;
	color: White;
}
#bodycontent {
	padding: 0 12px 15px 12px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
	margin: 0.4em 0;
}
h2 {
	font-size: 1.6em;
	margin: 1.2em 0;
}
h3 {
	font-size: 1.2em;
}
input {
	border: 1px #ccc solid;
}
ol,
ul {
	list-style: none;
}
.submit_link
{
	background-color: Transparent;
	border: none;
	color: #666666;
	padding: 0px 3px;
	cursor: pointer;
}
.submit_link:hover
{
	color: #DCD641; /*#00a4e4;*/
}
/* layout */
#test{
	background: yellow;
	height: 95%;
	float: left;
	width: 0px;
}
#mastercontent{
	padding: 12px 0;
}
#mastercontent #content{
	float: left;
	width: 752px;
	overflow: hidden;
}
#mastercontent #utility{
	float: right;
	width: 174px;
} 
#mastercontent .inner_content {
	float: left;
	width: 563px;
	padding: 0 0 0 15px;
	overflow: hidden;
}
/* header */
#masterheader {
	height: 152px;
	position: relative;
	font-size: 10px;
}
#masterheader .innerleft {
    width: 245px;
    float: left; 
}
#masterheader .innerright {
	width: 631px;
    float: right;
}
#masterheader h1 {
	top: 20px;
	height: 88px;
	width: 245px;
}
#masterheader h1 a {
	display: block;
	height: 88px;
	width: 245px;
    text-indent:-9999px;
}
#masterheader .innerbottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#masterfooter{
	width:100%;
	padding-top: 14px;
}
#masterfooter .inner {
	text-align: center;
	font-size: 1.2em;
}
/* breadcrumb */
#breadcrumb {
	float: left;
	width: 174px;
	margin-top: 8px;
}
#breadcrumb li{
	border-bottom: dotted 1px #b1b6b2;
	padding: 6px 0;
	font-size: 1.1em;
	font-weight: bold;
}
#breadcrumb li span{
	margin-right: 4px;
}
#breadcrumb li a{
	text-decoration: none;
}
#breadcrumb .inactive a{
	color: #666666;
}
/* info navigation */
#InfoNavigation {
	font-size: 1.1em;
}
#InfoNavigation li {
	border-top: dotted 1px #b1b6b2;
	padding: 5px;
}
#InfoNavigation li a {
	text-decoration: none;
}
/* category navigation */
#CategoryNavigation {
	float:left;
	height: 27px;
	width: 100%;
	overflow: hidden;
}
#CategoryNavigation a 
{
	color: White;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding: 6px 8px;
	display: block;
	font-family: verdana,helvetica,inherit;
}
#CategoryNavigation a:hover 
{
	text-decoration: underline;
}
#CategoryNavigation li {
	border-right: none;
	border-left: none;
	float: left;
}
#CategoryNavigation .navHome {
}
#CategoryNavigation .active a {
	color: #DCD641;
}
/* login/profile */

.profile_login {
	float: right;
	width: 270px;
	padding-left: 20px;
}
.profile_login .first_input {
}
.profile_login .input {
	padding: 2px 0 2px 2px;
}
.profile_login .links {
}
.profile_login .input input {
	color: #999999;
	display: block;
	background: url(/Images/input_profile_login.gif) no-repeat scroll;
	width:140px;
	border: none;
	padding: 5px 0px 5px 2px;
}
.profile_login .submit {
	background: url(/Images/arrow_button.gif) no-repeat;
	text-indent: -999999px;
	height: 23px;
	width: 22px;
	cursor: pointer;
}
.profile_login .submit_login {
	position: absolute;
	top: 53px;
	left: 122px;
}
.profile_login .mail_password {
	position: absolute;
	top: 26px;
	left: 122px;
}
.profile_login .desc {
	width: 140px;
	padding-left: 2px;
}
.profile_login a {
	background: url(/Images/arrow.gif) no-repeat scroll left center;
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 0px 5px;
}
.profile_login a:hover {
	color: #DCD641;	
}
.profile_login .data 
{
	color: #DCD641;
	font-size: 15px;
	font-family: Verdana;
	margin-bottom: 1px;
	margin-right: 2px;
	text-align: right;
}
.profile_login span 
{
	color: White;
}
.profile_login .links .submit_link {
	color: #AAAAAA;
	padding: 0;
	margin: 0;
	float: right;
}
.profile_login .links .submit_link:hover {
	color: #DCD641;
}
/* cart */
.minicart {
	float: right;
	padding-top: 5px;
}
.minicart .icon,.profile_login .icon {
	float: left;
}
.minicart .content,.profile_login .content {
	float: left;
}
.profile_login .content {
	position: relative;
	float: right;
}
.minicart .content h3,.profile_login .content h3 {
	padding-bottom: 6px;
	padding-left: 3px;
	text-align: left;
	color:#DCD641;
	font-family:Verdana;
	font-size:15px;
	font-weight: normal;
}
.minicart .row {
	padding: 0 6px;
	margin-bottom: 3px;
}
.minicart .submit {
	border-bottom: 0;
}
.minicart .row a {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
/* search */
.search {
	float: right;
	border-right: dotted 1px #b1b6b2;
	border-left: none;
	padding: 1px;
}
.search input {
	background: url(/Images/search.gif) no-repeat scroll left top;
	width:164px;
	padding: 5px 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
}
/* banner */
.BannerWrapper div.PositionID9 {
    margin-bottom: 13px;
}

/*#utility .BannerWrapper .first {
    margin-bottom: 0;
}*/

.SubNavContainer
{
	float: left;
	margin-top: 8px;
	width: 174px;
	overflow: hidden;
}

div.Properties
{
	margin-bottom: 20px;
}

.Properties li a
{
	text-decoration: none;
	font-size: 1.1em;
	padding: 6px 0;
	width: 174px;
	display: block;
	font-weight: bold;
}

.Properties li li a
{
	font-weight: normal;
	border-top: 1px dotted #B1B6B2;
	color: #666666;
	padding-left: 10px;
	width: 164px;
	background: transparent url(/Images/itembg.gif) no-repeat left 12px;
}

.Properties li li.active a
{
	font-weight: bold;
	color: White;
	background: #B1B6B2 url(/Images/itembg_active.gif) no-repeat left 12px;
}

.Properties li li.active li a
{
	font-weight: normal;
	background: #F6F6F6 none;
	border-top: none 0;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
}

.Properties li li.active li.active a
{
	background-color: #E0E2E0;
	font-weight: bold;
}

.Properties ul
{
	border-bottom: 1px dotted #B1B6B2;
}

.Properties ul ul
{
	border-bottom: none 0;
}

