/* BASE STYLES18
----------------------------------------------- */
H1, .h1 {
	font-family:Verdana, Arial, sans-serif;
	font-size: 20px;
	color:#000033;
	font-weight:bold;
	margin-top:5px;
        text-transform:uppercase
}

H2, .h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:24px;
	color:#aa0000;
	font-weight:bold
}

TABLE {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#333333
}

.red_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}
/* NAV STYLES FOR CONTEMPORARY AND BUILD YOUR OWN
----------------------------------------------- */
span.navBarLeft{float:left;margin-top:0px}
span.navBarLeft IMG{*left:8px;}
.navBarRight div{float:right;margin-top:1px}
.btn_advanced_search {margin-left:2px;margin-top:0px}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #FFFFFF;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background: #B40404
}


/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.go-btn-width {
	width:40px;
	margin-top:2px;
	}
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:14px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:200px;
  height:32px
}
.wish-list-icon {
	position:relative;
	left:110%;
	*left:106%;
	*top:2px;
}
.btn_wish_list {
  	padding:2px 2px 2px 20px;
  	width:115px;
  	height:26px;
  	font-size:10px;
}
.btn_add_to_cart_lrg {
	width:115px;
	font-size:14px;
}
.btn_ordering_info {
	font-size:11px;
	width:150px
}
.btn_go {
	height:23px;
	padding:0px !important;
}



/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #999999; 
	width:260px; 
	white-space:nowrap;
	padding:5px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#aa0000;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:#aa0000;
	font-family:Verdana, Arial, sans-serif;
	font-size:24px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:#aa0000
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#aa0000;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #045FB4;
	border-left:2px solid #045FB4;
	border-right:1px solid #045FB4;
	background-color:#045FB4;
	padding:4px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#000000;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color:#CED8F6;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #045FB4;
	border-left:1px solid #045FB4;
	border-right:1px solid #045FB4;	
	border-bottom:1px solid #045FB4;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Verdana, Arial, sans-serif;
	color:#aa0000;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Verdana, Arial, sans-serif;
	color:#333333;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#aa0000
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#aa0000
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:#aa0000
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#aa0000
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #aa0000;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#aa0000;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Verdana, Arial, sans-serif;
	color:#aa0000;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Verdana, Arial, sans-serif;
	color:#333333;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Verdana, Arial, sans-serif;
	color:#333333;
	font-size:12px
	}	

/* e-gift cards */	
.egift_dashed_outline {
	border:3px dashed #b8dffb;
	height:99%;
	padding:3px;
	margin:5px
	}
.egift_background {
	padding:3px;
	}	
/* wish list */	
.create-wishlist {
	background:url(/images/pshset2/wishlist-banner.gif) no-repeat left top;
	width:285px;
	height:300px;
	text-align:center;
	}
.create-wishlist-content {
	padding-top:190px;
	width:280px;
	text-align:center;
	color:#999999;
	font-size:11px;
	}
.create-wishlist-text {
	padding:5px;
	width:260px;
	margin:0px 2px 0px 2px;
	text-align:center;
	font-size:13px;
}	
.find-wishlist {
	background:url(/images/pshset2/find-wishlist-banner.gif) no-repeat left top;
	width:280px;
	height:300px;
	text-align:center;
	}
.find-wishlist-content {
	padding-top:200px;
	margin:0px 0px 0px 30px;
	*margin:0px 0px 0px 25px;
	width:235px;
	}
.wishlist-label {
	font-size:11px;
	font-weight:bold;
	background-color:#def4fb;
	}
.wishies {
	padding-top:10px;
	padding-left:50px;
	background:url(/images/pshset2/wishies.gif) no-repeat left top;
	height:60px;
}
.wishies-find {
	padding-top:25px;
	background:url(/images/pshset2/wishies-find.gif) no-repeat left top;
	height:60px;	
	width:240px;
}	
.wishlist-heading {
	background-color:#ffffff;
	border-bottom:3px solid #def4fb;
	height:60px;
	}	
.wishlist-title {
	margin-top:10px;
	font-size:22px;
	color:#666666
	}			
