/*[fmt]1A40-1A0A-350*/
/*style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

MINIMUM RESET - based on work by Eric Meyer
------------------------------------------------------------------*/
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 {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
/*General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection {
    background: #0088A6 none repeat scroll 0 0;
    color: #FFF;
}
/*HTML and BODY*/
html, body {
    background: #DEDEDE;
}
html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
}
body {
    font: 12px/22px "Lucida Grande", Geneva, "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
    text-align: center;
    color: #2F2F2F;
}
/*Links*/
a {
}
a:link {
    color: #006B82;
}
a:visited {
/*Remove bottom color, activate top at launch*/
    /*[disabled]color:#F5360C;*/
    color: #006B82;
}
a:focus, a:hover, a:active {
    color: #0088A6;
}
a.underline {
    text-decoration: none;
    border-bottom: 1px solid #006B82;
    padding-bottom: 1px;
}
a.underline:hover {
    border: none;
}
/*Headers*/
h1, h2, h3 {
    font-weight: bold;
    margin-bottom: 11px;
    text-align: left;
    color: #006B82;
}
h1 {
    font-size: 24px;
    color: #006B82;
}
h2 {
    font-size: 16px;
    color: #345561;
}
#home h2 {
    font-size: 24px;
    color: #006B82;
    margin-bottom: 10px;
}
#home #featured-products h2 {
    margin-left: 22px;
}
h3 {
    font-size: 14px;
    color: #345561;
}
h4, h5, h6 {
    font-weight: bold;
}
h4 {
    font-size: 14px;
    color: #006B82;
    margin-bottom: 11px;
}
h5 {
}
h6 {
}
/*Text blocks, Content*/
address {
}
blockquote {
}
cite {
}
em {
    font-style: italic;
}
p {
    margin: 0 0 22px;
}
pre {
}
small {
    font-size: 0.8em;
}
span {
}
strong {
    font-weight: bold;
}
/*Misc*/
abbr, acronym {
    border-bottom: 1px dashed #999;
    cursor: help;
}
del {
    color: #8B0000;
    text-decoration: line-through;
}
hr {
    display: none;
}
ins {
    color: #006400;
    text-decoration: none;
}
sub, sup {
    font-size: 0.7em;
}
sup {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
/*Tables*/
table {
}
caption {
}
thead {
}
tfoot {
}
tbody {
}
tr {
}
tr.alt {
}
th {
}
td {
}
/*Froms*/
form {
}
fieldset {
}
legend {
}
label {
}
input {
    vertical-align: middle;
}
input.button {
}
a.primary-button {
    background: transparent url(images/button_bgs.png) no-repeat 0 0;
    padding: 6px 0px 6px 10px;
    text-decoration: none;
    color: #505050;
    font-weight: bold;
    border: none !important;
}
a.primary-button span {
    background: transparent url(images/button_bgs.png) no-repeat 100% -56px;
    padding: 6px 14px 6px 2px;
}
button.secondary-button {
}
span.arrow-right {
    background: transparent url(images/button_bgs.png) no-repeat 100% -28px !important;
    padding-right: 23px !important;
}
textarea {
}
select {
}
.checkboxes {
}
/*Lists*/
ul, ol {
}
ul {
}
ol {
}
li {
}
/*Defition Lists*/
dl {
}
dd {
}
dt {
}
/*STRUCTURE
------------------------------------------------------------------*/
#header, .main, #footer, #pre-main {
    width: 100%;
    margin: 0;
    text-align: center;
}
#header {
}
#top-bar {
    background: url(images/navgrad_navbar_topgrad.png) repeat-x 0 -78px;
    height: 35px;
    padding: 0;
    margin: 0;
}
#branding {
    background: #F8FAE7;
}
#footer {
    clear: both;
}
#pre-main {
    background: #359DDD url(images/background_home_blue.png) repeat-x left top;
    height: 290px;
    padding-top: 30px;
}
div.main {
    background: #E9E9E9 url(images/main_section_background.png) repeat-x left top;
    padding: 28px 0;
}
div.sub-main {
    border-top: 3px solid #3AB1E9;
    padding-top: 20px;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0;
}
div.sub-main div.inner {
    background: transparent url(images/blog_container_middle.png) repeat-y center top;
    width: 973px;
    margin: 0 auto;
}
/*Main Content Structures*/
div.container {
    float: left;
    margin: 0 -424px 0 0;
    width: 100%;
}
div.featured-products-container {
    margin-right: -245px;
}
div.content, div#posts {
    margin: 0 424px 28px 16px;
    overflow: hidden;
}
div.featured-products-container div.content {
    margin-right: 245px;
}
div.text-box {
}
div.text-box div.wrapper {
    background: url(images/content_top.png) repeat-y center top;
    padding: 30px 30px 15px;
}
div.text-box div.bottom-wrapper {
    height: 15px;
    background: url(images/content_bottom.png) no-repeat center bottom;
}
div.sidebar {
    float: right;
    width: 388px;
    margin: 0 16px 0 0;
/*= (width - padding)*/
}
div.top-brands-sidebar {
    width: 200px;
}
/*TOP BAR
---------------------------------------------------------------------*/
#account-management p, #account-management form, #account-management fieldset, 
#account-management input {
    float: left;
}
#account-management {
    float: right;
    color: #505050;
    font-size: 10px;
    height: 35px;
    padding: 0;
    margin: 0 16px 0 0;
    display: block;
    text-align: right;
    zoom: 1;
}
p.tb-welcome, p.tb-links {
    margin-right: 15px;
    padding: 0;
    line-height: 12px;
}
p.tb-welcome {
    margin-top: 10px;
}
.welcome-name {
    font-weight: bold;
}
form#product-search, form#product-search fieldset, form#product-search label {
    padding: 0;
    margin: 0;
}
input#product-query {
    background: transparent url(images/formbox_search.png) no-repeat left top;
    width: 141px;
    height: 17px;
    padding: 3px 5px 0px;
    margin-right: 10px;
    color: #979797;
    font-size: 10px;
    margin-top: 7px;
}
input#search-button {
    background: transparent url(images/iconset_1.png) no-repeat 0 -84px;
    border: none;
    margin: 3px 0 0;
    padding: 0px 20px 6px 0px;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    width: 84px;
    height: 27px;
    cursor: pointer;
}
/*HEADER - SHOPPING CART
-----------------------------------------------------------------------*/
#shopping-cart {
    position: absolute;
    top: 17px;
    right: 16px;
}
p.tb-links {
    margin-right: 15px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 12px;
    /*[disabled]text-align:right;*/
    float: left;
}
p.tb-links {
    font-size: 14px;
    margin-top: 9px;
}
p.tb-links a {
    font-size: 10px;
    text-decoration: none;
    padding-bottom: 1px;
}
p.tb-links a:hover {
    border: none;
}
#shopping-cart p.cart-text, #shopping-cart p.cart-checkout-button {
    float: left;
    line-height: 28px;
}
#shopping-cart span.cart-title {
    font-weight: bold;
    font-size: 14px;
    color: #505050;
    padding-left: 17px;
    background: transparent url(images/icon_cart.png) no-repeat 0 3px;
    padding-right: 8px;
}
#shopping-cart span.cart-contents {
    padding-right: 10px;
}
#shopping-cart span.cart-contents a {
    text-decoration: none;
    border-bottom: 1px solid #006B82;
}
#shopping-cart span.cart-contents a:hover {
    border: none;
}
#payment-error {
    font-size: 16px;
}
span.phone-number {
    display: block;
    position: absolute;
    left: 220px;
    top: 34px;
    font-size: 15px;
    line-height: 18px;
}
span.phone-number strong {
    font-weight: bold;
    font-size: 17px;
}
#cred-logo {
    float: right;
    margin-right: 22px;
    display: inline;
    margin-top: 57px;
    margin-bottom: 10px;
}
#cred-logo img {
}
/*MENU
------------------------------------------------------------------*/
#nav {
    background: #EEEEEE url(images/navgrad_navbar_topgrad.png) repeat-x 0 0;
    border-top: 1px solid #D8D8D8;
    height: 39px;
    border-bottom: 1px solid #DEDEDE;
}
ul#menu {
    margin-left: 18px;
    height: 39px;
    background: transparent url(images/navgrad_navbar_topgrad.png) no-repeat 0 -39px;
}
#menu li, #menu a {
    float: left;
    display: block;
}
#menu li {
    padding: 0;
    margin: 0;
    background: transparent url(images/navgrad_navbar_topgrad.png) no-repeat 100% -39px;
    line-height: 15px;
    height: 39px;
}
#menu li.search-li {
    background: none;
    padding-top: 3px;
    padding-left: 14px;
    height: 36px;
}
li.search-li p, li.search-li form, li.search-li fieldset, li.search-li input {
    float: left;
}
#menu a {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    padding: 12px 11px 0;
    text-decoration: none;
    color: #006B82;
    height: 28px;
}
#menu a:hover, #menu li.on a {
    color: #FFFFFF;
    background-color: #3AB1E9;
}
/*SIDEBARS
--------------------------------------------------------------------------*/
ul.sb-list li {
    margin-bottom: 28px;
}
/*FOOTER
----------------------------------------------------------------------------*/
#footer h3 {
    font-size: 15px;
    color: #345561;
    font-weight: bold;
}
#footer div.about {
    float: left;
    padding: 20px 30px 10px 20px;
    width: 350px;
    font-size: 12px;
    line-height: 20px;
}
#footer-links-1, #footer-links-2, #footer-links-3 {
    float: left;
    padding: 20px 10px 10px 20px;
    background: transparent url(images/footer_vertical_white_line.png) no-repeat left top;
    min-height: 250px;
}
#footer-links-1, #footer-links-3 {
    width: 170px;
}
#footer-links-2 {
    width: 160px;
}
.footer-links {
    margin-bottom: 11px;
}
p.site-credits {
    clear: left;
    padding-left: 20px;
}
ul.pages-footer-list {
    margin-right: 20px;
}
ul.pages-footer-list li {
    float: left;
    margin-right: 5px;
    color: #505050;
}
ul.pages-footer-list li a {
    text-decoration: none;
    border-bottom: 1px solid #006B82;
}
ul.pages-footer-list li a:hover {
    color: #0088A6;
    border-bottom: 1px solid #0088A6;
}
/* added by Sam 6/30/10 */
.bottom-badges {
	clear: both;
    padding-left: 20px;
	margin-bottom: 20px;
	width: 953px;
	height: 72px;
	text-align: center;
}
.AuthorizeNetSeal {
	height: 72px;
	width: 90px;
}
/*PAGE SPECIFIC STYLES
--------------------------------------------------------------------------
-- Front Page --
---- Product Showcase ----*/
#product-showcase {
    margin: 0 -424px 0 0;
}
#product-showcase div.content {
/*background: transparent url(images/product_showcase_left.png) no-repeat left top;*/
    margin: 0 424px 0 16px;
    padding: 0;
    height: 270px;
}
#product-showcase div.wrapper {
    background: transparent url(images/product_showcase_middle.png) repeat-x left top;
    margin: 0 0 0 10px;
    padding: 0;
    height: 270px;
}
#product-showcase-list, div.faq-wrap {
/*background: transparent url(images/product_showcase_right.png) no-repeat right top;*/
    padding: 15px 0 0 0px;
    height: 290px;
}
div.faq-wrap {
    padding-left: 15px;
}
div.faq-wrap ul {
    margin-bottom: 10px;
}
#product-showcase-list li {
    float: left;
    margin-left: 28px;
    width: 150px;
    text-align: center;
    display: inline;
}
#product-showcase-list li small a {
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    display: block;
    text-align: center;
    margin: 5px 0px;
}
#product-showcase-list li h4 {
    text-align: center;
    color: #F5350B;
    font-size: 18px;
    line-height: 20px;
}
#product-showcase-list li img {
    padding: 0;
}
#product-showcase-list.clearfix li {
    margin-bottom: 0;
}
.top-brands-sidebar h2 {
    font-size: 20px !important;
}
#brand-list {
    margin-top: 15px;
}
#brand-list img {
    width: 165px;
}
/*---- Product Wizard ----*/
#product-wizard {
    width: 388px;
    padding: 0;
    margin: 0 16px 0 0;
}
form#product-wizard-form {
    background: transparent url(images/product_wizard_newbottom.png) no-repeat left top;
    width: 338px;
    height: 204px;
    overflow: hidden;
    padding: 10px 25px 20px;
}
form#product-wizard-form label {
    display: block;
    color: #0088A6;
    margin-bottom: 0px;
}
form#product-wizard-form label input {
    vertical-align: top;
}
#product-wizard-form h2, #product-wizard-form h3 {
    margin-bottom: 3px;
}
#product-wizard-buttons {
    margin-top: 15px;
}
#product-wizard-buttons p {
    margin: 0 !important;
}
#product-wizard-status, #product-wizard-status * {
    display: block;
    width: 135px;
    height: 28px;
