/* for all */

*
{
 padding:0;
 margin:0;
}

* ul
{
 list-style:none;
}

img
{
 border:0;
}

body
{
	background:#992A79 url(../en/images/body/body_bg_loop.jpg) top left repeat-x;
	text-align:center;
	width:961px;
	margin:0 auto;
}

.fancy_bg_image
{
 position:absolute;
	top:27px;
	left:0;
	width:100%;
	height:565px;
	background:url(../en/images/body/fancy_background.jpg) top center no-repeat;
}

.main_container
{
 width:961px;
 position: relative;
}

.set_zindex
{
 z-index:90;
}

.goleft
{
 float:left;
}

.goright
{
 float:right;
}

.clear_it
{
 clear:both;
}

/* 
css table limitation
the content of this table should not exceed 15900px for all browser.
*/

.tbl
{
	display:table;
}

.row
{
	display:table-row;
	overflow:hidden; 
	float:left;
}

.col
{
	float:left;
	display:table-column;
	padding:0 0 1000em 0; /* notes: 1em = 16px */
	margin:0 0 -998.5em 0;
	text-align:center;
}


/* glider scroller */

div.scroller { 
	/* modify width of scrolling section if necessary	*/		
	width: 170px; 
	overflow: hidden;
}

div.scroller div.section 
{
		/* modify width of each section as needed	*/		
		width:170px;
		overflow:hidden;
		float:left;
}

div.scroller div.content 
{
	width: 10000px;
}


/* -------------------- */
/* ----- top area ----- */
/* -------------------- */

#logo_area
{
 width:100%;
}

#logo
{
 width:35%;
	padding-top:62px;
	padding-bottom:13px;
	float:left;
}

#logo_dealer
{
 width:35%;
	padding-top:47px;
	padding-bottom:13px;
	float:left;
}

#discreet_package
{
 width:18%;
	padding-top:40px;
	float:left;
	padding-bottom:13px;
}

#chat_and_cart
{
 width:47%;
	float:right;
	padding-top:40px;
	padding-bottom:13px;
}


/* start menu bar css */

#menu_bar
{
 width:100%;
	height:44px;
	background:url(../en/images/top/menubarbg.jpg) repeat-x;
}

#menu_bar ul li
{
	float:left;
}


#menu_bar ul li a
{
	height:44px;
	font-family:arial,sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

#menu_bar ul li a span.menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	cursor:pointer;
}

#menu_bar ul li a:hover span.menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	background:url(../en/images/top/menubarbg_on.jpg) repeat-x;
	cursor:pointer;
}

#menu_bar ul li a span.current_menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	background:url(../en/images/top/menubarbg_on.jpg) repeat-x;
	cursor:pointer;
}

/* end of menu bar css */

#menubar1
{
 width:100%;
	background:url(../en/images/top/menubarbg.jpg) repeat-x;
	height:44px;
}

#menubar1 li
{	
	list-style: none;
	float: left;
	font:12px arial;

}

#menubar1 li a
{	
 display: block;
	color: #FFF;
	padding: 15px 10px 14px;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

#menubar1 li a:hover
{	
 background:url(../en/images/top/menubarbg_on.jpg) repeat-x;
}

#menubar1 div
{	
 position: absolute;
	visibility: hidden;
	background: #D12C81;
	z-index:100;
}

 #menubar1 div a
	{	
	 position: relative;
		display: block;
		padding: 5px 10px;
		width: 120px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #AD12C8;
		color: #FFF;
		font: 11px arial;
		border-bottom:1px solid #DF6CA7;
	 z-index:100;
	}

	#menubar1 div a:hover
	{
	 background: #881D54;
	}

#menubar1 iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0px;/*must have*/
	left:0px;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:165px;/*must have for any big value*/
	height:auto;/*must have for any big value*/
}

/* -------------------- */
/* ----- body area ---- */
/* -------------------- */


/* sidebar */

#sidebar_bg
{
 background:#FFF url(../en/images/sidebar/sidebar_bg_loop.jpg) top left repeat-y;
}

#sidebar
{
	width:209px;
	float:left;
	text-align:left;
}

.mainCat
{
 display:block;
	width:178px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	background:url(../en/images/sidebar/sidebar_bg_loop.jpg) top left repeat-y;
	border-bottom:1px solid #DF6CA7;
}

.subCat
{
	cursor:pointer;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
}

