body {
	background: #f0f0f0 url('../images/bg/body.gif') left top repeat-x;
}
body, td, th, div, span, p, a {
	color: #666;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
input, select, textarea {
	color: #9aa0a5;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	color: #010101;
	text-decoration: none;
}

/* layout */
#layout {
	width: 100%;
	height: 100%;
}
#layout #layout-top {
	text-align: center;
	padding: 0 0 50px 0;
	vertical-align: top;
	background: url('../images/bg/layout-top.gif') center top no-repeat;
}
#layout #layout-bot {
	vertical-align: bottom;
}
/* layout */

/* popup */
#popup {
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	position: absolute;
	text-align: center;
	padding: 107px 0 0 0;
}
#popup .content {
	margin: 0 auto;
	text-align: left;
}

#dialog .buttons a.gray_b span { padding: 3px 9px 3px 0; }

/* popup */

/* header */
#header {
	text-align: center;
	padding: 33px 0 0 0;
}
#header .content {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header .logo {
	float: left;
	width: 226px;
}
#header .logo a {
	display: block;
}
#header .logo form div {
	padding: 1px 5px 0 0;
	text-align: right;
}
#header .advert {
	width: 750px;
	float: right;
}
#header .advert li {
	float: left;
}
#header .counter {
	float: left;
	width: 226px;
	margin-top: 10px;
}
#header .counter span,
#header .counter strong {
	float: left;
	display: block;
	margin-right: 2px;
}
#header .counter span {
	font-size: 12px;
	font-weight: bold;
	margin: 2px 7px 0 0;
}
#header .counter cite,
#header .counter strong {
	background-image: url('../images/ico/middot.gif');
	background-repeat: no-repeat;
}
#header .counter cite {
	font-size: 18px;
	font-style: normal;
	padding: 0 9px 0 0;
	letter-spacing: -1px;
	background-position: right center;
}
#header .counter strong {
	padding: 0 0 0 7px;
	background-position: left center;
}
#header #login {
	float: right;
	margin-top: 12px;
}
#header #login li {
	float: left;
}
#header #login a,
#header #login span {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#header #login a:hover {
	color: #010101;
}
#header #login span {
	padding: 0 11px;
}
#header #login a.login {
	padding-left: 25px;
	background: url('../images/ico/smile.gif') left center no-repeat;
}
#header #login span.user {
	padding: 0;
	color: #29abe2;
	font-weight: bold;
	text-transform: none;
}
#header .menu {
	height: 39px;
	padding: 0 3px;
	margin-top: 3px;
}
#header .menu .menu-frame {
	height: 100%;
	background: url('../images/bg/header-menu.gif') left center repeat-x;
}
#header .menu td {
	height: 100%;
	vertical-align: middle;
}
#header .menu .left {
	width: 100%;
	background: url('../images/bg/header-menu-left.gif') left center no-repeat;
}

#header .menu .left td {
    width: 130px;
}

#header .menu .middle {
    width: 200px;
    padding: 0;
}

#header .menu .right {
	padding: 0 15px;
	background: url('../images/bg/header-menu-right.gif') right center no-repeat;
}
#header .menu .middle td,
#header .menu .left td {
	background: url('../images/dec/header-menu-sep.gif') right center no-repeat;
}

#header .menu .middle td {
    padding: 0 10px;
}

#header .menu .middle td.last { background: none; }

#header .menu .left td.first a,
#header .menu .left td.first span {
	margin-left: 2px;
    padding: 8px 15px 9px 15px;
}
#header .menu .left a,
#header .menu .left span {
	display: block;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-right: 2px;
	padding: 8px 15px 9px 15px;
	text-decoration: none;
}
#header .menu .left span,
#header .menu .left a:hover {
	background: url('../images/bg/header-menu-over.gif') left center repeat-x;
}


#header .menu .right form td {
	height: 20px;
}
#header .menu .right form .input-text input {
	border: 0px;
	height: 18px;
	width: 113px;
	color: #9aa0a5;
	padding: 2px 5px 0 5px;
	background: url('../images/dec/search-center.gif') left center repeat-x;
}
#header .menu .right form .submit {
	display: none;
}
/* header */

