/********************* Runway ***********************/

#main { margin: 0; width: auto; padding: 0; }
#header { width: 100%; padding: 0; height: 140px; z-index: 200; float: none; }
#main_container { width: 100%; float: none; height: 480px; margin: 0px; position: relative; z-index:123;}
#footer { width: 100%; float: none; padding: 0; }
#footer p { padding-right: 60px; }
#user_nav, #main_nav { margin-right: 45px; }

.left_nav_spacer { height: 171px; }
.left_nav { padding: 0 50px; float: none; height: 171px; }

.logo { left: 50px; position: absolute; top: 51px; }
.line_up_wrapper { overflow: hidden; height: 300px; position: relative; } 
.slide { width: 8000px; height: 300px; position: absolute; left: 0px; top: 0px }

.empty_spacer { float: left; }
/*.empty_spacer.zoom_width { width: 802px; }
.empty_spacer.detail_width { width: 596px; }*/

.line_up { float: left; width: 170px; }
.line_up img { margin: 20px 0 0 23px; cursor: pointer; width: 140px; height: 142px; }
.line_up.ghosted_div img { opacity:0.6; -moz-opacity: 0.6; filter:alpha(opacity=60) }

.look_detail { height: 300px; position: absolute; top: -10px; left: 100px; z-index: 300; }
.look_detail .img_container { float: left; position: relative; padding: 0 40px; }
.look_detail .img_container.view_detail { width: 297px; height: 300px; }
.look_detail .img_container.view_zoom { width: 396px; height: 400px; margin-top: -128px; }

.look_detail .img_container .scroll_prev { position: absolute; top: 282px; left: 0px; }
.look_detail .img_container .scroll_next { position: absolute; top: 282px; right: 0px; }

.detail_image_wrapper { position: relative; }
.detail_image_wrapper .runway_detail_img { width: 140px; height: 142px; position: absolute; top: 20px; left: -100px; }

.runway_zoom_img {  width: 297px; height: 300px; position: absolute; top: 128px; left: 40px;  }

.details { width: 100px; text-align: left; float: left; line-height: 1.8em; margin-top: 10px; margin-left: -100px; }
.details h1 { margin: 8px 0 13px 0; font-family: Arial; font-size: 11px; color: #A6A7A9; line-height: 16px; text-decoration: none; font-weight: normal; }
.details a { font-family: Arial; font-size: 11px; color: #A6A7A9; line-height: 16px; text-decoration: none; font-weight: bold; }

.vertical_slide { height: 5000px; width: 340px; position: relative; top: 0px; left: 0px; }

.arrow_bg { position: absolute; top: 0px; z-index: 4000; width: 22px; height: 300px; }
.arrow_bg img { padding: 142px 5px 0 5px; }
.arrow_bg.prev { left: 0px; }
.arrow_bg.next { right: 0px; }
