body,
input,
textarea,
button{
	font-family: arial, tahoma, sans-serif;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
body{
	font-size: .75em;
	background-image: url(../../images/background_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

input,
textarea,
button{
	font-size: 100%;
}

input.text,
textarea{
	border: 1px solid #CCC;
	padding: .1em;
}

input.error,
textarea.error{
	background-color: #F0F0F0;
}

form{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #0a2b89;
}

a:hover{
	text-decoration: underline;
}

.print{
	display: none;
}

.required{
	color: #F00;
	margin-left: .1em;
}

div.error{
	color: #F00;
	font-weight: bold;
}

div.feedback{
	color: #008000;
	font-weight: bold;
}

button{
	border: 1px solid #369;
	background-color: transparent;
	font-weight: bold;
	color: #369;
}

h1,
.sys-Heading1{
	font-size: 2.3em;
	font-weight: normal;
	margin-top: 0;
	color: #FF8400;
}

h2,
.sys-Heading2{
	font-size: 1.2em;
}

h3,
.sys-Heading3{
	font-size: 1em;
	margin: 1em 0 0.25em 0;
	padding: 0;
}

img{
	border: 0;
}

img.border{
	border: 1px solid black;
}

img.icon{
	width: 16px;
	height: 16px;
}

img.icon.text{
	vertical-align: middle;
	margin-right: .3em;
}

div.spacer{
	height: 1em;
}

div.content div.spacer{
	height: 0;
}

/* framework styles */
div#validate {
	width: 823px;
	margin: auto;
	padding: 10px;
	border: 1px dotted #ccc;
}

div.framework{
	width: 843px;
	margin: auto;
	background-image: url(../../images/background_3col.gif);
	color: #333;
}

div.framework.one-column{
	background-image: none;
}

div.framework.two-columns-left{
	background-image: url(../../images/background_2col_left.gif);
}

div.framework.two-columns-right{
	background-image: url(../../images/background_2col_right.gif);
}

div#left-column{
	float: left;
	width: 176px;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}

div.content{
	float: left;
	width: 370px;
	padding: 20px;
	margin: 0 0 0 7px;
	min-height: 35em;
	overflow: hidden;
	background-color: #fff;
}

div.content div#printer-version{
	cursor: pointer;
	float: left;
	clear: both;
	color: #0a2b89;
	margin: 1em 0 0 0;
	
}

div.content.one-column {
	width: 840px;
}

div.content.two-columns {
	width: 620px;
}
div.content table td {
	vertical-align: top;
}
div#tip {
	margin-top: 2em;
	border-top: 1px dotted #ddd;
	padding: 1em 0 1em 0;
}

div#tip input.text{
	margin-right: 2em;
	width: 20%;
}

div#tip span{
	font-weight: bold;
	margin-right: 2em;
}

div#user-info{
	color: white;
	float: right;
}

div#user-info span.username{
	font-weight: bold;
}

div#user-info button{
	color: white;
	padding: 0;
	border: 0;
	cursor: pointer;
}

div#print-page,
div#close-window{
	display: none;
}

div#right-column{
	float: left;
	width: 230px;
	padding: 20px 10px 10px 10px;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
}

div#header{
	margin: 0;
	padding: 0 0 7px 0;
	background-color: #E0E0E0;
}

img#logo-screen{
	width: 160px;
	height: 66px;
	margin: 0 0 10px 5px;
	float: left;
}

img#logo-print{
	width: 168px;
	height: 99px;
}

div#footer{
	clear: both;
	margin: 0;
	padding: 2px 0;
/*	padding: .25em 1em .25em 1em;*/
	color: #fff;
	height: 24px;
	background-image: url(../../images/background_footer.gif);
	background-repeat: no-repeat;
}

div#footer a{
	color: #fff;
	text-decoration: underline;
}

div#left-column p, div#right-column p{
	margin: 0 0 1em 0;
}
/* end framework styles */

