@charset "utf-8";

@import url(../../common/css/base.css);		/* reset */
@import url(../../common/css/layout.css);	/* common layout */
@import url(layout.css);					/* tour layout */
@import url(../../common/css/global.css);	/* common global */
@import url(../../common/css/button.css);	/* common button */
@import url(../../common/css/form.css);		/* common form */
@import url(global.css);					/* tour global */
@import url(button.css);					/* tour button */

/* container */
															
.content-wrap												{margin:0; background-color:#a4448b; width:690px; height:880px}
.section													{width:690px; font-size:12px}
.tab.large													{width:690px; margin:17px 0 0 7px; text-align:center; font-weight:bold}
.main.theme .tab.large li										{display:inline-block; margin:0 0 0 3px; width:108px; color:#000}
.main.theme .tab.large li a									{background-color:#bbdbf9; color:#000}
.main.theme .tab.large li.active a								{background-color:#fff; color:#0973f7}

/*.main.theme .tab.large li:first-child							{border-right:1px solid #ccc;}
.main.theme .tab.large li a										{display:inline-block; width:99px;height:56px;line-height:56px; }
.main.theme .tab.large li.active								{width:99px; border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;}
.main.theme .tab.large li.active a								{width:99px; color:#0973f7;background:#fff;}

*/
.main.theme .content											{position:relative;float:left; left:10px; padding:20px; width:623px; height:354px; overflow:auto}
.main.theme .content .box-border								{border:1px solid #ccc; padding:10px;}

.main.theme #id1,.main.theme #id2,.main.theme #id3,.main.theme #id4,.main.theme #id5,.main.theme #id6{background-color:#fff}
.main.theme:after												{display:block;content:"";clear:both;}

/* ir */
.ir																{position:relative;margin:5px 0 20px;overflow:hidden;}
.ir .ir-desc													{position:absolute;top:0;left:0;z-index:-100}

