@charset "UTF-8";
/* CSS Document */
body {
   font-family: tahoma,verdana,arial;
   font-size: 11px;
   /*color: #848282;*/
   color: #000000;
}
img {
	border:none;
}
td {
	vertical-align:top;
}
#wrapper {
	margin:0px auto 0px auto;
	width:950px;
}
a:link {
  color: #747474;
  text-decoration: none;
}
a:visited {
  color: #747474;
  text-decoration: none;
}
a:hover {
  color: #888888;
  text-decoration: underline;
}
#footer a:link {
  color: #08A8C4;
  text-decoration: none;
}
#footer a:visited {
  color: #08A8C4;
  text-decoration: none;
}
#footer a:hover {
  color: #888888;
  text-decoration: underline;
}
.greyBold {
    color: #747474;
    font-weight: bold;
}
.greyBoldLg {
  color: #747474;
  font-weight: bold;
  font-size: 14px;
}
a.blueBold {
	font-weight:bold;
    color: #08A8C4;
}
#centerContent {
	margin:10px 0px 10px 0px;
}
.orangeBold {
  font-size: 14px;
  color: #FF850D;
  font-weight: bold;
}
.redBold {
  font-size: 14px;
  color: #F00;
  font-weight: bold;
}
.greenBold {
  font-size: 14px;
  color: #228B22;
  font-weight: bold;
}
/* Begin NetSuite Styles */
#outerwrapper {
	/*margin:0px auto 0px auto;*/
	/*width:950px;*/
margin:0px 0px 0px 5px;
width:1100px;
}
.bgltmedtext {
   font-family: tahoma,verdana,arial;
   font-size: 11px;
   color: #000000;
   line-height:16px;
}
.medtextboldnolink {
   font-family: tahoma,verdana,arial;
   color: #000000;
}
.input {
	border-width:1px;
}
.bgbutton {
	border-width:1px;
}
.headbarsub {
  color: #747474;
}
.medtext {
   font-family: tahoma,verdana,arial;
   font-size: 11px;
   color: #000000;
   line-height:14px;
}
.checkoutprogresstext {
	color:#666;
}
/* End NetSuite Styles */


/* start item page tabs */
.containerItemTabs{
	width: 500px !important;
	margin: 0 auto;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:10.5px !important;
}

ul.tabs li{
	color: #8b8b8b;
	font-family: tahoma,verdana,arial;
	font-size:10.5px !important;
	display: inline-block;
	padding: 4px 6px !important;
	cursor: pointer;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	/*border-bottom:1px solid #d9d9d9;*/
	border-radius:5px 5px 0 0;
	
	background:#e7e7e7; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	background: -o-linear-gradient(top, #ffffff, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,
		  endColorstr=#e7e7e7);
	-ms-linear-gradient(left, #ffffff, 0%, #e7e7e7 100%);
	 background: linear-gradient(left, #ffffff 0%, #e7e7e7 100%);
	
}

ul.tabs li.current{
	background: #fff;
	font-family: tahoma,verdana,arial;
	font-size:10.5px !important;
	border-bottom:none;
	color:#8b8b8b;
}

ul.tabs li.hoverWhite {
	background:#fff;
}

.tab-content{
	/*margin-top:-10px;*/
	display: none;
	padding: 10px;
width: 480px !important;

	
	/*border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;

	background:#e7e7e7; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	background: -o-linear-gradient(top, #ffffff, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,
		  endColorstr=#e7e7e7);
	-ms-linear-gradient(left, #ffffff, 0%, #e7e7e7 100%);
	 background: linear-gradient(left, #ffffff 0%, #e7e7e7 100%);*/
}

.tab-content.current{
	display: inherit;

}


.tab-content td {
	font-family: tahoma,verdana,arial;
	font-size:11px;
	color:#4d4d4d;	
}

/* end item page tabs */