/* content */
#content {
	text-align: center;
	padding: 0 0 20px 0;
}
#content .content {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#content .left {
	float: left;
	width: 223px;
}
#content .right {
	width: 764px;
	float: right;
}
#content .right-content {
	width: 620px;
	float: right;
}
#content .right-banner {
	float: right;
	padding: 14px 12px;
}
#content .right-banner div {
	width: 120px;
}

#content .left {
	padding: 0 0 0 3px;
}
#content .left .menu {
	padding: 12px 27px 0 19px;
}
#content .left .menu div {
	margin-bottom: 25px;
}
#content .left .menu h2 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px 0 11px 11px;
	background: url('../images/dec/content-menu-h2.gif') left top no-repeat;
}
#content .left .menu ul {
	margin-left: 7px;
}
#content .left .menu li {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 15px;
	/*background-image: url(../images/bg/menu_l_bg.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#content .left .menu ul a,
#content .left .menu ul span {
	font-size: 13px;
	text-decoration: none;
}
#content .left .menu ul span,
#content .left .menu ul a:hover {
	color: #29abe2;
}
#content .left .menu ul span {
	font-weight: bold;
}

#content .left .menu #poll h3 {
	font-size: 15px;
	padding-left: 4px;
	margin-bottom: 11px;
}
#content .left .menu #poll ul,
#content .left .menu #result ul,
#content .left .menu #poll .gray_s {
	margin-bottom: 5px;
}
#content .left .menu #poll li {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
	float: left;
}
#content .left .menu #poll input {
	width: 13px;
	height: 13px;
	margin-left: -22px;
}
#content .left .menu #poll a {
	font-size: 13px;
	text-decoration: none;
}
#content .left .menu #result p,
#content .left .menu #poll p.clear {
	padding: 1px 0 0 0;
	background: url('../images/dec/news-list-sep.gif') left top no-repeat;
}

#content .left .menu #result td {
	padding: 4px 0 2px 0;
}
#content .left .menu #result td.wf {
	font-weight: bold;
}
#fb-like{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#fb-like span div{
	border: 1px solid #FFF;
}
#fb-like a{
	text-decoration: none;
}
#fb-like a.fblink{
	margin-bottom: 6px;
	display: block;
}
#content .left .graph {
	padding: 0 !important;
	background: url('../images/dec/graph.gif') left top no-repeat;
}
#content .left .graph img {
	background: url('../images/dec/graph-overlay.gif') left top no-repeat;
}

#content .left .advert{
	padding: 0 20px 3px 18px;
}

#partners{
	margin-top: 10px;
}
#partners #partnerlogos td div{
	width: 114px;
	height: 114px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#partners #partnerlogos td{
	width: 118px;
	height: 118px;
	text-align: center;
	vertical-align: middle;
}
#partners #partnerlogos img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
#content td.wf .type-content span.subdes{
	font-weight: normal;
	padding-left: 12px;
}
.f4col td{
	padding-right: 8px;
	padding-left: 5px;
	width: 25%;
}
.f4col td.b-right{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.f4col td.b-right div{
	padding-left: 5px;
}

/* content */

/* slide */
#slide {
	padding: 17px 0 0 5px;
}
.slide {
	width: 204px;
	background: url('../images/bg/slide-mid.gif') left top repeat-y;
}
.slide .slide-content {
	padding: 8px 7px;
	background: url('../images/bg/slide-top.gif') left top no-repeat;
}
.slide .slide-bot {
	height: 4px;
	background: url('../images/bg/slide-bot.gif') left top no-repeat;
}
.slide h4 {
	font-size: 13px;
	margin-bottom: 5px;
}
.slide p {
	font-size: 12px;
	line-height: 110%;
}
.slide .graph {
	margin-bottom: 5px;
}
.slide li {
	font-size: 12px;
	padding: 2px 0 2px 30px;
}
.slide li a {
	font-size: 12px;
}
.slide li.phone {
	background: url('../images/ico/phone.gif') left center no-repeat;
}
.slide li.mail {
	background: url('../images/ico/mail.gif') left center no-repeat;
}
.slide li.skype {
	background: url('../images/ico/skype.gif') left center no-repeat;
}
/* slide */

