

#left000 { 
position:absolute; 
left:0; 
top:0; 
padding:0; 
width:225px; 
height:100%; /* works only if parent container is assigned a height value */ 
color:#333; 
background:#eaeaea; 
border:1px solid #333; 
} 


#admin
{ 
margin-right:440px; 
} 


#product-list {
	position:absolute;
	right:0;
	top:50px;
	width:220px;
	height:95%; /* works only if parent container is assigned a height value */
	color:#333;
	margin-right:228px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	overflow:auto;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;

} 



#filter {
	position:absolute;
	right:0;
	top:50px;
	padding-left:4px;
	width:223px;
	height:100%; /* works only if parent container is assigned a height value */
	color:#333;
	height:94%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}





.ui-wrapper {
	border: 0px solid #FF6600;
}
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/* 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... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


.content
{
	margin-left: 137px;
border: 0px dotted #000099;	
padding:0px;
}


.add-prod
{
	float:right;
	width: 100px;
	margin-top:0px;
	margin-left:18px;
	border: 1px dotted #CC0000;
}




/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Verdana;
    font-size: 12px;
	
}

.ui-tabs-nav {
	list-style: none;
	border: 0px dotted #000099;
	width: 130px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 3px;
	height: 500px;
	float:left;
	margin-top: 40px;
	margin-right:0px;
	margin-bottom: 0;
	margin-left: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li h3{
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top:2px;
	padding-bottom: 4px;
	font-size: 12px;
	padding-left:5px;
}


.ui-tabs-nav li.addproduct{
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top:2px;
	padding-bottom: 2px;
	color:#000000
}




.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	/*	background-image: url(/assets/img/admin/nav/buttons.gif);
	background-position: -30px -90px;*/
	width: 122px;
	
	font-weight: normal;	

}
.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav00000 .ui-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
/*    background-position: -30px -90px;*/
		font-weight: bold;
    padding-top: 0px;	
}


.ui-tabs-nav a span.first
{
	border-top-color: #000099;
	border-top-width: 1px;
	border-top-style: dotted;
}




.ui-tabs-nav a span:hover {
	background-color: #E1E1E1;
}



.ui-tabs-nav a span {
	padding-top: 2px;
	padding-right: 0px;
	height: 22px;
	/*    background-position: -30px -39px;*/
    line-height: 20px;
	background-color: #F5F5F5;
	margin-top:0px;
	color: #000099;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-top: 2px;
	padding-right: 0;
	height: 22px;
	/*    background-position: -30px -39px;*/
    line-height: 20px;
	background-color: #FFFFFF;
	margin-top:0px;
	color: #000099;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #000099;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	font-weight: bold;
}

.ui-tabs-nav .ui-tabs-selected a span.first {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000099;
}








.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;

}
xxxxxxx.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
xxxx.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	margin-right:20px;
	padding-left: 20px;
	padding-top:4px;
	background: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}



/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}











