/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFEA;
	background-image: url(../images/sh2_blue/background_site.gif);
}
.clear {
	clear: both;
}
/* Main */
.main_table {
	border: 1px solid #666666;
	width: 880px;
	margin: 0 auto;
	padding:inherit;
	background-color: #FFFFFF;
} 

.main_table_popup {
	border: 1px solid #000000;
	width: 100%;
} 

.main_header_cell {
	background-color: #2F6091;
	/*background-image: url(../images/sh2_blue/header_background.gif);*/
	/*height: 200px;*/
	width: 880px;
	padding:0;
	margin:0;
	/*border-color: #000000;
	border-style: solid;
	border-width: 1px;*/
}

.main_header_menu_cell {
	width: 880px;
	padding:0;
	margin:0;
	height: 30px;
	background-image: url(../images/sh2_blue/header_menu_back.gif);
	background-repeat: repeat-x;
	background-color: #2F6091;
	text-align: left;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.main_left_menu_cell {
	width: 155px;
	vertical-align: top;
	background-color: #E9E9E9;
	background-image: url(../images/sh2_blue/);
	border-right: 1px #AEAEAE solid;
}


.main_titlebar_cell {
	padding: 2px;
	width: 90%;
	vertical-align: top;
	background-color: #F9F9F9;
}

.main_container_cell {
	vertical-align: top;
	padding: 10px 5px 5px 5px;
	background-color: #F9F9F9;
}

.main_footer_cell {
	text-align: center;
	background-color: #2F6091;
	height: 50px;
	color: #FFFFFF;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: bottom;
	padding-bottom: 5px;
	width: 880px;
	padding:0;
	margin:0;
}

.main_messages_cell {
	padding: 3px 3px 3px 5px;
	color: #CC0000;
	font-size: 12px;
}

/*Header*/
.header_cell {
	/*height: 80px;*/
	text-align: left;
}

.header_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	padding-left: 25px;
}