/* control */
#control .control {
	width: 217px;
	margin-bottom: 6px;
	background: url('../images/bg/control.gif') left top repeat-y;
}
#control .block {
	background: url('../images/bg/control-top.gif') left top no-repeat;
}
#control .bottom {
	height: 12px;
	margin-top: -12px;
	background: url('../images/bg/control-bot.gif') left top no-repeat;
}
#control .head {
	background: url('../images/dec/type-sep.gif') left bottom repeat-x;
}
#control h4 {
	display: block;
	font-size: 18px;
	padding: 13px 0 6px 15px;
}
#control h4.cart {
	background: url('../images/ico/cart.gif') 176px center no-repeat;
}
#control h4.libra {
	background: url('../images/ico/libra.gif') 166px center no-repeat;
}
#control ul {
	display: block;
	padding: 0 12px;
}
#control li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #c8c8c8;
}
#control li div {
	position: relative;
	min-height: 50px;
	padding: 0 25px 0 0;
}
#control li h5 {
	display: block;
}
#control li h5 a {
	color: #666;
	font-size: 13px;
	line-height: 110%;
	text-decoration: none;
}
#control li h5 a:hover {
	color: #000000;
}
#control li span {
	display: block;
	margin-bottom: 5px;
}
#control li span a {
	font-size: 13px;
	line-height: 110%;
	text-decoration: none;
}
#control li a {
	font-size: 11px;
}
#control .btn_close {
	top: 45%;
	right: 0;
	z-index: 2;
	position: absolute;
}
#control li.last {
	border-bottom: none;
}

#control .act {
	padding: 5px 15px 6px 0;
	border-top: 1px solid #b1b5b9;
}
#control .act .red_xs,
#control .act .gray_xs {
	float: right;
}
/* control */

/* type */
.type,
.type.gray {
	margin: 0 5px 6px 5px;
	background: #e5e5e5 url('../images/bg/type.gif') left top repeat-x;
}

.type.large {
	background: #e5e5e5 url('../images/bg/type-large.gif') left top repeat-x;
}

.type .top,
.type.gray .top {
	height: 3px;
	background: url('../images/bg/type-top.gif') right top repeat-x;
}
.type .top .l,
.type .top .r,
.type.gray .top .l,
.type.gray .top .r {
	width: 4px;
	height: 3px;
}
.type .top .l,
.type.gray .top .l {
	float: left;
	background: url('../images/bg/type-top-left.gif') left top no-repeat;
}
.type .top .r,
.type.gray .top .r {
	float: right;
	background: url('../images/bg/type-top-right.gif') right top no-repeat;
}
.type .cnt,
.type.gray .cnt {
	width: 100%;
}
.type .cnt .l,
.type .cnt .r,
.type.gray .cnt .l,
.type.gray .cnt .r {
	width: 1px;
	background: #b8bdc0 url('../images/bg/type-lr.gif') left top no-repeat;
}
.type .bot,
.type.gray .bot {
	height: 4px;
	background: url('../images/bg/type-bot.gif') right bottom repeat-x;
}
.type .bot .l,
.type .bot .r,
.type.gray .bot .l,
.type.gray .bot .r {
	width: 4px;
	height: 4px;
}
.type .bot .l,
.type.gray .bot .l {
	float: left;
	background: url('../images/bg/type-bot-left.gif') left bottom no-repeat;
}
.type .bot .r,
.type.gray .bot .r {
	float: right;
	background: url('../images/bg/type-bot-right.gif') right bottom no-repeat;
}
/* type */