/* frame styles */
div.outer {
	color: #fff;
	background-color: #959EBB;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	font-size: 1em;
	width: 230px;
}
div.outer.campaign {
	background-color: #FF8A00;
	width: 300px;
}
div.outer.campaign right{
	background-color: #FF8A00;
	float: right;
	width: 230px;
}
div.outer h4{
	font-weight: bold;
	padding: 0 0 5px 5px;
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
}

div.inner {
	background-color: #fff;
	padding: 1em;
	margin: 0 1px 10px 1px;
	overflow: hidden;
	font-weight: normal;
}

fieldset {
/*	padding: 5px;*/
	font-size: 0.9em;
}

legend {
	color: #0D2E8A;
	font-weight: bold;
}
/* end frame styles */

/* errorhandler styles */
div#errorhandler h2{
	margin: 0;
	color: #F00;
}
/* end errorhandler styles */

/* menu styles */
ul.menu a,
ul.menu div{
	text-decoration: none;
}

ul.menu,
ul.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu.horizontal{
	width: 838px;
	height: 32px;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: #959ebb;
/*	background-image: url(../../images/bg_menu_main.gif);
	background-repeat: no-repeat;*/
	text-transform: uppercase;
/*	clear: both;*/
	overflow: hidden;
	font-size: 0.9em;
}

ul.menu.horizontal li{
	display: inline;
}

ul.menu.horizontal a,
ul.menu.horizontal div{
	color: #FFF;
	padding: 3px 3px 0px 30px;
	margin: 0 4px 0 0;
	float: left;
	background-image: url(../../images/menu_button.gif);
	background-repeat: no-repeat;
/*	width: 82px;*/
	width: 102px;
	height: 29px;
	vertical-align: middle;
	text-align: center;
}

ul.menu.horizontal a:hover,
ul.menu.horizontal li.path a,
ul.menu.horizontal li.path div{
	text-decoration: none;
	background-image: url(../../images/menu_button_path.gif);
	background-repeat: no-repeat;
}

ul.menu.vertical{
	margin: 6px;
	padding: 0;
	width: 164px;
/*	padding: 6px;
	margin: 0;
	background-color: #F6B121;
	background-image: url(../../images/menu_raster.gif);
	background-repeat: repeat-x;*/
}

ul.menu.vertical li{
	margin: 0;
	padding: 0;
}

ul.menu.vertical a,
ul.menu.vertical div{
	color: #fff;
	display: block;
	padding: 3px 10px 3px 10px;
	width: 144px;
	text-decoration: none;
}

ul.menu.vertical li.path li{
	margin: 0;
}

ul.menu.vertical li.path a,
ul.menu.vertical li.path div{
}

ul.menu.vertical li.path li a,
ul.menu.vertical li.path li div{
	font-weight: normal;
	padding-left: 30px;
	width: 124px;
}

ul.menu.vertical li.path li.path li a,
ul.menu.vertical li.path li.path li div{
	padding-left: 40px;
	width: 114px;
}

ul.menu.vertical li.path li.path li.path li a,
ul.menu.vertical li.path li.path li.path li div{
	padding-left: 50px;
	width: 104px;
}

ul.menu.vertical li.path li a.active.bullet,
ul.menu.vertical li.path li div.active.bullet,
ul.menu.vertical a.active.bullet.right,
ul.menu.vertical div.active.bullet.right{
	background-image: url(../../images/bullet.gif);
}

ul.menu.vertical a.active.bullet.right,
ul.menu.vertical div.active.bullet.right{
	background-position: 181px;
}

ul.menu.vertical li.path li a.active.bullet.left,
ul.menu.vertical li.path li div.active.bullet.left{
	background-position: 10px;
}

ul.menu.vertical li.path li.path li a.active.bullet.left,
ul.menu.vertical li.path li.path li div.active.bullet.left{
	background-position: 20px;
}

ul.menu.vertical li.path li.path li.path li a.active.bullet.left,
ul.menu.vertical li.path li.path li.path li div.active.bullet.left{
	background-position: 30px;
}

ul.menu.vertical a:hover{
	color: #000;
	background-color: #E0E0E0;
	text-decoration: none;
}

