
/*-Begin Section -_theme.css-*/
html 
{
	height: 100%;
	margin-bottom: 1px; /*scrollbars visible to stop FF page shift*/
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana,arial,sans-serif;
	line-height: 1.2em;
	font-size: 67%;
}

/* PAGE FONT SIZE DASHBOARD */
/* FONT SIZE IS RELATIVE TO BODY FONT SIZE */
form.body-Smallest 
{
    font-size: 80%;
}
form.body-Small 
{
    font-size: 90%;

}
form.body-Medium 
{
    font-size: 100%;
}
	form.body-Medium h1
	{
		line-height:1.1em;
	}

form.body-Large 
{
    font-size: 120%;
}
	form.body-Large h1
	{
		line-height:1.1em;
	}
form.body-Largest
{
    font-size: 140%;
	
}
	form.body-Largest h1
	{
		line-height:1em;
	}



#base 
{

width: 945px;
padding: 0;
margin: 0 auto;	
}
	form.bodySize-Large #base
	{
	width:760px;
	}

/* ZONES */
#ZoneHeaderRow
{
	clear: both;
	position:relative;
	width:945px;
	background-color:#fff;
	display:block;
	z-index:1;
}
	form.bodySize-Large #ZoneHeaderRow
	{
		width:760px;
	}
	form.elPageHome #ZoneHeaderRow
	{
		margin-bottom:7px !important;
	}
	
#ZoneLeftColumn 
{
	width: 220px;
	float: left;
	min-height:10px;
	background-color:transparent !important;
	overflow:hidden;
}
	form.elPageHome #ZoneLeftColumn
	{
		float:right;
		width:311px;
		background-color:#FDFDFD !important;
	}
	form.elPageHome #ZoneRightColumn
	{
		float:left;
		width:634px;
		background-image:url(../_images/dcs/horizontal_line.gif);
		background-position:0 0;
		background-repeat:repeat-x;
		background-color:transparent !important;
	}
	
	
	/*Small Screensize width's (Homepage changed by Javascript)*/
	form.bodySize-Large #ZoneRightColumn
	{
		width:596px;
		overflow:hidden;
		background-color:transparent !important;
	}
	form.bodySize-Large #ZoneLeftColumn
	{
		width:164px;
		overflow:hidden;
	}
	
#LeftRightContainer 
{
	clear:both;
	width:945px;
	background-image:url(../_images/dcs/vertical_line.gif) !important;
	background-repeat:repeat-y !important;
	background-position:223px 0;
	background-color:transparent;
	display:block;
}
	form.bodySize-Large #LeftRightContainer
	{
		width:760px !important;
		background-position:165px 0;
	}
	form.elPageHome #LeftRightContainer
	{
		margin-top:7px;
		background-position:633px 0;
	}
	
#ZoneRightColumn
{
	width: 725px;
	float: left;
	padding: 0;
	background-color:transparent !important;
}
#ZoneCentreRow 
{
	width: 945px;
}
	form.bodySize-Large #ZoneCentreRow
	{
		width:760px;
	}
	
#ZoneFooterRow 
{
	width: 945px;
	margin: 0 auto 0 auto;

	clear:both;
	position:relative;
}

	
	form.bodySize-Large #ZoneFooterRow
	{
		width:760px;
	}


/* DEFAULTS */
a, a:link, a:visited {
	color: #394d6b;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333;
}
h1 
{	
	font-size: 1.4em;
    color: #ff7e00;
    margin: .8em 0;
    padding: 0;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	font-family:arial,verdana;
}

		/* H1 Styling Specific to the Contact Us Page */
		form.elContact #ZoneRightColumn h1
		{
			font-size:2em;
			margin-right:30px;
			margin-left:30px;
			margin-top:47px;
		}
h2
{
	font-family: arial,verdana,sans-serif;
    font-size: 1.3em;
    color: #666;
}
h3 
{
	font-family: arial,verdana,sans-serif;
    font-size: 1.2em;
    color: #666;
}
h4 
{
	font-family: arial,verdana,sans-serif;
    font-size: 1.1em;
    color: #666;
}
h5 
{
	font-family: arial,verdana,sans-serif;
    font-size: 1em;
    color: #666;
}
h6 
{
	font-family: arial,verdana,sans-serif;
    font-size: .9em;
    color: #666;
}
pre 
{
	white-space: normal;
	color: #666;
}
ul 
{
	list-style-type: disc;
	color: #666;
}
ol 
{
	color: #666;
}
address 
{
    color: #666;	
}
p 
{
        color: #666;
}





a.linkskip {
	position: absolute;
	top: -200px;
}
form {
	display: inline;
}

form.elPageAdmin div#base 
{
    background-image: none;
}

