/*
Theme Name: Sunrain
Theme URI: http://www.sunrain.com.hk
Description: Sunrain
Version: 1.01.1
Author: indy.makhk.net
Author URI: http://indy.makhk.net/

	The CSS, XHTML and design is released under the GPL: http://www.gnu.org/licenses/gpl.html
    You can use, modify and distribute the theme. Please leave the author credits.
*/

/* reset */

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

*{
    margin: 0;
    padding: 0;
}
img {border: 0;}
:focus {outline: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}

input, button, textarea,select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {*font-size: 100%;}
body {line-height: 180%;}
ol, ul, li {list-style: none;}
:link, :visited , ins { text-decoration: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

/* end of reset */


/***** GLOBAL FORMATTING *****/

body {
	background:#fff;
	color: #000;
	font-size: 12px;
	font-family: normal normal 100% Verdana, sans-serif" value="normal normal 100% Verdana, sans-serif;
}


/***** PAGE FORMATTING *****/
#header {
	width: 890px;
	height: 98px;
	margin-top: 0;
	color: #fff;
	background: url(images/header2011q4.jpg) left top no-repeat;
}

.page-lang-en #header{
	background: url(images/header2011q4-en.jpg) left top no-repeat;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#NaviBar {
	display: block;
    height:30px;
}

#nav-seperator{
width:890px;
height:16px;
background:#fff;
clear:both;
}


#content { /* gen content*/
	width: 702px;
	color: #000;
	padding: 0px 0px 10px 8px;
	float:right;
    display:inline;
    overflow: hidden;  
    word-wrap: break-word;
}

#container {
	display: block;
	margin: 0 auto;
	width: 890px;
	position: relative;
	background: url(images/contentBg2011q3.png) repeat-y;
}

.nextprev {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
}


/***** GENERAL TEXT FORMATTING *****/

a {
	color: #3366a9;
	text-decoration: none;
}

a:hover {
	color: #49647d;
	text-decoration: underline;
}

a:visited {
	color: #3366a9;
}

.post {
	margin-bottom: 20px;
}

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url(images/BlockQuote.png);
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	margin-bottom: 8px;
	line-height: 1.3em;
}

p.center {
	text-align: center;
}

.small {
	font-size: 10px;
}

h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	color: #696969;
}

.post h1
{
border-bottom: 1px solid  #CCC;
display:block;
float:left;
width:702px;
font-weight:bold;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding:  3px;
	color:  #333;
	margin-bottom: 5px;
}

#pageTitle{
margin-bottom:20px;
border-bottom: 1px solid  #CCC;
font-size:20px;
font-weight:bold;
color:#696969;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}
	

/***** NAVIGATION BAR FORMATTING *****/
ul#NaviBar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 890px;
	background: #ccc url(images/navbar_2011q3.png) center top repeat-x;
	font-size: 13px;
}

ul#NaviBar li {
	float: left;
}

ul#NaviBar li#firstLink {
	margin-left:170px;
}

ul#NaviBar a {
	display: block;
	float: left;
	padding: 0 1.5em;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

ul#NaviBar a:hover {
	background: #969696;
	color:#fff;
	text-decoration: none;
}

ul#NaviBar li.current_page_item a { 
	color: #fff; 
	text-decoration: none;
}

/**********Language selector*************/

#lang_sel{
margin:0;
padding:0;
width:123px;
float:right;
display:inline;
}

#lang_sel *{
display:inline;
}

#lang_sel a{
padding:0 0.7em !important;
}

a.lang_sel_sel{display:none !important;}
#lang_sel a{color:#ffffff;}
#lang_sel li ul a, #lang_sel li ul a:visited{color:#ffffff !important ;}
#lang_sel li ul a, #lang_sel li ul a:visited{background-color:transparent !important;}
#lang_sel li ul a:hover{background-color:#5B885F !important;}
#lang_sel a{border-color:#000000;}

/********** Breadcrumb *************/

.breadcrumb{
padding:5px 0px;
color:#333;
}


/****** TOP RELATED POST ********/

#related-post{
display:block;
font-size: 11px;
line-height:10px;/*check*/
margin-top:6px;
}