/*Get rid of display=none when it is fixed*/
    display: none;
}
#product-wizard-status span.current-status-1 {
    background: url(images/iconset_1.png) no-repeat 0 0;
    display: block;
    width: 135px;
    height: 28px;
}
#product-wizard-status span.current-status-2 {
    background: url(images/iconset_1.png) no-repeat 0 -28px;
    display: block;
    width: 135px;
    height: 28px;
}
#product-wizard-status span.current-status-3 {
    background: url(images/iconset_1.png) no-repeat 0 -56px;
    display: block;
    width: 135px;
    height: 28px;
}
div.product-wizard-tagline {
    width: 388px;
    height: 43px;
    background: url(images/product_wizard_top_header.png) no-repeat left top;
}
/*----- CTAs ----*/
ul#front-ctas {
    width: 386px;
    padding: 0 !important;
}
ul#front-ctas li, ul#front-ctas li a, ul#front-ctas li span {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    display: block;
    width: 386px;
}
ul#front-ctas li a, ul#front-ctas li span {
    background: url(images/cta_button_images.png) no-repeat 0 0;
}
#front-ctas a#free-shipping-btn, #front-ctas span#free-shipping-btn {
    background-position: 0 0;
    height: 98px;
}
#front-ctas a#free-shipping-btn:hover {
    background-position: 0 -98px;
}
#front-ctas a#free-gift-btn, #front-ctas span#free-gift-btn {
    background-position: 0 -196px;
    height: 82px;
}
#front-ctas a#free-gift-btn:hover {
    background-position: 0 -278px;
}
#front-ctas a#smart-buys {
    background-position: 0 -360px;
    height: 81px;
}
#front-ctas a#smart-buys:hover {
    background-position: 0 -441px;
}
#front-ctas a#new-products {
    background-position: 0 -522px;
    height: 100px;
}
#front-ctas a#new-products:hover {
    background-position: 0 -622px;
}
/*---- e-Newsletter Form ----*/
li.e-newsletter form {
    background: url(images/button_newsletter.png) no-repeat left top;
    width: 386px;
    height: 158px;
    position: relative;
    margin: 0;
}
li.e-newsletter form div.form-inputs {
    width: 386px;
    position: absolute;
    bottom: 24px;
}
li.e-newsletter form input#mce-EMAIL {
    height: 18px;
    width: 235px;
    padding: 5px;
    position: absolute;
    bottom: 25px;
    left: 24px;
    font-size: 14px;
    color: #505050;
    letter-spacing: 1px;
}
li.e-newsletter form input#mc-embedded-subscribe {
    position: absolute;
    bottom: 29px;
    right: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #4F4F4F;
    padding: 2px 7px 3px;
    cursor: pointer;
    background: transparent url(images/legsmart_button_arrow.png) no-repeat right 10px;
}
div.mce_inline_error {
    display: none;
    position: absolute;
    top: 52px;
    left: 20px;
}
div#mce-responses {
    position: absolute;
    top: 19px;
    width: 345px;
    left: 20px;
    height: 75px;
}
div.response {
    display: none;
    padding: 15px 5px;
    background: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
div#mce-success-response {
    color: #529214;
}
/*---- Other Front Page Elements ----*/
li.how-to-measure a#how-to-measure-btn {
    display: block;
    width: 386px;
    height: 130px;
    background: url(images/button_howto_measure.png) no-repeat left top;
}
div#articles-and-advice {
    display: none;
}
#articles-and-advice div.wrapper {
    height: 256px !important;
}
#articles-and-advice div.wrapper p.alignright {
    margin: 0;
}
#from-the-blog dl {
    margin: 0 -23px;
    padding: 0 23px 10px;
    margin-bottom: 10px;
    background: url(images/gradient_line_small.png) no-repeat center bottom;
}
#from-the-blog dl.last {
    background: none;
    margin-bottom: 0;
}
#from-the-blog dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #345561;
}
#from-the-blog dl dd {
    font-size: 12px;
}
div#welcome-box div.wrapper {
    /*[disabled]height:645px;*/
}
/*-- New "From the Blog" sidebar block --*/
li#from-the-blog {
    height: 524px;
}
li#from-the-blog div.top-wrapper {
    background: url(images/home_sb_background_top.png) no-repeat center top;
    height: 8px;
}
li#from-the-blog div.wrapper {
    background: url(images/home_sb_background_middle.png) repeat-y center top;
    padding: 21px 30px 15px;
    position: relative;
    margin: 0;
