/* eizo.com        */
/* css             */
/* accessories.css */


/* accessories index table */
/*------------------------------------------------------------*/


.accAc a{
	width:210px;
	cursor:pointer;
	display:block;
	background:#e4e1d9;
	border-bottom:1px solid #9e9e9e;
}


table.acc_cat {
	width:660px;
	margin:0 30px 2px;
	padding:0;
	}

table.acc_cat th {
	vertical-align:middle;
	text-align:center;
	width:25%;
	font-weight:normal;
	padding-top:2px;
	}

table.acc_cat h5 {
	color:#636366;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
table.acc {
	width:660px;
	height:380px;
	border-top:1px solid #9e9e9e;
	border-left:1px solid #9e9e9e;
	margin:0 30px 20px;
	}

table.acc th {
	vertical-align:top;
	width:210px;
	background:#e4e1d9;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	font-weight:normal;
	padding:12px 0 0 12px;
	}

table.acc td {
	vertical-align:top;
	border-right:1px solid #9e9e9e;
	border-bottom:1px solid #9e9e9e;
	padding:5px;
	}

table.acc h5 {
	color:#636366;
	font-weight:bold;
	margin:0;
	padding:0;
	}

table.acc ul {
	list-style:none;
	margin:0 0 50px 16px;
	}

table.acc ul li {
	color:#636366;
	margin:0 0 8px;
	}

table.acc ul li.active {
	color:#636366;
	font-weight:bold;
	}

table.acc th a:link    {color:#636366;text-decoration:none;}
table.acc th a:visited {color:#636366;text-decoration:none;}
table.acc th a:hover   {color:#333333;text-decoration:underline;}
table.acc th a:active  {color:#333333;text-decoration:underline;}

table.acc td a:link    {color:#636366;text-decoration:none;}
table.acc td a:visited {color:#636366;text-decoration:none;}
table.acc td a:hover   {color:#333333;text-decoration:underline;}
table.acc td a:active  {color:#333333;text-decoration:underline;}

table.acc td.products {
	text-align:center;
	vertical-align:middle;
	padding:0;
	cursor:pointer;
	}

table.acc td.products2 {
	text-align:center;
	vertical-align:top;
	padding:0;
	cursor:pointer;
	}


.acclist {
	display:none;
	}


/* featured products cell */
/* top                    */

table.main_top {
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	padding:0;
	}

table.main_top td {
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-bottom:none;
	}

table.main_top td.title {
	padding:5px;
	}

table.main_top td.description {
	padding:0 5px 10px;
	}

table.main_top td.img {
	width:160px;
	padding:0 5px;
	}

table.main_top td.link {
	width:160px;
	padding:0 5px;
	}

table.main_top td.space {
	width:30px;
	padding:0;
	}

table.main_top td a:link    {color:#333333;text-decoration:none;}
table.main_top td a:visited {color:#333333;text-decoration:none;}
table.main_top td a:hover   {color:#333333;text-decoration:none;}
table.main_top td a:active  {color:#333333;text-decoration:none;}


/* 1 column             */

table.main1 {
	text-align:center;
	vertical-align:middle;
	width:330px;
	margin:0 auto;
	padding:0;
	}

table.main1 td {
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-bottom:none;
	padding:0;
	}

table.main1 td.img {
	width:160px;
	}

table.main1 td.link {
	width:160px;
	}

table.main1 td.space {
	width:10px;
	}



/* 2 column                */

table.main2 {
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin:0 auto;
	padding:0;
	}

table.main2 td {
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-bottom:none;
	padding:10px 0;
	}

table.main2 td.line {
	border-right:none;
	border-bottom:1px solid #9e9e9e;
	}

table.main2 td.cat {
	width:150px;
	font-weight:bold;
	}

table.main2 td.img {
	width:150px;
	}

table.main2 td.link {
	width:150px;
	}


