/* =Reset Elements
*********************************** */
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
/* table { border-collapse: collapse; border-spacing: 0; } */
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

/* =Body styles
*********************************** */
body {
	margin: 0;
	padding: 0;
	background: #003366;
	text-align: center;
}

.clear { clear: both; }
.innertube { margin: 12px; }

/* =Text elements 
*********************************** */
body { 	color: #444; font: normal 0.74em/ 1.5em calibri, arial, sans-serif; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#444;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;line-height: 1;}
h3 {font-size:1.5em;line-height:1.5;margin-bottom:0em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:.5em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:0 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:0 0 1.5em 1.5em; }
p img.border { padding: 5px; background: #fff; border: 1px solid #ddd; }
a:focus, a:hover {color:#333;}
a { color:#136887; text-decoration:underline; } 
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.error {color:#900;}
img, a img { border: none; }

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: none;
}

/* =Custom Text elements 
*********************************** */
p.alert {
	background: #FBEEF1 url(/css/layout/exc.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #FEABB9;
	border-bottom: 1px solid #FEABB9;
}

p.info {
	background: #F8FAFC url(/css/layout/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 1px solid #B5D4FE;
	border-bottom: 1px solid #B5D4FE;
}

p.frontTop img, p img.pThumb {
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
}

.required { color: red;}

.t-right {
	text-align: right;
}

.t-center {
	text-align: center;
}

p.productListTitle {
	margin: 0; 
	padding: 0;
}

p.productListPrice, .price {
	margin: 0; 
	padding: 0;
	color: #cc3333;
}

p.productPriceRow {
	font-size: 1.5em;
}

.breadcrumbs p {
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	background: transparent;
	color: #333;
	line-height: 28px;	
}

#sidenav p { padding-top: 5px; padding-left: 5px;}

.ordPrice {
	color: #444;
	text-decoration: line-through;
	font-weight: normal;
}

/* =Custom Headers
*********************************** */
#header h1 {
	margin: 0;
	padding: 0;
}

.cartHeader, 
.navProductHeader, 
.navLinkHeader,
.listTitle,
.similar {
	clear: both;
	padding-left: 5px;
	color: #fff;	
	line-height: 28px;
}

.cartHeader {
	background: #003366;
}

.listTitle, .similar, .navProductHeader  {
	background: #006699;
}

.navLinkHeader {	
	background: #6699CC;
}

.kassan {
	margin-top: 1em;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #ccc;
	background: url('/css/layout/bg-th.png') repeat-x left bottom; 
	color: #333;
	line-height: 32px;
}

/* =Custom Lists 
*********************************** */
ul.categoryNavList, 
ul.linkNavList {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
	line-height: 26px;
}

ul.categoryNavList li, 
ul.linkNavList li {
	margin: 0;
	padding: 0 0 0 18px;	
	border-bottom: 1px solid #ddd;
}

ul.categoryNavList li {
	background: url('/css/bullets/bullet_triangle_red.gif') no-repeat 5px 9px;
}

ul.linkNavList li {
	background: url('/css/bullets/bullet_triangle_dark.gif') no-repeat 5px 9px;
}

ul.categoryNavList li a, 
ul.categoryNavList li a:visited,
ul.linkNavList li a,
ul.linkNavList li a:visited {
	text-decoration: none;
	font-weight: bold;
}

ul.categoryNavList li a:hover, 
ul.linkNavList li a:hover {
	text-decoration: underline;
}

ul.productInfoList {
	margin-left: 2em;
}

/* =Layout 
*********************************** */
body.popper {
	margin: 20px;
	padding: 0;
	background-color: #fff;
	background-image: none;
	text-align: left;
}

#container {
	width: 910px;
	margin: 0 auto 2em auto;
	background: #fff url('/css/layout/body-top-bg.gif') no-repeat center top;
}

#header {
	position: relative;
	height: 135px;
	text-align: left;
}

#flags {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 40px;
	margin: 0 auto;	
	background: transparent;
	text-align: left;
}

#flags img {
	padding: 2px 0 0 2px;
}

#middleWrapper {	
	background: transparent url('/css/layout/body-bg.gif') repeat-y center top;
}

/* total width = 640px */
#main {
	width: 651px;
	float: right;
	margin-bottom: 2em;
	background: url('/css/layout/main-bg.gif') repeat-y left top;
	text-align: left;
}

#mainTube {
	margin: 0 25px 0 16px;
	padding-bottom: 2em;	
}

#mainBottom {
	width: 651px;
	height: 10px;
	background: transparent url('/css/layout/main-bottom-bg.gif') no-repeat left bottom;	
}

/* total width = 240px */
#sidenav {
	width: 251px;
	float: left;
	clear: left;
	background: url('/css/layout/sidenav-bg.gif') repeat-y left top;
	text-align: left;	
}

#sidenavTube {
	margin: 0 11px 0 20px;
	padding-bottom: 2em;
}

#sidenavBottom {
	width: 251px;
	height: 10px;
	float: left;
	clear: left;
	background: transparent url('/css/layout/sidenav-bottom-bg.gif') no-repeat left bottom;
}

#bodyBottom {
	clear: both;
	width: 910px;
	height: 50px;
	margin: 0 auto 0 auto;
	background: url('/css/layout/body-bottom-bg.gif') no-repeat left top;
}

#footer {
	clear: both;
	width: 910px;
	margin: 0 auto 0 auto;
	border-bottom: 5px solid #002b55;
	background: #fff;
	text-align: center;	
}

#footer .box {
	float: left;
	width: 180px;
	margin-left: 1em;
	text-align: left;	
}

#footer .firstBox {
	float: left;
	width: 90px;
	margin-left: 1em;
	text-align: left;
}

#footer hr {
	width: 890px;
	margin: 1em auto;
}

#footer h3, #footer p {
	color: #666;
}

.productInfoBox {
	float: right;
	width: 280px;
}

.cartTube {
	margin-bottom: 1em;
	padding: 1em;	
	border: 1px solid #ccc;
}

/* =ProductList
*********************************** */
.productListItem {
	margin-top: 1em;
}

table.productListTable {
	width: 100%;
	text-align: center;	
}

table.productListTable td {
	width: 100px;
	margin: 0;
	padding: .5em;
	border: 1px solid #ddd;
	background: #fff;
}

table.productListTable td.empty {
	border: 0;
}

/* =Navcart
*********************************** */
.table_cart th {
	background: url('/css/layout/bg-th.png') repeat-x left bottom;
}

.table_cart tr.row {
	background: url('/css/layout/bg-row.png') repeat-x left bottom;
}

.table_cart tr.flatrow {
	background: #fff url('/css/layout/stripes.png') repeat left top;
}

.table_cart th,.table_cart td,.table_payOptions td {
	padding: 5px 5px;
	border-bottom: 1px solid #ddd;
	line-height: 14px;
}

.table_payOptions td {
	line-height: 1.5em;
}

.table_cart td.removeFromCart {
	vertical-align: bottom;
}

td.noborder {
	border: 0;
}

td.nobg {
	border: 0;
	background-color: #fff;
	background-image: none;
}

/* =Form Styles
*********************************** */
.inputText {
	width: 250px;
	padding: 3px 0;
}

ul.cart_confirm {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul.cart_confirm li {
	clear: both;
	line-height: 2em;
}

ul.cart_confirm li label {
	width: 100px;
	float: left;
	margin-right: .5em;
	text-align: right; 
}