/*width: 386px;*/
}
li#from-the-blog div.wrapper {
    height: 465px !important;
}
li#from-the-blog div.bottom-wrapper {
    height: 10px;
    background: url(images/home_sb_background_bottom.png) no-repeat center bottom;
}
li#from-the-blog h2 {
    padding-top: 0px;
    margin-bottom: 16px;
}
li#from-the-blog div.home-featured-post {
    margin-bottom: 15px;
    padding-bottom: 2px;
    border: 0 none #000000;
    background: url(images/gradient_line_small.png) no-repeat center bottom;
    line-height: 18px;
    font-size: 13px;
}
ul.sb-list li#from-the-blog {
    margin-bottom: 21px;
}
/*BLOG STRUCTURE
-------------------------------------------------------------------------*/
#breadcrumb {
    margin: 0;
    font-size: 11px;
    background: #E9E9E9;
    padding: 0 32px 11px 22px;
}
#breadcrumb p {
    margin: 0;
}
#breadcrumb span.carrot {
    font-family: Courier;
}
#breadcrumb a {
    text-decoration: none;
    border-bottom: 1px solid #006B82;
    padding-bottom: 1px;
    margin: 0 3px;
}
#breadcrumb a.current-page {
    border: none;
}
/*-- main container --*/
div#blog-container, div#blog-container-top, div#blog-container-bottom {
    margin: 0 16px;
}
div#blog-container {
    float: right;
    margin: 0 -16px 0 -248px;
    width: 973px;
}
div#blog-container-top {
    background: #E9E9E9 url(images/blog_container_top.png) no-repeat center top;
    height: 15px;
    width: 973px;
    margin: 0 auto;
}
div#blog-container-bottom {
    background: #E9E9E9 url(images/blog_container_bottom.png) no-repeat center top;
    height: 22px;
    clear: both;
    width: 973px;
    margin: 0 auto;
}
/*---- inside, left section (sidebar) ----*/
div#left-menu {
    float: left;
    margin: 0 0 0 32px;
    width: 230px;
    background: #F4F5F6 url(images/blog_left_sidebar_top.png) no-repeat center top;
}
div#left-menu ul.sb-list {
    margin: 14px 0 0;
    padding: 5px 16px 0;
    background: transparent url(images/blog_left_sidebar_middle.png) repeat-y center top;
}
div.left-menu-bottom {
    height: 13px;
    background: #F4F5F6 url(images/blog_left_sidebar_bottom.png) no-repeat center top;
}
/*---- inside, right section ----*/
div#blog-container div.content {
    margin: 8px 58px 28px 262px !important;
}
div#blog-content-top {
    background: #F4F5F6 url(images/blog_right_sidebar_top.png) no-repeat center top;
    height: 12px;
}
div#blog-content {
    margin: 0;
}
div#blog-content-bottom {
    background: #F4F5F6 url(images/blog_right_sidebar_bottom.png) no-repeat center top;
    height: 16px;
    clear: both;
}
div#blog-content div#posts {
    padding: 5px 20px 16px 32px;
}
/*-------- blog content area -------*/
div#blog-content {
    margin: 0 -240px 0 0;
}
div#blog-content div#posts {
    margin: 5px 240px 28px 5px;
}
/*-------- inner, right sidebar ---------*/
div#right-menu {
    width: 198px;
    margin: 7px 0px 0 0;
}
/*-- Sidebars --*/
.sb-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sb-list h2 {
    padding: 10px 10px 0px 0px;
    font-size: 14px;
    color: #000;
}
#right-menu .sb-list h2 {
    background: transparent url(images/gradient_line_sidebar.png) no-repeat left bottom;
}
.sb-list li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
/*------ Sidebar Lists ------*/
.sb-list li ul {
    padding-left: 10px;
}
.sb-list li ul li {
    margin: 0 0 7px !important;
    line-height: 18px;
}
.sb-list li ul li a {
    text-decoration: none;
    display: block;
}
.sb-list li ul li a:hover {
    text-decoration: underline;
}
div#categoriesBoxLT a {
    /*[disabled]padding-left:10px;*/
}
div#categoriesBoxLT a strong span.errorText {
    margin-top: 15px;
}
div#categoriesBoxLT a.syn-top-category,
div#categoriesBoxLT a.syn-top-category:link,
div#categoriesBoxLT a.syn-top-category:visited {
    background-image: url(/images/pointer_blue.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;
}
div#categoriesBoxLT a.syn-top-category:hover {
    background-image: url(/images/pointer_blue_down.gif);
    background-repeat: no-repeat;
    background-position: 0% 4px;
}
div#categoriesBoxLT a.syn-top-category-active {
    background-image: url(/images/pointer_blue_down.gif);
    background-repeat: no-repeat;
    background-position: 0% 4px;
}
.sb-list li ul li ul {
    /*[disabled]padding-top:5px;*/
    /*[disabled]padding-left:5px;*/
}
/*------ sidebar divs / tags -----*/
.sb-list li div {
    /*[disabled]padding-left:10px;*/
}
/*Wordpress specific CSS
-------------------------------------------------------------------
Blog Styles*/
.post {
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.post h1 {
    margin-bottom: 6px;
    line-height: 30px;
}
p.prepostmeta {
    margin-bottom: 11px;
}
span.comments-title {
    font-size: 16px;
    font-weight: bold;
    color: #0088A6;
    margin-right: 5px;
}
p.index-php {
    padding-left: 41px;
    background: url(images/icon_blogcomment_bubble.png) no-repeat 0 0;
    height: 30px;
}
.post a.comments-info {
    font-size: 12px;
    color: #006B82;
}
div.postmeta {
    margin-bottom: 22px;
}
div.postmeta p {
    margin: 0 0 0px;
    font-size: 12px;
    color: #505050;
}
div.postmeta p strong {
    color: #F37301;
    font-weight: bold;
}
p.postmetadata {
    background: #F7F9E6;
    padding: 2px 5px;
}
.entry ul, .entry ol {
    padding-left: 40px;
    margin: 0 0 22px;
}
.entry ul, .entry ul li {
    list-style: disc;
}
.entry ol, .entry ol li {
    list-style: decimal;
}
/*Alignment*/
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter img, .aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft {
    display: inline;
    margin: 0 7px 2px 0;
    padding: 4px;
}
img.alignright {
    display: inline;
    margin: 0 0 2px 7px;
    padding: 4px;
}
.entry div.alignleft {
    float: left;
    margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry img {
    max-width: 576px;
/*smooth image resizement in IE7+*/
    -ms-interpolation-mode: bicubic;
}
.wp-caption {
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    padding: 3px;
}
.wp-caption img {
    border: 0 none #000000;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.more-link {
    display: block;
    background-color: #F4F8F9;
    border-bottom: 1px solid #E6F0F2;
    font-size: 11px;
    padding: 5px 6px 3px;
    margin-top: 22px;
    text-align: right;
}
.more-link:hover {
    background-color: #E6F0F2;
    border-bottom-color: #B3CDD8;
    color: #000;
}
/*Tables and #wp-calendar*/
table {
    color: #3E5867;
    width: 100%;
}
caption {
    background-color: #E6F0F2;
    border-top: 1px solid #E6F0F2;
    text-align: center;
}
thead {
    background-color: #F4F8F9;
    text-align: center;
}
tbody {
    background-color: #F7F7F7;
    text-align: center;
}
tfoot {
    background-color: #FFF;
    text-align: left;
}
td#next {
    text-align: right;
}
/*COMMENTS
-------------------------------------------------------------------*/
h3#comments, h4#pings {
    float: left;
}
h3#comments, #respond h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 50px;
}
#respond h3 {
    margin: 18px 0 0px 28px;
}
h4#pings {
    line-height: 1.2;
    margin: 10px 0;
    width: 150px;
}
.comments-header, .navigation {
    text-shadow: 0 1px 0 #fff;
}
.navigation {
    font-size: 11px;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    padding: 0 28px;
}
.comments-header {
    padding: 6px 28px;
}
.comments-header-meta {
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 44px;
    padding: 4px 0 0;
}
.commentlist {
    font-size: 12px;
}
.pinglist {
    margin-top: 10px;
    width: 420px;
    float: right;
}
li.pings {
    margin: 0;
    padding: 4px 10px;
    width: 400px;
}
.pings:first-child {
    border-top: none;
}
.pings:last-child {
    border-bottom: none;
}
.comment {
    margin-bottom: 11px;
}
.comment-body {
    margin-left: 20px;
    padding: 17px 20px 11px;
    position: relative;
    background: #FFF;
}
.comment-body img.avatar {
    border: 1px solid #EEE;
    padding: 2px;
    float: right;
    margin: 0 0 5px 10px;
}
ul.children {
    margin-left: 20px;
    margin-top: 1px;
    background: transparent url(images/threaded-comment.png) no-repeat 0 100%;
}
ul.children li {
}
.comment-meta {
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 20px;
}
.comment-meta a {
    color: #999;
}
.comment-author-admin {
    background: #B8E1F4 !important;
    border: 1px solid #B8E1F4 !important;
}
.comment-author-admin>.comment-body {
}
.comment p, .comment blockquote {
    padding: 0 0 7px;
}
.comment blockquote p, .comment blockquote blockquote,
.comment blockquote blockquote p {
    margin: 5px;
    padding: 7px;
}
.commentlist cite, .commentlist cite a {
}
.commentlist cite a {
}
/*Not used*/
li.thread-alt {
}
.comment-body em {
    color: #8F0E0E;
}
.comment-author {
}
.commentlist .thread-even {
}
.commentlist .depth-1 {
}
.commentlist .thread-odd, .commentlist .thread-odd .comment-body {
}
.commentlist .even, .commentlist .alt {
}
.comment-author cite {
    color: #666;
    display: block;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
    margin: 0 -7px 0px;
    padding: 3px 7px 3px 40px;
    background: url(images/icon_blogcomment_bubble.png) no-repeat 0 0;
}
.comment-author-admin .comment-author cite {
    font-size: 20px;
}
.says {
    display: none;
}
.comment div em {
}
/*comments awaiting moderation.*/
.reply {
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
}
a.comment-reply-link {
    color: #666;
    display: block;
    float: right;
    padding: 2px 6px;
}
.comment-reply-link:hover {
    background-color: #FFF;
    color: #333;
}
#respond {
    margin-top: 1px;
    overflow: hidden;
    padding: 0 0 18px;
    width: 100%;
}
#commentform {
    padding: 0px 28px 0;
}
.cancel-comment-reply, .you-must-be-logged-in {
    padding: 0 0 0 28px;
}
.respond-left {
    float: left;
    width: 42%;
}
.respond-right {
    float: left;
    width: 58%;
}
#respond label {
    display: block;
    font-size: 11px;
    margin: 9px 0 3px;
    width: 85%;
}
input#author, input#email, input#url {
    border: 1px solid #BBB;
    color: #999;
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 5px 3px;
    width: 85%;
}
textarea#comment {
    border: 1px solid #BBB;
    font-family: inherit;
    height: 163px;
    margin: 34px 0 9px;
    padding: 5px 3px;
    width: 100%;
    font-size: 12px;
}
#respond input:focus, textarea#comment:focus {
    color: #000;
    border-color: #AAA;
}
p.action {
    text-align: center;
}
input#submit {
    background: url(images/button_submit.png) no-repeat center center;
    border: none;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 24px;
    padding: 0;
    width: 158px;
    text-align: center;
    cursor: pointer;
}
/*PRODUCT STRUCTURE
---------------------------------------------------------------------------*/
div#product-content {
    margin: 0 -200px 0 -210px !important;
    padding-bottom: 0 !important;
}
div#product-content p {
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 7px;
}
div#blog-container div#product {
    padding: 5px 0 0 !important;
    margin: 5px 0 0 215px !important;
}
div#product-image {
    float: left;
    padding-right: 20px;
    text-align: center;
}
div#product-image a {
    border: none;
    text-decoration: none;
}
#right-menu div.product-actions {
    padding-left: 14px;
}
/*-- Product Styles --*/
#product h1 {
    margin: 0 0 5px;
    line-height: 26px;
}
#product h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: #0088A6;
}
p#item-info {
    margin: 22px 0;
}
p#item-info span {
    display: block;
}
span.retail-price {
    font-size: 18px;
    color: #0088A6;
}
span.discounted {
    text-decoration: line-through;
}
span.productSpecialPrice {
    font-size: 14px;
    color: #F5350B;
}
span.pricing-details {
    font-size: 12px;
    color: #505050;
}
li.syn-sidebar-additional-images {
    float: left;
    padding-right: 5px;
}
/*-- Left Sidebar, Brands List --*/
#brands-list li ul {
    margin: 0;
    padding: 0;
}
#brands-list li ul li {
    padding-left: 15px;
}
#brands-list li ul li ul {
    padding-left: 15px;
}
#brands-list li ul li ul li {
    padding-left: 0;
}
#brands-list li ul li {
    background: transparent url(images/gradient_line_sidebar.png) no-repeat left bottom;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
