
/*accordion classes*/
.ui-tabs { position: relative; padding: 0; zoom: 1; margin-top: 20px; clear: both;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; bottom: -1px; margin: 0 .2em 0 0;  padding: 0;}
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; padding:0; background: none; border: solid 1px #005aaa; clear: both; width: 700px;}

.ui-tabs .ui-tabs-hide { display: none !important; }
li.ui-state-default a
{
	/*background-image: url(../../images/catalog/titleBackground.jpg);
	background-repeat: repeat-x;*/
	background-image: url(../../images/catalog/tab.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	background-color: #005aaa;
	color: white; 
border: 1px solid #005aaa;
}
li.ui-state-active a, li.ui-state-hover a
{
	
	background-image: none;
	background-color: white;
	border-bottom: 1px solid white;
	color: #005aaa; 

}

.sd
{
	clear: both;
	float: right;
	width: 220px;
	color: #ccc;
	font-weight: bold;
	margin: 0px;
}
.catalogTitle
{

	font-weight: bold;
	margin: 10px 0 0 0;
	color: #005aaa;
	font-size: 120%;

}
.catalogHeading
{
	clear: left;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 90%;
	overflow: auto;
}
.prodHeadImage
{
	width: 100px;
	float: left;
	margin: 10px;
}
.prodHeadText
{
	width: 80%;
	margin-top: 10px;
	color: #005aaa;
}
.checkImage
{
	width: 100px;
	height: 100px;
	float: right;
	margin: 10px;
	background-color: green;
	
}
.product
{
	clear: both;
	border-top: dashed 1px #ccc;
	overflow: auto;
	padding: 10px;
}
.product p
{
	margin: 0;
}
.catPrice
{
	font-weight: bold;
	text-align: center;
	
}
.catName
{
	font-weight: bold;
}
.catCompImg
{
	float: right;
	margin: 10px;
}
.catImg
{
	width: 75px;
	float: right;
	margin: 10px;
}

.moreInfo
{
	float: left;
	margin-right: 10px;
}
.catButtons
{
	float: right;
	width: 75px;
	margin:  0 10px;
}
.catButtonDetail
{
	  background: url("../../images/catalog/Info.jpg") no-repeat 0 0;
	  height: 16px;
	  width: 71px;
	  display: block;

}
.catButtonDetail:hover
{
	  background: url("../../images/catalog/Info_over.jpg") no-repeat 0 0;
}
.catButtonBuy
{
	  background: url("../../images/catalog/buyNow.jpg") no-repeat 0 0;
	  height: 16px;
	  width: 71px;
	  display: block;
	  text-align: center;
}
.catButtonBuy:hover
{
	  background: url("../../images/catalog/buyNow_over.jpg") no-repeat 0 0;
}
.catButtonPreOrder
{
	  background: url("../../images/catalog/preOrder.jpg") no-repeat 0 0;
	  height: 16px;
	  width: 71px;
	  display: block;
	  text-align: center;
}
.catButtonPreOrder:hover
{
	  background: url("../../images/catalog/preOrder_over.jpg") no-repeat 0 0;
}