/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
overflow: auto;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
#wrapper {
position: relative;
margin:0px auto 0px auto;
width:950px;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color:Red;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#toplayer {
	position:absolute;
	width:1200px;
	height:121px;
	z-index:2;
	left: 10px;
	top: -2px;
}

#toplinks {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	width:950px;
	height:30px;
	z-index:5;
	left: 7px;
	top: 119px;
	vertical-align:middle;
}
#toplinks a:link, #toplinks a:visited {
	color: White;
	text-decoration: none;
	font-weight:bold;
}
#toplinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: White;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:Black;
	width:203px;
}


#marqueetop {
	position:absolute;
	width:950px;
	height:22px;
	z-index:6;
	left: 6px;
	top: 149px;
	background-color:Lime;
}


#leftlinks {
	position:absolute;
	width:188px;
	height:461px;
	z-index:4;
}
#middleimage {
	position:absolute;
	width:470px;
	height:179px;
	z-index:7;
	left: 199px;
	top: 171px;
}
#topsellingproducts {
	position:absolute;
	width:470px;
	height:260px;
	z-index:8;
	left: 199px;
	top: 372px;
}
#topseltitle {
	position:absolute;
	width:470px;
	height:22px;
	z-index:9;
	left: 199px;
	top: 350px;
	background-image: url(images2/bg_top_selling.gif);
}
#usernamepassword 
{
    font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	width:275px;
	height:113px;
	z-index:305;
	left: 677px;
	top: 171px;
	border: 1px solid #8FB8BC;
}
#forgotpassword 
{
     font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	width:275px;
	height:113px;
	z-index:205;
	left: 677px;
	top: 171px;
	border: 1px solid #8FB8BC;
}

#cartstatus {
	 font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	width:275px;
	height:113px;
	z-index:405;
	left: 677px;
	top: 171px;
	border: 1px solid #8FB8BC;
}

#titleright {
	position:absolute;
	width:279px;
	height:84px;
	z-index:11;
	left: 677px;
	top: 284px;
}
#todaysofferstitle {
	position:absolute;
	width:200px;
	height:115px;
	z-index:9;
}
#todaysofferstitle {
	position:absolute;
	width:279px;
	height:29px;
	z-index:12;
	left: 677px;
	top: 368px;
}
#todaysoffersdetails {
	position:absolute;
	width:279px;
	height:235px;
	z-index:13;
	left: 677px;
	top: 397px;
}
#barbottom {
	position:absolute;
	width:950px;
	height:29px;
	z-index:14;
	left: 7px;
	top: 632px;
	background-color: #6791CB;
}
#linksbottom {
	position:absolute;
	width:950px;
	height:39px;
	z-index:15;
	left: 7px;
	top: 661px;
}
#comptitle {
	position:absolute;
	width:308px;
	height:103px;
	z-index:17;
	left: 15px;
	top: 16px;
}
#search1 {
	padding: 5px 0px 5px 10px;
	position:absolute;
	width:353px;
	height:32px;
	z-index:16;
	left: 593px;
	top: 82px;
}
#cartstatus2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:17;
}
#loggedinuser {
	position:absolute;
	width:360px;
	height:1px;
	z-index:16;
	left: 590px;
	top: 55px;
}
#clientname {
	position:absolute;
	width:266px;
	height:24px;
	z-index:18;
	left: 679px;
	top: 19px;
}
#selectprtitle {
	position:absolute;
	width:188px;
	height:31px;
	z-index:1;
	background-color: #6791CB;
}

.buttonColor
{
    background-color:Green;
    border-top: 1px solid Green;
    border-bottom: 1px solid Green;
    border-left: 1px solid Green;
    border-right: 1px solid Green;
    color:#FFC0FF;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.colour1 {
	color:Green;
	font-size:100%;
	font-family: Comic Sans MS;
	font-weight:bold;

}
.colour2 {
	color:Orange;
	font-size:100%;
	font-family: Comic Sans MS;
	font-weight:bold;
}


a.colour1{
	font-size:100%;
	text-decoration:none;
	color:Green;
}
a.colour1:hover{
	font-size:100%;
	text-decoration:none;
	color:Red;
}
a.colour2:hover{
	font-size:100%;
	text-decoration:none;
	color:Red;
}

a.colour2{
	font-size:100%;
	text-decoration:none;
	color:Purple;
}


.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
.textbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#leftlinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	background-color:#F7F3F0;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: Black;
	font-weight:normal;
}

#leftlinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D6F9B9;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:Navy;
	font-weight:normal;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
.style01 {
	color: #FF0000;
	font-weight: bold;
}
.style02 {
	color: #0000FF;
	font-weight: bold;
}
.style03 {
	color: #336633;
	font-weight: bold;
}

/********************* end **********************/
/* Now the part of Alert Box styles. */

.okButton {
background-color: #D4D4D4;
font-color: #000000;
font-size: 9pt;
font-family: arial;
width: 70px;
height:	20px;  
}
.alertTitle {
background-color: #3C56FF;
font-family: arial;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 50px;
visibility:hidden; z-index: 999;
border-style: groove;
border-width: 5px;
border-color: #FFFFFF;
text-align: center;
}