/* type.gray */
.type.gray {
	background: none;
}
.type.gray .top {
	background: url('../images/bg/type-i-top.gif') right top repeat-x;
}
.type.gray .top .l {
	background: url('../images/bg/type-i-top-left.gif') left top no-repeat;
}
.type.gray .top .r {
	background: url('../images/bg/type-i-top-right.gif') right top no-repeat;
}
.type.gray .cnt .l,
.type.gray .cnt .r {
	background: #b8bdc0 url('../images/bg/type-i-lr.gif') left top no-repeat;
}
.type.gray .bot {
	background: url('../images/bg/type-i-bot.gif') right bottom repeat-x;
}
.type.gray .bot .l {
	background: url('../images/bg/type-i-bot-left.gif') left bottom no-repeat;
}
.type.gray .bot .r {
	background: url('../images/bg/type-i-bot-right.gif') right bottom no-repeat;
}
.type.gray .type-header h1 {
	width: 206px;
	padding: 12px 0 9px 10px;
	background: url('../images/dec/type-header-not_found.gif') left top no-repeat;
}
.type.gray .type-header .fr a {
	margin-right: 5px;
}
.type.gray .type-header ul {
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
}
.type.gray .type-header li {
	font-size: 15px;
	display: inline;
	font-weight: bold;
}
.type.gray .type-header li a {
	font-size: 13px;
	font-weight: normal;
}
.type.gray .type-content {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.gallerybtn, div.facebookbtn{
	display: inline-block;
	float: left;
	width: 130px;
	margin-top: 10px;
}
.gallerybtn a, .facebookbtn a{
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	display: inline-block;
	height: 34px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 80px;
}
.gallerybtn a{
	background-image: url(../images/btn/gallery_btn_off.png);
}
.facebookbtn a{
	background-image: url(../images/btn/facebook_btn.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.gallerybtn a:hover{
	background-image: url(../images/btn/gallery_btn_on.png);	
}
.facebookbtn a:hover{
	background-image: url(../images/btn/facebook_btn_on.png);	
}


/* type.gray */


/* type-header */
.type-header {
	z-index: 1;
	position: relative;
	padding: 10px 10px 7px 19px;
	background: url('../images/dec/type-sep.gif') left bottom repeat-x;
}
.type-header h1 {
	float: left;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	background: url('../images/dec/type-header-right.gif') right top no-repeat;
}
.type-header h1 span {
	display: block;
	color: #FFFFFF;
	padding: 8px 55px 13px 10px;
	font-size: 20px;
	font-weight: bold;
	background: url('../images/dec/type-header-left.gif') left top no-repeat;
}
.type-header h1.s {
	width: 180px;
	padding: 8px 0 13px 10px;
	background: url('../images/dec/type-header-s.gif') left top no-repeat;
}
.type-header h1.m {
	width: 378px;
	padding: 8px 0 13px 15px;
	background: url('../images/dec/type-header-m.gif') left top no-repeat;
}
.type-header h1.m2 {
	width: 334px;
	padding: 8px 0 13px 15px;
	background: url('../images/dec/type-header-m2.gif') left top no-repeat;
}
/* type-header */

/* type-error */
.type-error {
	padding: 5px 0;
	text-align: center;
	background: url('../images/dec/type-sep.gif') left bottom repeat-x;
}
.type-error p {
	padding: 9px 0;
	color: #FF0000;
	font-weight: bold;
}
/* type-error */

/* type-content */
.type-content {
	z-index: 1;
	position: relative;
	padding: 10px 16px 10px 25px;
}
.type-content h2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 6px 0 22px 0;
}
/* type-content */

/* type-footer */
.type-footer {
	padding: 14px 22px;
	background: url('../images/dec/type-sep.gif') left top repeat-x;
}
/* type-footer */

/* paging */
.paging {
	padding: 10px 0;
	text-align: center;
}
.paging table {
	margin: 0 auto;
	text-align: left;
}
.paging li {
	float: left;
}
.paging a {
	text-decoration: none !important;
}
.paging a:hover {
	color: #29abe2;
}
/* paging */

/* link */
a.link {
	font-size: 13px;
	padding: 0 20px 0 0;
	text-decoration: none !important;
	background: url('../images/ico/header-link.gif') right center no-repeat;
}
a.link:hover {
	background: url('../images/ico/header-link-over.gif') right center no-repeat;
}
/* link */

/* groups */
#groups {
	height: 202px;
	z-index: 2;
	position: relative;
	background: url('../images/bg/groups.gif') center top no-repeat;
}
#groups a.link {
	z-index: 1;
	right: 10px;
	bottom: 9px;
	position: absolute;
}
#groups .group-link {
	display: block;
	position: absolute;
}
#groups .group-link span {
	display: none;
}
#groups #group-1 {
	top: 35px;
	left: 15px;
	width: 110px; 
	height: 101px;
	background: url('../images/ico/group-1.gif') top left no-repeat
}
#groups #group-2 {
	top: 33px;
	left: 175px;
	width: 110px; 
	height: 109px;
	background: url('../images/ico/group-2.gif') top left no-repeat
}
#groups #group-3 {
	top: 34px;
	left: 335px;
	width: 110px; 
	height: 103px;
	background: url('../images/ico/group-3.gif') top left no-repeat
}
#groups #group-4 {
	top: 33px;
	right: 184px;
	width: 103px; 
	height: 110px;
	background: url('../images/ico/group-4.gif') top left no-repeat
}
#groups #group-5 {
	top: 38px;
	right: 34px;
	width: 111px; 
	height: 107px;
	background: url('../images/ico/group-5.gif') top left no-repeat
}
#groups #group-1.over,
#groups #group-1:hover {
	background: url('../images/ico/group-1-over.gif') top left no-repeat
}
#groups #group-2.over,
#groups #group-2:hover {
	background: url('../images/ico/group-2-over.gif') top left no-repeat
}
#groups #group-3.over,
#groups #group-3:hover {
	background: url('../images/ico/group-3-over.gif') top left no-repeat
}
#groups #group-4.over,
#groups #group-4:hover {
	background: url('../images/ico/group-4-over.gif') top left no-repeat
}
#groups #group-5.over,
#groups #group-5:hover {
	background: url('../images/ico/group-5-over.gif') top left no-repeat
}

