.mainbox{
	width:575px;
	height:auto;
	margin:0px;
}

.mainbox .bg{
	width:575px;
	height:31px;
	background:url("images/top_title_cut.gif") no-repeat;
}

.mainbox .bg2{
	width:575px;
	height:31px;
	background:url("images/top_title.gif") no-repeat;
}

.mainbox .bg3{
	width:575px;
	height:31px;
	background: url("images/top_title_oem.gif") no-repeat;
}

.mainbox .bg4{
	width:575px;
	height:31px;
	background:url("images/top_title_plug.gif") no-repeat;
}

.mainbox .bg5{
	width:575px;
	height:31px;
	background:url("images/top_title_encod.gif") no-repeat;
}

.mainbox .bg6{
	width:575px;
	height:31px;
	background:url("images/top_title_manager.gif") no-repeat;
}

.mainbox .bgbtm{
	width:575px;
	height:9px;
	background:url("images/bottom_title.gif") no-repeat;
}

.mainbox .bgbtm2{
	width:575px;
	height:8px;
	background:url("images/bottom_title.gif") no-repeat;
}

.mainbox .title{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:8px 0px 0px 40px;
	margin:0px;
}

.mainbox .productbox{
	height:175px;
	margin:0px;
	padding:0px;
	border-left:1px #767676 solid;
	border-right:1px #767676 solid;
}

.mainbox .leftbox{
	width:160px;
	height:175px;
	margin:0px;
	padding:0px;
	float:left;
}

.mainbox .rightbox{
	width:410px;
	height:175px;
	margin:0px;
	padding:0px;
	float:right;
}

.mainbox .logo{
	width:300px;
	height:90px;
	margin:0px;
}

.mainbox .online{
	width:85px;
	height:75px;
	padding-top:2px;
	margin-right:5px;
	float:right;
}

.mainbox .price_sub1{
	width:280px;
	height:40px;
	padding-top:5px;
	margin:0px;
}

.mainbox .price_sub2{
	width:350px;
	padding:0px;
	margin-top:10px;
	margin-bottom:15px;
}

.mainbox .price_sub3{
	width:275px;
	padding:0px;
	margin:0px;
}


.mainbox .subbox{
	width:551px;
	height:auto;
	padding:10px 0px 0px 20px;
	margin:0px;
	border:1px #767676;
}

.bottom{
	width:551px;
	padding:0px;
	margin:0px;
}

.bottom .leftbox{
	width:256px;
	height:110px;
	padding:0px;
	margin:0px;
	float:left;
}

.bottom .rightbox{
	width:290px;
	height:105px;
	padding:5px 0px 0px 5px;
	margin:0px;
	float:right;
}

.font1{
	font-size:15px;
	font-weight:bold;
	color:#0000FF;
}

.font2{
	font-size:13px;
	letter-spacing:0px;
	line-height:140%;
	color:#333333;
}

.font2_up{
	font-size:10px;
	font-weight:bold;
	letter-spacing:0px;
	color:#666666;
}

.font3{
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.font4{
	color:#000033;
	font-family:"Arial",
	font-size:16px;
	font-weight:bold;
	letter-spacing:normal;
}

.style{
	color:#333333;
	font-size:12px;
}

.price01{
	padding:0px;
	margin:0px;
	font-size:10pt;
	color:#999999;
}

.price01_red{
	padding:0px;
	margin:0px;
	font-size:11pt;
	color:#FF0000;
}

.price02_red{
	padding:0px;
	margin:0px;
	font-size:13pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FF0000;
}

.price02{
	padding:0px;
	margin:0px;
	font-size:14pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#999999;
}

.price03_red{
	padding-left:2px;
	margin:0px;
	font-size:8pt;
	text-align:right;
	color:#FF0000;
}

.price03{
	padding-left:2px;
	margin:0px;
	font-size:8pt;
	text-align:right;
	color:#999999;
}

.price04{
	padding:0px;
	margin:0px;
	font-size:10pt;
	font-weight:bold;
}


.sidebox{
	width:276px;
	height:450px;
	background:url("images/side_frame.gif") no-repeat;
	padding:55px 6px 0px 0px;
	margin-left:15px;
}



.sidebox2{
	width:276px;
	height:480px;
	background:url("images/side_frame2.gif") no-repeat;
	padding:55px 6px 0px 0px;
	margin-left:15px;
}

.bg_color_grey{
	background-color:#CCCCCC;
	padding:3px;
}

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #767676;
	border-right: solid 1px #767676;
	border-top: solid 0px #999;
	border-bottom: solid 1px #366ba1;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	width:573px;
	height:22px;
	background-color: #DDD;
	border-bottom: solid 0px #CCC;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background:url("images/sub_title.gif") no-repeat;
	padding:0px 0px 0px 0px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
	background:url("images/sub_title_normal.gif");
	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background:url("images/sub_title_normal.gif") ;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FF0000;
	background:url("images/sub_title_normal.gif");
}

.margin_10{
margin-left:10px;
}



#paper2{
	width: 620px;
	padding: 0px;
	background : #ffffff url("images/bg_paper2.gif") repeat-y;
}

.paper_wrap2{
	padding: 0px 30px 0px 30px;
}

#paper_top2{
	width: 620px;
	height: 33px;
	background : #ffffff url("images/bg_paper2_top.gif");
}

#paper_bottom2{
	width: 620px;
	height: 40px;
	background : #ffffff url("images/bg_paper_bottom2.gif");
}


