/* CSS Document */

/* STRUCTURE ------------------------------------------------------------------------------------- */

#back {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	background-color: #F5F5F5;
}

body {
text-align: center;
}

#Container {
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
	width: 975px; /*If you change this width be sure to also change width of #masthead */
	height: auto; /*ff*/
	text-align: left;	
	
	}
	
#footer {
width: auto;
clear: both;
border-top:solid 2px #BC161C;
	}

.button {
	font-family: Arial;
	color: #000066;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	border-style: ridge;
	border-color: #89A3C9;
	border-width: thin;
}


.Heading {
font-family: Lucida Sans Unicode;
font-size: 12pt;
font-style: normal;
text-align: center;
color: #666666;
}

.HeadingBold {
font-family: Lucida Sans Unicode;
font-size: 12pt;
font-style: normal;
font-weight: bold;
text-align: center;
color: #666666;
}

/*.Heading3{
font-family: Arial;
font-size: 16px;
color: #FFFFFF;
height: 28px;
width: 480px;
text-align: center;
background-image: url(../Images/Shapes/HorizontalTealGlass.gif);
background-repeat: no-repeat;
position: relative;
left: 20px;
margin: 0px;
padding: 0px;
}*/
	
.Heading2{
height: 50px;
margin-left: auto; 
margin-right: auto;
font-family: Verdana;
font-size: 14px;
font-weight: bolder;
/* color: #214369; */
color: #FFFFFF;
text-align: center;
background-image: url(Heading2Back.jpg);
background-repeat: no-repeat;
}

.Heading3 {
height: 25px;
margin-left: auto; 
margin-right: auto;
font-family: Verdana;
font-size: 14px;
font-weight: bolder;
color: #FFFFFF;
text-align: center;
background-image: url(HorizontalTeal.jpg);
background-repeat: no-repeat;
}

.Heading4 {
height: 29px;
margin-left: auto; 
margin-right: auto;
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-image: url(HorizontalBlue.jpg);
background-repeat: no-repeat;
}

.Heading5 {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #BC161C;
margin: 0;
padding: 0;
}

input {
	color: #000000;
	}

.RedLink {
	color: #FF0000;
	border-bottom: thin #FF0000;
	text-decoration: underline;
	}

.RedLink a:link {
	color: #FF0000;
	border-bottom: thin #FF0000;
	text-decoration: underline;
	}

.RedLink a:visited {
	color: #800080;
	font-weight: bold;
	}

.Welcome {
	border-top: solid 5px #000066;
	}

.wistred {
	color: #BC161C;
	}
	
.Item {
	font-family: Verdana;
	font-size: 15px;
	color: #000000;
	float: left;
	padding-top: 2px;	
	}
	
.Submit1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	border: 0;	
	background-image: url(ButtonBlue2.jpg);
	background-repeat: no-repeat;
}

.Submit2 {
font-family: Arial;
font-size: 15px;
color: #FFFFFF;
height: 20px;
width: 130px;
border: 0;	
background-image: url(ButtonBlue2.jpg);
background-repeat: no-repeat;
}



.Submit3 {
margin: 0;
padding: 0;
}
.Submit4 {
font-family: Arial;
font-size: 15px;
color: #FFFFFF;
height: 20px;
width: 400px;
border: 0;	
background-image: url(ButtonBlue400.jpg);
background-repeat: repeat;
}
#Reman {
background-color: #00cc33;
color: #FFFFFF;
}
#Content {
/* Will need to specify a width if you want to specify padding or margin */
padding-left: 20px;
}

/* Remove large
 blue border 
 around image
  links */

a img {
border: none;
background: transparent;
/*margin-top: -12px;*/
}

/* END STRUCTURE ----------------------------------------------------------------------------------*/

/* ITEMS IN HEADER --------------------------------------------------------------------------------*/


#masthead {
	width: 975px;
	height: auto; /*ff*/
	background-color: #f5f5f5;
	margin-top: 0px;
	
	float: left; /*ff*/
	}

