@import url("domtab2.css");
/* default styles
   -------------- */
   
body {
	padding: 0;
	margin: 0;
	font: 12px Arial;
	line-height: 1.5em;
	background: #eeeeee;
	color: #454545;
}
a {
	color: #E0691A; text-decoration:none;
}
a:hover {
	color: #DF5900; text-decoration:underline;
}
img {
	border:0px;
}
.photo {
	background:#ffffff;
	margin: 3px;
	padding: 6px;
}
a:hover .photo {
	background:#CBCBCC;
}
table {
	width:100%;
	border:0px;
}
h1 {
	font: normal 2.1em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 7px 0 0 8px;
	margin: 0;
}
.dark {
	color: #737373;
	background: inherit;
	font-weight: bold;
}
.orange {
	color: #E0691A;
	background: inherit;
	font-weight: bold;
}
.orange2 {
	color: #E0691A;
	background: inherit;
}
h1 a, h2 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: inherit;
}
h2 {
	margin: 0;
	padding: 0;
	font: bold 1.7em Arial, Sans-Serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #707070;
}
h4 {
	font-size: 13px;
	line-height:14px;
	margin:10px 0 2px 0;
	padding:0px;
	color:#555555;
	font-weight:bold
}
p {
	margin: 0px 0px 5px 0px;
}
ul {
	margin: 0;
	padding : 0;
	list-style : none;
}
form {
	margin: 0;
}
input.search {
	width: 292px;
	border: 0;
	background: #FFF url(/images/input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
}
input.submit {
	background: #E0691A url(/images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}
input.login {
	width: 150px;
	border: none;
	padding: 4px;
}

.cite { font-style:italic; text-align:right; color:#555555; font-weight:bold; 	}
.cite a {color:#555555}


/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 980px;
	padding: 0px;
	background-color:#FFFFFF;
}
.header {
	height: 86px;
	overflow:hidden;
	background: #eee;
	color: #808080;
	font-size:11px;
	margin:0px;
	padding: 5px 0 0 0;
}
.top_info {
	float: right;
	width: 755px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	line-height:13px;
	color: #707070;
}


.top_info p  {margin: 0px 0px 3px 0px;}

.top_info_left {
	width: 150px;
	border-right:1px dotted #CBCBCC;
	float: left;
	height:75px;
	margin-right:5px;
	padding:0 10px;
}
.top_info_left strong, .top_info_right strong {color:#3A3A3A; line-height:14px;}

.top_info_right {
	float: right;
	width: 180px;
	height:75px;
	padding: 0 5px;
}
.browse_category {
	font-size: 0.9em;
	width: 60px;
	color: #FFF;
	background: inherit;
}
/* Navigation *******************************************************************/

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(/images/bg-nav.jpg);
	position:relative;
	z-index:90;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {
	display:block;
	float:left;
	height:35px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	cursor:pointer;
	background: url(/images/menu/oran5ge.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 12px 0 12px;
	height:35px;
	background: url(/images/menu/orang5e.gif) right top no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 21px 0 21px;
	height:38px;
	background: url(/images/menu/oranges-1.gif) no-repeat right top;
}
#nav li:hover a.top_link {
	color:#fff;
	background: url(/images/menu/orange-0.gif) no-repeat;
}
#nav li:hover a.top_link span {
	background:url(/images/menu/orange-0.gif) no-repeat right top;
}
#nav li:hover a.top_link span.down {
	background:url(/images/menu/orange-1a.gif) no-repeat right top;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	left:1px;
	top:38px;
	background: #fc9f54;
	padding:3px;
	border:1px solid #E0691A;
	white-space:nowrap;
	width:170px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	display:block;
	height:22px;
	position:relative;
	float:left;
	width:170px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	height:22px;
	width:168px;
	line-height:22px;
	text-indent:5px;
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dotted #ffffff
}
#nav li ul.sub li a.fly {
	background:#FF9148 url(/images/menu/arrow.gif) 140px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background:#E0691A;
	color:#fff;
	border-color:#E0691A;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#E0691A url(/images/menu/arrow_over.gif) 140px 6px no-repeat;
	color:#fff;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left:170px;
	top:-4px;
	background: #FF9148;
	padding:3px;
	border:1px solid #E0691A;
	white-space:nowrap;
	width:170px;
	z-index:400;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:#6a812c url(/images/menu/arrow_over.gif) 140px 6px no-repeat;
	color:#fff;
	border-color:#fff;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background:#FF9148 url(/images/menu/arrow.gif) 140px 6px no-repeat;
	color:#000;
	border-color:#bbd37e;
}