div#categoriesBoxLT {
    padding-left: 10px;
}
div#categoriesBoxLT ul li {
    padding-bottom: 10px;
}
#brands-list li ul li ul li, #brands-list li ul li.last {
    background: none;
}
/*-- Right Sidebar, Product Attributes Form*/
#product-attributes {
    padding-top: 10px;
    color: #505050;
}
#product-attributes select {
    width: 165px;
    margin-bottom: 15px;
}
#product-attributes label.product-color {
    display: block;
    /*[empty]margin-top:;*/
}
#product-colors {
    padding-bottom: 20px !important;
}
#product-colors, #product-colors li {
    padding: 0;
    margin: 0;
}
#product-colors li, #product-colors li a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
}
#product-colors li {
    margin-right: 15px !important;
}
#product-colors .black a {
    background: #000;
}
#product-colors .beige a {
    background: #E0DEC2;
}
#product-colors .green a {
    background: #A5DF6C;
}
#product-colors .forest-green a {
    background: #587F33;
}
#product-colors .orange a {
    background: #F0A513;
}
#product-attributes label.quantity {
}
#product-attributes div.product-actions {
    text-align: center;
    margin-top: 28px;
}
#product-attributes div.product-actions p {
    margin-bottom: 20px;
}
/*-- Product Reviews --*/
p.pr-meta {
    color: #505050;
    font-style: italic;
}
p+p.pr-meta {
    margin-top: -22px;
}
/*CART / CHECKOUT*/
table.productListing {
    border: 3px solid #FFF;
}
table.productListing tr.productListing-odd td {
    background: #FFF;
}
table.productListing td {
    padding: 5px 10px;
    vertical-align: middle;
}
table.productListing td.productListing-data {
    border-bottom: 1px solid #DDD;
}
table.productListing td.productListing-heading {
    background: #39B0E8;
    color: #FFF;
    border-bottom: 3px solid #FFF;
}
table.productListing td.productListing-data {
    text-align: center;
    vertical-align: top;
    padding: 15px 5px;
}
div.sub-title {
    padding: 10px 0;
    text-align: right;
}
span.markProductOutOfStock {
    color: #E63232;
}
div.stockWarning {
    background: #FFF;
    border: 1px solid #EFC6C6;
    padding: 10px;
    margin: 10px;
    color: #E63232;
}
.messageStackError {
    color: #8D2020;
    background: #FAF6DB;
    padding: 5px;
    border: 1px solid #DDD;
}
table#syn-payment-table {
    padding: 10px 0;
}
table#syn-payment-select {
    border: 1px solid #AAA;
}
table.box-0 tr.moduleRow td, table.box-0 tr.moduleRowOver td {
    border-bottom: 1px solid #AAA;
}
table.box-0 tr.moduleRowSelected td {
    border-bottom: 1px solid #FFF;
}
table#syn-payment-select tr.moduleRowSelected td {
    background: #39B0E8;
}
table#syn-payment-select tr.moduleRow td {
    background: #EEE;
}
table#syn-payment-select tr.moduleRowOver td {
    background: #DDD;
}
table#syn-payment-select tr.moduleRowSelected td.main h4 {
    color: #FFFFFF;
}
table#syn-payment-select tr.moduleRow td,
table#syn-payment-select tr.moduleRowOver td,
table#syn-payment-select tr.moduleRowSelected td {
    cursor: pointer;
}
table#order-products {
    border: 1px solid #CCC;
    border-top: none;
}
table#order-products td {
    border-top: 1px solid #CCC;
}
table#order-products tr.alt td {
    background: #FFF;
}
table#order-products tr td {
    padding: 15px 5px;
}
/*BRANDS landing page
------------------------------------------------------------------*/
#brands div.container {
}
#brands div.container div.content {
    margin-left: 16px !important;
    margin-right: 35px !important;
}
.brand-container {
    display: block;
    height: 200px;
    /*[disabled]float:left;*/
    /*[disabled]width:216px;*/
    /*[disabled]margin-right:15px;*/
/*float: left;
width: 216px;
margin-right: 15px;*/
}
div.brand-content {
    padding-top: 15px;
}
.brand-container img {
    float: left;
    margin-right: 15px;
}
#customer-support {
    width: 220px;
    float: right;
    padding-top: 20px;
    margin-right: 0;
}
.brand-container h1 {
    margin: 22px 0 5px;
}
div.full {
    margin: 0 !important;
}
div.full div.content {
    margin: 0 !important;
    padding: 10px 22px 20px;
}
/*BUYING GUIDE page
----------------------------------------------------------------------*/
ul.how-tos li a {
    background: url(images/cta_how_to.png) no-repeat 0 0 !important;
}
.how-tos a#how-to-1-btn {
    height: 98px;
}
.how-tos li a#how-to-1-btn:hover {
    background-position: -386px 0 !important;
}
.how-tos a#how-to-2-btn {
    height: 81px;
    background-position: 0 -98px !important;
}
.how-tos a#how-to-2-btn:hover {
    background-position: -386px -98px !important;
}
.how-tos a#how-to-3-btn {
    height: 82px;
    background-position: 0 -178px !important;
}
.how-tos a#how-to-3-btn:hover {
    background-position: -386px -178px !important;
}
.how-tos a#how-to-4-btn {
    height: 100px;
    background-position: 0 -260px !important;
}
.how-tos a#how-to-4-btn:hover {
    background-position: -386px -260px !important;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp {
    font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
    font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps {
    font-size: 110%;
    font-variant: small-caps;
}
.hidden {
    display: none;
}
.hidden {
    position: absolute;
    left: -9999em;
}
.invisible-input {
    background: transparent;
    border: none;
}
/*Emphasize a paragraph*/
p span.emph {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
/*CLEARFIX
------------------------------------------------------------------*/
html .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
table#social-media-icons td {
    background-color: #DDDDDD;
}
table#social-media-icons {
    padding-bottom: 20px;
    /*[empty]width:;*/
}
ul.additional-images-list li.item {
    float: left;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}