ul#related-products{
width:684px;
float:left;
padding:8px 8px 0;
margin: 0 0 2px;
list-style: none;
background:url(images/related-frame.jpg) no-repeat;
}
ul#related-products li{
width:90px;
height:90px;
margin:0 3px;
float:left;
display:inline;
overflow:hidden;
word-wrap: break-word;
}
ul#related-products li a{
margin:0px;
float:left;
color:#aaa;
text-align:center;
}

ul#related-products li a:hover{
background:#5B885F;
color:#fff;
text-decoration:none;
}

img.attachment-related-thumb{
display:block;
margin:0px 0px 2px;
}


/********** IMAGE FORMATTING *************/
img {
	border: 0;
}

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.gallery-item {/*IE */
width: 24% !important;			
}

/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/***** SIDEBAR FORMATTING*****/

#sidebarLeft {
	width: 170px;
	float: left;
    display:inline;
    word-wrap: break-word;
    overflow:hidden;
	color: #000;
	padding: 58px 0 0;
background:url(images/side-bg.jpg)
 0 -138px no-repeat;
}

#sidebarLeft a, #sidebarLeft a:hover, #sidebarLeft a:visited  {
    font-weight:bold;
	color: #0055b8;
	text-decoration: none;
}

#sidebarLeft h2{
display:none;
	font-size: 1.6em;
    font-weight:bold;
	text-align: left;
	padding:  0px 8px 18px;
	color:  #6C92F3;
	margin-bottom: 5px;
	margin-top:7px;
}

#sidebar-bottom{
display:block;
height:40px;
background:url(images/side-bg.jpg) left top no-repeat;
}

#sidebarLeft ul { 
	list-style-type: none;
}

#sidebarLeft ul li a, 
#sidebarLeftr ul li a:visited {
display:inline-block;
width:110px;
padding:17px 5px 17px 55px;
}


#sidebarLeft ul li.menu-item { 
margin: 0;
font-size:15px;
background:url(images/side-li-set.jpg) -2px bottom no-repeat;
display:block;
clear:both;
}

#sidebarLeft li.menu-item a:hover {
background:#B6C2F6 url(images/side-li-set.jpg) -2px -3px no-repeat !important;
}

#sidebarLeft li.menu-item a{
background:url(images/new-small.png) 11px 19px no-repeat;
}

#sidebarLeft li.side-screen a {/*insect screen*/
background:url(cat-images/4s.jpg) 7px 3px no-repeat;
}

#sidebarLeft li.side-awning a { /*canvas awning*/
background:url(cat-images/3s.jpg) 6px 6px no-repeat;
}

#sidebarLeft li.side-house a{ /*japanese house*/
background:url(cat-images/5s.jpg) 6px 4px no-repeat;
}

#sidebarLeft li.side-cabinet a{ /*Storage Carbinet*/
background:url(cat-images/14s.jpg) 7px 6px no-repeat;
}

#sidebarLeft li.side-furniture a{ /*outdoor furniture, image position diff*/
background:url(cat-images/6s.jpg) 6px 6px no-repeat;
}

#sidebarLeft li.side-siding a{/*yodo siding*/
background:url(cat-images/12s.jpg) 7px 3px no-repeat;
}

#sidebarLeft li.side-kid-furniture a{/*Kid furniture*/
background:url(cat-images/29s.jpg) 6px 5px no-repeat;
}

#sidebarLeft li.side-bargain a{ /*bargain area*/
background:url(cat-images/31s.jpg) 6px 5px no-repeat;
}

/*************************Category Page*********************************************/
body.category .breadcrumb{
font-size:20px;
}
body.category .breadcrumb a{
font-size:12px;
}

.cat-intro{
padding:8px;
clear:both;
}
.cat-intro ul{
list-style:none;
}
.cat-intro ul li{
padding:0 0 5px;
}
#cat-top-line{
padding:5px 12px;
border-top:1px dotted #ccc;
}

.post-s{
width:313px;
height:102px;
float:left;
display:inline;
margin:0 8px 8px 0;
padding:10px 0 0 30px;
overflow:hidden;
word-wrap: break-word;
font-size:11px;
}

