/* Reset ================================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {font-size:.6em}

img           { border:0; vertical-align:top; }

a             { color:#71AB00; text-decoration:none; }
a:hover       { text-decoration:none; color: #4f6815;text-decoration:underline; }
:focus        { outline: 0; }

/* Headings */
h1 {
	color: #446713;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
}
h2 {
	color: #446713;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}
h3            { font-size:16px; font-weight:bold; margin:0 0 10px 0; }
h4            { font-size:14px; font-weight:bold; margin:0 0 10px 0; }
h5            { font-size:12px; font-weight:bold; margin:0 0 10px 0; }
h6            { font-size:11px; font-weight:bold; margin:0 0 10px 0; }

p { margin: 10px 0; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:.75em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }
ol			  { list-style: decimal outside none; margin: 0 0 0 20px; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
body {
	background:url(../images/main_bg.jpg) repeat-y scroll center top #454134;
	color:#000000;
	font:14px/1.4 Tahoma, Verdana, Geneva, sans-serif;
	text-align:left;
	position: relative;
}
.wrapper {
	background:url(../images/body-top.jpg) no-repeat scroll center top;
}
.page { 
	margin:0 auto;
	padding:0;
	text-align:left;
	width:980px;
}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {
	position: relative;
	z-index: 1;
}
.main {
	background: url(../images/body-bg.jpg) repeat-y scroll top center #F0E7CC;
	margin:0 auto;
	min-height: 400px;
	padding:0;
	width:940px;
}

/* Base Columns */
.col-left {
	border:0 solid #FFFFFF;
	float:left;
	margin:0;
	padding:0;
	width:230px;
}
.col-main {
	border:0 solid #FFFFFF;
	float:left;
	margin:0 10px;
	width:690px;
}
/*background:url("../images/sidebar-tile.jpg") repeat-y scroll left top transparent;*/
.col-right {
	border:0 solid #FFFFFF;
	float:right;
	margin:0;
	padding:0;
	width:230px;
}

/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	margin: 0 auto;
	padding: 0 ;
	width:auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; position: relative; }
.col2-right-layout .col-main { padding: 0 0 20px 0;  position: relative; }

.col2-left-layout .main { background-position: top left;}
.col2-right-layout .main { background-position: top right;}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set { margin: 10px 0; overflow: hidden;}
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.window-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}
.remember-me-popup {
	background: none repeat scroll 0 0 #FFFFFF;
	height: auto;
	left: 50%;
	margin-left: -240px;
	padding: 20px;
	position: fixed;
	top: 25%;
	width: 440px;
	z-index: 101;
}

.close-x {
    background: url("../images/btnsprite.gif") no-repeat scroll 0 0 transparent;
    height: 16px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 20px;
    width: 16px;
}

.remember-me-popup-body {}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:0px solid #FFF; }
input.input-text,textarea {
padding:3px;
}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:0px solid #FFF; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	display:inline-block;
	margin:0;
	overflow:hidden;
	padding:0;
	width:auto;
}
.button span {
	float:left;
	height:28px;
	background:transparent url(../images/bkg_button.png) 0 0 no-repeat;
	padding:0 0 0 10px;
	font:12px/28px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#ffbc00;
	text-transform:uppercase;
}
.button:hover {
	text-decoration: none;
}
.button:hover span {
	color: #ff9900;
}
.button:hover span {
	background-position:bottom left;
}
.button span span {
	background-position:100% 0;
	padding:0 40px 0 4px;
	
	text-shadow: #1a0d00 0 -1px 0;
}
.button:hover span span {
	background-position:right -28px;
}

.button.find {
	float: right;
}
.button.find span span {
	background-position:right -56px;
}
.button.find:hover span span {
	background-position:right -84px;
}

.button.btn-cart {
	float: right;
}
.button.btn-cart span span {
	background-position:right -112px;
}
.button.btn-cart:hover span span {
	background-position:right -140px;
}

button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

.button-flat {
background-color:#CCCCCC;
border:1px solid #AAAAAA;
cursor:pointer;
font-size: 12px;
font-weight:bold;
padding:6px 8px 5px;
}

.button-flat:hover {
background-color:#3f6204;
border:1px solid #2e3301;
background-color:#999;
border:1px solid #666;
color: #FFF;
}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:0px solid #FFF; }
.buttons-set .back-link { float:left; }
.buttons-set .button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:0px solid #FFF; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none; margin:0 ; padding:0 ; }
.messages { width:75%; margin: 10px auto; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style:solid !important;
	border-width:1px !important;
	background-position:10px 50% !important;
	background-repeat:no-repeat !important;
	padding:8px 8px 8px 32px !important;
	font-size:11px !important;
	font-weight:bold !important;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.error-msg {
	border-color:#f16048;
	background-color:#faebe7;
	background-image:url(../images/i_msg-error.gif);
	color:#df280a;
}
.success-msg {
	border-color:#446423;
	background-color:#eff5ea;
	background-image:url(../images/i_msg-success.gif);
	color:#3d6611;
}
.note-msg,
.notice-msg {
	border-color:#fcd344;
	background-color:#fafaec;
	background-image:url(../images/i_msg-note.gif);
	color:#3d6611;
}

#messages_product_view {
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
left:20px;
overflow:hidden;
position:absolute;
right:20px;
top:0;
width:auto;
z-index:50;
}
#messages_product_view .messages{
	margin:20px auto 10px;
}

.paypal-logo {
	overflow: hidden;
	padding: 0 10px;
}

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0; border:0px solid #FFF; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title {overflow: hidden;}
.page-title h1,
.page-title h2 {}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; }

/* Pager */
.pager { border:0px solid #FFF; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:0px solid #FFF; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; width:20% }
.sorter .sort-by { float:left; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.pager p {
	margin: 0;
}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:0px solid #FFF; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:0px solid #FFF; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

blockquote {
	color:#000;
	margin:20px;
	padding:10px;
}

blockquote em {
	display: block;
	text-align: right;
	font-weight: normal;
	margin: 10px 10px 0 0;
}

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; border-right: none;}

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 {
}

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:0px solid #FFF; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {
	background: url(../images/header_bg.png) top center no-repeat;
	height: 200px;
	margin: 0 0 -15px;
	position: relative;
	z-index: 10;
}
.header { padding:0; border:0px solid #FFF; position:relative; }
.header .logo { float:left; text-decoration:none !important; margin: 10px 40px; }
.header .logo a:hover, a.logo:hover { background: none; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links {
	float:right;
	margin: 16px 0 0;
}
.links li {
	border-right:1px solid #77440F;
	display:block;
	float:left;
	font-size:10px;
	font-weight: bold;
	line-height:1.1;
	padding:0 5px;
	text-transform:uppercase;
}
.header .links li:last-child,
.header .links li.last {
	border-right: 0px solid;
	padding-right: 0;
}
.header .links li a {
	color: #77440f;
	padding: 0;
}
.header .links li a:hover {
	background: none;
	color: #4f6815;
}
.header .form-search { background: url(../images/search_bg.png) top right no-repeat; text-align:right; min-height: 50px; width:330px; float: right; margin-right:-5px; }
.header .form-search form {
	display:block;
	margin:0;
	padding:10px 35px;
}
.header .form-search input {
	background: none;
	color:#7F7F7F;
	padding: 3px;
	width:210px;
}
.header .form-search input:focus {
	color:#333;
}
.header .form-search form button {
	background: url(../images/search_btn.gif) top left no-repeat;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
}
.header .form-search form button:hover {
	background-position: bottom left;
}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:0px solid #FFF; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:0px solid #FFF; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container {
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    width: 400px;
}

/********** < Navigation */
.nav-container {
	background: url(../images/roughgreen.jpg) top left;
	border-bottom: 2px solid #7e7407;
	margin:0 auto;
	padding:0;
	position: relative;
	width: 940px;
	z-index: 5;
}
#nav {
	margin:0 5px 0 0;
	padding: 5px 0 0;
	position:relative;
}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a {color: #d2c198; display:block; text-decoration:none;}
#nav li a:hover {
	color: #d2c198;
	text-decoration:none;
}
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; line-height: 32px; font-size:16px;}
#nav li a { float:left; padding:5px 10px; font-weight:bold; color: #d2c198; }
#nav li a:hover { color: #d2c198; }
#nav li.over,
#nav li.active {
	background-color: rgba(0,0,0,.5);
}

