/* 主欄左側設定 */
div.left_content {
	width: 80%;
	*width:642px;
	margin-top: 10px;
	float: left;
}

div.left_content2 { /*index2 滿版的寬度*/
	width: 98.5%;
	margin: 10px auto;
	float: none;
}

/* 標籤 */
div.left_main_tab {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:10px;
}
#tabMenu {
	margin:0;
	/*padding:0 0 0 15px;*/
	padding:0px;
	list-style:none;
}
#tabMenu li {
	float: left;
	height: 40px;
	width: 128px;
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
}

li.mouseover {
	background-position:0 0;
}
li.mouseout {
	background-position:0 -45px;
}
li.selected {
	background-position:0 0;
}
.boxTop {
	margin-top:-7px;
	clear:both;margin-bottom:-2px;
}

div.boxBody {
	background:#fff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 2px 10px rgba(0,0,0,0.25);
	padding:10px 0;
}
div.boxBody >div {
	display:none;
}
div.boxBody div.showTab {
	display:block;
}
div.boxBody >div ul {/* 標籤圖片對齊*/
	margin:5px 12px 5px 18px;
	padding:0;
}
div.boxBody >div li {
    display: inline-block;
    width: 18%;
	margin: 4px;
	cursor: pointer;
}
div.boxBody >div li p {
	width:10em;/* 字數限制 chrome & safari "N"em - 2 = 字數 but IE & FF "N"em - 1 = 字數 */
	-bracket-:hack(;
		width:10em;
    ); /* for safari & google */
	text-overflow:ellipsis; /* 字數限制超過以...代替 */
	-ms-text-overflow:ellipsis; /* IE 字數限制超過以...代替 */
	white-space:nowrap; /* 字數限制必要存在元素 */
	overflow:hidden; /* 字數限制必要存在元素 */
}
div.boxBody >div li >a >img {
	max-width: 100%;
	border: #ccc 1px solid;
}
div.boxBody >div li.boxBodyLast {
	margin-right:0;
}
/* 商品區塊 */
div.left_main {
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	padding:8px 10px;
}
/* 商品區塊標題設定 */
div.left_main_title {
	height:40px;
	padding-top:8px;
	text-align:right;
}
/* 主要商品項目列表 */
.left_main_prod {
	width: 31.5%;
	margin:5px;
	float:left;
	text-align: left;
}
.left_main_prod .left_main_prod_img {
	max-width: 100%;
}
.left_main_prod_img img {
	max-width: 100%;
}
.left_main_prod .left_main_prod_img .left_main_prod_size {
	position:relative;
	bottom:20px;
	left:-5px;
	text-align:right;
}
.left_main_prod .left_main_prod_img .left_main_prod_size >button {
	background:#fff;
	border:#999 1px solid;
	box-shadow:none;
	margin:0;
	padding:3px 6px;
	text-transform:uppercase;
	color:#333;
}
.left_main_prod .left_main_prod_intro {
	border-bottom:#999 1px dashed;
	margin:5px;
	padding-bottom:5px;
	line-height:1.25em;
}
.left_main_prod .left_main_prod_price {
	margin:10px 5px;
	padding-bottom:5px;
	line-height:1.25em;
	font-size:1.075em;
	color:#f00;
}
.left_main_prod .left_main_prod_price > span {
	display: inline-block;
	margin-top: 4px;
	font-size:1.075em;
	line-height:1.5em;
	color: #333;
}
.left_main_prod .left_main_prod_price > button {
	display: block;
	margin-top: 4px;
}


/* 主要商品項目列表 文字條列式 */
.left_main_prod2 {
	width:95%;
	margin-right:5px;
	float:left;
}
.left_main_prod2_img {
	height:160px;float:left; margin-right:5px;
	border:#999 1px solid;
}
.left_main_prod2 .left_main_prod2_img .left_main_prod2_size {
	position:relative;
	bottom:20px;
	left:-5px;
	text-align:right;
}
.left_main_prod2 .left_main_prod2_img .left_main_prod2_size >button {
	background:#fff;
	border:#999 1px solid;
	box-shadow:none;
	margin:0;
	padding:3px 6px;
	text-transform:uppercase;
	color:#333;
}
.left_main_prod2 .left_main_prod2_tab a { /*分類*/ 
	line-height:1em; font-size:smaller;
}
.left_main_prod2_tab a:hover {
	color:#ff21ae;
}
.left_main_prod2 .left_main_prod2_title { /*標題*/ font-size:larger;
	margin:5px;border-bottom:#999 1px dashed;
	padding-bottom:5px;
	line-height:1.25em;
}
.left_main_prod2 .left_main_prod2_ad { /*廣告標語*/
	font-size:smaller;
	line-height: 1.5em;
}
.left_main_prod2 .left_main_prod2_intro { /*介紹*/
	border-bottom:#999 1px dashed;
	margin:5px;
	padding-bottom:5px;
	line-height:1.25em;
}