a.cat-item-title, a:hover.cat-item-title, a:visited.cat-item-title {
font-size:15px;
font-weight:bold;
color:#465C73;
}

.cat-item-text{
width:180px;
height:92px;
float:left;
color:#666;
overflow:hidden;
}

.cat-item-text p{
padding-top:8px;
padding-right:8px;
margin:0;
border-top:1px dotted #465C73;
}

a img.attachment-house-thumb,
a img.attachment-post-thumbnail {
border:5px solid #dfdfdf;
}

a:hover img.attachment-house-thumb,
a:hover img.attachment-post-thumbnail {
border:5px solid #668CF7;
}

span.new img{ /* new product icon */
display:none;
}

body.category .purple {
background:#EEDFEA url(images/category-color-bg.jpg)
 -343px -112px no-repeat;
}

body.category .pink {
background:#EDD7D7 url(images/category-color-bg.jpg)
 left top no-repeat;}

body.category .blue{
background:#D1DFEB url(images/category-color-bg.jpg)
 -686px -112px no-repeat;
}

body.category .green{
background:#E7F3E7 url(images/category-color-bg.jpg)
 -686px -224px no-repeat;
}

body.category .dark-blue{
background:#C5D1D8 url(images/category-color-bg.jpg)
 -343px -224px no-repeat;
}

body.category .cadet-blue{
background:#DAE6E6 url(images/category-color-bg.jpg)
 left -224px no-repeat;
}

body.category .deco-green{
background:#EEEED4 url(images/category-color-bg.jpg)
 left -112px no-repeat;
}

body.category .solitude-blue{
background:#E7E7F3 url(images/category-color-bg.jpg)
 -343px top no-repeat;
}

body.category .avocado-green{
background:#D2D2BB url(images/category-color-bg.jpg)
 -686px top no-repeat;
}

.block-130px{
width:100%;
height:130px;
clear:both;
}
.block-180px{
width:100%;
height:180px;
clear:both;
}

/******************** Single Page Color *************************/

body.single .breadcrumb{
margin-top:2px;
padding:0 1px;
}

h1.single_post{
margin:0;
padding:13px 0px 0px;
text-align:left;
height:47px;
font-size:12px;
color:#393939;
border:none;
}

h1.single_post span.s-title{
font-weight:bold;
font-size:2em;
padding:0 8px 0 42px;
background:url(images/single-title-arrow.png) 7px top no-repeat;
border:none;
}

h1.single_post span.s-titlecheckbox_on{/* New Product icon 2009-more field */
font-weight:bold;
font-size:2em;
padding:0 8px 0 55px;
background:url(images/new-label.png) 7px 3px no-repeat;
border:none;
}
h1.single_post span.s-title1{/* New Product icon 2010-more field */
font-weight:bold;
font-size:2em;
padding:0 8px 0 55px;
background:url(images/new-label.png) 7px 3px no-repeat;
border:none;
}

h1.single_post span{
font-weight:normal;
border-bottom:1px dotted #ccc;
}

h1 img{
padding:0 5px;
border:none !important;
}

.postmeta {
width:100%;
margin-top:0px;
clear:both;
line-height:1px;
font-size:1px;
}

body.single .purple h1{
background: url(images/single-title-purple.jpg) left top no-repeat;
}
body.single .pink h1{
background: url(images/single-title-pink.jpg) left top no-repeat;
}
body.single .green h1{
background: url(images/single-title-green.jpg) left top no-repeat;
}
body.single .blue h1{
background: url(images/single-title-blue.jpg) left top no-repeat;
}
body.single .dark-blue h1{
background: url(images/single-title-dark-blue.jpg) left top no-repeat;
}
body.single .cadet-blue h1{
background: url(images/single-title-cadet-blue.jpg) left top no-repeat;
}
body.single .solitude-blue h1{
background: url(images/single-title-solitude-blue.jpg) left top no-repeat;
}
body.single .deco-green h1{
background: url(images/single-title-deco-green.jpg) left top no-repeat;
}
body.single .avocado-green h1{
background: url(images/single-title-avocado-green.jpg) left top no-repeat;
}

