/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	font: 62.5%/1.7 tahoma, sans-serif;
	color: #333;
	background: #4D4D45;
	}
	
#container {
	margin: 0 auto 30px;
	width: 960px;
	background:#e5e5cf url(images/page_bg.jpg) -30px top no-repeat;
}

a, a:link {
	text-decoration: none;
	color: #007FBF;
}

a:hover {
	color: #BF4000;
}

.imgleft {
	float: left;
	margin: 3px 7px 3px 0;
	border: 5px solid #D9DCCA;
}

.imgright {
	float: right;
	margin: 3px 0 3px 7px;
	border: 5px solid #D9DCCA;
}
.imgcenter {
	border: 5px solid #D9DCCA;
}
.imgleft:hover, .imgright:hover, .imgcenter:hover {
	border-color: #C3C8AC;
}

/********************* header *******************/

#header_container {
	background: #7DE0FF url(../images/clouds.jpg) right top repeat-x;
	border-bottom: 1px solid #7AB2A5;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/peacock.png) -18px top no-repeat;
	border-top: 1px solid #5BC9FC;
}


#header h1 {
	width: 170px;
	height: 70px;
	background: url(../images/logo.png) right top no-repeat;
	margin: 20px 40px 0 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#nav_container {
	background: url(../images/nav_bg.jpg) top right repeat-x;
	border-top: 1px solid #D8F2C0;
	border-bottom: 1px solid #6DB756; 
}

#nav {
	width: 900px;
	margin: 0 auto;
	height: 79px; 
}

#nav ul {
	padding: 10px 30px 0 0;
}

#nav li {
	display: inline;
}

#nav li a {
	float: right;
	display: block;
	text-align: center;
	text-decoration: none;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #296943;
	padding: 4px 7px 5px 7px;
	margin: 0 0 0 10px;
}

#nav li a:hover {
	background:url(../images/nav_bt_bg.jpg) right top no-repeat;
	color: #fff;
	padding: 0;
	
}

#nav li a:hover span {
	display: block;
	padding: 4px 7px 5px 7px;
	background:url(../images/nav_bt_bg2.jpg) left top no-repeat;
	color: #fff;
}

#nav .home {
	text-indent: -9999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(../images/home.gif) right top no-repeat;
	margin: 6px 0 0 10px;
	padding: 0;
}

#nav a.home:hover {
	background: url(../images/home.gif) right -16px no-repeat;
}

/********************* body **********************/

#body_container {
	background: #EDEDE5 url(../images/mainbody_bg.jpg) top right repeat-x;
	position: relative;
	padding-bottom: 50px;
}

#bodytext {
	margin: 0 auto;
	background: url(../images/body_mainshape.jpg) top right repeat-y;
	position: relative;
	top: -30px;
	width: 900px;
	font: 1.3em/1.7 tahoma, serif;
}

#topmainshape {
	background:url(../images/top_mainshape.jpg) center top no-repeat;
	height: 40px;
	display: block;
}


/******** weblog body *************/

#content {
	width: 900px;
	margin: 0 auto;
	background: url(../images/content_shape.jpg) center top no-repeat;
	position: relative;
	top: -30px;
	font: 1.3em/1.7 tahoma,serif;
	padding: 30px 0 0;
}

#main_content {	
	width: 550px;
	margin: 0 30px 0 30px;
	float: right;
}

.post {
 	border-bottom: 1px solid #E6DECF;
	padding-bottom: 25px;
}

.post_title {
	padding: 20px 0 15px;	
}

.title_img {
	float: right;
	width: 70px;
	display: block;
}

.title {
	font: bold 1.8em/1.5 arial, serif;
	width: 450px;
	float: right;
	padding: 5px 15px 0 0;
}

.title a {
	color: #CC3B1F;
}

.post_info {
	font-size: .9em;
	color: #999999;
	padding: 0 85px 0 0;
}

.post_continue {
	display: block;
	background:url(../images/continue.jpg) top right no-repeat;
	width: 96px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	margin: 10px 450px 0 0px;
	clear: both;
}

.pages {
	margin-top: 30px;
}

.pages ul li {
	display: inline;
}

.pages ul li a {
	display: block;
	color: #777;
	background: #F7F7F4;
	float: right;
	border: 1px solid #D6D6C7;
	padding: 0 7px;
	margin-left: 6px;
}

.pages ul li a:hover, .pages ul li .active_link {
	color: #000;
	background: #fff;
	border-color: #94946D;
}

