

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body { padding-top: 20px; padding-bottom: 20px; color:#153a6c; background-color:transparent; }

[class*="span"] { margin-bottom:9px; }

[class*="span"] ul { font-family:'MyriadPro-Regular', sans-serif; }

@font-face {
    font-family: AgencyFB;
    src: url("/fonts/AGENCYB.TTF"), url("/fonts/AGENCYB.eot");
}
@font-face {
    font-family: AGENCYR;
    src: url("/fonts/AGENCYR.TTF"), url("/fonts/AGENCYR.eot");

}
@font-face {
    font-family: MyriadProIT;
    src: url("/fonts/MyriadPro-It.otf");
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url("/fonts/MyriadPro-Regular.otf");
}
a { color:#153a6c; }
a:hover, a:focus { color: #6587b5; }
a.thumbnail:hover, a.thumbnail:focus { border-color: #5B4500; }

.dropdown-menu 			{ font-family: "MyriadPro-Regular", Helvetica, Arial, sans-serif; min-width:88px; border: none; border-radius: 0; }
.dropdown-menu > li > a { color:#FFF; text-align: left;}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    /* display: block; */
}

body {
    font-family: myriadpro-regular;
}

h1, h2, h3 {
    font-family: Impact;
    font-weight: 300;
}
h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr {
	border-top:1px solid #000000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color:#000;
    text-decoration: none;
    background-color: #153a6c;
    background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCCCC), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #CCCCCC, #FFFFFF);
    background-image: -o-linear-gradient(top, #CCCCCC, #FFFFFF);
    background-image: linear-gradient(to bottom, #CCCCCC, #FFFFFF);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF', GradientType=0);
}

.dropdown-menu::before,
.dropdown-menu::after {
    border: none !important;
    content: none; !important;
}
.textValignMiddle 	{ position:absolute; top:50%; height:10em; margin-top:-5em;}
.bgRed				{ background-color:#F00;}
.bgBlue				{ background-color:#153a6c; color:#ffffff;}
.bgGreen			{ background-color:#0F0;}
.bgBlack			{ background-color:#000; color:#F8F8F8;}
.bgLtBlue			{ background-color:#6587b5; }
.blackBG            { background-color:#000;}
.bgWhite			{ background-color:#FFFFFF; color:#153a6c;}
.Red              { color: #FF0000; }
.Green              { color: #00B405; }
.Goldfont           {color:#ffcc33;}
.Black		{color:#000000;}
/* ul li { margin-bottom: 5px; } */

.floater			{ float:left; height:50%; margin-bottom:-3.165em;}
/* .content			{ height:6.33em; line-height:6.33em; vertical-align: middle;} */
.tn					{ font-family: 'AgencyFB', sans-serif; font-size:29px; margin:auto; height:94px; display:table-cell; vertical-align:middle; line-height:normal;}
.motto				{ font-size:425%; width:100%; min-height:46px; line-height:48px; padding-bottom: 7px; text-align:center; margin-left:auto; margin-right:auto; margin-bottom:9px; }
.content			{ font-size:150%; line-height:normal !important;}
.content li			{ line-height:normal; }
.ptSansNarrow		{ font-family: 'PT Sans Narrow', sans-serif; }
.ptSansNarrowBold	{ font-family: 'PT Sans Narrow', sans-serif; }
.AGENCYR			{ font-family: 'AGENCYR', sans-serif; }
.AgencyFB			{ font-family: 'AgencyFB', sans-serif; font-weight:400; }
.impact				{ font-family: 'Impact', Charcoal, sans-serif; }
.w902px				{ width:902px; margin-left:auto; margin-right:auto; margin-bottom:10px; }
.h78px				{ height:78px; line-height:78px; text-align:center;}
.w117x158			{ width:117px; height:158px; margin-right:10px; text-align:center; display:table; }
.advertBar			{ width:100%; margin-left:auto; margin-right:auto; text-align:center; font-size:350%; }
.windowBox			{ height:158px; }
.testimonialBox		{ font-size:21px; font-family: 'MyriadProIT', sans-serif; line-height:normal; padding-top:35px; padding-right:15px; padding-bottom:15px; }
.testimonialBox h3 	{ font-family: 'MyriadPro-Regular', sans-serif; font-size: 20px; line-height:24.5px;}
.differenceBox		{ font-family: 'MyriadPro-Regular', sans-serif; margin-bottom:3%; }
.differenceBox h3	{ font-size:40px; margin-top: 6%; margin-left: -11%;}
.benefitsBox		{ }
.benefitsBox h1		{ color:#ffcc33; font-family: 'AGENCYR', sans-serif; }
.benefitsBox h1 small{ color:#ffcc33; }
.priceContainer		{ }
.priceContainer	h3	{ margin:5px; }
.modal { color: #000000; } 
/* .productCaptionContainer { height:100%; width:38px; position:absolute; } */
.productCaptionContainer h3 { color: #153a6c }
 .productContainer	{
min-height: 404px; 
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(top, #e4f5fc 0%, #2e9ae3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f5fc), color-stop(100%,#2e9ae3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4f5fc 0%,#2e9ae3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4f5fc 0%,#2e9ae3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4f5fc 0%,#2e9ae3 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4f5fc 0%,#2e9ae3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2e9ae3',GradientType=0 ); /* IE6-9 */
}
 .productContainer2      {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

background: #ffffff; /* Old browsers */
}

/* .productImage		{ height:271px; width:401px; text-align:left; } */
.productImageContainer { margin-left:5px;}
.h100				{ height:100% !important; }
.displayTable		{ display:table; }
.displayTableRow	{ display:table-row; }
.displayTableColumn	{ display:table-column; }
.displayTableCell	{ display:table-cell; width:100%;}
.tableCellMiddle	{ display:table-cell; vertical-align:middle;}
.z1	{ z-index:1; }
.z2 { z-index:2; }
.z3	{ z-index:3; }
.responsive-image { max-width:100%; height:auto; width:100%; }
.row-fluid [class*="span"] div { margin-bottom:9px; }
.h1091 { height:1091px !important; }
.posAbsolute { position:absolute; }
.pullDown { bottom:0; }
.pullLeft { position:absolute; left:0; }
.testme123 { position:relative; bottom: -230px; white-space:nowrap;}
.testme1234 { position:relative; left:25px; bottom: -230px; white-space:nowrap; color: #ffffff;}
.brand img {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0 0 0 -5px;
}
.breadcrumb { background-color: transparent; -webkit-border-readius: initial; -moz-border-radius: initial; border-radius: initial; margin-bottom: 0px;}
.breadcrumb > li { text-shadow: none; } 
.breadcrumb > li > a { color: #FFFFFF; }
.linethrough {text-decoration:line-through}
.thumbnail {
    border:none;
    box-shadow: none;
}
.centered {
    text-align:center !important;
}
.navbar { border-bottom: 12px solid; border-bottom-color:#FFFFFF; margin-bottom:9px; font-family: 'AGENCYR', sans-serif;; }
.navbar ul.nav { width:100%; }
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}

.inline { display:inline; }
.navbar .navbar-inner2 .nav > li > a {
    font-size: 22px;
    float: none;
    padding: 10px 10px 10px;
    color:#ffffff;
    text-decoration: none;
    text-shadow: none;
}
.navbar .navbar-inner2 .nav > .active > a, .navbar .navbar-inner2 .nav > .active > a:hover, .navbar .navbar-inner2 .nav > .active > a:focus {
    font-size: 22px;
    color: #153a6c;
    text-decoration: none;
    background-color: #FFFFFF;
    /*
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    */
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #153a6c;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: none;
}
.navbar-inner2 {
    text-align:center;
    background-color: #153a6c;
}
.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.container {
    margin: 0 auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 902px;
}

.rotate {
    font-family: AGENCYR;
    font-size: 22px;
    font-weight: 100;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.gold
{
    color:#AA8000;
}
.gold-border
{
    border-left: #FFFFFF solid 12px;
    border-right: #FFFFFF solid 12px;
    border-top: #FFFFFF solid 12px;
}
.full-white-border
{
    border: #FFFFFF solid 12px;
}

.gold-border-advertbar
{
    border-left: #FFFFFF solid 12px;
    border-right: #FFFFFF solid 12px;
    border-bottom: #FFFFFF solid 12px;
}
.border-left {
    border-left-color:#666;
    border-left-style: solid;
    border-left-width: 1px;
}
.border-bottom {
    border-bottom: solid 10px #AA8000;
}
.sitemap {
    font-size: 14px !important;
}

.product-border {
    border: solid 10px #AA8000;
    margin-bottom: 0px;
}

div.gold-border div.row-fluid:first-child {
    margin-bottom:0px;
}
.fivemargintop
{
    margin-top: 15px;
}
.zeromarginbottom
{
    margin-bottom:0px !important;
}
.vertical-border {
    border-left: solid 10px;
    height: 100%;
    position:relative;
}

.product-border-top div.span5 {
    margin-bottom: 0px;
}

.product-border-bottom {
    border-left: solid 10px;
    border-right: solid 10px;
    border-bottom: solid 10px;
    margin-top: 0px;
}

fieldset.product_listing legend, fieldset.product_listing label {
    font-size: 12px;
    color: #153a6c;
    border: none;
    margin-bottom: 0px;
    line-height: normal;
    font-family: myriadpro-regular;
    font-weight: bold;
    padding-top: 0px;
    width: 100px !important;
    text-align: left !important;
}
fieldset.product_listing div.controls {
    margin-left: 0px;
    margin-bottom: 0px;
}

fieldset.product_listing div.control-group
{
    margin: 0px !important;
}

fieldset.product_listing div.controls.controls-row
{
    margin-left: 0px;
    margin-bottom: 0px;
}

fieldset.product_listing select, fieldset.product_listing textarea, fieldset.product_listing input
{
    padding:0px !important;
    height: 18px !important;
    font-size: 12px !important;
    min-height: 18px !important;
    margin-bottom: 0px;
}

#paddieimagecontainer {
    height:215px;
    width:285px;
    margin-left:auto;
    margin-right:auto;
    /* background-image: url('/images/tablepad-images/products/colors/Charming Chestnut.jpg'); */
}

.plain {
    background-image: url('/images/tablepad-images/products/colors/Charming Chestnut.jpg');
    width: 285px;
    height: 215px;
    margin-left: auto;
    margin-right: auto;
}

.plain2 {
    background-image: url('/img/Shapes/Oval-paddie.png');
    width: 285px;
    height: 215px;
}

.product_description
{
/*    font-size: 14px !important; */
}

.hrclass
{
    width: 1px;
    height: 100%;
    background-color: #000000;
    margin: auto;
    padding: 0px;
    border: none;
    border-top: none;
    border-bottom: none;
}
.hrclasstall
{
    width: 90%;
    height: 5px;
    background-color: #000000;
    margin: auto;
    padding: 0px;
    border: none;
    border-top: none;
    border-bottom: none;
}
.product_table
{
    border-collapse: collapse;
    border: none;
    margin-bottom:0px;
}

.product_table td
{
    border-collapse: collapse;
    border-top: none;
    margin-bottom:0px;
}
#tablepadbackground {
    width:267px;
    height:160px;
    margin:auto;
}

.pianopad {
    width:267px;
    height:247px;
    margin:auto;
}

#tablepadbackground2 {
    width:267px;
    height:160px;
    margin:auto;
}
#tablepadbackgroundLeaf {
    width:267px;
    margin:0px;
}

.tablepadimagecontainer {
    position:relative;
    height:160px;
    margin-bottom: 0px !important;
}

.tablepadimagecontainerLeaf {
    position:relative;
    margin-bottom:0px !important;
}

#tableleaf {
    width:267px;
    height:35px;
    margin-left:auto;
}

.legend {
    font-family: myriadpro-regular;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
}

input, button, select, textarea {
    font-family: myriadpro-regular;
}
.table th, .table td {
    padding:0px;
}

.starburstContainer {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 135px;
    height: 88px;
}
.withTablePadPrice {
    line-height: 80px;
}
.colorBlack {
    color:#000000;
}
.modal-body
{
    max-height: 600px;
}
#tableShapeModal .modal-body {max-height: 800px; }
#tableTopColorModal { width:800px; left:44%;}
.modal-body .page-header{
    margin:0;
}

.modal-body .page-header h1 {
    margin:0;
}

.modal-body .thumbnail h3 {
    margin:3px;
    line-height: 20px;
}

.modal-body em {
    line-height:0px;
}

.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 10px;
}
.padding-top {
    padding-top: 15px;
}

.padding15px {
    padding:15px;
}

#tablepadbackground .MonogramImageContainer {
    margin-top: -105px;
    margin-left: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#tablepadbackground2 .MonogramImageContainer2 {
    margin-top: -260px;
    margin-left: 95px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#tablepadbackground2 .MonogramImageContainer3 {
    margin-top: -260px;
}

#tablepadbackground2 .MonogramImageContainer4 {
    margin-top: -180px;
    margin-left: 60px;
}

tbody tr td li {
    margin-left: 5px;
    line-height: 15px;
}

tbody tr td h3 {
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 5px;
}

.cart_product_td {
    padding: 8px !important;
}
.carousel .container {
    position: relative;
    z-index: 1;
}

/*
.carousel-caption
{
    color: #ffffff;
    background: none;
    max-width: 550px;
    position: static;
    margin-top: 100px;
}
*/
.carousel-control {
    z-index: 2;
}
.carousel-caption {
    color: #ffffff;
    background: none;
    position: static;
    max-width: 250px;
    margin-top: 85px;
    padding: 0px;
}

.carousel-caption-left  { margin-left: 85px; }
.carousel-caption-right { margin-left: 595px; }


.carousel-caption h1
{
    margin-bottom: 5px;
    text-shadow: 3px 3px 5px black;
    font-size: 146px;
    line-height: 1;
}

.carousel-caption h2
{
    text-shadow: 3px 3px 2px black;
    font-size: 46px;
    line-height: 45px;
    margin: 0px;
}
.carousel-caption h3
{
    text-shadow: 3px 3px 2px black;
    line-height: normal;
    margin-bottom: 1px;
}

.carousel-caption h4
{
    font-size: 10px;
    text-shadow: 1px 1px 2px black;
    line-height: normal;
    margin: 0px;
}

.carousel .item {
    height: 501px;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 501px;
}
.error {
    color:#b94a48;
    font-weight:bold;
}

.nopad {
    padding:0px !important;
}

.nomargin {
    margin: 0px !important;
}

.nomarginbottom
{
    margin-bottom: 0px !important;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}