@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	margin:0;
}

h1, h2, h3, h4, h5, p, li, th, td, div {
	font-family: 'Roboto', Arial, sans-serif ;
	font-weight:normal;
}

.container {
	max-width:960px;
	margin:0 auto;
}

.navbar-fixed-top {
	background: #0076CD;
	height:60px;
}

.navbar-fixed-top .nav-bar {
	float:right;
	margin:0;
	padding:0;
	padding-right:10px;
}

.navbar-fixed-top ul.nav-bar li {
	display:inline;
	list-style:none;
	padding-left:10px;
}

.navbar-fixed-top .nav-bar > li > a  {
    font-size:.80em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight:500;
}

.navbar-fixed-top .nav-bar > li > a:hover {
    color: #FFFD2E;
	text-decoration:underline;
}

.navbar-fixed-top .nav-bar > li > a.active {
	color: #FFFD2E;
}

.nav-bar > li > a {
	line-height: 1em;
    position:relative;
	top:20px;
	text-decoration:none;
	z-index:1001
}

.header {
	margin:0;
	text-align:left;
	width:100%;
	position:relative;
	top:-60px;
	z-index:1000;
}

.header img {
	width:15%
}

#sh_cart h1 {
	font-size:24px;
	font-weight:700;
	color:#E20641;
}

#sh_cart p, #sh_cart .form {font-size:1.2em;}

#sh_cart a:link, #sh_cart a:visited, .backto a:link, .backto a:visited {
	color: #466eb5 !important;
}

#sh_cart a:hover, #sh_cart a:active, #sh_cart .ui-tabs-nav a, .backto a:hover {
	color: #333333 !important;
	text-decoration:none !important;
}

#sh_cart p {
	line-height: 1.45em;
	margin: 0.2em 0 0.8em;
	padding: 0;
}


#sh_cart h2 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 .8em 0;
}
