/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
CSS Design by Gor Vardanyan (www.gorvard.net)
Date   : 2007/03/27

Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0 Date   : 2006/03/20
*/

/*==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;    
}


body {
scrollbar-base-color: #131318;
scrollbar-arrow-color: #62626C;
scrollbar-3dlight-color: #A5A5A5;
scrollbar-face-color: #131318;
scrollbar-track-color: #A5A5A5;

    font-size: 11px;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #A5A5A5;
    background: #2F2F2F url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/full-bg.gif') center top no-repeat;
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
	line-height: 1.4em;
}
a {
    color: #e5e5e5;
    text-decoration: none;
}
a:hover {
    color: #FC0;
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 868px;
    clear: both;
    width: 868px;
    margin: 0 auto;
    text-align: left;
	position: relative;
	background: #242424;
	border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 868px;
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
}
    
#middleCol .inner {
    padding: 0px;
	background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backg1.jpg') top left no-repeat;
width:550px;

}
html > body #middleCol .inner {
    height: auto;
   /* min-height: 497px;  Sets min height for gecko */
}
#layout-3Cols #middleCol {

    width: 550px;
}

#leftCol {
    float: left;
    width: 0px;
}
#leftCol .inner {
    padding: 0;
	background-color: #2F2F2F;
}
#rightCol {
    float: right;
    width: 318px;
}
#rightCol .inner {
    margin: 0;
    padding: 0 0 0 13px;
}

/*
=========================Header===============================*/
#header .wrap {
    margin: 0px;
	padding:0px;
}

#header .flash {margin: 0 -1px; padding: 0 1px;
width: 868px;
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/flash-bg.gif') top repeat-x; 
}

#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#header #lang-switcher {
position: absolute;
top: 30px; right: 0px;
color:#fff;
display: block;
width: 135px;
padding: 2px 0 2px 0;
min-width: 200px;
}
* html #header #lang-switcher {
width: 200px;
}

#header #user-info {
	display: none;
}

#header #user-info li {
		float:left;
	  font-weight: bold;
	  font-size: 0.85em;
	  padding-left: 0.5em;
}
#header #user-info li a, #header #user-info li a:visited {
	color: #FFFFFF;
	 font-size: 0.75em;
}
#user-info img {
	margin-right: 5px;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backg_m.jpg') top left no-repeat;
padding-top:8px;
}
#inner-wrapper .inner-container {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/bg.gif') top left repeat-y;

}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 0.85em;
	display: none;
}
#breadcrumbs .inner {
    padding: 0;
}
#breadcrumb {

}
a.breadcrumbs {
    font-weight: bold;
    color: #980000;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 1em 0 1em 0;
    padding-bottom: 0.5em;
    color: #000000;
	font-family: Verdana, arial, sans-serif;
}