#Logo {
	width: 208px;
	height: 55px;
	margin-top: 15px;
	padding: 5px 0px 10px 0px;
	float: left;
	background-image: url(/images/WistLogoNew.gif);
	background-repeat: no-repeat;
	}
	
#ProductSearch {
	font-family: Verdana;
	color: #BC161C;
	float: left;
	width: 400px;
	padding-left: 10px;
	margin-top: 85px;
	text-align: center;
	text-decoration: none;
	}
	
/* Shopping Cart */
#ShoppingCart {
	margin-top: 5px;
	width: 215px;
	height: 120px;
	padding-left: 1px;
	padding-bottom: 0px;
	float: right;
	background-image: url(/images/Rec2.gif);
	background-repeat: no-repeat;
	}

#ShoppingLabels {
	text-align: left;
	padding-top: 37px;
	padding-left: 7px;
	}

.Shop {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #27507D
	}	
/* End Shopping Cart */

/*Main navigation bar */

#navcontainer {
	width: 920px;
	margin-top: 1px;
	margin-left: 0px;
	background-repeat: no-repeat;
	float: left; /*ff*/
 	}

/*Pipelist Documentation -> H:\Development\Notes\HorizontalPipList.txt*/
#navlist1 {
	text-align: center;
	list-style: none;
	padding-top: 4px;
	margin: 0;
	/*When 'Stamps' button not in place "float: left;" should be replaced with "margin-left: 20px;"*/
	}

#navlist1 li {
	height: 29px;
	width: 97px;
	text-decoration: none;	
	background-image: url(redbutton.gif);
	background-repeat: no-repeat;
	display: inline;
	padding: 0;
	margin: 0;
	}

#navlist1 li a {
	padding-top: 8px;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	}

#navlist1 li.shopgreen {
	background-image: url(greenbutton.gif);
	background-repeat: no-repeat;
	height: 28.5px;
	width: 97px;
	}
	
#navlist1 li.postit {
	background-image: url(yellowbutton.gif);
	background-image: 
	background-repeat: no-repeat;
	height: 28.5px;
	width: 97px;
	}
	
#navlist1 li.clearance {
	background-image: url(bluebutton.gif);
	background-repeat: no-repeat;
	height: 28.5px;
	width: 97px;
	}
	
#navlist1 li.stamps {
	background-image: url(tealbutton.gif);
	background-repeat: no-repeat;
	height: 28.5px;
	width: 97px;
	}
	
#navlist1 li.holiday {
	background-image: url(maroonbutton.gif);
	background-repeat: no-repeat;
	height: 28.5px;
	width: 97px;
	}
	
/* End Main navigation bar */

/* END ITEMS IN Header ----------------------------------------------------------------------------*/

/* ITEMS IN BODY ----------------------------------------------------------------------------------*/

#ItemsInCart {
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	/*text-align: center;*/
	font-weight: bold;
	padding-bottom: 5px;
	}
#teststyle {
	font-family: Verdana;
	
	color: #FFFFFF;
	background-color:green;
	/*text-align: center;*/
	font-weight: bold;
	font-size: 12px;
	
	}
#teststyle a:link {
	color: #FFFFFF;
}
#teststyle a:VISITED {
	color: #FFFFFF;
}
#teststyle a:HOVER {
	color: #FFFFFF;
	
}
#maincontent h3 {
	margin: 36px 0 6px; 
	}

/* Sidebar */

/*#sidebar {
	font-size: 0.75em;
	padding: 16px;
	width: 125px;
	float: left;
	background-color: #FFFFFF;
} */
#sidebarright {
	width: 120px;
	height: 350px;
	border-right: 1px solid #000;
	padding: 0 0 10px 0;
	font-size: 11px;
	background-color: #336633;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	position: relative;
	text-align: center;
}

#sidebarright A {
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
#sidebarright2 {
	width: 140px;
	height: 350px;
	float: right;
	color: black;
	
}

#sidebarright2 A {
	color: black;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

