/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* CUSTOM STYLES */
#ColumnOut
{
    background:url(/App_Themes/Shopper/img/bg_trans.png) repeat !important;
    background:none #9b3407;
    border:1px solid #705e58;
    padding:5px 5px 5px 5px;
    margin-bottom:10px;
}
#ColumnIn
{
}
#SearchPanel
{
    width:270px;
    position:absolute;
    top:95px;
    right:48px;
}
#NavVertMgr
{

}
#NavVertMgr ul
{
    margin-left:0px;
    list-style:none;
}
#NavVertMgr ul li
{
    font-size:12px;
    padding:5px 5px 5px 15px;
    border-bottom:1px solid #ddd;
    list-style:none;
    background:url(/img/ic_blank.gif) no-repeat left center;
}
#NavVertMgr ul li a:link, #NavVertMgr ul li a:visited
{
    text-decoration:none;
}
#NavVertMgr ul li a:hover
{
    text-decoration:underline;
}
/* Feature List */
.FeatureList
{
    background:#fff;
    width:288px;
}
.FeatureList ul
{
    list-style:none;
    width:288px;
    margin-left:-40px !important;
    margin-left:0px;
    margin-bottom:0px;
}
*:first-child+html .FeatureList ul
{
    margin-left:0px !important;
}
.FeatureList ul li
{
	height: 41px;
	display: block;
	background: url(/App_Themes/Shopper/img/bg_feature.gif) repeat-x bottom;
	border-bottom: 1px solid #999999;
	line-height:130%;
}
.FeatureList ul li a:link, .FeatureList ul li a:visited
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #8e1d02;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 50px;
}
.FeatureList ul li a:hover
{
	font-size: 14px;
	color: #ff0000;
}
.FeatureList span
{
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.Feature1:link, .Feature1:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_1.gif) no-repeat top left;
}
.Feature1:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_1_on.gif) no-repeat top left;
}
.Feature2:link, .Feature2:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_2.gif) no-repeat top left;
}
.Feature2:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_2_on.gif) no-repeat top left;
}
.Feature3:link, .Feature3:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_3.gif) no-repeat top left;
}
.Feature3:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_3_on.gif) no-repeat top left;
}
.Feature4:link, .Feature4:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_4.gif) no-repeat top left;
}
.Feature4:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_4_on.gif) no-repeat top left;
}
.Feature5:link, .Feature5:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_5.gif) no-repeat top left;
}
.Feature5:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_5_on.gif) no-repeat top left;
}
.Feature6:link, .Feature6:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_6.gif) no-repeat top left;
}
.Feature6:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_6_on.gif) no-repeat top left;
}
.Feature7:link, .Feature7:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_7.gif) no-repeat top left;
}
.Feature7:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_7_on.gif) no-repeat top left;
}
.Feature8:link, .Feature8:visited
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_8.gif) no-repeat top left;
}
.Feature8:hover
{
	height: 35px;
	background: url(/App_Themes/Shopper/img/ic_feature_8_on.gif) no-repeat top left;
}
/* LEAVES */
.Leaves01
{
    position:absolute;
    left:575px; 
    top:220px;
    z-index:100;
}
.Leaves02
{
    position:absolute;
    right:-25px; 
    top:-15px;
}
.Leaves02b
{
    position:absolute;
    left:30px; 
    top:510px;
}
.Leaves03
{
    position:absolute;
    left:-20px; 
    top:0px;
}
.Leaves04
{
    position:absolute;
    right:-30px; 
    bottom:-20px;
}
.Leaves05
{
    position:absolute;
    left:-20px; 
    top:0px;
}
.Leaves06
{
    position:absolute;
    right:-30px; 
    bottom:-20px;
}
.VideoCaption
{
    background:#514d4a;
    color:#ffffff;
    padding:8px 12px 8px 12px;
}
.VideoCaption h2
{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    margin-top:0px;
    margin-bottom:0px;
}
.VideoCaption p
{
    color:#ffffff;
    margin-top:8px;
    margin-bottom:6px;
}