body
{
   margin: 0;
   padding: 0;
   background: #ffffff url( 'slices/bg_body.png' ) top left repeat-x;
}
div#wrapper
{
   margin: 0 auto 0 auto;
   padding: 0;
   width: 950px;
}
div#header
{
   margin: 0;
   padding: 0;
   height: 108px;
   width: 950px;
}
div#header img
{
   float: right;
   margin:20px 0 0 0;
   padding: 0;
   border: 0;
}
#logo{
	float: left;
   margin: 0;
   padding: 0;
   width:395px; 
   height:86px;
   background: url('slices/logo.png');
   background-repeat: no-repeat;
}

div#main
{
   width: 950px;
   background: url( 'slices/bg_main.png' ) top left repeat-y;
}

div#other_main
{
   width: 950px;
   background-color: Red;
   background: url( 'slices/header_inside.png' ) top left no-repeat;
}

div#navigation
{
   font-size: 0.75em;
   text-align: right;
   text-transform: uppercase;
}

div#navigation ul
{
   margin: 0;
   padding: 9px 25px 14px 0;
}

div#navigation ul li
{
   display: inline;
   margin: 0 0 0 10px;
}

div#front_nav_menu
{
   margin: 0 0 0 30px;
   font-size: 0.75em;
   text-align: left;
   text-transform: uppercase;
}

div#front_nav_menu ul
{
   margin: 0;
   padding: 12px 0 10px 0;
}

div#front_nav_menu ul li
{
   display: none; /* needs to be added due to skin*/
   padding: 0 10px 0 7px;
   border-right: 1px #404040 solid;
}

div#front_nav_menu ul li.last
{
   border: 0;
}

div#content
{
   margin: 10px 0 0 0;
   background: url( 'slices/bg_vertical_bar.gif' ) top center repeat-y;
   clear: left;
}
div#leftFaq{
margin: 0 10px 0 30px;
}

