.empty {
	background-color: transparent;
}

html {
	height: 100%;
}

/* body */
body {
	height: 100%;
	margin-top: 0px;
	background: url("../site_images/body-bg.jpg");
}

/* header */
#header {
	background-color: #F8F8F8;
	
}
    
#logo 
{
	margin-top: 20px;
}

.container {
	height: 100%;
	margin-top: 0px;
	background-color:  #e8e8e8;
}

#cartstack {
	margin-top: 65px;
	float: left;
}

#cartstack ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cartstack li {
	float:left;
	margin:0;
	padding: 10px 10px 5px 10px;
	margin-left: 1px; 
	background-color: #DDDDDD;
}

#cartstack li.active {
	background-color: #0099ec; 
}

#cartstack a.active {
	color: #fff;
	font-weight: bold;
}

#cartstack a {
	display:block;
	color: #000;
	text-decoration: none;
}

#cartstack-bottom {
height: 8px;
background-color: #0199EC;
}

/* body */
.breadcrumps {
	height: 40px;
	color:#0099ec;
}

/* sidebar */
#sidebar a {
	text-decoration: none;
	display: block;
}

#sidebar .top {
	background-color:#0099ec;
	color: #fff;
	text-align: center;
}

#sidebar .bottom {
	background-color:#0099ec;
	color: #fff;
	height: 5px;
	text-align: center;
}

#sidebar .sidebar-empty {
	background-color: #B4C7D5;
	height: 7px;
}

#sidebar .row {
	background-color: #fff;
	border-bottom: dotted gray 1px;
	padding: .2em .2em .2em .4em;
}

#sidebar .alphabetrow-container {
	border-bottom: 0px;
}

#sidebar .alphabetrow {
	background-color: #0099ec;
	font-size: 1.5em;
	text-align: center;
	width: 50px;
	float: left;
	border-bottom: dotted white 1px;
}

#sidebar div.active {
	background-color: #0099EC !important;
}

#sidebar .alphabetrow-first {
	margin-left: 45px;
	border-right: dotted white 1px;
}

#sidebar a.row {
	color:#0099ec;
}

#sidebar .row a.alphabet {
	color: #fff;
}
#sidebar .row a.alphabet.active{
	color: #0099EC;
}
#sidebar .catrow a {
	font-weight: bold;
}
#sidebar .catrow.selected a {
	background: url(../site_images/arrow.png) no-repeat left;
	padding-left: 15px;
}
#sidebar .catrow.selected.active a {
	background: url(../site_images/arrow_white.png) no-repeat left;
	padding-left: 15px;
}
#sidebar .active a {
	color: #fff;
}
#sidebar .subrow, #sidebar .catrow.selected  {
	background-color: #fff !important;
}
#sidebar .catrow.selected.active {
	background-color: #0099EC !important;
}
#sidebar .subrow a {
    padding-left: 1em;
}
#sidebar .subrow {
    margin-left: 1.2em;
}
#sidebar a:hover {
	color: #000099 !important;
}
#sidebar.transparent .row {
	background-color: #e8e8e8;
}
#content {
    width: 500px;
    font-size: 1.2em;
}

#content p {
    line-height: 1.8em;
    text-align: justify;
}

h2 {
color: #0099EC;
font-size: 1.5em;
font-weight: bold;
}

#sidebar .alphabetrow.active {
    background-color: #fff !important;
}

#sidebar .alphabetrow-container {
    padding: 0 !important;
}
