/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

div#container-1 { width: 800px; clear: both; }
div#fragment-1, div#fragment-2 { width: 798px; height: 340px; border: solid 1px #e2e2e2; color: #000000; *width: 800px; }
div.productDetailsInfo { height: 340px; overflow-x: hidden; overflow-y: scroll; }

/* Skin */
.tabs-nav { list-style: none; margin: 0; padding: 0; }
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: "";
}
.tabs-nav li {
    float: left;
	text-align: center;
    width: 150px; height: 30px; background-image: url(images/theme/new/tab-productinfo.gif); background-repeat: no-repeat;
}
.tabs-nav li.tabs-selected {
	background-image: url(images/theme/new/tab-productinfo_active.gif);
}

.tabs-nav li a {
	font-size: 12px; font-weight: bold; line-height: 30px;
	color: #FFFFFF;
    white-space: nowrap; /* required in IE 6 */    
}

.tabs-nav li.tabs-selected a {
    color: #4A78CE;
}

.tabs-nav li a:hover { color: #990000; }

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
    border-top: 1px solid #97a5b0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    background: #ffffff;
	margin-bottom: 4px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
/** sipl **/
.inputbox{ width:122px; height:15px; border:solid 1px #000000; background:#FFFFFF; padding-left:5px;}
.inputboxop{ width:122px; height:20px; border:solid 1px #000000; background:#FFFFFF; padding-left:5px;}
.tab{ border:solid 1px #000000; background:#CCCCCC; font-size:10px;}
.padr{ padding-right:20px;}