#sidebar {
	float: left;
	width: 250px;
	margin: 30px 0 0 30px;
}

#weblog_info {
	color: #666147;
	font-size: .9em;
	margin-bottom: 30px;
}

#weblog_info h2 {
	font: bold 1.7em arial,serif;
	margin-bottom: 10px;
}

/************* sidebar sections ************/

#friends, #categories {
	border-top: 1px solid #E6DECF;
	margin-bottom: 30px;
}
#friends h3, #categories h3 {
	font: bold 1.4em arial, serif;
	padding: 20px 15px 15px;
	color: #3C801A;
}

#friends ul, #categories ul {
	margin-right: 10px;
}
#friends li,#categories li  {
	display: inline;
}
#friends li a, #categories li a {
	display: block;
	padding: 2px 5px 4px 0;
}

#friends li a:hover, #categories li a:hover {
	background-color: #E4E6D9;
}

/********** comments ************/

#comments {
	margin: 30px 0;
	border-top: 3px solid #CFCFB8;
}
.comment_head {
	padding: 10px 20px;
	border-bottom: 1px solid #CFCFB8;
	font: 1.4em arial,serif;
}

.comment_head strong {
	float: right;
	font-weight: normal;
}

.comment_head span {
	float: left;
}

#comments ul {
	margin-top: 20px;
}

#comments li {
	margin-bottom: 15px;
	padding: 0 10px;
}

#comments li strong {
	float: right;
	font: 1.4em arial,serif;
	padding: 5px 10px;
}
#comments li em {
	float: left;
	font: .8em tahoma, arial,serif;
	padding: 10px 10px;
}
.entry {
	clear: both;
	border-top: 1px solid #D9D9C7;
	padding: 10px 0;
}

.even {
	background: #F8F8F6;
	border: 1px solid #D9D9C7;
}

/************** comment form ************/

.comment_form {
	padding: 10px 15px;
	border: 1px solid #D9D9C7;
	background: #F8F8F6;
}

.comment_form h2 {
	font: 1.6em arial, serif;
	margin: 10px 15px 30px;
}

#author, #comment-email, #comment-url  {
	margin: 10px 0;
}
#author label, #comment-email label, #comment-url label  {
	float: right;
	width: 100px;
	font: 1.4em arial, serif;
}
#author input, #comment-email input, #comment-url input {
	float: right;
	width: 200px;
	padding: 4px 7px 6px;
	border: 1px solid #CFCFCF;
	font-family: tahoma, serif;
}

#author input:focus, #comment-email input:focus, #comment-url input:focus {
	border-color: orange;
}
.comment_form textarea {
	width: 495px;
	border: 1px solid #cfcfcf;
	margin-bottom: 15px;
	padding: 7px 10px;
	height: 200px;
	font: 1em/1.7 tahoma, serif;
}

#submit input {
	font: 1em/1.7 tahoma, serif;
	margin-bottom: 5px;
}


/********** extra page **************/

#extra_page {
	padding: 0 30px 30px;
}

/********************* tabs ***********************/

.tabs-hide {
    display: none;
}


/* Skin */

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs {
	background: #EDEDE5;
	height: 1%;
	border-top: 2px solid #B7B7B5;
}

.tabs-nav li {
  	display: inline;
}

.tabs-nav a {
	float: right;
    margin-left: 5px;
	width: 176px;
	height: 62px;
    display: block;
    font: bold 16px/3.5 arial,serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */   
	background: url(../images/tabs.jpg) right -64px;
	margin-top: -2px;
}

body #bodytext .last_tab {
margin-left: 0;

}

.tabs-nav .tabs-selected a, .tabs-nav .tabs-selected a:hover  {
    color: #333;
	background: url(../images/tabs.jpg) right -2px no-repeat;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background: url(../images/tabs.jpg) right -67px no-repeat;
    outline: 0; /* prevent dotted border in Firefox */
	color: #fff;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background: url(../images/tabs.jpg) right -131px no-repeat;
	color: #fff;
}


.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
 	padding: 0 30px 30px;
    background: #FAFBF5; /* declare background color for container to avoid distorted fonts in IE while fading */
	margin: 0 3px;
	
}

.print {
	line-height: 1.2!important;
	height: 51px!important;
	padding-top: 11px;
}

.tabs-selected a.print span {
	color: #888!important;
	font-size: 14px;
}

