/* mwc css last edited by SC 6.27.08 */

/* ---- Global ------------------------------ */

* { 
    padding: 0; 
    margin: 0;
}

/* ---- Type ------------------------------ */

body {
    font-size: 62.5%; /* brings everything down to 10px for easy math */
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em; /* 18px */
}


p, li {
    font-size: 1.4em;
}

#content dl {
    font-size: 1.4em;
}

#content p { 
    margin-bottom: 18px;
    padding: 0 6px;
}

#stationIntro p {
    width: 240px;
    font-size: 1.2em;
}

h1 { 
    font-size: 2.1em;
    padding: 18px 6px 3px 6px;
    font-weight: normal;
}

h2 {
    font-size: 1.6em;
    padding: 12px 6px 0 6px;
    font-weight: normal;
}

h3 {
    font-size: 1.4em;
    padding-left: 6px;
    color: #000;
}

h4 {
    font-size: 1.2em;
    padding-left: 6px;
    color: #006666;
}

.strike { 
    text-decoration: line-through;
}

#footer {
    width: 890px;
    margin-left: 5px;
    margin-right: 5px;
}

#footer ul {
    width: 225px;
    list-style-type: none;
    color: #9f9f9f;
    text-align: right;
}

.clientLogo ul {
    list-style-type: none;
}

#content ul, #content ol, #content dl  {
    padding: 0 6px;
    margin-bottom: 18px;
}

#content li {
    margin-bottom: 3px;
}

.window .restrictions {
    padding: 10px 0 10px 18px;
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

.restrictions li {
    text-align: left;
}

.restrictions li strong {
    font-weight: bold;
}

.restrictions li strong.red {
    color: #f00;
}

#content .restrictions ul  {
    margin-left: 18px;
    font-size: .714em;
    line-height: 1.8em;
    list-style-type: disc;
    margin-bottom: 0;
    padding-bottom: 0;
}

.restrictions hr {
    margin: 0;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

#content dt {
    color: #006666;
}

.longDescription h2 {
    background: none;
    color: #006666;
    margin-bottom: 18px;
    font-size: 1.8em;
    font-weight: bold;
}

.longDescription dd {margin-bottom: .5em;}


/* ---- Color ------------------------------ */

body {
   background: #172120 url(../img/back-teal.jpg) fixed repeat-x; 
}


/* TinyMCE specific rules */
body.mceContentBody {
       background: #FFF;
}

h1, h2 {
    background: #667a8d;
    color: white;
    clear: both;
}


#sideBar dl {
    background: #f2f1d5;
}

.sidebarItem {
    background: #f2f1d5;
    padding: 5px;
}

.odd {
    background: #dfdeb6;
}

#sideBar dt {
    color: #d33d13;
}

#sideBar dd {
    color: #6e7f83;
}


/* ---- Layout ------------------------------ */

#wrapper {
    width: 900px;	
    margin: 0 auto;
}

#bannerContent {
    float: right;
    width: 650px;
    margin-bottom: 5px;
}

#content {
    float: right;
    width: 650px;
}

#bannerContent img {
    display: block;
}

#bannerScript {
    float: left;
    width: 650px;
}
#bannerScript img {
    display: block;
    padding: 10px;
}

#bannerScript img {
    display: block;
    width: 90%;
}

#bannerSide img {
    padding: 0;
    margin: 0;
}

#bannerSide {
    margin: 0;
    margin-top: 5px;
    text-align: center;
}

#bannerSide, #sideBar {
    float: left;
    width: 245px;
    margin-right: 5px;
}

#banner, #main {
    background: white;
    float: left;
}

#banner {
    padding: 0;
    margin: 0;
}

#content .gutter {
    padding: 0;
}

#footer {
    clear: both;
    float: left;
    margin: 18px 0;
    margin-top: 100px;;
    width: 100%;
}

.longDescription {
    margin-top: 18px;
    clear: both;
}

.logoGrid img {
    float: left;
    margin: 3px 2px 0 2px;
    display: inline; /* ie6 double margin float bug killer */
}

.logoGrid {
    padding: 0 1px;
    margin-bottom: 4em;
}

.logoGrid td
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

.logoGrid td.logoGridTop
{
    border-top: 1px solid #ccc;
    vertical-align: middle;
}
.logoGrid td.logoGridBottom
{
    border-bottom: 1px solid #ccc;
}

div.gridBuyNow 
{
    float: left;
    width: 100%;
    clear: both;
    font-weight: bold;
}

div.gridBuyNow .red
{
    color: #f00;
}

