/**********************************/
/* YUI Library - Reset+Fonts (RF) */
/**********************************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/**********************/
/* YUI Library - Base */
/**********************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}


html {
	height: 100%;
	background: #F9F9F9 url(../images/layout/html.png) repeat-x scroll 0 0;
}

body {
	height: 100%;
	margin: 0;
}

a {
  outline: none;
}

/***************************/
/* Content Disable & Error */
/***************************/

#content_disable,
#content_error{
	width: 390px;
	height: 215px;
	margin: 20px auto 0;
	padding: 54px 20px 0 110px;
}
#content_disable h1,
#content_error h1 {
	color: #FFF;
	margin-bottom: 38px;
}
#content_disable {background: transparent url(../images/content_disable.jpg);}
#content_error {background: transparent url(../images/content_error.jpg);}

/********************/
/* Get Flash Player */
/********************/

.get_flash_player {
	width: 160px;
	margin: 0 auto;
}

/*************/
/* Container */
/*************/

#container_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -138px;
	width: 970px;
}

#container {
	padding-top: 10px;
}

/**********/
/* Header */
/**********/

#header {
	height: 99px;
	border: 1px solid #CCC;
	border-bottom: 0;
	background: transparent url(../images/layout/header/background.png) repeat-x 0 0;
	position: relative;
}
.header_corner {
	position: absolute;
	top: -1px;
	width: 6px;
	height: 6px;
	background: transparent url(../images/layout/header/corners.png) no-repeat scroll 0 0;
	overflow: hidden;
}
.header_corner_top_left {
	left: -1px;
}
.header_corner_top_right {
	right: -1px;
	background-position: 0 -6px;
}

/* Logo */

#header_logo img {
	position: absolute;
	top: 25px;
	left: 11px;
	width: 146px;
	height: 57px;
	background-image: url(../images/layout/header/logo.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/header/logo.png');
}

/* Menu */

#header_menu {
	position: absolute;
	top: 33px;
	left: 167px;
	height: 55px;
	background: transparent url(../images/layout/header/menu/background.png) repeat-x scroll 0 35px;
}

.header_menu_corner {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 20px;
	background: transparent url(../images/layout/header/menu/background.png) repeat-x scroll;
}
.header_menu_corner_bottom_left {
	left: 0;
	width: 5px;
	background-position: 0 -20px;
}
.header_menu_corner_bottom_right {
	right: 0 !important;
	right: -1px;
	width: 5px;
	background-position: -5px -20px;
}

#header_menu .items {
	margin: 0;
}
#header_menu .item {
	float: left;
	list-style-type: none;
	margin: 0;
}
#header_menu .item span {
	visibility: hidden;
}
#header_menu .item a {
	float: left;
	height: 30px;
	text-decoration: none;
	position: relative;
	z-index: 10;
	background: transparent url(../images/layout/header/menu/menu.png) no-repeat scroll;
}
#header_menu .item_homepage a {
	background-position: 0 0;
	width: 87px;
}
#header_menu .item_homepage a:hover {
	background-position: 0 -30px;
}
#header_menu .item_catalog a {
	background-position: 0 -60px;
	width: 107px;
}
#header_menu .item_catalog a:hover,
#header_menu .item_catalog a.hover {
	background-position: 0 -90px;
}
#header_menu .item_web_catalog a {
	background-position: 0 -120px;
	width: 135px;
}
#header_menu .item_web_catalog a:hover,
#header_menu .item_web_catalog a.hover {
	background-position: 0 -150px;
}
#header_menu .item_coaching a {
	background-position: 0 -180px;
	width: 103px;
}
#header_menu .item_coaching a:hover {
	background-position: 0 -210px;
}
#header_menu .item_about a {
	background-position: 0 -240px;
	width: 155px;
}
#header_menu .item_about a:hover,
#header_menu .item_about a.hover {
	background-position: 0 -270px;
}
#header_menu .item_success a {
	background-position: 0 -300px;
	width: 86px;
}
#header_menu .item_success a:hover,
#header_menu .item_success a.hover {
	background-position: 0 -330px;
}
#header_menu .item_shop a {
	background-position: 0 -360px;
	width: 112px;
}
#header_menu .item_shop a:hover {
	background-position: 0 -390px;
}


