﻿/* 104Look 模板樣式 */

/* -------------------------- 自訂樣式 -------------------------- */

/* 文字輸入欄位樣式 */
.textbox {
    font-size: 10.5pt;
    height: 20px;
    border: solid 1px #CCC;
}

.textbox:hover {
    font-size: 10.5pt;
    height: 20px;
    border: solid 1px #9cf;
}

/* 下拉式選單樣式 */
.dropdownlist {
    font-size: 10.5pt;
    height: 21px;
}

/* 按鈕樣式 */
.button {
    font-size: 10pt;
    height: 21px;
}

/* ========================== xhtml 樣式 ================================== */
* { margin: 0; padding: 0;}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

body {
	color: #333333;
	text-align: center;
	margin: 0px;
	background-color: #F1F2EB;
	font: 10.5pt Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #E9F3FE;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #FFFFFF;
	background: inherit;
}

h2 {
	text-transform: uppercase;
}

ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}

/*--------------- 標籤樣式 ------------------------------------- */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
	border-bottom:solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
	margin:0px 0.16em 0px 0px;
	padding:1px 0px 1px 0px;
	vertical-align:bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #d8d8d8;
	background-image: url(tab_bg.gif?z=style04);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab 
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	background-color: #bfdaff;
	background-image: url(tab_bg_hover.gif?z=style04);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}  /*標籤滑過底圖 */
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {color:#fff;}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2647a0;
	border-left-color: #2647a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	background-color: #2647a0;
	background-image: url(tab_bg_active.gif?z=style04);
	background-repeat: repeat-x;
	background-position: 0px 0px;
} /*標籤點選底圖 */
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
	padding: 0 0 2px;
	/*background-color:#edf5ff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2647a0;
	border-bottom-color: #2647a0;
	border-left-color: #2647a0;*/
}
/* --------------------- SEO隱藏區塊 ---------------------------------- */
#search {
    position: absolute;
    top: -65535px;
    color: #fff;
}

/* --------------------- 商品清單 ---------------------------------- */
.objimg {border-width:0px; position: relative; top: -3px; left: -3px;}

/* -------------------------- 版型樣式 -------------------------- */
#page-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
	}
#wrap {
	width: 980px;
	margin: 0 auto;
	background-image: url(content.gif?z=style04);
	background-repeat: repeat-y;
}

#top-bg
{
	position: relative;
	width: 980px;
	height: 19px;
	z-index: 2;
	text-align: right;
	background-image: url(top-bg.gif?z=style04);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	position: relative;
	height: 100px;
	color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(header-bg.gif?z=style04);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header #linkmenu
{
	font-size: 10pt;
	text-align: right;
	top: 14px;
	margin: 0;
	color: #DBECFD;
	clear: both;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

/* 網站標題樣式 */
#header h1#titleText {
	position: absolute;
	font: bold 30pt Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	top: 20px;
	left: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	line-height:42px;
}

/* 網站標語樣式 */
#header h2#sloganText {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #DBECFD;
	top: 70px;
	left: 45px;
	font-family: "Microsoft JhengHei", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/* 網站橫幅區塊樣式 */
#header-photo {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* 網站選單區塊樣式 */
 #nav1 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: url(menu-bg.gif?z=style04) repeat-x;
	font: bold 16px/40px Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	width: 960px;
	border-top :${menuBorderSize;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;

} px solid $menuBorderColor ;
	border-bottom : ${menuBorderSize}px solid $menuBorderColor ;
}

#nav1 ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	color: #E8E8E8;
	font-size:12pt;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	width: 114px;
	background-image: url(menu.gif?z=style04);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

#nav1 ul li a:hover {
	color: #FFFFFF;
	background-image: url(selectedMenu.gif?z=style04);
	background-repeat: no-repeat;
	background-position: top;
}

#content-wrap {
	border-top-width: 5px solid #FFFFFF;
	padding: 0;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#main /* 內容區塊樣式 */

{
	float: left;
	width: 700px;
	display: inline;
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	word-break: break-all;
	white-space: normal;
}
#main  ul {
	color: #FF6600;
	list-style-position: outside;
	padding-left: 35px;
	list-style-type: circle;
}
#main ol {
	list-style-position: outside;
	padding-left: 35px;
	color: #FF6600;
}


