/*--------------
GENERAL ELEMENTS
---------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

body, p, td, ul, ol, ul, li, dl, dt, dd, div, input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
}

body, p, ul {
	line-height: 140%;
}

body.print, body.print p, body.print td {
	font-family: "Times New Roman";
	font-size: 11pt;
}

body.print h1 {
	font-family: Verdana;
	font-size: 15pt;
}

body.print h2 {
	font-family: Verdana;
	font-size: 13pt;
}

select input {
	background: #fff;
	color: #000;
}

a {
	color: #7b7b7b;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: 0px;
}

h1 {
	color: #7b7b7b;
	margin-top: 18px;
	margin-bottom: 4px;
	font-size: 15px;
}

h2 {
	color: #7b7b7b;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

hr {
	display: block;
	clear: both;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	margin: 6px 0;
	_margin: -5px 0;
}
a.bt {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	position: static;
	
	cursor:pointer;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	padding: 3px 6px;
	text-align: center;
} 
a.bt, a.bt.disabled:hover {
	color: #000;
	background: #fff url('../gfx/bt_bg.gif') repeat-x;
	border: 1px solid #666;	
}
a.bt:hover {
	background: #eee url('../gfx/bt_bg_h.gif') repeat-x;
	border: 1px solid #333;		
}
a.bt.green, a.bt.green.disabled:hover {
	color: #fff;
	background: #7dc931 url('../gfx/btg_bg.gif') repeat-x;
	border-color: #5c7147;
}
a.bt.green:hover {	
	color: #fff;	
	background: #7dc931 url('../gfx/btg_bg_h.gif') repeat-x;
	border-color: #83a066;
}
a.bt.red, a.bt.red.disabled:hover {
	color: #fff;
	background: #bf1919 url('../gfx/btr_bg.gif') repeat-x;	
	border-color: #7c0f0f		
}
a.bt.red:hover {	
	color: #fff;	
	background: #B81818 url('../gfx/btr_bg_h.gif') repeat-x;
	border-color: #760e0e;
}
a.bt.disabled, a.bt.disabled:hover, a.bt.green.disabled:hover, a.bt.red.disabled:hover {
	color: #999;
}
a.bt.block {
	margin-top: 2px;
}
.alternaterow {
	background: #eee;
}

.important {
	color: #f00;
}

.helpitem {
	font-size: 9px;
	color: #777777;
}

.searchbox {
	background: #fff url('../gfx/search_gray.gif') no-repeat 4px 5px;	
	padding-left: 18px;
	font-size: 15px; 
	border: 1px solid #777;
}

ul {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0;
}

form {
	display: inline;
}

.primaryseparatortop, tr.primaryseparatortop td {
	border-top: 1px solid #f00;
}

.primaryseparatorbottom, tr.primaryseparatorbottom td {
	border-bottom: 1px solid #f00;
}

.secondaryseparatortop, tr.secondaryseparatortop td {
	border-top: 1px solid #eee;
}

.secondaryseparatorbottom, tr.secondaryseparatorbottom td {
	border-bottom: 1px solid #eee;
}

.error {
	display: block;
	background: #f00;
	color: #fff;
	padding: 4px;
	margin: 5px 0;
	font-size: 13px;
	text-align: center;
	border: 1px solid #600;
	font-weight: bold;
}

.info {
	display: block;
	background: #eee;
	color: #7b7b7b;
	padding: 4px;
	margin: 5px 0;
	font-size: 13px;
	text-align: center;
	border: 1px solid #7b7b7b;
	font-weight: bold;
}

.notice {
	background-color: #ff9;
	border: 1px solid #666;
	border-width: 1px 0;
	padding: 5px;	
}
.notice a {
	text-decoration: underline;
}
.breadcrumbs {
	color: #7b7b7b;	
	padding-top: 6px;
}
.breadcrumbs a {
	text-decoration: underline;	
}

.hover tr:hover td {
	background-color: #efefef; 	
}
.infotable {
	border-bottom: 1px solid #f00;
}
.infotable th {
	color: #f00;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;	
	text-align: left;
	border-bottom: 1px solid #f00;
}
.infotable td {
	border-bottom: 1px solid #ddd;
}


/*--------------
HEADER
---------------*/
#header {
	height: 55px;
}

