/* ----------------------------------------------------------------------------------/Modules/Searchbox/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Orders_CartStatus/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}

.HideSeparator
{
	display:none;
	visibility:hidden;
}
/* ----------------------------------------------------------------------------------/Modules/Security_UserLogin/Templates/Default/Index.css---------------------------------------------------------------------------------- */.LinkAction
{
	clear:both;
}
/* ----------------------------------------------------------------------------------/Modules/Security_UserInfo/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Field {
	visibility:visible;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.BannersList li
{
	list-style:none;
	margin-bottom:5px;
}

.Banners ul
{
	margin:0px;
}
/* ----------------------------------------------------------------------------------/Modules/Content_MultiLevelMenu/Templates/VerticalJS/Index.css---------------------------------------------------------------------------------- *//*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style: none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
    left:17em;
	top:0;
	width:			17em; /* left offset of submenus need to match (see below) */
	visibility:hidden;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#333333;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	17em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	17em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}




/* ECO NOISIS */
.sf-menu .menu_li
{
	width:190px;
	background-color:#2e2e2e;	
}

.sf-menu .menu_li a
{
	font-weight:bold;	
	color:#ffffff;
	background:url('/Images/Layout/arrow.png');
	background-repeat:no-repeat;
	background-position:left;
}

.sf-menu .menu_li a:hover
{
	color:#bfd705;
	background-color:#2e2e2e;
}
	

.sf-menu .menu_li ul
{
	background-color:#ffffff;
	border:2px #c8e60a solid;
	padding:5px;
		
}

.sf-menu .menu_li .menu_li
{
	background-color:#ffffff;
	border-bottom:1px #cccccc dashed;
		
}

.sf-menu .menu_li .menu_li a
{
	color:#000000;
	font-weight:bold;
	background:none;	
}

.sf-menu .menu_li .menu_li a:hover
{
	color:#54581b;
	background-color:#ffffff;	
}

.sf-menu .current a
{
	color:#bfd705;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ProductList {
	clear:both;
}
.ProductList ul
{
	margin:0px;
	padding:0px;
}

.Product
{
	list-style:none;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC dashed;
}


.ProductInfo
{
	width:330px;
	margin:0;
	padding:0;
}

.ProductPhoto
{
	width:102px;
	margin-right:10px;
}

.ProductTitle
{
	font-size:18px;
	margin-top:0;	
	color:#00184a;
}

.ProductList img
{
    border:1px #cccccc solid;
}

.Caption
{
	font-weight:bold;
	color:#0841ad;
}/* ----------------------------------------------------------------------------------/Modules/Pager/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Pager
{
border:1px solid #eeeeee;
margin-bottom:1em;
}

.Pager ul
{
margin:0px;
padding:4px;
overflow:hidden;
position:relative;
text-align:center;
height:2em;
}

.Pager ul li
{
list-style:none;
}

.Pager ul li a
{
text-decoration:none;
display:block;
padding:4px;
color:#000000;
outline:none;
}

.Pager ul li a:hover
{
text-decoration:underline;
}

.Pager .FirstPage
{
position:absolute;
left:0%;
width:12%;
text-align:center;
}

.Pager .PreviousPage
{
position:absolute;
left:12%;
width:12%;
text-align:center;
}

.Pager .NextPage
{
position:absolute;
right:12%;
width:12%;
text-align:center;
}

.Pager .LastPage
{
position:absolute;
right:0px;
width:12%;
text-align:center;
}

.Pager li.PageNumbers
{
width:52%;
position:absolute;
left:24%;
}

.Pager li.PageNumbers ul
{
display:inline-block;
padding:0px;
width:auto;
margin:auto;
}

.Pager li.PageNumbers ul li
{
float:left;
margin-left:2px;
margin-right:2px;
}

.Pager li.PageNumbers ul li a
{
padding-left:5px;
padding-right:5px;
border: 1px solid #eeeeee;
}

.Pager li.PageNumbers ul li a:hover
{
background-color:#eeeeee;
}

.Pager li.PageNumbers ul li.CurrentPage a
{
border: 1px solid #bbbbbb;
font-weight:bold;
}/* ----------------------------------------------------------------------------------/Modules/Content_ArticleList/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ArticleList
{
    /* border:2px blue solid; */
}

