html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Verdana, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #EFEFEF url('../image/fond.png') repeat;
}
p {
	line-height: 18px;
}
body, p, td, th, input, textarea, select, option {
	font-size: 13px;
}
small, small a {
	font-size: 10px;
}
h2, h3, h5, p {
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #C7C7C7;
	color: #333;
	text-transform: uppercase;
}
h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 17px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #006DCA;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/* Form Input */
input[type='text'], input[type='password'], textarea {
	background: #FFF;
	color: #404040;
	padding: 3px;
	min-height: 17px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 2px 0 -1px #EDEDED;
	-moz-box-shadow: inset 0 2px 0 -1px #EDEDED;
	box-shadow: inset 0 2px 0 -1px #EDEDED;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, input[type='text']:focus, input[type='password']:focus, textarea:focus {
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}
select {
	background: #FFF;
	color: #404040;
	padding: 3px;
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 2px 0 -1px #EDEDED;
	-moz-box-shadow: inset 0 2px 0 -1px #EDEDED;
	box-shadow: inset 0 2px 0 -1px #EDEDED;
}
label {
	cursor: pointer;
}
fieldset {
	border: 1px solid #DCDCDC;
	padding: 10px 10px 10px 10px;
}
legend {
	border: 1px solid #DCDCDC;
	background: #F9F9F9;
	color: #404040;
	padding: 5px 15px 5px 15px;
	margin-bottom: 10px;
}
.required { 
	color: #F00;
}
.error {
	color: #F00;
}
/* Heading */
.heading {
	background: url('../image/heading.jpg') no-repeat;
	height: 113px;
	width: 880px;
	padding: 0px 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 1;
} 
.heading > h1 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 35px;
	vertical-align: middle;
}
/* Header */
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#header .left {
	position: relative;
	left: 3px;
	top: 26px;
	float: left;
	width: 264px;
	height: 50px;
}
#header .right {
	position: relative;
	left: -10px;
	top: 70px;
	float: right;
	color: #006DCA;
}
#header #online {
	position: absolute;
	right: 8px;
	top: 50px;
	float: right;
	color: #006DCA;
	text-align: right;
}
/* Menu */
/*
#menu {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	z-index: 99;
	position: relative;
}
#menu .left {
	width: 7px;
	height: 54px;
	float: left;
	background: url('../image/menu_left.png') no-repeat;
}
#menu .right {
	width: 7px;
	height: 54px;
	float: right;
	background: url('../image/menu_right.png') no-repeat;
}
#menu .center {
	margin-left: 7px;
	margin-right: 7px;
	background: url('../image/menu_center.png') repeat-x;
	height: 42px;
	position: relative;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
}
#menu .center ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../image/transparent.png');
	z-index: 100;
	cursor: pointer;
}
#menu .center a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#menu .center li .top {
	font: 15px Arial;
	font-weight: bold;
	padding: 0px 0px 15px 13px;
	margin: 0px 12px 0px 0px;
	height: 25px;
	display: block;
}
#menu .center li .top span {
	font: 15px Arial;
	font-weight: bold;
	padding: 4px 13px 4px 1px;
	color: #FFFFFF;
	display: block;
}
#menu .center ul li {
	padding: 2px;
}
#menu .center li.selected:hover > a {
	clear: both;
}
#menu .center li.selected > a.top, #menu .center li:hover > a.top {
	background: url('../image/selected_left.png') top left no-repeat;
}
#menu .center li.selected > a.top span, #menu .center li:hover > a.top span {
	background: url('../image/selected_right.png') top right no-repeat;
}
#menu .center .parent {
	background: url('../image/arrow_right.png') 95% center no-repeat;
}
#menu .center .parent:hover {
	background: #333 url('../image/arrow_right.png') 95% center no-repeat;
}
#menu .center li {
	float: left;
	list-style: none;
}
#menu .center li ul {
	position: absolute;
	z-index: 100;
}
#menu .center li li {
	clear: both;
}
#menu .center li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
#menu .center li ul ul {
	margin: -27px 0 0 157px;
}
#menu .center li li:hover {
	background: #333;
	color: #000000;
}
#menu .center ul ul {
	display: none;
}
#menu .center ul li:hover > ul {
	display: block;
}
*/
#menu {
    background: url("../image/menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
	width:960px;
	margin:auto
}
#menu ul {
    background: url("../image/transparent.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 100;
}
#menu a {
    color: #C5C5C5;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#menu li a.top {
    display: block;
    font: 13px/45px Arial;
    margin: 0 1px 0 0;
    padding: 0 31px;
    text-shadow: 1px 1px #000000;
}
#menu li:hover a.top {
    color: #FFFFFF;
}
#menu > ul > li + li {
    background: url("../image/split.png") no-repeat scroll left center transparent;
}
#menu li.selected:hover > a {
    clear: both;
}
#menu li.selected > a.top, #menu li:hover > a.top {
    color: #FFFFFF;
}
#menu .parent {
    background: url("../image/arrow-right.png") no-repeat scroll 95% center transparent;
}
#menu .parent:hover {
    background: url("../image/arrow-right.png") no-repeat scroll 95% center #333333;
}
#menu li {
    float: left;
    list-style: none outside none;
}
#menu li ul {
    position: absolute;
    z-index: 100;
}
#menu li li {
    clear: both;
}
#menu li ul a {
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    width: 150px;
}
#menu li ul ul {
    margin: -30px 0 0 160px;
}
#menu li li:hover {
    background: none repeat scroll 0 0 #333333;
}
#menu ul ul {
    display: none;
}
#menu ul li:hover > ul {
    display: block;
}#menu {
    background: url("../image/menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
#menu ul {
    background: url("../image/transparent.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 100;
}
#menu a {
    color: #C5C5C5;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#menu li a.top {
    display: block;
    font: 13px/45px Arial;
    margin: 0 1px 0 0;
    padding: 0 31px;
    text-shadow: 1px 1px #000000;
}
#menu li:hover a.top {
    color: #FFFFFF;
}
#menu > ul > li + li {
    background: url("../image/split.png") no-repeat scroll left center transparent;
}
#menu li.selected:hover > a {
    clear: both;
}
#menu li.selected > a.top, #menu li:hover > a.top {
    color: #FFFFFF;
}
#menu .parent {
    background: url("../image/arrow-right.png") no-repeat scroll 95% center transparent;
}
#menu .parent:hover {
    background: url("../image/arrow-right.png") no-repeat scroll 95% center #333333;
}
#menu li {
    float: left;
    list-style: none outside none;
}
#menu li ul {
    position: absolute;
    z-index: 100;
}
#menu li li {
    clear: both;
}
#menu li ul a {
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    width: 150px;
}
#menu li ul ul {
    margin: -30px 0 0 160px;
}
#menu li li:hover {
    background: none repeat scroll 0 0 #333333;
}
#menu ul ul {
    display: none;
}
#menu ul li:hover > ul {
    display: block;
}
/* Content */
#content {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#content > .top {
	background: url('../image/content_top.png') no-repeat;
	width: 960px;
	height: 7px;
}
#content > .middle {
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 10px 15px 10px 15px;
	min-height: 300px;
	background: #FFF;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	overflow: auto;
}
#content > .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	width: 960px;
	height: 7px;
	clear: both;
}
/* Footer */
/*#footer {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
*/
#footer {
    background: url("../image/menu.png") repeat-x scroll 0 0 transparent;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px #CCCCCC;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
	width:960px;
	margin:auto
}
#footer > .left {
	width: 7px;
	height: 54px;
	float: left;
	background: url('../image/footer_left.png') no-repeat;
}
#footer > .right {
	width: 7px;
	height: 54px;
	float: right;
	background: url('../image/footer_right.png') no-repeat;
}
#footer > .center {
	margin-left: 7px;
	margin-right: 7px;
	height: 18px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
