@charset "utf-8";
/* CSS Document */

body 
{
	margin-left: 0px;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:#333333;
	
}

table
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a
{
	color: #FF9900;
}

a:hover
{
	color: #FF6600;
}




input, textarea
{
	background:#E9FBFC;
}

input, textarea, select
{
	border: 1px solid #23a7e7;
}

.input_focus
{
	background:#F9CEB9;
	border: 1px solid #FF9900;
}

.input_blur
{
	background:#E9FBFC;
	border: 1px solid #23a7e7;
}


.menu_seperator
{
	margin-left:10px;
	margin-right: 10px;
}

/* ---- LANGUAGE BAR ---- */
.language_bar
{
	width: 340px;
	height:25px;
	background:#9bc870;
	color:#FFFFFF;
	font-weight:bold;
}

.language_bar a
{
	font-weight:bold;
	text-decoration: none;
	color: #00fffc;
	
}

/* ---- PANELS ---- */
.left_panel
{
	width: 200px;
}


.right_panel
{
	width: 220px;
}

.main_panel
{
	
}

.star_require
{
	color: #ff0000;
}
/* ---- COMPONENT BOX ---- */


.component_box_headrow
{
	text-align: left;
	background:#0033FF;
	background:#111111;
}

.component_box_content_row
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	
}



.component_box_heading
{
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	text-align:left;
	
}

.component_box_heading a
{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

.component_box_heading a:hover
{
	text-decoration:none;
	color:#FFFF00;
	font-weight:bold;
}

.component_noheading
{
	text-align:center;
}

.component_viewall 
{
	text-align:right;
}

.component_viewall a
{
	text-decoration:none;
	color: #FFFFFF;
}

/* ---- BREADCRUMBS ---- */
.breadcrumb_div
{
	padding-left: 10px;
	text-align:left;
	color: #ffffff;
	
}

.breadcrumb_link
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}


.breadcrumb_link:hover
{
	text-decoration: none;
	color:#99FF99;
}

.breadcrumb_seperator
{
	font-weight: bold;
	color: #ffffff;
}
/* ---- FOOTER ---- */
.footer_navigator
{
	margin-top:10px;
	margin-bottom: 10px;
	color: #ffffff;
}

.footer_navigator a
{
	text-decoration:underline;
	color: #ffffff;
}

.footer_navigator a:hover
{
	color: #FFCC00;
}

.copyright
{
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
	color: #ffffff;
}


.main_contents_notify, .main_contents_success
{
	width: 96%;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #FFA54A;
	color: #ffffff;
	font-weight:bold;
	margin-bottom: 10px;
}

.main_contents_success
{
	color: #00CC00;
	background: #62C640;
}

.redirecttpl_msg
{
	line-height:2;
	color:#000000;
}

/* ---- PAGINATION ---- */
.paginate_div
{
	clear: both;
	margin-top: 10px;
}

.paginate_page,.paginate_current, .paginate_nextprev
{
	
	margin: 3px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999999;
	background: #cccccc;
	color:#000000;
}

.paginate_page:hover, .paginate_nextprev:hover
{
	
	background: #eeeeee;
	color:#0066FF;
}

.paginate_current
{
	color:#3300CC;
	background:#FFFFCC;
	border:1px solid #990000;
}


/* ---- SHOPPING CART COMPONENT BOX ---- */
.shopping_cart_item_count
{
	color:#FFCC00;
	font-weight: bold;
	font-size:18px;
}