.ArticleList img
{
    border:1px #cccccc solid;
}

.Caption
{
	font-weight:bold;
}

.ArticleTitle
{
	font-weight:bold;
	font-size:14px;
}

.ArticleList img
{
	float:left;
	margin:10px 10px 0px 0px;
}


.ArticleList ul li
{
	list-style:none;
	border-bottom:1px #CCCCCC dashed;
	margin-bottom:4px;
}/* ----------------------------------------------------------------------------------/Modules/Content_ImageGallery/Templates/Default/Index.css---------------------------------------------------------------------------------- */.MoreImages
{	
	font-weight:bold;
	margin:0;
}

.ImageGalleryList
{
	margin:0;
}

.ImageGalleryList li
{
	list-style:none;
	margin:10px;
	float:left;
}

.ImageGalleryList li img
{
	border:1px #000000 solid;
}/* ----------------------------------------------------------------------------------/Modules/Breadcrumbs/Templates/Standard/Index.css---------------------------------------------------------------------------------- */#Breadcrumbs ul {
	margin:0;
	padding:0;
}

#Breadcrumbs ul li {
	float:left;
	list-style-type:none;
}

#Breadcrumbs ul li a {
	margin-left:0.5em;
	margin-right:0.5em;
}
					
					/*
						Warning: CSS file not found: '/Modules/Content_Subcategories/Templates/Default/Index.css'
					*/
					
					/* ----------------------------------------------------------------------------------/Modules/Content_PageTitle/Templates/Default/Index.css---------------------------------------------------------------------------------- */.DefaultModule
{
	/* CSS Styling... */
}/* ----------------------------------------------------------------------------------/Modules/Content_PageText/Templates/Default/Index.css---------------------------------------------------------------------------------- */
					
					/*
						Warning: CSS file not found: '/Modules/Content_PageImage/Templates/Default/Index.css'
					*/
					
					/* ----------------------------------------------------------------------------------/Styles/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Styles/Default/Layout.css---------------------------------------------------------------------------------- */body
{
	text-align:center;
}

.Layout-Page
{
	width:960px;
	margin:auto;
}

.Layout-FullRow
{
	clear:both;
}

.Layout-Table
{
	width:100%;
}

.Layout-Table,
.Layout-Table tr, 
.Layout-Table td,
.Layout-Table th
{
	margin:0px;
	padding:0px;
	border:0px;
}

.Layout-Table td,
.Layout-Table th
{
	vertical-align: top; 
}

.LeftColumn .Padding
{
	padding:8px 8px 8px 8px;
}

.MiddleColumn .Padding
{
	padding:8px 0px 8px 0px;
}

.RightColumn .Padding
{
	padding:8px 8px 8px 8px;
}

/* -----------------------------------------------------------
 * Layout-180-610-180
   -------------------------------------------------------- */

.Layout-180-610-180 .LeftColumn
{
	width:180px;
}

.Layout-180-610-180 .MiddleColumn
{
	width:610px;
}

.Layout-180-610-180 .RightColumn
{
	width:180px;
}

/* -----------------------------------------------------------
 * Layout-196-578-196
   -------------------------------------------------------- */

.Layout-196-578-196 .LeftColumn
{
	width:255px;
}

.Layout-196-578-196 .MiddleColumn
{
	width:732px;
}

.Layout-196-578-196 .RightColumn
{
	width:0px;
}

/* -----------------------------------------------------------
 * Layout-200-770
   -------------------------------------------------------- */

.Layout-196-774 .LeftColumn
{
	width:196px;
}

.Layout-196-774 .MiddleColumn
{
	width:719px;
}

.Layout-196-774 .MiddleColumn .Padding
{
	padding:8px 8px 8px 0px;
}


