/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px;
margin: 0px;
font: bold 11px Helvetica, Arial, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
font: bold 11px Helvetica, Arial, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 9px;
margin-bottom: 5px;
border-top: 1px solid #778;
border-right: none;
border-bottom: 1px solid #778;
border-left: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom: 1px solid #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

li.last {
margin-left:2px;}

@media print {
.tabcontent {
display:block !important;
}
}

#countrytabs {
text-transform: uppercase;
padding:5px 0 0 0;
background: white url(../images/shade.gif) top left repeat-x;
width: 477px;
border-top: 1px solid #778;
border-right: 1px solid #778;
}

#countrytabs li {
margin-right: -5px;
}

#tabBox {
border-top:none;
border-left:1px solid #778; border-bottom:1px solid #778; border-right:1px solid #778;width:456px; margin-bottom: 1em; padding: 10px;
 }

/* ######### Gifts by Trimester Box! ######### */

.shadetabs2{
padding: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 14px Helvetica, Arial, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
padding: 0;
font: bold 14px Helvetica, Arial, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 38px 0 38px ;
margin: 0px;
border-top:none;
border-right:none;
border-bottom:none;
border-left: 1px solid #fff;
color: #2d2b2b;
background: white url(../images/bgTrimester.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#countrytabs2 {
width:92.5%;
background: #fff;
padding: 10px 0 0 0;
border: 1px solid #cccccc;
background: white url(../images/bgTrimester.gif) top left repeat-x;
}

#countrytabs2 li {
margin-right:-4px;	
}

#tabBox2 {
border-top:none;
border-left:1px solid #cccccc; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;width:87.2%; margin-bottom: 1em; padding: 20px;
}