/* ---- MEMBER AREA COMPONENT BOX ---- */
.member_area_box
{
	color:#ffffff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.member_area_username
{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.member_area_logout
{
	color:#00ff00;
	text-decoration:none;
	font-weight:bold;
}

.member_area_label
{
	font-size:10px;
	color: #ffffff;
	line-height:1.5;
}

.member_area_label input
{
	font-size: 10px;
	color: #111111;
}

.member_area_label a
{
	text-decoration: none;
	color:#00ff00;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/* ---- FEATURED PRODUCTS COMPONENT BOX ---- */
.feat_prod_div
{
	text-align:center;
	line-height:2;
	border-bottom: 1px solid #EBBA70;
	margin-bottom: 20px;
}

.feat_prod_name a
{
	text-decoration:none;
	font-weight: bold;
	color: #9F1387;
}

.feat_prod_name a:hover
{
	text-decoration:none;
	font-weight: bold;
	color: #BB17C8;
}

.feat_prod_price
{
	font-weight:bold;
	font-size:14px;
	color: #990000;
}

/* ---- COUNTER COMPONENT BOX ---- */
.counter_contents
{
	font-weight: bold;
	font-size:18px;
	text-align:center;
	color: #00FFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.counter_online
{
	text-align:center;
	width:100%;
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.counter_online span
{
	font-weight:bold;
	font-size: 16px;
	color:#00FF66;
}


/* ---- HOMEPAGE ---- */
.yearselect
{
	color: #ffffff;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	border: 1px solid #333333;
	text-decoration:none;
}

.yearselect:hover
{
	color: #ffffff;
	border: 1px solid #FFFF33;
	background: #444444;
}

.categoryselect
{
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	border: 1px solid #333333;
	text-decoration:none;
}

.categoryselect:hover
{
	color: #ffffff;
	border: 1px solid #FFFF33;
	background: #444444;
}

.subcategoryselect
{
	color: #ffffff;
	font-weight:bold;
	border: 1px solid #333333;
	font-size:12px;
	padding:3px;
}

.subcategoryselect input
{
	vertical-align:middle;
}



.homepage_news
{
	clear:both;
	border-bottom: 1px solid #00FF66;
	padding-bottom: 5px;
	
}

.homepage_news_image
{
	float: left;
}

.homepage_news_title a
{
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 10px;
	color:#ffffff;
}

.homepage_news_summary a
{
	text-decoration: none;
	color:#fafafa;
}

.homepage_news_summary a:hover
{
	text-decoration: none;
	color:#f9f9f9;
}

/* ---- FORM TABLE ---- */
.form_table_heading
{
	font-weight: bold;
	font-size:14px;
	color:#000000;
	background: #ffcc66;
}

/* ---- CLIENT AREA ---- */
.client_heading
{
	font-weight: bold;
	font-size:14px;
	color:#FFFFFF;
	background: #333333;
}

.client_label_row
{
	font-weight: bold;
}
/* ---- PRODUCTS PAGE ---- */
.product_table_head
{
	font-weight:bold;
	background:#333333;
	color:#ffffff;
	border-bottom:1px solid #999999;
	height: 30px;
	padding-left: 10px;
}

.product_list
{
	margin: 5px;
}

.product_list_image
{
	float:left;
}

.product_list_name_head
{
	height: 30px;
	padding-left:10px;
	background:#12aaf9;
	
}

.product_list_name
{
	text-align:left;
	color:#FFFFFF
	height: 30px;
}

.product_list_name a
{
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color:#0033FF;
	display: block;
}

.product_list_name a:hover
{
	color:#0099FF;
}

.product_list_description
{
	color: #000000;
	padding: 5px;
}


.product_list_price, .product_list_old_price
{
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 10px;
	font-size: 12px;
	color:#990000;
}

.product_list_old_price
{
	font-size: 10px;
	text-decoration:line-through;
}

.product_list_button
{
	margin-right:3px;
}


.product
{
}

.product_name
{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#FFFF00;
}

.product_image
{
	float:left;
}



.product_price, .product_old_price
{
 	font-weight:bold;
	font-size:12px;
	color:#993300;
	margin: 10px;
}

.product_old_price
{
	font-size: 12px;
	text-decoration:line-through;
}

.product_button
{
	margin-top:10px;
}


.product_description_label
{
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
	color:#ffffff;
}

.product_description
{
	margin-bottom:20px;
	width: 90%;
}

.product_tag
{
	margin-top: 5px;
	font-weight:bold;
	color:#000000;
	margin-left: 10px;
}

.product_tag a
{

	text-decoration:none;
	color:#000000;
}

.product_view
{
	margin-top:10px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}

.product_more
{
	margin-top: 5px;
}

.product_more_label
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	color: #FF6600;
}

.product_more_name_head
{
	height: 30px;
	padding-left:10px;
	background:#94CFEF;
}

.product_more_name a
{
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color:#0033CC;
	display: block;
}

.product_more_name a:hover
{
	color:#FFFFFF;
}

.product_more_price
{
	font-weight:bold;
	font-size:14px;
	color:#FF6600;
	margin: 10px;
}

.product_mostbuy
{
	margin-top: 20px;
}

.product_mostbuy_label
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	background:#9933CC;
	padding: 8px;
}

.product_mostbuy_name_head
{
	height: 30px;
	padding-left:10px;
	background:#94CFEF;
}

.product_mostbuy_name a
{
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color:#0033CC;
	display: block;
}

.product_mostbuy_name a:hover
{
	color:#FFFFFF;
}

.product_mostbuy_price
{
	font-weight:bold;
	font-size:14px;
	color:#FF6600;
	margin: 10px;
}


/* ---- SEARCH PAGE ---- */
.search_result_heading
{
	font-weight:bold;
	color:#0000ff;
	font-size:18px;
}


/* ---- NEWS PAGE ---- */
.news
{
}

.news_headtitle
{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#009900;
	text-align:left;
}

.news_title
{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#0000ee;
	text-align:left;
}

.news_image
{
	float:left;
}

.news_time
{
	font-style:italic;
	color:#990000;
	text-align:right;
}

.news_view
{
	margin-top:20px;
	font-weight:bold;
	font-style:italic;
	color:#CC6600;
}

.news_contents
{
	margin-top:5px;
	color:#000000;
	padding:10px;
}



.news_more
{
	width: 500;
	margin-top: 30px;
	border-top: 3px double #f8f8f8;
}

.news_more_label
{
	font-weight:bold;
	color:#ffffff;
}

.news_more_title
{
	float: left;
}

.news_more_time
{
	font-style:italic;
	color: #666666;
}



/* ---- TUOITRE HOT NEWS PAGE ---- */
.news
{
}

.tuoitrenews_headtitle
{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#009900;
	text-align:left;
}

.tuoitrenews_title
{
	margin-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#0000ee;
	text-align:left;
}

.tuoitrenews_image
{
	float:left;
}

.tuoitrenews_time
{
	font-style:italic;
	color:#990000;
	text-align:right;
}

.tuoitrenews_view
{
	margin-top:20px;
	font-weight:bold;
	font-style:italic;
	color:#CC6600;
}

.tuoitrenews_contents
{
	margin-top:5px;
	color:#000000;
	padding:10px;
}



.tuoitrenews_more
{
	width: 500;
	margin-top: 30px;
	border-top: 3px double #f8f8f8;
}

.tuoitrenews_more_label
{
	font-weight:bold;
	color:#ffffff;
}

.tuoitrenews_more_title
{
	float: left;
}

.tuoitrenews_more_time
{
	font-style:italic;
	color: #666666;
}

.news_seperator_ruler
{
	color:#cccccc;
	background-color: #cccccc;

}

/* PREVIEW IMAGE FUNCTION */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* ---- SHOPPING CART PAGE ---- */
.shoppingcart_heading
{
	font-weight: bold;
	font-size:12px;
	color:#000;
	background: #CCCCCC;
}


.shoppingcart_label_row
{
	font-weight: bold;
}

.shoppingcart_product_name
{
	text-decoration:none;
	color:#0000ff;
	font-weight:bold;
}

.shoppingcart_product_name:hover
{
	text-decoration:none;
	color:#ff0000;
}


.shoppingcart_product_name:visited
{
	color:#6633FF;
}

.shoppingcart_productorder
{
	color:#999999;
}

.shoppingcart_total
{
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

.shoppingcart_history_link
{
	border-top: 3px double #dddddd;	
	margin-top:20px;
	text-align:left;
}

.shoppingcart_history_link a
{
	margin-top: 10px;
	color: #444444;
	text-decoration:none;
	background: #e0e0e0;
	border: 1px solid #cccccc;
	padding: 3px;
	
}

#vehiclesearchTitle
{
	
}

#vehiclesearchTitle:hover
{
	background:#666;
}

.partcatalogue_sub
{
	color:#999999;
	text-decoration:none;
	display:block;
	width:180px;
}

.partcatalogue_sub:hover
{
	color:#FFCC00;
}