#recently_view
{
 width:190px;
	float:right;
	background:#FFF;
}

.recently_view_block
{
	width:159px !important;
	padding:15px;
 width:190px;
 background:url(../en/images/sidebar/recently_view_content_bg.jpg) top right repeat-y;
	border-left:1px solid #FF0092;
	border-top:1px solid #FF0092;
	text-align:center;
}

.filtered_results a
{
 font:12px arial;
	color:#393939;
	text-decoration:none;
	cursor:pointer;
	padding:5px 0 5px 35px;
	width:174px !important;
	width:209px;
	display:block;
}

.checkout_steps
{
 width:169px !important;
	width:209px;
	padding:10px 10px 10px 30px;
	background:url(../en/images/sidebar/checkout_step_bg.jpg) repeat-y;
}

.checkout_current_steps
{
 width:169px !important;
	width:209px;
	padding:10px 10px 10px 30px;
	background:url(../en/images/sidebar/checkout_current_step_bg.jpg) repeat-y;
}

.checkout_steps span, .checkout_current_steps span
{
 float:left;
}

#mycart_sidebar
{
 width:159px !important;
	width:209px;
	background:url(../en/images/sidebar/checkout_current_step_bg.jpg) repeat-y;
	padding-left:50px;
}

#glider_recently_view
{
 width:179px !important;
	width:209px;
	background:url(../en/images/sidebar/filter_result_bg.jpg) repeat-y;
	padding-left:30px;
}

#mycart_sidebar ul li, #glider_recently_view ul li
{
 padding:2px 0;
}

/* end sidebar */




/* -------------------- */
/* ------- footer ----- */
/* -------------------- */

#footer
{
 width:961px;
	background:#FFF;
	position:relative;
}

#info
{
 width:100%;
	background:#FFF;
}


#leftbar
{
 width:209px;
	float:left;
	display:block;
	height:206px;
	background:url(../en/images/footer/footer_left_bg.jpg) no-repeat;
}

#rightbar
{
 width:752px;
	float:left;
	border-top:1px solid #FE01AA;
	text-align:left;
}

#signup_email
{
 width:43%;
	float:left;
	text-align:left;
}

#others_link_1
{
 width:25%;
	float:left;
}

#others_link_2
{
 width:32%;
	float:left;
}

#others_link_1, #others_link_2 ul li
{
 list-style:url(../en/images/share/icon/icon3.gif);
}

#secured_verified
{
 width:30%;
	padding:10px 0 0 0;
	float:left;
	text-align:center;
}

#payment_method
{
 padding:20px 0 20px 0;
 text-align:center;
}

#help_info
{
 width:65%;
	padding:15px 10px 40px 20px;
	float:left;
	border-right:1px solid #FE01AA;
}


#footer #copyright
{
 background:#992A79;
	padding:4px;
	text-align:left;
}


/* index */

#content
{
 width:752px;
	float:left;
	text-align:left;
}

.banner_area
{
 width:961px;
}

#search_area
{
 width:100%;
	height:42px !important;
 height:57px;
	background:url(../en/images/top/search_area_bg.jpg) repeat-x;
	border-bottom:1px dotted #FFF;
	padding-top:15px;
	text-align:left;
}

#search_area2
{
 width:100%;
 height:57px;
	background:url(../en/images/top/search_area_bg.jpg) repeat-x;
	border-bottom:1px dotted #FFF;
	text-align:left; 
}

#products_block
{
 width:752px;
 border-bottom:1px solid #EDEDED;	
	text-align:center;
}

.product_column
{
 width:250px;
	float:left;
 padding:20px 0 20px 0;
}

#title
{
	background:url(../en/images/index/glider_title_bg.jpg) repeat-x;
	height:45px;
}

.glider_btn
{
 width:28px;
	float:left;
}

.glider_items
{
 width:696px;
	float:left;
}

.glider_record
{
 float:left;
	width:154px !important;
	width:174px;
	padding:0 10px;
	text-align:center;
}




/* css index.php by Joe */
#multiple_row_title
{
	float:left;
	width:249px; 
	height:345px; 
	font-size:12px;
	font-family:arial;	
}

#multiple_row_table
{
	height:345px; 
	border-bottom:1px solid #E5E5E5; 
	padding-bottom:0px!important; 
	padding-bottom:20px;
	width:100%	
}

.multiple_row_td_width{	
	vertical-align:top; 
	width:239px
}