#footer > .center .div1 {
	float: left;
	color: #FFFFFF;
}
#footer > .center .div2 {
	float: right;
	text-align: right;
}
#footer > .center .div1, #footer > .center .div2, #footer > .center .div2 a {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
/* Notification */
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
}
.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
}
.attention {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	color: #555555;
}
.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
	color: #555555;
}
/* Layout */
.content {
	float: left; 
	width: 640px;	
}
.column {
	float: right; 
	width: 260px;
}
.column ul li{
border-bottom-color:#DDDDDD;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  list-style:none;
  padding:5px 0;
  text-decoration:none;
}

.column-menu {
	width: 240px;
	padding: 0px;
	margin: 0px;
}
.column-menu ul {
	text-align: left;
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.column-menu li { 
	list-style: none;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px dotted #DDD;
	padding: 5px 0px;
}
.column-menu li li { 
	list-style: none;
	text-decoration: none;
	border-bottom: none;
	padding: 5px 0 0 15px;
	font-size:13px;
}
.column-menu li li:hover {
border:none;
}

.column-menu li:hover { 
	border-bottom: 1px dotted #006DCA;
}
.column-menu li a {
	color: #222;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	cursor: pointer;
	display:block
}
.column-menu li a:hover { 
	color: #006DCA;
	font-weight: normal;
}

.image {
	border: 1px solid #DDDDDD;
	background: #FFF;
}
/* Button */
a.button, input.button {
	cursor: pointer;
	color: #FCFCFC;
	line-height: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	background-color: #80BB20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDD;
	box-shadow: 0px 2px 2px #DDD;	
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 7px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 2px 12px;
}
a.button:hover, input.button:hover {
	background-color: #70AA10;
}
/* List Table */
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #F7F7F7;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
}
.list tbody tr:odd {
	background: #FFFFFF;
}
.list tbody tr:even {
	background: #E4EEF7;
}
/* List Position */
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
/* List Filter */
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
/* Pagination */
.pagination {
	width: 100%;
	clear: both;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	font-size: 12px;
}
/* Horizontal Tabs */
.htabs {
	height: 32px;
	margin-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 10px;
	clear: both;
}
.htabs a {
	float: left;
	display: block;
	padding: 7px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #F7F7F7;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.htabs a.selected {
	background: #FFFFFF;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
/* Vertical Tabs */
.vtabs {
	width: 160px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 175px;
}
/* Carousel */
.carousel {
	width: 346px;
	height: 225px;
	z-index: 1;
	position: relative;
	top: 20px;
	right: 20px;
	float: right;
}
.carousel .left {
	width: 21px;
	height: 48px;
	float: left;
	position: relative;
	top: 70px;
	background: url('../image/button_previous.png') center no-repeat;
	cursor: pointer;
}
.carousel .right {
	width: 21px;
	height: 48px;
	float: right;
	position: relative;
	top: 70px;
	background: url('../image/buton_next.png') center no-repeat;
	cursor: pointer;
}
.carousel .center {
	overflow: hidden;
	width: 304px;
	height: 225px;
	margin-left: 21px;
	margin-right: 21px;
}
.carousel ul, .carousel li {
	margin: 0;
	padding: 0;
}
.carousel li {
	float: left;
	width: 304px;
	height: 225px;
}
/* Main Page */
#main {
	width: 930px;
	height: 270px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 15px;
	background: url('../image/main.jpg') no-repeat;
}
#main .div1 {
	width: 500px;
	padding: 10px;
	float: left;
}
#main .div1 h1 {
	font-size: 32px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow:silver 0 1px 1px;
}
#main .div1 p {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow:silver 0 1px 1px;
}
/* Sub Page */
#sub {
	width: 960px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
	height: 100px;
}
#sub .sub + .sub {
	margin-left: 19.5px;
}
#sub .sub {
	width: 307px;
	height: 100px;
	float: left;
	background: url('../image/sub.png') center no-repeat;
}
#sub .div1 {
	float: left;
	width: 70px;
}
#sub .div1 img {
	position: relative;
	top: 25px;
	left: 20px;
}
#sub .div2 {
	margin-left: 70px;
	padding: 13px;
	color: #454545;
}
/* Extension (Account) */
.extension {
	clear: both;
	width: 100%;
}
.extension + .extension {
	padding-top: 15px;
	border-top: 1px solid #EEE;
}
.extension .div1 {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
}
.extension .div2 {
	float: left;
	width: 440px;
	margin-bottom: 12px;
}
.extension .div2 a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.extension .div3 {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.extension .div3 img {
	float: left;
	margin-left: 1px;
	vertical-align: top;
}
/* Extension Page List */
.display { 
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}
.extension-list > div {
	clear: both;
	width: 100%;
}
.extension-list .right {
	float: right;
	margin-left: 15px;
}
.extension-list .left {
}
.extension-list > div + div {
	padding-top: 15px;
	border-top: 1px solid #EEE;
}
.extension-list .image {
	float: left;
	margin-right: 5px;
	margin-right: 10px;
	margin-bottom: 12px;
	border: none;
}
.extension-list .name {
	float: left;
	width: 400px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.extension-list .description {
	float: left;
	width: 400px;
	margin-bottom: 12px;
}
.extension-list .price {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.extension-list .price img {
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	vertical-align: top;
}
/* Extension Page Grid */
.extension-grid {
	clear: both;
	width: 100%;
}
.extension-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.extension-grid .image {
	margin-right: 1px;
	margin-bottom: 5px;
	border: none;
}
.extension-grid .name {
	width: 125px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.extension-grid .description {
	display: none;
}
.extension-grid .price {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.extension-grid .price img {
	margin: 5px 0;
}
/* Feature */
.feature li {
	list-style-image: url('../image/yes.png');
}
#liveshop {
	border-collapse: collapse;
	width: 100%;
}
#liveshop td {
	padding: 6px;
}
.terms {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	color: #404040;
	margin: 3px 0px;
	padding: 4px;
	height: 150px;
	overflow-y: scroll;
}
.purchase {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.purchase thead {
	background: url('../image/extension_sort.png') repeat-x;
}
.purchase thead td {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.purchase td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}
.purchase .left {
	text-align: left;
}
.purchase .right {
	text-align: right;
}
/* Advertising (Not in Use) */
.advertising {
	margin-left: -10px;
	overflow: hidden;
}
.advertising div {
	float: left;
}
.advertising a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 9px;
}
/* Reports */
.report {
	background: url('../image/report.png') 1px no-repeat;
	padding-left: 22px;
}
.reported {
	background: url('../image/reported.png') 1px no-repeat;
	padding-left: 22px;
}
.scrollbox {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    height: 100px;
    overflow-y: scroll;
    width: 120px;
}
.scrollbox div {
    padding: 3px;
}
.scrollbox div input {
    margin: 0 3px 0 0;
    padding: 0;
}