div.gridBuyNow .address, 
div.gridBuyNow .merchantName, 
div.gridBuyNow .description
{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 7px;
}
div.gridBuyNow .merchantName a {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

div.gridBuyNow .address { 
    font-weight: bold;
    font-size: 12px;
}
div.gridBuyNow .merchantName {
    font-size: 13px;
    height: 18px;
    overflow: hidden;
}
div.gridBuyNow .description {
    font-weight: normal;
    font-size: 12px;
}
div.gridBuyNow .label, div.gridBuyNow .value {
    font-weight: bold;
    font-size: 13px;
}

div.gridBuyNow .buyButton
{
    background: #78b744;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

div.gridBuyNow .detailsButton
{
    background: #b3b3b3;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

div.gridBuyNow .onSaleSoon
{
    background: blue;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

div.gridBuyNow .soldOut
{
    background: yellow;
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

div.gridBuyNow .egiftIcon
{
    padding-bottom: 2px;

}

div.gridBuyNow td
{
    border: none;
}

td.infoCell 
{
    margin-top: 0;
    padding: 5px;
}

table.gridTable {
    border-collapse: collapse;
}

table.gridTable td.logoCell .newStarburst {
    z-index: 2;
    position: relative;
    top: 60px; 
    right: 10px;
}
/* printable bof */
table.gridTable td.logoCell .printable {
	float:right;
	z-index: 2;
  	position: absolute;
	top:3px;
	right: -10px; /* dev is -10 */
}
/* printable eof */

table.gridTable td.logoCell .merchantLogo { z-index: 1; }
table.gridTable td.logoCell .newOffer { margin-top: -60px; }
table.gridTable td.logoCell .merchantLogo img { width: 152px; }
table.gridTable td.logoCell .newStarburst img { width: 60px; }

/* printable bof */
table.gridTable td.logoCell .printable img {width:80px;}
/* printable eof */

table.gridTable table.buttons {
    float: left;
}
table.gridTable table.egiftIcon {
    float: right;
}
table.gridTable table.egiftIcon * {
    padding: 0;
    margin: 0;
}

/* ---- Featured Offer ------------------------------ */

.offer {
    float: left;
    position: relative;
    border-bottom: 5px solid #dfdeb6;
    margin-bottom: 6px;
    width: 650px;
}

.clientLogo {
    float: left;
    width: 216px;
    padding-top: 12px;
}

.clientLogo div {
    width: 214px;
    text-align: center;
}

.clientLogo div img {
    max-width: 214px;
}

.clientIntro {
    float: right;
    width: 432px;
    background: #f2f1d5;
    padding: 12px 0 2.4em 0;
}

#content .clientIntro .col1 dl {
    font-size: 1.2em;
    margin-bottom: 0;
}

#content .clientIntro .col2 dt {
    float: left;
    width: 6.5em;
    padding-right: .6em;
}

.clientIntro dt {
    font-weight: bold;
}

.clientIntro .col1 {
    float: left;
    width: 204px;
    margin-bottom: 12px;
    padding: 0 6px 0 0;
}

.clientIntro .col2 {
    float: right;
    width: 204px;
    margin-bottom: 12px;
    padding: 0 6px 0 0;
}

#content .clientIntro .shortDescription {
    float: left;
    width: 420px;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 0 6px;
}


.clientIntro .col2 dt.buy {
    width: 8.5em;
}

.clientIntro .col2 dd.remain {
    text-align: center;
    font-size: .857em; /* 12px */
    font-weight: bold;
    line-height: 3.25em;
}

.buy a {
    background: #b33410;
    display: block;
    padding: 10px 14px;
    text-transform: uppercase;
    text-align: center;
    width: 5em;
}

.buy a:link {
    color: #fff;
    text-decoration: none;
}

.buy input {
    background: #b33410;
    display: block;
    color: #fff;
    padding: 10px 14px;
    text-transform: uppercase;
    width: 7em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.buy .sold_out, .buy .future_sale, .buy .units_reserved {
    display: block;
    padding: 10px 14px;
    text-align: center;
    width: 5em;
    text-transform: uppercase;
}

.future_sale {
    margin-bottom: 20px;
}

.buy .nowrap {
    text-transform: uppercase;
}

.buy .future_sale {
    text-transform: none;
    width: 6em;
    padding: 10px 8px 10px 5px;
}

.buy .sold_out {
    background: yellow;
    color: black;
}

.buy .future_sale {
    background: blue;
    color: white;
}

.buy .units_reserved {
    background: orange;
    color: black;
    width: 10em;
    font-size: 1.1em;
}

.quantity select {
    width: 3.4em;
}

.quantity {
    margin: 9px 0;
}


/* order form */

#orders form { 
    float: left;
    font-size: 1.2em; 
    background: #f2f1d5;
    border: 1px solid #dfdeb6;
}

#orders fieldset {
    float: left;
    width: 352px;
    margin: 6px 5px;
    padding: 6px;
    border: none;
    display: inline; /* ie double margin float killer */
}

#orders fieldset.details {
    display: block;
    float: none;
    font-size: .9em;
    line-height: 1.2em;
    background: #ffffef;
    border: 1px solid #dfdeb6;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#orders fieldset.wide {
    width: 800px;
}