#contact-info{
padding-bottom:80px;
height:100px;
background:url(images/contact-info-bg.png) center top no-repeat;
text-align:center;
font-size:15px;
}

#contact-info p{
padding-top:10px;
}

#contact-info span{
padding-left:22px;
margin-right:35px;
}

span#tel{
background:url(images/telephone.png) left top no-repeat;
}
span#email{
background:url(images/email.png) left top no-repeat;
}
span#contactform{
background:url(images/pencil.png) left top no-repeat;
}
span#address{
background:url(images/door.png) left top no-repeat;
}


/***** FOOTER FORMATTING *****/
#footer {
	clear: both;
	width: 890px;
	background:#fff;
	color: #666;
	text-align: left;
border-top:1px solid #ccc;
}

#footer p {
	margin: 0;
	padding: 10px 0 18px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #ccc;
	background: none;
	text-decoration: underline;
	border-bottom: none;
}

a.top{
float:right;
padding-right:20px;
}

/***** For Home Page *****/
body.home h1{
display:none;
}
body.home .post{
margin-bottom:2px;
color:#616161;
}

body.home p{
margin-bottom:3px;
}
body.home .wp-caption{
margin-top:0px;
background:none;
border:1px solid #ccc;
}


#home-info{
padding:8px;
border-top:1px solid #ccc;
overflow:hidden;
}

#home-info #home-news{
float:left;
display:inline;
word-wrap: break-word;
overflow:hidden;
width:500px;
border-right:1px solid #ccc ;
}
.home-info-title{
margin:0 0 12px;
font-size:1.3em;
font-weight:bold;
color:#5b5b5b /*#008800*/;
}

.home-news-item h2{
margin:0;
padding:0 0 0 12px;
font-size:12px;
background:url(images/green-dot.png) 1px 5px no-repeat;
}

.home-news-title{
border-left:#ccc solid 3px;
padding-left: 8px;
font-size:15px;
color:#444;
}

.home-news-date{
padding:0 12px;
color:#aaa;
font-size:11px;
}

#home-info .home-news-content{
padding:5px 12px 25px;
}

#moreNewsButton a{
padding:5px 0;
display:block;
border-top:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
text-align:center;
background:#fafafa;
}

#moreNewsButton a:hover{
background:#f4f4f4;
text-decoration:none;
}

#home-download{
float:right;
display:inline;
word-wrap: break-word;
overflow:hidden;
width:176px;
}

.download-link{
margin:0;
padding:0 0 0 12px;
background:url(images/green-dot.png) 1px 5px no-repeat;
}

/***** News Page*****/

body.page-template-news-php .post{
margin:0px;
}

body.page-template-news-php #home-news h2{
color:#436645;
margin:8px 0 3px;
padding:0 0 0 12px;
background:url(images/green-dot.png) 1px 5px no-repeat;
font-size:12px;
font-weight:normal;
}
body.page-template-news-php .home-news-content{
padding:0 0 0 12px;
}


/***** For "customers" pages *****/

table.our-customers td{/*added this class into table on pages*/
padding-left:5px;
}
table.our-customers .odd{
background-color:#fafafa;
}
table.our-customers .even{
background-color:#e2edf1;
}

/***** For "Contact Us" *****/



#contactTop{
padding:10px 10px 0;
background:url(images/bg_contactTop.png) no-repeat;
overflow:hidden;
}
#contactTopLeft{
padding:10px 0 0 10px;
float:left;
display:inline;
width:290px;
font-size:15px;
}
#contactTopRight{
padding-top:22px;
float:right;
display:inline;
width:270px;
}

a#toContactForm, a#toContactForm:link, a#toContactForm:visited  {
display:block;
margin:8px 20px 0 0;
text-align:center;
color:#fff;
background-color:#46B1E7;
text-decoration:none;
}
a#toContactForm:hover{
background-color:#E5F4FC;
color:#545454;
}

#contactHours{
padding: 0 8px 8px;
clear:both;
}

