/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding:0px 0 8px 0;
 border-bottom: 1px solid #d9d9d9;
 font: bold 12px Arial, Helvetica, sans-serif
}

ul.tabbernav li
{
 list-style: none;
 margin-left:3px;
 display: inline;
}

ul.tabbernav li a
{
white-space:nowrap;
 padding:9px;
 margin-left: 0px;
 border: 1px solid #d9d9d9;
 border-bottom: none;
 background: #fbfbfb;
 text-decoration: none;
 width:118px;
 height:28px;
 color: #d31313;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #d31313; }

ul.tabbernav li a:hover
{
 color: #d31313;
 background:#fff;
 border-color:none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
  color: #d31313;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #d31313;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #d9d9d9;
 border-top:0;
 padding-bottom:20px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
/* .tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
} */

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.product_info{
	float:left;
	width:440px;
	font-size:12px;
	color:#5d5d5d;
	margin-top:5px;
}

.youtube_video{
	float:left;
	width:480px;
	margin-left:25px;
	margin-top:10px;
}

.product_info p{
	font-size:12px;
	color:#5d5d5d;
	font-weight:normal;
	line-height:18px;
	text-align:justify;
}


.product_info strong{
	font-size:12px;
	color:#000;
}

.reviews{
	border:0px solid red;
}

.reviews table td {
	color: #000;
	float: left;
	font-weight: bold;
	line-height: 22px;
	padding: 3px 0;
	width: auto;
}

.reviews table ul{
	margin-top:2px;
}


.reviews table ul li{
	line-height:20px;
}


.reviews table ul li a{
	text-decoration:none;
	color:#000;
	padding-left:4px;
}

.reviews table ul li a:hover{
	color:#F00;
}

.reviews table select{
	font-size:10px;
	outline:none;
}

.reviews_cont p{
	text-align:justify;
	color:#5d5d5d;
	line-height:20px;
	font-size:12px;
}

.text_box,
#review-form .text_box{
	width:233px;
	height:27px;
	background:#f8f8f8;
	border:1px solid #cccccc;
	outline:none;
	line-height:25px;
}

.text_area,
#review-form .text_area{
	width:915px;
	height:158px;
	background:#f8f8f8;
	border:1px solid #cccccc;
	outline:none;
	resize:none;
	overflow:scroll;
}

.review_btn{
	width:105px !important;
	height:28px;
	border:1px solid #dadada;
	background:url(../images/review_btn.png) repeat-x !important;
	text-align:center;
	color:#000;
	text-decoration:underline;
	line-height:25px;
	cursor:pointer;
  text-transform:none !important;
}

.review_btn:hover{
	color:#F00;
	text-decoration:none;
}

.r_items{
	margin-top:20px;
	padding-bottom:50px;
}

.item1{
	width:178px;
	float:left;
	padding-bottom:25px;
	border-right:1px solid #d9d9d9;
}

.item1 img{
	margin:25px 25px 0 25px;
}

.item1 p{
	padding:7px 15px 7px 15px;
	text-align:center;
	font-weight:bold;
}

.item2{
	width:180px;
	float:left;
	padding-bottom:15px;
	border-right:1px solid #d9d9d9;
}


.item2 img{
	margin:25px 0px 0 55px;
}

.item2 p{
	padding:7px 15px 7px 15px;
	text-align:center;
	font-weight:bold;
}

.item3{
	width:195px;
	float:left;
	padding-bottom:25px;
	border-right:1px solid #d9d9d9;
}

.item3 img{
	margin:25px 25px 0 55px;
}

.item3 p{
	padding:7px 15px 7px 15px;
	text-align:center;
	font-weight:bold;
}


.item4{
	width:195px;
	float:left;
	padding-bottom:25px;
	border-right:1px solid #d9d9d9;
}

.item4 img{
	margin:25px 25px 0 25px;
}

.item4 p{
	padding:7px 15px 7px 15px;
	text-align:center;
	font-weight:bold;
}

.item5{
	width:195px;
	float:left;
	padding-bottom:25px;
	border-right:0px solid #d9d9d9;
}

.item5 img{
	margin:25px 25px 0 55px;
}

.item5 p{
	padding:7px 15px 7px 15px;
	text-align:center;
	font-weight:bold;
}