#header_menu .item_catalog .subitems {
	background: transparent url(../images/layout/header/menu/sub_menu_green.png) no-repeat scroll 140px 0;
	width: 698px;
}
#header_menu .item_web_catalog .subitems {
	background: transparent url(../images/layout/header/menu/sub_menu_green.png) no-repeat scroll 261px 0;
	width: 591px;
}
#header_menu .item_about .subitems {
	background: transparent url(../images/layout/header/menu/sub_menu_blue.png) no-repeat scroll 507px 0;
	width: 403px;
}
#header_menu .item_success .subitems {
	background: transparent url(../images/layout/header/menu/sub_menu_blue.png) no-repeat scroll 625px 0;
	width: 190px;
}
#header_menu .subitems {
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 20;
	height: 4px;
	padding-top: 6px;
	visibility: hidden;
	margin: 0;
}
#header_menu .subitem {
	display: inline;
	color: #FFF;
	border-left: 1px solid #FFF;
	padding: 0 5px 0 5px;
	white-space: nowrap;
}
#header_menu .subitem_first {
	border: 0;
	padding-left: 0;
}
#header_menu .subitem a {
	color: #FFF;
	height: 20px;
	line-height: 20px;
	background: none;
	width: auto;
}
#header_menu .subitem a:hover {
	text-decoration: underline;
	font-weight: bold
}

/* User Menu */

#header_user_menu {
	position: absolute;
	top: 6px;
	right: 6px;
}
#header_user_menu div {
	float: left;
}
#header_user_menu .user_name {
	color: #4A71B6;
	margin: 3px 0 0 6px;
}
#header_user_menu a {
	text-decoration: none;
	padding: 0 12px 0 24px;
	line-height: 16px;
	background: transparent url(../images/layout/header/user_menu.png) no-repeat scroll 0 0;
	color: #4A71B6;
	display: block;
	float: left;
	margin: 3px 0 0 6px;
}
#header_user_menu a:hover {
	color: #B3CDF9;
	text-decoration: underline;
}
#header_user_menu a.login		{background-position: 0 0;}
#header_user_menu a.login:hover	{background-position: 0 -16px;}
#header_user_menu a.cart		{background-position: 0 -32px;}
#header_user_menu a.cart:hover	{background-position: 0 -48px;}

#header_user_menu .user_menu {
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}
#header_user_menu .user_menu a {
	float: none;
	display: inline-block;
}

#header_user_menu a.account			{background-position: 0 -64px;color: #5DC71A;}
#header_user_menu a.account:hover	{background-position: 0 -80px;color: #9DFF5a;}
#header_user_menu a.logout			{background-position: 0 -96px;color: #E93434;}
#header_user_menu a.logout:hover	{background-position: 0 -112px;color: #FF7474;}
#header_user_menu a.profile			{background-position: 0 -128px;}
#header_user_menu a.profile:hover	{background-position: 0 -144px;}
#header_user_menu a.orders			{background-position: 0 -160px;}
#header_user_menu a.orders:hover	{background-position: 0 -176px;}

/* Banner */

#header_banner {
	margin-bottom: 10px;
}

/**************/
/* Breadcrumb */
/**************/

#breadcrumb {
	height: 25px;
	line-height: 25px;
	background-color: #6D8CC4;
	margin: 0 0 10px 0;
	padding-left: 15px;
	color: #FFF;
	cursor: default;
}
#breadcrumb a {
	color: #FFF;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #B3CDF9;
}
#breadcrumb li {
	display: inline;
	line-height: 25px;
	background: transparent url(../images/layout/breadcrumb/separator.png) no-repeat scroll 0 4px;
	padding-left: 15px;
}
#breadcrumb li.first {
	background: none;
	padding-left: 0;
}

/***********/
/* Content */
/***********/

#content_wrapper {
	float: left;
	width: 100%;
}