div#leftContainer
{
   margin: 0 310px 0 0;
   width: auto;
   min-height: 450px;
}
div#rightContainer
{
   float: right;
   width: 310px;
}
div#left
{
   margin: 0 30px 0 30px;
   border: none;
}
div#left > p
{
   margin: 0 0 20px 0;
   padding: 0;
}
div#left > h2
{
   margin: 0 0 20px 0;
   padding: 0;
}
div#left > h3
{
   margin: 0 0 20px 0;
   padding: 0;
}
div#left > h4
{
   margin: 0 0 20px 0;
   padding: 0;
}
div#left img.cart_image
{
   margin: 0 10px 0 0;
}
div#left ul
{
   margin: 0 0 20px 20px;
   padding: 0;
   list-style-image:url('slices/list_item.gif' );
   list-style-type: none;
}
div#right
{
   margin: 0 30px 0 30px;
   border: none;
}
div#right > div
{
   margin-bottom: 20px;
}
div#right ul
{
   list-style-image:url('slices/list_item.gif' );
   list-style-type: none;
   margin: 0 0 0 20px;
   padding: 0;
}
div#right ul li.selected
{
   /* background-color: Blue; */
}
div.expand
{
   height: 0px;
   width: 100%;
}
/* Footer base */
div#footer
{
   float:left;
   border: solid 1px transparent;
   margin: auto;
   padding: 0;
   min-height: 125px;
   width: 100%;
   background-color:#B1D13E;
}
/* Footer default */
div.footer_navigation
{
   float:left;
	margin: 10px auto;
   font-size: 0.75em;
   text-align: center;
   text-transform: uppercase;
   width:100%;
}
div.footer_navigation a
{
   color: #fff;
   text-decoration: none;
}
div.footer_navigation a:hover
{
   text-decoration: underline;
}
div.footer_navigation a.selected
{
   font-weight:bold;
}
div.footer_navigation ul
{
   margin: 0;
   padding: 12px 0 0 0;
}
div.footer_navigation ul li
{
   display: inline;
   padding: 0 10px 0 7px;
   border-right: 1px White solid;
   font-size: 1em;
}
div.footer_navigation ul li.last
{
   border: 0;
}
/* Footer SEO */
div.footer_seo_wrapper
{
    float:left;
	padding: 0px;
	width: 100%;
	height:auto;
	margin: 10px auto;
}
div.footer_seo
{
	padding: 0px;
	width: 900px;
	height:auto;
	margin: auto;
	border-top:1px dotted #C3CBDF;
	border-bottom:1px dotted #C3CBDF;
	overflow: hidden;
}
div.footer_seo_column
{
    float:left;
    width:18%;
    margin:5px auto;
    padding: 5px 5px;
}
div.footer_seo a {
	color: #ffffff;
	text-decoration: none;
}
div.footer_seo a:hover {
	color:#ffffff;
	text-decoration: underline;
}
div.footer_seo a.selected {
	font-weight:bold;
}
div.footer_seo ul {
	list-style:	none;
	float: left;
	margin: 0px 0 10px 5px;
	padding: 0px;
	width:100%;
}
div.footer_seo ul li {
	margin-bottom: 6px;
	color: #ffffff;
}
div.footer_seo ul li.strong {
	display: block;
	color: #000;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight:bold;
}
div.footer_seo ul li.strong a 
{
    color: #000;
	text-decoration: none;
}
div.footer_seo ul li.strong a:hover {
	text-decoration: underline;
}
div.errorLabel
{
   font-family: Arial;
   font-size: 0.8em;
   margin-top: 5px !important;
   margin-bottom: 5px !important;
   color: #000000;
   border: solid 1px Red;
   padding: 5px 5px 5px 26px;
   background-image:url('slices/notify_error.png' );
   background-repeat: no-repeat;
   background-color: #ffcccc;
   background-position: 5px 5px;
}
div.alertLabel
{
   font-family: Arial;
   font-size: 0.8em;
   margin-top: 5px !important;
   margin-bottom: 5px !important;
   color: #000000;
   border: solid 1px Green;
   padding: 5px 5px 5px 26px;
   background-image: url('slices/notify_alert.png' );
   background-repeat: no-repeat;
   background-color: #ddffdd;
   background-position: 5px 5px;
}
div.infoLabel
{
   font-family: Arial;
   font-size: 0.8em;
   margin-top: 5px !important;
   margin-bottom: 5px !important;
   color: #000000;
   border: solid 1px Yellow;
   padding: 5px 5px 5px 26px;
   background-image: url('slices/notify_info.png' );
   background-repeat: no-repeat;
   background-color: #ffffcc;
   background-position: 5px 5px;
}
table.leftContextPosition
{
   width: 100%;
}
div.inlinePanel
{
   display: inline;
}
div.inlinePanelSimple
{
   display: inline-block;
   margin: 20px 0 10px 0;
   width: 100%;
}
div.inlinePanelSimple p > input[type='text']
{
   float: right;
   margin: 0 0 0 20px;
   width: 200px;
}
div.inlinePanelSimple p > select
{
   float: right;
   margin: 0 0 0 20px;
   width: 206px;
}
div.inlinePanelSimple p > textarea
{
   float: right;
   margin: 0 0 0 20px;
   height: 150px;
   width: 300px;
}
div.inlinePanelSimple p > span.label
{
   float: right;
   margin: 0 0 0 20px;
   font-weight: bold;
   width: 200px;
}
/* Common Fieldset setting at left panel */
fieldset.leftBox
{
   padding: 10px 0 10px 0;
   margin: 10px 0 20px 0;
   width: 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}
fieldset.leftBox p
{
    margin-left: 10px;
    margin-right: 20px;
}
fieldset.leftBox p > input[type='text']
{
   float: right;
   width: 200px;
}
fieldset.leftBox p > input[type='button']
{
   float: right;
}
fieldset.leftBox p > input[type='password']
{
   float: right;
   width: 200px;
}
fieldset.leftBox p > input[type='submit']
{
   float: right;
}
fieldset.leftBox input[type='radio']
{
   float: left;
   width:25px;
   height:25px;
}
fieldset.leftBox p > select
{
   float: right;
   margin: 0 0 0 20px;
   width: 206px;
}
fieldset.leftBox legend
{
   font-size: 1.0em;
   text-align: left;
   font-weight: bold;
   color: #3074B1;
   font-family: Arial, sans-serif;
   margin-left: 10px;
   margin-right: 20px;
}


/* Sliding Box */
fieldset.slidingbox
{
    padding: 5px;
}
legend.slidingBoxLegend
{
    font-size: 1.0em;
    text-align: left;
    font-weight: bold;
    color: #000000;
    font-family: Arial, sans-serif;
}
div.slidingBoxTitle
{
    margin: 0;
    padding: 5px;
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
}
div.slidingBoxContent
{
    margin: 0;
    padding: 5px;
    font-size: medium;
    text-align: left;
}
div.slidingBoxContent p
{
    line-height:140%;
    padding: 0px;
    margin: 5px 0 0 0;
}
.alignRight{
    margin: 0 0 0 205px;
    color: #FFFFFF;
}
.alignRightContact{
	margin: 100px 0 0 451px;
}
.alignCenter{
    text-align: center;
}
.alignLeft{
    text-align: left;
	}



