/* Default */
html,p,body,dl,dt,dd,h1,h2,h3,h4,h5,h6,blockquote,form,fieldset,legend,table,td,th,div,img {
	margin: 0;
	padding: 0;
}

div,p,form,table,tr,th,td,dl,dt,dd,address,blockquote,ins {
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: auto;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #8FC4D4;
	color: #333333;
	text-align: center;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: 0px;
}

table td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

img {
	border: 0px;
}

p {
	font-size: 9pt;
	margin: 15px 0;
}

ul li {
	font-size: 9pt;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #ed1c24;
	padding-left: 20px;
}

h2 {
	font-size: 12pt;
	font-weight: bolder;
	color: #21499D;
	padding-left: 20px;
}

h3 {
	font-size: 12pt;
	color: #0db14b;
}

.hide {
	display: none;
}

.width-fix {
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.block-top {
	display: block;
	padding-top: 20px;
}

.block-top-small {
	display: block;
	padding-top: 10px
}

.clear {
	clear: both;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.error {
	color: #f26522;
}

.good {
	color: #339900 !important;
}

.white {
	color: #fff !important;
}

.comment {
	color: #ccc !important;
}

.opacity-05 {
	filter: progid : DXImageTransform . Microsoft . Alpha (opacity = 50)
	-moz-opacity : 0.5; /* Mozilla 1.6  */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5;
}

.separator {
	border: 1px #434343 solid;
	width: 100%;
	margin: 2px 0;
	padding: 0;
}

.one-row {
	margin-bottom: 12px;
}

.one-row label {
	font-size: 9pt;
	text-align: right;
	width: 130px;
	margin-right: 6px;
}

.one-row label.error {
	width: 230px;
	text-align: left;
}

.one-row label,
.one-row input,
.one-row .field-note {
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 4px;
}

input.error,
textarea.error {
	border: 2px solid #E981C8;
}

.x-small {
	width: 120px;
}

.x-large {
	width: 182px;
}

.xx-large {
	width: 282px;
}

.text-small {
	font-size: 7pt;
}

.text-x-small {
	font-size: 6pt;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.itext {
	padding: 2px 3px;
	font-weight: normal;
	font-size: 9pt;
	color: #000;
	border: 1px solid #7F9DB9;
	background-color: #fff;
}

.itext:hover,
.itext:focus {
	border-color: #c6c6c6;
}

input.error {
	border: 2px solid #E981C8;
}

/* Loading */
#main-loading {
	display: none;
	text-align: center;
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#main-loading img {
	margin: auto;
	padding-top: 10%;
}

/* Main */
.layout {
	min-width: 990px;
}

.reducer {
	padding: 0 20px;
}

/* Header */
.header {
	width: 100%;
	min-width: 990px;
	height: 224px;
	background: #21499d url("/i/header_bg_0.jpg") repeat-x;
	position: relative;
	overflow: hidden;
}

.header .center {
	width: 100%;
	height: 197px;
	position: absolute;
	top: 0;
}

.header .center-block {
	width: 628px;
	height: 197px;
	margin: auto;
}

.header .c-l {
	width: 130px;
	height: 197px;
	background: url("/i/header_bg_3.png") no-repeat;
	float: left;
}

.header .c-c {
	width: 316px;
	height: 197px;
	background: url("/i/header_bg_4.jpg") no-repeat;
	float: left;
}

.header .c-r {
	width: 182px;
	height: 197px;
	background: url("/i/header_bg_5.png") no-repeat;
	float: left;
}

.header .header-01 {
	width: 100%;
	height: 224px;
	background: url("/i/header_bg_1.jpg") no-repeat 100% 0;
}

.header .header-02 {
	width: 100%;
	height: 197px;
	background: url("/i/header_bg_2.jpg") repeat-x 0 113px;	
}

.header .header-06 {
	width: 100%;
	height: 197px;
	background: url("/i/header_bg_6.jpg") no-repeat 0 73px;
}

.header .header-07 {
	height: 197px;
	background: url("/i/header_bg_7.jpg") repeat-x 0 93px;
	margin-right: 50%;
}

.logo {
	background: url("/i/logo.png") repeat-x;
	width: 134px;
	height: 137px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/* Mainmenu */
.header .mainmenu {
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 5;
	text-align: center;
	width: 100%;
}

.header .mainmenu .c {
	margin: auto;
	width: 500px;
	position: relative;
	z-index: 10;
}

.header .mainmenu ul {
	margin: 0;
	padding: 0;
}

.header .mainmenu li {
	float: left;
	list-style-type: none;
	display: block;	
	width: 100px;
	overflow: hidden;
}

.header .mainmenu li a .r-star-shape {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
	display: block;
}

.header .mainmenu li a .r-star-shape .cn {
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    top: -5px;
	display: block;
}

.header .mainmenu li a .r-star-shape .cn.tr {
    margin-left: 100%;
}

.header .mainmenu li a .r-star-shape .cn.tl {
    width: 100%;
}

.header .mainmenu li a.i0 span.cont {
	background-color: #f58345;
}

.header .mainmenu li a.i0 .r-star-shape .cn {
	background-image: url("/i/manimenu_corner_0.png");
}

.header .mainmenu li a.i1 span.cont {
	background-color: #5fc6c7;
}

.header .mainmenu li a.i1 .r-star-shape .cn {
	background-image: url("/i/manimenu_corner_1.png");
}

.header .mainmenu li a.i2 span.cont {
	background-color: #ec1b52;
}

.header .mainmenu li a.i2 .r-star-shape .cn {
	background-image: url("/i/manimenu_corner_2.png");
}

.header .mainmenu li a.i3 span.cont {
	background-color: #4bd994;
}

.header .mainmenu li a.i3 .r-star-shape .cn {
	background-image: url("/i/manimenu_corner_3.png");
}

.header .mainmenu li a.i4 span.cont {
	background-color: #ca47c5;
}

.header .mainmenu li a.i4 .r-star-shape .cn {
	background-image: url("/i/manimenu_corner_4.png");
}

.header .mainmenu li a {
	display: block;
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	margin-top: 20px;
}

.header .mainmenu li a span.cont {
	display: block;
	padding: 0 0 3px 0;
}

.header .mainmenu li.selected a {
	color: #21499d;
	margin-top: 15px;
}

.header .mainmenu li.selected a span.cont {
	padding: 10px 0 3px 0;
	color: #21499d;	
	background-color: #fff;
}

.header .mainmenu li a:hover {
	margin-top: 0;
}

.header .mainmenu li a:hover span.cont {
	padding-bottom: 23px;
	margin-top: 0;
}

.header .mainmenu li.selected a:hover span.cont {
	padding-bottom: 18px;
	margin-top: 0;
}

/* Navigation Sub */
.navigation-sub {
	padding: 22px 27px 22px 27px;
	display: block;
}

.navigation-sub-h {
	background: url("/i/navigation_sub_0.png") no-repeat;
	width: 286px;
	height: 182px;
}

.navigation-sub-c {
	background: url("/i/navigation_sub_1.png") repeat-y;
	width: 226px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}

.navigation-sub-b {
	background: url("/i/navigation_sub_2.png") no-repeat;
	width: 286px;
	height: 104px;
}

.navigation-sub-no {
	background: url("/i/navigation_sub_3.png") no-repeat;
	width: 286px;
	height: 54px;
}

.navigation-sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation-sub li {
	margin: 0;
	padding: 3px 0 3px 10px;
	list-style-type: none;
	font-size: 9pt;
}

.navigation-sub ul li ul li ul li {
	background: url("/i/bullet.png") no-repeat 0 9px;
}

.navigation-sub ul li ul li {
	background: url("/i/bullet2.png") no-repeat 0 9px;
}

.navigation-sub a.selected {
	color: #a0410d;
	text-decoration: none;
}

/* Content */
.columns {
	padding-top: 5px;
	background-color: #fff;
}

.column-left {
	width: 1%;
	background: url("/i/column_bg_l.png");
}

.column-right {
	width: 99%;
	background-color: #fdec9a;
	border-left: 5px #fff solid;
}

.column-right .width-fix {
	max-width: 990px;
}

.column-right .reducer {
	padding: 20px 40px 20px 20px;
}

.column-right b,
.column-right strong {
	font-size: 12pt;
	font-weight: bold;
	color: #ed1c24;
}

.title {
	margin: 0;
	padding: 0;
	border-bottom: 1px #8a8a8a solid;
}

.title td {
	font-size: 10pt;
	padding-bottom: 4px;
}

.title .list {
	width: 99%;	
}

.title .list div {
	padding-top: 7px;	
}

.title .search {
	width: 1%;
}

.title .search div {
	width: 200px;
}

.title .search input {
	margin: 0;
	padding: 0;
}

.title .search input.search-keywords {
	width: 130px;
	color: #ccc;
}

/* brief */
.brief {
	width: 220px;
	float: left;	
	background-color: #fff;
	margin: 0 50px 20px 0;
}

.brief .brief-img {
	height: 151px;
	text-align: center;
	padding-top: 10px;
}

.brief .brief-img .img {
	width: 200px;
	height: 151px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;	
}

.brief .brief-title {
	height: 30px;
	padding: 0 10px;
	font-weight: bold;
}


.brief span.corners-top, 
.brief span.corners-top span,
.brief span.corners-bottom, 
.brief span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

.brief span.corners-top, 
.brief span.corners-top span,
.brief span.corners-bottom, 
.brief span.corners-bottom span {
	background-position: 0 0;
	margin: 0;
}

.brief span.corners-top {
	background-image: url("/i/item_corner_l.png");
	background-position: 0 0;	
}

.brief span.corners-top span {
	background-image: url("/i/item_corner_r.png");
	background-position: 100% 0;
}

.brief span.corners-bottom {
	background-image: url("/i/item_corner_l.png");
	background-position: 0 100%;	
}

.brief span.corners-bottom span {
	background-image: url("/i/item_corner_r.png");
	background-position: 100% 100%;
}

/* Sort */
.sort-list {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.sort-list li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

.sort-list span {
	display: block;
	padding: 5px 0;
}

.sort-list a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

.sort-list a.selected {
	background-color: #fff;
}

.sort-list a.z {
	background-image: url("/i/sort_array_down.png");
}

.sort-list a.a {
	background-image: url("/i/sort_array_up.png");
}

/* Page nav */
.page-nav {
	padding: 10px 0;
	overflow: hidden;
	display: table;
}

.page-nav ul {
	padding: 0;
	margin: 0;
}

.page-nav li {
	float: left;
	list-style-type: none;
	margin: 0 4px;
	font-weight: bold;
}

.page-nav li a {
	text-decoration: none;
	color: #666666;
}

.page-nav li a:HOVER {
	text-decoration: underline;
	color: #2995df;
}

.page-nav li .current {
	color: #2995df;
}

.page-nav li .nolink {
	color: #a3a3a3;
}

/* Footer */
.footer {
	padding-top: 5px;
}

.footer .h {
	background: #21499d url("/i/footer.png") top center no-repeat;
	height: 30px;
}

.footer .mainmenu {
	background-color: #8fc4d4;
	overflow: hidden;
}

.footer .mainmenu ul {
	background-color: #8fc4d4;
	margin: 0;
	text-align: center;
	padding: 10px;
}

.footer .mainmenu ul li {	
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
}

.footer .mainmenu ul li a {	
	color: #20479E;
}

.copy {
	background-color: #8fc4d4;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.copy a {
	color: #fff;
}