#groups .group-menu {
	z-index: 2;
	min-width: 149px;
	display: none;
	position: absolute;
	/*padding: 20px 0 4px 0;
	background: url('../images/bg/group-menu-top.gif') left 5px no-repeat;*/
}
#groups #group-1-menu {
	top: 135px;
	left: 11px;
}
#groups #group-2-menu {
	top: 140px;
	left: 0px;
}
#groups #group-3-menu {
	top: 135px;
	left: 331px;
}
#groups #group-4-menu {
	top: 141px;
	right: 150px;
}
#groups #group-5-menu {
	top: 143px;
	right: 0px;
}
#groups .group-menu .top {
	/*background: url('../images/bg/group-menu-bg.gif') left top repeat-y;*/
}
#groups .group-menu ul {
	/*padding: 2px 0 4px 14px;
	background: url('../images/bg/group-menu-bg-top.gif') left top no-repeat;*/
}
#groups .group-menu a {
	color: #000000;
	font-size: 13px;
	line-height: 110%;
	text-decoration: none;
}
#groups .group-menu span {
	color: #fff799;
}
#groups .group-menu a:hover {
	color: #FFFFFF;
}
#groups .group-menu .bot {
	height: 4px;
	/*background: url('../images/bg/group-menu-bot.gif') left bottom no-repeat;*/
}

#groups .menuholder td{
	vertical-align: top;
}
#groups .menuholder td.m_cc{
	background-image: url(../images/bg/dd_menu_cg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffe600;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#groups .menuholder .m_l{
	background-image: url(../images/bg/dd_menu_lbg.png);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: right;
}
#groups .menuholder .m_r{
	background-image: url(../images/bg/dd_menu_rbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
#groups .menuholder .m_bc{
	background-image: url(../images/bg/dd_menu_bbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 3px;
}
#groups .menuholder .m_tc{
	background-image: url(../images/bg/dd_menu_tbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 3px;
}
#groups .menuholder .m_tc img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#groups .menuholder .m_tl{
	background-image: url(../images/bg/dd_menu_tlbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 3px;
}
#groups .menuholder .m_tr{
	background-image: url(../images/bg/dd_menu_trbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 3px;
}
#groups .menuholder .m_bl{
	background-image: url(../images/bg/dd_menu_blbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 3px;
}
#groups .menuholder .m_br{
	background-image: url(../images/bg/dd_menu_brbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
}
#groups .menuholder .m_inline td{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#groups .menuholder .m_sub{
	font-weight: bold;
	color: #000;
	margin-left: 8px;
}
#groups .menuholder .m_sub1{
	margin-left: 7px;
	display: block;
	padding: 0px;
	letter-spacing: 0em;
	color: #FFF;
	font-weight: normal;
}
#groups .menuholder ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#groups .menuholder li{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#groups .menuholder li a, .menuholder li a:visited{
	color: #4D4D4D;
	text-decoration: none;
}
#groups .menuholder li a:hover{
	color: #FFF;
	text-decoration: none;
}
#groups.menuholder li a span{
	color: #FFF;
}