#contactMapWrap{
margin:0;
background:url(images/bg_contactMap.png) no-repeat;
}
#mapTitle{
padding: 2px 0 0 8px;
font-weight:bold;
color:#f7fdf1;
}
#contactMap {
width: 688px; margin:0;
overflow:hidden;
background-color:#F7FDF1;
border:1px solid #a9dc73;
}
#map_canvas { width: 100%; height: 500px; width: 370px; float: left; position: relative; z-index: 30 !important; }
#contactMap h2 {/*right title*/
margin: 0 0 15px 0; 
padding:0;
text-align:center;
font-size:15px;
}
#contactMap h3 {/* li title */
width:170px;
font-size:12px;
font-weight:bold;
margin:4px 0 0 8px;
padding:0;
}
#locations{ 
list-style: none; 
width: 178px; 
float: left;  
padding:0;
}
#locations li{ 
margin:0;
padding: 0px; 
width: 680px;
_width: 170px; /*ie6...*/
float: left; 
position: relative; 
z-index: 20;
border-bottom:1px solid #a9dc73;
}
#locations p{
margin-left:8px;
width:170px;
}
#locations li:hover, #locations li.hover {
background: #a9dc73
}
#locations li:hover h3, #locations li.hover h3 { 
}
/*#contactMap #content { width: 140px; }*/

#more-info { 
_display:none; /*ie6...*/
text-align:center;width: 140px; float: right; background: #a9dc73; padding: 10px 0 0; height: 490px; }
#more-info * { position: relative; z-index: 40; }
#more-info > div { padding:0px; height: 320px; }
.longdesc { display: none; }

#tuenMun{
margin-right:12px;
margin-bottom:30px;
padding:8px 0 8px 8px;
background:#5CA300;
color:#fff;
}

#contactForm{
padding:10px 20px;
margin-right:12px;
margin-bottom:180px;
background:#FBF8EF url(images/bg_contactForm.png) repeat-x;
border-top:3px solid #EA6B0A;
}
#contactFormTitle{
margin-bottom:8px;
color:#ea6b0a;
font-weight:bold;
}


/****** For Popup Large *****/

body.popup-large #container{
background:#fff url(images/popup-large-header.jpg) left 5px no-repeat;
}
#content-popup-large .post h1{
width:100%;
padding:8px 0 60px;
text-align:center;
color:#696969;
border:1px solid #ff9900;
}

p.closing{
padding-bottom:15px;
text-align:center;
font-size:18px;
}
body.popup-large #footer{
background:none;
}
body.popup-large #footer p{
display:none;
}

/***** Awning Category Page *****/

#fabric-color{
padding-left:20px;
background:url(images/palette.png) left top no-repeat;
}
#citel-fabric{
margin-left:20px;
padding-left:20px;
background:url(images/page_white_magnify.png) left -1px no-repeat;
}

/****** YODOKO Storage Category Page ******/