/* ----------------------------------------------------------------------------------/Styles/Default/Layout.Design.css---------------------------------------------------------------------------------- */body {
    background-image: url(/Images/Layout/line.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e9e9e9;
    font-family: Tahoma;
	font-size:12px;
	color:#010101;
}

.text-input
{
	width:150px;
}

.h1_Padding {
    padding: 8px;
}

.Layout-Page {
    background-color: #e9e9e9;
}

.Layout-Page .Header {
    position: relative;
}

.Layout-Page .Header .HeaderImage {
    height: 304px;
    background-image: url(/Images/Layout/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.Layout-Page .Header .Logo {
    background-image: url(/Styles/Default/logo.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    width: 155px;
    height: 42px;
    text-indent: -9000px;
    top: 22px;
    left: 16px;
}

.Layout-Page .Header .ProductCategories {
    /*position:absolute;
     bottom:0px;
     left:8px;*/
    text-align: left;
    font-weight: bold;
    float: right;
    background-image: url(/Images/Layout/main_categories_bkg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 731px;
    height: 48px;
}

.Layout-Page .Header .ProductCategories li {
    float: left;
}

.Layout-Page .Header .ProductCategories .Contact {
    float: left;
}

.Layout-Page .Header .ProductCategories li a {
    /*background-image: url(/Styles/Default/tab-inactive-left.png);
     background-color:inherit;
     background-repeat:no-repeat;
     background-position:left top; */   
    color: #ffffff;
	padding-left:31px;
}


.Layout-Page .Header .ProductCategories .FirstOfClass a {
	padding-left:0px;	
}


.Layout-Page .Header .ProductCategories li a:hover {
    text-decoration: underline;
}

.Layout-Page .Header .ShopCategories {
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: left;
    font-weight: bold;
}

.Layout-Page .Header .ShopCategories li {
    float: left;
    margin-left: 4px;
}

.Layout-Page .Header .ShopCategories li a {
    padding: 2px;
    background-color: inherit;
    font-weight: normal;
    padding: 0px 4px 0px 4px;
    color: #ffffff;
}

.Layout-Page .Header .ShopCategories li a:hover {
    color: #D2ED39;
    text-decoration: underline;
}

.Layout-Page .footer {
    height: 3em;
}

.Layout-Page .FooterBar {
	text-align:left;
	background-image:url(/Images/Layout/footer_bkg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:33px;
	color:#ffffff;
	font-weight:bold;
}

#marquee{
	position:relative;
	width:719px;
	height:75px;
	overflow:hidden;
}



#TickerVertical {
	width:719px;
	height:75px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}



#marquee ul{
	padding:0;
	margin:0;
}

#marquee h3{
	padding:0;
	margin:0;
}

#marquee ul li{
	width:223px;
	float:left;
	list-style:none;
	background:#8E9919 url("/Images/Layout/main_categories_bkg.jpg") no-repeat top center;
	padding:5px;
	color:#ffffff;
	margin:0px 10px 5px 0px;
	display: inline;
}

#marquee ul li a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}

#marquee ul li:hover{
	background:#BEC621 url("/Images/Layout/main_categories_bkg.jpg") no-repeat bottom center;
}


.tickercontainer { /* the outer div with the black border */
	width:719px;
	height:75px;
	overflow:hidden;
	margin: 0; 
	padding: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width:719px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	width:719px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	padding: 0;
} 
ul.newsticker span {
} 



#marquee ul li img{
	height:60px;
	width:80px;
	float:left;
	margin-right:4px;
}







.SearchBox {
    display: block;
    background-image: url(/Images/Layout/searchbox_bkg.jpg);
    width: 229px;
    height: 48px;
    float: left;
    margin: 0;
    padding: 0;
}

.SearchBox div {
    float: left;
}

.SearchBox .Control input {
    border: 1px solid #000000;
    background-color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
	height:18px;
	width:120px;
}

.SearchBox .Action {
    margin-left: 4px;
}

