@CHARSET "UTF-8";
@import url(reset.css);
@import url(content.css);

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	text-align:center;
    background-color: #fff;
}

#window {
	position: relative;
	width: 980px;
	text-align: left;
	clear: both;
	margin: 0 auto 0 auto;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding-bottom: 10px;
}

/**
 * Head styles
 */
#window #head {
    background: url(../image/qtag/logo.jpg) no-repeat 5px 0px;
    width: 960px;
    height: 165px;
    margin: 0 10px;
    position: relative;
}

#window #head #headimage {
    position: absolute;
    top: 0;
    right: 0;
    width: 690px;
    height: 135px;
    background-position: top right;
    background-repeat: no-repeat;
}

#window #head .menu {
    position: absolute;
    top: 135px;
    left: 0;
    width: 960px;
    height: 30px;
    background-color: #eb008b;
}

#window #head .menu ul {
    float: right;
    min-width: 690px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

#window #head .menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#window #head .menu li a {
    font-size: 12px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-right: 1px solid #eb0008;
}

#window #head .menu li a:hover {
    background-color: #eb008b;
}

/**
 * Body styles
 */
#window #body {
    width: 960px;
    margin: 0 10px;
    padding: 20px 0 10px 0;
    float: left;
    clear: both;
    background: url(../image/qtag/body-bg.jpg) repeat-y 610px 0;
}

#window #body.wide {
    background: none;
}

#window #body #main {
    width: 600px;
    float: left;
}

#window #body.wide #main {
    width: auto;
}

#window #body #sidebar {
    width: 335px;
    float: right;
    font-size: 12px;
}

#window #body .content a.more, #window #body .content a.back {
    font-weight: bold;
}

#window #body #sidebar div.hr {
    clear: both;
    border-top: 1px dashed #000;
}

#window #body #sidebar div.hr hr {
    display: none;
}


/**
 * Foot styles
 */
#window #foot {
    border-top: 1px solid #eb008b;
    border-bottom: 1px solid #eb008b;
    width: 960px;
    height: 35px;
    clear: both;
    margin: 0 10px;
}

#window #foot .menu {
    float: left;
}

#window #foot .menu ul {
    list-style: none;
    color: #eb008b;
    margin: 10px 0 0 0;
    line-height: 15px;
}

#window #foot .menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #000;
}

#window #foot .menu li.last {
    border-right: none;
}

#window #foot .menu li a {
    font-size: 13px;
    text-decoration: none;
    color: #eb008b;
    line-height: 15px;
}

#window #foot .menu li a:hover {
    text-decoration: underline;
}

#window #foot .copyright {
    margin: 10px 5px 0 0;
    line-height: 15px;
    float: right;
    font-size: 11px;
}

#window #foot .copyright a, #window #foot .copyright a:hover {
    color: #eb008b;
    text-decoration: underline;
}



.plainlink a {
    color: #262626;
    text-decoration: none;
}

.plainlink a:hover {
    color: #cc0000;
}

.floatright {
    float: right;
}

div.item {
    margin-bottom: 20px;
}


#qrcodebox {
    width: 300px;
    margin-top: 10px;
}

#qrcodebox ul {
    list-style: none;
    clear: both;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
}

#qrcodebox li {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#qrcodebox li a {
    display: block;
    float: left;
    color: #999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 5px 0 0;
    padding: 0 5px;
    line-height: 24px;
    height: 24px;
}

#qrcodebox li a.selected {
    color: #333;
    border-bottom: 1px solid #fff;
    z-index: 1;
    text-decoration: none;
}

#qrcodebox div.box {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    padding: 10px;
}

#qrcodebox div.box label {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
}

#qrcodebox div.box input, #qrcodebox div.box textarea {
    margin-bottom: 6px;
    background: #fff;
    border: 1px solid #666666;
    font-size: 11px;
    padding: 3px;
    width: 200px;
}

#qrcodebox div.box input.submit {
    padding: 2px 4px;
    width: auto;
}