#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form {
	margin:5px 0pt 0pt 0pt;
}

#main p {
	text-align: left;
}

#main h1 {
	font-size:20pt;
	color:#3399CC;
	letter-spacing:3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(h1.gif?z=style04);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 15px;
}

#main h2,#main-bottom h2 {
	font-size:16pt;
	color:#99CCFF;
	text-align: left;
	background-image: url(h2.gif?z=style04);
	background-position: 7px 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main h3 {
	font-size:14pt;
	color:#FF9900;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

#main a, #main a:visited {
	color:#557FA6;

}

#main a:hover {
	color:#6699cc;

}

#main .box {
	margin: 5px 0;
	color: #333;
	border: 1px dotted #ccc;
	background-color: #fff;
}

#main .box a:link, #main .box a:visited {
    color: #557FA6;
    text-decoration: none;
}

#main .box a:hover, #main .box a:active {
    color: #666;
    text-decoration: none;
}

#main .box .title {
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
	color: #2647a0;
	padding: 4px;
}

#main .box .title a:link, #main .box .title a:visited {
   color: #333;
   text-decoration: none;
}

#main .box .title a:hover, #main .box .title a:active {
    color: #2647a0;
    text-decoration: none;
}

#main .box .subtitle,#main-bottom .subtitle  {
	background-color: #E0EAF4;
	color: #333;
}

.pic {
    border: 1px solid #999;

    overflow: hidden;
    position: relative;
    text-align: center;
}

#main .box .line,#main-bottom .line {
    border-bottom: 1px dotted #999;
}
.oprice {
	color: #000;
	}
.sprice {
	color: red;
	}
	
#sidebar /* 側邊攔區塊樣式 */
 {
	float: right;
	width: 220px;
	font-size:10.5pt;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}
#sidebar ul {
	list-style-image: url(ul-sidebar.gif?z=style04);
	list-style-position: outside;
	color: #666666;
	padding-left: 15px;
}
#sidebar ol {
	color: #666666;
	padding-left: 20px;
}

#sidebar h3 {
	font-size:14pt;
	color: #006699;
	margin-top: 15px;
	padding-left: 30px;
}
#sidebar h3 .h3a {
	background: none;
	color: #006699;
}
#sidebar p {
	text-align: left;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px;
	padding: 0;
	text-decoration: none;
	background-color: #FFFFCC;
}

#sidebar ul.sidemenu li {
	list-style: none;
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar  a:link,#sidebar a:visited {
	color:#666699;
	/*text-decoration:underline;*/
}
#sidebar  a:hover, #sidebar a:active {
	color:#003366;
}

#sidebar ul.sidemenu li a {
	color: #666666;
	text-decoration: none;
}

#sidebar ul.sidemenu li a:hover {
	color: #666666;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }
#sidebar h1,#sidebar  h2, #sidebar h3 {
	margin-bottom: 15px;
	background-image: url(h3.gif?z=style04);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebar .box {
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
/*  網頁下方區塊樣式 */
#footer-wrap {
	clear: both;
	width: 980px;
	height: 40px;
	font-size: 95%;
	text-align: center;
	padding: 5px 0 20px;
	color: #FFFFFF;
	background: url(footer-bottom.gif?z=style04);
	background-repeat: no-repeat;
}

#footer-bottom {
	clear: both;
	margin: 0 auto;
	width: 960px;
	padding: 0;
	text-align: center;
}
#footer-bottom p {
	padding-top: 10px;
}

.objdetail { background-color: #fff; }

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.clear { clear: both; }



#main-bottom{
	clear:both;
	width:936px;
	margin:0 2px;
	padding:0 10px;
	text-align:left;
	background-color:#fff;


}
.obj-box{
	border-color:#999;
	   color: #333;
}
#main-bottom .box {
	margin: 5px 0;
	color: #000;
	border: 1px dotted #999;
	/*background-color: #fff;*/
}
#main-bottom .box a:link, #main-bottom .box a:visited {
		color:#557FA6;
	text-decoration: none;
}

#main-bottom .box a:hover, #main-bottom .box a:active {
	color: #666;
	text-decoration: none;
}
#main-forward
{
	background-color:#FFF;
}