.search_field {
	background: #fff url(/images/searchbg.gif) no-repeat 396px 8px;
	color: #808080;
	clear: both;
	font-weight: bold;
	border-left:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	padding: 16px 10px 10px 10px;
	margin: 0px;
}
.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}
.search_form {
	float: right;
}
.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}
/* banner **************************************************** */
#banner {
	width:958px;
	height:240px;
	padding:0px;
	overflow:hidden;
	margin:0 0 10px 0;
}
#bannertext {
	width:260px;
	height:220px;
	padding:10px 5px 5px 15px;
}
#bannertext h1 {
	font-size:26px;
	text-decoration:underline;
	margin-bottom:6px;
	line-height:29px;
	font-weight:bold;
	padding:0px;
	color:#fff
}
#bannertext p {
	padding:0px;
	font-size:14px;
	line-height:16px;
	color:#fff
}
#bannertext ul {
	margin-top:5px;
}
#bannertext ul li {
	background:url(/images/bullet-arrow.gif) no-repeat 5px 5px;
}
#bannertext ul li a {
	font-size:14px;
	padding-left:20px;
	line-height:20px;
	font-weight:bold;
	color:#fff
}
/* left side    --------- */
.left100 {
	width: 958px;
	padding:10px;
	border-left:1px solid #CBCBCC;
	border-right:1px solid #CBCBCC;
	margin: 0px;
}
.left {
	float: right;
	width: 740px;
	margin: 0;
}
/* left-nav *****************************************************/
.left-nav {
	float: left;
	width: 208px;
	padding:0 0px 10px 0px;
	margin: 0 10px 0 0;
	background:#eeeeee;
}
.left-nav h2 {
	background:#E8E8E8;
	border-bottom:1px solid #CBCBCC;
	padding: 6px 0pt 4px 10px;
	text-transform:uppercase;
	font-size:14px;
	color:#E0691A;
	letter-spacing:normal;
	margin-bottom:0px
}

.left-nav ul {
	padding:0px;
	background:#eeeeee;
	margin:0px 0 5px 0
}
.left-nav li {
	margin: 0;
	color: #FFEADC;
	background:#eeeeee;
}
.left-nav li.active {
	background: #E0691A;
	color: #fff;
	font-weight: bold;
}

.left-nav-img {margin: 5px 0 5px 9px}

.left-nav li a {
	font-size:12px;
	padding: 5px 4px 5px 19px;
	line-height:15px;
	border-bottom:1px dotted #CBCBCC;
	display:block;
	color: #707070;
	background:url(/images/bullet-arrow.gif) no-repeat 4px 7px;
	text-decoration: none;
}
.left-nav li a:hover {
	background:#E0691A url(/images/bullet-arrow.gif) no-repeat 4px 7px;
	color:#FFF;
	border-bottom:1px dotted #E0691A;
}
/* 3column *****************************************************/
#columnline {margin: 5px 0; border-bottom:1px dotted #cbcbcc; height:5px; clear:both;}

#column2 {
	width:232px;
	float:left;
	padding:5px 10px 5px 0;
	border-right:1px dotted #CBCBCC;
	margin:0 10px 0 0;
}
#column3 {
	width:232px;
	float:right;
	padding:5px 0 5px 0px;
}
#column2 h2, #column3 h2 {
	text-decoration:underline;
	color:#E0691A;
	font-size:14px;
	margin-top:5px
}

#column2 img, #column3 img{
	float:left;
	padding: 0px 4px 4px 0px;
	border:none;
}




/* left-nav *****************************************************/
.left h3, .left100 h3 {
	clear: both;
	background: #eeeeee;
	color: #707070;
	padding: 6px 0pt 4px 5px;
	font: bold 14px Arial;
	text-transform:uppercase;
	border-bottom:1px solid #CBCBCC;
	margin: 0 0 4px 0;
}
.left_side {
	float: left;
	width: 236px;
	padding: 0 0 0 0px;
	color: #707070;
	margin: 2px 0;
}
.right_side {
	float: left;
	width: 236px;
	padding: 0 0 0 0px;
	background:#E8E8E8;
	color: #707070;
	margin: 0px 10px 0px 0;
}
.left_side ul li, .right_side ul li {
	list-style:none;
	overflow: hidden;
	background:url(/images/bullet-arrow.gif) no-repeat 20px 4px;
	line-height:15px;
	padding:2px 20px 2px 35px;
}
.left_box ul li {
	list-style:none;
	overflow: hidden;
	background:url(/images/bullet-arrow.gif) no-repeat 20px 4px;
	line-height:15px;
	padding:2px 20px 2px 35px;
}
.left_box {
	margin: 0 0 3px 0;
	color: #707070;
	padding: 0px 0;
}
.left_box ol {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
}
.left_box ol li {
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
}
.left_box ol li strong {
	font-size: 20px;
	font-weight:bold;
	padding-left: 12px;
	line-height:20px;
	padding-top:20px;
	position:absolute;
	color:#E0691A;
}
.left_box ol li p {
	padding:5px 0pt 5px 45px
}
.left_box ol li p strong {
	font-size:inherit;
	color:#3A3A3A;
	font-weight:bold;
	padding:0pt;
	position: static;
}
/* content boxes  ------------------------------------------------------------------ */
#box200 {
	margin:0.5em 0 0.5em 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
}
#box200 ul li {
	background:#F5F5F5 none repeat scroll 0%;
	margin:8px;
	float:left;
	width: 208px;
	padding:0px;
}
#box200 ul li a {
	color: #454545;
	display: block;
	border:1px solid #CBCBCC;
	text-decoration: none;
	height: 150px;
	padding: 8px;
}
* html #box200 li a {  /* make hover effect work in IE */
	width: 200px;
}
#box200 li a strong {
	color: #E0691A;
}
#box200 li a:hover, #box200 li a:hover strong, #box200 li a:hover h4 {
	background: #FF9148 !important;
	color:#FFFFFF !important;
	border:1px solid #FF9148;
}
#box200 a em {
	color: #333;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
}
#box200 a span {
	display: block;
	margin: 6px 0 6px 0;
}
/* right side
   ---------- */
		