#content {
	margin: 0 240px 10px 0;
	background-color: #FFF;
	padding: 10px 5px 1px 5px;
	position: relative;
	width: 720px;
}
.content_corner {
	position: absolute;
	background: transparent url(../images/layout/content/corners.png) no-repeat scroll 0 0;
	width: 7px;
	height: 6px;
	overflow: hidden;
}
.content_corner_top_left {
	top: 0;
	left: 0;
}
.content_corner_top_right {
	top: 0;
	right: 0;
	background-position: 0 -6px;
}
.content_corner_bottom_left {
	bottom: -1px;
	left: 0;
	background-position: 0 -12px;
}
.content_corner_bottom_right {
	bottom: -1px;
	right: 0;
	background-position: 0 -18px;
}

/* Banner */

#content_banner {
	margin: 0 5px 10px 5px;
}

/*******************/
/* Content - Ender */
/*******************/

#content_ender {
	clear: left;
	width: 100%;
	height: 138px;
}

/***********/
/* Sidebar */
/***********/

#sidebar {
	float: left;
	width: 230px;
	margin-left: -230px;
}

/**********/
/* Footer */
/**********/

#footer_wrapper  {
	height: 138px;
	background: #F9F9F9 url(../images/layout/footer/background.png) repeat-x scroll 0 18px;
	color: #FFF;
}

#footer {
	width: 970px;
	margin: 0 auto;
}
#footer ul {
	padding: 30px 0 0 25px;
	margin: 0;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 5px 0 9px;
}
#footer li.first {
	border: none;
	padding-left: 0;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding-top: 40px;
	text-align: center;
	margin: 0;
}

#footer_to_top {
	background: transparent url(../images/layout/footer/to_top.png) no-repeat scroll 0 0;
	width: 132px;
	height: 19px;
	cursor: pointer;
}

/*********/
/* Forms */
/*********/

form {
	height: 1%;
}

form table {
	margin: 10px 5px 5px 5px;
	border-spacing: 5px;
	border-collapse: separate;
	color: #223555;
}
form th {
	font-weight: bold;
	padding: 2px 10px 0 0;
	text-align: right;
	vertical-align: top;
	width: 250px;
	border-width: 0;
}
form td {
	border-width: 0;
	padding: 0;
}

form .actions {
	text-align: right;
	width: auto;
}
form .links {
	text-align: center;
	margin: 20px 0 10px 0;
}
form .links a {
	color: #223555;
}
form th .required {
	color: #DD7870;
}
form .error_list {
	color: #DD7870;
	font-style: italic;
	margin: 4px;
}
form .global_error_list .error_list {
	margin-bottom: 10px;
}
form .error_list li {
	margin: 5px 0 0 0;
	list-style-type: none;
	background: transparent url(../images/form/error.png) no-repeat;
	text-indent: 20px;
	line-height: 16px;
}

input.text,
input.password {
	width: 170px;
	height: 16px;
	padding: 1px 2px;
	border: 1px solid #CCC;
	background: #FFF url(../images/form/input.png) repeat-x;
}
textarea {
	width: 170px;
	overflow: auto;
	border: 1px solid #CCC;
	padding: 1px 2px;
	background: #FFF url(../images/form/input.png) repeat-x;
}
input.text_focus,
input.password_focus,
textarea.focus {
	border: 1px solid #AAA;
}
textarea.error,
input.error,
input.text_error,
input.password_error {
	border-color: #DD7870;
	background-position: 0 -18px;
	background: #FFF url(../images/form/input_error.png) repeat-x scroll center bottom;
}

ul.radio_list {
	margin: 0;
}
ul.radio_list li {
	display: inline;
	list-style-type: none;
}

ul.checkbox_list {
	margin: 0;
}
ul.checkbox_list li {
	list-style-type: none;
}

/* Captcha */

.captcha {
	width: auto;
	margin: 0;
	border-spacing: 0;
}
.captcha input {
	width: 114px;
}
.captcha td {width: auto;}
.captcha img {margin-bottom: 5px;}
.captcha_reload {
	margin-left: 5px;
	cursor: pointer;
}

/* Buttons */

input.button {
	background: transparent url(../images/form/buttons.png);
	cursor: pointer;
	border: 0;
	height: 20px;
}