.single_row_glider_block{
	width:752px;
	border-top:1px solid #FE018F;
}


#main_container_id
{
	background:#FFF;
	padding-bottom:4px;
	border-bottom:1px dotted #AFAFAF;	
}

#text_info
{
	float:left;
	padding-left:20px;
	padding-top:10px;
}


#view_all
{
	float:right;
	padding-right:30px;
	padding-top:10px;
}
/* end css index.php by Joe*/



/* end index */



/* browse product */

#browse_product_list
{
	border-bottom:1px solid #EDEDED;
	width:752px;
	text-align:center;
}

#way_to_sort
{
 float:left;
	padding:25px 0 20px 25px;
}

#paging_part
{
 float:right;
	padding:15px 0;
}

.prod_desc
{
 padding:10px 20px;
	text-align:left;
}

/* end of browse product page */


/* discreet packaging */

#discreet_guaranteed
{
 background:url(../en/images/discreet_packaging/title_bg.jpg) no-repeat;
	width:752px;
	height:45px !important;
	height:60px;
	text-align:left;
	padding:15px 0 0 30px;
}

#privacy_info
{
 width:315px !important;
	width:376px;
	float:left;
	padding:20px 30px;
	border-right:1px solid #E5E5E5;
}

#credit_statement
{
 width:336px !important;
	width:376px;
	float:left;
	padding:20px;
}
/* end discreet packaging */


/* text join dealer network */
.dealer_network_links
{
 display:block;
	background:url(../en/images/sidebar/sidebar_others_link_bg.jpg) no-repeat;
	width:169px !important;
	width:209px;
	height:29px !important;
	height:44px;
	padding:15px 0 0 40px;
	font:bold 12px arial;
	color:#5F0200;
}

.inner_container
{
 padding-left:23px;
	width:707px !important;
	width:730px;
}

#dealer_header
{
 background:url(../en/images/dealer_network/dealer_network_top_bg.jpg) repeat-x;
	height:52px;
}


.dealer_network_gradiant_bg
{
 width:100%;
	background:url(../en/images/dealer_network/gradiant_bg.jpg) repeat-x;
	padding-top:10px;
}

.inner_bottom_curve
{
 background:url(../en/images/dealer_network/dealer_network_footer_bg.jpg) repeat-x;
}

span.moveLeft
{
 padding-left:20px;
	float:left;
}

span.moveRight
{
 width:500px;
	float:left;
	padding-left:20px;
	font:14px arial;
	color:#B91169;
	line-height:150%;
}

#the_top
{
 background:url(../en/images/dealer_network/top_bg.jpg) repeat-x;
	height:52px;
}

.the_content
{
 width:705px !important;
	width:707px;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5; 
}

.icon_setting
{
 width:67px;
	float:left;
	text-align:center;
	padding-top:10px;
}

#join_dealer_now
{
 padding:0 30px;
	width:230px !important;
	width:290px;
	float:left;
}

/* end text join dealer network */


/* last minute offer */

#free_shipping_title
{
	float:right;
	width:722px !important;
	width:752px;
	height:48px !important;
	height:73px;
	background:url(../en/images/last_minute_offer/top_bg.jpg) repeat-x;
	text-align:left;
	padding:25px 0 0 30px;
	font:20px arial;
	color:#13080C;
}

.sub_categories
{
 width:199px !important;
	width:209px;
	height:30px !important;
	height:43px;
	display:block;
	float:left;
	background:url(../en/images/last_minute_offer/subtitle_bg.jpg) top right no-repeat;
	padding:13px 0 0 10px;
	font:12px verdana;
	color:#323433;
}

.last_minute_glider_records
{
 float:left;
	width:200px !important;
	width:232px;
	padding:0 16px;
}

#button_area
{
 float:right;
	width:752px;
	background:url(../en/images/last_minute_offer/bottom_bg.jpg) repeat-x;
	text-align:center;
	padding-top:15px;
	font:20px arial;color:#000;
	border-top:1px solid #FE018F;
}
/* end last minute offer */


/* text join dealer */
#join_dealer_area
{
 padding-left:23px;
	width:707px !important;
	width:730px;  
}

.top_border
{
 padding-top:10px;
	border-top:1px solid #D0D0D0;
}

.my_account_inner_container
{
	width:174px !important;
 width:209px;
 background:url(../en/images/sidebar/my_account_sidebar_bg.jpg) repeat-y;
	padding:15px 0 15px 35px;
}

