/** 
* 84.5% for !IE, keywords for IE 
* Percents could work for IE, but for backCompat purposes, we are using 
keywords. 
* x-small is for IE < 6 and IE6 quirks mode. 
* 
*/ 
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;} 
table {font-size:inherit;font:100%;} 

/** 
* 99% for safari; 100% is too large 
*/ 
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} 

/** 
* Bump up !IE to get to 13px equivalent 
*/ 
pre, code {font:115% monospace;*font-size:100%;} 

/** 
* Default line-height based on font-size rather than "computed-value" 
* see: http://www.w3.org/TR/CSS21/visudet.html#line-height 
*/ 
body * {line-height:1.4em;} 

.size26 { font-size: 197%;} /*renders 26px */ 
.size25 { font-size: 189%;} /*renders 25px */ 
.size24 { font-size: 182%;} /*renders 24px */ 
.size23 { font-size: 174%;} /*renders 23px */ 
.size22 { font-size: 167%;} /*renders 22px */ 
.size21 { font-size: 159%;} /*renders 21px */ 
.size20 { font-size: 152%;} /*renders 20px */ 
.size19 { font-size: 144%;} /*renders 19px */ 
.size18 { font-size: 136%;} /*renders 18px */ 
.size17 { font-size: 129%;} /*renders 17px */ 
.size16 { font-size: 122%;} /*renders 16px */ 
.size15 { font-size: 114%;} /*renders 15px */ 
.size14 { font-size: 107%;} /*renders 14px */ 
.size13 { font-size: 100%;} /*renders 13px */ 
.size12 { font-size: 92%;} /*renders 12px */ 
.size11 { font-size: 85%;} /*renders 11px */ 
.size10 { font-size: 77%;} /*renders 10px */

.margin05 { margin: 0 5px;}
.margin50 { margin: 5px 0;}
.margin010 { margin: 0 10px;}
.margin100 { margin: 10px 0;}
.margin5505 { margin: 5px 5px 0 5px;}
.margin1010010 { margin: 10px 10px 0 10px;}

/* ---------------------------------------------------------------------------- */
/* bace */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

body {
	background: #efefef;
	color: #646464;
}
a:link {
	color: #043a80;
	text-decoration: underline;
}
a:visited {
	color: #043a80;
	text-decoration: underline;
}
a:hover {
	color: #043a80;
	text-decoration: none;
}
a:active {
	color: #043a80;
	text-decoration: none;
}
img{
	border: 0;
}
td,th {
	vertical-align: top;
}
strong {
	font-weight: bold;
}
.clear{
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.bold {
	font-weight: bold;
}
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #ffffff;
}

/* ---------------------------------------------------------------------------- */
/* div#header */
#header {
	width: 740px;
	height: 65px;
}

/* ---------------------------------------------------------------------------- */
/* div#main */
#main {
	width: 700px;
	padding: 10px;
	margin: 0 auto;
}
#main h3 {
	border-left: 5px solid #466bb1;
	border-bottom: 1px solid #466bb1;
	padding: 0 0 0 5px;
	margin: 10px 10px 5px 10px;
	font-weight: bold;
}
#main h4 {
	margin: 5px 0 0 11px;
	font-weight: bold;
}
a.outlink {
	background: url(../layout/IvySOHO/images/html/main/ya3.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
ul.number {
	width: 690px;
	margin:  0 0 0 5px;
}
.number li {
	margin:  0 0 10px 10px;
	list-style: none;
}
table.deco_table {
	color: #666666;
	width: 500px;
	margin: 10px auto 20px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
}
.deco_table th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	background-color: #E1E2E6;
}
.deco_table td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EFF2F3;
}
table.normal_table {
	color: #666666;
	border: none;
}
.normal_table td {
	padding: 5px;
	border: none;
}

/* ---------------------------------------------------------------------------- */
/* div#footer */
#footer {
	width: 740px;
	clear: both;
}

/* ---------------------------------------------------------------------------- */
/* div#main 03product */
#main h2.title_cd {
	width: 550px;
	height: 30px;
	text-indent: -9999px;
	background: url(../layout/IvySOHO/images/html/main/03product/title_cd.gif) no-repeat left top;
}
#main h2.title_dvd {
	width: 550px;
	height: 30px;
	text-indent: -9999px;
	background: url(../layout/IvySOHO/images/html/main/03product/title_dvd.gif) no-repeat left top;
}
#main h2.title_stamper {
	width: 550px;
	height: 30px;
	text-indent: -9999px;
	background: url(../layout/IvySOHO/images/html/main/03product/title_stamper.gif) no-repeat left top;
}

/* ---------------------------------------------------------------------------- */
/* div#main 04support */
#main h2.title_label {
	width: 550px;
	height: 30px;
	text-indent: -9999px;
	background: url(../layout/IvySOHO/images/html/main/04support/title_label.gif) no-repeat left top;
}
#main h2.title_package {
	width: 550px;
	height: 30px;
	text-indent: -9999px;
	background: url(../layout/IvySOHO/images/html/main/04support/title_package.gif) no-repeat left top;
}