#overall_logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

.o_logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

#canon_logo {
	position: absolute;
	top: 20px;
	right: 15px;
}

.c_logo {
	position: absolute;
	top: 20px;
	right: 15px;
}

#customernavigation img {
	margin: 0 10px;
}

.popuptable {
	border: 1px solid #7b7b7b;
	background: #fff;
	visibility: hidden;
	position: absolute;
	top: 55px;
}

.popuptableheader {
	background: #7b7b7b;
	color: #fff;
	font-weight: bold;
}

.popuptable a {
	display: block;
}


/*--------------
MAIN NAVIGATION
---------------*/
#leftColumn {
	width: 200px;
	border-right: 1px dashed #ddd;
}

#languagelogincontainer {
	width: 158px;
}

#login {
	float: left;
	margin-bottom: 7px;
	padding-left: 9px;
}

#sellanguage {
	float: right;
	text-align: right;
	margin-bottom: 7px;
	color: #7b7b7b;
}

#searchbox {
	margin-bottom: 10px;
}

#searchbox input {
	vertical-align: middle;
}

.mainmenuitem {
	clear: both;
	text-align: left;
}

.mainmenuitem a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #7b7b7b;
}

.mainmenuitem img {
	float: right;
	border: 0px;
}

.childmenuitem {
	clear: both;
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 150%;
}

.childmenuitem a {
	text-decoration: none;
	color: #7b7b7b;
}

#leftColumn .spacer {
	margin-top: 12px;
}


/*--------------
CONTENT
---------------*/
#middle .spacer {
	margin: 15px;
}

#middleLayout {
	height: 100%;
}

#middleLayout td.layout {
	border-right: 1px dashed #ddd;
	height: 100%;
}

.productListing {
	clear: both;
	width: 510px;
}

.productlisting img {
	margin-top: 5px;
}

#clearer {
	clear: both;
}


/*--------------
FOOTER
---------------*/
#footer {
	height: 25px;
	text-align: center;
	background: #7b7b7b;
	color: #fff;
	margin-top: 30px;
}

#footer p {
	margin: 5px 0px 0px 0px;
}

/*
OvernetLabel
*/
.info-bg {
	background-image: url('info.gif');
}
.error-bg {
	background-image: url('error.gif');
}

.top-left, .top-right {
	margin-top: 2px;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	height: 20px;
	font-size: 2px;
}

.top-left, .bottom-left {
	margin-right: 21px;
}

.top-right, .bottom-right {
	margin-left: 21px;
	margin-top: -20px;
}
.top-right {
	background-position: 100% 0;
}
.bottom-left {
	background-position: 0 -20px;
}
.bottom-right {
	background-position: 100% -20px;
}
.inside {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.inside, .inside p {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.info-inside {
	border-left: 2px solid #9C3;
	border-right: 2px solid #9C3;
	color: #690;
}
.info-inside a {
	color: #690;
	text-decoration: underline;
}

.error-inside {
	border-left: 2px solid #c00;
	border-right: 2px solid #c00;
	color: #c00;
}
.error-inside a {
	color: #c00;
	text-decoration: underline;
}
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

ul.arrowlist_small {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.arrowlist_small li {
	background: url('../gfx/arrow_right_tiny.gif') no-repeat left 3px;
	padding-left: 10px;
	color: #7b7b7b;
	font-weight: bold;
	margin-bottom: 3px;
}

.treeviewHeader {
	color: #7b7b7b;
	font-weight: bold;
	margin-bottom: 4px;
	background: url('../gfx/treeview_plus.gif') no-repeat left 3px;
	padding-left: 13px;
	cursor: pointer;
}

.treeviewContent {
	margin-bottom: 8px;
	padding-left: 13px;
	display: none;
	line-height: 140%;
}
