@charset "iso-8859-1";

.product { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product .layoutGrid {
	empty-cells: show; 
    /* IE work around */
    border-collapse: collapse;
}  
/*
.product .titleContainer { 
    border-right: 1px solid #CCCCCC;
}

 */


.product .top_right {
 	width: 170px;
}    
.product .mid_right {
    width: 162px;
}

.product .tabs {
	padding: 10px 0 10px 0;
}
.product .tab_title, .product .tab_title_off, .product .tab_divider {
	font-family: 'Arial';
	font-size: 15px;
  font-weight: bold;
	display: inline;
  color: #FF9933;
  padding-right: 5px;
}

.product .tab_divider {
  color: #888888;
}

.product .tab_title_off {
	cursor: pointer;
  color: #888888;
}

.product .tab_content, .product .tab_content_hidden {
	display: block;
  
}

.product .tab_content_hidden {
	display: none;
}

.product .top_content {
 	padding-bottom: 10px;
}

.product .vDivider {
    border-left: 1px solid #CCCCCC;
}  
.product .hDivider {
    color: #CCCCCC;
    height: 1px;
    border-top: 1px;
}

.product .bucket {
	/*border-bottom: 1px solid #CCCCCC;*/
    vertical-align: top;
}

.product #last {
	border: 0px;
}

.product .bucket .title {
 	  margin-top: 5px;
}

.product .bucket .description, .product .top_content .description {
    padding-top: 4px;
	line-height: 11px;
	font-size:10px;
	color:#555555;   
} 

.product .description {
	padding-right: 5px;
}


.product .bucket .image { 
	width: 191px;
	padding:7px;
}

.product .link {   
	color: #0099FF;
	font-size: 10px

}