.left_main_prod2 .left_main_prod2_price {
	margin:10px 5px;
	padding-bottom:5px;
	line-height:1.25em;
	color:#f00;
}
.left_main_prod2 .left_main_prod2_price >span {
	margin-left:5px;
	color:#999;
	text-decoration:line-through;
}
/* 主要商品項目列表 文字條列式 end */

/* 好康分享 */
div.left_main_share {
	margin-bottom:20px;
}
div.left_main_share li {
	display: inline-block;
	width:30%;
	text-align: center;
}
div.left_main_share li.share_line {
	border-left:#ccc 1px dotted;
	border-right:#ccc 1px dotted;
	padding-left:12px;
}

/* 首頁下方廣告 */
.left_main_bot_ad {
	display: inline-block;
	width: 24%;
	margin-bottom:3px;
}
.left_main_bot_ad img {
	max-width: 100%;
}

/* 主欄右側 */
div.right_main {
	width: 140px;
	margin-top: 8px;
	margin-left: 20px;
	float: right;
}
div.right_main div.right_main_tit {
	margin:0px auto;
	width:100%;
	height:auto;
}

/* AD */
div.right_main div.right_main_ad {
	margin: 0px auto;
	padding: 0px;
}
div.right_main div.right_main_ad a {
	border: none;
}
div.right_main div.right_main_ad img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	border: none;
	/*border:2px #fff solid;
	box-shadow:0 0 5px rgba(0,0,0,0.25);*/
}

/* 排行 */
div.right_main div.right_main_rank {
}
div.right_main div.right_main_rank ul {
}
div.right_main div.right_main_rank ul li {
	display:block;
	margin:0px;
	padding:5px 0 6px 24px;
	width:110px;
	text-wrap:normal;
}

/* 最近看過的商品 */
div.right_main div.right_main_viewed {
}
div.right_main div.right_main_viewed ul {
}
div.right_main div.right_main_viewed ul li {
	width:10em;/* 字數限制 chrome & safari "N"em - 2 = 字數 but IE & FF "N"em - 1 = 字數 */
	-bracket-:hack(;
		width:11em;
    ); /* for safari & google */
	text-overflow:ellipsis; /* 字數限制超過以...代替 */
	-ms-text-overflow:ellipsis; /* IE 字數限制超過以...代替 */
	white-space:nowrap; /* 字數限制必要存在元素 */
	overflow:hidden; /* 字數限制必要存在元素 */
	padding:5px 0 15px 5px;
}
/* 標籤雲 */
div.right_main_tagclouds {
}
div.right_main_tagclouds #tags .alt {
	text-align:left;
	padding:0;
	background:none;
}
/* Tag cloud */
#tags ul {
	margin:1em 0;
	padding:.5em 10px;
	text-align:center;
}
#tags li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#tags li a {
	text-decoration:none;
	color:#333;
	padding:0 2px;
}
#tags li a:hover {
	color:#ff21ae;
}
.tag1 {
	font-size:100%;
}
.tag2 {
	font-size:120%;
}
.tag3 {
	font-size:140%;
}
.tag4 {
	font-size:160%;
}
.tag5 {
	font-size:180%;
}
/* alternative layout */
#tags .alt {
	text-align:left;
	padding:0;
	background:none;
}
#tags .alt li {
	padding:2px 10px;
	background:#efefef;
	display:block;
}
#tags .alt .tag1,  #tags .alt .tag2,  #tags .alt .tag3,  #tags .alt .tag4,  #tags .alt .tag5 {
	font-size:100%;
}
#tags .alt .tag1 {
	background:#7cc0f4;
}
#tags .alt .tag2 {
	background:#67abe0;
}
#tags .alt .tag3 {
	background:#4d92c7;
}
#tags .alt .tag4 {
	background:#3277ad;
}
#tags .alt .tag5 {
	background:#266ca2;
}
.btn {
	display:block;
}
/* // Tag cloud */