/* 2nd Level */
#nav ul {background-color: rgba(0,0,0,.85); color: #d2c198; position:absolute; width:260px; top:42px; left:-10000px; border-top:2px solid #7E7407; }
#nav ul li { float:none; font-size:14px; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color: #d2c198; }
#nav ul li a:hover { color: #7e7407; }
#nav ul li.active > a,
#nav ul li.over > a  { color: #7e7407; }

#nav ul li.over,
#nav ul li.active {
	background-color: transparent;
}

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav li.home-link.active,
#nav li.home-link.over {
	background: none;
}
#nav li.home-link a {
	background:url("../images/home-nav.png") no-repeat scroll left top transparent;
	display:block;
	height:68px;
	left:15px;
	margin:0 20px -26px 0;
	padding:0;
	position:relative;
	text-indent:-9999px;
	top:-12px;
	width:68px;
	z-index:10;
}
#nav li.home-link a:hover {
	background-position: left bottom;
}

#nav li.win {
font-size:24px;
letter-spacing:1px;
position:absolute;
right:120px;
}

#nav li.win a {
	background: url(../images/small_foot.png) 90% 50% no-repeat;
	color: #fffe05;
	padding-right: 30px;
}

#nav li.win ul a {
	background-image: none;
}

#nav li.win.over {
	margin-top: -10px;
	padding-top: 10px;
}

#nav li.contact-links {
	display: block;
	float: right;
	margin: 5px 0 0;
	padding: 5px;
}
#nav li.contact-links a {
	background: url(../images/contact-logos.png) top left no-repeat;
	display:block;
	float:none;
	height:25px;
	padding:0;
	text-align:left;
	text-indent:-9999px;
	width:25px;
}
#nav li.contact-links a.contact {
	background-position: left top;
}
#nav li.contact-links a.twitter {
	background-position: center top;
}
#nav li.contact-links a.facebook {
	background-position: right top;
}
#nav li.contact-links a.contact:hover {
	background-position: left bottom;
}
#nav li.contact-links a.twitter:hover {
	background-position: center bottom;
}
#nav li.contact-links a.facebook:hover {
	background-position: right bottom;
}
#nav li.contact-links.over {
	background: none;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:0px solid #FFF; margin:0 0 10px; }