#groups .group-menu#group-2-menu .menuholder{
	text-align: left;
}
#groups .group-menu#group-2-menu .menuholder .m_tc img{
	margin-left: 17px;
}
#groups .group-menu#group-2-menu .menuholder .m_inline td{
	width: 145px;
}
/* groups */

/* buttons */
.gray_s,
.gray_b,
.gray_xs,
.red_xs {
	float: left;
	padding: 0 0 0 8px;
	text-decoration: none !important;
	background: url('../images/btn/gray-s-l.gif') left center no-repeat;
}
.gray_s span,
.gray_b span,
.gray_xs span,
.red_xs span {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px 3px 0;
	background: url('../images/btn/gray-s-r.gif') right center no-repeat;
}
.gray_s:hover {
	background: url('../images/btn/gray-s-l-ov.gif') left center no-repeat;
}
.gray_s:hover span {
	background: url('../images/btn/gray-s-r-ov.gif') right center no-repeat;
}

.gray_s.less span {
	padding-right: 32px;
	background: url('../images/btn/gray-s-r-less.gif') right center no-repeat;
}
.gray_s.more span {
	padding-right: 32px;
	background: url('../images/btn/gray-s-r-more.gif') right center no-repeat;
}
.gray_s:hover.less span {
	padding-right: 32px;
	background: url('../images/btn/gray-s-r-less-ov.gif') right center no-repeat;
}
.gray_s:hover.more span {
	padding-right: 32px;
	background: url('../images/btn/gray-s-r-more-ov.gif') right center no-repeat;
}

.gray_b {
	padding-left: 9px;
	background: url('../images/btn/gray-b-l.gif') left center no-repeat;
}
.gray_b span {
	font-size: 13px;
	padding: 3px 9px 3px 0;
	background: url('../images/btn/gray-b-r.gif') right center no-repeat;
}
.gray_b:hover {
	background: url('../images/btn/gray-b-l-ov.gif') left center no-repeat;
}
.gray_b:hover span {
	background: url('../images/btn/gray-b-r-ov.gif') right center no-repeat;
}

.red_xs {
	padding: 0 0 0 6px;
	background: url('../images/btn/red-xs-l.gif') left center no-repeat;
}
.red_xs span {
	color: #FFFFFF;
	padding: 0 6px 0 0;
	background: url('../images/btn/red-xs-r.gif') right center no-repeat;
}
.red_xs:hover {
	background: url('../images/btn/red-xs-l-ov.gif') left center no-repeat;
}
.red_xs:hover span {
	background: url('../images/btn/red-xs-r-ov.gif') right center no-repeat;
}

.gray_xs {
	padding: 0 0 0 6px;
	background: url('../images/btn/gray-xs-l.gif') left center no-repeat;
}
.gray_xs span {
	color: #FFFFFF;
	padding: 0 6px 0 0;
	background: url('../images/btn/gray-xs-r.gif') right center no-repeat;
}
.gray_xs:hover {
	background: url('../images/btn/gray-xs-l-ov.gif') left center no-repeat;
}
.gray_xs:hover span {
	background: url('../images/btn/gray-xs-r-ov.gif') right center no-repeat;
}

.yellow_s {
    display: block;
    height: 24px;
    line-height: 24px;
	padding: 0 0 0 14px !important;
	text-decoration: none !important;
	background: url('../images/btn/yellow-s-l-ov.gif') left center no-repeat;
}

.yellow_s span {
    display: block;
    height: 24px;
    line-height: 24px;
	padding: 0 14px 0 0 !important;
	text-decoration: none !important;
	background: url('../images/btn/yellow-s-r-ov.gif') right center no-repeat;
	font-weight: bold;
	white-space: nowrap;
    color: #fff;
}

.yellow_s:hover {
    background: url('../images/btn/yellow-s-l.gif') left center no-repeat;
}

.yellow_s:hover span {
    color: #62666a;
    background: url('../images/btn/yellow-s-r.gif') right center no-repeat;
    text-shadow: #fff 1px 1px 1px;

}