.tabs-nav a.print span {
	color: #fff;
	font-size: 14px;
}
#tabs-5 {
	padding: 0 30px 11px;
	margin:  3px;
	min-height: 370px;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
	padding: 0 30px 30px;
	margin:  3px;
	min-height: 370px;
}

/********** first tab *************/

.imagebanner {
	float: left;
	width: 360px;
}

.storecontent {
	float: right;
	margin-left: 20px;
	width: 450px;
}

.cd_banner {
	margin: 10px 80px 10px 0;
}

.tel-info {
	background-color: #EDEDED;
	padding: 7px 10px;
	margin-top: 20px;
	width: 350px;
	font-weight: bold;
	border: 1px solid #DEDEDE;
	font: bold 16px/1.5 arial, serif;
}

.tel-info span {
	display: block;
	text-align: left;
	direction: ltr;
}

/*********** third tab *************/

.price_table {
	font: 18px arial,serif;
}

.price_table td, .price_table th {
	border: 1px solid #CACACA;
	color: #2A2A2A;
	padding:  4px 7px;
}

.price_table th {

	color: #B3B3B3;
	text-align: right;
}

.attention td, .attention {
	color: red;
}

.warning {
	font: bold 16px/1.7 arial,serif;
	margin: 20px 0 0 0;
}

/************ forth tab ***************/

.instruction {
	float: right;
	width: 540px;
}

.label_sample {
	float: left;
	width: 275px;
	margin-top: 30px;
}

.phone-numbers {
	direction: ltr;
	text-align: left;
	font: bold 16px/1.7 arial,serif;
	display: block;
	margin: 20px 0 10px 10px;
	padding: 0 0 0 110px;
	background: url(../images/towncode.gif) left -1px no-repeat;
	width: 355px;
}

/************ fifth tab ***************/

.order_form {
	width: 450px;
}

.order_form p {
	margin: 0 0 5px;
}

.order_form input {
	font: 12px/1.7 tahoma,serif;
	border: 1px solid #CCC;
	padding: 2px 7px 6px;
	background: #FCFCFC;
}

.order_form input:focus, textarea:focus, .bank:focus, .cd-dvd:focus {
	border-color: orange;
	background: #fff;
}

textarea {
	font: 12px/1.7 tahoma,serif;
	width: 420px;
	border: 1px solid #CCC;
	padding: 5px 7px;
	height: 90px;
	background: #FCFCFC;
}

.familyname {
	width: 309px;
}
.phone {
	width: 210px;
}
.towncode {
	width: 70px;
}
.price {
	width: 150px;
}
.quantity {
	width: 132px;
}

.bill_number {
	width: 175px;
}
.cellphone {
	width: 90px;
}
.email {
	width: 190px;
	direction: ltr;
	text-align: left;
}


.checkbox {
	padding: 0!important;
	margin: 0!important;
	border: none!important;
}

.order_form .submit {
	border: 3px solid #fff;
	color: #fff;
	background: #F30;
	margin: 10px 0 0;
	width: 100px;
}
.bank, .cd-dvd {
	font-family: tahoma, serif;
	border: 1px solid #CCC;
	background: #FCFCFC;
}

.bank option, .cd-dvd option {
	padding: 0 5px 2px;
}

.sidebar-image {
	float: left;
}

/******************* footer *********************/

#footer_container {
	background: url(../images/footer_bg.jpg) top right repeat-x;
	height: 130px;
	clear: both;
	margin-bottom: -30px;
	border-top: 1px solid #30312B;
	
}

#footer {
	margin: 0 auto;
	width: 900px;
	
}
#copyright {
	font-size: 1.1em;
	margin: 30px 10px 7px;
	color: #EDEDED;
}

#copyright a {
	color: #fff;
	font-weight: bold;
}

#footer ul li {
 float: left;
 margin-right: 10px;
}







/********************* clear **************************/

.post:after, .post_top:after, #main:after, #news ul:after, #main_footer:after, #sidebar_pictures:after, #navigation ul:after, .comment_head:after, #author:after, #comment-email:after, #comment-url:after, #bodytext:after, .tabs-container:after, #content:after, .post_title:after, .pages:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}










/*********** fancy box ************/


div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

div#fancy_wrap {
	text-align: right;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}










/********** image slider ***************/

#slider{ direction: ltr;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:830px;
	height:350px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:150px;
	}	
#nextBtn{ 
	left:900px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	text-indent: -9999px;
	overflow: hidden;
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}