#sidebar {
	width: 125px;
	border-right: 1px solid #000;
	padding: 0 0 10px 0;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 13px;
	background-color: #CCDCE6;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}
		
#sidebar li {
	border-bottom: 1px solid #CCDCE6;
	margin: 0;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#sidebar li a {
	font-family: Calibri;
	display: block;
	padding: 5px 0px 5px 0px;
	border-left: 10px solid #004F79;
	border-right: 10px solid #5285A2;
	background-color: #2E6E90;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #sidebar li a {
	width: auto;
	}

#sidebar li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}
	
#sidebarspecial li{
	border-bottom: 1px solid #CCDCE6;
	margin: 0;
	}

#sidebarspecial li a {
	font-family: Calibri;
	display: block;
	padding: 5px 0px 5px 0px;
	border-left: 10px solid #f74510;
	border-right: 10px solid #f78e4a;
	background-color: #ef6d31;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #sidebarspecial li a {
	width: auto;
	}

#sidebarspecial li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;;
	}
/*End Sidebar*/
#Box {

}

/* button2 */


#button2 {
position:absolute;
	border-right: 1px solid #000;
	padding: 0 0 3px 0;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 10px;
	background-color: #CCDCE6;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}



#button2  a {
	font-family: Verdana;
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 8px solid #004F79;
	border-right: 8px solid #5285A2;
	background-color: #2E6E90;
	color: #fff;
	text-decoration: none;
	width: 125px;
	}


#button2 a:hover {
	border-left: 8px solid #1c64d1;
	border-right: 8px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}
/*End button*/




/*Category Core List*/
#CoreList {
height: auto; /*ff*/
width: 840px; /*ff - FireFox will not accept a width of 'auto'.*/
float: left;
font-family: Verdana;
font-size: 12px;
padding-left: 5px;

}
#CoreListSpecials {
height: auto; /*ff*/
width: 70%; /*ff - FireFox will not accept a width of 'auto'.*/
float: left;
font-family: Verdana;
font-size: 12px;
padding-left: 5px;

}
#pchtext {
font-family: "Comic Sans MS";
font-size: 14px;
color: #3C1F58;

}
#CoreList li a {
color: #666666;
}

#CoreList li a:hover {
color: #BC161C;
}

#CoreList a {	
color: #666666;
}

#CoreList a:hover {
color: #BC161C;
}

#CoreList th, tr, td {
color: #333333;
font-family: Verdana;
font-size: 12px;
}
#CoreList  th, tr, td a {
color: #666666;
}

#CoreList th, tr, td a:hover {
color: #BC161C;
}

#CoreList h2 {
font-family: Lucida Sans Unicode;
color: #999999;
}

#CoreList form {
margin: 0;
padding: 0;
z-index:

}

.ColorHeading {
color: #FFFFFF;
background-image: url(RedRectangle.jpg);
}

.ColorBorder {
padding-top: 2px;
border: solid thin #BC161C;
}


.list{
font-family: Verdana;
font-size: 11px;
}

.list li a {
color: #666666;
}

.list li a:hover {
color: #BC161C;
}


#headingspan {
margin-left: auto; 
margin-right: auto;
font-family: Arial;
font-size: 16px;
color: #FFFFFF;
}

ul.left {
list-style-type: none;
text-align: left;
float: left;
margin-left: 1px;/*Without this specification, the ul indents about 50px. I don't know why? */
padding-right: 3px;
/*width: 220px; */
/*margin-left: 40px;*/
}

ul.right { 
list-style-type: none;
text-align: left;
float: left;
margin-left: 3px;
padding-right: 3px;
/*width: 220px; */
/*margin-left: 40px;*/
}
  
 /*paragraph class with margin and padding set to 0: */
.no-space {
margin: 0px;
padding: 0px;
}
/*End Category Core List*/

/* Specials */



#Specials {
width: 100%; /*ff*/
height: auto; /*ff*/
font-family: Verdana;
font-size: 12px;

}

