﻿/*********************** wkankan.com***********************************/
    #top {width:95%;}
    #topRight 
    {
        float:right;width:68%;text-align:right;
    }
    #topRight p { 
        border:1px solid #F58;
        margin:4px 0px 4px 0px;
        background-color:#FFF3F3;
        padding:0px 10px 0px 10px;
        text-align:left;
        width:75%;
        display:block ;
        overflow :hidden ;
        color:#333;
    }
    #topRight a:link,#topRight a:visited  { color:#333;text-decoration:none;padding:2px 2px 0px 2px;}
    #topRight a:hover { color:#FFF;background:#F58;padding:2px 2px 0px 2px;}
    /****************************************************************************************************/
    #topNav 
    {
        width:100%;
        border-top:1px solid #F94178;
        background:url(/images/topnavbg.gif) left center repeat-x #F86499;
        height:29px;
        padding:0px 0px 0px 40px;
    }
    #topNav ul{float:left;}
    #topNav ul li {float:left;margin:0px;}
    #topNav a:link,#topNav a:visited {font-size:14px;font-weight:normal;color:#000;text-decoration:none;height:29px;padding:2px 10px 0px 10px;letter-spacing:1px;}
    #topNav a:hover {font-size:14px;font-weight:normal;text-decoration:none;background:url(/images/topnavbgOn.gif);padding:2px 10px 0px 10px;color:#FFF;}
    /****************************************************************************************************/
    #topSearch 
    {
        width:100%;
        background:url(/images/topsearchbg.gif) left center repeat-x #EEE;
        height:36px;
        padding:5px 20px 0px 20px;
        margin:1px 0px 4px 0px;
    }
    
    #topSearch a:link,#topSearch a:visited {color:#555;padding:3px;text-decoration:underline;}
    #topSearch a:hover {color:#fff;text-decoration:none;background-color:#E81062;}

/*********************** wkankan.com***********************************/
.searchInput
{
	background-color: #FFF;	
	border-top: 1px solid #999;	
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #999;
	border-bottom: 1px solid #E8E8E8;
	line-height:18px;
	font-size:14px;
	height:22px;
	width:200px;
	font-family:Verdana;
}

.searchSelect
{
	font-size:13px;
	position: relative; 
	height:22px;
}
.tmpsearchSelect {
		font-size:13px;
		padding:1px;
	}
.SearchBtn 
{
	font-size:12px;
	margin-right: 8px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	width:44px;
	height: 21px;
	border:0;	
	background:url(/Images/SearchBTN_bg.gif) no-repeat;
	} 
	
/* footer */
#footer { width: 99%; }
   #footer #footerline { border-bottom: 1px solid #666; background:#F69; height:6px; margin: 10px 0; overflow: hidden; }
   #footer #footerinfo { font-size: 1.2em; color: #666; line-height: 18px; text-align: center; font-family:verdana;}
   
