﻿/* Global settings
-------------------------------*/
h1 {
	padding: 0px;	
	font-size:1.50em;
	margin:10px 0px 10px 0px;
}
h2 {
	padding: 0px;	
	font-size:1.10em;
	margin:10px 0px 3px 0px;
}
h3 {
    padding: 0px;
    font-size: 1.15em;
    margin:5px 0px;
}
h4 {
    padding: 0px;
    font-size:1em;
    margin:5px 0px;
}

/* Site Master Page
-------------------------------*/
.MP_Page { width:1000;margin:0px auto; }
#MP_Footer { clear:both; }
#MP_ShopPage #MP_Left { float:left;width:200px; }
#MP_ShopPage #MP_Content { float:right;width:800px; }


/* CategoryListWidget
-------------------------------*/
.pw-catlistblock { 
    background-color:#FFFFFF;
    line-height:1.12em;
    clear:left; 
}
.pw-catlist { line-height:1; } 
.pw-catlist LI { text-align:left; }
.pw-catlist A { color:#000 }
.pw-catlist A:hover { color:#80766E; }
.pw-catlist LI:hover { }
.pw-catlist LI:hover A {  }
.pw-catlist A:hover { text-decoration:none;color:#80766E; }
.pw-catlist UL { list-style-type:none;z-index:1000;}
.pw-catlist LI UL { background-color:#FFF;color:#80766E;}
.pw-catlist LI UL LI { width:180px;}
.pw-catlist LI:hover UL {  }
.pw-catlist LI UL A {  }
.pw-catlist LI UL A:hover { text-decoration:underline; }
.pw-catlist LI:hover UL A {  }
.pw-catlist LI:hover LI { margin-left:0px;border:medium none; }
.pw-catlist-navsingle A { padding-bottom:9px;}


/* ProductList Widget
-------------------------------*/
#MP_ShopPage #PageTitle SPAN {
    float: right;
}

/* Account Landing Page
-------------------------------*/
.pw-acctsection {
    margin-bottom: 15px;
    border:1px solid #909090;
}
.pw-acctsection .pw-acctsection-cat {
    float:left;
    padding:0px 5px 5px 5px;
    width:180px;
}
.pw-acctsection .pw-acctsection-menu {
    border-left:1px solid #909090;
    margin-left:200px;
    padding:10px;    
}
.pw-acctsection UL {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.pw-acctsection UL LI {
    float:left;
    width:250px;
}
.pw-acctsection A {
    text-decoration:none;
    color:#80766E;
    line-height:140%
}
.pw-acctsection A:hover {
    text-decoration:underline;
}





