/*** INDEX	- accessory_range.css	v. 1.2* ----------------------------*	@Misc. Overrides*	@Tab navigation*	@Issue selection*	@Issue overview* ----------------------------*//*** @Misc. Overrides*/#accessory_range .product_list{	min-height: 335px;}/*** @Tab navigation*/#accessory_range .tab_navigation{	display: none;	height: 53px;}#accessory_range .tab_navigation ul li{	background: transparent url(../images/layout/bg.tab.accessory_range.png) repeat-x 0 -53px;	border-left: 2px solid #FFF;	cursor: pointer;	/*width: 231px;*/}#accessory_range .tab_navigation ul li:first-child{	border: none;	/*width: 232px;*/ /* evens up to the full width :/ */}#accessory_range .tab_navigation ul li.disabled{	cursor: default;}#accessory_range .tab_navigation ul li a{	background: transparent url(../images/layout/bg.tab.accessory_range.end.png) no-repeat 0 bottom;}#accessory_range .tab_navigation ul li.selected a{	background-position: center bottom;}/*** @Issue selection*/#issue_selection{	background: transparent url(../images/layout/bg.accessory_range.jpg) no-repeat top right;	height: 467px;}#issue_selection article{	padding: 34px 33px;}#issue_selection article h1{	margin: 0 0 11px 0;}#issue_selection .selectors{	padding: 16px 33px;}/*** @Issue overview*/#issue_overview{	padding: 12px 33px 24px 33px;}#issue_overview button.order{	float: right;	margin: -13px 0 0 0;}