@charset "utf-8";
/* CSS Document */




/* =====================================================================================
   =====================================================================================
   For Inner Page Products Details Tab
   =====================================================================================
   =====================================================================================
*/

#Tabs_prodinfo_wrap {
	width: 643px;
	height: auto;
	float: left;
	background: url(../images/bg_05.jpg) repeat-x top;
}



/* =====================================================================================
      Tabs CSS
======================================================================================== */
ul.tabs_prodinfo {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	height: 37px; /*--Set height of tabs--*/
	width: 621px;
}

ul.tabs_prodinfo li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 37px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 37px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	background: url(../images/bg_05.jpg) repeat-x;
}

ul.tabs_prodinfo li a {
	text-decoration: none;
	display: block;
	font-size: 1.1em;
	outline: none;
	font-family: 'CUnivers57CondensedRegular', Arial, Helvetica, sans-serif;
	color:#3a3b3f;
	font-weight: normal;
	padding: 0px 17px 0px 17px;
}

ul.tabs_prodinfo li a:hover {
	background: url(../images/bg_06.jpg) repeat-x;
}

html ul.tabs_prodinfo li.active, html ul.tabs_prodinfo li.active a:hover  {  /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(../images/bg_06.jpg) repeat-x;
}



/* =====================================================================================
      Tabs Content CSS
======================================================================================== */
.tabs_prodinfo_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 643px;
	height: auto;
	border-top: none;
}


.tabs_prodinfo_content {
	font-size: 11px;
	background: #ffffff;
	width: 593px;
	height: auto;
	padding: 25px 25px 10px 25px;
	float:left;
}



#first_tab { width: 10px; height:37px; float:left; background: url(../images/bg_07.jpg) repeat-x; border-left: 1px solid #ffffff; }
#second_tab { 
	width: auto; height:37px; float:left; background: url(../images/bg_07.jpg) repeat-x; border-right: 1px solid #ffffff;
	color: #fff; font-family: 'CUnivers57CondensedRegular', Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 39px; padding: 0px 20px 0px 7px; }