.SearchBox .Action a {
    display: block;
    width: 44px;
    height: 21px;
    text-indent: -9000px;
    background-image: url(/Images/Layout/ok_btn.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    outline: none;
}

.SearchBox .Action a:hover {
    background-position: left bottom;
}

.LanguageSwitches {

}

.LanguageSwitches a {
    text-decoration: none;
    color: #ffffff;
}

.LanguageSwitches a:hover {
    color: #D2ED39;
    text-decoration: underline;
}

.Layout-Table .MiddleColumn {
    text-align: left;
    padding-top:9px;
}

.Layout-Table .MiddleColumn h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background-image: url(/Images/Layout/h1_bkg.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    width: 719px;
    height: 33px;
    overflow:hidden;
}

.Layout-Table .MiddleColumn p {
	margin-top:5px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 1em;
}

/* ------------------------------------------------------------------------------------
 * ProductsMenu
 * -
 *-------------------------------------------------------------------------------- */


.ProductList{
	padding:5px 10px;
}

#ProductsMenu
{
	color:#ffffff;
	text-align:left;
}

#ProductsMenu .Title
{
	background-color:#494949;
	color:#d0e40c;
	line-height:24px;
	font-weight:bold;
	padding-left:4px;
	border-bottom:1px solid #080303;
}

#ProductsMenu .Content
{
	text-align:left;
	background-color:#2e2e2e;
}



/* ------------------------------------------------------------------------------------
 * CommonField
 * --------------------------------------------------------------------------------- */
.CommonField {
    height: 22px;
}

.CommonField .CommonLabel {
    float: left;
    line-height: 22px;
    margin-right: 0.5em;
}

.CommonField .CommonValue {
    float: left;
}

/* ------------------------------------------------------------------------------------
 * jGrowl
 * --------------------------------------------------------------------------------- */
#jGrowl .NotificationType1 {
    background-color: #279400;
}

#jGrowl .NotificationType2 {
    background-color: #947901;
}

#jGrowl .NotificationType3 {
    background-color: #940000;
}

/* ------------------------------------------------------------------------------------
 * Breadcrumbs
 * --------------------------------------------------------------------------------- */
#Breadcrumbs {
    overflow: auto;
    margin-top: 5px;
}

#Breadcrumbs ul {
    padding: 0px;
    margin: 0px;
}

#Breadcrumbs ul li {
    padding: 0px;
    margin: 0px 4px 0px 0px;
    color: #666666;
}

#Breadcrumbs ul li a {
    padding: 0px;
    margin: 0px 4px 0px 0px;
    color: #666666;
    text-decoration: none;
}

#Breadcrumbs ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------
 * DemosPanel
 * --------------------------------------------------------------------------------- */
.DemosPanel .PanelContent a {
    color: #000000;
}

.DemosPanel .PanelContent li {
    padding: 2px 0px;
}

.DemosPanel .PanelContent li.FirstOfClass {
    border-top: none;
}

.DemosPanel .PanelContent a:hover {
    text-decoration: underline;
}
/* ----------------------------------------------------------------------------------/Styles/Default/Panels.css---------------------------------------------------------------------------------- */.Panel
{
	background-color:#2e2e2e;
	margin-bottom:1em;
	border:1px solid #080303;
	color:#ffffff;
	text-align:left;
}

.Panel .PanelTitle
{
	/* background:#C6E4FF url(/Styles/Default/panel-title.png) no-repeat center center; */
	background-color:#494949;
	color:#d0e40c;
	line-height:24px;
	font-weight:bold;
	padding-left:4px;
	border-bottom:1px solid #080303;
}

.Panel input
{
	border:1px #080303 solid;
}

.Panel a 
{
	color:#ffffff;
	text-decoration:none;
}

.Panel a:hover 
{
	text-decoration:underline;
}

.Panel .PanelContent
{
	padding:4px;
	text-align:left;
}

.Panel .PanelActions
{
	padding:2px;
	overflow:auto;
}

.Panel .PanelActions .Action
{

}

.Action a
{
	display:block;
	background-image:url(/Images/Layout/green_btn_bkg_70.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#ffffff;
	padding-left:6px;
	padding-right:6px;
	width:70px;
	height:22px;
	line-height:22px;
	text-decoration:none;
	font-size:10px;
	text-align:center;
}

.Panel .PanelActions .Action a:hover
{
	text-decoration:underline;
}