/*--------------------------------------------------*/

/* Floating box */
div.floatingBox
{
    text-align: center;
}
div.floatingBody
{
   border:solid 1px White;
   overflow: auto;
   width: auto;
   height: 200px;
   margin: 5px;
}
/* Sliding Box */
fieldset.slidingbox
{
   padding: 5px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
}
legend.slidingBoxLegend
{
   font-size: 1.0em;
   text-align: left;
   font-weight: bold;
   color: #3074B1;
   font-family: Arial, sans-serif;
}
div.slidingBoxTitle
{
   margin: 0;
   padding: 5px;
   font-size: 0.8em;
   font-weight: normal;
   text-align: left;
}
div.slidingBoxContent
{
   margin: 0;
   padding: 5px;
   font-size: medium;
   text-align: center;
}
div.slidingBoxContent p
{
   line-height: 140%;
   padding: 0px;
   margin: 5px 0 0 0;
}
.alignRight{
    text-align: right;
}
.alignCenter{
    text-align: center;
}
.alignLeft{
    text-align: left;
}
img.noborder
{
   border: none;
}
/* confirmation dialog*/
.CenteredInfoBoxBlocker
{
   opacity: 0.5;
   filter: alpha(opacity=50);
   background-color: #000000;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.CenteredInfoBox
{
   text-align: left;
   width: 50%;
   margin-left: -25%;
   margin-top: 0px;
   z-index: 3;
   background-color: #5d687c;
   color: #FFFFFF;
   position: fixed;
   top: 20%;
   left: 50%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   vertical-align: middle;
   border: solid 2px #FFFFFF;
   padding: 10px;
   opacity: 1.0;
   filter: alpha(opacity=100);
}
.CenteredInfoBoxContents
{
}
.CenteredInfoBoxControls
{
   text-align: right;
   padding: 0;
}
/* loading dialog */
#CenteredLoadingBoxBG
{
   opacity: 0.5;
   filter: alpha(opacity=50);
   background-color: #000000;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 4;
}
#CenteredLoadingBox
{
   text-align: center;
   width: 400px;
   height: 60px;
   margin-left: -200px;
   margin-top: -30px;
   z-index: 5;
   background-color: #000000;
   color: #FFFFFF;
   position: fixed;
   top: 50%;
   left: 50%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   vertical-align: middle;
   border: solid 2px #FFFFFF;
   opacity: 0.8;
   filter: alpha(opacity=80);
}
#CenteredLoadingBoxContents
{
   top: 50%;
   position: relative;
   margin-top: -16px;
   font-size: large;
   font-weight: bold;
}
#CenteredLoadingBoxContents img
{
   vertical-align: middle;
}
/* DropDownExtender style*/
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(slices/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
}
.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}
a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}
a.ContextMenuItem-Selected
{
	font-weight: bold;
}
a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
.ContextMenuLabel
{
    display: block;
    width: 180px;
    padding:0px;
    font-weight:bold;
    color:#3074B1;
}

/* language dialog*/
.FloatingLanguageBoxBlocker
{
   opacity: 0.5;
   filter: alpha(opacity=50);
   background-color: #000000;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.FloatingLanguageBox
{
   text-align: left;
   margin-top: 0px;
   background-color: #5d687c;
   color: #FFFFFF;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   vertical-align: middle;
   border: solid 2px #FFFFFF;
   padding: 10px;
   opacity: 1.0;
   filter: alpha(opacity=100);
   width: 600px;
   position : absolute ;
   z-index : 10 ;
   
}
.FloatingLanguageContents
{
}
.FloatingLanguageControls
{
   text-align: right;
   padding: 0;
}

/* currency dialog*/
.FloatingCurrencyBoxBlocker
{
   opacity: 0.5;
   filter: alpha(opacity=50);
   background-color: #000000;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 2;
}
.FloatingCurrencyBox
{
   text-align: left;
   margin-top: 0px;
   width : 600px;
   background-color: #5d687c;
   color: #FFFFFF;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   vertical-align: middle;
   border: solid 2px #FFFFFF;
   padding: 10px;
   opacity: 1.0;
   filter: alpha(opacity=100);
   
   position : absolute ;
   z-index : 10 ;
}
.FloatingCurrencyContents
{
}
div.FloatingCurrencyBox select
{	
	border:1px solid #CCCCCC;
	float:right;	
	font-size:1em;
	margin:0 0 0 20px;
	padding:5px;
	width:293px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.FloatingCurrencyControls
{
   text-align: right;
   padding: 0;
}