h1.pageTitle {
    margin-top: 10px;
	padding: 0;
    color: #FFFFFF;
	background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/pagetitle-bg.gif') center repeat-x;
}
h1.pageTitle span {
background-color: #242424;
padding-right: 15px;
}
h2 {
    margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
.prod td h2, .prod td h2 a {
	font-size: 11px;
	font-weight:normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style-image: url('http://css.zerogrey.com/themes/sabelt_ist/images/bullet.gif'); */
    list-style-type: none;
}
li {
    margin: 0;
    padding: 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: inline-block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #f8f0f1;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
    



}
textarea {
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

#header #lang-switcher select, #content input.text, #content select.select, #content textarea.textarea {
font-size: 10px;
color: #A5A5A5;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
}


textarea.textarea-reg {
font-size: 10px;
color: #A5A5A5;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
height:10em;
width: 30em;
}


input.text {
    padding: 2px 0;
font-size: 10px;
color: #A5A5A5;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
}
form label {

}

/* SIZES */
.fourth {
	width:25% !important;
}
.padleft40 {padding-left: 40px;}
.third {
	width:32% !important;
}
.half {
	/*width:48% !important;*/
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	width:50%;
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
	color: #fff;
	background-color: #777;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.left-button {
	color:#A5A5A5;
	background-color: #777;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/button-bg.gif') left top no-repeat;
	width: 66px; height: 18px;
}
.buy .button {
   color: #fff;
   background-color: #000;
   border: 1px solid #666;
	cursor:pointer;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
form#frmLogin {
	margin: 1em auto;
	width:200px;
	text-align:center;
}
#frmLogin label {
	float:left;
	width:80px;
	text-align:left;
}
#frmLogin input {
	margin-bottom:10px;
}
#frmLogin fieldset {
	padding-top: 0;
	margin-top: 0;
	text-align:left;
}
dl.onSide dt {
    padding: 2px 0 2px 0;
	text-align: center;
	padding-left: 30px;
}
dl.onSide dd{
    margin-bottom: 0.5em;
	padding: 2px 0 2px 0;
	text-align: center;
}
dl.onSide dd label{
display: block;
}
dl.onSide dd input{
font-size: 10px;
color: #A5A5A5;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
}
dl.onSide dd input.loginButton{
    background-color: #BBBBBB;
	color: #FFFFFF;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/
table {
    margin: 0;
    padding: 0;
    border: 0;
}
td, th {
    padding: 2px 3px;
	text-align: center;
}

tr th {
    padding-top: 4px;
    padding-bottom: 5px;
}
tr th, tr td, tr th a {
}
tr th a {
    display: block;
}
tr th.sortedAsc a {
    background: url('http://css.zerogrey.com/themes/sabelt_ist/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th.sortedDesc a {
    background: url('http://css.zerogrey.com/themes/sabelt_ist/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th a:hover {
    text-decoration: none;
    color: #980000 !important;
}
tr td {
    /*border: 1px solid #F6F5F2;*/
}
tr.alternateRow td {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td {
  background: #F0FFD9; /*E0EFB8*/
}



/*
=========================Footer===============================*/
#footer { 
background-color: #232323;
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/footer.gif') left top no-repeat;
height: 42px;
color: #FFFFFF;
}
#footer .wrap {
    margin: 0;
    padding-top: 3px;
	text-align: center;
}
#footer p {
	margin-top: 4px;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    /*-moz-border-radius: 0.3em;*/
}
.errorMessage {
    border: 2px solid #900; /* php echo $error */
    color: red;
	background-color: #333333;  /* php echo $primaryDark green; */
}
.infoMessage {
    border: 2px solid #CC9900;  /* php echo $primaryDark green; */
    color:  #CC9900;    /* php echo $primary green;*/
	background-color: #333333;
}
.error, .required {
    color: #900;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #900;
    /*-moz-border-radius: 0.3em;*/
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #900;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 10px 0 0;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #A5A5A5;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #333333;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    /*    -moz-opacity: 0.85;
    */
}
.tipOwner:hover .tipText {
    display: block;
}


/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}
/*======================Login Page========================*/
div.login-section {
text-align: center;
padding: 0px 0 5px 0;
margin: 10px auto 7px auto;
font-weight: bold;
font-size: 1.4em;
width: 250px;
}
/*====================== Search ========================*/
#search-box {
display:none;
width: 165px;
}
#search-box .search-field {

width: 137px;
}
#search-box .find-btn {

}

.information-box ul {
list-style-image: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/info-bulet.gif');
list-style-type: circle;
padding: 10px 0 10px 20px;
margin-left: 15px;
display: block;
}
.left-contact-box a {display:block; height:25px; padding:8px 0 0 47px; background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/email.gif') center center no-repeat;}
.margin-minus { margin: -10px;}
#middleCol h2 {
/*	height: 30px;*/
	margin-bottom: 0;
}
/*html > body #middleCol h2 {
    height: auto;
    min-height: 30px;
}*/

.break-bg {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/break-bg.gif') left top no-repeat;
height: 9px;
font-size:1px;
clear:both;
margin: 0 -1px;
}

.white {color: #fff;}

/*====================== product finder ========================*/
#product-finder {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/product-finder.gif') left top no-repeat;
padding: 24px 5px 5px 58px;
}
#product-finder select {


margin-bottom: 5px;
width:108px;
font-size: 10px;
color: #A5A5A5;
text-decoration: none;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
}
/*====================== Members Login (left) ========================*/
.clients-access {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/member-login.gif') left top no-repeat;
padding: 24px 5px 5px 5px;
}
ul.user-log-info {margin-left:53px;}

