.product .menu { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 160px; }
.product .main { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 700px; }

.product .title { border-bottom: 1px solid #cfcfcf; margin-bottom: 0; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; text-align: center; }
.product .main { margin-top: 15px; }
.product .menu { margin-left: 0; margin-right: 20px; }
.product .menu ul { list-style-type: none; }
.product .menu ul > li { background: url(../images/product_menu_bg.png) 0 0; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; height: 45px; margin: 0; text-align: right; }
.product .menu ul > li:hover { background-position: 0 -45px; }
.product .menu ul > li:hover > a { background-image: url(../images/product_menu_arrow_hover.png); }
.product .menu ul > li:last-child { border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.product .menu ul > li > a { background: url(../images/product_menu_arrow.png) no-repeat right center; color: #2266b2; display: block; font-weight: bold; height: 45px; line-height: 45px; margin-right: 10px; padding-right: 20px; text-decoration: none; }

.three-column > * > .top, .three-column > * > .bottom { height: 40px; }
.three-column > * > .top { background: url(../images/product_overview_box.png) no-repeat 0 top; }
.three-column > * > .bottom { background: url(../images/product_overview_box.png) no-repeat -300px bottom; }
.three-column > * > .middle { padding: 20px; height: 400px; margin-top: -40px; margin-bottom: -40px; }
.three-column > *:hover > .top { background: url(../images/product_overview_box_hover_vertical.png) no-repeat 0 top; }
.three-column > *:hover > .bottom { background: url(../images/product_overview_box_hover_vertical.png) no-repeat -300px bottom; }
.three-column > .left, .three-column > .center, .three-column > .right { background: url(../images/product_overview_box.png) repeat-y -600px; border: 1px solid #cfcfcf; margin-right: 0; margin-left: 0; cursor: pointer; }
.three-column:hover > .left, .three-column:hover > .center, .three-column:hover > .right { background: url(../images/product_overview_box_hover_vertical.png) repeat-y -600px; }
.three-column > .center { margin-right: -1px; margin-left: -1px; }
.three-column > .left { margin-left: 27px; }
