/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: #accaff;
	font: normal 14px Arial,Helvetica,sans-serif;
}

#page
{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#header
{
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	width: 1000px;
    height: 180px;
}

#header #logo
{
	width: 140px;
    height: 160px;
    background: url(images/logo.png) no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

#header #text {
    width: 365px;
    height: 160px;
    float: left;
    padding-top: 10px;
    text-align: left;
    font-size:15px;
}

#header #text table {
    font-size: 12px;
    border: 0px;
}

#header #cert {
    margin: 10px;
    font-size: 12px;
    width: 130px;
    height: 160px;
    float: left;
}

#header #images {
    position: relative;
    width: 330px;
    height: 180px;
    float: right;
}

#mainmenu ul.menu {
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:33px;
    background:url(images/mainmenu_bg.png) repeat-x top left;
    background-color:#000000;
    margin:0;
    padding:0;
    font-weight: bold;
}

#mainmenu ul.menu li {
    display:block;
    float:left;
    margin:0;
    padding:0;
}

#mainmenu ul.menu li a {
    float:left;
    color:#000000;
    text-decoration:none;
    height:24px;
    padding:6px 15px 0;
}

#mainmenu ul.menu li a:hover,
#mainmenu ul.menu li a.active {
    color:#ffffff;
    background:url(images/mainmenu_bg.png) repeat-x top left;
    background-color:#ffffff;
}

#content
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#footer
{
    background-color: #dddddd;
	width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    color: #777777;
    font-size: 10px;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

#basic {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    margin-top: 10px;
}

#category {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

#basic .text,
#category .text {
    position: relative;
    padding: 10px;
}

#contact_left {
    background-color: #ffffff;
    width: 495px;
    height: 310px;
    float: left;
    margin-top: 10px;
}

#contact_right {
    background-color: #ffffff;
    width: 495px;
    height: 310px;
    float: right;
    margin-top: 10px;
}

#basic_left {
    background-color: #ffffff;
    width: 495px;
    height: 210px;
    float: left;
    margin-top: 10px;
}

#basic_right {
    background-color: #ffffff;
    width: 495px;
    height: 210px;
    float: right;
    margin-top: 10px;
}

#basic_left .text,
#basic_right .text,
#contact_left .text,
#contact_right .text {
    padding: 10px;
}

.home_frame_left {
    background-color: #ffffff;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width:310px;
    height:500px;
}

.home_frame_right {
    background-color: #ffffff;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    width:680px;
    height:500px;
}

.home_list_item {
    padding: 10px;
    border: solid 1px;
    width: 270px;
    height: 200px;
    float: left;
    margin: 5px;
}

.home_list_item a {
    text-decoration:none;
    color: black;
}

.home_list_item img {
    border: 1px solid black;
    width: 100px;
    float: left;
    margin-right: 10px;
}

.home_list_item a:hover {
    color: #555555;
}

.home_item_text {
    padding: 10px;
}

div .header {
    background: url(images/home_frame_header.png) repeat-x;
    width: 100%;
    height: 30px;
}

div div.header .text {
    padding-top: 8px;
    padding-left: 10px;
    color: #ffffff;
}

#about_frame1 {
    background-color: #ffffff;
    width: 500px;
    height: 390px;
    float: left;
    margin-top: 10px;
}

#about_frame2 {
    background-color: #ffffff;
    width: 490px;
    height: 390px;
    float: right;
    margin-top: 10px;
}

#about_frame1 .text,
#about_frame2 .text {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#condition,
#feedback,
#suppliers {
    background-color: #ffffff;
    margin-top: 10px;
    width: 100%;
    height: 500px;
}

#pricelist {
    background-color: #ffffff;
    margin-top: 10px;
    width: 100%;
}

#condition .label,
#feedback .label,
#suppliers .label,
#pricelist .label {
    position:relative;
    height: 30px;
    background: url(images/product_body_history.png);
}

#condition .body,
#suppliers .body {
    height: 470px;
    overflow: auto;
}

#condition div .body_text,
#suppliers div .body_text,
#pricelist div .body_text {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#condition div .label_text,
#feedback .label_text,
#suppliers .label_text,
#pricelist .label_text {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: white;
}

#suppliers table {
    text-align: center;
}

#suppliers img {
    border: 0px;
}

#condition div div a {
    text-decoration:none;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

#product_menu {
    background-color: #ffffff;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    width: 200px;
    height: 500px;
}

#product_menu a {
    text-decoration:none;
    color: blue;
}

#product_menu li a.active,
#product_menu li a:hover {
    color: black;
}

#product_menu div.label {
    position:relative;
    height: 30px;
    background: url(images/product_body_history.png);
}

#product_menu div.label a {
    color: white;
}

#product_menu div.label_text {
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    color: white;
}

#product_menu div.pmenu {
    font-size: 13px;
    margin-left: 5px;
}

#product_menu ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

#product_menu li {
    padding-left: 20px;
}

#product_menu li.open {
    left: 0;
    background:url(images/icons.png) -21px 0px no-repeat;
}

#product_menu li.closed {
    left: 0;
    background:url(images/icons.png) 0px -16px no-repeat;
}

#product_body {
    position:relative;
    background-color: #ffffff;
    margin-top: 10px;
    float: left;
    width: 790px;
    height: 500px;
}

#product_body div.navigation {
    position:relative;
    height: 30px;
    background: url(images/product_body_history.png);
}

#product_body div div.navigation_text {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: white;
}

#product_body div.navigation div a {
    text-decoration:none;
    color: white;
}

#product_body div.navigation div a:hover {
    color: #dddddd;
}

div.list {
    position: relative;
    overflow: auto;
    height: 470px;
}

div.list div.list_item {
    padding: 10px;
    border: solid 1px;
    width: 330px;
    height: 170px;
    float: left;
    margin: 10px;
}

div.list div.list_item div a {
    text-decoration:none;
    color: black;
}

div.list div.list_item img {
    border: 1px solid black;
    width: 100px;
    float: left;
    margin-right: 10px;
}

div.list div.list_item div a:hover {
    color: #555555;
}

#product_body .item {
    position:relative;
    width: 100%;
    height: 470px;
    float: left;
    overflow: auto;
}

#product_body_sitesMenu {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

#company {
    position:absolute;
    right: 0px;
    top: 10px;
    width:200px;
}

#company img {
    border: 0;
}

.confirmation {
    width: 100%;
    text-align: center;
}

.confirmation a {
    text-decoration:none;
    color: black;
}

.confirmation a:hover,
.confirmation a:active{
    color: blue;
}

img.ico-img {
    border: 0;
}

/*---------- sexy tooltip -----------*/
.tooltip {
    outline: none;
    text-decoration: none;
    position: relative;
}
.tooltip:hover {
    border-bottom: 1px dotted;cursor: help;
}
.tooltip span.classic,
.tooltip span.custom,
.tooltip span.critical,
.tooltip span.help,
.tooltip span.info,
.tooltip span.warning {
    margin-left: -999em;
    position: absolute;
    color:black;
}
.tooltip:hover span.classic,
.tooltip:hover span.custom,
.tooltip:hover span.critical,
.tooltip:hover span.help,
.tooltip:hover span.info,
.tooltip:hover span.warning {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
    font-weight: normal;
}
.tooltip:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}
.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