/* Now the part of Alert Box styles. */
.alert {
   display:none;
   position:absolute;
   top:2500px;
   left:57px;
   width:300px;
   z-index:999;
   background-color:white;
   border-style:solid;
   border-width:1px;
   }
   
   /* Styles for the SKMMenu */
   
   .itemcss
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #F7F3F0;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    width:136px;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}

   .itemcsswitharrow
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #F7F3F0;
    background-image: url(images2/arrow_submenu.gif);
    background-position:right;
    background-repeat:no-repeat;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}


.mouseovercss
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #D6F9B9;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}

.mouseovercsswitharrow
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #D6F9B9;
    background-image: url(images2/arrow_submenu.gif);
    background-position:right;
    background-repeat:no-repeat;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}
.itemmouseovercsswitharrow
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #D6F9B9;
    background-image: url(images2/arrow_submenu.gif);
    background-position:right;
    background-repeat:no-repeat;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}


.mouseoverendcss
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #D6F9B9;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    width:136px;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}
.maincss
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #F7F3F0;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}

.maincsswitharrow
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
    display:block;
    background-color: #F7F3F0;
    background-image: url(images2/arrow_submenu.gif);
    background-position:right;
    background-repeat:no-repeat;
    outline:Black solid 1px;
    padding:4px 4px 4px 4px;
    margin-bottom: 2pt;
    cursor:hand;
    z-index:9999;
    white-space:nowrap;
    width : 180px;
}

iframe.skm 
{
    position:absolute;top:0px;left:0px;display:none;
}

td.skmcur
{cursor:hand;
}

.skmsubmenu
{ 
    text-align : left; 
    border : solid 1px #FBBD05;color:Black;
    background-color:#FFEFC0;
    cursor:hand; 
    z-index:auto;
    font-family : Verdana; 
    font-size : small; 
    font-weight : bold; 
    line-height:20px;
    vertical-align:middle;
    outline:Black solid 1px;
    width : 180px;
}

.skmSelMenuItem
{
    background-color: #FBBD05;
} 

   /* Styles for TOOLTIP */
   
   #divall
   {
    border-top-width: thin; border-left-width: thin; z-index: 101; border-left-color: black; left: 182px; border-bottom-width: thin; border-bottom-color: black; width: 399px; border-top-color: black; position: relative; top: 167px; height: 282px; border-right-width: thin; border-right-color: black;
    /*width: 367px; position: relative; left: 0px; height=240px; z-index: 999; font-family: arial, helvetica, sans-serif; font-size: 10pt;*/
   }
   #divall2
   {
    border-top-width: thin; border-left-width: thin; z-index: 101; border-left-color: black; left: 182px; border-bottom-width: thin; border-bottom-color: black; width: 250px; border-top-color: black; position: relative; top: 167px; height: 282px; border-right-width: thin; border-right-color: black;
   }
   
   #divAllInside
   {
    border-right: #000099 thin solid; padding-right: 3px; border-top: #000099 thin solid; display: block; padding-left: 3px; background-image: url(images2/tool_tip_bg2gif.gif); padding-bottom: 3px; overflow: visible; border-left: #000099 thin solid; width: 385px; padding-top: 3px; border-bottom: #000099 thin solid;
   }
   #divTopBarTitle
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:Yellow;
	font-weight:bolder;
    padding-right: 5px; padding-left: 3px; font-size: 10pt; background-image: url(images2/tool_tip__bg_title.gif); padding-bottom: 3px; width: 385px; padding-top: 3px; height: 18px; background-color: #336600;
   }
   #divTopBarTitle2
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:Yellow;
	font-weight:bolder;
    padding-right: 5px; padding-left: 3px; font-size: 10pt; background-image: url(images2/tool_tip__bg_title.gif); padding-bottom: 3px; width: 275px; padding-top: 3px; height: 18px; background-color: #336600;
   }

   #divDescription
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
    border-top-width: thin; padding-right: 5px; padding-left: 5px; border-left-width: thin; border-left-color: #000000; border-bottom-width: thin; border-bottom-color: #000000; padding-bottom: 5px; margin: 3px; overflow: visible; width: 249px; border-top-color: #000000; padding-top: 5px; text-align: justify; border-right-width: thin; border-right-color: #000000;
   }
   #divDescription2
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
    border-top-width: thin; padding-right: 5px; padding-left: 5px; border-left-width: thin; border-left-color: #000000; border-bottom-width: thin; border-bottom-color: #000000; padding-bottom: 5px; margin: 3px; overflow: visible; width: 250px; border-top-color: #000000; padding-top: 5px; text-align: justify; border-right-width: thin; border-right-color: #000000;
   }
   
   #divImage
   {
    left: 275px; width: 100px; position: absolute; top: 41px; height: 125px;
   }

   #divOfferLabel
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:Blue;
    width: 87px; height: 10px;
   }
   #divOfferText
   {
    width: 242px; text-align: justify;
   }
   #divPriceLabel
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:Blue;
    /*z-index: 104; left: 1px; width: 57px; position: absolute; top: 46px; height: 10px; color:blue;*/
    font-size: 9pt; z-index: 104; left: 275px; width: 35px; position: absolute; top: 173px; height: 10px;
   }
   #divPrice
   {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:Red;
    font-size: 9pt; z-index: 104; left: 314px; width: 61px; position: absolute; top: 173px; height: 10px;
   }