input.button_validate {
	width: 125px;
	background-position: 0 0;
}
input.button_validate_hover {background-position: 0 -20px;}
input.button_send {
	width: 105px;
	background-position: 0 -40px;
}
input.button_send_hover {background-position: 0 -60px;}
input.button_subscribe {
	width: 125px;
	background-position: 0 -80px;
}
input.button_subscribe_hover {background-position: 0 -100px;}
input.button_add_to_cart {
	width: 163px;
	background-position: 0 -120px;
}
input.button_add_to_cart_hover {background-position: 0 -140px;}

/********/
/* Tabs */
/********/

#tab_container {
	float: left;
	width: 463px;
	margin: 10px 7px 0 5px !important;
	margin: 10px 7px 0 2px;
}
#tab_container_tablist {
	border: 0;
	height: 30px;
	line-height: 30px;
	margin-left: -1px;
}

#tab_container_tablist .dijitTab {
	padding: 0 0 0 9px;
	margin-left: 1px;
	color: #5A7BB7;
	font-weight: bold;
	background: transparent url(../images/tabs/backgrounds.png) no-repeat scroll 0px 0px;
	width: 106px;
	height: 100%
}
#tab_container_tablist .dijitTab .dijitTabInnerDiv {
	background: transparent url(../images/tabs/backgrounds.png) no-repeat scroll right -30px;
	padding: 0 9px 0 0;
	text-align: center;
	height: 100%
}

#tab_container_tablist .dijitTabChecked {
	background: transparent url(../images/tabs/backgrounds.png) no-repeat scroll 0px -60px;
	color: #FFF;
}
#tab_container_tablist .dijitTabChecked .dijitTabInnerDiv {
	background: transparent url(../images/tabs/backgrounds.png) no-repeat scroll right -90px;
}

#tab_container .dijitTabPaneWrapper {
	background-color: #E6EEF2;
	border: 1px solid #CCC;
	padding: 10px;
	position: relative;
	overflow: visible;
	height: 1%;
}

.tab_corner {
	width: 10px;
	height: 10px;
	position: absolute;
	background-image: url(../images/tabs/backgrounds.png);
}
.tab_corner_bottom {bottom: -1px;}
.tab_corner_right {right: -1px;}
.tab_corner_left {left: -1px;}
.tab_corner_bottom_right {background-position: 0px -120px;}
.tab_corner_bottom_left {background-position: -10px -120px;}

/**********/
/* Dialog */
/**********/

.dijitDialogUnderlay {
	background-color: #000;
}
.dijitDialog {
	width: 730px;
	padding: 0;
}

.dijitDialog .content {
	background-image: url(../images/coaching/dialog_background_content.png);
	height: 1%;
	padding: 0 15px;
}