#Specials a {
color: #BC161C;
}

.promo {
height: 200px;
width: 155px;
background-color: #F0F0F0;
border: solid 1px #FFFFFF;
float: left;
padding: 0px;
margin: 0px;
}
.specialtop {
	height: 140px;
}
.SpecialsP1 {
background-color: #F0F0F0;
font-family: Verdana;
font-size: 14px;
color: #BC161C;
width: 230px;
height: 185px;
margin-top: 5px;
margin-left: 11px;
float: left;
border: solid 1px #D7D6D6;	
}


.SpecialsLbl {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 115px;
	width: 100px;
	padding-left: 7px;
	text-align: center;
	float: left;	
	}

.SpecialsPic {
	padding-left: 10px;
	float: left;
	}

.SpecialsP3 {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 14px;
	color: #BC161C;
	width: 135px;
	height: 197px;
	float: left;
	}
/* End Specials */
/* END ITEMS IN BODY ------------------------------------------------------------------------------*/

/* IITEMS IN FOOTER -------------------------------------------------------------------------------*/

#footer ul li {
display: inline;
list-style-type: none;
padding-right: 20px;
text-decoration: none;
margin: 0px;
}

#footer a {
font-family: Verdana;
font-size: 15px;
color: #666666;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color: #C30e03;
}
/* END ITEMS IN FOOTER ----------------------------------------------------------------------------*/

/* Ship To Page */

#ShipSide {
width: 350px;
height: 690px;
border-right: solid 1px #505E67;
padding-left: 20px;
float: left;
}



/* SHIP LOCATION */

#ShipLocation {
width: 219px;
}

#ShipLocation ul {
list-style-type: none;
width: 219px;
margin-left: 0px;
padding: 0px;
}

#ShipLocation li {
padding-top: 2px;
padding-left: 2px;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #505E67;
text-align: left;
list-style: none;
}

#ShipLocation label {
margin-left: 5px;
font-family: Verdana;
color: #333333;
font-size: 12px;
font-weight: lighter;
text-align: left; 
margin: 0px;
padding: 0px;

}

#ShipLocation span {
	background-image: url(/images/DblArrow01.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#ShipLocation a {
	color: #003366;
}

#ShipLocation a:hover {
	text-decoration: none;
	color: #C30e03;
}

.ShipHeading3{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	height: 40px;
	width: 219px;
	text-align: center;
	background-image: url(/images/ShipHorizontalTealHeading.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* END SHIP LOCATION ------------------------------------------------------------------------------*/

/* THIS MONTH -------------------------------------------------------------------------------------*/

#ThisMonth {
width: 219px;
}

#ThisMonth ul {
list-style-type: none;
width: 219px;
margin-left: 0px;
padding: 0px;
}

#ThisMonth li {
padding-top: 2px;
padding-left: 2px;
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #505E67;
text-align: left;
list-style: none;
}

#ThisMonth label {
margin-left: 5px;
font-family: Verdana;
color: #333333;
font-size: 12px;
font-weight: lighter;
text-align: left; 
margin: 0px;
padding: 0px;

}

#ThisMonth span {
	background-image: url(/images/DblArrow01.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#ThisMonth a {
	color: #003366;
}

#ThisMonth a:hover {
	text-decoration: none;
	color: #C30e03;
}

.ThisMonthHeading3{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	height: 40px;
	width: 219px;
	text-align: center;
	background-image: url(/images/ShipHorizontalTealHeading.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* END THIS MONTH ---------------------------------------------------------------------------------*/

/* PROMOCODE --------------------------------------------------------------------------------------*/

#PromoCode {
width: 219px;
}

#PromoCode ul {
list-style-type: none;
width: 219px;
margin-left: 0px;
padding: 0px;
}

#PromoCode li {
padding-top: 2px;
padding-left: 2px;
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #505E67;
text-align: left;
list-style: none;
}

#PromoCode label {
margin-left: 5px;
font-family: Verdana;
color: #333333;
font-size: 12px;
font-weight: lighter;
text-align: left; 
margin: 0px;
padding: 0px;

}