/* Element Logo */
div.elLogo {
	width: 464px;
	height: 71px;
	margin:0 0 15px 0;
	padding:15px 0 0 0;
	display:block;
}
div.elLogo h1.ident {
	background-image: url(../_images/dcs/dcs_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 464px;
	float: left;
	height: 71px;	
	margin:0;
	padding:0;
}
div.elLogo h1.ident a {

	width: 464px;
	height: 71px;
	display: block;
}
div.elLogo h1.ident span {
	display: none;
}

/* Element Horizontal Nav */
div.elMainMenu 
{
	background-image: url(../_images/dcs/nav_bkgd.gif);
	background-repeat:repeat-x;
	height:52px;
	width:945px;
	
	margin:0 0 0 0;
	padding:0;
	
	clear:both;
	display:block;
	z-index:99;
}

	form.bodySize-Large div.elMainMenu
	{
		width:760px;
	}

ul.elMainMenu 
{
    height: 52px;
    line-height: 25px;
    width: 945px;
	list-style: none;
	padding: 0;
	margin: 0; 
	z-index:99;

	overflow: hidden;
	
	background-image:url(../_images/dcs/nav_panel_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
	form.bodySize-Large ul.elMainMenu
	{
		width:760px !important;
	}

ul.elMainMenu ul 
{
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;  	
}
ul.elMainMenu a, ul.elMainMenu a:link, ul.elMainMenu a:visited
{
	display: block;
	padding: 0 15px;
	color: #888;
	text-decoration: none;	
	text-transform: uppercase;
	font-size: 1.1em;	
	background-image: url(../_images/dcs/nav_divider.gif);
    background-position: right;
    background-repeat: no-repeat;
	font-family:arial,verdana;
}



ul.elMainMenu li 
{
	float: left;
	padding: 0;
	width: auto;
	height:52px;
	overflow: hidden;
	white-space: nowrap;
	line-height:52px;
	z-index:99;
}
	/*Left Corner on First a*/
	ul.elMainMenu li.first
	{
	padding:0;
	background-image:url(../_images/dcs/nav_panel_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	
	
	
ul.elMainMenu li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0 0 0 -1px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff;
	z-index:99;
}

ul.elMainMenu li li, ul.elMainMenu li li.first  
{
    width: 200px;
    background-image: none;
    line-height: 25px;
	height:25px;
    border-bottom: solid 1px #fff;
    background-color: #f3f2f2;
	 
}
ul.elMainMenu ul a, ul.elMainMenu ul a:link, ul.elMainMenu ul a:visited 
{
	width: 180px;
    border-width: 0;
    font-size: .9em;
    padding: 0 10px;
    color: #666;
    text-transform: none;
    
}
ul.elMainMenu ul a:hover, ul.elMainMenu ul a:active
{
	background-color: #f6f9f9;
	color:#666;
}
ul.elMainMenu ul a.ChildItems
{
    background-image: url(../_images/default/more_nibble.gif) !important;
    background-repeat: no-repeat;
    background-position: top right;	
}
ul.elMainMenu ul a.ChildItems:hover 
{
    background-image: url(../_images/default/more_nibble_on.gif) !important;	
}
ul.elMainMenu a:hover, 
ul.elMainMenu a:active, 
ul.elMainMenu a:focus, 
ul.elMainMenu a.current, 
ul.elMainMenu a.current:link, 
ul.elMainMenu a.current:visited
ul.elMainMenu a.parrent_current, 
ul.elMainMenu a.parent_current:link, 
ul.elMainMenu a.parent_current:visited
{
color:#f77104 !important;
}
ul.elMainMenu ul a.current, 
ul.elMainMenu ul a.current:link, 
ul.elMainMenu ul a.current:visited
ul.elMainMenu ul a.parrent_current, 
ul.elMainMenu ul a.parent_current:link, 
ul.elMainMenu ul a.parent_current:visited
{
	color:#f77104 !important;
	background-color:#fff;
}
ul.elMainMenu ul a.parrent_current, 
ul.elMainMenu ul a.parent_current:link, 
ul.elMainMenu ul a.parent_current:visited
{
    background-image: url(../_images/default/more_nibble_on.gif) !important;	
}
ul.elMainMenu ul a:hover, 
ul.elMainMenu ul a:active, 
ul.elMainMenu ul a:focus
{
	color:#666;
}
ul.elMainMenu li ul ul {
	margin: -26px 0 0 200px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff;	
}
ul.elMainMenu li li li, ul.elMainMenu li li li.first  
{
    border-color: #fff;	
}
ul.elMainMenu li li a, ul.elMainMenu li li a:link, ul.elMainMenu li li a:visited
{
    color: #666;
    background-image: none;
}
ul.elMainMenu  li a:hover, ul.elMainMenu  li a:active 
{
	color:#666;
}
ul.elMainMenu ul li a:hover, ul.elMainMenu ul li a:active 
{
	background-color: #efefef;
	color: #666;
	background-image:none!important;
}
ul.elMainMenu li:hover ul ul, ul.elMainMenu li:hover ul ul ul, ul.elMainMenu li:hover ul ul ul ul, ul.elMainMenu li.MenuItemHover ul ul, ul.elMainMenu li.MenuItemHover ul ul ul, ul.elMainMenu li.MenuItemHover ul ul ul ul 
{     left: -999em; 
      display: none;
	
} 

ul.elMainMenu li:hover ul, ul.elMainMenu li li:hover ul, ul.elMainMenu li li li:hover ul, ul.elMainMenu li li li li:hover ul, ul.elMainMenu li.MenuItemHover ul, ul.elMainMenu li li.MenuItemHover ul, ul.elMainMenu li li li.MenuItemHover ul, ul.elMainMenu li li li li.MenuItemHover ul 
{
    left: auto; 
	display: block;
	
} 



/* Element Footer Menu */
ul.elFooterMenu {
	position: relative;
	bottom: 0;
	margin: 0;
	height: 16px;
	width: 945px;
	padding: 7px 0 5px 0;
	
	
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;

}
	form.bodySize-Large ul.elFooterMenu
	{
		width:760px;
	}

ul.elFooterMenu li {
	display: block;
	float: left;
	border-left: solid 1px #a0a4ad; 
	height:12px;
}
	ul.elFooterMenu li.first
	{
		border:0;
	}
ul.elFooterMenu li a, ul.elFooterMenu li a:link, ul.elFooterMenu li a:visited 
{
    font-size: .9em;
	color: #a0a4ad;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
ul.elFooterMenu li a:hover, ul.elFooterMenu li a:active {
	color: #a0a4ad;
	text-decoration: none;
}

/* CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Image Dashboard for HEADER */
div.elImageDashboard
{
	width:945px;
	height:276px;
	position:relative;
	overflow:hidden;
	z-index:1;
}
	form.bodySize-Large div.elImageDashboard
	{
		display:none;
	}

div.elImageDashoard img
{
	position:absolute;
	top:0;
	left:0;
	width:945px;
	height:276px;
	z-index:1;
}
div.elImageDashboardSmall
{
	display:none;
}
	form.bodySize-Large div.elImageDashboardSmall
	{
		display:block!important;
		position:relative;
		height:276px;
		width:760px;
		overflow:hidden;
	}
	form.bodySize-Large div.elImageDashboardSmall img
	{
		position:absolute;
		top:0;
		left:0;
		height:276px;
		width:760px;
	}



/* CONTENT PANEL OUTPUT */
div.elContent
{
    padding: 30px 20px 20px 30px;
    line-height: 1.5em;
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	overflow:hidden;
	width:auto;
}
div.elContent h1 
{
    font-size: 1.9em;
    color: #ff7e00;
    margin:0 0 .8em 0;
    padding: 0;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}
div.elContent h2
{
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:16px 0 0 0;
	margin: 0 0 0 0;
}
div.elContent h3
{
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:0 0 7px 0;
	margin: 0 0 0 0;
}
div.elContent ul 
{
	margin:0;
	padding:0 0 0 17px;
}
div.elContent p 
{
    margin: 1.2em 0;
    padding: 0;
	color:#666;
}
div.elContent a,
div.elContent a:link,
div.elContent a:visited
{
	color:#666;
    font-weight: bold;
}
div.elContent a:hover, div.elContent a:active 
{
    text-decoration: underline;
}
div.elContent div.ColumnLeft
{
    width: 49%;
    float: left;
}
div.elContent div.ColumnRight 
{
    width: 46%;
    float: left;
    margin: 0 1% 0 2%;   
}
div.elContent table 
{
    border-collapse: collapse;
    border-color: #C3C3C3;
}


/* SITEMAP */
ul.elSitemap 
{
    
    width: auto;
    margin: 20px 30px 40px 30px;

}
ul.elSitemap, ul.elSitemap ul 
{
    list-style-type: none;
}
ul.elSitemap li 
{

    margin: .5em 0;
    display: block;
    padding: 2px 0 0 0;
}
ul.elSitemap a 
{
    font-weight: bold;
    background-image: url(../_images/default/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 8px;    
    padding-left: 10px;
    padding-top: 5px;
    font-size: 1em;
   
}
ul.elSitemap a:hover, ul.elSitemap a.ChildItems  
{
   /* text-decoration: underline; */
}
ul.elSitemap ul 
{
    margin: 0 2.5em;
}
ul.elSitemap ul a 
{
    font-size: .9em;
}



/* TEXT FOOTER MENU */
ul.elTextMenu 
{
	height:45px;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	line-height:45px;
    padding: 5px 0 10px 0;
    margin: 0;
    line-height: 1;
    clear: both;
    background-color: #FFF;
    text-align: center;
}

	form.bodySize-Large ul.elTextMenu
	{
		width:760px;
	}
ul.elTextMenu li 
{
    display: inline;
    margin: 0 5px 5px 5px;
    padding: 0 5px 1px 0;
    line-height: 1.5em;
    border-right: solid 1px #a0a4ad;
	height:45px;
	line-height:45px;
}
ul.elTextMenu li.last 
{
    border: 0;
}
ul.elTextMenu li a, ul.elTextMenu li a:link, ul.elTextMenu li a:visited 
{
    color: #787878;
    font-size: 1em;
    text-decoration: none;
}
ul.elTextMenu li a:hover, ul.elTextMenu li a:active 
{
    text-decoration:none;
    color: #30b1ed;
}
ul.elTextMenu a.current, ul.elTextMenu a.parent_current,
ul.elTextMenu a.current:link, ul.elTextMenu a.parent_current:link,
ul.elTextMenu a.current:visited, ul.elTextMenu a.parent_current:visited
{
 color:#30b1ed;
}


/* LOGIN FORM */
fieldset.frmLogin {
	padding: 3em 0 2em 0;
	font-family: Arial;
	margin: 0;
	font-size: 1em;
	letter-spacing: .1em;
	border: 0;
    background-color: #FFF;
    height: 500px;
    clear: left;

}
fieldset.frmLogin legend 
{
    padding: 10px 1em 1em 1em;
    margin: 0 auto;
    font-size: 1.6em;
    font-weight: bold;
    color: #363636;
    display: block;
    width: 220px;

    text-transform: uppercase;
}
fieldset.frmLogin p 
{
    color: #363636;
    width: 230px;
    margin: .5em auto 1.5em auto;
}
fieldset.frmLogin ul, fieldset.frmLogin ol 
{
    list-style-type: none;
    width: 240px;
    margin: 0 auto;
}
fieldset.frmLogin li 
{
    margin: 0 1em 1em 1em;
}
fieldset.frmLogin li.last 
{
    clear: right;
    padding-bottom: 10px;
}
fieldset.frmLogin label 
{
    clear:left;
    display: block;
    font-weight: bold;
    margin-bottom: .1em;
    color: #363636;
}
fieldset.frmLogin label em
{
    color: #F00;
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    float: left;
    margin: 0 0 0 -.8em;
}
fieldset.frmLogin input, fieldset.frmLogin select, fieldset.frmLogin textarea  
{
    width: 210px;
	font-size: 1em;
	color: #222;
	padding: .2em;
	margin: 0 0 .5em 0;
	font-weight: normal;	
	
}

/* Listing - TAG REPEATER */

ul.elTagListing 
{
    margin:0;
    padding:46px 0 20px 30px;
	font-size: 1em;
	list-style: none;
}
ul.elTagListing li 
{
    margin: 0;
    padding: 10px 0 10px 0;
    display: block;
    
	background-repeat:repeat-x;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-position:bottom left;
	
	
}
	form.elTagRepeater ul.elTagListing li
	{
	 min-height:113px;
	}
ul.elTagListing li.first 
{
    border: 0;
    padding:0!important;
	margin:0;
	background-image:none;
	min-height:0 !important;
}
ul.elTagListing h1.elContentTitle {
    font-size: 2em;
    color: #ff7e00;
    margin:0;
	line-height:.8em;
    padding: 0;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}
ul.elTagListing h2.elContentDescription 
{
    display: none;
}
ul.elTagListing div.ContentWrapper
{
    padding: 5px;
    clear: both;

    border: solid 1px #FFF;
}

ul.elTagListing div.elContent 
{
    padding: 0 0 10px 0;
    margin: 0;
}
ul.elTagListing div.elContent h1.Title 
{
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
	border:0;
    font-style: normal;
    color: #666;
    font-weight:normal;
}
ul.elTagListing div.elContent h1.Title a,
ul.elTagListing div.elContent h1.Title a:link,
ul.elTagListing div.elContent h1.Title a:visited
{
	font-weight:normal;
}

		form.elTagRepeater ul.elTagListing div.elContent h1.Title
		{
			color:#ff7e00;

		}
		form.elTagRepeater ul.elTagListing div.elContent h1.Title a,
		form.elTagRepeater ul.elTagListing div.elContent h1.Title a:link,
		form.elTagRepeater ul.elTagListing div.elContent h1.Title a:visited
		{
			color:#ff7e00;
			font-weight:normal !important;
		}
ul.elTagListing div.elContent a, ul.elTagListing div.elContent a:link, ul.elTagListing div.elContent a:visited 
{
	font-size:.9em;
    text-decoration: underline;  
    color: #666;
}
ul.elTagListing div.elContent a:hover, ul.elTagListing div.elContent a:active 
{
    color: #666;
}
ul.elTagListing div.elContent h2.DateStart, ul.elTagListing div.elContent h2.DateEnd
{
    font-size: 1em;
    font-weight: normal;
    padding: 0 5px 0 0;
    margin: 3px 0 0 0;
	color: #46b1e9;
	background-image:none;
}
ul.elTagListing div.elContent h2.DateStart span, ul.elTagListing div.elContent h2.DateEnd span 
{
    font-style: italic;   
}
ul.elTagListing div.elContent h3.Author
{
    padding: 0 5px 0 10px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}
ul.elTagListing div.elContent p.Description
{
    padding: 10px 5px 5px 0x;
    margin: 10px 0 0 0;
}
ul.elTagListing div.ContentImage 
{

   
	padding:0;
    margin:0;
    width: 103px;
	height:103px;
    float: left;
}
ul.elTagListing div.ContentImage img {
	border:0;
}
ul.elTagListing div.HasImage 
{
padding-left: 20px;
}
/* elTagListing Modifications for the Special Offers Page*/
form.elTagRepeater div.elContent
{
	display:none;
}
form.elTagRepeater ul.elTagListing li div.elContent
{
	display:block !important;
}

/* TOOLS */

div.Tools 
{
    float: right;
}
div.Tools a, div.Tools a:link, div.Tools a:visited 
{
    padding: 0 0 0 10px;
    margin-left: 10px;
    background-image: url(../_images/default/arrow.gif);   
    background-repeat: no-repeat;
    background-position: 1px 3px;   
    color: #3e3e3e; 
    font-weight: bold;
}
div.Tools a:hover, div.Tools a:active 
{
    color: #333;
}

/* LEFT MENU */
/* top level */
ul.elLeftMenu 
{
    margin: 15px 0 30px 0;
    padding: 0;
    list-style-type: none;
   	width: 100%;
	background-color:transparent;
}
/* all list items */
ul.elLeftMenu li 
{
    margin:0;
    padding:0;
}

/* all links */
ul.elLeftMenu a, ul.elLeftMenu a:link, ul.elLeftMenu a:visited 
{
    height: 30px;
    text-decoration: none;
    display: block;
    color: #666;
	line-height:30px;
	font-size:1em;
	/* border */
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	white-space:nowrap;
}
ul.elLeftMenu a:hover, ul.elLeftMenu a:active 
{
	color: #30B1ED;
}

		/* Hides the First Menu Item*/
		ul.elLeftMenu li a.depth01first,
		ul.elLeftMenu li a.depth01first:link,
		ul.elLeftMenu li a.depth01first:visited
		{
		display:none;
		}

ul.elLeftMenu a.current,
ul.elLeftMenu a.current:link,
ul.elLeftMenu a.current:visited,
ul.elLeftMenu a.parent_current,
ul.elLeftMenu a.parent_current:link,
ul.elLeftMenu a.parent_current:visited
{
    color: #30B1ED;
}

	ul.elLeftMenu ul ul a.current span,
	ul.elLeftMenu ul ul a.current:link span,
	ul.elLeftMenu ul ul a.current:visited span
	{
		background-image:url(../_images/dcs/sub_nav_arrow.gif);
	}



/* all lists below top level */
ul.elLeftMenu ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Pads text out further, per level*/

/* 3rd level */
ul.elLeftMenu ul ul a span
{
	background-repeat:no-repeat;
	background-position:5px 5px;
    padding-left: 20px !important;
	
}
/* 4th level */
ul.elLeftMenu ul ul ul a span 
{
    padding-left: 30px !important;
	background-position:15px 5px;
}

/* 5th level */
ul.elLeftMenu ul ul ul ul a span
{
    padding-left: 30px !important;
}



.TagHighLight 
{
    background-color: #FFFF00;
}

div.elTags 
{   
    clear: left;
    margin-top: 15px;   
}

/* PAGING */
ul.Paging 
{
    clear: both;
    font-size: 1em;
    margin: 5px 0 10px 30px;
	padding:0 0 20px 0;
}
ul.Paging li 
{
    display: block; 
}
ul.Paging li.PagingPageTotal
{
    
    display: none;
}
ul.Paging li.PagingPageNumbers
{
    
    float: right;
        margin: 0 10px 0 0;
		color:#666;
}
ul.Paging li.PagingLastPage
{
    display: none;
}
ul.Paging li.PagingNextPage
{
    
    float: right;
    margin: 0 10px 0 0;
}
ul.Paging li.PagingPreviousPage
{
    float: right;
    margin: 0 10px 0 0;
}
ul.Paging li.PagingFirstPage
{
    display: none;
}
ul.Paging li .disabled 
{
    color: #B0B0B0;
}
ul.Paging li .current 
{
    text-decoration: underline;
}
ul.Paging li.PagingNextPage a,
ul.Paging li.PagingNextPage a:link,
ul.Paging li.PagingNextPage a:visited,
ul.Paging li.PagingNextPage span.disabled
{
    background-image: url(../_images/dcs/paging/right_off.jpg);
    background-repeat: no-repeat;
    background-position: 30px 4px;
    padding-right: 12px;
	color: #787878;
}
ul.Paging li.PagingNextPage a:active,
ul.Paging li.PagingNextPage a:hover,
ul.Paging li.PagingNextPage a:focus
{
	color:#30b1ed;
	background-image: url(../_images/dcs/paging/right_on.jpg);
}
ul.Paging li.PagingPreviousPage a,
ul.Paging li.PagingPreviousPage a:link,
ul.Paging li.PagingPreviousPage a:visited,
ul.Paging li.PagingPreviousPage span.disabled
{
    background-image: url(../_images/dcs/paging/left_off.jpg);
    background-repeat: no-repeat;
    background-position:0 4px;
    padding-left: 12px;
	color:#787878;
}
ul.Paging li.PagingPreviousPage a:hover,
ul.Paging li.PagingPreviousPage a:active,
ul.Paging li.PagingPreviousPage a:focus
{
    background-image: url(../_images/dcs/paging/left_on.jpg);
	color:#30b1ed;
}

h1.elPageTitle 
{
    margin: 32px 30px 10px 30px;
    padding: 0 0 3px 0;
    
}

p.elNoContent 
{
    margin: 10px;   
}

a.Delete 
{
    cursor: pointer;   
}

a.Delete:hover, a.Delete:active {
	text-decoration: underline;
	color: #333;
}

/*Container for Header Controls */
div.elHeaderControls
{

	
	position:absolute;
	top:59px;
	right:0;
	height:20px;
	width:300px;
	margin:0;
	padding:0;
}


/*Clears all hoverbuttons in the Header zone */
div#ZoneHeaderRow a.hoverbutton,
div#ZoneHeaderRow a.hoverbutton:link,
div#ZoneHeaderRow a.hoverbutton:visited
{
		margin:0;
		padding:0;
		background-color:transparent;
		background-image:none;
		border:0;
}
div#ZoneHeaderRow a.hoverbutton span.hoverbutton_button,
div#ZoneHeaderRow a.hoverbutton span.hoverbutton_buttonRight,
div#ZoneHeaderRow a.hoverbutton span.hoverbutton_buttonLeft
{
	margin:0;
	padding:0;
}

/* CSS*/
div.elScreenSize 
{
	float:right;
	height:1.5em;
	padding-top:0;
	margin-top:0;
}
	/**html*/ div.elScreenSize
	{
	width:5.9em;
	}
	div.elScreenSize span.text
	{
	
		margin:0;
		padding:0;
	}

	/* Styling Specific to the Screensize Button*/
	div.elScreenSize span.text a.hoverbutton span.hoverbutton_button,
	div.elScreenSize span.text a.hoverbutton:link span.hoverbutton_button,
	div.elScreenSize span.text a.hoverbutton:visited span.hoverbutton_button
	{
		margin:0;
		padding:0;
		height:18px;
		line-height:1.5em;
		font-weight:normal!important;
		font-size:.8em;
		color:#888!important;
		font-family:Verdana, Arial, Helvetica, sans-serif;

	}
	div.elScreenSize span.text a.hoverbutton:hover span.hoverbutton_button,
	div.elScreenSize span.text a.hoverbutton:focus span.hoverbutton_button,
	div.elScreenSize span.text hoverbutton:active span.hoverbutton_button
	{
		color:#f77104 !important;
	}
	
/* FONT SIZE */
div.elFontSize
{

	margin:0;
	padding:0;
	height:1.5em;
	float:right;
	
}	
	div.elFontSize span.divider
	{
		font-weight:normal !important;
		font-size:.8em;
		color:#888;
		float:left;
		margin:0 11px 0 14px;
	}

	div.elFontSize span.text
	{
	color:#888;
	float:left;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	}
	/*Generic, This applies to both buttons*/
	div.elFontSize a.hoverbutton,
	div.elFontSize a.hoverbutton:link,
	div.elFontSize a.hoverbutton:visited
	{
			/*Set a Height, Width, Display Block and Borders here*/
			float:left;
			font-size:1em;
			margin:0 0 0 5px !important;
	}
	div.elFontSize a.hoverbutton:hover,
	div.elFontSize a.hoverbutton:active,
	div.elFontSize a.hoverbutton:focus
	{
	
	}
		/* STYLING SPECIFIC TO THE BUTTON TO REDUCE FONT SIZE */
		div.elFontSize span.smaller a.hoverbutton:link span.hoverbutton_button,
		div.elFontSize span.smaller a.hoverbutton:visited span.hoverbutton_button,
		div.elFontSize span.smaller a.hoverbutton span.hoverbutton_button
		{
			height:16px !important;
			line-height:1.2em;
			color:#888 !important;
		}
		div.elFontSize span.smaller a.hoverbutton:hover span.hoverbutton_button,
		div.elFontSize span.smaller a.hoverbutton:active span.hoverbutton_button,
		div.elFontSize span.smaller a.hoverbutton:focus span.hoverbutton_button
		{
			color:#f77104 !important;
		}
		/*STYLING SPECIFIC TO THE BUTTON TO INCREASE FONT SIZE*/
		div.elFontSize span.larger a.hoverbutton:link span.hoverbutton_button,
		div.elFontSize span.larger a.hoverbutton:visited span.hoverbutton_button,
		div.elFontSize span.larger a.hoverbutton span.hoverbutton_button
		{
			line-height:1.2em;
			height:16px !important;
			color:#888 !important;		
		}
		div.elFontSize span.larger a.hoverbutton:hover span.hoverbutton_button,
		div.elFontSize span.larger a.hoverbutton:active span.hoverbutton_button,
		div.elFontSize span.larger a.hoverbutton:focus span.hoverbutton_button
		{
			color:#f77104 !important;			
		}
/* Quick Search */
div.elQuickSearch
{
	position:absolute;
	width:271px;
	height:19px;

	top:32px;
	right:0px;
}
			div.elQuickSearch input
			{
				height:16px;
				width:235px;
				background-color:#f2f1f1;
				margin:0 5px 0 0;
				font-size: .9em;
				/*text-indent: .5em;*/
				padding:4px 0 0 6px;
				border:0 none;
				float:left;
				color:#999;
				line-height:12px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			div.elQuickSearch a.hoverbutton,
			div.elQuickSearch a.hoverbutton:link,
			div.elQuickSearch a.hoverbutton:visited
			{
				width:24px !important;
				height:19px !important;
				background-image:url(../_images/dcs/search_button.gif) !important;
				display:block !important;
				float:left!important;
			}
			div.elQuickSearch a.hoverbutton:hover,
			div.elQuickSearch a.hoverbutton:active,
			div.elQuickSearch a.hoverbutton:focus
			{
				background-image:url(../_images/dcs/search_button_on.gif) !important;
			}
			div.elQuickSearch a.hoverbutton span.hoverbutton_button,
			div.elQuickSearch a.hoverbutton span.hoverbutton_buttonLeft,
			div.elQuickSearch a.hoverbutton span.hoverbutton_buttonRight
			{
				display:none;
			}
			
/* DCS Featured Products Tag Repeater */
ul.elTagHome
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	/* I.E 6 Fix */
	*html ul.elTagHome
	{
		padding:0 0 3px 0;
		margin:-2px 0 0 0;
	}

ul.elTagHome li
{
	float:right;
	margin:0;
	padding:0;
	height:129px !important;
	overflow:hidden;
}
	ul.elTagHome li.first
	{
		background-image:url(../_images/dcs/specials_panel_right.gif) !important;
		background-repeat:no-repeat;
		background-position:top left;

		width:311px !important;
		height:129px !important;
		margin:0 0 0 7px !important;		
		
	}
			form.bodySize-Large ul.elTagHome li.first
			{
				background-image:url(../_images/dcs/specials_panel_right_800.gif)!important;
				width:249px;
			}
	
	ul.elTagHome li.last 
	{
		background-image:url(../_images/dcs/specials_panel_left.gif) !important;
		background-repeat:no-repeat;
		background-position:top left;
		width:310px !important;
		height:129px !important;
		margin:0 7px 0 0 !important;
	}
			
			form.bodySize-Large ul.elTagHome li.last
			{
				background-image:url(../_images/dcs/specials_panel_left_800.gif) !important;
				width:249px !important;
			}
	
	ul.elTagHome li
	{
		background-image:url(../_images/dcs/specials_panel_mid.gif);
		width:310px;
		height:129px
	}
		form.bodySize-Large ul.elTagHome li
		{
			background-image:url(../_images/dcs/specials_panel_mid_800.gif) !important;
			width:248px !important;
		}

	/* Tag Repeater Content */
	ul.elTagHome li div.item 
	{
		overflow:hidden;
		font-size: 1em;
		color: 8b9396;
	}
	ul.elTagHome li div.item span.image
	{
		float:left;
		margin:15px 10px 0 10px
	}
	ul.elTagHome li div.item span.image img
	{
		border:1px solid #e6e6e6;
	}
	ul.elTagHome li div.item span.title
	{
		display:block;
		float:left;
		margin:28px 0 0 0;
		padding:0;
		width:170px;
	}
	form.bodySize-Large ul.elTagHome li div.item span.title
	{
	width:110px !important;
	}
		ul.elTagHome li div.item span.title h1
		{
			font-size:1.1em;
			line-height:1em;
			padding:0;
			margin:0;
			text-transform:uppercase;
		}
		ul.elTagHome li div.item span.title h1 a,
		ul.elTagHome li div.item span.title h1 a:link,
		ul.elTagHome li div.item span.title h1 a:visited
		{
			font-weight:bold;
			font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
			text-decoration:none;
			color:#f77104;
		}
	ul.elTagHome li div.item span.content
	{
		display:block;
		float:left;
		width:170px;
		display:block;
		font-size:.9em;
		margin:5px 0 0 0;
		padding:0;
		overflow:hidden !important;
		line-height:1.2em;
		
	}
		form.bodySize-Large ul.elTagHome li div.item span.content
		{
			float:left;
			width:110px!important;
		}
	ul.elTagHome li div.item span.content p
	{
		margin:0;
		padding:0;
		color: #747b7e;
	}
	
	
div.elLoginBox
{
	width:311px;
	height:53px;
	line-height:53px;
	background-image:url(../_images/dcs/login_bkgd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	display:block;
	margin:0 0 0 0;
	padding:0;
	
	position:relative;
}
div.elLoginBox a,
div.elLoginBox a:link,
div.elLoginBox a:visited
{
	color:#fff !important;
}
div.elLoginBox a:hover,
div.elLoginBox a:active,
div.elLoginBox a:focus
{

}
	form.bodySize-Large div.elLoginBox
	{
		width:250px !important;
	}

	div.elLoginBox span.MiAccount
	{
		margin:0 0 0 20px;
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		font-size: 1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;

	}
				div.elLoginBox span.MiAccount a,
				div.elLoginBox span.MiAccount  a:link,
				div.elLoginBox span.MiAccount  a:visited
				{
								color:#fff !important;
				}
	div.elLoginBox span.divider
	{
		color:#fff;
		margin: 0 10px 0 10px;
	}
	div.elLoginBox span.MiLogin
	{
		color:#fff;
		text-transform:uppercase;
		font-weight:normal;
		font-size: 1em;
	}
	div.elLoginBox span.Button
	{
		float:left;
	}
	div.elLoginBox span.Button a.Blue:link,
	div.elLoginBox span.Button a.Blue:visited,
	div.elLoginBox span.Button a.Blue
	{
		position:absolute;
		top:14px;
		right:10px;
		background-image:url(../_images/dcs/login_button.gif);
		width:30px;
		height:25px;
		display:block;
	}
	div.elLoginBox span.Button a.Blue:hover,
	div.elLoginBox span.Button a.Blue:active,
	div.elLoginBox span.Button a.Blue:focus
	{
		background-image:url(../_images/dcs/login_button_on.gif);
	}
	
	div.elLoginBox span.Button a.Blue span
	{
		display:none;
	}
/*LineBreak on top of ZoneFooterRow */
div.FooterLineBreak
{
	height:1px;
	width:945px;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;	
	margin:0;
	padding:0;
}
	form.bodySize-Large div.FooterLineBreak
	{
		width:760px;
	}
/*Bookmark Site*/
div.elBookmark
{
	font-size:.8em;
	margin:0;
	padding:0;
	height:1.5em;
	float:right;
}
	div.elBookmark a,
	div.elBookmark a:link,
	div.elBookmark a:visited
	{
		color:#888;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
	}
	div.elBookmark a:hover,
	div.elBookmark a:active,
	div.elBookmark a:focus
	{
		text-decoration:none;
		color:#f77104;
	}
	div.elBookmark span.divider
	{
		margin:0 8px 0 11px;
		padding:0;
		font-weight:normal !important;
		color:#888;
	}

/* Homepage Tag Repeater */
ul.elHnewstag
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.elHnewstag li
{
	list-style-type:none;
	margin:20px 20px 30px 20px;
	padding:0;
}

ul.elHnewstag li.first
{
	display:none;
}
ul.elHnewstag li div.article
{
	padding-right: 10px;	
}
	ul.elHnewstag li span.title 
	{
		margin:0;
		padding:0;
	}
		ul.elHnewstag li span.title h1
		{
			margin:0;
			padding:0;
		}
		ul.elHnewstag li span.title h1 a,
		ul.elHnewstag li span.title h1 a:link,
		ul.elHnewstag li span.title h1 a:visited
		{
			color:#898484;
			text-transform:uppercase;
			font-size:.8em;
		}
		ul.elHnewstag li span.title h1 a:hover,
		ul.elHnewstag li span.title h1 a:active,
		ul.elHnewstag li span.title h1 a:focus
		{

		}

	ul.elHnewstag li span.date 
	{
		margin:0;
		padding:0;
	}
		ul.elHnewstag li span.date h2
		{
			color:#46b1e9;
			text-transform:normal;
			margin:7px 0 0 0;
			padding:0;
			font-size:1em;
			font-weight:bold;
		}
		
	ul.elHnewstag li span.description
	{
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:.9em;
		line-height: 1.3em;
	}
		ul.elHnewstag li span.description p
		{
			margin:0;
			padding:0;
			color:#8b9396;
		}
	ul.elHnewstag li span.readmore
	{
			padding:.8em 0;
			line-height:1.1em;
	}
		ul.elHnewstag li span.readmore a:link,
		ul.elHnewstag li span.readmore a:visited,
		ul.elHnewstag li span.readmore a
		{

			color:#46b1e9;
			text-decoration:underline;
		}
		ul.elHnewstag li span.readmore a:hover,
		ul.elHnewstag li span.readmore a:active,
		ul.elHnewstag li span.readmore a:focus
		{
		
		}
/*Content Image Dashboards */
div.elHeaderImages
 {
width:945px;
height:216px;
display:block;
margin:0;
padding:0;
}
	div.elHeaderImages img
	{
		float:left;
	}

div.elHeaderImagesSmall 
{
	width:760px;
	height:216px;
	display:none;
}		
	div.elHeaderImagesSmall img
	{
		float:left;
	}
			
form.bodySize-Large div.elHeaderImages
{
	display:none;
}
form.bodySize-Large div.elHeaderImagesSmall
{
	display:block;
}


/*Context Panels */
div.elContextPanel
{
	width:187px;
	display:block;
	padding:35px 0 0 10px;
	float:right;
	display:block;
	background-color:#fff;
}

div.elContextPanel p
{
	padding:0;
	margin:10px 0 0 0;
}

div.elContextPanel p #text
{
	display:none;
}

div.elContextPanel h1
{
    font-size: 1.9em;
	line-height:.7em;
    color: #999;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;

	padding:0 0 10px 0;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin:0 0 20px 0;
}
div.elContextPanel img
{
	padding:1px;
	background-image:url(../_images/dcs/product_images_frame.gif);
	height:187px;
	width:185px;
	display:block!important;
	margin:0;
	clear:both;
}
div.elContextPanel h2
{
	background-image:url(../_images/dcs/product_panel.gif);
	background-repeat:no-repeat;
	height:33px;
	width:187px;
	margin:0 0 20px 0;
	padding:0;
	line-height:32px;
	text-indent:10px;
	font-size:11px;
	color:#666;
	font-weight:normal;
}
/*Attachments*/
ul.elAttachmentLinks 
{
	list-style-type:none;
	padding:0;
	margin:0 0 20px 30px;
	padding:0 0 5px 0;
	background-image:url(../_images/dcs/horizontal_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}	
	ul.elAttachmentLinks li.first
	{
		font-size:1.1em;
		font-family:arial,verdana;
		text-transform:uppercase;
		font-weight:bold;
		color:#999;
		background-image:url(../_images/dcs/horizontal_line.gif);
		background-repeat:repeat-x;
		background-position:bottom left;
		padding:0 0 7px 0;
		margin: 0 0 7px 0;
	}
	ul.elAttachmentLinks li.Tools
	{
		display:none;
	}
	ul.elAttachmentLinks li 
	{
		margin:5px 0 5px 0;
	}
	ul.elAttachmentLinks li a,
	ul.elAttachmentLinks li a:link,
	ul.elAttachmentLinks li a:visited
	{
		
		color:#ff6600;
	}
	ul.elAttachmentLinks li a:hover,
	ul.elAttachmentLinks li a:active,
	ul.elAttachmentLinks li a:focus
	{
		text-decoration:underline;
	}
ul.elAttachmentDownloads
{
	margin:0 0 0 30px;
	padding:0;
	list-style-type:none;
	
}
	ul.elAttachmentDownloads li
	{
		list-style-type:none;
		margin:0 0 0 0;
		padding:10px 0 0 72px;
		height:52px;
		background-image:url(../_images/dcs/icon_pdf.gif);
		background-repeat:no-repeat;
		
	}
	ul.elAttachmentDownloads li a,
	ul.elAttachmentDownloads li a:link,
	ul.elAttachmentDownloads li a :visited
	{
		text-decoration:underline;		
		color:#30b1ed;
		
	}
	ul.elAttachmentDownloads li a:hover,
	ul.elAttachmentDownloads li a:active,
	ul.elAttachmentDownloads li a:focus
	{

	}
		ul.elAttachmentDownloads li p
		{
			margin:0;
			padding:4px 0 0 0;
		}
	ul.elAttachmentDownloads li.first
	{
		font-family:arial,verdana;
		font-size:1.1em;
		text-transform:uppercase;
		font-weight:bold;
		color:#999;
		background-image:url(../_images/dcs/horizontal_line.gif);
		background-repeat:repeat-x;
		background-position:bottom left;
		padding:0 0 7px 0;
		margin: 0 0 7px 0;
		height:auto;
	}
	ul.elAttachmentDownloads li.Tools
	{
		display:none;
	}
	
/*Footer Credits*/
div.elCredits
{
	position:absolute;
	top:7px;
	right:10px;
	color:#a0a4ad;
	font-size:.9em;

}
	div.elCredits a,
	div.elCredits a:link,
	div.elCredits a:visited
	{
		color:#a0a4ad;
	}
	div.elCredits a:hover,
	div.elCredits a:active,
	div.elCredits a:focus
	{
		color:#f77104;
	}
	
/* Contact us Form */
form.elContact  div.elContent
{
	margin:0;
	padding:0;
}

div.elContactUsForm 
{
	margin:0 0 5px 35px;
	padding:0 0 15px 0;
	float:left;
	color:#666;
	width:600px;
}
*html div.elContactUsForm
{
	margin:0 0 0 17px;
}
div.elContactUsForm ul.elContactUsForm
{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	
}
div.elContactUsForm ul.elContactUsForm li
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.elContactUsForm ul.elContactUsForm li fieldset
{
	border:0;
	margin:0;
	padding:0;

}
div.elContactUsForm ul.elContactUsForm li fieldset legend
{
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	display:none;
	
}
div.elContactUsForm ul.elContactUsForm li fieldset legend span
{
	font-size: 1.5em;
	
	width:500px;
	display:block;
	
    color: #ff7e00;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}
div.elContactUsForm ul.elContactUsForm li fieldset ul
{
	margin:0;
	padding:0;
	float:left;
}
div.elContactUsForm ul.elContactUsForm li fieldset ul li
{
	margin:7px 0 0 0;
	padding:0;
	clear:both;

}
div.elContactUsForm ul.elContactUsForm li fieldset ul li label
{
	color:#666;
	font-size:1em;
	clear:both;
	float:left;
	margin:7px 0 5px 0;

}
div.elContactUsForm ul.elContactUsForm li fieldset ul li label em
{
	clear:none;
}
div.elContactUsForm ul.elContactUsForm li fieldset ul li label a.formDesc,
div.elContactUsForm ul.elContactUsForm li fieldset ul li label a.formDesc:link,
div.elContactUsForm ul.elContactUsForm li fieldset ul li label a.formDesc:visited
{
	display:none;
}
div.elContactUsForm ul.elContactUsForm li fieldset ul li input,
div.elContactUsForm ul.elContactUsForm li fieldset ul li select
{
	clear:left;
	float:left;
	width:500px;
}
div.elContactUsForm ul.elContactUsForm li fieldset ul li textarea
{
	clear:left;
	float:left;
	width:500px;
}
div.elContactUsForm a.hoverbutton,
div.elContactUsForm a.hoverbutton:link,
div.elContactUsForm a.hoverbutton:visited
{
	float:right;
	clear:both;
	margin:5px 97px 5px 0!important;
	padding:0 10px 0 10px;
	border:0;
	/*background-image:none;*/
	color:#46b1e9 !important;
}
div.elContactUsForm a.hoverbutton:hover,
div.elContactUsForm a.hoverbutton:focus,
div.elContactUsForm a.hoverbutton:active
{

}

div.elContactUsForm a.elPrivacyLink,
div.elContactUsForm a.elPrivacyLink:link,
div.elContactUsForm a.elPrivacyLink:visited
{
	float:right;
	margin:8px 20px 5px 0;
}

ul.elContactUsForm  ul.radYesNo input 
{ 
	width:20px!important;
	clear:none!important;
	height:11pt;
}

ul.elContactUsForm  ul.radYesNo label
{
	width:auto!important;
	clear:none!important;
	float:left!important;
}

ul.elContactUsForm  ul.radYesNo li
{
	clear:none!important;
}

ul.elContactUsForm ul.radYesNo li
{
	/*line-height:10pt!important;*/
	width:150px!important;
	padding: 3px 0 3px 0;
}

ul.elContactUsForm  ul.radYesNo li input
{
	margin-top:0px;
}

ul.elContactUsForm  ul.radYesNo li label
{
	margin-top:0px!important;
	padding:0px!important;
	margin-left:7px!important;
}

ul.elContactUsForm  ul.radYesNo
{
	float:left;
	clear:both;
	width:500px;
}

ul.elContactUsForm li.elCdontkeepmeupdatedbyemail,
ul.elContactUsForm li.elCihavereadandacceptthetermsconditions,
ul.elContactUsForm li.elCwantstohearaboutspecialoffersorservices
{
	position:relative;
	height:60px;
	width:500px;
	display:block;
}

ul.elContactUsForm li.elCdontkeepmeupdatedbyemail label,
ul.elContactUsForm li.elCihavereadandacceptthetermsconditions label,
ul.elContactUsForm li.elCwantstohearaboutspecialoffersorservices label
{
	width:460px;
	position:absolute;
	top:0px;
	left:40px;
}

ul.elContactUsForm li.elCdontkeepmeupdatedbyemail span.chkYesNo input,
ul.elContactUsForm li.elCdontkeepmeupdatedbyemail span.chkYesNo,
ul.elContactUsForm li.elCihavereadandacceptthetermsconditions span.chkYesNo input,
ul.elContactUsForm li.elCihavereadandacceptthetermsconditions span.chkYesNo,
ul.elContactUsForm li.elCwantstohearaboutspecialoffersorservices span.chkYesNo input,
ul.elContactUsForm li.elCwantstohearaboutspecialoffersorservices span.chkYesNo
{
	width:20px!important;
	height:20px!important;
	position:absolute;
	top:7px;
	left:0;
}

ul.elContactUsForm li.elCihavereadandacceptthetermsconditions
{
	height:20px;
}

ul.elContactUsForm li.elCihavereadandacceptthetermsconditions label
{
	top:7px;
}

ul.elContactUsForm li.elCihavereadandacceptthetermsconditions span.chkYesNo
{
	top:8px;
}

ul.elContactUsForm li.elCihavereadandacceptthetermsconditions span.chkYesNo input,
ul.elContactUsForm li.elCwantstohearaboutspecialoffersorservices span.chkYesNo input
{
	top:0px;
}

div.sidebar div.side1
{
	margin-left:32px!important;
	margin-top:20px!important;
}

div.mapcont
{
	margin-left:32px!important;
}
/*
div.shopLogin
{
margin:0 0 10px 0;
padding:0 0 0 30px;
width:310px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.shopLogin legend
{
	display:none;
}

div.shopLogin  fieldset
{
display:block;
width:310px;
padding:0 0 5px 0;
height:25px;
}
div.shopLogin label
{
padding-top:5px;
width:100px;
display:block;
float:left;
clear:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.shopLogin input
{
width:200px;
display:block;
float:left;
clear:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:14px;
}
div.shopLogin input.btn
{
display:block;
float:right;
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height: 24px;
margin-right:5px;
}

*/

div.elContent img
{
border:0;
}

/* -------------------------------- */

div.shopLogin
{
	margin:0 0 5px 31px;
	padding:0 0 15px 0;
	float:left;
	color:#666;
	width:320px;
}

div.shopLogin fieldset
{
	border:0;
	margin:0;
	padding:0;

}
div.shopLogin fieldset legend
{
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	display:none;
	
}
div.shopLogin fieldset legend label
{
	font-size: 1.5em;
	
	width:300px;
	display:block;
	
    color: #ff7e00;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
}

div.shopLogin fieldset label
{
	color:#666;
	font-size:1em;
	clear:both;
	float:left;
	margin:7px 0 5px 0;

}

div.shopLogin fieldset input,
div.shopLogin fieldset select
{
	clear:left;
	float:left;
	width:300px;
}

div.shopLogin fieldset input.btn
{
	clear:both;
	width:60px;
	margin-top:10px;
}

div.shopLogin p
{
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	width:320px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.shopLogin p a,
div.shopLogin p a:hover,
div.shopLogin p a:visited
{
	font-weight:bold;
	color:#666;
} 

/*-End Section -_theme.css-*/


/*-Begin Section -formdisable.css-*/
div.divProtect
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100% !important;
	margin: 0;
	padding: 0;
	background-color: #b0b0b0;
	z-index: 99;
	cursor: wait;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);

/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 60;
	opacity: 60;
*/	
}
/*-End Section -formdisable.css-*/


/*-Begin Section -button.css-*/
/* BUTTONS */
a.hoverbutton
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none !important;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 16px;
}   
a.hoverbutton
, a.hoverbutton:link
, a.hoverbutton:visited
{
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
}
a.hoverbutton:hover
, a.hoverbutton:active
{
    color: #FFF !important;
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    text-decoration: none !important;
}
span.hoverbutton_buttonLeft
, span.hoverbutton_buttonRight
{
    display: none;
}
a.hoverbutton span
{
    color: #F0F0F0;
}
a.hoverbutton span.hoverbutton_button
{
	color: #F0F0F0;
}
a.hoverbutton:hover span
, a.hoverbutton:active span
{
    color: #FFF;    
}
form.body-Smallest a.hoverbutton
{
    line-height: 1.8em;
}
form.body-Small a.hoverbutton
{
    line-height: 1.5em;
}
form.body-Large a.hoverbutton
{
    line-height: 1.25em;
}
form.body-Largest a.hoverbutton
{
    line-height: 1.1em;
    font-size: .9em;
}
/* disabled buttons */
a.hoverbutton_disabled
, a.hoverbutton_disabled:link
, a.hoverbutton_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none !important;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: default;
    line-height: 16px;	
}
a.hoverbutton_disabled:hover
, a.hoverbutton_disabled:active
{
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
    color: #333 !important;
    text-decoration: none !important;
}
span.hoverbutton_disabled_buttonLeft
, span.hoverbutton_disabled_buttonRight
{
    display: none;
}
/* SMALLER BUTTONS */
a.hoverbutton_small
, a.hoverbutton_small:link
, a.hoverbutton_small:visited
, a.hoverbutton_small_disabled
, a.hoverbutton_small_disabled:link
, a.hoverbutton_small_disabled:visited
{
	color: #D0D0D0 !important;
	line-height: 15px;
	height: 16px;
	display: block;
	width: 24px;
	padding: 0 0 2px 0;
	text-decoration: none;
	text-align: center;
	background-image:url(../_images/hoverbutton/button_bkgd.gif);
	margin: 1px 1px 2px 1px;
	border: solid 1px #9F9F9F; 
	font-size: 12px;
}
a.hoverbutton_small:hover
, a.hoverbutton_small:active
{
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	color: #FFF !important;
	text-decoration:none!important;	
}
a.hoverbutton_small span.hoverbutton_small_button
{
	color: #FFF;
}
.hoverbutton_buttonLeft
, .hoverbutton_buttonRight {
    display: none;
}
a.hoverbutton_small_disabled
, a.hoverbutton_small_disabled:link
, a.hoverbutton_small_disabled:visited
, a.hoverbutton_small_disabled:active
, a.hoverbutton_small_disabled:hover
{
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	color: #FFF !important;
	cursor: default;
}

/* SMALL IMAGE BUTTONS */
a.hoverbutton_image
, a.hoverbutton_image:link
, a.hoverbutton_image:visited
{
    margin-bottom: 2px;
	border: solid 1px #9F9F9F;  
    height: 18px;
    display: block;	 
    width: 24px;    
    cursor: pointer;	
    background-repeat: repeat-x;
    background-image:url(../_images/hoverbutton/button_bkgd.gif);
}
a.hoverbutton_image span
{
    display: block;
    height: 18px;
    width: 24px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;    
    background-position: center;    
    border: 0;
}
a.hoverbutton_image:hover, 
a.hoverbutton_image:active, 
a.hoverbutton_image:focus
{
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
	text-decoration:none!important;    
}
a.hoverbutton_btnMoveTop_disabled, 
a.hoverbutton_btnMoveTop_disabled:link, 
a.hoverbutton_btnMoveTop_disabled:visited,
a.hoverbutton_btnNewFolder_disabled, 
a.hoverbutton_btnNewFolder_disabled:link, 
a.hoverbutton_btnNewFolder_disabled:visited,
a.hoverbutton_btnNewContent_disabled, 
a.hoverbutton_btnNewContent_disabled:link, 
a.hoverbutton_btnNewContent_disabled:visited,
a.hoverbutton_btnMoveUp_disabled, 
a.hoverbutton_btnMoveUp_disabled:link, 
a.hoverbutton_btnMoveUp_disabled:visited,
a.hoverbutton_btnDelete_disabled, 
a.hoverbutton_btnDelete_disabled:link, 
a.hoverbutton_btnDelete_disabled:visited,
a.hoverbutton_btnMoveDown_disabled, 
a.hoverbutton_btnMoveDown_disabled:link, 
a.hoverbutton_btnMoveDown_disabled:visited,
a.hoverbutton_btnMoveBottom_disabled, 
a.hoverbutton_btnMoveBottom_disabled:link, 
a.hoverbutton_btnMoveBottom_disabled:visited,
a.hoverbutton_btnOrderByName_disabled, 
a.hoverbutton_btnOrderByName_disabled:link, 
a.hoverbutton_btnOrderByName_disabled:visited
a.hoverbutton_btnEditContent_disabled,
a.hoverbutton_btnEditContent_disabled:link,
a.hoverbutton_btnEditContent_disabled:visited,
a.hoverbutton_btnEdit_disabled,
a.hoverbutton_btnEdit_disabled:link,
a.hoverbutton_btnEdit_disabled:visited,
a.hoverbutton_btnLocalise_disabled,
a.hoverbutton_btnLocalise_disabled:link,
a.hoverbutton_btnLocalise_disabled:visited,
a.hoverbutton_btnPreview_disabled,
a.hoverbutton_btnPreview_disabled:link,
a.hoverbutton_btnPreview_disabled:visited,
a.hoverbutton_btnPermissions_disabled,
a.hoverbutton_btnPermissions_disabled:link,
a.hoverbutton_btnPermissions_disabled:visited,
a.hoverbutton_btnValidation_disabled,
a.hoverbutton_btnValidation_disabled:link,
a.hoverbutton_btnValidation_disabled:visited,
a.hoverbutton_btnCut_disabled,
a.hoverbutton_btnCut_disabled:link,
a.hoverbutton_btnCut_disabled:visited,
a.hoverbutton_btnCopy_disabled,
a.hoverbutton_btnCopy_disabled:link,
a.hoverbutton_btnCopy_disabled:visited,
a.hoverbutton_btnPaste_disabled,
a.hoverbutton_btnPaste_disabled:link,
a.hoverbutton_btnPaste_disabled:visited
{
    background-image:url(../_images/hoverbutton/button_bkgd_on.gif);	
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
span.hoverbutton_btnMoveTop_button, span.hoverbutton_btnMoveTop_disabled_button 
{
    background-image: url(../_images/hoverbutton/top.gif);
}
span.hoverbutton_btnNewFolder_button, span.hoverbutton_btnNewFolder_disabled_button 
{
    background-image: url(../_images/hoverbutton/add_folder.gif);
}
span.hoverbutton_btnNewContent_button, span.hoverbutton_btnNewContent_disabled_button 
{
    background-image: url(../_images/hoverbutton/add_content.gif);
}
span.hoverbutton_btnMoveUp_button, span.hoverbutton_btnMoveUp_disabled_button 
{
    background-image: url(../_images/hoverbutton/up.gif);
}
span.hoverbutton_btnDelete_button, span.hoverbutton_btnDelete_disabled_button 
{
    background-image: url(../_images/hoverbutton/delete.gif);
}
span.hoverbutton_btnMoveDown_button, span.hoverbutton_btnMoveDown_disabled_button 
{
    background-image: url(../_images/hoverbutton/down.gif);
}
span.hoverbutton_btnMoveBottom_button, span.hoverbutton_btnMoveBottom_disabled_button 
{
    background-image: url(../_images/hoverbutton/bottom.gif);
}
span.hoverbutton_btnOrderByName_button, span.hoverbutton_btnOrderByName_disabled_button 
{
    background-image: url(../_images/hoverbutton/sort_by_name.gif);
}
span.hoverbutton_btnEditContent_disabled_button, span.hoverbutton_btnEditContent_button
{
	background-image:url(../_images/hoverbutton/edit_content.gif);
}
span.hoverbutton_btnRefresh_button, span.hoverbutton_btnRefresh_disabled_button
{
	background-image:url(../_images/hoverbutton/refresh.gif);
}
span.hoverbutton_btnEdit_button, span.hoverbutton_btnEdit_disabled_button
{
	background-image:url(../_images/hoverbutton/edit.gif);
}
span.hoverbutton_btnLocalise_button, span.hoverbutton_btnLocalise_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_localise.gif);
}
span.hoverbutton_btnPreview_button, span.hoverbutton_btnPreview_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_preview.gif);
}
span.hoverbutton_btnPermissions_button, span.hoverbutton_btnPermissions_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_permissions.gif);
}
span.hoverbutton_btnValidation_button, span.hoverbutton_btnValidation_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_validation.gif);
}
span.hoverbutton_btnCut_button, span.hoverbutton_btnCut_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_cut.gif);
}
span.hoverbutton_btnCopy_button, span.hoverbutton_btnCopy_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_copy.gif);
}
span.hoverbutton_btnPaste_button, span.hoverbutton_btnPaste_disabled_button
{
	background-image:url(../_images/hoverbutton/btn_paste.gif);
}
span.hoverbutton_btnMoveTop_buttonLeft, 
span.hoverbutton_btnMoveTop_buttonRight, 
span.hoverbutton_btnMoveTop_disabled_buttonLeft, 
span.hoverbutton_btnMoveTop_disabled_buttonRight,
span.hoverbutton_btnNewFolder_buttonLeft, 
span.hoverbutton_btnNewFolder_buttonRight, 
span.hoverbutton_btnNewFolder_disabled_buttonLeft, 
span.hoverbutton_btnNewFolder_disabled_buttonRight,
span.hoverbutton_btnNewContent_buttonLeft, 
span.hoverbutton_btnNewContent_buttonRight, 
span.hoverbutton_btnNewContent_disabled_buttonLeft, 
span.hoverbutton_btnNewContent_disabled_buttonRight,
span.hoverbutton_btnMoveUp_buttonLeft, 
span.hoverbutton_btnMoveUp_buttonRight, 
span.hoverbutton_btnMoveUp_disabled_buttonLeft, 
span.hoverbutton_btnMoveUp_disabled_buttonRight,
span.hoverbutton_btnDelete_buttonLeft, 
span.hoverbutton_btnDelete_buttonRight, 
span.hoverbutton_btnDelete_disabled_buttonLeft, 
span.hoverbutton_btnDelete_disabled_buttonRight,
span.hoverbutton_btnMoveDown_buttonLeft, 
span.hoverbutton_btnMoveDown_buttonRight, 
span.hoverbutton_btnMoveDown_disabled_buttonLeft, 
span.hoverbutton_btnMoveDown_disabled_buttonRight,
span.hoverbutton_btnMoveBottom_buttonLeft, 
span.hoverbutton_btnMoveBottom_buttonRight, 
span.hoverbutton_btnMoveBottom_disabled_buttonLeft, 
span.hoverbutton_btnMoveBottom_disabled_buttonRight,
span.hoverbutton_btnOrderByName_buttonLeft, 
span.hoverbutton_btnOrderByName_buttonRight, 
span.hoverbutton_btnOrderByName_disabled_buttonLeft, 
span.hoverbutton_btnOrderByName_disabled_buttonRight,
span.hoverbutton_btnEditContent_disabled_buttonLeft,
span.hoverbutton_btnEditContent_disabled_buttonRight,
span.hoverbutton_btnEdit_disabled_buttonLeft,
span.hoverbutton_btnEdit_disabled_buttonRight,
span.hoverbutton_btnEditContent_disabled_buttonLeft,
span.hoverbutton_btnEditContent_disabled_buttonRight,
span.hoverbutton_btnRefresh_buttonLeft,
span.hoverbutton_btnRefresh_buttonRight,
span.hoverbutton_btnEdit_buttonLeft,
span.hoverbutton_btnEdit_buttonRight,
span.hoverbutton_btnEditContent_buttonLeft,
span.hoverbutton_btnEditContent_buttonRight,
span.hoverbutton_btnLocalise_buttonLeft,
span.hoverbutton_btnLocalise_buttonRight,
span.hoverbutton_btnPreview_buttonLeft,
span.hoverbutton_btnPreview_buttonRight,
span.hoverbutton_btnPermissions_buttonLeft,
span.hoverbutton_btnPermissions_buttonRight,
span.hoverbutton_btnValidation_buttonLeft,
span.hoverbutton_btnValidation_buttonRight,
span.hoverbutton_btnCut_buttonLeft, 
span.hoverbutton_btnCut_buttonRight, 
span.hoverbutton_btnCut_disabled_buttonLeft, 
span.hoverbutton_btnCut_disabled_buttonRight,
span.hoverbutton_btnCopy_buttonLeft, 
span.hoverbutton_btnCopy_buttonRight, 
span.hoverbutton_btnCopy_disabled_buttonLeft, 
span.hoverbutton_btnCopy_disabled_buttonRight,
span.hoverbutton_btnPaste_buttonLeft, 
span.hoverbutton_btnPaste_buttonRight, 
span.hoverbutton_btnPaste_disabled_buttonLeft, 
span.hoverbutton_btnPaste_disabled_buttonRight