.dijitDialog .top {
	width: 687px;
	height: 34px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 16px 0 0 43px;
	background-image: url(../images/coaching/dialog_backgrounds.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/coaching/dialog_background_top.png', sizingMethod='crop');
}

.dijitDialog .bottom {
	width: 100%;
	height: 47px;
	background-position: 0 -50px;
	background-image: url(../images/coaching/dialog_backgrounds.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/coaching/dialog_background_bottom.png', sizingMethod='crop');
}

.dijitDialog .dijitDialogCloseIcon {
	position: absolute;
	width: 50px;
	height: 30px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.dijitDialog .button_send {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/**************/
/* Blockquote */
/**************/

blockquote {
	margin: 0;
	font-style: italic;
}

blockquote img.blockquote {
	float: left;
	margin-right: 5px;
}

/***********/
/* sfStore */
/***********/

/* Prices */

.sf_store_product_prices {
	border-collapse: collapse;
	margin: 5px;
}
.sf_store_product_prices td {
	padding: 0 5px;
	border: 0;
}
.sf_store_product_prices .old_price td {
	text-decoration:line-through;
	color: #999;
}
.sf_store_product_prices .price td {
	color: #E00000;
}

/* Add to Cart */

.sf_store_product_add_to_cart {
	margin: 0 5px;
	width: 100%;
}
.sf_store_product_add_to_cart td {
	border: 0;
}
.sf_store_product_add_to_cart th {
	width: 70px;
}
.sf_store_product_add_to_cart input.text {
	width: 70px;
	text-align: right;
}
.sf_store_product_add_to_cart .actions {
	padding-top: 5px;
	text-align: left;
}
/* Cart */

.sf_store_cart_currency {
  padding-bottom: 10px;
}

.sf_store_cart table {
	margin: 0;
	width: 100%;
	border-spacing: 0;
}

.sf_store_cart th {
  background-color: #284F95;
  border-style: solid;
  border-color: #284F95;
  border-width: 1px 0 1px 1px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 4px;
}

.sf_store_cart td {
  background-color: #E6EEF2;
  border-style: solid;
  border-color: #284F95;
  border-width: 0 0 1px 1px;
  color: #000;
  padding: 4px;
}

.sf_store_cart tbody td {
  text-align: center;
}
.sf_store_cart .sf_store_cart_item_total {
  border-right-width: 1px;
}
.sf_store_cart tbody td.sf_store_cart_item_name {
  text-align: left;
}
.sf_store_cart tbody td.sf_store_cart_item_quantity input {
  width: 40px;
  text-align: right;
}

.sf_store_cart tr td.sf_store_cart_separator {
  background-color: transparent;
  padding: 0;
  font-weight: normal;
  border-width: 0;
  text-align: left;
}

.sf_store_cart tfoot td {
  padding-right: 10px;
  text-align: right;
  border-width: 1px;
}
.sf_store_cart tfoot td.sf_store_cart_coupon_code {
  text-align: center;
}
.sf_store_cart tfoot td.sf_store_cart_coupon_code input {
  width: 60px;
  text-align: right;
}
.sf_store_cart tfoot th.sf_store_cart_total_label,
.sf_store_cart tfoot td.sf_store_cart_total {
	font-size: 116%;
	font-weight: bold;
	border-bottom-width: 0;
}
.sf_store_cart .sf_store_cart_tax_label,
.sf_store_cart .sf_store_cart_tax {
  border-top-width: 0;
  border-bottom-width: 0;
  font-style: italic;
  font-size: 85%;
  font-weight: normal;
  padding: 1px;
}
.sf_store_cart .sf_store_cart_tax_label {
  text-align: right;
  padding-right: 5px;
}
.sf_store_cart .sf_store_cart_tax {
	text-align: left;
	padding-left: 5px;
}
.sf_store_cart .sf_store_cart_total_terminator {
	background-color: transparent;
  padding: 0;
  font-weight: normal;
	border-width: 1px 0 0 0;
}

.sf_store_cart_button {
  background: transparent url(../images/store/buttons.png) repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  height: 20px;
  vertical-align: middle;
}
.sf_store_cart_button_delete {
  width: 20px;
  background-position: 0 0px;
}
.sf_store_cart_button_delete_hover {
	background-position: 0 -20px;
}
.sf_store_cart_button_purge {
  width: 217px;
  background-position: 0 -40px;
  margin-left: 10px;
}
.sf_store_cart_button_purge_hover {
	background-position: 0 -60px;
}
.sf_store_cart_button_recalculates {
  width: 96px;
  background-position: 0 -80px;
}
.sf_store_cart_button_recalculates_hover {
	background-position: 0 -100px;
}
.sf_store_cart_button_catalog {
  width: 150px;
  background-position: 0 -120px;
}
.sf_store_cart_button_catalog_hover {
	background-position: 0 -140px;
}
.sf_store_cart_button_validate {
  width: 155px;
  background-position: 0 -160px;
  margin-left: 10px;
}
.sf_store_cart_button_validate_hover {
	background-position: 0 -180px;
}

.sf_store_cart_actions {
  text-align: right;
}

.sf_store_cart_conditions {
	padding-bottom: 10px;
	text-align: right;
}
.sf_store_cart_conditions label {
	font-size: 77%;
}
.sf_store_cart_conditions .error_list {
	margin: 4px 0 4px 4px;
  border: 1px solid #DD7870;
  padding: 0 4px 4px 4px;
  font-weight: bold;
}
.sf_store_cart_conditions input {
	vertical-align: middle;
}
.sf_store_cart_recalculates {
  padding: 0 0 20px 0;
  text-align: right;
}

/* agGallery */

.slideShowWrapper {
	border-color: #c8c8c8;
}