#PromoCode span {
	background-image: url(images/DblArrow01.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#PromoCode a {
	color: #003366;
}

#PromoCode a:hover {
	text-decoration: none;
	color: #C30e03;
}

.PromoCodeHeading3{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	width: 219px;
	text-align: center;
	background-image: url(/images/PromoHorizontalTealHeading.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding-top: 5px;
}

/* END PROMOCODE ----------------------------------------------------------------------------------*/

/* Ship Specials */


#ShipSpecials {
	width: 400px;
	height: 150px;
	position: relative;
	float: left;
	margin-left: 0;
	}

.ShipSpecialsP1 {
	font-family: Verdana;
	font-size: 14px;
	background-color: #F0F0F0;
	color: #BC161C;
	width: 400px;
	height: 150px;
	margin-top: 5px;
	margin-left: 11px;
	float: left;
	border-bottom: solid 1px #505E67;	
	}

.ShipSpecialsLbl {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	height: 115px;
	width: 100px;
	padding-left: 7px;
	text-align: center;
	float: left;	
	}

.ShipSpecialsPic {
	padding-left: 10px;
	float: left;
	}

.ShipSpecialsP3 {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 14px;
	color: #BC161C;
	width: 135px;
	height: 197px;
	float: left;
	}
/* End Ship Specials */

/* Flash */
#flaClearance {
	position:absolute;
	left:622px;
	top:110px;
	width:276px;
	height:225px;
	z-index:1;
	visibility: visible;
}
/* End Flash */

/*Testing*/

table#MatchHeading {
width: 50%;
}

.ButtonGray {
width: 145px;
height: 28px;
color: #214369;
background-image: url(ButtonGray.jpg);
background-repeat: no-repeat;
}

.ButtonGray a {
color: #FFFFFF;
font: Verdana 11px;
}

#Red {
font: Verdana 11px;
}

#Red a {
color: #FFFFFF;
}

#Red a:hover {
color: #7EB70C;
}

#Navy {
font: Verdana 11px;
}

#Navy a {
color: #FFFFFF;
}

#Navy a:hover {
color: #BC161C;
}

#Teal {
font: Verdana 11px;
}

#Teal a {
color: #27507D;
}

#Teal a:hover {
color: #BC161C;
}

#Test {
border: solid medium #000000;
} 

#best {
border-top: solid medium #9A0000;
background-image: url(BestBack.jpg);
background-repeat: repeat-y;
}

.best {
width: 10opx;
font-family: Verdana;
font-weight: bold;
color: #214369;
}

/* Comp Items */
#compitems {
background-image: url(CompItemBack.jpg);
background-repeat: no-repeat;
float: left;
Padding-left: 14px; 
padding-top: 7px;
}
/* End Comp Items */

.tblheading1 {
color: #2c90c2;
font-family: Arial;
height: 30px;
vertical-align: top;
background-image: url(CatagoryHead.jpg);
background-repeat: no-repeat;
}

.tblheading2 {
color: #60890A;
font-family: Arial;

}


.headinglist {
color: #2c90c2;
font-family: Arial;
height: 30px;
vertical-align: top;
background-image: url(CatagoryHead.jpg);
background-repeat: no-repeat;
}

/* Start of tabs 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:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* 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#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/*end of tab css */
/* rounded corner */
.box { 
  background: #CCDCE6; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}

/* end rounded corner */
.box2 { 
  background: #5285A2; 
}
.boxtop2 { 
  background: url(ne2.gif) no-repeat top right; 
}
.boxtop2 div { 
  height: 1px; 
  background: url(nw2.gif) no-repeat top left; 
}
.boxbottom2 { 
  background: url(se2.gif) no-repeat bottom right; 
}
.boxbottom2 div { 
  height: 1px; 
  background: url(sw2.gif) no-repeat bottom left; 
}
.boxcontent2 {
  padding: 0px 0px 0px 0px;
}