img.syn-additional-images-specific {
}
.myForm p.alignright {
    padding-right: 10px;
}
table#addresses {
    padding-bottom: 15px;
}
td.billing-address {
    padding-left: 25px;
}
table#syn-payment-select {
    margin-bottom: 10px;
}
h3 a {
    font-size: 12px;
}
h2 a {
    font-size: 12px;
}
div.syn-text-alignright {
    float: right;
    text-align: right;
    /*[disabled]padding:0;*/
    /*[disabled]margin:0;*/
}
td.syn-table-heading {
    background-color: #3AB1E9;
    color: #000;
    padding: 2px 2px 2px 10px;
}
td.pageHeading {
    font-size: 16pt;
}
div.syn-radio {
    text-align: right;
}
div.syn-checkout-status-text {
    text-align: center;
}
td.syn-checkoutBarBackground {
    background-image: url(/images/pixel_silver.gif);
    background-repeat: repeat-x;
    /*[disabled]width:100%;*/
    background-position: center;
}
img.syn-checkout-bullet {
    text-align: center;
    margin: 0 auto;
    margin-left: 50px;
}
input.syn-continue-big {
    float: right;
}
div.postcode {
    margin-left: 10px;
}
#checkout-newLT h2 {
    margin-bottom: 0;
}
#checkout-no-accountLT h2 {
    margin-bottom: 0;
}
td div#checkout-no-accountLT {
    margin-bottom: 15px;
}
.sidebar .sb-list select {
    margin-top: 0;
}
label.syn-attribute-label {
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sb-list select {
    margin: 15px;
    display: block;
}
td.synotac-continue-shopping {
    text-align: center;
}
td.synotac-checkout-button {
    text-align: right;
}
.product-actions input {
    /*[disabled]padding-bottom:15px;*/
    display: block;
    margin-bottom: 15px;
}
.product-actions img {
    display: block;
    padding-bottom: 10px;
}
div#checkout-newLT {
    /*+placement:margin-auto 0px -30px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: -30px;
}
table#login-options {
    margin-top: 15px;
    padding-bottom: 5px;
}
table.paged-results-top {
    margin-bottom: 5px;
}
table.paged-results-bottom {
    margin-top: 5px;
}
td#syn-product-count {
    text-align: right;
    padding-right: 10px;
}
td#syn-product-count a.pageResults, td#syn-product-count b {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px 5px 2px 4px;
    /*+border-radius:5px;*/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    line-height: 14px;
}
td#syn-product-count a.pageResults:hover {
    border: 1px solid #AAA;
    background: #FFF;
    /*[empty]color:;*/
}
td#syn-product-count a.pageResults u {
    text-decoration: none;
}
span.browse {
    font-size: 16px;
}
h4.syn-payment-heading {
    padding-top: 10px;
}
.main h3 {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.myForm #syn-payment-table div {
    padding: 5px;
}
div#syn-payment-2 select {
    display: inline;
}
td#syn-radio-payment {
    text-align: right;
}
td.main {
    text-align: left;
    width: auto;
}
div#change-address {
    /*[disabled]text-align:right;*/
    /*+placement:shift 2px 31px;*/
    position: relative;
    left: 2px;
    top: 31px;
}
td.shipping-address {
    text-align: left;
    width: 25%;
    padding-left: 0;
    /*[disabled]margin-left:0;*/
}
.pageHeading h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
div#checkout-no-accountLT {
    margin: 0;
    padding: 0;
}
#checkout-returnLT {
    padding: 0;
    margin: 0;
    line-height: 0.7;
}
table#login-options td {
    text-align: left;
}
p.cart-text {
    font-weight: normal;
    font-size: 8.8pt;
}
.clearfix {
    display: inline-block;
}
#categoriesBoxLT li {
    line-height: 8px;
    margin: 0;
    padding: 0;
}
#categoriesBoxLT ul {
    /*[disabled]margin:0px;*/
    /*[disabled]padding:0;*/
}
#categoriesBoxLT li a {
    /*[disabled]margin:0;*/
    /*[disabled]padding:0;*/
}
a.syn-sub-category {
    font-size: 12px;
    display: block;
    padding-left: 20px !important;
}
div#categoriesBoxLT a {
    margin-left: 0;
}
div#categoriesBoxLT ul {
}
/*.myForm Global Styles*/
form.myForm fieldset {
    border: 1px solid #AAA;
    padding: 10px 0;
    margin: 2em 0 1em;
    background: #E8E8E8;
}
form.myForm legend {
    letter-spacing: 1px;
    color: #114171;
    font: bold 16px/24px Arial;
}
form.myForm legend span {
    color: #911;
    font-size: 20px;
}
form.myForm label {
    display: block;
    padding: 0 0 5px;
    margin: 0;
    line-height: 12px;
    font-weight: bold;
    font-size: 13px;
}
form.myForm input[type='text'], form.myForm input[type='password'] {
    display: block;
    padding: 3px 4px;
    background: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #AAA;
}
form.myForm input[type='text']:focus, form.myForm input[type='password']:focus,
form.myForm textarea:focus {
    /*[disabled]background:#FDFED5;*/
    border: 1px solid #333;
}
form.myForm select {
    display: block;
    padding: 2px;
    background: #FFF;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #AAA;
    max-width: 200px;
}
form.myForm textarea {
    padding: 5px;
    background: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #AAA;
}
form.myForm small {
    color: #777;
    background: #DDD;
    margin: 0;
    padding: 0px 4px;
    font-size: 12px;
}
form.myForm div {
    padding: 10px;
}
form.myForm div div {
    padding: 1em 0;
}
form.myForm div p {
    margin: 0 0 1em;
}
form.myForm div.divide {
    border-bottom: 1px dashed #AAA;
}
form.myForm div.floater {
    float: left;
    padding: 0.7em 0 0em 20px;
}
form.myForm input.button-primary {
    background: url(../images/layout/button_sm.gif) repeat-x left top;
    height: 38px;
    border: 1px solid #BBB;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}
form.myForm input.button-primary:hover {
    color: #114171;
    border-color: #656565;
}
form.myForm input.button-secondary {
    background-color: #DFEEFA;
    color: #114171;
    border: 1px solid #BBB;
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
}
form.myForm input.button-faded {
    background-color: #FDD;
    border: 1px solid #BBB;
    color: #AAA;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    height: 38px;
}
form.myForm input.button-faded:hover {
    border-color: #555;
    color: #555;
}
form.myForm input.button-primary, form.myForm input.button-secondary,
form.myForm input.button-faded {
    margin-right: 15px;
}
form.myForm input.alert {
    color: #9E1117;
}
form.myForm input.add {
    padding-left: 20px;
    background-image: url(../images/add.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
form.myForm div.checkboxes {
    padding: 0 30px 10px 10px;
}
form.myForm div.checkboxes label {
    display: inline;
    vertical-align: middle;
}
form.myForm div.checkboxes input {
    display: inline;
    margin-left: 5px;
    margin-bottom: 7px;
}
form.myForm div.action {
    text-align: right;
}
.moduleRow {
}
div#categoriesBoxLT a {
    padding-left: 10px;
}
a.syn-top-category-no-subs {
    padding-top: 8px;
}
div.syn-checkout-status-bar-current {
    background-image: url(/images/checkout_bullet.gif);
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: 100px;
}
/*overlay
some styling for triggers*/
#triggers {
    text-align: center;
}
#triggers img {
    cursor: pointer;
    margin: 0 5px;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*styling for elements inside overlay*/
.details {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #FFF;
    width: 150px;
}
.details h3 {
    color: #ABA;
    font-size: 15px;
    margin: 0 0 -10px;
}
/*the overlayed element*/
.simple_overlay {
/*must be initially hidden*/
    display: none;
/*place overlay on top of other elements*/
    z-index: 10000;
/*styling*/
    background-color: #333;
    width: 675px;
    min-height: 200px;
    border: 1px solid #666;
/*CSS3 styling for latest browsers
-moz-box-shadow: 0 0 90px 5px #000*/
    -webkit-box-shadow: 0 0 90px #000;
}
/*close button positioned on upper right corner*/
.simple_overlay .close {
    background-image: url(/images/close.png);
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
/*MAINTENANCE RULES - DELETE AFTER LAUNCH
------------------------------------------------------------------------------------------*/
#mt {
}
#mt #pre-main {
    height: 291px;
}
#mt #maintenance-message {
    float: right;
    width: 727px;
    padding-top: 20px;
}
#mt #product-showcase-list li {
    width: 930px;
}
#mt div.container div.content {
    margin: 0 auto;
}
#mt #product-showcase-list li {
    padding-top: 20px;
    text-align: center;
}
#mt #mc-embedded-subscribe-form {
    margin: 10px 0 0;
    padding: 0;
}
#mt #mc-embedded-subscribe-form label {
    font-size: 24px;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 0;
}
#mt #mc-embedded-subscribe-form input.email {
    padding: 10px;
    width: 400px;
    margin-bottom: 0;
}
#mt #mc-embedded-subscribe-form input.arrow-right {
    width: 200px;
    padding: 1px;
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 0;
}
#mt #mce-responses {
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    left: auto;
    top: auto;
    width: 930px;
}
#mt div.mce_inline_error {
    position: relative;
}
#mt div.about {
    width: 965px;
}
