/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general css */

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
background-color:#FFF;
background-image:url(/images/body_bg_1x40.gif);
background-repeat:repeat-x;
background-position:left top;
}

body, a, ul li, ul li a, table tr td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#000;
font-weight:normal;
text-decoration:none;
}

a{ color:#f00; font-weight:bold; }
a:hover{ text-decoration:underline; }

img{ border:0px; padding:0px 0px 0px 0px; }
h1, h2, h3, h4, p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

p{ padding-bottom:10px; }

h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
line-height:28px;
color:#595758;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

h2{
font-family:Verdana, Arial, Times New Roman, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
color:#1B7590;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

#page{ width:900px; margin:0px auto; text-align:left; }

.bg{
position:absolute;
width:100%;
height:100%;
background-image:url(/images/page_bg.gif);
background-repeat:repeat-x;
background-position:left 15px;
z-index:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header css */

#header{ height:120px; position:relative; }
#header .logo{ position:absolute; top:15px; left:30px; }
#header .call{ position:absolute; top:15px; left:680px; }
#header .cart{ position:absolute; top:50px; left:720px; }
#header .call{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:18px;
line-height:16px;
color:#fff;
font-weight:bold;
text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page css */ 

#header-nav{ position:absolute; top:0px; left:60px; }
#header-nav{ width:718px; height:51px;
background-image:url(/images/top_bg_676x51.gif);
background-repeat:no-repeat;
background-position:left top;
position:relative;
}

#header-nav .link-home{
position:absolute;
top:13px;
left:1px;
}

#header-nav .link-cart{
position:absolute;
top:13px;
left:614px;
}

#header-nav .link1 a{
position:absolute;
top:16px; left:95px;
width:40px; height:16px;
background-image:url(/images/link_shoei.gif);
background-repeat:no-repeat;
}

#header-nav .link1 a:hover{
background-image:url(/images/link_hover_shoei.gif);
background-repeat:no-repeat;
}

#header-nav .link2 a{
position:absolute;
top:16px; left:181px;
width:27px; height:16px;
background-image:url(/images/link_hjc.gif);
background-repeat:no-repeat;
}

#header-nav .link2 a:hover{
background-image:url(/images/link_hover_hjc.gif);
background-repeat:no-repeat;
}

#header-nav .link3 a{
position:absolute;
top:16px; left:253px;
width:27px; height:16px;
background-image:url(/images/link_axo.gif);
background-repeat:no-repeat;
}

#header-nav .link3 a:hover{
background-image:url(/images/link_hover_axo.gif);
background-repeat:no-repeat;
}

#header-nav .link4 a{
position:absolute;
top:16px; left:321px;
width:40px; height:16px;
background-image:url(/images/link_links.gif);
background-repeat:no-repeat;
}

#header-nav .link4 a:hover{
background-image:url(/images/link_hover_links.gif);
background-repeat:no-repeat;
}

#header-nav .link5 a{
position:absolute;
top:16px; left:392px;
width:94px; height:16px;
background-image:url(/images/link_aboutdot.gif);
background-repeat:no-repeat;
}

#header-nav .link5 a:hover{
background-image:url(/images/link_hover_aboutdot.gif);
background-repeat:no-repeat;
}

#header-nav .link6 a{
position:absolute;
top:16px; left:517px;
width:60px; height:16px;
background-image:url(/images/link_contact.gif);
background-repeat:no-repeat;
}

#header-nav .link6 a:hover{
background-image:url(/images/link_hover_contact.gif);
background-repeat:no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ middle css */ 


#middle{
width:700px; margin:0px auto;
background-image:url(/images/bg_middle.gif);
background-repeat:repeat-y;
background-position:left;
}
#middle.main{ background: none !important; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ left css */ 

#left{ width:200px; float:left; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lft-nav css */ 

#lft-nav{}
#lft-nav ul{ 
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
list-style-type:none; 
}

#lft-nav ul li{
background-image:url(/images/bkg_1x21.gif);
padding:2px 0px 2px 0px;
text-indent: 10px;
}

#lft-nav ul li a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#FFFEFF;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
 
#lft-nav ul li ul{ background-color:#D0E78B; }

#lft-nav ul li ul li{
background-color:#7A7A7A;
background-image:url(/images/bullet_3x4.gif);
background-repeat:no-repeat;
background-position:10px 8px;
text-indent: 5px;
}
 