ul.menu.vertical a.active,
ul.menu.vertical div.active{
	color: #000;
	background-repeat: no-repeat;
	background-color: #E0E0E0;
}

ul.menu a.active span#bullet,
ul.menu div.active span#bullet{
	float: right;
	font-weight: bold;
}

ul.menu.top{
	margin: 5px 12px 0 0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
	float: right;
}

ul.menu.top li{
	display: inline;
	margin: 0 0 0 15px;
}

ul.menu.top li a{
	text-decoration: underline;
	color: #0E2F8A;
}
/* end menu styles */

/* items styles */
div.item{
/*	border-top: 1px solid #CCC;*/
	padding: 1em 0 1em 0;
	clear: both;
	margin: 0;
	height: 100%;
}

div.item img{
	float: left;
}

div#item div.related{
	clear: both;
}

div.item.first{
	border: 0;
	padding-top: 0;
}

div.item img{
	margin: 0 10px 10px 0;
}

div.item h2{
	margin: 0 0 12px 0;
	font-size: 2em;
	font-weight: normal;
	color: #FF8400;
}

div#item h2,
div#relatedcontent h2{
	margin: 1em 0 0 0;
}

div.byline{
	font-size: .8em;
}

div.item p{
	margin: .5em 0 0.5em 0;
}

div.read-more{
	text-align: right;
}

div#item h1{
	margin-bottom: .2em;
}

div.outer h1{
	font-size: 1.3em;
	color: #fff;
	margin: 0;
	padding: 0 0 2px 0;
	text-align: center;
	font-weight: bold;
}

div#relatedcontent div#images,
div#item div#images{
	/* float: right; */
	padding: 0;
	margin: 0;
}

div#relatedcontent div#images div.image,
div#item div#images div.image{
	background-color:#E0E0E0;
	margin: 0 0 2em 0;
}

div#relatedcontent div#images div.image div.text,
div#item div#images div.image div.text,
.sys-Imagetext{
	font-size: .9em;
	margin: 0;
	padding: 0px;
}

div#item div#preface{
	font-weight: bold;
	margin: 1em 0;
}
/* end items styles */

/* list styles */
table.list{
	width: 100%;
}

table.list input.text,
table.list textarea{
	width: 90%;
}

table.list input.radio{
	vertical-align: middle;
}

table.list th{
	text-align: left;
	background-color: #DDD;
}

table.list.form td{
	vertical-align: top;
}

table.list.form button{
	margin-right: .3em;
}

table.list td.error{
	color: #F00;
	padding-bottom: 0;
}

table.list label.help{
	cursor: default;
	border-bottom: 1px dotted;
}

table.list tr.separator td{
	font-size: 50%;
}

table.list tr.form-separator div{
	padding-bottom: .2em;
	border-bottom: 1px solid #CCC;
	margin: .5em 0 .5em 0;
	font-weight: bold;
}

table.list tr.dark td{
	background-color: #F0F0F0;
}

table.list th,
table.list td{
	padding: .2em .4em .2em .4em;
}

table.list th.nowrap,
table.list td.nowrap{
	white-space: nowrap;
}

table.list th.right,
table.list td.right{
	text-align: right;
}
/* end list styles */

/* navigation menu styles */
div#navigation-header{
	padding: .2em .4em .2em .4em;
	margin: 0;
}

ul#navigation-menu{
/*	border-top: 1px solid #eee;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #999;
	clear: both;
}

ul#navigation-menu li{
	display: inline;
	padding: .2em .1em .2em .1em;
}

ul#navigation-menu li.numbers.active{
	font-weight: bold;
	color: #000;
}
/* end navigation menu styles */

/* filelist styles */
div#tree-menu{
	float: left;
	width: 29%;
	margin-right: 10px;
}

div#tree-menu a.active{
	background-color: #DDD;
	padding: 1px;
}

table.list.file-list{
	width: 69%;
}
/* end filelist styles */

