@charset "utf-8";
/* CSS Document */
/******************************
			Reset
*******************************/
* {
	margin:0;
	border:0;
	padding:0;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
html, body {
	height:100%;
}
/************************************
			Initialization
*************************************/
.container {
	margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.fullWidth {
	width:100%;
}
/* Position Definition */
.clear {
	clear:both;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	margin:0 auto;
	text-align:center;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
/******************************
           Page Structure
******************************/
#header {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:44px;
}
#wrapper {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:100% !important;
	height:auto;
}
#footer {
	padding:0;
	text-align:center;
	line-height:40px;
}
#footer, .push {
	clear:both;
	margin:0 auto;
	padding:30px 0 0 0;
	width:100%;
	height:40px;
}
/******************************
          Public Modules
******************************/
#user-menu {
/*	display:block;*/
	margin:0;
	padding:0;
	width:864px;
	height:38px;
	line-height:38px;
}
#search {
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
}
#main-nav {
	margin:0;
	padding:15px 0 0;
	width:auto;
	height:27px;
}
#breadcrumb {
	clear:both;
	margin:0;
	height:32px;
	line-height:32px;
}
#sidebar-left {
	float:left;
	margin-right:25px;
	width:135px;
	min-height:100%;
	height:630px !important;
	height: 100%;
}
#content {
	float:left;
	margin:30px 0 0;
}
#date-stamp {
	display:block;
	margin:0;
	padding:10px 0 0;
	width:185px;
	height:26px;
	color:#666;
}
#date-stamp span {
	line-height:36px;
}
/******************************
        Global Elements
******************************/
.links {
	list-style:none;
	margin:0;
	padding:0;
}
.links li {
	display:inline;
	list-style:none;
}
.links li a {
	margin:0 4px;
	text-decoration:none;
}
.links li a:hover {
	color:#009;
	text-decoration:underline;
}
/* Pagination */
.pages {
	margin:20px 0 0 0;
	display:block;
	color: #0095d9;
}
.pages a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	border: 1px solid #ddd;
	background: #fff;
	margin:1px 0;
	color:#0095d9;
	text-decoration:none;
}
.pages a:hover {
	background-color:#0095d9;
	color:#fff;
	border:1px solid #ddd;
	text-decoration:none;
}
.pages .cpb {
	display:inline-block;
	padding:5px;
	font-weight:bold;
	color:#94a5b6;
	background:#fff;
	border:none;
}
.btn {
	display:inline-block;
	margin:18px 5px;
	padding:2px 10px;
	cursor:pointer;
	color:#fff;
	background:#666;
}
.btn:hover {
	text-decoration:none;
	background:#c4c4c4;
}
/******************************
        Screen Definition
******************************/
/* Header */
#header #logo {
	margin:0;
	padding:0;
	width:79px;
	height:60px;
	background:url(/Pages/images/logo_79x60.jpg) no-repeat;
}
#header #logo a:link, #header #logo a:visited {
	display:block;
	width:79px;
	height:60px;
	text-decoration:none;
}
#header #logo span {
	visibility:hidden;
}
#header #user-menu #Header1_txtUserName {
	width:80px;
}
#header #user-menu #Header1_lblUserPassword {
	margin-left:5px;
}
#header #user-menu #Header1_txtUserPassword {
	width:80px;
}
/* Main Navigation */
#main-nav h3 {
	float:left;
	display:block;
	margin:0 10px;
}
/* Breadcumb */
#breadcrumb {
	padding:0 0 0 185px;
	width:775px;
	background:#f4f4f4;
}
#breadcrumb ul {
	margin:0 0 0 10px;
}
#breadcrumb .last {
	margin:0 4px;
}
/* Today */
.today-item {
	margin:0;
	padding:0;
	height:auto!important;
	min-height:100px;
}
.today-item span {
	display:block;
}
.today-labels {
	display:block;
	margin:0;
	padding:0;
	width:130px;
}
.today-labels .today-time {
	display:block;
	border-bottom:1px solid #ccc;
	margin:0 0 5px;
	padding:3px 0;
	height:auto;
	color:#000;
/*	background:#f4f4f4;*/
	line-height:36px;
}
.today-labels .today-category {
	display:block;
/*	border-bottom:1px solid #ccc;*/
	margin:0 1px 1px;
	padding:0;
	height:auto;
/*	background:#e2e2e2;*/
}
.today-labels .today-author {
	display:block;
	margin:0 1px 1px;
	padding:0;
	height:auto;
}
.today-labels .today-comments {
	display:block;
/*	border-bottom:1px solid #ccc;*/
	margin:0 1px 0;
	padding:0;
	height:auto;
/*	background:#c4c4c4;*/
}
.today-content {
	margin:0;
	padding:0 0 0 20px;
	width:600px;
/*	background:#f4f4f4;*/
}
.today-comments .icon-comment {
	display:inline-block;
	margin-left:4px;
	padding:0;
	width:12px;
	height:12px;
	background:url(/Pages/images/sprite.png) 0 -2135px no-repeat;
}
#lblTodayContentText span {
	display:inline-block;
}
/* Comments */
#comments {
	margin:0;
	padding-top:22px;
	width:100%;
}
.comment {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background:#
}
.comment ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
	min-height:22px;
}
.comment ul li {
	display:list-item;
	position:relative;
	border-top:1px solid #e4e4e4;
	margin:0;
	padding:8px 0 10px 150px;
	list-style:none;
}
.comment ul li .c-rate {
	display:block;
	float:right;
	margin:0;
	padding:0 10px 4px 15px;
	min-width:90px;
	text-align:right;
}
.comment ul li .c-head {
	display:block;
	position:absolute;
	left:5px;
	top:10px;
	width:105px;
	min-height:30px;
}
.comment ul li .c-body {
	display:block;
	margin:0;
	padding:0 10px 6px 0;
}
.comment ul li .c-box {
	display:block;
	position:relative;
	bottom:2px;
	margin-bottom:-12px;
	padding:0 10px;
	text-align:right;
}
#comment-replay {
	display:block;
}
#comment-replay #CommentForm1_txtComment {
	display:block;
	margin-left:150px;
	width:580px;
}
#comment-replay #CommentForm1_txtCommentTip {
	display:block;
	margin-left:150px;
	width:570px;
}
/* E-Zine Page */
#summary {
/*	border-right:1px solid #ccc;*/
	float:left;
	margin:30px 0 0 10px;
	width:150px;
	min-height:100%;
	height:630px !important;
	height: 100%;
	padding:36px 10px 0 0;
	text-align:left;
}
#sidebar-left ul {
	margin:30px 0 0;
}
#ezine_content {
	float:left;
	margin:30px 0 0;
	border-left:1px solid #ccc;
	padding:0 0 0 24px;
	width:600px;
}
/* E-Zine Category Index */
ul.index {
	margin:0;
	padding:0;
	list-style:none;
}
.index li.lvl1 {
	margin:0;
	padding:0;
	font-weight:bold;
	background:url(/templates/images/sprite_li.png) 0 4px no-repeat;
}
.index li.lvl2 {
	margin:0;
	background:url(/templates/images/sprite_li.png) 10px 2px no-repeat;
}
.index li.lvl3 {
	background:url(/templates/images/sprite_li.png) 20px 2px no-repeat;
}
#curr-issue {
	display:block;
	clear:both;
	padding:10px 0 0;
	width:100%;
}
#curr-issue img {
	padding:0;
}
.yui-carousel-element li { 
	height: 120px; 
}
#archived-issue {
	width:100%;
	margin:14px 0;
}
#archived-issue .date-rls {
	display:block;
	margin:10px 0;
}
/******************************************
			User Register & Login
*******************************************/
dl#user_reg, dl#login {
	margin:0 auto;
	width:480px;
}
dl#user_reg dt, dl#login dt {
	float:left;
	line-height:32px;
}
#txtLoginName, #txtUserRealName, #txtRegisterEmail {
	float:left;
}
.explanation  {
	float:left;
	clear:right;
	margin-left:10px;
	line-height:32px;
}
.onShow, .onCorrect, .onError, .onFocus {
	display:block;
	clear:both;
}
/******************************************
					BAG
*******************************************/
ul.bagSubNav {
	margin:0;
	border-right:1px solid #aaa;
	padding-right:20px;
	list-style:none;
}
ul.bagSubNav li {
	text-align:right;
	line-height:38px;
}
ul.bagColumns {
	display:block;
	width:800px;
	height:260px;
	list-style:none;
	margin:0 auto;
	padding:0;
}
ul.bagColumns li {
	float:left;
	display:inline;
	margin:10px;
	margin-right:50px;
	width:140px;
	height:220px;
	padding:0;
	position:relative;
}
ul.bagColumns li:hover {
	z-index:99;
}
ul.bagColumns li img {
	display:block;
	position:relative;
	margin:0 auto;
	filter:alpha(opacity=70);
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE8 Specific--*/
	background:#666;
}
ul.bagColumns li:hover img {
	z-index:999;
	filter:alpha(opacity=100);
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*--IE8 Specific--*/
}
ul.bagColumns .info {
	position:absolute;
	left:-10px;
	top:-10px;
	padding:220px 10px 0;
	width: 140px;
	display:none;
	background: #666;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
ul.bagColumns li:hover .info {
	display:block;
}
ul.bagColumns li h3 {
	font-size: 14px;
	font-weight: normal;
	line-height:22px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	color:#fff;
}
ul.bagColumns li p {
	font-size:12px;
	line-height:18px;
	color:#b4b4b4;
}
.bagItem {
	float:left;
	margin-left:30px;
	width:520px;
	height:auto;
}
.cartList {
	 width:800px;
}
