@charset "utf-8";
/* CSS Document */

#imageColumn {
	width: 180px;
	float: left;
	margin-bottom: 15px;
}

#imageColumn img {
	width: 174px;
	padding: 2px;
	border: #cbc9c9 1px solid;
	margin-bottom: 5px;
}

#infoColumn {
	width: 370px;
	float: left;
	margin-left: 10px;
}

#infoColumn #info {
	height: 130px;
	padding-left: 10px;
}

#infoColumn #info form {
	margin-bottom: 20px;
}

#infoTabs {
	width: 560px;
	height: 26px;
	background: url(/graphics/main/info-tab-bg.gif) top right repeat-x;
}

.infoTab a {
	float: left;
	width: 114px;
	height: 26px;
	display: inline;
	background: url(/graphics/main/info-tab.gif) left top no-repeat;
	margin-left: 7px;
	line-height: 26px;
	text-align: center;
	font-size: 1.1em;
}

.infoTabSelected a {
	float: left;
	width: 114px;
	height: 26px;
	display: inline;
	background: url(/graphics/main/info-tab.gif) right top no-repeat;
	margin-left: 7px;
	line-height: 26px;
	text-align: center;
	font-size: 1.1em;	
	color: #FFFFFF;
}

.infoTabSelected a:visited {
	color: #FFFFFF;
}

.tabContent {
	width: 540px;
	display: none;
	padding: 10px;
	border-bottom: #cbc9c9 1px solid;
}

#specTabContent table td {
	padding: 4px;
	border-bottom: #CCCCCC 1px solid;
}

.accessoryBox {
	width: 560px;
	height: 240px;
	overflow: auto;
}

.obReview {
	font-size: 1.2em;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	margin-left: 30px;	
}

.rowDivider {
	padding-top: 10px;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 10px;
}
