/* CSS Document */

/*body {width: 449px;} */
.Column{padding-top: 0;}
.Column table{width: 452px;}
.bodyspecs{padding-top: 0;}
.bodyspecs table{width: 226px;}
#wrapper{text-align: left;margin-left: 10px;margin-right: 10px;color: #959595;}
#wrapper .testimonialBox{background: url(/cart/images/ctop-testimBox-b.png) no-repeat left bottom;width: 453px;clear: right;min-height: 154px;}
#wrapper .testimonialBox p{margin-left: 15px;padding-right: 58px;margin-top: 0;font-size: medium;}
#wrapper .testimonialBox p.heading{background: url(/cart/images/ctop-seoBox-t.png) no-repeat left top;margin-left: 0;padding-top: 1em;padding-right: 89px;padding-left: 15px;}
#wrapper #uploadTestimonialBox.testimonialBox{height: 149px;background-image: url(/cart/images-old/printing/prod_welcome.png);}
#wrapper #uploadTestimonialBox.testimonialBox p.heading{padding-left: 144px;padding-top: 27px;font-size: x-large;padding-right: 15px;}
#wrapper .testimonialBox .attribution{font-weight: normal;font-style: normal;}
#wrapper .fill img{border-style: none;margin-top: 10px;}
#wrapper #uploadTestimonialBox.testimonialBox table{position: relative; top: -10px; left: 200px;}
#wrapper #uploadTestimonialBox.testimonialBox p.header{color: #00b8f2;  font-size:20pt; letter-spacing: -1px; font-weight: bolder; position: relative; top: 30px; left: 203px; } 
#wrapper #uploadTestimonialBox.testimonialBox p.headtext {color: #787878; font-size:9pt; font-weight: regular; padding-top: 8px;padding-right: 0px;padding-left: 0px;}
#wrapper .open{width: 453px;margin-top: 10px;margin-bottom: 10px;}
#wrapper .open p.headlessTitle{text-align: center; color: #787878; letter-spacing: -1px;  font-size:12pt; font-weight: 600;}
#wrapper .open p.headlessSubTitle{text-align: left; color: #787878;  font-size:12pt; font-weight: 600;}
#wrapper .open p.headlessBody{text-align: left; color: #787878; font-size:9pt; font-weight: regular;}
#wrapper .list1{list-style-position:outside; position:relative; top: -10px; padding-right: 15px; color: #787878;}
#wrapper .list1 li{color: #787878; font-size:9pt; font-weight: regular; padding-top: 0px;padding-right: 0px;padding-left: 0px; line-height:120%;}
#wrapper .list2{display: block; position:relative; left:70px; top:-25px; color: #787878;}

/* Product Pages */
#wrapper .prodshot {width: 384px; height: 560px; float: left;}
#wrapper .printtopper {width: 654px; height:560px;}
#wrapper .printtopper img{float:left; Margin-right:20px; margin-bottom:20px;}
#wrapper .printtopper ul.check{list-style-type: none; margin: 0px 0px 30px 350px; line-height:1.3em;}
#wrapper .printtopper ul.check li{background-image: url('/cart/images/printing/list_check.png'); background-repeat:no-repeat; background-position: -.3em -.4em; padding-left: 1.7em; background-attachment:scroll;}
#wrapper .printtopper ul.dash{list-style-type: none; ; margin: 0px 0px 0px 350px; line-height:1.3em;}
#wrapper .printtopper ul.dash li{background-image: url('/cart/images/printing/list_dash.png'); background-repeat:no-repeat; background-position: -.5em -.5em; padding-left: 1.6em; background-attachment:scroll;}
#wrapper .productname h2{margin-bottom: 10px;}
#wrapper #printbuttons{margin-top:30px;}
#wrapper #printbuttons #upload,#design,#browse{margin:5px 0px 5px 0px;}

/* Tabber CSS */
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:3em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 0px;
 padding: 5px 0px 3px 0px;
 border-bottom: 1px solid #dedddc;
 font: bold 16px Helvetica, sans-serif;
 letter-spacing:0px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a /*this controls the border around the tab headers */
{
 width:100%;
 padding: 3px 12px;
 margin-left: 0px;
 -moz-border-radius-topleft:2 px;
-webkit-border-top-left-radius:2px;
 border-top: 1px solid #dedddc;
 border-left: 1px solid #dedddc;
 border-right: 1px solid #dedddc;
 border-bottom: none;
 background: #e5e5e5;
 
 text-decoration: none;
}
			
ul.tabbernav li a:link { color: #8297c3; }
ul.tabbernav li a:visited { color: #8297c3; }

ul.tabbernav li a:hover
{
 color: #8297c3;
 background: #bebbbb;
 border-color: #dedddc;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #7587ad;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
/*this is the border for the body content*/
.tabberlive .tabbertab {
 padding:5px 5px 0px 5px;
 border:1px solid #dedddc;
 border-top:0;
 overflow:auto;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive .tabbertab p.tabbertitle
{text-align: left; color: #787878;  font-size:12pt; font-weight: 600;
Margin:10px 0px 10px 0px;
Padding: 0px;}
.tabberlive .tabbertab p.tabberbody
{text-align: left; color: #787878;  font-size:10pt; font-weight:400;
Margin:10px 0px 10px 0px;
Padding: 0px;}
.tabberlive .tabbertab li
{text-align: left; color: #787878;  font-size:10pt; font-weight:400;
Margin:5px 0px 5px 0px;
Padding: 0px;}
/*modifiers for each tab*/
.tabberlive .tabbertab ul.pcell
{list-style-type: none;
padding: 0px;
margin: 0px;}
.download
{color: #959595;
}
a.download:link { color: #959595; }
a.download:visited { color: #959595; }
a.download:hover
{
 color: #8297c3;
 font-weight: bolder;
}