#frmLoginLeft input.text {
width:100px;
font-size: 10px;
color: #A5A5A5;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
margin-bottom:5px;
}
#frmLoginLeft {}
#frmLoginLeft label {
color:#A5A5A5; width:55px; display:block; float:left;
}
/*====================== Shopping Cart ========================*/
#shopping-cart {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/shopping-cart.gif') left top no-repeat;
padding: 22px 5px 5px 58px;
}
#shopping-cart td {
text-align:left; vertical-align:top;
}
/*====================== Mailing List ========================*/
#mailing-list {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/mailing-list.gif') left top no-repeat;
padding: 32px 5px 5px 5px;
}
#mailing-list input.text {
margin-left:53px;
width: 98px;
}
#mailing-list .ml-info {
margin: 5px 0;
clear: both;
}
/*====================== Call Us Now ========================*/
#call-us {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/call-us.gif') left top no-repeat;
height:61px;
margin: 0 -1px;
padding: 22px 5px 5px 58px;
}

#frmLogin label {
display:block;
}

.flash2 {margin:-10px -20px 0 -12px;}
/*====================== Add Address section for user ========================*/
fieldset.addr-section {
	border:1px solid #666;
	padding:15px;
	margin: 10px 0;
}
fieldset.addr-section legend {
	font-weight:bold;
	font-size:12px;
	color:#fc0;
}
fieldset.addr-section label {
	float:left;
	width:150px;
	text-align:right;
	padding-right:8px;
}
.addr-input-filed {
	margin-bottom:6px;
}
.don-rec {
padding:15px 0 0 0;
}
.addr-button {padding:15px 0 0 63px;}

/*====================== FAQ SECTION ========================*/
h5 {
font-size:1.2em;
color:#ccc;
}
.question {
font-weight:bold;
display:block;
color:#CC9900;
}
.faq-answer {
display:block;
background-color:#3E3E3E;
padding:5px;
margin-bottom:20px;
}
/*====================== 7/11/07 CHANGES ========================*/
#top-img {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/top.jpg') top left no-repeat;
padding-top:17px;
}

.page-bot {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/page-bot.jpg') bottom left no-repeat;
height:65px;
}

.heading {
padding:10px;
text-align:center;
font-weight:bold;
color:#fff;
font-size: 14px;
}
.heading span{
color:#fc3;
}
.content-text {
padding:5px 20px;
color:#fff;
}

.sectitle {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/top_right.jpg') left top no-repeat;
height: 19px;
font-weight:bold;
padding: 4px 0 0 20px;
}
.secbottom {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/bott_right.jpg') left top no-repeat;
height: 26px;
margin-bottom:10px;
text-align:center;
padding-top:10px;
}
.buttons {
background: url('http://css.zerogrey.com/themes/sabelt_ist/images/backgrounds/button-bg-alt.gif') center center no-repeat;
padding:5px 25px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20

Updated by Gor Vardanyan (www.gorvard.net)
Date   : 2007/02/15
*/

/*====================Default Block Styling=====================*/
.block {

}
.block .header {
    padding: 0;
}
.block .content {
    padding: 0;
}

.block .content ul {
    padding: 0; margin: 0;
    list-style-type: none;
}
.block .content ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.eshop_menu h2 {
    margin-left: 5px;
}
.eshop_menu ul li a, .eshop_menu ul li a:visited {
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-transform: uppercase;
}
.eshop_menu li a:hover  {
	text-decoration: none;
}


/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
}
#top-nav .inner {

}
#top-nav ul {
 list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 868px;
	height: 18px;
	background: url('http://css.zerogrey.com/themes/sabelt_ist/images/menu.jpg') left top no-repeat;
}
#top-nav li {
margin: 0;
padding: 4px 0 0 29px;
font-size:10px;
float:left;
color: #B0B0B0;
}

#top-nav li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#top-nav li a:hover, #top-nav li.current a {
	text-decoration: none;
	color: #FC0;
}
/*
====================Bottom Navigation Block======================*/
#bottom-nav {

}

#bottom-nav .inner {

}
#bottom-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
#bottom-nav li {
     display: inline;
	 padding-left: 15px;
}

#bottom-nav li a {
text-transform: uppercase;
}
#bottom-nav li a:hover, #bottom-nav li.current a {

}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #D10010;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #980000;
    font-size: 1.3em;
    font-weight: bold;
    color: #f8f0f1;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #D10010;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