.my_account_inner_container ul li
{
 padding:2px 0;
}

.my_account_inner_container ul li:hover
{
 list-style:url(../en/images/share/icon/icon5.gif);
}

/* end text join dealer */


/* product detail */ 

#current_path
{
 background:#E5E5E5;
	padding:15px 0 15px 15px;
}


#current_path ul li
{
 display:inline;
}

#product_info
{
 width:684px;
 margin:0 34px;
	padding:15px 0;
 border-bottom:1px solid #E0E0E0;
}

#product_attribute
{
 float:left;
	width:232px;
	text-align:center;
}

#product_details
{
 float:left;
	width:452px;
}

.prod_name
{
 border-bottom:1px solid #E0E0E0;
	padding-bottom:7px;
}

.prod_price
{
 border-bottom:1px solid #E0E0E0;
	padding:10px 0;
}

#prod_calcShipping
{
 border:1px solid #A5A5A5;
	background:url(../en/images/product_details/calc_shipping_bg.jpg) repeat-x;
	height:66px !important;
	height:81px;
	padding:15px 10px 0 10px;
}

.toggle_button
{
 display:block;
 width:98px;
	height:31px !important;
	height:40px;
	font:13px arial;
	color:#2E2E2E;
	padding-top:9px;
}

#next_prev_ext_image
{
 padding:5px 10px;
	clear:left;
	text-align:right;
	border-bottom:1px solid #E5E5E5;
	font:11px arial;
	color:#D1CFD0;
}

#product_extra_info
{
 width:682px !important;
 width:684px;
 margin:0 34px;
	border:1px solid #DCDCDC;
}

#tell_friend
{
 width:684px;
 margin:0 34px;
	padding:7px 0; 
}

#review_area
{ 
 width:752px; 
	border-bottom:1px solid #E1E1E1;	
	background:url(../en/images/product_details/review_border_bg.jpg) repeat-y;
}

.review_title
{
 width:376px; 
	border-bottom:1px solid #E1E1E1;
}

#product_review
{
 width:376px;
	float:left;
}

#customer_review
{
 width:376px; 
	float:right;
}

#submit_review_form
{
 width:295px !important;
	width:376px;
	padding:20px 30px 20px 50px;
}

.review_records
{
 width:331px !important;
	width:376px;
	padding:20px 25px 20px 20px;
	font:11px arial;
	color:#000;
}
/* end product detail */ 


/* checkout select courier */
#select_courier_top
{
 width:694px;
	font:12px arial;color:#464646;
	text-align:center;
	background:url(../en/images/checkout_select_courier/top_bg.jpg) repeat-x;
	height:55px;
}

.courier_details
{
 width:694px;
	font:12px arial;
	color:#464646;
	text-align:center;
	border-bottom:1px solid #CDCDCD;
	padding:10px 0;
}

.courier_logo
{
 float:left;
	width:170px;
}

.courier_shipping_cost
{
 float:left;
	width:170px;
	padding-top:5px;
}

.shipping_time
{
 float:left;
	width:180px;
}

.select_button
{
 float:left;
	width:168px;
}

#own_courier
{
 width:694px;
	font:12px arial;
	color:#464646;
	text-align:center;
	padding:10px 0;
}

#select_courier_bottom
{
 width:694px;
	border-bottom:1px solid #CDCDCD;
	height:7px;
}

#note_style
{
 font:11px arial;
	color:#282828;
	line-height:180%;
	padding:10px 0; 
}

/* end checkout select courier */


/* checkout billing shipping */

#billing_info, #customer_details, #shipping_info, #forwarding_info, #special_instruction_area
{
 width:696px;
	margin:0 28px;
}

.form_style
{
 border:1px solid #E6E6E6;
	margin-top:10px;
	padding:18px;
	font:11px arial;
	color:#313131;
}

.form_subject_name
{
 float:left;
	width:170px;
	padding-top:3px;
}

.fill_info_part
{
 float:left;
	margin-bottom:3px;
}

.fill_info_part input
{
 border:1px solid #A7A7A7;
}

.use_own_invoice
{
 width:696px;
	margin:0 28px;
	font:11px arial;
	color:#030303;
	border:1px solid #DADADA;
	background:#EFEFEF;
}

/* end checkout billing shipping */


/* myaccount send message */

