/* =====================================================================
*    INDEX
*    1. Reset
*    2. font
*    3. link
*    4. Global Structure
*    5. Header Structure
*    6. Footer Structure
* =================================================================== */

/* =====================================================================
*
*    1. Reset
*
* =================================================================== */

html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
/* =====================================================================
*
*    2. font
*
* =================================================================== */

body {
	font:13px/1.231;
 *font-size:small;
 *font:x-small;
}
html>/**/body {
	font-size:small;
}

body:not(:only-child:only-child){
	font:13px/1.231;
}
select, input, button, textarea, button {
	font:99%;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}

/* =====================================================================
*
*    3. link
*
* =================================================================== */

/* \*/ a {
	outline:none;
	overflow:hidden;
} /**/
/* \*/ a:focus {
	outline:none;
	overflow:hidden;
} /**/
a {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: underline;
}

/* =====================================================================
*
*    4. Global Structure
*
* =================================================================== */

div#productsContainer { height: auto; background: url('../images/bg_products.gif') repeat-x 0 0; }
div#productsContent { height: auto; padding: 30px 0 20px 20px; margin: 0 0 0 0; line-height:1.3; font-size:small; border-top:1px solid #dcdcdc; }

.txt_r { color:#cc0000; }
.txt_b { color:#0033ff; }
.txt_g { color:#484848; }
.txt_g2{ color:#666666; }
.txt_fwb{ font-weight:bold; }

/* Pagetop */
.pagetop{ margin:10px 5px 15px 5px; text-align:right; }
.pagetop a {text-decoration:none;}
.box_ptop{ margin:10px 5px 15px 5px; text-align:right; }
.box_ptop a {text-decoration:none;}


/* =====================================================================
*
*    5. Header Structure
*
* =================================================================== */

div#sharpTempHeader {
	position: relative;
	height: 40px;
	padding: 20px 0 0 20px;
	margin: 0;
}

div#sharpTempHeader div.logo {
	padding: 2px 0 0 15px;
}

div#sharpTempHeader div.home { position: absolute; top: 21px; left:176px; }

div#sharpTempHeader ul {
	position: absolute;
	top: 16px;
	right: 260px;
	font-size: 0px;
}
div#sharpTempHeader ul li img.support{ margin-top:4px; }

div#sharpTempHeader ul:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#sharpTempHeader ul {
	display: inline-block;
}

/*\*/
* html div#sharpTempHeader ul {
	height: 1%;
}

div#sharpTempHeader ul {
	display: block;
}

div#sharpTempHeader ul li {
	float: left;
	margin: 0 0 0 19px;
	display: inline;
}

div#sharpTempHeader p#globalLink {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 0;
}

div#sharpTempHeader dl {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 200px;
}

div#sharpTempHeader dl:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

div#sharpTempHeader dl {
	display: inline-block;
}

/*\*/
* html div#sharpTempHeader dl {
	height: 1%;
}

div#sharpTempHeader dl {
	display: block;
}

div#sharpTempHeader dl dt {
	float: left;
}

div#sharpTempHeader dl dt input#MF_form_phrase {
	height: 18px;
	width: 148px;
	border: 1px solid #B3B3B3;
}

div#sharpTempHeader dl dd {
	float: right;
	font-size: 0;
}

/* =====================================================================
*
*    6. Footer Structure
*
* =================================================================== */

div#sharpTempFooter {
	clear: both;
	margin:0 0 0 20px;
	padding:20px 0 31px 0;
	border-top: 3px solid #E4E4E4;
}

div#sharpTempFooter ul {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

div#sharpTempFooter ul li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 0;
	display: inline;
}

div#sharpTempFooter p {
	float: right;
	margin: 0 10px 0 0;
	display: inline;
}