.y-pageCover{
float:left;
width:434px;
height:333px;
background:url(http://www.sunrain.com.hk/site/wp-content/uploads/2009/09/storage-cover-2012.jpg) no-repeat;
display:inline;
}
.y-intro{
float:right;
width:254px;
height:300px;
display:inline;
word-wrap: break-word;
overflow:hidden;
}
.y-intro p{
line-height:18px;
width:240px;
}

/****** YODOKO House Category Page ******/

body.category-japanhouse-zh .post-s, body.category-japanhouse-en .post-s{
width:660px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

body.category-japanhouse-zh .green, body.category-japanhouse-en .green{
background-image:none;
}

body.category-japanhouse-zh .purple, body.category-japanhouse-en .purple{
background-image:none;
}

body.category-japanhouse-zh .cadet-blue, body.category-japanhouse-en .cadet-blue{
background-image:none;
}

body.category-japanhouse-zh .deco-green, body.category-japanhouse-en .deco-green{
background-image:none;
}

body.category-japanhouse-zh .post-s, body.category-japanhouse-en .post-s{
padding:8px;
}

body.category-japanhouse-zh .cat-item-text, body.category-japanhouse-en .cat-item-text{
width:500px;
height:103px;
}

body.category-japanhouse-zh .cat-item-text p, body.category-japanhouse-en .cat-item-text p{
height:50px;
}

body.category-japanhouse-zh .cat-item-text .y-detail, body.category-japanhouse-en .cat-item-text .y-detail{
margin:0 0 0 200px;
padding:0 0 0 8px;
background:#ccc url(images/y-detail-bg.png) repeat-x;
line-height:26px;
color:#333;
font-size:15px;
}

.y-detail span{
float:right;
margin-right:8px;
}

/*****  For Yodoko Products  *****/

body.single .y-detail{
margin:0 4px 0 0;
padding:0 8px;
background:#ccc url(images/y-detail-bg.png) repeat-x;
line-height:26px;
color:#333;
font-size:15px;
}

body.single .y-detail span{
margin-right:0;
}

ul.y-frame{
margin:8px 0 8px;
padding:0 0 0 75px;
width:100%;
height:40px;
display:block;
list-style:none;
background:url(images/y-frame-bg.jpg) left top no-repeat;
}

ul.y-frame li{
margin:0 0 0 30px;
padding:0;
float:left;
display:inline;
}

ul.y-frame li a{
padding:0 0 0 40px;
display:block;
float:left;
line-height:38px;
text-decoration:none;
}

a.y-size, a.y-size:link, a.y-size:visited{
color:#0066ff;
background:url(images/y-icon-size.jpg) left 1px no-repeat;
text-decoration:none;
}

a.y-size:hover{
color:#0000ff;
background:url(images/y-icon-size.jpg) left -41px no-repeat;
text-decoration:none;
}

a.y-feature, a.y-feature:link, a.y-feature:visited{
color:#ff6600;
background:url(images/y-icon-feature.jpg) left -1px no-repeat;
text-decoration:none;
}

a.y-feature:hover{
color:#ff0000;
background:url(images/y-icon-feature.jpg) left -41px no-repeat;
text-decoration:none;
}


a.y-option, a.y-option:link, a.y-option:visited{
color:#ff6600;
background:url(images/y-icon-option.jpg) left -1px no-repeat;
text-decoration:none;
}

a.y-option:hover{
color:#ff0000;
background:url(images/y-icon-option.jpg) left -41px no-repeat;
text-decoration:none;
}

a.y-spec, a.y-spec:link, a.y-spec:visited{
color:#009900;
background:url(images/y-icon-spec.jpg) left 1px no-repeat;
text-decoration:none;
}

a.y-spec:hover{
color:#028005;
background:url(images/y-icon-spec.jpg) left -41px no-repeat;
text-decoration:none;
}

/**********   404   **********/
div.post404{
margin:10px 0 0;
height:600px;
background:url(images/bg_404.jpg) no-repeat;
}
a.toZh,a.toEn{
margin:30px 0 0 20px;
display:block;
float:left;
width:185px;
height:44px;
color:#fff;
text-align:center;
background:url(images/bg_404button.png) no-repeat;
}
a.toZh{
font-size:20px;
line-height:40px;
}
a.toEn{
font-size:14px;
line-height:44px;
}

a.toZh:link,a.toZh:visited, a.toEn:link, a.toEn:visited{
text-decoration:none;
color:#fff;
}

/***    slider on homepage    ***/

	#adblock a img {
		border: none;
		vertical-align: middle;
	}
	#adblock {
		margin-top:8px;
		overflow: hidden;
		width: 695px;
		height: 220px;
		border: 1px solid #ccc;
		position: relative;
	}
	#adblock ul, #adblock li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#adblock ul.showbox, #adblock ul.link {
		position: absolute;
	}
	#adblock ul.showbox li a {
		display: block;
		height: 220px;
	}
	#adblock ul.link {
		right: 0;
	}
	#adblock ul.link li a {
		display: block;
		width: 180px;
		height: 55px;
		position: absolute;
		text-indent:20px;
		line-height: 55px;
		background-color: #ccc;
		right: 0;
		font-size:15px;
		color:#fff;
		background: url(images/menu.off.gif);
	}
	#adblock ul.link li a.selected {
		width: 200px;
		text-indent: 40px;
		background: url(images/menu.on1.png);
	}