#message_top_gradiant
{
 height:54px;
	background:url(../en/images/myaccount_send_message/top_bg.jpg) repeat-x;
}

.send_message_body
{
 width:694px !important;
	width:696px;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	font:12px arial;
	color:#404040;
}

.send_message_body p
{
 padding:5px 0;
}

#message_bottom_gradiant
{
 height:53px;
	background:url(../en/images/myaccount_send_message/bottom_bg.jpg) repeat-x;
}

/* end myaccount send message */


/* end myaccount message details */

#message_details
{
 width:694px !important;
	width:696px;
	margin:0 28px;
	border:1px solid #CECECE;
	font:12px arial;color:#616161;
}

#message_info p
{
 border-bottom:1px solid #EDEDED;
	padding:5px 0;
}

#message_info p span
{
 float:left;
}
/* end myaccount message details */


/* myaccount index */

#acc_control_panel
{
 width:694px !important;
	width:696px;
	margin:0 28px;
	border:1px solid #CCC;
}

.control_panel_features
{
 width:311px;
	background:url(../en/images/myaccount_index/control_panel_bg.jpg) no-repeat;
	float:left; 
}

.control_panel_features ul li:hover
{
 list-style:url(../en/images/share/icon/icon5.gif); 
}

.control_panel_features ul li a
{
 font:12px arial;
	color:#525252;
	text-decoration:none;
}

.control_panel_features ul li a:hover
{
 font:12px arial;
	color:#FF0272;
	text-decoration:underline;
}

/* end myaccount index*/


/* myaccount view credit term balance */

#my_balance_top_gradiant
{
 height:39px;
	background:url(../en/images/myaccount_view_credit_term_balance/top_bg.jpg) repeat-x;
}

.balance_title
{
 width:694px;
	background:url(../en/images/myaccount_view_credit_term_balance/gradiant_bg.jpg) repeat-x;
	text-align:center;
	font:14px arial;
	color:#0F0F0F;
	padding:15px 0;
}

.balance_title span, .balance_records span, #payment_records_top span, .payment_details span
{ 
 float:left;
}

.balance_records
{
 width:694px;
	text-align:center;
	border-bottom:1px solid #C1C1C1;
	font:12px arial;
	color:#000;
}

#transfer_money_to_acc
{
 width:648px !important;
	width:654px;
	margin:0 20px;
	border:3px solid #FF006C;
}

#payment_records_top
{
 width:694px;
	padding:15px 0;
	background:url(../en/images/myaccount_view_credit_term_balance/gradiant_bg_3.jpg) repeat-x;
}

.payment_details
{
 width:694px;
	border-bottom:1px solid #C1C1C1;
	padding:10px 0;
}

#last_balance_amount
{
 width:664px !important;
	width:694px;
	background:url(../en/images/myaccount_view_credit_term_balance/gradiant_bg_2.jpg) repeat-x;
	text-align:right;
	padding:20px 20px 20px 10px;
}

/* end myaccount view credit term balance */


/* checkout confirm order */

.billing_details
{
 float:left;
	width:326px !important;
	width:376px;
	padding-left:50px;
}

.shipping_details
{
 float:left;
	width:316px !important;
	width:326px;
	padding-left:10px;
}

#ordered_items_th
{
 width:696px;
	height:37px;
	background:url(../en/images/checkout_confirm_order/top_bg_2.jpg) repeat-x;
	font:11px verdana;
	color:#565656;
	text-align:center;
}

#ordered_items_th span, .ordered_items div, .ordered_items_grey_bg div
{
 float:left;
}

.ordered_items
{
 text-align:center;
	font:12px arial;
	color:#484848;
	border-bottom:1px solid #EDEDED;
	background:url(../en/images/checkout_confirm_order/confirmed_order_items_bg.jpg) repeat-y;
}

.ordered_items_grey_bg
{
 text-align:center;
	font:12px arial;
	color:#484848;
	background:url(../en/images/checkout_confirm_order/confirmed_order_items_grey_bg.jpg) repeat-y;
	border-bottom:1px solid #EDEDED;
}

#ordered_items_footer
{
 background:#FFF;
	width:389px !important;
	width:696px;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	font:14px arial;
	color:#484848;
	padding:15px 0 15px 305px;
}
/*
#ordered_items_footer
{
 background:#FFF;
	width:449px !important;
	width:696px;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	font:14px arial;
	color:#484848;
	padding:15px 0 15px 245px;
}
*/

