@charset "utf-8";
/* CSS Document   www.topspec-imports.com*/


/*---------------------------------------------------Body Relation-----------------------------------------------*/

body,td,th {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}


html, body { 
	background-color: #000000;
        margin: 0;
        padding: 0;
        text-align: center;

}

/*------------links-----------------------------------------*/
a:link {color: #999999; text-decoration:none}                    				/*unvisited link*/
a:visited {color:#999999; text-decoration:none} 						/*visited link*/
a:hover {color: #999999; font-weight:bold; font-size: inherit}  				/*mouse over link*/
a:active {color: #999999; text-decoration:none}                 				/*selected link*/

/*---------------------------------------------------Stock Page layout------------------------------------------*/
 

#pageWidth{
        text-align:center;
	height:100%;
}

#leftCol{
        margin: 10px auto;
	float:left;
        width: 350px;
}


#rightCol{
       	margin: 10px auto;
        float:left;
	display:inline;
              
}


#stock_page_header {
	margin: 0 auto;
        width:100%;
	height: 150px;
	border: 1px dashed #333333;	
}
#stock_page_header h1{
text-indent:-9999px;

}

#stats_box {
        margin: 0 auto;
        width: 90%;
	height: 200px;
	border: 1px dashed #333333;	
}

.stats_box_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #0A0A0A;
	text-align: left;
        padding-left: 2px;
	vertical-align: middle;
	border: 1px none #333333;
}

.stats_box_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	text-indent: 1px;
	vertical-align: middle;
	padding-left: 2px;
}

#description_box {     
    margin:10px auto;
    width: 90%;	
    border: 1px dashed #333333;	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #999;
    text-align:left;
	height:430px;
	overflow:auto;
   
}


#description_box  h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#e1e1e1;
	margin-top:4px;
	margin-bottom:4px;
}


#topspecGallery {
    margin: 0 auto;
    padding-top:10px;
    border: 1px dashed #333333;	
}

#topspecGallery  img.replaced{
	width:640px;
    height:480px;
}

#stockOptBox {
	margin:10px auto;
    width:80%;
	height:52px;
	clear:both;	
	border: 1px dashed #333333;
}

#stockFooter {
        margin: 10px auto;
	width:100%;
	clear:both;
	text-align:center;
	border: 1px dashed #333333;

}

.descText{
	margin-left: 4px;

}

 .footerLinks li{
    list-style: none;
    float: left;
    margin-left: 150px;
    border-left: 1px solid #fff;
    text-indent: 7px;

}
.footerLinks {
margin: 10px auto;
text-align:center;

}
/*---------------------------------------------------Form Button Relation---------------------------------------*/
.form_buttons {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
	border: 1px outset #000000;
	
}
/*-----------------------------------------------------General Form Relation------------------------------------*/ 

.form_fields {
	border: 1px dotted #666666;
	background-color:#333333;
	color:  #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center;
	
}	
/*---------------------------------------------------------General Text Relation----------------------------------*/
.copy_right_text_footer {
        margin: 10px auto;
        clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-align: center;

}

.top_text_red_12px {
	font-family: Tahoma;
	font-size: 12px;
	color:#FF0000;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;	
}

.spec-imports_white_12px {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;

}
.top_text_red {
	font-family: Tahoma;
	color:#FF0000;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
}

.top_text_red_14px {
	font-family: Tahoma;
	font-size: 14px;
	color:#FF0000;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
	
	}

.spec-imports_white_14px {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;

	
/*----------------------------------------------------stock list text-------------------------------------------*/
}
.spec-imports_white {
	font-family: Tahoma;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: lowercase;
}


.stock_text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #999999;
	background-color: #06025b;
	background-position: center center;
	border: 1px none #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	

}


/*-------------------------------------------------------Table Row Relation-----------------------------------*/
.rowTint {
	background-color: #0A0A0A;
}


/*-------------------------------------------------------Image Relation---------------------------------------*/
.image_border {
	border: 0px;

}


#stockOptBox img {
float:left;
margin-top:15px;
margin-left:15px;
}

#stockOptBox{
width:38%;
clear:both;
}