#orders fieldset.fullwidth {
    width: 714px;
}

#orders legend {	
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

#orders h3 {
    clear: both;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1em;
    color: #333;
}

#orders label {
    float: left;
    width: 13em;
}

#orders .fullwidth .auto label {
    float: left;
    width: 650px;
}

#orders .details .auto label {
    float: left;
    width: 400px;
}

#orders form p {
    clear: left;
    width: 100%;
    padding: 0;
    font-size: 1.0em;
    margin-bottom: 0;
}

#orders form .restrictions {
    clear: both;
    margin-bottom: 0;
}

#orders form h4 {
    clear: left;
}

#orders input {
    width: 175px;
    margin-bottom: 6px;
}

#orders select {
    width: 150px;
    margin-bottom: 6px;
}

#orders .mi input {
    width: 28px;
}


#orders input[type="text"], #orders textarea, #orders select {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#orders .auto input {
    width: auto;
    float: left;
    margin: 0 1em 1em 0;
}

#orders input:focus, textarea:focus {
    background: #ffc;
}

#orders textarea {
    width: 300px;
    height: 100px;
}

#orders .double {
    height: 4em;
}

#orders strong {
    font-weight: bold;
    color: red;
}


/* ---- Misc Details ------------------------------ */

#stationIntro {
    float: left;
    position: relative;
    background: transparent url(../img/box-back-bottom.gif) bottom left no-repeat;
    margin: 0 0px 5px -11px;
    padding-bottom: 1em;
    width: 256px;
}

#stationIntro p, #stationIntro h3 {
    padding: 0 15px 0 15px;
}

#stationIntro p {
    margin: 0 0 1em 0;
}

.boxtop {
    float: left;
    background: transparent url(../img/box-back-top.gif) top right no-repeat;
    width: 100%;
    padding-top: 1em;
    width: 256px;
}

.shadow {
    background: url(../img/shadow.gif) no-repeat bottom right;
    float: left;
    position: relative;
    width: 100%

}

#content .offer .learnMore  {
    clear: both;
    background: transparent url(../img/learn_more-tan.gif) 0px 0 no-repeat;
    margin-bottom: 0;
    padding: 3px 6px 0 50px;
}

.learnMore {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 6px 0 50px;
    font-size: 1.0em;
}

#stationIntro .learnMore  {
    margin-bottom: 0;
    padding: 0;
    padding-left: 100px;
    left: 88px;
    font-size: 1.0em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

.mtop, #orders input.mtop {
    margin-top: 18px;
}



/* ---- Nav ------------------------------ */

#mainNav {
    margin-top: 18px;
    width: 680px;
    float: left;
}

#mainNav li {
    float: left;
    list-style-type: none;
    color: white;
    text-transform: uppercase;
}

#mainNav a { 
    float: left;
    padding: 6px 10px 3px 10px;
}

#mainNav a:link, #mainNav a:visited {
    color: #fff;
    text-decoration: none;
}

#mainNav a:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

/* --- Category Menu --- */
#categoryMenu {
    background: #55697c;
    padding: 12px 6px 0 6px ;
    color: #fff;
    font-size: 1.6em;
    margin-bottom: .4em;
}

/* --- Side Bar --- */

#sideBar dl {
    margin-bottom: 6px;
}	

#sideBar dt {
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 4px 6px 0 6px;
}

#sideBar dd {
    text-align: right;
    line-height: 1.2em;
    font-size: 1.0em;
    padding: 0 6px 3px 6px;
}

#sideBar dt a {display: block;}

/* ---- Links ------------------------------ */

#footer ul li a:link {
    color: #d3927f;
}

a:link {
    color: #d33d13;
}

a:active {
    color: #2ec3c1;
}

a:hover, #footer ul li a:hover {
    color: #070508;
}

a:visited {
    color: #0967be;
}