/*Header Menu*/
.header_menu_table {
	text-align: center;
	height: 20px;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header_menu_left {
	width: 10px;
}

.header_menu_right {
	width: 10px;
}

.header_menu_item {
	text-align: center;
	padding: 5px 9px 2px 3px;
	
}

.header_menu_middle {
	width: 9px;
	text-align: center;
	/*border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;*/
}

/*Left Menu*/
.left_menu_table {
	width: 211px;
	background-color: #2F6091;
	background-image: url(../images/sh2_blue/);
}

.left_menu_date {
	width: 155px;
	height: 20px;
	background-color: #2F6091;
	background-image: url(../images/sh2_blue/);
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 1px;
	text-align: center;
}

.left_menu_caption {
	height: 18px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 5px;
	color: #4F3B4F;
	background-color: #CCCCCC;
	background-image: url(../images/sh2_blue/left_menu_caption.gif);
}

.left_menu_caption_right {
	width: 10px;
	background-color: #CCCCCC;
}

.left_menu_footer {
	height: 25px;
	background-color: #2F6091;
}

.left_menu_section {
	padding: 5px 3px 0 0;
	background-color: #2F6091;
}

.left_menu_right_odd_bg {
	padding: 3px 3px;
	background-color: #2F6091;
	border-bottom: 1px dotted #000000;
}

.left_menu_right_even_bg {
	padding: 3px 3px;
	background-color: #2F6091;
	border-bottom: 1px dotted #000000;
}

.left_submenu_right_odd_bg {
	padding: 3px 3px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #000000;
}

.left_submenu_right_even_bg {
	padding: 3px 3px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #000000;
}

.left_menu_active_catalog {
	background-color: #FFFFFF; 
	padding: 3px 3px;
	border-bottom: 1px dotted #000000;
}

.left_menu_submenu {
	height: 6px;
}

.left_menu_toall_table {
	background-position: right bottom; 
	background-color: #95EFC1;
	padding-right: 5px;
}
/* Index_products*/
.index_products_div {
	width: 114px;
	height: 150px;
	float: left;
	margin-left: 2px;
	vertical-align:top;
	margin-top: 5px;
	margin-bottom:10px;

}
.index_products_image {
	border: 1px #CCCCCC solid;
	width: 100px;
	/*height:100px; */

}

.index_products_product_name:link, .index_products_product_name:visited {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

.index_products_product_name:hover, .index_products_product_name:active {
	color: #666666;
	text-decoration:underline;
}
/* Product prices */
.product_price_availability {
	color: #3AA200;
	font-size: 11px;
	font-weight: bold;
}

.product_price_promotion {
	color: #FF0000;
	font-size: 11px;
	font-weight: 600;
	padding-right: 5px;
}

.product_text_promotion {
	color: #3AA200;
	font-weight: 600;
}

.product_price_old {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: line-through;
}

.product_price_clearance_sale {
	color: #000099;
	font-size: 11px;
	font-weight: 600;
	padding-right: 5px;
}

.product_text_clearance_sale {
	color: #FF0000;
	font-weight: 600;
}

/*TABS*/
.product_details_div_detail_info_menu_background_active_tab1 {
	width:149px;
	height:25px;
	background:#FFFFFF;
	background-image:url(../images/sh2_blue/tab1_active.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	float:left;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_inactive_tab1 {
	width:149px;
	height:25px;
	background:#CCCCCC;
	background-image:url(../images/sh2_blue/tab1_inactive.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	text-align:center;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_active_taball {
	width:149px;
	height:25px;
	background:#FFFFFF;
	background-image:url(../images/sh2_blue/tab_all_active.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	float:left;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_inactive_taball {
	width:149px;
	height:25px;
	background:#CCCCCC;
	background-image:url(../images/sh2_blue/tab_all_inactive.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	text-align:center;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_active_tab4 {
	width:149px;
	height:25px;
	background:#FFFFFF;
	background-image:url(../images/sh2_blue/tab4_active.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:center;
	float:left;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_inactive_tab4 {
	width:149px;
	height:25px;
	background:#CCCCCC;
	background-image:url(../images/sh2_blue/tab4_inactive.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	text-align:center;
	margin-right:1px;
}

.product_details_div_detail_info_menu_background_inactive_tab:hover {
	width:150px;
	height:26px;
	background:#CCCCCC;
	background-image:url(../images/sh2_blue/tab_inactive_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	text-align:center;
	margin-right:3px;
}

a.tab_link{
	width:150px;
	color:#333333;
	padding-left:10px;
	float:left;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	text-align:left;
	padding-top:10px;
}

a.tab_link:hover{
	width:150px;
	color:#333333;
	padding-left:10px;
	float:left;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	text-align:left;
	padding-top:10px;
}

a.tab_link2{
	width:150px;
	color:#FFFFFF;
	padding-left:10px;
	float:left;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	text-align:left;
	padding-top:10px;
}

.pl_title_adv_info {
	text-align:left;
}

.pl_title_table_adv_info {
	text-align:left;
}

.product_details_div_detail_info_table_border {
	border:1px solid #e2e2e2;
	padding-top:10px;
	padding-bottom:10px;
}

.see_other_prods {
	padding-left:5px;
	padding-bottom:5px;
}

.button03 {
	margin-bottom:10px;
	width: 87px;
	height:19px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	background-image:url(../images/sh2_blue/buton_ask.gif);
	background-position: left;
	background-repeat: repeat-x;
	background-color: #95969A;
	border:0px solid #000000;
	cursor:pointer;
}

.button03:hover {
	color:E4E4E4;
}

.tab1_t1 {
	margin-left:4px;
}

.left_go {
	padding-left:7px;
}

.caption_title_z {
	padding-left:9px;
	padding-top:3px;
}


/* Popup */
.popup_product_name {
	text-align: left;
	background-color: #336699;
	height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 3px 3px 5px;;
	font-weight: bold;
}

/*Search*/
.srch_down_border {
	border-bottom: #8AA4C5 1px solid;
	padding: 2px 3px;
}

.srach_table {
	width: 140px;
}

.srch_section {
	padding: 5px 2px;
	text-align: center;
}

.srch_odd {
	padding: 2px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #FCFCFC;
}

.srch_even {
	padding: 2px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #F7F7F7;
}

.srch_border_left {
	border-left: 1px solid #DDDDDD;
}

.srch_border_top {
	border-top: 1px solid #DDDDDD;
}

.srch_padded {
	padding: 3px 10px;
}

/*News*/
.news_odd {
	padding: 0 5px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

.news_even {
	padding: 0 5px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.news_title {
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F3B4F;
	font-weight: bold;
}

.news_source {
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-style: italic;
}

.news_content {
	padding: 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.news_date {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.news_divider {
	padding: 0 15px;
}

/*Cart*/
a.smallcartlink:link, a.smallcartlink:visited, a.smallcartlink:active{
	font-weight: normal; 
	font-size: 10px;
	color: #39396B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
}

a.smallcartlink:hover {
	color: #000000;
}

.cart_odd {
	padding: 0 2px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cart_even {
	padding: 0 2px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cl_title {
	padding-left: 5px;
	height: 18px;
	font-size: 12px;
	color: #4F3B4F;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
}

.cl_odd {
	padding: 7px 7px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #F7F7F7;
}

.cl_even {
	padding: 7px 7px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #F3F3F3;
}

.cl_price {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 10px; 
	font-weight: bold;
}

.cl_total {
	vertical-align: top;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4F3B4F; 
	font-size: 10px; 
	font-weight: bold;
}

.cl_border_left {
	border-left: 1px solid #CCCCCC;
}

.cl_border_top {
	border-top: 1px solid #CCCCCC;
}

/*Alternative Rows*/
.odd {
	padding: 7px 7px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #2F6091;
	background-image: url(../images/sh2_blue/);
}
.even {
	padding: 7px 7px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #FFCF59;
	background-image: url(../images/sh2_blue/);
}


/*Links*/
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #39396B;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.header_menu_link:link, a.header_menu_link:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;

}

a.header_menu_link:hover, a.header_menu_link:active {
	color: #818181;
}

a.caption_menu_link:link, a.caption_menu_link:visited, a.caption_menu_link:active{
	color: #39396B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.caption_menu_link:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.cat_link:link, a.cat_link:visited, a.cat_link:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}

a.cat_link:hover {
	color: #000000;
}

a.cat_link_active:link, a.cat_link_active:visited, a.cat_link_active:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}

a.cat_link_active:hover {
	color: #2F6091;
}

a.news_link:link, a.news_link:visited, a.news_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}

a.news_link:hover {
	color: #000000;
}

a.section_link:link, a.section_link:visited, a.section_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}

a.section_link:hover {
	color: #000000;
}

a.caption_link:link, a.caption_link:visited, a.caption_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.caption_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.register_link:link, a.register_link:visited, a.register_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39396B;
	text-decoration: none;
	font-weight: bold;
}

a.register_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.all_catalogs_link:link, a.all_catalogs_link:visited, a.all_catalogs_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}

a.all_catalogs_link:hover {
	color: #000000;
}

a.titlebar_link:link, a.titlebar_link:visited, a.titlebar_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39396B;
	text-decoration: none;
}

a.titlebar_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.lang_link:link, a.lang_link:visited, a.lang_link:active {
	color:  #666666;
}

a.lang_link:hover {
	color: #000000;
}

a.product_link:link, a.product_link:active, a.product_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39396B;
	font-weight: bold;
	text-decoration: none;
}

a.product_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.more_info_link:link, a.more_info_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.more_info_link:hover, a.more_info_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.sectionlink:link, a.sectionlink:visited, a.sectionlink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}

a.sectionlink:hover {
	color: #000000;
}

a.catalog_link:link, a.catalog_link:active, a.catalog_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #39396B;
	font-weight: bold;
	text-decoration: none;
}

a.catalog_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.subcatalog_link:link, a.subcatalog_link:active, a.subcatalog_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	text-decoration: none;
	padding-left: 15px;
}

a.subcatalog_link:hover {
	color: #000000;

}

a.subcat_link_active:link, a.subcat_link_active:active, a.subcat_link_active:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

a.subcat_link_active:hover {
	color: #000000;

}

.subcatalogs {
	color: #39396B;
	text-decoration: underline; 
	text-indent: 20px;
}

/*Language Icons*/
.lang_icon {
	padding: 3px 2px 3px 5px;
}
.lang_icon_hov {
	padding: 3px 2px 3px 5px;
}

/*Title Bar*/
.titlebar_left {
	height: 20px;
	width: 8px;
	/*background-image: url('../images/sh2_blue/titlebar_left_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;*/
}
.titlebar {
	height: 20px;
	padding: 3px 0 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.titlebar_right {
	height: 20px;
	width: 8px;
	/*
	background-image: url('../images/sh2_blue/titlebar_right_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;*/
}

/*Table Captions*/
.caption_table {
	/*background-color: #37ABFF;*/
	/*background-color: #E6E6E6;*/
	/*background-image: url('../images/sh2_blue/caption_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;*/
	border: 1px groove #CCCCCC;
	height: 18px;
	border-top: 1px solid #39396B;
	border-bottom: 1px solid #39396B;
}
.caption_left {
	width: 34px;
	height: 18px;
	background-image: url('../images/sh2_blue/caption_left_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.caption_title {
	padding: 1px 0 2px 5px;
	height: 18px;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E9E9E9;
	/*background-image: url('../images/sh2_blue/caption_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;*/
}
.caption_right {
	width: 34px;
	height: 18px;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.subcaption_table {
	background-color: #E6E6E6;
	border: 1px solid #D4D4D4;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.subcaption_left {
	width: 10px;
	height: 16px;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.subcaption_title {
	padding: 3px 0 3px 0;
	height: 16px;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.subcaption_right {
	width: 10px;
	height: 16px;
	background-image: url('../images/sh2_blue/pl_title_back.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.browse_product_table {
	border: 1px double #D4D4D4;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	width: 95%;
}

.browse_product_table_title {
	border-bottom: 1px groove #D4D4D4;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	height: 18px;
	color: #4F3B4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}

/*Forms*/
form {
	margin: 0;
	padding: 0;
}
.labelbox {
	font-family: Verdana, Arial, Clean, Helvetica, Sans-serif; 
	color: #333333; 
	font-size: 10px; 
	font-weight: normal;
	padding-left: 5px;
}
.databox {
	font-family: Verdana, Arial, Clean, Helvetica, Sans-serif; 
	color: #333333; 
	font-size: 10px; 
	font-weight: bold;
	padding-left: 5px;
}
.txtbox, .passbox, .areabox {  
	background-color: #EEEEEE; 
	color: #444444; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px solid #000000; 
	margin-left: 5px;
}
.srchbox {
	background-color: #EEEEEE; 
	color: #444444; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: 1px solid #000000; 
}
.selbox {
	background-color: #F1F1F1;
	color: #152637;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	caption-side: top;
}
.button1 {
	background-color: #CCCCCC;
	width: 100px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding-bottom: 4px;
	cursor: pointer;
	padding: 0;
	height: 17px;
	margin-left: 5px;
}

.button_find {
	background-color: #CCCCCC;
	width: 40px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	cursor: pointer;
	height: 17px;
	margin-left: 5px;
	padding: 0;
}

.button1_hov {
	color: #000000;
	background-image: url('../images/sh2_blue/button1_hov.gif');
	background-color: #CCCCCC;
}
.button2 {
	background-color: #CCCCCC;
	width: 120px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	/*background-image: url('../images/sh2_blue/button2.gif');
	background-position: center center;
	background-repeat: no-repeat;*/
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	cursor: pointer;
	height: 17px;
	padding-bottom: 4px;
	cursor: pointer;
}
.button2_hov {
	color: #000000;
	background-color: #CCCCCC;
	/*background-image: url('../images/sh2_blue/button2_hov.gif');*/
}
.buy_button1 {
	background-color: #CCCCCC;
	width: 120px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	/*background-image: url('../images/sh2_blue/button1.gif');
	background-position: center center;
	background-repeat: no-repeat;*/
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	cursor: pointer;
	height: 17px;
	padding-bottom: 4px;
	cursor: pointer;
}
.buy_button1_hov {
	color: #000000;
	background-color: #CCCCCC;
	/*background-image: url('../images/sh2_blue/button1_hov.gif');*/
}


/*Property Listing*/
.pl_item_table { 
	height: 180px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.pl_item_left_cell {
	vertical-align: top;
	width: 50%;
	padding: 3px;
}
.pl_item_right_cell {
	vertical-align: top;
	width: 50%;
	padding: 3px;
}
.catalog_item_table {
	border: 1px #CCCCCC solid;
	width: 50%;
}

.pl_title {
	padding-top: 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	/*border-bottom: 1px solid #0F3D4F;
	border-top: 1px solid #0F3D4F;*/
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.pl_title_table {
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	/*border-top: 1px solid #0F3D4F;*/
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-repeat: repeat-x;
	width: 100%;
	font-size: 10px;
}
.pl_details {
	height: 140px;
	vertical-align: top;
}
.pl_details_table {
	height: 100%;
	vertical-align: top;
}
.pl_title_type {
	font-size: 12px;
	color: #9F1766;
	font-weight: bold;
}
.pl_title_type2 {
	font-size: 11px;
	color: #FF3000;
}
.pl_img_cell {
	/*border-right: #CCCCCC 1px solid;*/
	vertical-align: top;
	padding: 3px;
	text-align: center;
	width: 210px;
}

/*.pl_img {
	border: #CCCCCC 1px solid;
}*/

.pl_attach_cell {
	padding-top: 10px;
}
.pl_attach_img {
	vertical-align: middle;
}

.attach {
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline;
}

.pl_img:hover {
	border: #666666 1px solid;
}
.pl_params_cell {
	/*background-image: url('../images/sh2_blue/pl_param.gif');
	background-repeat: repeat-y;
	padding-left: 3px;*/
	vertical-align: top;
}
.pl_params_cell2 {
	vertical-align: top;
	padding: 5px 15px;
}
.pl_param { 
	padding: 0 2px 2px 5px;
	font-weight: bold; 
	font-size: 9px; 
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-color: #F2F4D5;*/
}
.pl_price {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 12px; 
	font-weight: bold;
}
.pl_price_rec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.pl_price_best {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.pl_price_old {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: line-through;
}
.pl_available, a.pl_available:link, a.pl_available:visited, a.pl_available:active, a.pl_available:hover {
	color: green;
	font-weight: bold;
}
.pl_promotional, a.pl_promotional:link, a.pl_promotional:visited, a.pl_promotional:active, a.pl_promotional:hover {
	color: magenta;
	font-weight: bold;
}
.pl_bulk, a.pl_bulk:link, a.pl_bulk:visited, a.pl_bulk:active, a.pl_bulk:hover {
	color: red;
	font-weight: bold;
}
.pl_param_value {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 10px;
	/*background-color: #F2F4D5;*/
	padding: 0 2px 0 5px;
}
.pl_down_border { 
	border-bottom: #8AA4C5 1px solid;
}
.pl_description {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 10px;
	padding-top: 10px;
	/*background-color: #F2F4D5;*/
	padding: 0 2px 2px 5px;
}
.pl_more_info_cell {
	height: 18px;
	text-align: center;
	border-top: #CCCCCC 1px solid;
	background-color: #2F6091;
}
/*.pl_divider_cell {
	padding: 1px 30px;
}
.pl_divider {
	border: 1px solid #CCCCCC;
}*/
.pl_noimage {
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal; 
	color: #D1D1D1; 
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}
.pl_wide {
	width: 90%;
	font-size: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #F2F4D5;*/
}
.pl_left {
	/*text-align: left;*/
	text-align: center;
	padding-bottom: 15px;
}
.pl_equal {
	width: 50%;
}
.pl_pic_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75A0D4;
	font-weight: bold;
}
.pl_thumb {
	border: 1px solid #333333;
}
.pl_thumb_hov, .pl_thumb:hover {
	border: 1px solid #CCCCCC;
}
.pl_img {
	border: 1px solid #333333;
}
.pl_thumb_hov, .pl_img:hover {
	border: 1px solid #CCCCCC;
}
.pl_new, a.pl_new:link, a.pl_new:active, a.pl_new:visited, a.pl_new:hover {
	font-weight: bold; 
	color: green;
}
.pl_top, a.pl_top:link, a.pl_top:active, a.pl_top:visited, a.pl_top:hover {
	font-weight: bold;
	color: magenta;
}
.pl_hot, a.pl_hot:link, a.pl_hot:active, a.pl_hot:visited, a.pl_hot:hover {
	font-weight: bold;
	color: red;
}
.pl_padded {
	padding: 0 10px;
}
.pl_date_cell {
	vertical-align: bottom;
	padding-left: 3px;
	text-align: left;
	/*border-right: #CCCCCC 1px solid;*/
}
.pl_date {
	cursor: help;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}
.pl_gallery_menu_cell {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	text-align: left;
	/*background-color: #F2F4D5;*/
}
.pl_categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 3px;
	/*border-bottom: 1px solid #0F3D4F;
	border-top: 1px solid #0F3D4F;*/
	height: 20px;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-repeat: repeat-x;
}
.pl_inquiry {
	font-size: 10px;
	font-weight: bold;
}


/*Orders Listing*/
.ol_title {
	padding-left: 5px;
	height: 18px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
}
.ol_padded {
	padding: 0 10px;
}
.ol_odd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #F7F7F7;
}
.ol_even {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	background-color: #FAFAFA;
}
.ol_border_left {
	border-left: 1px solid #CCCCCC;
}
.ol_border_top {
	border-top: 1px solid #CCCCCC;
}
.ol_processed, a.ol_processed:link, a.ol_processed:active, a.ol_processed:visited, a.ol_processed:hover {
	color: green;
}
.ol_unprocessed, a.ol_unprocessed:link, a.ol_unprocessed:active, a.ol_unprocessed:visited, a.ol_unprocessed:hover {
	color: red;
}
.ol_price {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 10px; 
	font-weight: bold;
}
.ol_total {
	vertical-align: top;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666; 
	font-size: 10px; 
	font-weight: bold;
}
.ol_param {
	padding: 0 3px;
	font-weight: bold; 
	font-size: 9px; 
	padding: 2px 0;
	font-family: verdana, arial, helvetica, sans-serif;
}
.ol_param_value {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000; 
	font-size: 10px; 
}
.ol_center {
	text-align: center;
}


/*Message Reporting*/
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 7px;
}

.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	list-style-type: square;
}

/*Custom*/
.required {
	text-align: right;
	color: #FF0000;
}
.section_header {
	font-family: Verdana, Arial, Clean, Helvetica, Sans-serif; 
	color: #75A0D4; 
	font-size: 12px; 
	font-weight: bold;
}
.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #75A0D4;
	font-weight: bold;
}

/*Page Menu*/
.pagemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.pagemenu_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.pagemenu_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.pagelink, a.pagelink:link, a.pagelink:visited, a.pagelink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.pagelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.pagelink_nextpage, a.pagelink_nextpage:link, a.pagelink_nextpage:visited, a.pagelink_nextpage:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #EF891D;
	font-weight: bold;
}
a.pagelink_nextpage:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #BF6300;
}
.pagelink_nextpages, a.pagelink_nextpages:link, a.pagelink_nextpages:visited, a.pagelink_nextpages:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: green;
	font-weight: bold;
}
a.pagelink_nextpages:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: green;
}

.padding_left {
	padding-left: 5px;
}

/*Other_product*/
.other_products_odd, .other_products_even {
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	font-size: 10px;
	/*background-color: #F2F4D5;*/
}
.other_products_head { 
	border-bottom: 1px solid #0F3D4F;
	border-top: 1px solid #0F3D4F;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	height: 18px;
	font-size: 10px;
}
.other_products_plus {
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}
.other_products_right_border {
	border-right: 1px solid #C9C9C9;
}
.other_products_order_head {
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9;
	background-image: url(../images/sh2_blue/pl_title_back.gif);
	font-size: 10px;
	font-weight: bold;
	color: #39396B;
}

/* Footer */
.copyright1 {
	font-size: 10px;
	font-weight: bold;
}

.copyright1 a:link, .copyright1 a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.copyright1 a:hover, .copyright1 a:active {
	text-decoration: underline;
}

.copyright2 {
	font-size: 10px;
}

/* For us */
.firm_name {
	font-weight:bold; 
	color: #666666; 
	font-size: 10px;
}

.firm_text {
	font-size: 10px; 
	text-align: justify;
	text-indent: 5px;
}
