﻿/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
        +content
            =content-menu
            =content-main
            =content-sidebar
-----------------------------------------------------------------------------*/

/* +content
*----------------------------------------------------------------------------*/

#content {
    position: relative;
    width: 930px;
    margin: 10px auto 10px auto;
    padding: 0 0 10px 0;
    display: block;
    clear: both;
    overflow: hidden;
    background: url(../../i/bg-content.gif) no-repeat left bottom;
}

#content-menu {
	position: relative;
	float: left;
	width: 192px;
	margin: 0 0 0 10px;
	overflow: hidden;
	display: inline;/* margin bug */
	background: #93dddf;
}

#content-main {	
	float: left;
	width: 568px;
	margin: 0 4px 0 11px;
	overflow: hidden;
}

#content-sidebar {
	float: right;
	width: 130px;
	margin: 0 10px 0 5px;
	overflow: hidden;
}

/* +content
*----------------------------------------------------------------------------*/
/* +content-sidebar
*----------------------------------------------------------------------------*/

/**
 *
 * =other
 *
 **/

#content-sidebar .other {
    background: #f6fcfc;    
}

#content-sidebar h4 {
    width: 130px;
    height: 28px;    
    background: url('../../i/bg-other-header.gif') no-repeat;
    text-indent: -100000px;    
}

#content-sidebar .other2 {
    padding: 0 0 0 0;
    text-align: center;
    border: 2px solid #7ac9ce;
}

#content-sidebar .other .box {
    margin: 10px 0 10px 0;
    padding: 0 0 5px 0;
    color: #aaa;
    border-bottom: 1px solid #7ac9ce;
    display: block;
}

#content-sidebar .other .box p img {
    border: 1px solid #ddd;
    margin: 0 0 5px 0;
}

#content-sidebar .other .box p.title{
    padding: 0 8px;
}

#content-sidebar .other .box p.title a {
    color: #4381ac;
    font: 12px/18px Arial, sans-serif, "新細明體";
    text-decoration:underline;
}

#content-sidebar .other .box p.txt {
    padding: 0 8px;
    font: 11px/18px Arial, sans-serif, "新細明體";
    color: #878787;
}

#content-sidebar .other .list {
    border-bottom: 0px dotted #fff;
}

#content-sidebar .other .list {
    margin: 10px 0 0 0;
}