.right {
	float: left;
	width: 245px;
	margin: 0 0 0px 10px;
}
.right h3 {
	background: #E8E8E8;
	border-bottom:1px solid #CBCBCC;
	color: #707070;
	padding: 4px 0pt 3px 14px;
	font: bold 12px Arial;
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}
.right_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;
	margin: 0 0 5px 0;
	border-bottom:1px solid #CCCCCC;
}
.right_articles p {
	margin: 0px 5px 0px 5px;
}
.right_articles ul li {
	list-style:none;
	overflow: hidden;
	background:url(/images/bullet-arrow.gif) no-repeat 5px 4px;
	line-height:15px;
	padding:2px 20px 2px 20px;
	border-bottom: #CBCBCC dotted 1px;
}
/* ad-column
   ------ */
.ad_only {
	float: right;
	width: 190px;
	margin: 0 0 0px 10px;
	overflow:hidden;
}
.ad_only img {
	margin-bottom:5px;
}
.image {
	float: left;
	margin: 0 2px 0px 0;
}
#button {
	margin: 10px 0;
}
#order a:hover, #help a:hover, #demo a:hover {
	background-position: 0 -40px;
}
#order, #help, #demo {
	margin-bottom:5px;
	clear:both
}
#order span, #help span, #demo span {
	display:none
}
#order a {
	width: 190px;
	display: block;
	height:40px;
	margin-left:9px;
	background:url(/images/button/190-order.gif) 0 0 no-repeat;
}
#help a {
	width: 190px;
	display: block;
	height:40px;
	margin-left:9px;
	background:url(/images/button/190-help.gif) 0 0 no-repeat;
}
#demo a {
	width: 190px;
	display: block;
	height:40px;
	margin-left:9px;
	background:  url(/images/button/190-demo.gif) 0 0 no-repeat;
}
/* footer ***************************************/

.footer {
	clear: both;
	background: #EEEEEE url(/images/bg-footer.jpg) repeat-x top;
	color:#808080;
	font-size:11px;
	padding:5px;
	margin: 0;
	border-top: 3px solid #E0691A;
	line-height: 1.5em;
}
.footer a {
	color: #808080;
	text-decoration:none;
}
.footer a:hover {
	color: #E0691A;
	text-decoration:underline;
}
.footer2 {
	width:150px;
	float:left;
	padding:5px;
	border-right:1px dotted #CBCBCC;
	margin-right:5px;
}
.footer3 {
	width:270px;
	float:right;
	padding:5px;
}
.footer2 span, .footer3 span {
	text-decoration:underline;
	color:#3A3A3A;
	font-size:11px;
	margin-top:5px;
	font-weight:bold;
}
.footer2 ul li, .footer3 ul li {
	padding:1px 0 1px 5px;
	line-height:12px;
	margin:0px
}
/*table..............................................................................*/
#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}
caption {
	padding: 5px 0 2px 0;
	width: 100%;
	color: #4f6b72;
	font: italic 11px Arial;
	text-align: right;
}

#mytable .price {
font-size:24px;
}

#mytable .superscript{font-size: xx-small; vertical-align:top;} 

th {
	font: bold 12px Arial;
	color: #E0691A;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #e8e8e8 url(/images/bg_header.jpg) no-repeat;
}
th.nobg {
	color: #707070;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #eeeeee;
	background: none;
}
td {
	border-bottom: 1px solid #eeeeee;
	background: #fff;
	padding: 6px;
	color: #707070;
	text-align:center;
}

td.price {
	background: #f6f6f6;
	padding: 13px;
	color:#3A3A3A;
	text-align:center;
}

td ul li {
	background:url(/images/bullet-arrow.gif) no-repeat 0px 4px!important;
	padding:2px 10px 2px 15px !important;
}
td.alt {
	background: #f6f6f6;
	color: #707070;
}
th.spec {
	border-top: 0;
	background: #fff;
	font-size: 12px;
	text-align:right;
	font-weight:normal;
	padding-right:12px;
}
th.specalt {
	border-top: 0;
	background: #f6f6f6;
	font-size: 12px;
	color: #707070;
	text-align:right;
	font-weight:normal;
	padding-right:12px;
}