#ordered_items_footer ul
{
 line-height:150%;
}

#ordered_items_footer ul li
{
 float:left;
}

#shipping_info_part
{
 margin:0 28px;
	width:694px !important;
	width:696px;
	border:1px solid #C0C0C0;
	background:#F1F1F1;
}

#ship_from
{
 float:left;
	width:160px !important;
	width:240px;
	font:24px arial;
	color:#FD0172;
	padding:30px 40px;
	text-align:center;
}

#shipping_weight
{
 border-left:1px solid #C0C0C0;
	float:left;
	width:333px !important;
	width:454px;
	padding:20px 60px;
	font:12px arial;
	color:#444;
	text-align:center;
}

/* end checkout confirm order */


/* checkout select payment */

.payment_methods
{
 width:686px !important;
	width:688px;
	border:1px solid #C7C7C7;
	margin:3px;
	padding:15px 0;
}

/* end checkout select payment */

/* cart */

#list_cart_items
{
 width:694px;
	margin:0 29px;
	background:url(../en/images/cart/column_border_bg.jpg) repeat-y;
}

#list_cart_title
{
 background:url(../en/images/cart/top_bg.jpg) repeat-x;
	font:11px verdana;
	color:#565656;
	height:34px;
	width:694px;
	text-align:center;
}

.cart_item
{
 width:694px;
	font:11px arial;
	color:#3D3D3D;
}

.cart_item_grey_bg
{
 width:694px;
	font:11px arial;
	color:#3D3D3D;
	background:url(../en/images/cart/column_border_bg_grey.jpg) repeat-y;
}

#emptyCartArea
{
 background:#FFF;
	width:674px !important;
	width:692px;
	margin:0 1px;
	padding:20px 0;
	text-align:right;
 font:11px verdana;
	color:#565656;
}

#bottom_area
{
 width:694px;
 height:55px;
	background:url(../en/images/cart/bottom_bg.jpg) repeat-x;
	border-top:1px solid #CDCDCD;
}
/* end cart */

/* account login & checkout login */