#lft-nav ul li ul li a{
color:#F1F1F1;
background-image:none;
padding-left:18px;
text-transform:none;
}

#lft-nav ul li ul li ul li{
line-height:16px;
background-color:#7A7A7A;
background-image:url(/images/bullet_6x6.gif);
background-repeat:no-repeat;
background-position:20px 8px;
}

#lft-nav ul li ul li ul li a{ padding-left:25px; }

#lft-nav ul li a:hover{ text-decoration:underline; }

#lft-nav ul .hot{}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ home nav css */ 

#home-nav-holder{
background-image:url(/images/bg_footer_nav.gif);
background-repeat:repeat-x;
background-position:left top;
width:100%;
text-align:center;
}

#home-nav{ width:880px; margin:0px auto; text-align: left;}

#home-nav ul{ 
padding:0px;
margin:0px;
list-style-type:none;
}

#home-nav ul li{
line-height:16px;
float:left;
height:136px;

padding:5px 30px 0px 10px;
}

#home-nav ul li a{
font-family:Arial;
font-size:11px;
padding-left:22px;
color:#FFFEFF;
font-weight:bold;
text-decoration:none;
}
 
#home-nav ul li ul{ 
padding:0px;
padding-top:5px;
margin:0px;
list-style-type:none;
}

#home-nav ul li ul li{
line-height:14px;
background-image:url(/images/bkg_184x13.gif);
background-repeat:no-repeat;
background-position:17px 5px;
float:none;
padding:2px 0px 0px 0px;
height:auto;
}
 
#home-nav ul li ul li a{
font-family:Arial;
font-size:11px;
line-height:14px;
padding-left:0px;
color:#F1F1F1;
font-weight:bold;
text-decoration:none;
background-image:none;
padding-left:26px;
text-transform:none;
}

#home-nav ul ul ul{ 
padding:0px;
}


#home-nav ul li ul li ul li{
line-height:14px;
background-image:url(/images/bullet_6x6.gif);
background-repeat:no-repeat;
background-position:36px 6px;
padding:0px;
}

#home-nav ul li ul li ul li a{
padding-left:46px;
}

#home-nav ul li ul li a:hover{
text-decoration:underline;
}

#home-nav ul .hot{
height:22px;
line-height:22px;
}

#home-nav ul li.group0, #home-nav ul li.group2, #home-nav ul li.group3, #home-nav ul li.group4{
width:auto;
background-image:url(/images/bkg_12x1.gif);
background-repeat:repeat-y;
background-position:left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content css */ 

#content{ width:500px; float:left; }

#content .bar-link{
height:18px;
background-color:#A4A4A4;
line-height:18px;
color:#FFFFFF;
padding-left:20px;
}

#content .bar-link a{
color:#FFFFFF;
text-decoration:underline;
}

#content .content-wrapper{
padding:20px 0px 20px 20px ;
}


#content .snippet{
height:72px;
background-image:url(/images/snippet_bg_2x72.gif);
background-repeat:repeat-x;
background-position:left top;
margin-top:20px;
}

#content .snippet-wrapper{
padding:5px 16px 0px 16px ;
}

#content .snippet a{
color:#FFFFFF;
text-indent:10px;
font-size:11px;
line-height:14px;
margin-bottom:10px;
}

#content h2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
margin-bottom:10px;
background-color:#fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer css */ 

#page-footer-holder{ width:100%; text-align:center;}
#page-footer{ width:800px; margin:0px auto; }
#page-footer .footer-wrapper{}

#page-footer .copy, #page-footer .description{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#3E3E3E;
font-weight:normal;
text-decoration:none;
}
#page-footer .description{ padding:5px 0px 10px 0px; }

