body {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
	background:#89b5fb repeat-x scroll left top;
	height:100%;
}

form {
	margin: 0;
	padding: 0;
}

/*
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
*/

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 18px;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */

#header {
	width: 890px;
	height: 108px;
	margin: 0 auto;
	text-align:left;
}

#logo {
	float:left;
	margin-right:30px;
}
#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 88px;
	font-size: 4em;
}

#logo p {
	margin:0px;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 20px 39px 20px 0;
	text-align: left;
}

#rss a {
	/* padding: 0 0 3px 24px; */
	/* background: url(/images/layout/img03.gif) no-repeat; */
	text-decoration: none;
}

#rss a:hover {
	text-decoration: underline;
}

#rss #sign_in {
	float:left;
	margin-right:30px;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(/images/layout/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}


/******************************/
/*      tkim edited           */
/******************************/

#cart {
	text-align: left;
	float: left;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(/images/layout/shopping_cart.png) no-repeat;
}

#cart .t{
	padding-left:30px;
}

#innerd {
	width: 1000px;
	text-align: center;
	border-right:10px solid #89b5fb;
	border-left:10px solid #89b5fb;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}


/******************************/
/***     the end          *****/
/******************************/

/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: #6AA2FD url(/images/layout/longbar.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a.emphatic{
	color:#262224;
	font-weight:bold;
	font-size:24px;
	
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}

/* Page */

#page {
	/* width: 890px; */
	margin: 0 auto;
	padding: 30px 0;
	background:#FFFFFF;
	color: #000000;
}

#auth {
	padding:5px ;
	text-align:left;
}
/* Ads */

#ads {
	float: right;
	margin: 0 20px 0 20px;
}

/* Content */

#content {
	float: left;
	width: 430px;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(/images/layout/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(/images/layout/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(/images/layout/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(/images/layout/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/layout/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(/images/layout/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

#calendar thead {
	background: #DBDBDB;
}

#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(/images/layout/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

.bordered {
	border:1px solid #000000;
}

#text_div {
	margin:30px;
	text-align:left;
}

#coupon_div {
	margin:20px 30px 10px 50px;
	text-align:left;
}

#cart_div {
	margin:20px 40px 20px 40px;
}

table#cart_table {
}

table th{
	background-color:#d7ebff;
	text-align:left;
	padding:10px;
}

table#cart_table  td.lined{
	padding:20px;
	border-bottom:1px solid #C0C0C0;
	text-align:left;
	vertical-align:top;
}

td.summary {
	border-top:1px solid #C0C0C0;
	margin-top:10px;
}

.q {
	font-weight:bold;
	margin:10px 0 10px 0;
}
.a {
	font-weight:normal;
	padding-left:20px;	
}

#mainContent {
	clear:both;
	padding:0 30px 0 30px;
}

.huge{
	font-size:16px;
	background-color:#00BFFF;
	color:#ffffff;
	padding:3px;
	font-weight:bold;
}

.gallery {
	border:1px solid #3B5998;
	padding:2px;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

.notification {
	font-weight:bold;
	border:3px solid #FFFF00;
	width:100%;
	font-size:24px;
	text-align:center;
}

.main_gallery {
	margin:10px 10px 10px 70px;
}
.my_gallery {
	padding:10px;
	float:left;
}
.my_gallery img {
	padding:20px;
}

#breadcrumb {
	text-align:left;
	margin:5px 0 0 40px;
}

#palert{
	text-align:center;
	font-style:italic;
}

.right_box {
	float:right;
	width:200px;
	margin: 0 20px 0 0;
	padding: 10px;
	text-align:center;
}
#embed_url {
	border-top:1px solid #FFFFFF;
	text-align:left;
	padding:10px;
	font-size:12px;
}
#embed_url input {
	padding:0px;
}

#add_to_cart {
	background-color:#a1c7d4;	
}


.cart_sign_in {
	color:#000000;
}

.cart_header {
	margin-top:10px;
	border:4px solid #FF9900;
	background-color:#FFFFFF;
	font-weight:bold;width:80%;
}

.checkout{
	text-align:right;
	margin:5px 100px 0 0;
}

#tag {
	margin-bottom:10px;
}

#promo_big {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	margin:5px;
	text-align:center;
}

.small {
	font-size:12px;
	color:#000000;
	margin:2px;
}

.border {
	background-color:#fff9d7;
	padding:3px;
	border:3px solid #e2c822;
}

#cart_breakdown {
	text-align:right;
}

#interaction_menu{
	margin:80px 30px 0px 30px;
	width:65%;
	font-size:12px;
}

.below_tag {
	font-weight:bold;
	font-size:100%;
	margin-top:15px;
}

#div_below_create {
	padding-left:40px;
	font-weight:bold;
}


#sticky_div {
	background: url(/images/note_paper.gif) no-repeat;
	padding:53px 5px 20px 5px;
	text-align:left;
	height:80px;
	top:-20px;
	left:660px;
	position:relative;
	font-weight:bold;
	z-index:100;
	width:175px;
}

#sticky_div #title {
	margin-left:15px;
	text-decoration:underline;
}