.learnMore a:link, #sideBar dl a  {	
    text-decoration: none;
	}

	.learnMore a:hover, #sideBar dl a:hover  {	
	    text-decoration: underline;
	}

	#orders form p#ship_addr_same {
	    display: block;
	    float: left;
	    clear: none;
	    width: 200px;
	    margin-left: 10px;
}

#orders form .logo {
    vertical-align: middle;
    width: 260px;
    text-align: left;
}

#orders form .logo h3 {
    font-size: 1.3em;
}


#orders form .logo img {
    max-width: 204px;
}

#orders form .countdown {
    font-size: 1.2em;
}

#orderCountdown {
    font-weight: bold;
    font-size: 1.3em;
}

.message {
    font-size: 1.3em;
    color: #f00;
    margin: 1.4em;
    font-weight: bold;
}

.past_offers strike {
    color: #f00;
}

.payment_result {
    margin-top: 5em;
}

.helper {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.saleCountdown {
    width: 200px;
}

.featuredOffersTitle {
    width: 100%;
}

td.rssLink {
    text-align: right;
    clear: none;
}

.addThis {
    padding-top: 10px;
}

.yellowPages {
    width: 100%;
}

td.ypLink {
    text-align: right;
    clear: none;
    font-size: .8em;
}

td.ypLink a {
    text-decoration: none;
}

#currentOffers
{
    margin-top: 5px;
}

/** Shopping cart **/
div.shoppingCartSummary
{
    font-size: .9em;
    padding: 5px;
}

ul.shoppingCartSummary
{
    list-style-type: none;
}

ul.shoppingCartSummary li
{
    padding: 3px;
}

div.shoppingCartSummary table.buttons {
    width: 100%;
}

.buy input.addToCart
{
    font-size: 12px;
    width: 105px;
    padding-left: 10px;
}

#content table.shoppingCart 
{
    width: 640px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
    background: #0f0;
    border-collapse: collapse;
    border: 1px solid #999;
}

#content table.shoppingCart th
{
    background: #444;
    color: #fff;
    text-align: center;
    padding: 3px;
}

#content table.shoppingCart td
{
    text-align: center;
    padding: 3px;
}

#content table.shoppingCart td select {
    width: 40px;
}

#content table.shoppingCart tr
{
    background: #fff;
}

#content table.shoppingCart tr.odd
{
    background: #ddd;
}

#content table.shoppingCart tr.totals
{
    font-weight: bold;
}

.cartExpireWarning
{
    color: #f00;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 10px;
}


#content #orders fieldset.details table.shoppingCart {
    width: 720px;
}

a.boldbuttons{
    background: transparent url('../img/roundedge-gray-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: bold 13px Arial; /* Change 13px as desired */
    line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
    height: 25px; /* Height of button background height */
    padding-left: 7px; /* Width of left menu image */
    text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
    color: white; /*button text color*/
}

a.boldbuttons span{
    background: transparent url('../img/roundedge-gray-right.gif') no-repeat top right;
    display: block;
    padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
    text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;
}

.multiStationCartMessage
{
    padding: 10px;
    font-size: .9em;
}

#content table.shoppingCart td.cartGrandTotal
{
    font-size: 1.2em;
    padding-top: 10px;
}

#orders p.cartGrandTotal
{
    font-size: 1.2em;
}

/** Non-customer sign up **/
.nonCustomerSignupContent {
    width: 200px;
    float: left;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

.nonCustomerSignupContent a:link, .nonCustomerSignupContent a {
    color: #ffff00;
    text-decoration: underline;
}

.nonCustomerSignup {
    background: #fff;
    color: #000;
    padding: 25px 0 25px 0;
    font-weight: normal;
}

.nonCustomerSignup p.error {
    color: #f55;
    font-size: 14px;
}

.nonCustomerSignup p {
    font-size: 12px;
    margin-bottom: 16px;
}

.sortOrder {
    text-align: right;
}

.sortOrder label {
    font-size: 12px;
}


ul.pagination_links
{
    display: inline;
}

ul.pagination_links li
{
    display: inline;
    margin: 3px;
    border: 1px solid black;
}

ul.pagination_links li span
{
}

ul.pagination_links li a
{
    background-color: #777;
    color: #fff;
}

ul.pagination_links li a:hover
{
    background-color: #ccc;
    color: #000;
}
h2.newOffer 
{
    background: #f00;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 3px 0 3px 0;
    font-size: 18px;
}

.rotator-holder,
.rotator-holder td 
{
    width: 100%;
    text-align: center;
}
