
/* ------------- "generic" styles */
body {
font-size: 12px;
background-color: #fff;
color: black;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0 auto;
}
a {
text-decoration: none;
}
a img {
border: 0 none;
}
.clearfloat {
clear:left;
/*height:0;*/
font-size: 1px;
line-height: 0px;
}
#container {
margin: 0 auto;
padding: 0;
width: 1000px;
color: #000;
}
/*
I big help in putting the left bar together was
with the help of this page
http://www.alistapart.com/articles/taminglists/
border: 1px solid #000;
*/
#content {
display: block;
position: relative;
margin: 0 auto;
padding: 0;
width: 1000px;
color: #000;
}
/* column container */
.colmask {
position:relative; /* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%; /* width of whole page */
height: 100%;
/*
overflow:hidden; /* This chops off any overhanging divs */
*/
}
/* common column settings */
.colright,
.colmid,
.colleft {
float:left;
width:100%;
position:relative;
}
.col1,
.col2,
.col3 {
float:left;
position:relative;
}
/* 2 Column (left menu) settings */
.leftmenu {
background:#fff; /* right column background colour */
}
.leftmenu .colleft {
right:77%; /* right column width */
/* background:#E8E8E8; left column background colour */
}
.leftmenu .col1 {
width:73%; /* right column content width */
left:105%; /* 100% plus left column left padding */
}
.leftmenu .col2 {
width:21%; /* left column content width (column width minus left and right padding) */
left:4%; /* (right column left and right padding) plus (left column left padding) */
}
#leftsidebar ul.topList {
list-style: none;
margin: 0;
padding: 0;
}
#leftsidebar ul.nestedList {
list-style: none;
margin: 0;
padding: 8px 0px 5px 0px;
}
#leftsidebar li.listItemDepth0 a {
background: transparent url(/template5/images/leftsidebar-top-img.gif) no-repeat scroll left top;
padding: 2px 2px 2px 10px;
margin-right: 10px;
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
width: 100%;
}
#leftsidebar li.listItemDepth0 a:hover {
color: #f79b4a;
}
#leftsidebar li.listItemDepth1 {
background: transparent;
display: block;
padding: 0px 1px 0px 0px;
margin-right: 0px;
font-weight: normal;
color: #996633;
text-decoration: none;
width: 100%;
}
#leftsidebar li.listItemDepth1 a {
background: transparent;
padding: 0px 0px 0px 5px;
display: block;
color: #996633;
text-decoration: none;
font-weight: normal;
width: 100%;
}
#leftsidebar li.listItemDepth1 a:hover {
color: #f79b4a;
}
#categoryHeader {
display: block;
position: relative;
height: 30px;
width: 242px;
background-color: #808285;
color: #fff;
padding: 5px 0 0 10px;
margin: 0 0 0 0;
font: normal 16px 'Arial Black' , sans-serif;
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 0px;
}
#topswf {
margin-top: 10px;
}
div#topmenu {
text-align:
right; padding: 4px 10px 0px 0px;
}
#topmenu ul {
margin: 0;
padding: 0;
display: inline;
}
#topmenu ul li {
font-weight: bolder;
border-left: 1px solid #fae9b5;
padding-left: 8px;
padding-right: 5px;
list-style: none;
display: inline;
}
#topmenu ul li.first {
border-left: none;
}
#topmenu ul li a {
text-decoration: none;
color: #fae9b5;
}
#topmenu ul li a:hover {
color: #f79b4a;
}
/*
navigation bar
padding:6px 5px 0 0;
*/
#showcart {
background-color:#EBDFC7;
float:right;
height:22px;
text-align:right;
vertical-align: middle;
width:180px;
}
div#navbar {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 1000px;
}
#navlinks {
display: block;
position: relative;
margin: 0;
padding: 0;
}
#navlinks li {
font-weight: bold;
display: inline;
list-style: none;
}
#navlinks li.first {
border-left: none;
}
#navlinks li a {
text-decoration: none;
color: #fff;
padding: 10px 0 0 0;
}
#navlinks a:hover {
color: yellow;
}
a.navbarDark {
font-weight: bold;
text-decoration: none;
color: #333333;
}
#footer {
margin-top: 10px;
margin-bottom: 20px;
padding: 5px;
display: block;
position: relative;
float: left;
width: 1000px;
border: 1px solid #999999;
font: normal 10px 'Arial', sans-serif;
-webkit-border-top-right-radius:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 6px;
}
#footerlinks {
margin: 0;
padding: 0;
display: inline;
}
#footerlinks li {
list-style: none;
display: inline;
}
#footerlinks li.first {
border-left: none;
}
#footerlinks li a {
text-decoration: none;
color: #999999;
}
#footerlinks li a:hover {
color: #999999;
}
#mainbody {
padding-top: 10px;
position: relative;
z-index: 2;
}
/*------- breadcrumbs--------*/
.bread {
padding-right: 2px;
padding-left: 2px;
padding-bottom: 1px;
padding-top: 1px;
clear:both;
height:100%;
}
.bread:link {
font-size:10px;
text-transform: uppercase;
color: #000;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.bread:visited {
font-size:10px;
text-transform: uppercase;
color:#000;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.bread:hover {
font-size:10px;
text-transform: uppercase;
color:#820721;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.breadoff {
padding-right: 8px;
padding-left: 8px;
padding-bottom: 1px;
padding-top: 1px;
clear:both;
height:100%;
}
.breadoff:link {
font-size:10px;
text-transform: uppercase;
color: #d3d3d3;
text-decoration: none;
vertical-align:middle;
font-weight:400;
}
.breadoff:visited {
font-size:10px;
text-transform: uppercase;
color:#d3d3d3;
text-decoration: none;
vertical-align:middle;
font-weight:400;
}
.breadoff:hover {
font-size:10px;
text-transform: uppercase;
color:#820721;
text-decoration: none;
vertical-align:middle;
font-weight:400;
}
/* Form Input */
input.formInputText {
color: #000;
background-color: #f1f1f1;
border: solid 1px #666;
margin: 5px;
}
input.formInputText:hover {
background-color: #ddd;
border: solid 1px #666;
color: #000;
cursor: pointer;
}
input.formInputText:focus {
color: #000;
background-color: #feffbd;
border: solid 1px #666;
cursor: text;
}
input.formInputButton {
text-align: center;
padding: 1px;
border: solid 1px #f66;
cursor: pointer;
}
input.formInputButton:hover {
background-image: url(bg_button_hover.png);
}
input.formInputButton:active {
background-image: url(bg_button.png);
}
input.formInputQty {
text-align: right;
padding: 2px;
margin-right: 5px;
border: 1px solid #666666;
}
input.formInputQty:hover {
color: #000;
cursor: pointer;
}
input.formInputQty:focus {
color: #000;
background-color: #feffbd;
cursor: text;
}
select.formSelect {
font-size: 10px;
color: #000;
background-color: #f1f1f1;
padding: 2px;
border: solid 1px #666;
margin: 5px;
cursor: pointer;
}
select.formSelect:hover {
color: #333;
background-color: #ddd;
border: solid 1px #666;
}
select.formSelect:focus {
color: #000;
background-color: #feffdb;
border: solid 1px #666;
}
.btngr {
/*border:1px #D2D0E9 solid;*/
padding-right: 8px;
padding-left: 8px;
padding-bottom: 2px;
padding-top: 2px;
clear:both;
height:100%;
background-color: #818286;
-moz-border-radius:3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
.btngr:link {
font-size:10px;
text-transform: uppercase;
color: #FFF;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btngr:visited {
font-size:10px;
text-transform: uppercase;
color:#FFF;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btngr:hover {
font-size:10px;
text-transform: uppercase;
color:#fabb63;
/*border:1px #fabb63 solid;*/
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnsm {
/*border:1px #D2D0E9 solid;*/
padding-right: 8px;
padding-left: 8px;
padding-bottom: 2px;
padding-top: 2px;
clear:both;
height:100%;
background-color: #333333;
-moz-border-radius:3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
.btnsm:link {
font-size:10px;
text-transform: uppercase;
color: #FFF;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnsm:visited {
font-size:10px;
text-transform: uppercase;
color:#FFF;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnsm:hover {
font-size:10px;
text-transform: uppercase;
color:#fabb63;
/*border:1px #fabb63 solid;*/
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.gzsites #showcart {
/*background-color:#FFE8D1;*/
background-color:#EBDFC7;
float:right;
height:21px;
padding:5px 5px 0 0;
text-align:right;
vertical-align:middle;
width:180px;
}
.gzsites #showcart a.cartContents {
font-weight:bold;
color:#333333;
}
.gzsites #showcartcheckout {
background-color:#EEFF44;
color:#333333;
font-weight:bold;
height:28px;
/* margin:10px 0 10px 365px; */
margin:10px 0 10px 365px;
padding:10px 5px 0 10px;
text-align:right;
vertical-align:middle;
width:272px;
-moz-border-radius:3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
div.product-summary-box {
width: 100%;
}
div.product-summary-box div {
float: left;
width: 210px;
height: 260px;
margin: 5px;
padding: 0;
border: 1px solid #cfcfcf;
}
div.product-summary-box div.detailsBox {
float: left;
width: 220px;
height: 160px;
margin: -5px;
padding: 0;
border: none;
}
div.product-summary-box img {
padding: 0 15px 0 20px;
}
div.product-summary-box a {
color: #996633;
}
div.product-summary-box a:visited {
color: #89b65c;
}
div.product-summary-box a:hover {
color: #f79b4a;
}
div.product-summary-box p {
margin: 0;
padding: 0 10px 0 10px;
text-align: center;
}
div.product-summary-box div h2 {
margin: 0 ;
padding: .5em 1em .5em;
color: #686397;
background: #A0C63A;
font-size: 1em;
border: none;
}
div.product-summary-box div img {
float: none;
margin: 2em 0 0 0;
border: none;
}
div#product-summary-box div div {
margin: 1em;
border: none;
}
/******* NEW ITEM STYLE FOR DEFAULTITEM.JSP ******/
#itemPage {
display: block;
position: relative;
margin: 0;
padding: 0;
}
#itemCart {
display: block;
position: relative;
float: left;
width: 30%;
margin: 0;
padding: 0;
}
.itemInfo {
display: block;
position: relative;
float: left;
}
.price {
font-weight: bolder;
color: #B01903;
}
#itemImage {
clear: both;
display: block;
position: relative;
margin: 20px 0 0 0;
float: left;
width: 70%;
text-align: center;
}
#altImages {
clear: both;
display: block;
position: relative;
margin: 20px 0 0 0;
float: left;
text-align: center;
}
#altImages img {
padding: 0px 20px 20px 0px;;
}
#itemSuggest {
clear: both;
display: block;
position: relative;
margin: 0;
padding: 0;
}
#itemDescription1 {
display: block;
position: relative;
margin: 0 0 0 0;
padding: 20px 0 0 0;
width: 485px;
text-align: justify;
}
.itemDescription2 {
display: block;
position: relative;
float: left;
margin: 10px 0;
overflow: hidden;
line-height: 1.3em;
}
#addToCart {
display: block;
position: relative;
margin: 0 auto;
}
#addToCart a {
color: #FFF;
text-decoration: none;
}
#addToCart a:visited {
color: #666;
}
#addToCart a:hover {
color: #FFF;
text-decoration: underline;
}
.itemDescription2 p {
margin: 0 auto;
padding: 0;
}
div.continueShopping a {
color: #000;
text-decoration: underline;
}
div.continueShopping a:visited {
color: #666;
text-decoration: underline;
}
div.continueShopping a:hover {
color: #006699;
}
#itemBody {
clear: both;
display: block;
float: left;
position: relative;
padding: 0;
margin: 0 auto;
overflow: hidden;
line-height: 1.3em;
text-align: justify;
}
.itemAvailabilty {
margin: 10px 0;
padding: 0
}
.breadcrumbs {
display: block;
position: relative;
padding-top: 10px;
}
.sku {
display:block;
position:relative;
width:175px;
}
.sugTable {
clear: both;
font-size: 1em;
padding: 15px;
background-color: #fff;
width: 100%;
}
div#suggestedItems {
clear: both;
display: block;
position: relative;
margin: 0 auto;
padding: 10px 0 0 0;
}
div.suggested-box {
width: 100%;
text-align: center;
}
div.suggested-box div {
float: left;
width: 210px;
height: 235px;
margin: 5px;
padding: 0;
border: none;
}
div.suggested-box div.detailsBox {
float: left;
width: 220px;
height: 160px;
margin: -5px;
padding: 0;
border: none;
}
div.suggested-box img {
padding: 0 15px 0 20px;
}
div.suggested-box a:link {
color: #000;
text-decoration: underline;
}
div.suggested-box a:visited {
color: #666;
text-decoration: underline;
}
div.suggested-box a:hover {
color: #006699;
}
div.suggested-box p {
margin: 0;
padding: 0 10px 0 10px;
text-align: center;
}
div.suggested-box div h2 {
margin: 0 ;
padding: .5em 1em .5em;
color: #686397;
background: #A0C63A;
font-size: 1em;
border: none;
}
div.suggested-box div img {
float: none;
margin: 2em 0 0 0;
border: none;
}
div#suggested-box div div {
margin: 1em;
border: none;
}
.table {
width: 100%;
}
.table .th {
background-color: #fff;
color: #000;
font-weight: bold;
}
.table .td {
float: left;
}
#bottomContent {
clear: both;
display: block;
float: left;
margin: 20px 0 0 0;
padding: 0;
text-align: justify;
line-height: 1.3em;
}
/* End New Item */
#prevnext {
text-align: right;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
#prevnextend {
text-align: right;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}
/*Shadow for images*/
.img-shadow {
float:left;
background: url('/template4/images/shadowAlpha.png') no-repeat bottom right !important;
background: url('/template4/images/shadow.gif') no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}
.img-shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}
.tableData {
color: #000;
}
.tableDataRight {
color: #000;
text-align: right;
}
.tableDataCenter {
color: #000;
text-align: center;
vertical-align: middle;
}
.dataTable {
border-style: solid;
border-color: #9e9ec3;
border-width: 1px 1px 1px 1px;
}
.dataTable td {
padding: 3px 3px 3px 3px;
margin: 0px 0px 0px 0px;
border-style: solid;
border-color: #9e9ec3;
border-width: 1px 1px 1px 1px;
}
.dataTable th {
padding: 2px 3px 2px 3px;
margin: 0px 0px 0px 0px;
border-style: solid;
border-color: #9e9ec3;
border-width: 1px 1px 1px 1px;
}
.oddrow {
background: #fff;
}
.evenrow {
background: #e5e5e5;
}
.btnpage {
/*border:1px #D2D0E9 solid;*/
padding-right: 8px;
padding-left: 8px;
padding-bottom: 2px;
padding-top: 2px;
clear:both;
height:100%;
background-color: #f9be60;
border:1px #f9be60 solid;
-moz-border-radius:3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
.btnpage:link {
font-size:10px;
text-transform: uppercase;
color: #FFF;
border:1px #FFF solid;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnpage:visited {
font-size:10px;
text-transform: uppercase;
border:1px #FFF solid;
color:#FFF;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnpage:active {
font-size:10px;
text-transform: uppercase;
color:red;
border:1px #FFF solid;
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.btnpage:hover {
font-size:10px;
text-transform: uppercase;
color:#333333;
/*border:1px #333333 solid;*/
text-decoration: none;
vertical-align:middle;
font-weight:800;
}
.showcartcheckout {
background-color:#EEFF44;
color:#333333;
font-weight:bold;
height:28px;
/* margin:10px 0 10px 365px; */
margin:10px 0 10px 365px;
padding:10px 5px 0 10px;
text-align:right;
vertical-align:middle;
width:266px;
-moz-border-radius:3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-top-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
}
/* MY ACCOUNT SECTION */
#myAccountTable {
margin: 0px 0px 10px 0px;
width: 700px;
}
.myAccountTable {
margin: 10px 0px 10px 0px;
width: 700px;
}
.myAccountTable td {
padding: 3px 3px 7px 3px;
margin: 0px 0px 0px 0px;/*border-style: solid;
border-color: #9e9ec3;
border-width: 1px 1px 1px 1px;*/
}
.myAccountTable th {
background-color: #ededed;
padding: 2px 3px 2px 3px;
margin: 0px 0px 0px 0px;
border-style: solid;
border-color: #666;
border-width: 1px 1px 1px 1px;
}
.invoiceBorder {
border-bottom: thin solid #393939;
border-left: thin solid #393939;
border-right: thin solid #393939;
}
.invoiceBorderMiddle {
border-bottom: thin solid #393939;
border-right: thin solid #393939;
}
.invoicePageSep {
border-bottom:2px solid #393939;
margin: 3px 0px 10px 0px;
vertical-align:middle;
width:100%;
}
.bodycopy_info {
color: #000;
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana;
font-style: normal;
font-weight: normal;
}
/* Ship To Format */
#shipToArea .crb{border-right:1px solid #dadada;}
#shipToCell {position:relative;float:left; background:#fff;padding-bottom:10px;}
#shipToCell dd{padding:1px 10px;}
#shipToCell table{width:100%;clear:both;}
#shipToCell table .cell{float:none;}
#shipToCell .cell{width:220px;height:11em;position:relative;margin:2px;padding:10px 0px 0px 1px;float:left;border:1px solid LightGrey;}
#shipToCell .header{position:relative;height:15em;}
#shipToCell .body{position:relative;height:5em;background:#fff;}
#shipToCell .footer{position:relative;height:5em;}
#shipToCell .icons{position:absolute;top:70px;left:125px;}
#shipToCell .description{position:absolute;left:0;top:3.3em;width:228px;background:#fff;text-align:left;}
#shipToCell .description .title h3{font-weight:normal;margin:0;padding:0;}
#shipToCell .description .bullet ul,#bcaProductCell .description .bullet li{margin:0 0 0 15px;padding:0;}
#productCell {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 500px;
}
#description { clear: both; text-align: justify; width: 480px; }
#description li { display: list-item; }
#description ul { margin-left: 40px; list-style-type: disc;}
/* Copyright 2009-2010 Taco Software. All rights reserved.
* http://tacosw.com
*
* This file is part of the Component Library included in Taco HTML Edit.
* Licensed users of Taco HTML Edit may modify and use this source code 
* for their web development (including commercial projects), as long as 
* this copyright notice is retained.
*
* The contents of this file may not be published in a format intended
* for access by other humans, so you may not put code examples on a
* web site with all or part of the contents of this file, and you may
* not publish the contents of this file in a printed format.
*/
table.tswDropShadow {
border-spacing:0px;
}
table.tswDropShadow td {
margin: 0px;
padding: 0px;
}
tr.tswDropShadowTop td.tswDropShadowLeft {
background-position: top right;
background-repeat: no-repeat;
}
tr.tswDropShadowTop td.tswDropShadowRight {
background-position: top left;
background-repeat: no-repeat;
}
tr.tswDropShadowTop td.tswDropShadowCenter {
background-position: top;
background-repeat: repeat-x;
}
tr.tswDropShadowMiddle td.tswDropShadowLeft {
background-position: right;
background-repeat: repeat-y;
}
tr.tswDropShadowMiddle td.tswDropShadowRight {
background-position: left;
background-repeat: repeat-y;
}
tr.tswDropShadowBottom td.tswDropShadowLeft {
background-position: bottom right;
background-repeat: no-repeat;
}
tr.tswDropShadowBottom td.tswDropShadowRight {
background-position: bottom left;
background-repeat: no-repeat;
}
tr.tswDropShadowBottom td.tswDropShadowCenter {
background-position: top;
background-repeat: repeat-x;
}
div.tswDropShadowMedium, div.tswDropShadowLarge, div.tswDropShadowSmall {
/* For IE only */
zoom: 1;
position: relative;
}
table.tswDropShadow tbody tr td {
/* For IE6 only */
*-_behavior: expression(
this.tswFilterImage = this.tswFilterImage ? this.tswFilterImage : this.currentStyle.backgroundImage.split('"')[1],
this.style.background = "none",
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.tswFilterImage + ", sizingMethod='scale')");
}
/* Large */
tbody.tswDropShadowLarge tr.tswDropShadowTop {
height: 30px;
}
tbody.tswDropShadowLarge tr.tswDropShadowTop td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowTopLeft.png);
width: 32px;
}
tbody.tswDropShadowLarge tr.tswDropShadowTop td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowTopRight.png);
width: 32px;
}
tbody.tswDropShadowLarge tr.tswDropShadowTop td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowTop.png);
}
tbody.tswDropShadowLarge tr.tswDropShadowMiddle td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowLeft.png);
}
tbody.tswDropShadowLarge tr.tswDropShadowMiddle td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowRight.png);
}
tbody.tswDropShadowLarge tr.tswDropShadowBottom {
height: 30px;
}
tbody.tswDropShadowLarge tr.tswDropShadowBottom td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowBottomLeft.png);
width: 32px;
}
tbody.tswDropShadowLarge tr.tswDropShadowBottom td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowBottomRight.png);
width: 32px;
}
tbody.tswDropShadowLarge tr.tswDropShadowBottom td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowBottom.png);
}
tbody.tswDropShadowLarge div.tswDropShadowContent, div.tswDropShadowLarge {
margin: -18px -18px -12px -18px;
/* For IE only */
zoom: 1;
position: relative;
}
/* Small */
tbody.tswDropShadowSmall tr.tswDropShadowTop {
height: 12px;
}
tbody.tswDropShadowSmall tr.tswDropShadowTop td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowSmallTopLeft.png);
width: 14px;
}
tbody.tswDropShadowSmall tr.tswDropShadowTop td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowSmallTopRight.png);
width: 14px;
}
tbody.tswDropShadowSmall tr.tswDropShadowTop td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowSmallTop.png);
}
tbody.tswDropShadowSmall tr.tswDropShadowMiddle td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowSmallLeft.png);
}
tbody.tswDropShadowSmall tr.tswDropShadowMiddle td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowSmallRight.png);
}
tbody.tswDropShadowSmall tr.tswDropShadowBottom {
height: 14px;
}
tbody.tswDropShadowSmall tr.tswDropShadowBottom td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowSmallBottomLeft.png);
width: 14px;
}
tbody.tswDropShadowSmall tr.tswDropShadowBottom td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowSmallBottomRight.png);
width: 14px;
}
tbody.tswDropShadowSmall tr.tswDropShadowBottom td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowSmallBottom.png);
}
tbody.tswDropShadowSmall div.tswDropShadowContent, div.tswDropShadowSmall {
margin: -8px -8px -5px -8px;
/* For IE only */
zoom: 1;
position: relative;
}
/* Medium */
tbody.tswDropShadowMedium tr.tswDropShadowTop {
height: 18px;
}
tbody.tswDropShadowMedium tr.tswDropShadowTop td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowMediumTopLeft.png);
width: 20px;
}
tbody.tswDropShadowMedium tr.tswDropShadowTop td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowMediumTopRight.png);
width: 20px;
}
tbody.tswDropShadowMedium tr.tswDropShadowTop td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowMediumTop.png);
}
tbody.tswDropShadowMedium tr.tswDropShadowMiddle td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowMediumLeft.png);
}
tbody.tswDropShadowMedium tr.tswDropShadowMiddle td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowMediumRight.png);
}
tbody.tswDropShadowMedium tr.tswDropShadowBottom {
height: 18px;
}
tbody.tswDropShadowMedium tr.tswDropShadowBottom td.tswDropShadowLeft {
background-image: url(/content/TSWDropShadowMediumBottomLeft.png);
width: 20px;
}
tbody.tswDropShadowMedium tr.tswDropShadowBottom td.tswDropShadowRight {
background-image: url(/content/TSWDropShadowMediumBottomRight.png);
width: 20px;
}
tbody.tswDropShadowMedium tr.tswDropShadowBottom td.tswDropShadowCenter {
background-image: url(/content/TSWDropShadowMediumBottom.png);
}
tbody.tswDropShadowMedium div.tswDropShadowContent, div.tswDropShadowMedium {
margin: -12px -10px -6px -10px;
/* For IE only */
zoom: 1;
position: relative;
}
/* Webkit */
tbody.tswWebkit tr.tswDropShadowTop td.tswDropShadowLeft {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowTop td.tswDropShadowRight {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowTop td.tswDropShadowCenter {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowMiddle td.tswDropShadowLeft {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowMiddle td.tswDropShadowRight {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowBottom td.tswDropShadowLeft {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowBottom td.tswDropShadowRight {
background-image: none;
}
tbody.tswWebkit tr.tswDropShadowBottom td.tswDropShadowCenter {
background-image: none;
}
tbody.tswWebkit.tswDropShadowLarge div.tswDropShadowLarge {
-webkit-box-shadow: 0px 4px 30px #000;
}
tbody.tswWebkit.tswDropShadowSmall div.tswDropShadowSmall {
-webkit-box-shadow: 0px 3px 6px #000;
}
tbody.tswWebkit.tswDropShadowMedium div.tswDropShadowMedium {
-webkit-box-shadow: 0px 4px 10px #000;
}
/* The checksum below is for internal use by Taco HTML Edit, 
to detect if a component file has been modified.
TacoHTMLEditChecksum: 9FF00CB0 */
#myRotatingContent.tswRotatingContent { width: 720px; }
#myRotatingContent .tswRotatingContentHeader { width: 720px; }
#myRotatingContent .tswRotatingContentTitle 
{
width: 686px;
}
#myRotatingContent .tswRotatingContentPageMarkers { width: 80px; }
#myRotatingContent .tswRotatingContentBody
{
background-color: #ffffff;
border-color: #cccccc;
width: 720px;
height: 325px;
}
#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelVisible,
#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelHidden,
#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelFadingOut
{
background-color: #ffffff;
width: 712px;
height: 325px;
}
#myRotatingContent .tswRotatingContentPageMarkerSelected div
{
background: url('/content/TSWPageMarkerSelected_999999.png');
/* IE6 only */
*-background: none;
*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoComponents/Images/TSWPageMarkerSelected_999999.png', sizingMethod='crop');
}
#myRotatingContent .tswRotatingContentPageMarkerUnselected div
{
background: url('/content/TSWPageMarkerUnselected_999999.png');
/* IE6 only */
*-background: none;
*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoComponents/Images/TSWPageMarkerUnselected_999999.png', sizingMethod='crop');
}