.btn_next {
	width: 50px;
	height: 49px;
	display: block;
	background: url('../images/btn/next.gif') left top no-repeat;
}
.btn_next:hover {
	background: url('../images/btn/next-ov.gif') left top no-repeat;
}

.btn_prev {
	width: 40px;
	height: 39px;
	display: block;
	background: url('../images/btn/prev.gif') left top no-repeat;
}
.btn_prev:hover {
	background: url('../images/btn/prev-ov.gif') left top no-repeat;
}

.btn_search {
	width: 50px;
	height: 49px;
	display: block;
	background: url('../images/btn/search.gif') left top no-repeat;
}
.btn_search:hover {
	background: url('../images/btn/search-ov.gif') left top no-repeat;
}
.btn_next span,
.btn_prev span,
.btn_search span {
	display: none;
}

.btn_cart {
	position: relative;
	padding: 33px 0 0 0;
	text-decoration: none !important;
	background: url('../images/btn/cart.gif') center top no-repeat;
}
.btn_cart:hover {
	background: url('../images/btn/cart-ov.gif') center top no-repeat;
}
.btn_cart span {
	font-size: 12px;
}
.btn_cart:hover span {
	color: #000000;
}

.btn_print {
	position: relative;
	padding: 33px 0 0 0;
	text-decoration: none !important;
	background: url('../images/btn/print.gif') center top no-repeat;
}
.btn_print:hover {
	background: url('../images/btn/print-ov.gif') center top no-repeat;
}
.btn_print span {
	font-size: 12px;
}
.btn_print:hover span {
	color: #000000;
}

.btn_email {
	position: relative;
	padding: 33px 0 0 0;
	text-decoration: none !important;
	background: url('../images/btn/email.gif') center top no-repeat;
}
.btn_email:hover {
	background: url('../images/btn/email-ov.gif') center top no-repeat;
}
.btn_email span {
	font-size: 12px;
}
.btn_email:hover span {
	color: #000000;
}

.btn_add {
	float: left;
	position: relative;
	padding: 3px 30px 4px 0;
	text-decoration: none !important;
	background: url('../images/btn/add.gif') right center no-repeat;
}
.btn_add:hover {
	background: url('../images/btn/add-ov.gif') right center no-repeat;
}
.btn_add span {
	font-size: 13px;
}
.btn_add:hover span {
	color: #000000;
}

.btn_delete {
	float: left;
	position: relative;
	padding: 3px 20px 4px 0;
	text-decoration: none !important;
	background: url('../images/btn/delete.gif') right center no-repeat;
}
.btn_delete:hover {
	background: url('../images/btn/delete-ov.gif') right center no-repeat;
}
.btn_delete span {
	font-size: 13px;
}
.btn_delete:hover span {
	color: #000000;
}

.btn_up {
	float: left;
	width: 16px;
	height: 15px;
	position: relative;
	text-decoration: none !important;
	background: url('../images/btn/up.gif') right center no-repeat;
}
.btn_up:hover {
	background: url('../images/btn/up-ov.gif') right center no-repeat;
}
.btn_up span {
	display: none;
}

.btn_down {
	float: left;
	width: 16px;
	height: 15px;
	position: relative;
	text-decoration: none !important;
	background: url('../images/btn/down.gif') right center no-repeat;
}
.btn_down:hover {
	background: url('../images/btn/down-ov.gif') right center no-repeat;
}
.btn_down span {
	display: none;
}

.btn_close {
	width: 13px;
	height: 13px;
	display: block;
	background: url('../images/btn/close.gif') center top no-repeat;
}
.btn_close:hover {
	background: url('../images/btn/close-ov.gif') center top no-repeat;
}
.btn_close span {
	display: none !important;
}

.btn_closeb {
	display: block;
	padding: 12px 47px 12px 0;
	background: url('../images/btn/closeb.gif') right center no-repeat;
}
.btn_closeb:hover {
	background: url('../images/btn/closeb-over.gif') right center no-repeat;
}

.btn_back {
	display: block;
	font-weight: bold;
	padding: 17px 0 15px 58px;
	text-decoration: none !important;
	background: url('../images/btn/back.gif') left center no-repeat;
}
.btn_back:hover {
	color: #29abe2;
	background: url('../images/btn/back-over.gif') left center no-repeat;
}
/* buttons */