/* Jernia tip */
div.tip-small {
	color: #364369;
	background-color: #E0E0E0;
/*	padding: 5px 0;*/
	padding: 0;
}
div.tip-small h4{
	margin: 0;
	padding: 10px 10px 3px 10px;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}

div.tip-small div{
	margin: 0;
	padding: 3px 10px 10px 10px;
	overflow: hidden;
	font-size: 0.9em;
}
/* end Jernia tip */

/* current path */
div.path-container {
	margin: 0 0 0 183px;
	background-color: #fff;
	padding: 5px 0 0 0;
	background-image: url(../../images/background_path.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div.current-path {
	color: #fff;
	padding: 5px 0;
	margin: 10px 10px 0 10px;
}

div.current-path span{
	margin: 0;
	padding: 0 0 0 10px;;
	font-weight: bold;
}
div.current-path a{
	color: #fff;
}
/* end current path */

/* products */
table.products {
	width: 100%;
	border-top: 1px solid #adb0b9;
}
table.products td.product-thumb-odd {
	vertical-align: top;
	padding: 2px 0 2px 20px;
	width: 90px;
}

table.products td.product-thumb-even {
	vertical-align: top;
	padding: 2px 0 2px 50px;
	width: 90px;
}

table.products td.product-thumb-odd div.thumb,
table.products td.product-thumb-even div.thumb{
	border-bottom: 1px solid #adb0b9;
	height: 80px;
}

table.products td.product-details-odd {
	vertical-align: top;
	padding: 2px 0 0 0;
	font-size: 0.9em;
}

table.products td.product-details-even {
	vertical-align: top;
	padding: 2px 0 0 0;
	font-size: 0.9em;
}
table.products td.product-details-odd div.details,
table.products td.product-details-even div.details{
	border-bottom: 1px solid #adb0b9;
	width: 145px;
	height: 80px;
}
div.price {
	color: #1a3376;
	font-size: 2.0em;
}
.price-text {
	font-weight: bold;
}
.price-campaign {
	color: #FF8A00;
	font-size: 2.5em;
	font-weight: bold;
	padding: 0;
	display: block;
	float: left;
}
.oldprice-campaign {
	font-weight: bold;
}
.oldprice-campaign-line {
	background-image: url(../../images/oldprice-line.gif);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	color: #000;
	line-height: 20px;
	display: block;
	float: left;
}
div.product{
	border-top: 1px solid #FF8A00;
	padding: 1em 0 1em 0;
	clear: both;
	margin: 0;
}

div.product.first{
	border: 0;
}

div.product img{
	margin: 0 10px 10px 0;
	float: left;
}

div.product a{
}

/*div.product div.price {
	font-weight: bold;
	font-size: 2.5em;
	position: relative;
	left: 1px;
	top: 1px;
	color: #666;
}
div.product div.price span.shadow {
	position: absolute;
	left: 83px;
	top: -1px;
	color: #FF8A00;
}

div#item div.price {
	font-weight: bold;
	font-size: 2.5em;
	position: relative;
	left: 1px;
	top: 1px;
	color: #666;
}
div#item div.price span.shadow {
	position: absolute;
	left: -2px;
	top: -1px;
	color: #FF8A00;
}*/

/* end products */

div#gift-card {
	padding-top: 100px;
	background-image: url(images/gift_card.jpg);
	background-repeat: no-repeat;
}

ul.spots{
	margin: 0;
	padding: 0;
}

ul.spots li{
	list-style: none;
}

div.teaser-image {
	background-repeat: no-repeat;
	padding: 5px 0;
	margin: 0 0 5px 0;
}

div.menu-container {
	padding: 5px 0;
	background-color: #959ebb;
}

div.menu-container.campaign {
	background-color: #F6B121;
	background-image: url(../../images/menu_raster.gif);
	background-repeat: repeat-x;
}

div#header div.menu-container {
	clear: both;
	padding: 5px 0;
	background-color: #959ebb;
}

table.navigation-top {
	width: 100%;
}
.handheld {
	display: none;
}
div.main {
	float: left;
	width: 355px;
}