.wishlist-table-border {
	border-top:2px solid #def4fb;
	}	
.wishlist_border_r {border-right:1px solid #e5e5e5;}
.wishlist_border_l {border-left:1px solid #e5e5e5;}
.wishlist_border_t {border-top:1px solid #e5e5e5;}
.wishlist_border_b {border-bottom:1px solid #e5e5e5;}
.wishlist_border {border:1px solid #e5e5e5;}	
.e-gift-card-banner
	{
		background:url(/images/pshset2/e-gift-card-banner.gif) no-repeat left top;
		width:526px;
		height:460px;
		margin-top:10px;
		clear:both;
	}
.e-gift-card-text
	{
		font-size:13px;
	}
.giftcard-entry {
		border: 1px solid #dedede; 
		padding:5px 5px 5px 8px;
		text-align:left;
		margin-top:15px;
		margin-bottom:5px;
		background-color: #f5f5f5;
		width:310px;
		font-size:11px;
	}	
.giftcard-balance {
		border: 4px solid #efefef; 
		padding:5px 5px 5px 8px;
		width:210px;
		font-size:11px;
		margin:10px 0px 10px 15px	
	}	
.giftcard-balance-amt {
		border: 3px solid #efefef; 
		padding:5px;
		width:180px;
		margin-top:8px
	}
				
.arrowlistmenu{
width: 170px; /*width of menu*/
}

.arrowlistmenu .headerbar2{
font: bold 16px Arial;
color: white;
background-color:#B40404;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 12px; /*header text is indented 10px*/

}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/images/pshset/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/images/pshset/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #D8D8D8;
}


/* Recently Viewed Items Style Section Begins 
----------------------------------------------------------------------------- */
.recentView {
     text-align:center;
	 font-size:12px;
	 font-family:Verdana;
	 width:980px;
	 margin:0px;
	 position:relative;
	 border-left:1px solid #c6c6c6;
	 border-right:0px solid #c6c6c6;
}
.recentView img {
     text-decoration:none;
}
.recentView a:link, .recentView a:visited  {
     text-decoration:none;
}
.recentViewSpace  {
     width:980px;
	 height:13px;
	 margin:0px;
	 position:relative;
	 border-left:0x solid #c6c6c6;
	 border-right:0x solid #c6c6c6;
}
.recentViewLeftSpace  {
     display:none;
}
.recentViewSet  {
     margin:2px;
	 padding:0px 10px;
     float:left;
	 display:inline;
	 text-align:center;
	 width:170px;
	 height:166px;
	 border:1px solid #c6c6c6;
}
.recentViewSet a:hover{
     text-decoration:underline;
} 
.recentViewImage {
     padding-top:10px;
	 vertical-align:middle;
     margin:0px auto;
}
.recentViewImage img  {
     border:none;
}
.recentViewPrice  {
      padding-top:10px;
}
.recentViewPrice a:link, .recentViewPrice a:visited{
     color:#A70303;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
}
.recentViewPrice a:hover  {
     text-decoration:underline;
}
.recentViewTitle {
     font-family:verdana;
	 color: #A70303;
	 font-size:15px;
	 font-weight:bold;
	 text-align:center;
	 width:30%;
	 line-height:30px;
	 position:relative;
	 margin:0px;
}
#recentViewBottom  {
     width:960px;
	 height:13px;
	 margin:0px;
	 position:relative;
	 clear:both;
     left:0px;
}

/* CSS Buttons Style Section Begins 
----------------------------------------------------------------------------- */				

.cssbutton{
    background-color: #A00;
    border: 2px #A00 outset;
    padding: 1px 4px;
    color: #ffffff;
    text-decoration: none;
    font: bold "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton a:visited{
       color: black;
       text-decoration:none;
       color:#ffffff; 
}

.cssbutton:hover{
    border-style: inset;
    background-color: #E6E6E6;
    cursor:pointer;
    color: #610B0B;
}

.cssbutton:active{
       color: black;
       text-decoration:none;
       color:#ffffff; 
}

.cssbutton a:link {
       text-decoration:none;
       color:#ffffff; 
}


/* Left Nav Style Section Begins 
----------------------------------------------------------------------------- */					
					
					
.urbangreymenu{
width: 188px; /*width of menu*/

}

.urbangreymenu .headerbar{
font: bold 16px Verdana;
color: white;

background:#8A0808;
    border: 1px #333333 outset;

margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
font: 20px Verdana;
text-decoration: none;
color: white;
display: block;
font-family: "Trebuchet MS", Arial, Helvetica;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 16px Verdana;
color: #045FB4;
background:#F2F2F2;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 12px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #045FB4;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #FE2E2E;
}

					
/* Container Style Section Begins 
----------------------------------------------------------------------------- */					
					
.container{
    background:#E9E9E9;
    border:0px solid #000000;
    border-style: outset;

}	

.container h1 {
        background: black url(/images/pshset2/container1.jpg) center center repeat-x;
	display:block;
	font-size:22px;
	margin:0 !important;
	padding:3px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;					
}				
					
.container h3 {
        background: black url(/images/pshset2/container1.jpg) center center repeat-x;
	display:block;
	font-size:15px;
	margin:0 !important;
	padding:5px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;					
}					

.container ul{
        list-style-type: square;
        margin: 1;
        padding: 2;
        margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
					
.container ul li{
        padding-bottom: 6px; /*bottom spacing between menu items*/
        font: normal 15px;
        padding-left: 0px;
        text-align:left;
        font-weight: 600;
        color:#045FB4;
        font-family: Arial,DejaVu Sans;
        list-style-type: disc;

}					
					
.container ul li a{					
        font: normal 14px Arial;
        padding-left: 0px;
        text-align:left;
	font-weight: 600;
        font-family: Verdana, Arial, sans-serif;
        list-style-type: none;
}					

/* Account Nav Style Section Begins 
----------------------------------------------------------------------------- */						
					
.upnav{
        margin: 0;
        padding: 0;
        font: bold 12px Arial;
        width: 980px;
        overflow: hidden;
        background:transparent;
}

.upnav li{
        display: inline;
        color: white;
        padding-top: 2px;
        float: right;
}

.upnav li a{

        color: white;
        padding: 2px 11px;
        text-decoration: none;
        border-left: 0px solid white;
}
					
.upnav li a:hover{					
        color: red;					
}					
					
					
					
/* Pic Link Style Section Begins 
----------------------------------------------------------------------------- */						
.piclink {

       text-align:center;
}
					
.piclink a:link {
        color:#0B0B61; 
        text-decoration:none; 
        text-transform: uppercase;
	font-size:14px;

}
	

.piclink a:visited {
        color:#0B0B61; 
        text-transform: uppercase;				
					
}					
										
.piclink a:hover {
        color:#FFBF00; 
        text-decoration:none;
}					
					
.piclink img{
        opacity:1.0;
        filter:alpha(opacity=100); /* For IE8 and earlier */


}

.piclink img:hover{
        opacity:0.4;
        filter:alpha(opacity=40); /* For IE8 and earlier */
}					
					
/* Top NavBar
----------------------------------------------- */					
					
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
background: black url(/images/pshset2/graydient.jpg) center center repeat-x;

}

.solidblockmenu li{
display: inline;
	display:block;
	font-size:14px;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
	display:block;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/images/pshset/gradientnarrowred.jpg) center center repeat-x;
}					
					
					
					
        .custom_button { height:29px; background:url('/images/pshset2/buttons.png') no-repeat; position:relative; border:0; padding:0; margin:0; cursor:pointer; font-size:0pt;  line-height: 10000px;}
        .custom_button:active { top:1px; left:1px; }

        .custom_view            { background-position:-12px  -14px; width:132px; }
        .custom_buy       { background-position:-12px  -48px; width: 48px; }
        .custom_addtocart       { background-position:-12px  -84px; width:96px; }
        .custom_addtowishlist   { background-position:-12px -140px; width:183px; }
        .custom_save            { background-position:-12px -183px; width: 64px; }
        .custom_signin          { background-position:-12px -224px; width:107px; }
        .custom_login           { background-position:-12px -266px; width:100px; }
        .custom_register        { background-position:-12px -308px; width:114px; }
        .custom_update          { background-position:-12px -351px; width: 86px; }
        .custom_savecart        { background-position:-12px -392px; width:114px; }
        .custom_checkout        { background-position:-12px -434px; width:253px; height:71px; }
        .custom_continue        { background-position:-12px -518px; width:239px; height:30px; }
        .custom_continuecheck   { background-position:-12px -390px; width:170px; }
        .custom_join            { background-position:-12px -602px; width: 79px; }
        .custom_search          { background-position:-12px -551px!important; width:72px!important; }
        .custom_send            { background-position:-12px -687px; width: 72px; }
        .custom_clear           { background-position:-12px -625px; width: 63px; }
        .custom_go           { background-position:-12px -517px; width: 37px; }					
					
					
.newfooter{
margin: -150px;
background-color:#000000;
}					
					
					
/* Container2 Style Section Begins 
----------------------------------------------------------------------------- */					
					
.container2{
        background: black url(/images/pshset2/container2.jpg) center center repeat-x;
        border:0px solid #000000;
        border-style: outset;

}					
					
.container2 h3 {
        background: black url(/images/pshset2/container1.jpg) center center repeat-x;
	display:block;
	font-size:16px;
	margin:0 !important;
	padding:5px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;					
}					

.container2 ul{
        list-style-type: square;
        margin: 1;
        padding: 2;
        margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
					
.container2 ul li{
        padding-bottom: 6px; /*bottom spacing between menu items*/
        font: normal 22px;
        padding-left: 0px;
        text-align:left;
        font-weight: 600;
        color:#045FB4;
        font-family: Arial,DejaVu Sans;
        list-style-type: disc;

}					
					
								
					
/* Custom font definitions
----------------------------------------------- */
	p {
		margin:4px 0;
		line-height:normal;
	}

	.headPrice {
		font-weight:bold;
		color:#990000
	}

/* Custom form elements
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}



/* Top Menu
----------------------------------------------- */
.acctItem a:link {
       text-decoration:none;
       color:#585858; 
       font-size:16px;
       font-weight:100;

}

.acctItem a:visited {
       text-decoration:none; 
       color:#585858;
       font-weight:100;
}
.acctItem a:hover {
       background-color:#F1F1EB;
       color:#DF0101;
       font-weight:100;

}



/* Left Navigtaion Column
----------------------------------------------- */
.leftColumn {
	margin:10px 10px 1px 10px;
	width:192px;
	background-color:#ffffff;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
 
}

.leftColumn h2 {
        background: white url(/images/pshset2/h2background.jpg) center center ;
	display:block;
	font-size:17px;
	margin:0 !important;
	padding:2px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;
}

.leftColumn h3 {
        background: black url(/images/pshset2/container1.jpg) center center repeat-x;
	display:block;
	font-size:17px;
	margin:0 !important;
	padding:2px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;
}


/* Footer
----------------------------------------------- */
.footer {text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	color:#000033;
}
.footerBorders {
		text-align:center;
		padding:15px 0px 15px 0px;
		border-top:3px solid #E1DED6;
		border-bottom:1px solid #E1DED6;
}

		
/* Search Box Style Section Begins 
----------------------------------------------------------------------------- */					
					
.SearchBox{
        background:#CED8F6;
	font-family:Verdana, Arial, sans-serif;
	color:#ffffff;
        border:1px solid #5882FA; 
	-moz-border-radius: 12px;
        border-radius: 12px;


}					
					
.SearchBox h3 {
	display:block;
	font-size:16px;
	margin:0 !important;
	padding:5px 2px;
	text-decoration:none;
        text-align:center;
        color:#ffffff;					
}					
					
.SearchBox select {					
	border:3px solid #81BEF7;
        border-style:inset;					
	width:150px;
	height:25px;
	font-size: 15px;					
}					

.searchbutton{
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/images/pshset2/search.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}					
					
				
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
