/* CSS Document */

/*PAGE LAYOUT*/



html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,fieldset, form, label,
legend, caption, tfoot, thead
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

body
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	padding: 0px;
	margin: 0px;
	background: url(../graphics/bg_body.jpg) repeat-x #8C8C8C;
	}

a
	{
	color:#111;
	}
	
ol, ul
	{
	list-style: none;
	}

blockquote:before, blockquote:after, q:before, q:after
	{
	content: "";
	}

blockquote, q
	{
	quotes: "" "";
	}

h1
	{
	font-size:32px;
	font-weight: bold;
	}

h2
	{
	font-size:28px;
	font-weight: bold;
	}

h3
	{
	font-size:24px;
	font-weight: bold;
	}

h4
	{
	font-size:20px;
	font-weight: bold;
	}

.font1 {font-weight:normal; font-size:10px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font2 {font-weight:bold; font-size:10px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font3 {font-weight:normal; font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font4 {font-weight:bold; font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font5 {font-weight:normal; font-size:14px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font6 {font-weight:bold; font-size:14px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font7 {font-weight:normal; font-size:16px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font8 {font-weight:bold; font-size:16px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font9 {font-weight:normal; font-size:18px; font-family:Arial, Verdana, Helvetica, sans-serif;}
.font10 {font-weight:bold; font-size:18px; font-family:Arial, Verdana, Helvetica, sans-serif;}


/**** HEADER *******************************/

.header_a
	{
	width: 100%;
	height: 345px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	}

.header_b
	{
	width: 1000px;
	height: 345px;
	padding: 0px;
	margin: 0px auto;
	background: url(../graphics/bg_header.jpg) no-repeat #DFDFDF;
	}

.header_table
	{
	width:100%;
	height: 345px;
	margin:0px;
	padding-top: 15px;
	background: url(../graphics/header_car.png) no-repeat;
	background-position: 50% 135px;
	}
	
.td1
	{
	width: 200px;
	height: 190px;
	padding: 0px 10px;
	margin: 0px;
	color: #eee;
	font: bold 14px Tahoma;
	}
	
.td2
	{
	height: 22px;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	color: #aa0000;
	font: bold 15px Tahoma;
	text-align: center;
	line-height: 22px;
	}

.td2 a:visited {text-decoration:none; color:#eee;}
.td2 a:link {text-decoration:none; color:#eee;}
.td2 a:hover {text-decoration:none; color:#751D27;}
.td2 a:active {text-decoration:none; color:#751D27;}

.logo
	{
	width: 450px;
	margin: 0px;
	}

.logo img
	{
	position: relative;
	left: 70px;
	}

.company_name
	{
	width: 400px;
	height: auto;
	padding: 35px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;	
	color: #333;
	font-weight: bold;
	float: left;
	}

.quote
	{
	width: 400px;
	height: auto;
	padding: 5px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #333;
	font-weight: bold;
	float: left;
	}

.logo_text
	{
	width: 400px;
	height: auto;
	padding: 25px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #333;
	font-weight: normal;
	line-height: 20px;
	float: left;
	}

/**** MENU *******************************/

.menu_a
	{
	width: 100%;
	height: 45px;
	margin: 0px auto;
	padding: 0px;
	background: url(../graphics/bg_menu.png) no-repeat;
	background-position: 50% top;
	}

.menu_b
	{
	width: 1000px;
	height: 15px;
	padding: 7px 0px;
	margin: 0px auto;
	}

.menu
	{
	width: 100%;
	padding: 0px 25px;
	text-align: center;
	font: normal 14px Arial;
	}

.menu a
	{
	display: block;
	margin: 0px 6px;
	font: bold 15px Arial;
	text-shadow: 0px 0px 0px #fff, 0px 0px 2px #000, 0px 0px 3px #000;
	}

.menu a:visited {text-decoration:none; color:#fff;}
.menu a:link {text-decoration:none; color:#fff;}
.menu a:hover {text-decoration:none; color:#FFFF00;}
.menu a:active {text-decoration:none; color:#FFFF00;}

/**** DROPDOWN *****************************/

.dropdown
	{
	display: none;
	position: absolute;
	padding-bottom: 4px;
	background-color: #0B0B0B;
	border: double #000;
	border-width: 0px 4px 4px 4px;
	z-index: 3;
	}

.dropdown ul
	{
	margin: 0px;
	padding: 0px;
	}

.dropdown li
	{
	list-style-type: none;
	color: #fff;
	font: bold 15px Arial;
	line-height: 18px;
	padding-right: 9px;
	}

.dropdown a
	{
	display: block;
	padding: 2px 30px 2px 15px;
	}

.dropdown_div
	{
	margin: 0px 2px 3px 2px;
	color: #0E76BC;
	float: left;
	}

.dropdown_title
	{
	margin: 2px 30px 8px 6px;
	color: #0E76BC;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	}

.dropdown a:visited {text-decoration:none; color:#FFF;}
.dropdown a:link {text-decoration:none; color:#FFF;}
.dropdown a:hover {text-decoration:none; color:#FFFF00;}
.dropdown a:active {text-decoration:none; color:#FFFF00;}

/**** CONTENT *******************************/

.content_a
	{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	}

.content_b
	{
	width: 980px;
	padding: 30px 0px 0px 0px;
	margin: 0px auto;
	color: #111;
	background: url(../graphics/bg_contentb.png) repeat-x #D8D8D9;
	border-bottom: 1px solid #D8D8D9;
	}

.content_table
	{
	width: 100%;
	color: #111;
	}

.content_left
	{
	height: 100%;
	padding: 0px 0px 0px 20px;
	color: #111;
	vertical-align: top;
	}

.content_right
	{
	padding: 0px;
	overflow: auto;
	color: #111;
	vertical-align: top;
	}

.content_space
	{
	width: 20px;
	}
	
.content_b h3
	{
	color: #111;
	}
	
.content_b h4
	{
	color: #111;
	}

.text_div
	{
	height:350px;
	overflow:auto;
	}
	
.homepage_text
	{
	color: #000;
	font:normal 15px Arial;
	margin: 10px 30px 0px 0px;
	}

.homepage_text a:visited {font-weight:bold; text-decoration:underline; color:#000;}
.homepage_text a:link {font-weight:bold; text-decoration:underline; color:#000;}
.homepage_text a:hover {font-weight:bold; text-decoration:underline; color:#41ebf1;}
.homepage_text a:active {font-weight:bold; text-decoration:underline; color:#41ebf1;}

.formlet
	{
	width: 314px;
	height: 320px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
	float: left;
	/*background: url(../graphics/bg_formlet.png) no-repeat;*/
	}

.formlet_img
	{
	margin: 6px 0px 0px 10px;
	}
	
.contact_title
	{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	}

.credit_title
	{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	}
  
.send_button
	{
	margin: 6px 8px;
	padding: 0px;
	width: 78px;
	height: 35px;
	border: none;
	text-align: center;
	background: url(../graphics/send.png) no-repeat;
	cursor: pointer;
	}

.field_box
	{
	width: 281px;
	height: 31px;
	text-align: left;
	padding: 0px;
	margin: 4px 0px;
	float: left;
	background-image: url(../graphics/box.png);
	background-repeat:no-repeat;
	}

.field
	{
	width: 261px;
	height: 14px;
	line-height: 14px;
	margin: 9px 10px;
	padding: 0px;
	border: 0px;
	color: #555;
	font:bold 14px Arial;
	}

.field_box2
	{
	width: 281px;
	height: 97px;
	text-align: left;
	padding: 0px;
	margin: 4px 0px;
	float: left;
	color: #333333;
	background-image: url(../graphics/box2.png);
	background-repeat:no-repeat;
	}

.field2
	{
	overflow: auto;
	width: 261px;
	height: 87px;
	margin: 5px 10px;
	padding: 0px;
	border: 0px;
	font:bold 14px Arial;
	color: #555;
	}
	
.a1 {text-decoration:underline; color:#111;}

.a3 {text-decoration:underline; color:#111;}

/**** BOTTOM *******************************/

.bottom_a
	{
	width: 100%;
	height: 260px;
	margin: 0px auto;
	padding: 0px;
	}

.bottom_b
	{
	width: 980px;
	height: 240px;
	padding: 10px 0px;
	margin: 0px auto;
	background: url(../graphics/bg_bottomb.png) repeat-x #D8D8D9;
	background-position: left 225px;
	}

.bottom
	{
	margin-top: 10px;
	text-align: center;
	}

/*** FEATURED *******************************************/

.featured
	{
	width: 980px;
	}

.featured_banner
	{
	margin:0px;
	}

.featured_title_outer
	{
	width: 980px;
	overflow: hidden;
	}

.featured_title_inner
	{
	overflow: hidden;
	position: relative;
	left: 980px;
	width: 980px;
	line-height: 36px;
	padding-top: 0px;
	padding-left: 8px;
	}

.featured_title
	{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	}

.featured_footer_outer
	{
	width: 980px;
	overflow: hidden;
	height: 10px;
	}

.featured_footer_inner
	{
	overflow: hidden;
	position: relative;
	left: 980px;
	width: 1960px;
	height: 10px;
	}

.featured_images_outer
	{
	overflow: hidden;
	height: 0px;
	margin: 0px;
	/*background-color: #fff;*/
	}

.featured_images
	{
	padding:10px;
	display: none;
	position: relative;
	overflow: hidden;
	width: 960px;
	text-align: center;
	opacity: .0;
	filter: alpha(opacity=0);
	}

.featured_images img
	{
	border: solid 3px #222;
	margin: 10px 10px 0px 10px;
	}
	
.featured_images img:hover
	{
	border-color:#EBA100;
	}

/*** ECARD *******************************************/

.card
	{
	color: #111;
	width: 960px;
	margin-bottom: 0px;
	border: 0px double  #111;
	border-width: 4px 0px 0px 0px;
	}

.card_td
	{
	padding: 6px 0px;
	}

.card_td a img
	{
	width: 130px;
	height: 130px;
	margin: 4px 0px;
	}

.card h3
	{
	margin: 0px;
	padding: 0px;
	font: bold 20px Arial;
	color: #111;
	}

.card_top
	{
	padding: 0px;
	text-align: center;
	height: 14px;
	border: 0px double  #111;
	border-width: 0px 0px 4px 0px;
	}

.card_info
	{
	margin: 0px;
	text-align: center;
	font: normal 15px Arial;
	color: #222;
	}

.card_info td
	{
	line-height: 17px;
	}

.card_email
	{
	margin: 0px;
	text-align: center;
	font: normal 15px Arial;
	color: #222;
	}

.card_map
	{
	padding: 0px;
	}

.card_quote
	{
	font: bold 17px Tahoma;
	color: #111;
	padding: 5px;
	text-align: center;
	border: 0px double  #111;
	border-width: 4px 0px 0px 0px;
	}

.card a:visited {text-decoration:underline; color:#222;}
.card a:link {text-decoration:underline; color:#222;}
.card a:hover {text-decoration:underline; color:#41ebf1;}
.card a:active {text-decoration:underline; color:#41ebf1;}

/**** FOOTER *******************************/

.footer_a
	{
	width: 100%;
	height: 65px;
	margin: 0px auto;
	padding: 0px;
	}

.footer_b
	{
	width: 1000px;
	height: 40px;
	padding-top: 25px;
	margin: 0px auto;
	color: #222;
	background: url(../graphics/bg_footer.png) no-repeat;
	}

a.footer_link
	{
	padding: 0px 12px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	font: normal 11px Arial;
	}

a.footer_link:hover
	{
	color: #41ebf1;
	}
	
.copy
	{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	color: #fff;
	font:normal 12px Arial;
	}

.copy a
	{
	color:#fff;
	}
	
/*** CATEGORIES *******************************************/

.categories
	{
	padding:3px 8px 3px 8px;
	}

.cat_title_background
	{
	margin: 0px 0px -31px 2px;
	color: #aaa;
	}

.cat_title_foreground
	{
	margin: 0px;
	color: #111;
	}

.thumb
	{
	margin-bottom: 15px;
	height: 184px;
	width: 900px; 
	position: relative;
	z-index: 1;
	background: #bbb;
	}

.thumb_background
	{
	height: 184px;
	width: 900px;
	margin-bottom: -184px;
	background: #bbb;
	position: relative;
	z-index: 0;
	}

.thumb_title_background
	{
	margin: 0px 0px 0px -1px;
	padding-left: 5px;
	color: #333;
	}

.thumb_title_foreground
	{
	margin: -19px 0px 0px 0px;
	padding-left: 5px;
	color: #eee;
	}

.thumb_more
	{
	padding: 12px 22px 0px 0px;
	}

.thumb_more a:visited {text-decoration: underline; color:#111;}
.thumb_more a:link {text-decoration: underline; color:#111;}
.thumb_more a:hover {text-decoration: underline; color:#895E00;}
.thumb_more a:active {text-decoration: underline; color:#895E00;}

.thumb_image_count
	{
	color: #fff;
	}

.thumb_image

	{
	border: solid 1px #111;
	color:#ffffff;
	}

.thumb_table1
	{
	width: 100%;
	background-color:#0E76BC;
	}

.thumb_table2
	{
	width: 100%;
	border: 1px solid #111;
	border-bottom: 1px dotted #222;
	}

.thumb_table3
	{
	width: 95%;
	margin: 5px 6px 6px 12px;
	}

.thumb_tf
	{
	color: #111;
	height: 24px;
	text-decoration: underline;
	}

.thumb_td
	{
	color: #111;
	height: 28px;
	}

.thumb_desc
	{
	color: #111;
	line-height: 20px;
	}

.link_area
	{
	line-height: 30px;
	margin-bottom: 10px;
	}

.page_link
	{
	padding: 4px;
	color: #111;
	}
	
.page_link a:visited {text-decoration: underline; color:#111;}
.page_link a:link {text-decoration: underline; color:#111;}
.page_link a:hover {text-decoration: underline; color:#41ebf1;}
.page_link a:active {text-decoration: underline; color:#41ebf1;}

.page_link_this
	{
	color: #111;
	padding: 4px;
	}

/*** VEHICLE *******************************************/

.features-ul
	{
	padding-left: 0px;
	margin-left: 0px;
	overflow: hidden;
	list-style-type: none;
	column-width: 140px;
	column-gap: 20px;
	-moz-column-width: 140px;
	-moz-column-gap: 20px;
	-webkit-column-width: 140px;
	-webkit-column-gap: 20px;
	}

.list-item
	{
	background:url(../graphics/bullet.png) 0px 4px no-repeat;
	padding-left: 20px;
	line-height: 20px;
	width: 130px;
	margin-left: 12px;
	}

.vehicle_table
	{
	border: solid 1px #666;
	margin: 0px;
	border-top-width: 0px;
	}

.vehicle_title
	{
	line-height: 30px;
	margin-bottom: 10px;
	text-align:center;
	background-color: #0E76BC;
	color: #1D3269;
	}

.vehicle_info
	{
	margin-bottom: 10px;
	}

.vehicle_info td
	{
	color: #111;
	padding: 5px 0px 2px 0px;
	border-bottom: solid 1px #666;
	}

.vehicle_additional
	{
	color: #111;
	width: 690px;
	line-height: 18px;
	margin: 0px 10px 10px 8px;
	}
	
.vehicle_thumb
	{
	border: solid 1px #666;
	}
	
.vehicle_photos
	{
	margin: 25px 0px 25px 0px;
	}
	
.vehicle_photo
	{
	border: solid 2px #666;
	margin: 4px 0px 4px 0px;
	}


/*** FORMS *******************************************/

.form
	{
	color: #111;
	padding: 10px;
	/*border: solid 1px #2C2C2C;*/
	/* bg1 */
	}

.contact_table
	{
	background-color: #eee;
	color: #111;
	}

.form_table2
	{
	color: #111;
	width:420px;
	height: 380px;
	/* bg1 */
	}

.form_table2 td
	{
	text-align: left;
	}

.mini_form
	{
	/* bg1 */
	height: 320px;
	width: 250px;
	}

.mini_form_table
	{
	/* bg1 */
	border: solid 1px #333;
	color: #111;
	margin: 10px;
	height: 300px;
	width: 230px;
	}

.form_field1
	{
	border: solid 1px #666;
	color: #444444;
	width: 250px;
	padding-left: 2px;
	}

.form_field2
	{
	border: solid 1px #666;
	color: #444444;
	width: 250px;
	height: 100px;
	padding: 2px;
	}

.form_button
	{
	color: #111;
	width: 100px;
	margin: 0px 5px;
	}

.form_button2
	{
	color: #111;
	width: 60px;
	margin: 0px 5px;
	-moz-border-radius: 4px;
	background-color: #333;
	}

.email_form
	{
	margin-top: 40px;
	border: solid 1px #666;
	/* bg1 */
	}

.email_field
	{
	border: solid 1px #666;
	}

.button1
	{
	color: #111;
	width: 60px;
	margin: 0px 5px 0px 5px;
	-moz-border-radius: 4px;
	background-color: #0E76BC;
	}

.button2
	{
	color: #111;
	width: 100px;
	margin: 0px 5px 0px 5px;
	-moz-border-radius: 4px;
	background-color: #0E76BC;
	}

.contact_form
	{
	/*border: solid 1px #666;*/
	margin-top: 30px;
	width: 950px;
	/* bg1 */
	}

.contact_field
	{
	border: solid 1px #666;
	width: 200px;
	padding-left: 2px;
	color: #444;
	}

.contact_comments
	{
	border: solid 1px #666;
	width: 550px;
	height: 140px;
	padding: 2px;
	color: #444;
	background-image: url(../graphics/textarea_bg1.gif);
	background-repeat: no-repeat;
	}


/*** MISC *******************************************/


.vspace_a
	{
	height: 4px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	}

.vspace_b
	{
	height: 100%;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	}

.search
	{
	width:500px;
	height:400px;
	background-image:url(../graphics/bg_search.jpg);
	/*border: solid 1px #666;*/
	}
	
.search_return
	{
	color: #000000;
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	}

.marquee
	{
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -4px;
	}
	
.banner
	{
	width: 500px;
	text-align: center;
	margin-bottom: 15px;
	}

.banner p
	{
	margin: 0px;
	}

.thankyou a:visited {text-decoration: underline; color:#111;}
.thankyou a:link {text-decoration: underline; color:#111;}
.thankyou a:hover {text-decoration: underline; color:#41ebf1;}
.thankyou a:active {text-decoration: underline; color:#41ebf1;}

.caption
	{
	padding: 10px;
	}

.contact_info
	{
	border: solid 1px #111;
	padding: 12px 0px;
	max-height: 260px;
	/* bg1 */
	}
	
.contact_info li
	{
	color:#111;
	}

.contact_phone
	{
	line-height:24px;
	color:#111;
	}

.contact_email {line-height:24px;}
.contact_email:visited {text-decoration: underline; color:#111;}
.contact_email:link {text-decoration: underline; color:#111;}
.contact_email:hover {text-decoration: underline; color:#41ebf1;}
.contact_email:active {text-decoration: underline; color:#41ebf1;}

.form_table
	{
	width:640px;
	text-align:left;
	}

/*** Email *******************************************/

img.g-mail {background: url(../graphics/mail_icons.gif) -112px 0;}
img.y-mail {background: url(../graphics/mail_icons.gif) -96px 0;}
img.h-mail {background: url(../graphics/mail_icons.gif) -80px 0;}
img.w-mail {background: url(../graphics/mail_icons.gif) -48px 0;}
img.o-mail {background: url(../graphics/mail_icons.gif) -64px 0;}
img.a-mail {background: url(../graphics/mail_icons.gif) 0 0;}

img.m-close
	{
	background: url(../graphics/mail_icons.gif) -112px 0;
	height: 16px;
	width: 16px;
	margin: 4px;
	}

img.m-icon
	{
	top: 2px;
	position: relative;
	height: 16px;
	width: 16px;
	margin-right: 6px;
	}	

.m-link
	{
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
	color: #0000FF;
	}

.email_box
	{
	display: none;
	color: #333333;
	position: absolute;
	}

.email_options
	{
	border: solid 1px #aaaaaa;
	background-color: #efefef;
	font-family: arial;
	line-height: 28px;
	padding: 6px 12px 12px 12px;
	line-height: 28px;
	}

.email_options a:visited {text-decoration:none; color:#0000FF;}
.email_options a:link {text-decoration:none; color:#0000FF;}
.email_options a:hover {text-decoration:underline; color:#FF0000;}
.email_options a:active {text-decoration:underline; color:#FF0000;}
		

.thumb_div
	{
	height: auto;
	border: solid 1px #AAA;
	border-radius: 8px;
	box-shadow: 0 2px 3px #777;
	margin-bottom: 20px;
	background-color: #FFF;
	background-image: none;
	opacity: .90;
	max-width: 980px;
	}

.thumb_ymm
	{
	padding-left: 12px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	font-size: 24px;
	font-weight: bold;
	}

.thumb_more_info
	{
	padding-right: 12px;
	line-height: 32px;
	white-space: nowrap;
	}

.thumb_more_info_link
	{
	color: #333;
	border: solid 1px #555;
	background-color: #DDD;
	border-radius: 4px;
	padding: 2px 4px;
	box-shadow: 0px 1px 1px #555;
	}

.thumb_table_a
	{
	width: 100%;
	height: 32px;
	background-color: #1b7dde;
	border-radius: 8px 8px 0 0;
	}

.thumb_table_b
	{
	width: 870px;
	margin: 5px 14px 6px 8px;
	}

.thumb_table_c
	{
	width: 540px;
	text-align: left;
	margin: 14px 6px 6px 0;
	}

.thumb_table_d
	{
	text-align: left;
	width: 540px;
	}

.pic_count
	{
	position: absolute;
	padding: 2px 2px 5px 2px;
	background-color: rgb(26, 115, 202);
	color: #fff;
	border-radius: 4px;
	margin-left: -20px;
	margin-top: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 10px;
	min-width: 14px;
	}

.pic_count_number
	{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	padding: 3px 0 2px 0;
	}

.thumb_img_div
	{
	border-radius: 4px;
	}

.thumb_img
	{
	box-shadow: 3px 3px 3px #333;
	width: 300px;
	text-decoration: none;
	}

.micro_list
	{
	margin: 8px 0 0 2px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	width: 300px;
	max-height: 68px;
	}

.thumb_content_right
	{
	padding: 8px 0 0 22px;
	text-align: left;
	}

.thumb_price
	{
	border-radius: 8px;
	color: #fff;
	padding: 4px 12px;
	font-size: 24px;
	font-weight: bold;
	}

.thumb_price_fair
	{
	background-color: #898989;
	}

.thumb_price_good
	{
	background-color: #44ae50;
	}

.thumb_price_great
	{
	background-color: #348345;
	}

.thumb_info_text
	{
	width: 580px;
	line-height: 32px;
	color: #333;
	}

.thumb_description_text
	{
	text-align: justify;
	color: #333;
	line-height: 20px;
	width: 540px;
	margin-top: 12px;
	}

.thumb_buttons
	{
	border-top: solid 1px #333;
	padding-top: 4px;
	}