{
    display: none !important;
}

/*-End Section -button.css-*/


/*-Begin Section -messagearea.css-*/
.MessageArea
{
	z-index: 100;
padding: 18px 5px 30px 5px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.MessageArea a.Close
, .MessageArea a.Close:link
, .MessageArea a.Close:visited
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../_images/admin/icons/button_close/button_close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.MessageArea a.Close:hover
, .MessageArea a.Close:active
{
	background-image: url(../_images/admin/icons/button_close/button_close_on.gif);
}
.MessageArea a.Close span
{
	display: none;
}
.MessageAreaText a.formDesc
{
	display: none;
}
.MessageAreaText
{
	font-weight: bold;
	padding: 3px;
}
.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}
.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}
.MessageAreaQuestion
{
	border: solid 2px #eeee11;	
}
.messagearea_list
{
    position: absolute;
    right: 2px;
    bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	width: 250px;
}
ul.messagearea_list li 
{
    display: inline;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/

a.hoverbutton_messagearea
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;
}   
a.hoverbutton_messagearea
, a.hoverbutton_messagearea:link
, a.hoverbutton_messagearea:visited
{
	background: url(../_images/hoverbutton/button_bkgd.gif) center repeat-x;
}
a.hoverbutton_messagearea:hover
, a.hoverbutton_messagearea:active
{
    color: #FFF !important;
	background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x;
	text-decoration: none;
}
span.hoverbutton_messagearea_buttonLeft
, span.hoverbutton_messagearea_buttonRight
{
    display: none;
}
a.hoverbutton_messagearea_disabled
, a.hoverbutton_messagearea_disabled:link
, a.hoverbutton_messagearea_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;	
}
a.hoverbutton_messagearea_disabled:hover
, a.hoverbutton_messagearea_disabled:active
{
    background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x !important;
    color: #333 !important;
    text-decoration: none;
}
span.hoverbutton_messagearea_disabled_buttonLeft
, span.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;

}
/*-End Section -messagearea.css-*/

/*-End File-*/