/* icon */
.photo {
	padding: 0 10px;
	margin-left: 4px;
	background: url('../images/ico/photo.gif') center center no-repeat;
}
.video {
	padding: 0 11px;
	margin-left: 4px;
	background: url('../images/ico/video.gif') center center no-repeat;
}
/* icon */

/* form */
.form .text,
.form .label,
.form .select {
	padding-bottom: 5px;
}
.form .label label,
.form .text label,
.form .select label,
.form .area label.label {
	color: #29abe2;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.form .select select {
	width: 225px;
	color: #9aa0a5;
}

.form .text input {
	width: 218px;
}
.form .text input,
.form .text textarea {
	padding: 0 2px;
	color: #9aa0a5;
	position: relative;
}
.form .text textarea {
	width: 220px;
	height: 70px;
}
.form .radio,
.form .checkbox input {
	width: 13px;
	float: left;
	height: 13px;
	display: block;
	margin-top: 3px;
}
.form .checkbox input {
	margin-top: 2px;
}

.form .area {
	padding: 0 0 5px 0;
}
.form .area .scroll-area {
	width: 160px;
	height: 78px;
	overflow: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #acadb2;
	border-left: 1px solid #e3e3eb;
	border-right: 1px solid #e3e3eb;
	border-bottom: 1px solid #e3e3eb;
}
.form .area .scroll-area div {
	padding: 0 0 0 6px;
}
.form .area .scroll-area label {
	font-size: 13px;
	padding: 0 0 0 5px;
}
.form .separate {
	padding: 7px 0;
	background: url('../images/dec/type-sep.gif') left center repeat-x;
}
.form .submit {
	text-align: center;
}
.form .submit .center {
	margin: 0 auto;
	text-align: left;
}
.form .count {
	font-size: 11px;
}

.login {
	width: 430px;
}
.login .form .text label {
	float: left;
	width: 90px;
	text-align: right;
	margin: 2px 10px 0 0;
}
.login .form .text input {
	width: 270px;
	padding: 1px 0;
	color: #666;
}
.login .form .submit {
	padding: 10px 0;
}
.login .form .submit a.gray_s,
.login .form .submit a.gray_b {
	float: right;
	margin-left: 5px;
}
.login .form .submit a.gray_s {
	margin-top: 2px;
}
/* form */

/* form.inline */
.form.inline .text label,
.form.inline .area label,
.form.inline .label label,
.form.inline .select label {
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 14px;
}
.form.inline .multi .text label,
.form.inline .multi .area label,
.form.inline .multi .label label,
.form.inline .multi .select label {
	color: #9aa0a5;
}
.form.inline input,
.form.inline select,
.form.inline textarea {
	float: left;
	margin-right: 5px;
}
.form.inline .count {
	padding-top: 3px;
}
.form.inline p {
	width: 225px;
	color: #c8c8c8;
	font-size: 11px;
	line-height: 100%;
	margin-left: 266px;
	padding: 3px 0 10px 0;
}
.form.inline .checkbox {
	padding: 0 0 5px 264px;
}
.form.inline .checkbox label {
	float: left;
	width: 220px;
	color: #9AA0A5;
	font-size: 12px;
	text-align: left;
}
.form.inline .label .checkbox {
	float: left;
	padding-left: 0;
}
.form.inline .area .scroll-area {
	width: 220px;
	float: left;
}
.form.inline .area .scroll-area label {
	width: 160px;
	text-align: left;
}
/* form.inline */

/* footer */
#footer {
	text-align: center;
	padding: 11px 0 22px 0;
	border-top: 1px solid #c8c8c8;
}
#footer .content {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#footer .logo {
	float: left;
	display: block;
	margin-right: 24px;
}
#footer .menu {
	float: left;
	margin-top: 10px;
}
#footer .menu li {
	font-size: 12px;
	display: inline;
}
#footer a {
	text-decoration: none;
}
#footer .menu li a,
#footer .menu li span {
	padding: 0 6px;
	font-size: 12px;
}
#footer a:hover,
#footer .menu li span {
	color: #010101;
}
#footer #copyright {
	float: right;
	margin-top: 12px;
}
#footer #copyright a,
#footer #copyright div {
	font-size: 10px;
	text-decoration: none;
}

/* footer */