#page-footer a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#3E3E3E;
font-weight:normal;
text-decoration:underline;
padding:0px 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ company-lead-form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#contact-form{ margin:0px 0px 0px 0px; padding:0px 0px 0px 100px; } 
#contact-form #company-lead-form{}
#contact-form #company-lead-form p{color:#FF0000;}
#contact-form #company-lead-form table{border:0px; margin:0px;}
#contact-form #company-lead-form table tr td{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; color:#272A31; padding:2px; line-height:15px; }
#contact-form #company-lead-form table tr .column1{ text-align:left; padding-left:10px; width:230px; line-height:14px; }
#contact-form #company-lead-form table tr .column2{ text-indent:5px; } 
#contact-form #company-lead-form table tr .column1-error{ text-align:right; color:#FF0000; }
#contact-form #company-lead-form table tr td input, #contact-form #company-lead-form table tr td select, #contact-form #company-lead-form table tr td textarea{ font-family:Verdana,Arial, Helvetica, sans-serif; font-size:12px;  font-weight:normal; text-decoration:none; color:#000;  border:1px solid #333; width:220px; height:22px; background-color:#fff !important; margin-bottom:5px;}
#contact-form #company-lead-form table tr td .phone1{ width:61px !important; }
#contact-form #company-lead-form table tr td .phone2{ width:61px !important; }
#contact-form #company-lead-form table tr td .phone3{ width:70px !important; }
#contact-form #company-lead-form table tr td select{}
#contact-form #company-lead-form table tr td textarea{ height:120px !important; }
#contact-form #company-lead-form table tr td .submitbutton{ width:auto; height:auto; border:none; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trafficz search */

#trafficz-search-holder{ position:absolute; top:60px; left:160px; }
#trafficz-search{}
#trafficz-search .trafficz-search-wrapper{ padding:0px 0px 0px 0px; }
#trafficz-search form{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search table{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#trafficz-search table tr td{ font-size:11px; text-align:right; padding:2px;}
#trafficz-search table tr .input{ 
width:400px; height:24px; 
font-family:Arial, Verdana, Arial Narrow, Helvetica, Sans-serif, Times New Roman;
font-size:16px;
color:#000000;
font-weight:normal;
text-decoration:none;
line-height:16px;
text-indent:10px;
border:1px solid #666;
}
#trafficz-search table tr .submit{ width:77px; height:24px; padding:0px 0px 0px 0px;}

/* ~~~~~~~~~~~~~~~~~~ traficZ css ~~~~~~~~~~~~~~~~~~~ */

#results{ width:200px; }
#paid{ padding:0px 0px 20px 0px; }
#sponsored_links{ 
font-family:Arial, Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
font-weight:bold;
color:#000000;
text-decoration:none;
padding:0px 0px 10px 0px;
margin:0px 0px 0px 0px;
}
#results #sponsored_links{}
#results table tr .result_row, #results table tr .result_row_alt{ padding:0px 0px 10px 0px; }
#results table tr td .results_full_width_link{}
#results table tr td .results_full_width_link a{ font-size:11px; font-weight:bold; color:#FF1B20; text-decoration:underline; }
#results table tr td .result_href{}
#results table tr td .result_href a{ font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }
#results table tr td .results_url_full_width_link{}
#results table tr td .results_url_full_width_link a{ font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }
#results #suggestions{ display:none !important; }
#results #nav_links, #results #nav_links a{ font-size:12px; font-weight:bold; color:#000000; text-decoration:underline; }


#trafficz #results{ width:500px !important; }
#trafficz #paid{ padding:0px 0px 0px 0px; }
#trafficz #sponsored_links{ 
font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
font-weight:bold;
color:#000000;
text-decoration:none;
padding:0px 0px 20px 0px;
margin:0px 0px 0px 0px;
}
#trafficz #results #sponsored_links{}
#trafficz #results table tr .result_row, #results table tr .result_row_alt{ padding:0px 0px 20px 0px; }
#trafficz #results table tr td .results_full_width_link{}
#trafficz #results table tr td .results_full_width_link a{ font-size:16px; line-height:20px; font-weight:bold; color:#FF1B20; text-decoration:underline; text-transform:uppercase;}
#trafficz #results table tr td .result_href{}
#trafficz #results table tr td .result_href a{ font-size:14px; font-weight:normal; color:#000000; text-decoration:none; }
#trafficz #results table tr td .results_url_full_width_link{}
#trafficz #results table tr td .results_url_full_width_link a{ font-size:14px; font-weight:bold; color:#000000; text-decoration:none; }
#trafficz #results #suggestions{ display:none !important; }
#trafficz #results #nav_links, #results #nav_links a{ font-size:12px; font-weight:bold; color:#000000; text-decoration:underline; }

.magic{ clear: both;}

#cartTable{
	border:1px solid black;
	font-size:12px;
	width:650px;
	margin-top:60px;
	margin-bottom:60px;
}
#cartTable td{
	border-bottom:1px solid black;
	padding-top:4px;
	padding-bottom:4px;
}
#cartTable input{
	border:1px solid black;
}