#form_area
{
 width:752px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

#registration_form
{
 width:329px !important;
	width:380px;
	padding-left:50px;
	border-right:1px solid #E5E5E5;
 float:left;
	text-align:left;
}

#login_form
{
 width:322px !important;
 width:372px;
 padding-left:50px;
	float:right;
	text-align:left;
}

#registration_form span, #login_form span
{
 float:left;
}

.input_style
{
 width:170px;
	height:20px;
	border:1px solid #A6A6A8;
}

/* end account login & checkout login */

/* checkout bank transfer */

#checkout_top
{
	margin: 15px 30px 0 30px;  
	height:53px; 
	background:url(../en/images/my_account/checkout_top_bg_loop.gif) repeat-x;
}

#checkout_top ul li
{
	float:left;
}

#checkout_bottom
{
	margin: 0 30px 15px 30px; 
	height:77px; 
	background:url(../en/images/my_account/checkout_bottom_bg_loop.gif) repeat-x;
}

#checkout_bottom ul li
{
	float:left;
}


.bottom_vertical_line
{
	border-bottom:1px solid #d0d0d0;  
}

/* end checkout bank transfer */

/* myaccount accumulated purchase */

#title_bar
{
	margin:15px 30px 0 30px;
	height:39px;
	background:url(../en/images/my_account/topbg_loop.jpg) repeat-x;
}

#title_bar ul li
{
	float:left;
}

#middle_bar
{
	width:100%;
	background:url(../en/images/my_account/middle_bar_bg_loop.gif) repeat-x;
}

#middle_bar span
{
	float:left;
}

#form_end
{
	padding:0 30px 15px 30px;
	
}

#form_end ul li
{
	float:left;
}

#bottom_bar
{
	margin:0 30px; 
	height:67px; 
	background:url(../en/images/my_account/bottom_bar_bg_loop.gif) repeat-x;
}


/* end myaccount accumulated purchase */


/* myaccount log out */

#login_again_bar
{
	margin: 10px 30px 0 30px; 
	height:79px; 
	background:url(../en/images/my_account/login_again_bg_loop.gif) repeat-x;
}

#login_again_bar span
{
	float:left;
}

/* end myaccount log out */


/* myaccount message successful sent */

#messages_bottom
{
	margin: 0 30px; 
	height:72px; 
	background:url(../en/images/my_account/messages_bottom_bg_loop.gif) repeat-x;
}

#messages_bottom ul li
{
	float:left;
}

/* end myaccount message successful sent */

/* rating system css */

    .star-rating,
    .star-rating a:hover,
    .star-rating a:active,
    .star-rating a:focus,
    .star-rating .current-rating{
    	background: url(../en/images/share/product_attribute/star.gif) left -1000px repeat-x;
    }
    .star-rating{
    	position:relative;
    	width:75px;
    	height:15px;
    	overflow:hidden;
    	list-style:none;
    	margin:0;
    	padding:0;
    	background-position: left top;
    }
    .star-rating li{
    	display: inline;
    }
    .star-rating a, 
    .star-rating .current-rating{
    	position:absolute;
    	top:0;
    	left:0;
    	text-indent:-1000em;
    	height:15px;
    	line-height:15px;
    	outline:none;
    	overflow:hidden;
    	border: none;
    }
    .star-rating a:hover,
    .star-rating a:active,
    .star-rating a:focus{
    	background-position: left bottom;
    }
    .star-rating a.one-star{
    	width:20%;
    	z-index:6;
    }
    .star-rating a.two-stars{
    	width:40%;
    	z-index:5;
    }
    .star-rating a.three-stars{
    	width:60%;
    	z-index:4;
    }
    .star-rating a.four-stars{
    	width:80%;
    	z-index:3;
    }
    .star-rating a.five-stars{
    	width:100%;
    	z-index:2;
    }
    .star-rating .current-rating{
    	z-index:1;
    	background-position: left center;
    }	
    
    /* for an inline rater */
    .inline-rating{
    	display:-moz-inline-block;
    	display:-moz-inline-box;
    	display:inline-block;
    	vertical-align: middle;
    }
    
    /* smaller star */
    .small-star{
    	width:50px;
    	height:10px;
    }
    .small-star,
    .small-star a:hover,
    .small-star a:active,
    .small-star a:focus,
    .small-star .current-rating{
    	background-image: url(../en/images/share/product_attribute/star_small.gif);
    	line-height: 10px;
    	height: 10px;
    }

/* end rating system css */

#descriptionLayer ul
{
 list-style:disc;
	padding-left:15px;
}

.goleft
{
 float:left;
}

#ajaxCartStyle
{
 width:710px !important;
	width:720px;
	border:5px solid #FF017E;
}

#ajaxCartStyle iframe
{
 display:none;/*sorry for IE5*/
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0px;/*must have*/
 left:0px;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:710px;/*must have for any big value*/
 height:auto;/*must have for any big value*/
}

#ajaxCartTitle
{
 width:680px;
 margin:0 10px;
	background:url(../en/images/cart/ajax_cart_bg.jpg) repeat-x;
	border-bottom:1px solid #C2C2C2;
	text-align:center;
}

#ajaxCartContainer
{
 width:710px;
	max-height:150px;
	height: expression(150 + "px");
	overflow:auto;
    overflow-x:hidden;
	text-align:center;
}

.ajaxCartItemRowWhiteBg
{
 width:680px !important;
	width:684px;
	padding:20px 0;
	margin-left:10px;
	background:url(../en/images/cart/ajax_cart_white_border.jpg) top right repeat-y;
}

.ajaxCartItemRowGreyBg
{
 width:680px !important;
 width:684px;
	padding:20px 0;
	margin-left:10px;
	background:url(../en/images/cart/ajax_cart_grey_border.jpg) top right repeat-y;
}

.ajaxCartItemChkCol
{
 width:30px;
}

.ajaxCartItemProductInfoCol
{
 width:322px;
}

.ajaxCartItemQtyPriceCol
{
 width:188px !important;
 width:218px;
 padding:0 15px;
}

.ajaxCartItemShipmentCol
{
 width:13% !important;
 width:15%;
 padding:0 5px;
}

#ajaxCartTotalAmountArea
{
 width:678px !important;
	width:680px;
	padding:10px 0;
	margin:0 10px;
	border:1px solid #C2C2C2;
}


#shippingCalculation
{
 width:680px;
	margin:0 10px;
}

.fontVerdana11Grey
{
 font:11px verdana;
 color:#383838;
}

.fontVerdana14Grey
{
 font:14px verdana;
 color:#858585;
}

.fontVerdana14Black
{
 font:14px verdana;
 color:#383838;
}