.block .block-title { color: #6B4500; border-bottom:0px solid #FFF; padding:3px 10px; font-size:18px; }
.block .block-title strong { font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; margin: 0 5px;}
.block .block-content { 
margin:10px 0;
padding:0 10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; margin-right: 10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {font-weight:bold;
padding:10px 20px;
text-align:center;}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li {
	background:#f1e8cc url(../images/sidebar_menu_light.jpg);
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #c49f3e;
}
.mini-products-list li.even {background:#f1e8cc url(../images/sidebar_menu_light.jpg); }
.mini-products-list .product-image { float:left; width:50px; border:0px solid #FFF; margin:0 0 0 5px; }
.mini-products-list .product-details { margin-left:65px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { 
	border-bottom: 2px solid #6B4500;
	margin: 0 0 10px 0;
	padding: 20px 0 0;
}
.block-account ul li {
	font-size:14px;
	font-weight: bold;
	margin: 2px 0;
}

.block-account ul li.current,
.block-account ul li a {
	display: block;
	padding: 5px 0 5px 5px;
}

.block-account ul li.current,
.block-account ul li a:hover {
	background: #4f6815 url(../images/roughgreen.jpg);
	color:#D2C198;
	margin:2px -10px;
	padding:5px 15px;
	text-decoration:none;
}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

.block-layered-nav li { margin: 2px 0;}
/* Block: Cart */
.block-cart {background: #d9c075 url(../images/sidebar_menu.jpg) top left; border-bottom: 1px solid #ad832b; padding:0}
.block-cart .block-title { background: #aa7f23 url(../images/sidebar_menu_header.jpg) top left; color:#e0cf99; border-bottom: 1px solid #71500b; padding:15px 5px 5px;}
.block-cart .summary {background:#f1e8cc url(../images/sidebar_menu_light.jpg) top left; border-bottom: 1px solid #c49f3e; text-align: center; }
.block-cart .amount { margin: 0px 0 5px; padding: 10px 0 0;}
.block-cart .subtotal { text-align:center; font-size: 14px; font-weight: bold; margin: 5px 0 10px;}
.block-cart .block-content { padding:0;}
#cart-sidebar {list-style: none; margin:0;}

.block-cart .actions {
padding:10px 0;
text-align:center;
}

.block-cart p {margin:0;}

/* Block: Subscribe */
.block-subscribe, .block-word {background: #d9c075 url(../images/sidebar_menu.jpg) top right; border-bottom: 1px solid #ad832b; padding:0;}
.block-subscribe .block-title { background: #aa7f23 url(../images/sidebar_menu_header.jpg) top right; color:#e0cf99; border-bottom: 1px solid #71500b; padding:15px 5px 5px;}
.block-subscribe .block-content { padding:0 10px;}

.col-right .block-subscribe,
.col-right .block-subscribe .block-title,
.col-right .block-word,
.col-right .block-word .block-title {background-position: top right;}

.col-left .block-subscribe,
.col-left .block-subscribe .block-title {background-position: top left;}


.block-subscribe input,
.block-subscribe select {
	border: 2px solid #CCC;
	color:#CCCCCC;
	font-size:16px;
	padding:4px;
	width:198px;
	margin: 0 0 10px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.block-subscribe select {
	width:209px;
}

.block-subscribe input.name {
width:88px;
float: left;
margin: 0 10px 10px 0;
}

.block-subscribe input.lastname {
margin-right: 0;
}

.block-subscribe input:focus,
.block-subscribe select:focus {
	border: 2px solid #6B4500;
	color: #6B4500;
}

/* Block: Word */
.block-word {
	overflow: hidden;
}

.block-word img {
	width: 190px;
}

.block-word p {
	margin:  0;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	line-height: 1.25;
}

.sidebar-word-download {
	background: url(../images/sidebar_word.png) top left no-repeat;
	display: block;
	width: 190px;
	height: 80px;
	margin: 10px 10px 40px;
	padding: 10px;
	font-size: 20px;
	letter-spacing: .5px;
	line-height: 20px;
	color: #3b5403;
}

.sidebar-word-download span {
	display: block;
	font-size: 16px;
}

.sidebar-word-download:hover {
	color: #689E32;
	text-decoration: none;
}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
#login-form {
	display: block;
	margin: 0 0 40px;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-page {
	position:relative;
}
.category-title,
.catalogsearch-result-index .page-title {
border-bottom:2px dotted #6B4500;
line-height:32px;
margin:10px 0;
padding:0 0 5px;
}
.category-title h1,
.catalogsearch-result-index .page-title h1 {
	font-size: 22px;
	margin:0;
}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

.product-count {
bottom:auto;
color:#6B4500;
font-size:14px;
font-weight:bold;
left:auto;
line-height:32px;
position:absolute;
right:0;
text-align:right;
top:0;
}

/* View Type: Grid */
.products-grid { border-bottom:0px solid #FFF; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item {
	float:left;
	height:270px;
	margin:0 0 0 15px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:220px;
}
.products-grid li.item.first {
	margin: 0;
}
.products-grid .product-image { display:block; }
.products-grid .product-name {
	background:url("../images/roughgreen.jpg") repeat scroll left top transparent;
	bottom:0;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:0;
	position:absolute;
	width:220px;
}
.products-grid .product-name a {
	color:#FFFFFF;
	display:block;
	height:40px;
	padding:5px;
	width:210px;
}
.products-grid .product-name a:hover {
	color:#CE912A;
	text-decoration: none;
}
.products-grid .price-box {
	background:url("../images/roughgreen.jpg") repeat scroll left top transparent;
	bottom:45px;
	color:#CE912A;
	font-size:18px;
	margin:0;
	padding:5px;
	position:absolute;
	right:0;
}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
	width:690px;
	margin:0 auto 15px;
	}
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:0px solid #FFF; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
/*.facebook-like-box {
height:24px;
overflow:visible;
margin: 2px 0 0 10px;
width: 273px;
float:left;
}*/

.facebook-like-box {
	float: left;
	margin-left:10px;
}

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability {
float:left;
font-size:10px;
font-weight:bold;
line-height:24px;
margin:0;
text-transform:uppercase;
}
.availability span {
	padding: 2px 0 2px 21px;
	margin: 0 0 0 5px;
	height: 22px;
}
.availability.in-stock span {background: url(../images/check.gif) top left no-repeat; }
.availability.out-of-stock span { color:#d83820; background: url(../images/cancel.gif) top left no-repeat; }

/* Email to a Friend */
.email-friend {
border-right:1px solid #D1BD69;
float:left;
font-size:10px;
font-weight:bold;
line-height:24px;
margin:0 5px 0 0;
padding:0 5px 0 0;
text-transform:uppercase;
}
.email-friend a {
	background: url(../images/email.gif) top left no-repeat;
	padding: 2px 0 2px 21px;
	height: 22px;
}

/* Alerts */
.alert-price {}
.alert-stock {}

/* Trainings */

.train-info {
    clear: both;
    font-size: 13px;
    margin: 10px 0 0;
    overflow: hidden;
}

.train-info .location {
    border-right: 1px solid #A49159;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    width: 205px;
}

.train-info .instructor {

}

.train-info + .short-description {
	font-size: 12px;
}

.msg-win-unavailable {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	margin: 22px 0 0;
	padding: 22px 0;
	position: absolute;
	text-align: center;
	width: 470px;
}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {font-size:24px;
margin:5px 0; }
.price-box .price {
font-weight:bold;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {
	color:#AA0000;
	font-size:12px;
	text-transform:uppercase;
}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label {
display:none;
font-size:10px;
font-weight:bold;
margin:0 5px 5px 0;
text-transform:uppercase;
}
.add-to-cart .qty {
float:left;
font-size:18px;
font-weight:bold;
padding:3px;
text-align:right;
}
.add-to-cart .button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box {
background-color:#FFFFFF;
float:left;
height:470px;
position:relative;
text-align:center;
width:470px;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:0px solid #FFF; }
.product-view .product-img-box .product-image-zoom { position:relative; margin:0; width:470px; height:470px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin:0; padding: 10px 5px;}
.product-view .product-img-box .more-views li {
height:56px;
margin:5px;
overflow:hidden;
width:56px;

-moz-box-shadow:0 0 5px #000000;
-webkit-box-shadow:0 0 5px #000000;
box-shadow:0 0 5px #000000;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

.more-views {
	bottom:0;
	position:absolute;
	z-index:10;
}

/* Product Shop */
.catalog-product-view .col-main {
	overflow: hidden;
}
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop {
	display:table-cell;
	float:right;
	margin:0;
	padding: 0 0 10px;
	width:470px;
	height: 460px;
	overflow:auto;
}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { padding:0 10px; }
.product-view .product-name h1 { margin: 10px 0 4px; font-size: 20px; }
.product-view .short-description { clear:both;
font-size:13px;
padding:2px 0 0; }
.product-view .short-description h2 { margin: 10px 0; font-size: 16px;}
.product-view .short-description ul { font-size: 12px;}

/* Product Options */
.product-options {
background-color:#E1D4A1;
border-bottom:1px solid #D1BD69;
border-top:1px solid #D1BD69;
margin:10px 0 0;
padding:1px 10px;
overflow: hidden;
font-size: 12px;
}
.product-options dt { overflow: hidden; margin:0; padding:0; clear: left; }
.product-options dt label { font-weight:bold; margin: 0 10px 0 0; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:5px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:auto; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:0 10px; border:0px solid #FFF; border-top:0; }
.product-options-bottom .price-box { 
}

.bundle-options dd {
	display: none;
}
.product-options .bundle-options dt .qty-disabled { background:none; border:0; padding:4px 0 0; color:#000; }
.product-options .bundle-options dt label .required { display: none; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {}
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.home-body {margin-top: -20px;}
.home-column {width:313px; height:480px; float:left; margin:0; padding:0; background: url(../images/home-what.jpg) top left no-repeat; position:relative;}
.home-column h2 {margin:-12px 10px 0; font:64px/1 "Century Gothic", Arial, Helvetica, sans-serif; font-weight: bold; overflow:hidden;}
.home-column h2 span { color:#808080; font-size:20px; display:block; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.home-column a.bottomlink { position:absolute; bottom:10px; right:10px; display:block; font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight:bold; color:#FFF; font-size:24px;}
.home-column.what {background: url(../images/home-what.jpg) top left no-repeat; }
.home-column.learn { width:314px;background: url(../images/home-learn.jpg) top left no-repeat;}
.home-column.order {background: url(../images/home-order.jpg) top left no-repeat; }
.home-column.what h2, .home-column.what h2 a {color:#67a006;}
.home-column.learn h2, .home-column.learn h2 a {color:#85a006;}
.home-column.order h2, .home-column.order h2 a {color:#a09706;}
.home-column h2 a:hover {text-decoration: none; color: #4F6815;}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart h1 {
	margin: 10px;
}

/* Checkout Types */
.cart .checkout-types {
float:right;
margin:30px 0 10px;
text-align:right;
}

.cart .checkout-types li {
margin:0 0 10px;
}
/* Shopping Cart Table */
.cart-table-container {
background-color:#E1D4A1;
background-color:#FFF;
border-top:1px solid #D1BD69;
margin:10px 0 0;
overflow: hidden;
padding:1px 10px;
}
.cart-table .item-msg { font-size:10px; }

.cart-table td {
	border-bottom: 2px dashed #CCC;
	vertical-align: bottom;
	padding: 16px 6px 8px;
}

.cart .product-name {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.cart .cart-price-wrap {
	font-weight: bold;
	line-height: 16px;
	overflow: hidden;
}

.cart .price-label {
	font-size: 10px;
	float:left;
	width:65px;
	text-transform: uppercase;
}

.cart .cart-total-wrap {
	line-height: 28px;
	margin: 8px 0 0;
}

.cart input,
.cart select {
	background: #EEE;
	border: 1px solid #DDD;
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
.cart select {
	font-size:12px;
	padding: 6px 3px;
	font-weight: normal;
}
.cart .qty {
	margin: 0 5px;
	text-align:right;
}
.cart .cart-total-wrap .cart-price {
	font-size: 18px;
	font-weight: bold;
	margin: 0 2px;
}

.cart .cart-footer {
	line-height: 28px;
	margin: 10px 0;
	overflow: hidden;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:1px solid #D1BD69;
margin:0 0 15px;
padding:25px 10px 0;
}
.cart .cart-collaterals .col2-set {
	width:920px;
}

.cart .cart-collaterals .col-1 {
	width:300px;
}

.cart .cart-collaterals .col-2 {
	width:620px;
}
	
.cart-collaterals label {
}

.cart-collaterals .shipping li {
	float: left;
	width: 180px;
}

.cart-collaterals .shipping .shipping-label {
overflow: hidden;
display: block;
width:180px;
overflow: hidden;
margin: 0 0 10px 0;
}

.cart-collaterals .shipping input,
.cart-collaterals .shipping select {
	font-size:12px;
	padding: 7px 3px;
	font-weight: normal;
	width: 160px;

}
.cart-collaterals .shipping input {
	padding: 8px 3px;
}

.crosssell {}
.crosssell h2 { font-size:16px; font-weight:bold; margin:0 12px 12px; }
.crosssell .product-image { float:left; width:75px; height:75px; border:0px solid #FFF; }
.crosssell .product-details { margin-left:90px; }
.crosssell-grid li.item { margin:12px 0; }

.crosssell-grid li.item {
	float:left;
	height:270px;
	margin:0 0 12px 12px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:220px;
}

.crosssell-grid .product-image { display:block; }
.crosssell-grid .product-name {
	background:url("../images/roughgreen.jpg") repeat scroll left top transparent;
	bottom:0;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:0;
	position:absolute;
	width:220px;
}
.crosssell-grid .product-name a {
	color:#FFFFFF;
	display:block;
	height:40px;
	padding:5px;
	width:210px;
}
.crosssell-grid .product-name a:hover {
	color:#CE912A;
	text-decoration: none;
}


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px 5px 5px 15px; }
.cart .totals table th { font-weight:bold; }

.cart .totals tfoot td {
	border-top: 2px dashed #CCC;
	vertical-align: middle;
}

.cart .totals tfoot .price {
	font-size: 18px;
}

/* Options Tool Tip */
.item-options {
	margin: 10px 0 0;
	overflow: hidden;
}
.item-options dt {
	float: left;
	font-weight:bold;
	margin-right: 5px;
	text-transform: uppercase;
}
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:0px solid #FFF; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

.summary-total {
	background: url(../images/br_down.gif) left 50% no-repeat;
	color: #71AB00;
	cursor: pointer;
	padding-left: 32px;
}

.summary-total.show-details {
	background: url(../images/br_up.gif) left 50% no-repeat;
}
.cart .totals table .summary-total td {
	padding-left: 22px;
}

.cart .totals table .summary-total td.a-right {
padding: 5px 5px 5px 15px;
}

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:0px solid #FFF; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:0px solid #FFF; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:0px solid #FFF; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { background: #d9c075 url(../images/sidebar_menu.jpg); border-bottom: 1px solid #ad832b; padding:0}
.block-progress .block-title { background: #aa7f23 url(../images/sidebar_menu_header.jpg); color:#e0cf99; border-bottom: 1px solid #71500b; padding:15px 5px 5px;}
.block-progress .block-content { padding:0;}
.block-progress dt {
	color: #71500b;
	font-weight:bold;
	padding: 5px;
}
.block-progress dt.complete,
.block-progress dd.complete { padding:5px 10px; }
.block-progress dd.complete {background:#f1e8cc url(../images/sidebar_menu_light.jpg); border-bottom: 1px solid #c49f3e; }

ol.opc {
	list-style: none;
}

.opc {
border-bottom:0 solid #FFFFFF;
margin:0 -10px;
position:relative;
}
.opc li.section {
	background-color: #FBF9EF;
position:relative;
}

.opc .buttons-set.disabled .button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title {
background-color:#F0E9D4;
border-top:1px solid #E1CC97;
overflow:hidden;
padding:0 5px;
position:relative;
}
.opc .step-title .number {
color:#E9DDB3;
font-size:75px;
font-weight:bold;
left:-12px;
position:absolute;
top:-30px;
z-index:1;
}
.opc .step-title h2 {
	color: #CABA6D;
	margin-left:17px;
	position: relative;
	z-index: 10;
	cursor: default;
}
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ddca92; cursor:default; }
.opc .active .step-title h2 {
	color: #446713;
}
.opc .active .step-title .number {
	color: #D6BF7C;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:0px solid #FFF; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc label {
	padding: 5px 0;
}

.opc input,
.opc select {
background-color: #FFF;
border:1px solid #DDDDDD;
padding:3px;
}

#checkout-review-table {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-right: none;
	border-bottom: none;
}

#checkout-review-table thead {
	background-color: #DDD;
}

#checkout-review-table td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {padding: 40px;}
.account-login .new-users {}
.account-login .registered-users {}

.account-login h2 {margin: 20px 0;}
.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

.box-info .box-title { overflow: hidden;}
.box-info .box-title h3 { float: left; }
.box-info .box-title a { line-height: 24px; float: right; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:0px solid #FFF; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {
	background: #ad9e67 url(../images/darkpaper.jpg);
	margin:0 auto;
	width:940px;
}
.footer {
	background: url(../images/darkpapershadow.jpg) top center repeat-x;
	overflow: hidden;
}
.footer-end {
	background: #454134 url(../images/footer-bottom.jpg) center top no-repeat;
	color: #a89a63;
	font-size: 10px;
	padding: 50px 0 0;
	height: 120px;
	margin: 0 auto 0;
	width: 960px;
}
.footer .f-left {
	margin: 0 10px;
	overflow: hidden;
	width: 685px;
}
.footer .f-right {
	margin: 0 10px;
	width: 215px;
}
.footer h2 {
	color: #446713;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	text-transform: lowercase;
}

.footer h3,
h3.small {
	color: #6b4500;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 6px 0 0;
}
.footer .footer-programs {
	clear: both;
	overflow:hidden;
}
.footer .footer-programs ul {
	list-style: none;
}
.footer .footer-programs ul li {
	display: block;
	float: left;
	margin: 10px 31px;
}
.footer .footer-programs ul li a {
	background: url(../images/footer-logos.png) top left no-repeat;
	display: block;
	height: 60px;
	text-indent: -9999px;
	width: 60px;
}

.footer .footer-programs ul li a.wpg {
	background-position: top left;
	width:68px;
}
.footer .footer-programs ul li a.athletix {
	background-position: -68px top;
	width:100px;
}
.footer .footer-programs ul li a.infusion {
	background-position: -168px top;
	width: 60px;
}
.footer .footer-programs ul li a.soletraining {
	background-position: -228px top;
	width:81px;
}
.footer .footer-programs ul li a.sevensteps {
	background-position: -309px top;
	width:38px;
}
.footer .footer-programs ul li a.girlpower {
	background-position: -347px top;
	width:95px;
}
.footer .footer-programs ul li a.plank {
	background-position: top right;
	width:64px;
}
.footer .footer-programs ul li a.wpg:hover {
	background-position: left bottom;
}
.footer .footer-programs ul li a.athletix:hover {
	background-position: -68px bottom;
}
.footer .footer-programs ul li a.infusion:hover {
	background-position: -168px bottom;
}
.footer .footer-programs ul li a.soletraining:hover {
	background-position: -228px bottom;
}
.footer .footer-programs ul li a.sevensteps:hover {
	background-position: -309px bottom;
}
.footer .footer-programs ul li a.girlpower:hover {
	background-position: -347px bottom;
}
.footer .footer-programs ul li a.plank:hover {
	background-position: right bottom;
}
.footer p { }
.footer-end address {
	border-right: 1px solid  #382e24;
	width: 215px;
	float: left;
	padding: 10px;
	text-align:right;
}
.footer-end .menu {
	width: 440px;
	float: left;
	margin: 0;
	padding: 10px;
	text-align:left;
}
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block { }
.widget-home-block {
	float:left;
	font-size: 12px;
	margin:0 10px 10px;
	overflow:hidden;
	padding:0;
	width:293px;
}

.widget-home-block div {
	height: 560px;
}

.widget-home-block h2 {
	color: #446713;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
	padding: 25px 0 0;
}
.widget-home-block h3 {
	color: #6b4500;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 350px;
}
.widget-home-block p,
.widget-home-block ul {
	color: #f1ead0;
	font-weight: bold;
	margin: 10px 10px 0;
}

.know,
.join,
.get,
.teach {
	background: url(../images/home-columns_b.jpg) top left no-repeat;
}

.join {
	background-position:right top;
}

.get {
	background-position:-293px top;
}

.teach {
	background-position:right top;
}

.widget-home-block p.more {
color:#F1EAD0;
font-size:22px;
font-weight:normal;
height:200px;
margin:0;
text-align:center;
text-transform:uppercase;
}

p.more a {
	color:#F1EAD0;
	font-weight:bold;
}

p.more a:hover {
	color:#F1EAD0;
	text-decoration: none;
}

p.more.know {
	background-position: left bottom;
}

p.more.teach {
	background-position:right bottom;
}

p.more.get {
	background-position:-293px bottom;
}

.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#slides {
	border-bottom:2px solid #7E7407;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	z-index:2;
}

.prev, .next {
	background: url(../images/slider_nav.png) top left no-repeat;
	display: block;
	height: 108px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 96px;
	width: 50px;
	z-index: 1;
}
.prev {
	left: -50px;
}
.next {
	background-position: top right;
	right: -50px;
}

.prev:hover {
	background-position: bottom left;
}
.next:hover {
	background-position: bottom right;
}

#viewport{
	width: 940px;
	height: 300px;
	position: relative;
	overflow:hidden;
	z-index: 5;
}
#viewport ul{
	position: relative;
	padding: 0;
}
#viewport div{
	width: 940px;
	height: 300px;
	float: left;
	list-style: none;
	position: relative
}

#viewport div p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
    height: 280px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 293px;
}

#slides .pagination {
	display: none;
}
form.class-finder {
	display: block;
	margin: 10px 0;
	overflow: hidden;
}

form.class-finder input {
	background: url(../images/footer-input-bg.gif) top left repeat-x #ccc48f;
	border:1px solid #4E3200;
	color:#4E3200;
	display: block;
	font-size:14px;
	height:20px;
	line-height:26px;
	padding:3px;
	width:207px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
form.class-finder select {
	background: url(../images/footer-input-bg.gif) top left repeat-x #ccc48f;
	border:1px solid #4E3200;
	color:#4E3200;
	font-size:14px;

	padding:3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*
form.class-finder button {
	background: url(../images/btn_find.png) top left no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 28px;
	text-align: left;
	text-indent: -9999px;
	width: 80px;
}
form.class-finder button:hover {
	background-position: bottom left;
}
*/
form.class-finder input:focus {
	color: #333;
}
form.class-finder p.footnote,
#class_finder_form p.footnote {
	color: #4e3200;
	font-size: 10px;
	margin: 0;
	text-align: center;
}
form.class-finder p.footnote a {
	color: #ebe6b5;
}
form.class-finder p.footnote a:hover {
	background: none;
	color: #4f6815;
}


.main .breadcrumbs {
	background: #F0E7CC url(../images/headers/about.jpg) top left no-repeat;
	border-bottom: 2px solid #7E7407; 
	display: block;
	height: 240px;
	padding: 0;
}

.main .breadcrumbs ul {
	display: none;
}

.cms-customer-service .breadcrumbs {
	display: none;
}

.cms-about-us .breadcrumbs {
	background: #F0E7CC url(../images/headers/about.jpg) top left no-repeat;
}

.cms-instructor-evaluation .breadcrumbs {
	background: #F0E7CC url(../images/headers/evaluations.jpg) top left no-repeat;
}

.cms-conference-workshops .breadcrumbs {
	background: #F0E7CC url(../images/headers/calendar.jpg) top left no-repeat;
}

.cms-willpower-grace .breadcrumbs {
	background: #F0E7CC url(../images/headers/wpg.jpg) top left no-repeat;
}

.cms-willpower-for-girlpower .breadcrumbs {
	background: #F0E7CC url(../images/headers/girlpower.jpg) top left no-repeat;
}

.cms-world-plank .breadcrumbs {
	background: #F0E7CC url(../images/headers/plank.jpg) top left no-repeat;
}

.cms-about-slk .breadcrumbs {
	background: #F0E7CC url(../images/headers/slk.jpg) top left no-repeat;
}

.cms-partners .breadcrumbs {
	background: #F0E7CC url(../images/headers/partners.jpg) top left no-repeat;
}

.cms-press .breadcrumbs {
	background: #F0E7CC url(../images/headers/press.jpg) top left no-repeat;
}

.cms-seven-steps .breadcrumbs {
	background: #F0E7CC url(../images/headers/sevensteps.jpg) top left no-repeat;
}

.cms-sole-training .breadcrumbs {
	background: #F0E7CC url(../images/headers/soletraining.jpg) top left no-repeat;
}

.cms-athletix .breadcrumbs {
	background: #F0E7CC url(../images/headers/athletix.jpg) top left no-repeat;
}

.cms-infusion .breadcrumbs {
	background: #F0E7CC url(../images/headers/infusion.jpg) top left no-repeat;
}

.cms-about-win .breadcrumbs {
	background: #F0E7CC url(../images/headers/win.jpg) top left no-repeat;
}

.win-dashboard-index .breadcrumbs,
.cms-job-board .breadcrumbs,
.cms-achieving-graceful-status .breadcrumbs {
	background: #F0E7CC url(../images/headers/win.jpg) top left no-repeat;
}


.cms-willpower-summit .breadcrumbs {
	background: #F0E7CC url(../images/headers/summit.jpg) top left no-repeat;
}

.cms-programs .breadcrumbs {
	background: #F0E7CC url(../images/headers/programs.jpg) top left no-repeat;
}

.cms-events .breadcrumbs,
.cms-special-events .breadcrumbs {
	background: #F0E7CC url(../images/headers/events.jpg) top left no-repeat;
}
.cms-calendar .breadcrumbs,
.eventscalendar-index-index .breadcrumbs {
	background: #F0E7CC url(../images/headers/calendar.jpg) top left no-repeat;
}

.cms-education .breadcrumbs {
	background: #F0E7CC url(../images/headers/education.jpg) top left no-repeat;
}

.classfinder-location-index .breadcrumbs,
.classfinder-index-index .breadcrumbs {
	background: #F0E7CC url(../images/headers/map.jpg) top left no-repeat;
}

.category-gear .breadcrumbs,
.category-shop .breadcrumbs {
	background: #F0E7CC url(../images/headers/gear.jpg) top left no-repeat;
}

.category-videos-music .breadcrumbs {
	background: #F0E7CC url(../images/headers/dvds-music.jpg) top left no-repeat;
}

.category-instructor-training .breadcrumbs,
.category-west .breadcrumbs,
.category-central .breadcrumbs,
.category-northeast .breadcrumbs,
.category-southeast .breadcrumbs {
	background: #F0E7CC url(../images/headers/training.jpg) top left no-repeat;
}

.team-index-index .breadcrumbs,
.classfinder-instructor-index .breadcrumbs,
.classfinder-instructor-results .breadcrumbs {
	background: #F0E7CC url(../images/headers/team.jpg) top left no-repeat;
}

.press-index-index .breadcrumbs {
	background: #F0E7CC url(../images/headers/press.jpg) top left no-repeat;
}

.words-index-view .breadcrumbs,
.words-index-index  .breadcrumbs {
	background: none;
}

.words-index-view .breadcrumbs ul,
.words-index-index  .breadcrumbs ul {
	display: block;
	width: 960px;
	height: 240px;
	position: relative;
}

.words-index-view .breadcrumbs ul li,
.words-index-index  .breadcrumbs ul li {
    background: url("../images/headers/words.png") no-repeat scroll left top transparent;
    bottom: 0;
    color: #FFFFFF;
    font-size: 64px;
    font-weight: bold;
    line-height: 96px;
    padding: 144px 20px 0 0;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: lowercase;
    width: 920px;
}

.words-index-index  .breadcrumbs ul li {
    background: #7DB407 url("../images/headers/words.png") no-repeat scroll left top;
    bottom: 0;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px;
    padding: 160px 20px 0 0;
    position: absolute;
    right: 20px;
    text-align: right;
    width: 920px;
    text-transform: lowercase;
}



.catalog-product-view .breadcrumbs {
/*
	background: rgba(0,0,0,.5);
	border: none;
	padding: 10px;
	position:absolute;
	height: auto;
	width: 450px;
	z-index: 10;
*/
	display: none;
}

.catalog-product-view .breadcrumbs ul {
	display: block;
}

.cms-achieving-graceful-status .page-title,
.cms-achieving-graceful-status .std,
.cms-seasonal-challenges .page-title,
.cms-seasonal-challenges .std {
	padding: 0 10px;
}

/*
.cms-win-dashboard .breadcrumbs {
	display: none;
}
*/
/* ======================================================================================= */

/* Word of the Week ====================================================================== */

#word-summary {
	float: left;
	width: 440px;
}

#word-illustration {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
	text-align: center;
}

.word-title {
border-bottom:2px dotted #6B4500;
line-height:58px;
margin:10px 0;
overflow: hidden;
padding:0 0 5px;
}

.footer .word-title {
	border-bottom:0px dotted #6B4500;
	font-size: 22px;
	line-height: 32px;
}

.word-title h1 {
	font-size: 32px;
	float: left;
	margin:0;
}

.word-title h2 {
	float: left;
	line-height:38px;
	margin:0;
}

.word-title .word-week {
	color: #6B4500;
	float: right;
	line-height:58px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.footer .word-title .word-week {
	line-height:38px;
}

.word-main {
	background-color: #E7D9AE;
	border-bottom: 2px solid #6B4500;
	line-height: 58px;
	margin: 0 -10px;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.word-main h1 {
	font-size: 32px;
	float: left;
	margin:0;
}


.word-main .word-week {
	background-image: url(../images/words_color_header.png);
	background-position: top left;
	background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding: 5px 10px 5px 50px;
    text-align: center;
    text-transform: uppercase;
}

.word-main .word-week span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

.word-meta {
	background-color: #E3CF99;
	border-bottom: 1px solid #6B4500;
	display: block;
	margin: 0 -10px;
	overflow: auto;
}

.word-meta a {
	color: #2C7804;
}

.word-meta .meta-color {
    color: #FFFFFF;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 2px;
}

.word-meta .meta-song {
	float: left;
}

.word-meta .meta-song a {
	background: url(../images/icon_music.png) right center no-repeat;
	padding: 0 24px 0 0;
}

.word-meta .meta-download {
	float: right;
	margin: 0 10px;
}

.word-meta .meta-download a {
	background: url(../images/icon_file.png) right center no-repeat;
	padding: 0 24px 0 0;
}

.word-definition {
	background-color: #E7D9AE;
	border-bottom: 1px solid #6B4500;
	margin: 0 -10px 30px;
	padding: 10px;
}

.word-definition ol {
	list-style: outside decimal;
}

.word-content {margin-bottom: 30px;}

.word-subs {
	background-color: #E7D9AE;
	border-top: 2px solid #6B4500;
	margin: 0 -10px;
	padding: 10px;
}

.word-subs h2 {
	font-size: 16px;
	color: #6B4500;
	margin: 10px 0;
}

.back {
	margin: 20px 0 0;
}

/* COLORS */
.words-index-index .breadcrumbs ul li.month-1,
.words-index-view .breadcrumbs ul li.bg-BF7651 {
	background-color: #BF7651;
}

.words-index-index .breadcrumbs ul li.month-2,
.words-index-view .breadcrumbs ul li.bg-BD97CB {
	background-color: #BD97CB;
}

.words-index-index .breadcrumbs ul li.month-3,
.words-index-view .breadcrumbs ul li.bg-BFE9E3 {
	background-color: #BFE9E3;
}

.words-index-index .breadcrumbs ul li.month-4,
.words-index-view .breadcrumbs ul li.bg-DA4A52 {
	background-color: #DA4A52;
}

.words-index-index .breadcrumbs ul li.month-5,
.words-index-view .breadcrumbs ul li.bg-7BB661 {
	background-color: #7BB661;
}

.words-index-index .breadcrumbs ul li.month-6,
.words-index-view .breadcrumbs ul li.bg-FFD858 {
	background-color: #FFD858;
}

.words-index-index .breadcrumbs ul li.month-7,
.words-index-view .breadcrumbs ul li.bg-E8B7C1 {
	background-color: #E8B7C1;
}

.words-index-index .breadcrumbs ul li.month-8,
.words-index-view .breadcrumbs ul li.bg-F38235 {
	background-color: #F38235;
}

.words-index-index .breadcrumbs ul li.month-9,
.words-index-view .breadcrumbs ul li.bg-5265B0 {
	background-color: #5265B0;
}

.words-index-index .breadcrumbs ul li.month-10,
.words-index-view .breadcrumbs ul li.bg-98B4D4 {
	background-color: #98B4D4;
}

.words-index-index .breadcrumbs ul li.month-11,
.words-index-view .breadcrumbs ul li.bg-C14A64 {
	background-color: #C14A64;
}

.words-index-index .breadcrumbs ul li.month-12,
.words-index-view .breadcrumbs ul li.bg-128191 {
	background-color: #128191;
}

/* ======================================================================================= */

/* F.A.Q. ================================================================================ */

.faq-category{
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #6B4500;
}

.faq-category ul{
	list-style-type: disc;
	margin-left: 15px;
}

.faq-article-content{
	margin-bottom: 25px;
}

/* ======================================================================================= */

/* Classfinder =========================================================================== */

#classfinder-results {margin: 0 -10px;}
#map-container {
	float: right;
	height: 512px;
	overflow: hidden;
	width: 700px;
}
#map-head {
	background-color: #D5CD98;
	height: 32px;
	position: relative;
	text-align: right;
	z-index: 9;
	
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#map-head a {
	color: #446713;
	line-height: 32px;
	margin: 0 12px;
}
#map { overflow: hidden; height:480px; }
#sidebar-container {
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	font-size: 11px;
	height: 512px;
	overflow: hidden;
	position: relative;
	width: 240px;
	z-index: 10;
	
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#sidebar-head {
	background-color: #F2EFDC;
	border-bottom: 1px solid #9D9A89;
	height: 32px;
	overflow: hidden;
}
#sidebar {
	height:480px;
	overflow: auto;
}
#results-list {
	height: 378px;
	overflow: auto;
	margin: 0;
	border-bottom: 1px solid #c49f3e;
}
#results-list p {
	font-size: 12px;
	overflow: hidden;
	margin: 0 0 0 30px;
	white-space: nowrap;
}
#results-list a {
	color: #2d3d0c;
	display:block;
	padding:5px 0 5px 5px;
}
#results-list a:hover {
	color: #71AB00;
	text-decoration: none;
}
#results-list img {
	float: left;
	margin: 0 5px 0 0;
}

.results-item {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #CCC;
}

.results-item:hover {
	background-color: #FAFAFA;
	cursor: pointer;
}

.results-item .title, 
.infowindow .title {
	color: #71AB00;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.results-item p {
	margin: 0 5px;
}

#classfinder-form #addressInput {
	background: none;
	border: medium none;
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0 6px;
	width: 198px;
}

.classfinder-sidebar {
	background: url(../images/sidebar_search.png) top left no-repeat;
	margin: 0 0 10px;
}

.block-classfinder {
	margin-bottom: 0;
}

.classfinder-sidebar input {
	background:none repeat scroll 0 0 transparent;
	font-size:14px;
	height:20px;
	padding:3px 6px;
	width:171px;
}

.classfinder-sidebar button {
	background: url(../images/search_btn.gif) top left no-repeat;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
}
.classfinder-sidebar button:hover {
	background-position: left bottom;
}

.search-empty {
	margin: 10px;
	font-weight: bold;
	text-align: center;
}

.searching {
	background: url(../images/loading_dots.gif) center bottom no-repeat;
	margin: 10px;
	padding: 0 0 20px;
	text-align: center;
}

.search-notfound {
	margin: 10px;
	text-align: center;
}

.infowindow {
	overflow:hidden;
}

/* ======================================================================================= */

/* Partners ============================================================================== */

.partners {
	margin: 20px 0;
}

.partners .partner-logo {
	background: url(../images/partners-bg.png) 50% 50% no-repeat;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}

.partners .partner-logo a {
	display:table-cell;
	height:160px;
	text-align:center;
	vertical-align:middle;
	width:230px;
}

.partners .partner-name {
	padding: 5px 0 15px;
	text-align: center;
}

/* ======================================================================================= */

/* Testimonials ========================================================================== */

.testimonial_entry {
	background: url(../images/sidebar-quote.png) top left no-repeat;
	color: #6B4500;
	font-size: 11px;
	padding: 25px 10px 10px;
}

.testimonial_entry .byline {
	font-weight: bold;
}

/* ======================================================================================= */

/* wIN =================================================================================== */

.win-dashboard-main {
	margin:0 auto;
	overflow:hidden;
	padding:10px;
	width:920px;
}

.win-columns {
	background: url(../images/win-dash.jpg) top center no-repeat;
	clear: both;
	margin:0 auto;
	min-height:200px;
	overflow:hidden;
	padding:12px 10px;
	width:920px;
}

.win-columns .win-column {
	float: left;
	width: 300px;
}

.win-column.middle {
	margin: 0 10px;
}

.win-column h3 {
	text-align: center;
}

.win-column ul {
	list-style: none;
	margin: 0px;
	font-size: 14px;
}

.win-column ul li {
	margin: 5px 0;
}

.win-column ul li a {
	font-weight: bold;
}

#nav li.over,
#nav li.active {
	background: url(../images/black_50.png) transparent top left;
}
#nav ul,
#viewport li p {
	background: url(../images/black_85.png) transparent top left;
}

.edit-link {
}

.team-profile-preview  {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.team-profile-preview .image-block {
	float: left;
	margin: 0 10px 0 0;
}

.win-form {
	display: block;
	font-size:14px;
	overflow: hidden;
	width: 910px;
	padding: 0 5px;
}

.win-form .form-item-left,
.win-form .form-item-right,
.form-item-left,
.form-item-right {
	float: left;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	padding: 0;
	width: 450px;
}

.win-form .form-item-right {
	margin-right: 0;
}

.win-form .form-item-full {
	clear: both;
	margin: 10px 0;
	width: 910px;
}

.win-form label {
	display: block;
	font-weight: bold;
	padding: 5px 0 5px;
}

.win-form label .note {
	color: #6B4C18;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}

.win-form input.text,
.win-form select.select {
	border: 2px solid #CCC;
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	width: 430px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.win-form select.select {
	width: 446px;
}
.win-form input.text:focus {
	border: 2px solid #6B4500;
}

.win-form .form-item-full input.text {
	width: 890px;
}

.win-form .form-item-full textarea.textarea {
	border: 2px solid #CCC;
	display: block;
	font-size:18px;
	height: 180px;
	margin: 0 0 10px;
	padding: 8px;
	width: 890px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.win-form .buttons {
	text-align: right;
	margin: 45px 0 20px;
}

.messages_profile_view {
}

.location-table {
	background: #FFF;
	font-size: 12px;
}

.location-table td {
	border-right: 1px solid #ceb863;
	border-bottom: 1px solid #ceb863;
	padding: 8px;
}

.location-table thead td {
	background: url(../images/roughgreen.jpg);
	border: none;
	border-right: 1px solid #333c11;
	color: #D2C198;
	font-size: 14px;
	font-weight: bold;
}

.location-table thead td.title {
	border-left: 1px solid #333c11;
}

.location-table tbody td.actions {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.location-table tbody td.title {
	border-left: 1px solid #ceb863;
	font-weight: bold;
}

.location-table tr.even td {
	background-color: #fbf8f0;
}
.location-table tr.odd td {
	background-color: #f7f1df;
}

.location-table td:hover {
	background-color: #f9f7f0;
}

/* Press ================================================================================= */

.press-item { margin: 10px 0; padding: 5px 0; border-bottom: 1px solid #DCCCAE; }
.press-head { font-size: 16px; font-weight: bold; margin:0;}
.press-date { font-size: 12px; margin:0;}
.press-link { font-size: 12px; margin:0;}
a.external { padding: 2px 20px 2px 0px; background: url(../images/external.jpg) no-repeat scroll right center; }
a.file { padding: 2px 20px 2px 0px; background: url(../images/file.jpg) no-repeat scroll right center; }
.small { font-size:12px; }
.press-summary { font-size:14px; font-style:italic; }

/* ======================================================================================= */

/* Event Calendar ======================================================================== */

.calendar-container {
	border-spacing:0px;
	border-collapse: collapse;
	margin: 0;
}

.event-calendar {
	background-color: white;
	border: 1px solid #CCC;
	border-spacing:0px;
	border-collapse: collapse;
}

.calendar-cell { background-color: white; border: 1px solid #CCC; padding: 0 5px; }
.calendar-cell:hover { background-color: #FAFAFA; border: 1px solid #CCC; }
.calendar-month {
	background: url(../images/roughgreen.jpg);
	border: none;
	border-right: 1px solid #333c11;
	color: #D2C198;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
}

.calendar-prev {
	float:left;
	cursor: pointer;
}

.calendar-next {
	float:right;
	cursor: pointer;
}

.event-calendar th {
	padding: 4px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

.day-number {
	color: #CCC;
	display: block;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}

.linked-day {
	background-color: #71AB00;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

.linked-day .day-number {
	color: #FFF;
}

.linked-day:hover {
	background-color: #71AB00;
}

.linked-day a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	display: block;
	font-size: 10px;
	margin: 0 -5px 2px;
	padding: 0 5px;
	text-align: left;
	text-transform: uppercase;
}

.linked-day a:hover {
	background-color: #4f6a15;
	text-decoration: none;
}

.calendar-details {
	overflow: auto;
	width: 600px;
	height: 400px;
	text-align: left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px;
	width: 100%;
	border-bottom:1px solid #D1BD6F;
}
ul.tabs li {
	background-color:#E5DBB4;
	float:left;
	font-size: 11px;
	height:32px;
	line-height:32px;
	margin:0 3px;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:center;
	text-transform: uppercase;
	width:132px;
}

ul.tabs li.last {
}
ul.tabs li a {
	color: #000;
	display: block;
	font-weight: bold;
	outline: none;
	padding: 0;
	text-decoration: none;
}
ul.tabs li a:hover {
	background-color: #D1BD6F;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #D1BD6F;
}

ul.tabs li.tt {background-color: #597100;}
ul.tabs li.gf {background-color: #688400;}
ul.tabs li.an {background-color: #769600;}
ul.tabs li.in {background-color: #85a900;}
ul.tabs li.st {background-color: #94bc00;}

.tab_content {
	padding:0;
}

/* Team Bios */

div.team-item {
	border-bottom: 1px solid #DCCCAE;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}

.team-item h4 {
	margin: 0;
}

.bio-summary {
	background-color:#E5DBB4;
	color:#49610D;
	font-size:14px;
	font-weight:normal;
	margin:0 auto 20px;
	padding:10px;
}

p.bio-title,
p.bio-location {
	color: #6d3209;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

div.graceful p.bio-title {
	color: #003366;
}

p.bio-location {
	color: #373431;
	margin:0 0 10px;
}

.team-item p {
	overflow: hidden;
}

p.bio-image {
	text-align: center;
	position:relative;
}

.team-item .angels {
left:160px;
position:absolute;
top:15px;
}

.team-item.graceful .angels {
top:195px;
}

img.bio-image {
	background: #FFF url(../images/no-image.jpg);
	font-size:0;
	height: 150px;
	margin: 5px 10px 5px 0;
	text-align: center;
	width: 150px;
}

img.angel-image {
	margin: 5px 10px 5px 0;
	background: #FFF url(../images/no-image.jpg);
	width: 300px;
	height: 300px;
	text-align: center;
}

#filter {
	list-style: none;
	margin: 0 0 20px;
	overflow: hidden;
}

#filter li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #6b4500;
	line-height: 1;
}

#filter li:first-child, #filter li:last-child {
	border: none;
}

#filter li.current {font-weight: bold;}

li.instructor {
	border: none;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 33%;
}

li.instructor h4,
p.instructor-location {
	font-size: 12px;
	margin: 0;
	text-align: center;
}

div.graceful {
	border-bottom:medium none;
	border-top:0 none;
	display:inline-block;
	margin:10px;
	overflow:hidden;
	vertical-align:top;
	width:320px;
}


#instructor_search input {
	border: 1px solid #CCC;
	color: #AAA;
	display: block;
	float: left;
	font-size:16px;
	margin: 0 12px 10px 0;
	padding: 4px 6px;
	width: 560px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#instructor_search input:focus {
	border-color: #446713;
	color: #333;
}

#videoContainer {
background-color:#EBDCB3;
border-bottom:2px solid #D1BD76;
border-top:2px solid #D1BD76;
display:block;
min-height:338px;
margin:0 -10px;
overflow:hidden;
position:relative;
text-align:center;
}
#videoContainerB {
background-color:#EBDCB3;
border-bottom:2px solid #D1BD76;
border-top:2px solid #D1BD76;
display:block;
min-height:360px;
margin:0 -10px;
overflow:hidden;
position:relative;
text-align:center;
}
.vidshadow-top,
.vidshadow-bottom {
	background: url(../images/vidbox_top.png) center top repeat-x;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 15px;
}
.vidshadow-bottom {
	background-image: url(../images/vidbox_bottom.png);
	top:auto;
	bottom:0;
}
#videoContainerB .vidshadow-top,
#videoContainerB .vidshadow-bottom {
	background: url(../images/vidbox_topb.png) center top repeat-x;
}
#videoContainerB .vidshadow-bottom {
	background-image: url(../images/vidbox_bottomb.png);
}

.video-inner {
	background-color: #000;
	min-width: 600px;
	min-height: 338px;
	margin: 0 auto;
}

#videoContainerB .video-inner {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}

.top-container {
    bottom: 0;
    position: absolute;
    right: 0;
}
.word-header {
    bottom: 0;
    color: #616935;
    display: block;
    position: absolute;
    right: 10px;
    width: auto;
	min-width:145px;
}
.word-header a.readmore {
	background:url(../images/wordmore.png) top left no-repeat;
	display:block;
	height:22px;
	position:absolute;
	text-align:left;
	text-indent:-9999px;
	width:125px;
    left: 0px;
    top: -7px;
}

.word-header .word {
    color: #7DB407;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
    text-transform: lowercase;
    margin-right: 20px;
}
.word-header .word a.title {
    color: #7DB407;
}
.word-header .word a.title:hover {
    color: #4f6815;
	text-decoration:none;
}
.word-header .word-week {
    color: #000;
    opacity: .4;
    float: left;
    font-size: 45;
    margin-right: 10px;
}

.word-item { margin: 10px 0; padding: 5px 0; border-bottom: 1px solid #DCCCAE; }

.win-form.application {
	font-size: 12px;
}

.win-form.application fieldset.member-app {
	border:2px solid #E4D09B;
	font-size:12px;
	overflow:hidden;
	padding:10px;
	width:885px;
}

.win-form.application legend {
	background-color:#E4D09B;
	border:2px solid #E4D09B;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:10px -12px 0;
	padding:5px;
	width:895px;
}

.win-form.application .form-item-left,
.win-form.application .form-item-right {
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
	padding:0;
	width:437px;
}

.win-form.application .form-item-right {
	margin-right: 0;
}

.win-form.application .form-item-full {
	margin:0 0 10px;
	width:870px;
}

.win-form.application label {
}

.win-form.application input.text,
.win-form.application select.select {
	margin:0 0 5px;
	padding:6px;
	width:419px;
}
.win-form.application select.select {
	width: 435px;
}
.win-form.application input.text:focus {
}

.win-form.application .form-item-full input.text {
	width: 864px;
}

.win-form.application .form-item-full textarea.textarea {
	font-size:14px;
	padding: 6px;
	width: 864px;
}

.win-form.application .buttons {
}

.photo-link {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
}

.wp-form {
	display: block;
	font-size:14px;
	overflow: hidden;
	width: 680px;
	padding: 0 5px;
}

.wp-form .form-item-left,
.wp-form .form-item-right {
	float: left;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	padding: 0;
	width: 335px;
}

.wp-form .form-item-right {
	margin-right: 0;
}

.wp-form .form-item-full {
	clear: both;
	margin: 10px 0;
	width: 680px;
}

.wp-form label {
	display: block;
	font-weight: bold;
	padding: 5px 0 5px;
}

.wp-form input.text,
.wp-form input.input-text,
.wp-form select.select {
	border: 2px solid #CCC;
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	width: 315px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.wp-form select.select {
	width: 315px;
}
.wp-form input.text:focus,
.wp-form input.input-text:focus {
	border: 2px solid #6B4500;
}

.wp-form .form-item-full input.input-text,
.wp-form .form-item-full input.text {
	width: 680px;
}

.wp-form .form-item-full textarea.textarea {
	border: 2px solid #CCC;
	display: block;
	font-size:18px;
	height: 180px;
	margin: 0 0 10px;
	padding: 8px;
	width: 664px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.wp-form .buttons {
	text-align: right;
	margin: 45px 0 20px;
}

a.lang-se {
    display: block;
    left: 240px;
    position: absolute;
    top: 14px;
    z-index: 100;
}

a.class-design-link,
a.class-design-link-b {
    background: url(../images/class-design-bg.png) no-repeat scroll left top transparent;
    color: #000000;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 100px;
    margin: 10px;
    padding-top: 115px;
    text-align: center;
    width: 215px;
}

a.class-design-link-b {
    background: url(../images/class-design-bgb.png) no-repeat scroll left top transparent;
}

a.class-design-link span,
a.class-design-link-b span {
	color: #545454;
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 14px;
	text-transform: lowercase;
}

a.class-design-link:hover {
	color: #395900;
	text-decoration: none;
}

a.class-design-link-b:hover {
	color: #632b83;
	text-decoration: none;
}

/* TEACHING TIPS VIDEOS */
.tips-grid {
	overflow: hidden;
	padding: 20px 5px;
}
.tip-item {
	background-color: #000;
	float: left;
	height:164px;
	line-height: 22px;
	margin: 10px;
	overflow:hidden;
	position:relative;
	width: 290px;
}

.tip-item .tip-preview {
	height:164px;
	overflow:hidden;
	position:absolute;
	width: 290px;
}

.tip-preview:hover {
	text-decoration: none;
}

.tip-item img {
	display:block;
}

.tip-item h3 {
	color: #FFF;
	font-size:16px;
	font-weight:normal;
	margin: 5px 5px 0;
}
.tip-item h4 {
	color: #CCC;
	font-size:12px;
	font-weight:normal;
	margin: 0 5px;
}

.tip-item h4 .more {
	background: url(../images/icon_play_sm.png) right 50% no-repeat;
	color: #333;
	float:right;
	padding: 0 20px 0 0;
}
.tip-item p {
	color: #CCC;
	font-size:12px;
	font-weight:normal;
	margin: 0 5px;
}
.tip-corners {
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:100;
	width: 290px;
	height: 164px;
	background: url(../images/tips-corners.png) top left no-repeat;
}

.logo-download {
	padding: 5px;
	width: 205px;
	height: 205px;
	text-align: center;
	float: left;
	margin: 10px;
}
