/*#Main styles#*/
html, body
{
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #474747;
	background-color: #f3e7ed;
	background-image: url(Images/t_background.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

a { color: #5a8e1b; }
a:hover { text-decoration: underline; }

h1
{
 color: #c36;
 font-style: italic;
 font-size: 200%;
 margin-top: 18px;
}

h2
{
 color: #c36;
 font-size: 160%;
 background-color: White;
 font-style: normal;
 font-weight: normal;
 padding: 0px;
 margin: 0px;
}

h3, h3 a
{
 color: #c36;
 font-size: 120%;
 margin-bottom: 5px;
 margin-top: 10px;
 text-decoration: none;
}

h4, h4 a
{
    color: #c36;
    font-size: 110%;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

a img { border: none; }




/* General elements */
.focusField { border:solid 1px #f39; background:white; color:#000; }  
.idleField{ background: White; color: #5A5A5A; border: solid 1px #9a9a9a; } 
.italic { font-style : italic; }
.pointer { cursor: pointer; }
.normal { font-style: normal; }
.paragraph_title { font-weight: bolder; font-size: 150%; color: #c36; padding: 8px; }
.InfoMessageOnPinkBg, .ErrorMessageOnPinkBg { color: Black; }

/* General elements/Pager */
.PagerResults{
text-align: center;
}

.PagerNumberArea{
text-align: center;
background: #fff;
font-weight: bold;
}

.SelectedPrev{
padding: 0px 2px;
}

.SelectedPage{
background: #cf9;
padding: 0px 1px;
border: 1px solid #360;
width: 10px;
}

.PagerNumberArea{
padding-bottom: 2px;
}

.PagerNumberArea a{
border: 1px solid #f0f0f0;
padding: 0px 1px;
}

.PagerNumberArea a:hover{
text-decoration: none;
border: 1px solid #360;
background: #e0e0e0;
color: #5A8E1B;
}


/*# header #*/
#header_top_wrapper
{
    position: relative;
    background: url(Images/t_logo_background_repeat.gif)  repeat-x;
    height: 173px;
    width: 100%;
}

#header_top_background
{
    position: relative;
    background-image: url(Images/t_header_top_bg.jpg);
    background-repeat: no-repeat;
    height: 173px;
    width: 1224px;
    margin-left: auto;
    margin-right: auto;
}

#header_elements_container
{
    position: relative;
    height: 173px;
    width: 950px;   
    margin-left: auto;
    margin-right: auto;
}


#telephone_box
{   position: absolute;
    top: 30px;
    right: 11px;
    width: 220px;
    background-color: Transparent;
    color: #88c143;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}



#header_wrapper
{
    position: relative;
    background: url(Images/t_header_bg_repeat.jpg) repeat-x;
    height: 147px;
    width: 100%;
}

#header_background
{
    position: relative;
    background-image: url(Images/t_header_bg.jpg);
    background-repeat: no-repeat;
    height: 147px;
    width: 1224px;
    margin-left: auto;
    margin-right: auto;
}

#header_navigation_wrapper
{
    position: relative;
    background: url(Images/t_header_navigation_bg_repeat.jpg) repeat-x;
    height: 48px;
    width: 100%;
}


#header_navigation_background
{
    position: relative;
    background-image: url(Images/t_header_navigation_bg.jpg);
    background-repeat: no-repeat;
    height: 48px;
    width: 1224px;
    margin-left: auto;
    margin-right: auto;
}

#header_navigation
{
    position: relative;
    height: 48px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    
}

#tulips_logo
{
    position: absolute;
    width: 374px;
    height: 112px;
    background-image: url(Images/t_logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    top: 55px;
    left: -25px;
}

.menulink_box
{
    display: inline-block;
    height: 48px;
    float: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 11px;
    padding-right: 11px;
    position: relative;
}

.menulink_box:hover
{
    background-image: url(Images/t_menu_item_bg_hover.jpg);
    background-repeat: repeat-x;
}

.menulink, .menulink:hover
{
    color: White;
    text-decoration: none;
    position: relative;
    top: 10px;
    
}

#search_box
{
    background-color: #88c143;
    background-image: url(Images/t_search_bg2.jpg);
    background-repeat: repeat-x;
    background-position: left;
    position: absolute;
    right: -1px;
    top: 75px;    
    color: White;
    width: 490px;
    height: 48px;
}

.search_input { display: inline; padding: 3px; position: relative; outline: none; border: none; height: 22px; }

.search_label
{
    display: inline;
    margin-top: 4px;
    position: relative;
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 144px;
}

.search_button
{
    display: inline;
    margin-top: 2px;
    position: absolute;
    width: 44px;
    height: 36px;    
    right: 10px;
}

.banner_shadow
{
    position: relative; min-height:1px; height: 1px; width: 100%;
}



/*# Content #*/    
.content_wrapper
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
}

.zone_right_wrapper
{
    float:right; 
    width:170px;
    position:relative; 
}

.zone_left_wrapper
{
    float:left; 
    width:170px;
    position:relative; 
}

.zone_wrapper
{
    width:950px;
    position:relative; 
}


.shadow_container, .shadow_container_nofloat
{
    position: relative;
    left: 4px;
    top: 4px;
    margin-right: 2px;
	margin-bottom: 2px;
	background-color: #ead7e0;
	margin-top: 11px;
}

.shadow, .shadow_nofloat 
{
    position: relative;
    left: -2px;
    top: -2px;
    background-color: #e1c7d4;
}

.shadow, .shadow_container
{
    float: left;
}

.grey_shadow_container
{
    position: relative;
    left: 4px;
    top: 4px;
    margin-right: 1px;
	margin-bottom: 1px;
	background-color: #e4e4e4;    
	float: left;
}

.grey_shadow1,.grey_shadow2
{
    position: relative;
    left: -1px;
    top: -1px;float: left;
}

.grey_shadow1 { background-color: #c8c8c8; float: left; }

.grey_shadow2 { background-color: #b6b6b6; }
    
.zone_left,
.zone_right,
.zone_centre,
.zone_main, 
.zone_main_nopadding, 
.zone_main_flowers
{
    margin: 0px;
    background-color: White;
    text-align: justify;
    position: relative;
    left: -2px;
	top: -2px;
	min-height: 40px;
}

.zone_main, .zone_centre { padding: 25px; }
.zone_left, .zone_right { padding: 11px; }
.zone_main_nopadding { padding: 0px; }
.zone_main_flowers { padding: 16px 25px 0px 25px; width: 897px; }
.zone_main, .zone_main_nopadding {	float: left;}



.zone_centre_wrapper { 
    float: left; 
    position: relative; 
    width:590px; 
}


#twocols{
    width:770px;
    float:right; 
    position:relative; 
    background-color: Transparent;
}

.box_button
{
    margin-left: auto; margin-right: auto; text-align: center;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


/*# Content/Homepage #*/    
.bold { font-weight: bold; }
.scrolling_testimonials { background: url(Images/t_apostrophe.gif) no-repeat }

/*# Content/About #*/    
.AboutUsPicFrame 
{
    margin: 0 0px 20px 20px;
	WIDTH: 410px; 
	height: 310px;
	padding: 10px 0px 0px 10px;
	background-image: url(Images/t_about_frame.gif);
	background-color: White;
	background-repeat: no-repeat;
}


/*# Content/Testimonials #*/    
.testimonial_item { background: url(Images/t_testimonial_bg.gif) repeat-x; padding: 20px; margin-top: 10px;
border-bottom: solid 3px #f3e7ed; } 
.testimonial_speech { background: url(Images/t_testimonial_speech.gif) no-repeat; height: 23px; top: -3px; position: relative; }
.testimonial_date { text-align: right; font-style: normal; font-weight: bold;  }
.testimonial_date_calendar { background: url(Images/t_calendar_pink.png) no-repeat right; height: 63px; width: 63px; float: right; margin: 0 0 5px 10px; text-align: center;  }
.testimonial_date_calendar_upper { color: #fff; font-size: 10px; height: 20px; padding-top: 3px; }
.testimonial_date_calendar_lower { color: #474747; font-size: 24px; height: 43px; }

/*# Content/Image gallery #*/    
.imageGallery { width: auto; text-align: center; }


/*#Content/Newsletter subscription#*/
.SubscriptionTextbox { width: 142px; height: 20px; }
.SubscriptionButton { background-color: Transparent; border: none; outline: none; font-size: 12px; width: 65px; color: White; font-weight: bold; }

/*#Content/Contact#*/
#map_container { width: 422px; height: 340px; background-image: url(Images/t_map_bg.gif); float: right; }
.opening_hours_table { vertical-align: top; padding-left: 20px; }
.opening_hours_table td { border-bottom: solid 1px #FFCCE6; padding: 1px 5px 1px 5px; }

/*# Content/Product/Options #*/
.loading_spinner
{
    margin-left: auto;
    margin-right: auto;    
}

#options_wrapper
{
    position: absolute;
    width: 935px;
    min-width: 935px;
    min-height: 100px;
    height: auto;
    display: none;
    background-color: white;
    z-index: 100;
    overflow: hidden;
    padding: 5px;
    border-bottom: 2px solid #CCC;
}

#btnCloseAndFilter
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

#loadingSpinner
{
    position: absolute;
    top: 30px;
    left: 450px;
}

#options_container
{
    display: block;
    width: 947px;
    height: 143px;
    min-height: 143px;
    background-image: url(Images/t_options_bg.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
}

.base_option
{
    display: inline-block;
    position: relative;
    float: left;
    width: 236px;
    min-width: 236px;
    height: 143px;    
    min-height: 143px;
}

.option_theme
{
    background-image: url(Images/t_option_theme.jpg);    
}

.option_theme_selected
{
    background-image: url(Images/t_option_theme_selected.jpg);    
}

.option_variety
{
    background-image: url(Images/t_option_variety.jpg);    
}

.option_variety_selected
{
    background-image: url(Images/t_option_variety_selected.jpg);    
}

.option_variety_delimited
{
    background-image: url(Images/t_option_variety_delimited.jpg);    
}


.option_style
{
    background-image: url(Images/t_option_style.jpg);    
}

.option_style_selected
{
    background-image: url(Images/t_option_style_selected.jpg);    
}

.option_style_delimited
{
    background-image: url(Images/t_option_style_delimited.jpg);
}


.option_ocassion
{
    background-image: url(Images/t_option_ocassion.jpg);    
}

.option_ocassion_selected
{
    background-image: url(Images/t_option_ocassion_selected.jpg);    
}

.option_ocassion_delimited
{
    background-image: url(Images/t_option_ocassion_delimited.jpg);    
}

.filter_option_selected, .filter_option
{
    background-position: right; background-repeat: no-repeat; 
    margin: 3px; width: 180px; height: 118px;
}

.filter_option_selected
{
    background-image: url(Images/t_option_bg_selected.gif); 
}

.filter_option
{
    background-image: url(Images/t_option_bg_grey.gif);
}

.extras_selected, .extras
{
    margin: 3px; width: 175px; height: auto; padding: 10px;
}

.extras_selected
{
    border: solid 4px #f3e7ed;
}

.extras
{
    border: solid 4px White;
}


.filter_option_label, .filter_option_label_small
{
    color: White; font-weight: bold; top: 60px; left: 15px; position: relative;
}

.filter_option_label { font-size: 20px; }
.filter_option_label_small { font-size: 12px; }

#filterSelection { margin: 0 20px 10px 20px; font-size: 14px; }

/*# Content/Product/List #*/    
.product_preview
{
   width: 175px;
   margin: 5px;
}

.product_extra_preview
{
    min-width: 175px;
    width: 175px;
    padding: 11px;    
}

.product_image_wrapper
{
    background-image: url(Images/t_small_ajax_loader.gif);
    vertical-align: middle;
    background-position: 50% 90px;
    background-repeat: no-repeat;
    height: 180px;
    width: 175px;
    text-align: center;
}

.product_list_image
{
    overflow: hidden;
    text-align: left;
}

.product_list_image img
{
}

.product_preview a
{
    text-decoration: none;
}

.product_price {
    font-size: 12px;
    font-weight: bold;
}

.product_price a 
{
    text-decoration: none;
    border: none;
}

.productList
{
    width: 925px;
    margin-left: auto;
    margin-right: auto;
}

.product_more_info
{
    display: block;
}

.product_more_info img
{
    border: none;
    position: relative;
    left: -2px;
    padding-top: 7px;
}

.pricing_options
{
    height: 44px;
    line-height: 44px;
    background-image: url(Images/t_product_detail_panel_bg.gif);
    background-repeat: repeat;
    border-left: solid 1px #e4e4e4;
    float: left;
    width: 572px;
}

.delivery_options
{
    height: 100%;
    font-size: 12px;
    background-image: url(Images/t_product_detail_panel_bg.gif);
    background-repeat: repeat;
    border-left: solid 1px #e4e4e4;
    text-align: left;
    padding: 10px;
    float: left;
    width: 552px;
}

.pnlDeliveryPanelLeftTwin
{
    width: 371px;
    float: left;
    display: inline-table;
    height: 100%;
}

.pnlDeliveryPanelLeft
{
    width: 183px;
    display: inline-table;
    height: 100%;
    float: left;
}

.pnlDeliveryPanelMiddle,
.pnlDeliveryPanelRight
{
    width: 160px;
    display: inline-table;
    padding-left: 20px;
    border-left: dotted 1px #c36;
    min-height: 107px;
    height: 100%;
    float: left;
}

.pnlDeliveryPanelMiddle
{
    position: relative;
    top: 0px;    
}

.pnlDeliveryPanelLabel
{
    font-weight: bold;
    white-space: normal;
    padding: 0px 0px 10px 0px;    
}

.pricing_options_label, 
.delivery_options_label
{
 color: #c36;
 font-size: 15px;
 font-weight: bold;
}

.top_margin { margin-top: 3px; margin-bottom: 3px; }

.pricing_options_label { padding: 0 10px 0 10px; }

.delivery_options_label
{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.productListFooter
{
    text-align: center;
    margin: 20px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;    
    font-size: 14px;
}

/*# Content/Product/Detail #*/   
.inline_block {float: left; overflow: hidden; }

#product_detail_image { width: 350px;position: relative; display: inline-block; }

#product_detail_right_col { width: 596px; position: relative; display: inline-block; float: left; }

.ProductPriceDetail{ font-size: 18px; }

.product_detail_info_div { 
    padding-bottom: 15px; padding-right: 22px; font-size: 13px; height: auto; position: relative; float: left;
}

.ui-datepicker-trigger
{
    background-color: Transparent;
    border: none;
    cursor: pointer;
    padding-left: 5px;
    height: 22px;
    vertical-align: text-bottom;
}

/*# Content/Product/Detail/SrollShow #*/   
#scrollshow_screen 
{
    margin: 22px;
	WIDTH: 298px; 
	height: 360px;
	background-image: url(Images/t_pic_frame.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-left: 9px;
	padding-top: 8px;
}
#scrollshow_screen LI {
	LIST-STYLE-TYPE: none; FLOAT: left; LIST-STYLE-IMAGE: none
}
#scrollshow_screen .jq-ss-crop {
	BORDER-BOTTOM: #ffffcc 1px solid; BORDER-LEFT: #ffffcc 1px solid; MARGIN: 5px; FLOAT: left; BORDER-TOP: #ffffcc 1px solid; BORDER-RIGHT: #ffffcc 1px solid
}
#scrollshow_left {
	DISPLAY: block; COLOR: black; FONT-SIZE: 36px; FONT-WEIGHT: bolder; TEXT-DECORATION: none; cursor: pointer;
}
#scrollshow_right {
	DISPLAY: block; COLOR: black; FONT-SIZE: 36px; FONT-WEIGHT: bolder; TEXT-DECORATION: none; cursor: pointer;
}
#scrollshow_navigation_left img,
#scrollshow_navigation_right img
{
    padding: 10px;    
}
#scrollshow_navigation_left
{
    margin-top: 20px;
    margin-left: 60px;
}
#scrollshow_navigation_right
{
    margin-top: 20px;
    margin-right: 80px;
}

#scrollshow_view {
	BORDER: none; BACKGROUND-COLOR: White; WIDTH: 280px; HEIGHT: 280px; OVERFLOW: hidden;
}
#scrollshow_images {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 3818px !important; PADDING-RIGHT: 0px; PADDING-TOP: 0px; 
}
#scrollshow_images LI {
	width: 280px;
}
#scrollshow_images LI IMG {
	border: none;
}

/*# Content/Checkout #*/   
.extrasList
{
    width: 898px;
    margin-left: auto;
    margin-right: auto;
}


.ContentButton
{
	width: 100px;
	background-image: url(Images/t_btn_checkout.gif);
	border: none;
	height: 38px;
	width: 102px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 18px;
}

.BackButton
{
	width: 100px;
	background-image: url(Images/t_btn_checkoutback.gif);
	border: none;
	height: 38px;
	width: 102px;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 18px;
}

.FieldLabel
{
    padding-left: 10px; padding-right: 10px;    
}

.black_label
{
    color: #474747; font-size: 18px; font-weight: normal; display: block; padding: 10px; margin-top: 10px;    
}

/*# footer #*/
#footer_wrapper
{
    position: relative;
    background-color: #493a42;
    width: 100%;
    height: 300px;    
}

#footer
{
    position: relative;
    background-color: Transparent;
    width: 938px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}


.footer_link, .footer_link visited, .footer_link active
{
    padding-right: 20px;
    color: White;
    text-decoration: none;
}    

.footer_link:hover
{
    padding-right: 20px;
    color: White;
    text-decoration: underline;
}    










legend
{
	font-size: 12px;
}




.BoldPink { font-weight: bold; color: #c36; text-decoration: none; }



.caption h3{
margin: 10px 0 10px 0;
}

h1.homepage{
color: black;
font-size: 18px;
background: none;
font-weight: normal;
margin: 10px 3px 10px 3px;
}

.contentWithRightBlock{
background: white  url(../App_Themes/EcommerceSite/Images/contetn_rightblock_bg.gif) 100% 0% repeat-y;
}

.topBlock
{
	width: 960px;
	/*height: 135px;*/
	margin: 0px auto;
	background: white;
	border: 2px solid white;
	border-bottom: none;
	border-top: 1px solid white;
}

.DesignMode .topBlock
{
	width: 960px;
	/*_width: 965px;*/
}

.EditMode .topBlock
{
	width: 960px;
	/*_width: 965px;*/
}
.topBlock .WebPart_TopImage
{
	float: right;
	width: 959px;
}

.topShoppingcartPadding
{
	padding-left: 650px;
}

.DesignMode .topShoppingcartPadding
{
	padding-left: 630px;
}

.DesignMode .topShoppingcart
{
	width: 290px;
}

.topShoppingcart
{
	position: absolute;
}

.topShoppingcart .shoppingCart
{
	font-family: Verdana;
	padding-right: 14px;
	background: url(../App_Themes/EcommerceSite/Images/shoppingCartPreviewBackground03.gif) no-repeat top left;
	width: 283px;
	height: 92px;
}

.leftBlock
{
	width: 201px;
	float: left;
	background: white;
}
.subContent
{
	width: 759px;
	float: left;
}
.contentTopBlock
{
	width: 552px;
	float: left;
	margin: 0px 0px 0px 3px;
}
.contentBlock
{
	width: 552px;
	float: left;
	margin: 0px 0px 0px 3px;
}
.contentBlock
{
	margin-left: 1px;
}
.rightBlock
{
	width: 200px;
	float: right;
	background: white;
	
}
.IE6 .DesignMode .homeHeader a img
{
	width: 548px;
}
.IE6 .DesignMode .hotOffersBox
{
	padding: 0px;
}
.IE6 .EditMode .homeHeader .EditableImageEdit, .IE6 .EditMode .homeHeader .EditableImageEdit img
{
	width: 548px !important;
}
.IE6 .EditMode .homeHeader
{
	width: 548px !important;
}
.mainBlock
{
	width: 960px;
	margin: 0px auto;
	background:  white url(../App_Themes/EcommerceSite/Images/mainblock_bg4.gif) repeat-y;
	border: 2px solid white;
	border-top: none;	
	border-bottom: 3px solid white;
}

.footerBlock
{
	width: 960px;
	height: 63px;
	margin: 0px auto;
	text-align: center;
	background:  url(../App_Themes/EcommerceSite/Images/footer_bg.gif) repeat-x;
	border: 2px solid white;
	border-top: none;

}

.clear {width:0; height:0; clear:both; line-height: 0px; font-size: 0px;}


/*#Other styles#*/

.UnigridActionButton
{
    margin-right: 5px;
}

.RTL .UnigridActionButton
{
    margin-right: auto;
    margin-left: 5px;
}

.TextAreaField
{
	width: 280px;
	height: 100px;
}

/*
.button, .SubscriptionButton, .signoutButton, .Button, .CMSSearchDialogSearchButton, .PollVoteButton
{
	padding: 0px;
	color: #fff;
	/*background:  url(../App_Themes/EcommerceSite/Images/button_background.gif) repeat-x top left;
	font-weight: bold;
	font-size: 11px;
	width: 55px;
	height: 20px;
    border: none;
	cursor: pointer;
}
*/
.LogonTextBox
{
	width:140px;
}

.signoutButton
{
	float: right;
	display: block;
	margin-top: 5px;
	margin-right: 25px;
	padding: 0;
}

.IE6 .signoutButton
{
	margin-right: 13px;
}

.LongButton
{
	width: 160px;
}

.TextLeft
{
	text-align: left;
}

.RTL .TextLeft
{
	text-align: right;
}

.TextRight
{
	text-align: right;
}

.RTL .TextRight
{
	text-align: left;
}

.BreadBox
{
	font-size: 14px;
	padding: 10px 5px 10px 3px;
}
.BreadBox .CMSBreadCrumbsLink
{
	font-size: 14px !important;
}


.leftInfoBlock
{
	padding-left: 24px;
	padding-right: 4px;
}

.leftInfoBlock ul{
padding-left: 3px;
margin: 0px;
}

.leftInfoBlock li{
padding-left: 15px; 
list-style: none;
background: url(../App_Themes/EcommerceSite/Images/arrow_left.gif) no-repeat 0% 60%;
margin: 0;
}

.rightInfoBlock
{
	padding-right: 24px;
	padding-left: 4px;
}

.ProductList{
padding: 0px 10px;
}

.EditingFormErrorLabel
{
	color: #ff0000;
}

.PrintLink
{
position: absolute;

}

.PrintLink a{
display: block;
padding: 9px 10px 5px 30px;
background: url(../App_Themes/EcommerceSite/Images/Print.gif) 0px 5px no-repeat;
margin-top:3px;
text-align: right;
width: 20px;
margin-left:470px;
}

/*#Polls#*/
.PollControl{
padding: 0 3px 0px 23px;
}

.PollTitle
{
	font-weight:bold;
	display:none;
	margin-bottom:10px
}

.PollAnswers{
	font-size: 10px;
	margin-top: 5px;
}

.PollGraph
{
	height: 8px;
	border: 1px solid #b0b0b0;
}

.PollGraph div
{
	height: 8px;
	background: url(../App_Themes/EcommerceSite/Images/poll05.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}

.PollQuestion
{
	font-size:12px;
	font-weight: bold;
}

.PollCount
{
	text-align: right;
}

.PollFooter
{
	margin-top:10px;
}




/*#Products#*/
.ProductImage{
	height: 140px;
}

.IE6 .ProductImage
{
	height: 143px;
}

.ProductImage a{
height: 140px;

}

.ProductImage img{
border: none;
}

.ProductImage{
text-align: center;
padding-bottom: 10px;
}

.ProductBreadcrumbs{
background: url(../App_Themes/EcommerceSite/Images/product_top_background.gif) repeat-x;
background-position: bottom center;
height:30px;
}

.ProductList table{
/*width: 100%;*/
}

.ProductList h1{
padding-left: 30px;
background: url(../App_Themes/EcommerceSite/Images/h1point.gif) no-repeat 5px 5px;
}

.ProductTitle{
background: Black;
display: block;
color: white;
text-align: center;
padding: 5px 2px 5px 2px;
font-size: 12px;
}



.ProductPriceDetailTax{
font-size: 12px;
padding: 3px 3px 5px 0px;
}

.ProductPriceLabel{
font-size: 13px;
padding: 5px 3px 5px 3px;
font-weight: bold;
}

.ProductPriceLabelTax{
font-size: 12px;
padding: 5px 3px 5px 3px;
width: 100px;
}

.ProductPrice .right{
text-align: right;
}

.ProductPrice .left {
padding-top: 12px;
}

.ProductBox{
padding-top: 20px
}

.ProductFooter{
text-align: center;
}

.productDetail img
{
	border: none;
}

.productDescription
{
	text-align: justify;
}

.productDetailLinks
{
	margin-top: 15px;
	padding: 3px 0 0 3px;
        background: white url(../App_Themes/EcommerceSite/Images/bg_price.gif) no-repeat;
	height: 45px;
}

.productOptionsTable
{
	margin-top: 10px;
}


.AddToCartContainer
{ 
	padding-top: 10px;
	background: url(../App_Themes/EcommerceSite/Images/ShoppingCart/bg_options_bottom.gif) repeat-x;
	text-align: right;
}

.right .AddToCartContainer
{	
	background: none;
	padding-top: 0;
	margin: 0;
}


.ProductOptionSelectorContainer select
{
   width: 75%;
}
.productDetail .ProductPrice
{
	width: 180px;
	padding: 5px 5px;
	display: block;
	background:  url(../App_Themes/EcommerceSite/Images/bg_price.gif) no-repeat top right;
	font-weight: bold;
}

input.AddToWishlistImageButton
{
	float: left;
}


.wishlistAdd .AddToCartContainer
{
	background: none;
}

.removeFromWishlist
{
	margin-top: -18px;
}


.TotalPriceContainer
{
	text-align: center;
	background: #bde5f2;
	padding: 7px 10px 9px 0px;
	margin-bottom: 3px;
}

.TotalPriceLabel
{
	font-weight: bold;
	text-align: right;
}

.TotalPrice
{
	font-weight: bold;
	text-align: right;
}

/*#Products/Forum#*/
.ForumTree .Actions
{
	background-color: #bee6fa;
	padding: 5px 5px;
	font-weight: bold;
}
.ForumTree .ForumManage
{
	background-color: #C4DBE7;
	padding: 5px 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.ForumTree .ForumPost
{
	padding: 5px;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
}
.ForumTree .PostText
{
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.ForumTree .PostActionLink
{
	padding: 1px 5px;
	background: #bee6fa;
	display: block;
	float: left;
	border: 1px solid silver;
	color:	black;
	text-decoration: none;
}

.ForumTree .PostActionLink:hover
{
	background: #9ed5f2;
	border: 1px solid gray;
}


.ForumTree .PostActionSeparator{
	display: block;
	float: left;
	padding: 2px 5px;
}
.ForumTree .PostUserLink{
	font-weight: bold;
}
.ForumTree .Posts
{
	width: 580px;
	background: #f6f6f6;
}
.ForumTree .PostSubject
{
	font-weight: bold;
	display: block;
	padding: 5px 0px;
}
.TextboxItemShort, .TextboxItem, .TextareaItem
{
	width: 220px;
}

.TextareaItem
{
	height: 90px;
}

.ForumTree .Title, .ForumNewPost .Title
{
	font-weight: bold;
	margin: 5px 5px;
	display: block;
}


/*#Products/Filter#*/


.ProductFilter
{
	background: url(../App_Themes/EcommerceSite/Images/product_top_background.gif) repeat-x;
	background-position: bottom center;
	font-size: 10px;
	height: 65px;
}
.ProductFilter Select
{
	width:160px;
	height:18px;
	font-size:10px;
}
/*#Shopping cart preview#*/
.topBlock .shoppingCart
{
	padding-left: 0px;
}
.topBlock .shoppingCart a
{
	color: #000;
	text-decoration: none;
}
.topBlock .shoppingCart a:hover
{
	text-decoration: underline;
}
.topBlock .shoppingCart
{
	/*line-height: 33px;*/
}

.MyProfileUserSignature{
width: 300px;
height: 100px;
}

/*#Menus#*/
/*#Menus/Left menu#*/
.leftMenuCMSListMenuUL
{
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin-left: 17px;
}

.leftMenuCMSListMenuUL ul{
margin: 0;
padding-left: 3px; 
}


.leftMenuCMSListMenuLink, .leftMenuCMSListMenuLinkHighlighted
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.leftMenuCMSListMenuLink:hover
{
	text-decoration: underline;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuLI
{
	background: url(../App_Themes/EcommerceSite/Images/arrow_left.gif) no-repeat center left;
	padding-left: 15px;
	height: 13px;
	line-height: 13px;
	margin: 4px 0px;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI
{
	background: url(../App_Themes/EcommerceSite/Images/arrow_left_active.gif) no-repeat 0px 2px;
	padding-left: 15px;
	/*height: 11px;*/
	line-height: 13px;
	margin: 4px 0px;
}

.leftMenuCMSListMenuUL .leftMenuCMSListMenuLI .leftMenuCMSListMenuUL
{
	display: none;
}
.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL
{
	display: block;

}

.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL .leftMenuCMSListMenuLI,
.leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI .leftMenuCMSListMenuUL .leftMenuCMSListMenuHighlightedLI
{
	font-weight: normal;
	line-height: 13px;
}

/*#Menus/Top menu#*/
.topMenuLeft
{
	background: url(../App_Themes/EcommerceSite/Images/menu_top_left.gif) no-repeat top left;
	width: 4px;
	height: 38px;
	font-size: 1px;
	float: left;
	margin: 1px 0px 0px;
}
.topMenuRight
{
	background: url(../App_Themes/EcommerceSite/Images/menu_top_right.gif) no-repeat top left;
	width: 4px;
	height: 38px;
	font-size: 1px;
	float: left;
	margin: 1px 0px 0px;
}
.topMenuCMSListMenuLink, .topMenuCMSListMenuLinkHighlighted
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	/*height: 29px;*/
	margin-left: 3px;
	padding: 0px 13px 0px 10px;
	text-align: center;
}


.topMenuCMSListMenuLinkHighlighted{
	background: #4482b4 url(../App_Themes/EcommerceSite/Images/menu_top_active_right.gif) no-repeat center right;
	
}

.topMenuCMSListMenuLink:hover{
	background: #4482b4 url(../App_Themes/EcommerceSite/Images/menu_top_active_right.gif) no-repeat center right;
}

.IE6 .topMenuCMSListMenuLink:hover{
	background: none;
	text-decoration: underline;
}



.topMenuCMSListMenuLI:hover, .topMenuCMSListMenuHighlightedLI
{
	
	background: #4482b4 url(../App_Themes/EcommerceSite/Images/menu_top_active_left.gif) no-repeat center left;
}




.topMenuCMSListMenuLI, .topMenuCMSListMenuHighlightedLI
{
	float: left;
	margin: 4px 0 0 0;
	display: block;
}

.topMenuCMSListMenuUL
{
	list-style-type: none;
	margin: 1px 0px 0px;
	height: 38px;
	padding: 0;
	line-height: 27px;
	float: left;
}

.toplistmenu{
background: url(../App_Themes/EcommerceSite/Images/menu_top_background03.gif) 0px 1px no-repeat;
height: 40px;
padding-left: 2px;
}

.toplistmenu li{
margin-left: 2px;
margin-right: 2px;
}

.IE .toplistmenu li{
	width: 90px;
}


/*#Boxes#*/
/*#Boxes/Blue box left#*/
.boxBlueLeft
{
	background: #d7d7d7 url(../App_Themes/EcommerceSite/Images/box_blue_background.gif) repeat-y top left;
	margin-bottom: 3px;
	margin-top: 1px;
}
.boxBlueLeftTop div {
	background: url(../App_Themes/EcommerceSite/Images/box_left_top.gif) no-repeat top left;
}
.boxBlueLeftTop {
	background: url(../App_Themes/EcommerceSite/Images/box_right_top.gif) no-repeat top right;
}
.boxBlueLeftBot div {
	background: url(../App_Themes/EcommerceSite/Images/box_left_bottom.gif) no-repeat bottom left;
}
.boxBlueLeftBot {
	background: url(../App_Themes/EcommerceSite/Images/box_right_bottom.gif) no-repeat bottom right;
}
.boxBlueLeftTop div, .boxBlueLeftTop, .boxBlueLeftBot div, .boxBlueLeftBot
{
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.boxBlueLeft h2
{
	background-color: #eeeeee;
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 10px;
	padding: 7px 5px 7px 9px;
}

/*#Boxes/Blue box right#*/
.boxBlueRight
{
	background: #c4dbe7 url(../App_Themes/EcommerceSite/Images/box_light_background.gif) repeat-y top right;
	margin-bottom: 3px;
	margin-top: 1px;
}
.boxBlueRight p
{
	padding: 0px 20px 0 9px;
}
.boxBlueRightTop div {
	background: url(../App_Themes/EcommerceSite/Images/box_light_left_top.gif) no-repeat top left;
}
.boxBlueRightTop {
	background: url(../App_Themes/EcommerceSite/Images/box_light_right_top.gif) no-repeat top right;
}
.boxBlueRightBot div {
	background: url(../App_Themes/EcommerceSite/Images/box_light_left_bottom.gif) no-repeat bottom left;
}
.boxBlueRightBot {
	background: url(../App_Themes/EcommerceSite/Images/box_light_right_bottom.gif) no-repeat bottom right;
}
.boxBlueRightTop div, .boxBlueRightTop, .boxBlueRightBot div, .boxBlueRightBot
{
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.boxBlueRight h2
{
	background-color: #e6f0f5;
	font-size: 100%;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 0px;
	line-height: 10px;
	padding: 7px 5px 7px 9px;
}


/*#Search box#*/
.searchText
{
	border: 1px #c3c3c3 solid;
	width: 112px;
	height: 16px;
	margin-left: 25px;
}
.searchBox
{
	margin-top: 5px;
	min-height: 26px;
}
.boxSearchLeft
{
 background: #d7d7d7 url(../App_Themes/EcommerceSite/Images/box_blue_background.gif) repeat-y top left;
 margin-bottom: 3px;
 margin-top: 1px;
 min-height: 39px;
}



.boxSearchLeftTop div {
 background: url(../App_Themes/EcommerceSite/Images/box_left_top.gif) no-repeat top left;
}
.boxSearchLeftTop {
 background: url(../App_Themes/EcommerceSite/Images/box_right_top.gif) no-repeat top right;
}
.boxSearchLeftBot div {
 background: url(../App_Themes/EcommerceSite/Images/box_left_bottom.gif) no-repeat bottom left;
}
.boxSearchLeftBot {
 background: url(../App_Themes/EcommerceSite/Images/box_right_bottom.gif) no-repeat bottom right;
}
.boxSearchLeftTop div, .boxSearchLeftTop, .boxSearchLeftBot div, .boxSearchLeftBot
{
 width: 100%;
 height: 4px;
 font-size: 1px;
}



/*#Random product#*/
.randomProduct
{
	text-align: center;
	padding-right: 19px;
}
.randomProduct img
{
	border: none;
}


.DesignMode .topMenuCMSListMenuUL
{
	width: 534px !important;
}


/*#Shopping cart item selector#*/

.AddToShoppingCartTextBox
{
	width:25px;
}


.AddToShoppingCartLink
{
	background-image: url('Images/ShoppingCart/AddToCart.gif');
	background-position: left -2px;
	background-repeat: no-repeat;
	padding-left: 18px;	
	color: #000000;
	text-decoration: underline;
}

.AddToShoppingCartButton
{
	width:80px;
}

/*#Random product with status#*/
.randomProductWithStatus
{
	float: left;
	width: 182px;
}
/*#News#*/

.newsRepeater
{
margin: 15px 0;
}

.newsItem
{
	background-color: #eeeeee;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #b0b0b0
}

.newsItem p
{
	margin-top: 0px;
}
.newsItemDetail .Date
{
	font-size: 120%;
	font-weight: bold;
}

.NewsPreviewDate
{
    font-weight: bold;
}

/*#Tags#*/
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	padding: 0px !important;
	border: 1px solid #A4B2BC;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	background-color: #fff;
}

.RTL .autocomplete_completionListElement
{
	text-align: right;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	padding: 1px;
	cursor: pointer;
}

.autocomplete_listItem
{
	padding: 1px;
}
/*#Search#*/
.SearchResult
{
	margin-left: 5px;
	margin-bottom: 10px;
}
.ResultTitle
{
	font-size: 120%;
	margin-bottom: 3px;
}
.ResultPath
{
	background-color: #eeeeee;
	padding: 2px;
}
.CMSSearchDialogSearchForTextBox
{
	width: 154px !important;
}
.CMSSearchDialogSearchModeDropDownList
{
	width: 160px !important;
}
/*#Tab menu#*/
.myAccMenu
{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuBackground.gif) no-repeat top left;
	margin-left: -7px;
	width: 754px;
	min-height: 38px;
}
.IE6 .myAccMenu
{
	height: 38px;
}
.myAccMenu .TabsHeader
{
	/*background: url(../App_Themes/EcommerceSite/Images/myAccMenuRight.gif) no-repeat top right;*/
}
.myAccMenu .TabControl
{
	height: 35px;
}

.TabControlTable
{


margin-left: 3px;
}


.myAccMenu .TabControlSelectedLeft{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActiveLeft.gif) 100% 0% no-repeat; 
}

.myAccMenu .TabControlSelectedRight{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActiveRight.gif) left top no-repeat;
}

.myAccMenu .TabControlSelected{
	background: url(../App_Themes/EcommerceSite/Images/myAccMenuActive.gif) repeat-x;
}
.myAccMenu .TabControlSelected a{
	color: #000;
}

table.Grid{
width: 100%;
padding: 0px 10px;
}

.TabsHeader a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: center;
}

.TabsHeader a:hover{
	display: block;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: center;
}

/*#Tab menu/Sub menu#*/

.TabsContent
{
	margin-top: 10px;
}
.TabsContent .TabControlTable
{
	background: none;
	width: 350px;
	height: 26px;
}
.TabsContent .TabsHeader
{
	background: none;
	background-color: #c4dbe7;
	height: 28px;
	margin-top: 1px;
	margin-bottom: 10px;
}
.TabsContent .TabControlSelectedLeft {
	background: none;
	width: 4px;
	height: 26px;
	font-size: 1px;
	float: left;
}

.TabsContent .TabControlSelectedRight {
	background: none;
	width: 4px;
	height: 26px;
	font-size: 1px;
	float: left;
}

.TabsContent .TabControl {
	height: 26px;
}

.TabsContent .TabControlSelected {
	background: white;
}
.TabsContent .TabControlSelected a
{
color: #000;
}


.GeneralActions
{
 background-color: #eeeeee;
 padding: 2px 5px;
}

/*#Sign out and user name box#*/
.boxSignoutRight
{
	background: #c4dbe7 url(../App_Themes/EcommerceSite/Images/box_light_background.gif) repeat-y top right;
	margin-bottom: 2px;
	margin-top: 1px;
	overflow: hidden;
	line-height: 29px;
}

.DesignMode .boxSignoutRight
{
	line-height: 15px;
}

.boxSignoutRightTop div {
	background: url(../App_Themes/EcommerceSite/Images/box_light_left_top.gif) no-repeat top left;
}
.boxSignoutRightTop {
	background: url(../App_Themes/EcommerceSite/Images/box_light_right_top.gif) no-repeat top right;
}
.boxSignoutRightBot div {
	background: url(../App_Themes/EcommerceSite/Images/box_light_left_bottom.gif) no-repeat bottom left;
}
.boxSignoutRightBot {
	background: url(../App_Themes/EcommerceSite/Images/box_light_right_bottom.gif) no-repeat bottom right;
}
.boxSignoutRightTop div, .boxSignoutRightTop, .boxSignoutRightBot div, .boxSignoutRightBot
{
	width: 100%;
	height: 4px;
	font-size: 1px;
}

.SignContent{
min-height: 30px;
}

.IE6 .SignContent{
	height: 30px;
}

.SignContent span{
font-size: 11px;
}

input.AddToCartTextBox{
width: 25px;
margin-top: 6px;
margin-left: 260px;
float: left;
}


.OptionCategoryName{
display: block;
font-weight: bold;
padding: 5px 0px 5px 0px;
}


.OptionCategoryDescription{
display: block;
padding: 5px 0px;
}

.WishListLink{
text-align: right;
}

.WishListLink img{
margin-top: 2px;
}


.logonReg, .textHeader, .wishList, .myAccount
{
	padding: 0px 10px;
}

.IE6 .logonReg, .textHeader, .IE6 .wishList, .myAccount
{
	padding: 0px 0px 0px 10px;
}

.textHeader{
width: 97%;
}

.newsList
{
	padding: 0px 7px;
}

/*#ShoppingCart#*/


.subContent .shoppingCart
{
	padding: 10px 10px;
}

.IE6 .subContent .shoppingCart
{
	padding-right: 0;
}

.ShoppingCartStepImage
{
    border: none;
	margin-top: 20px;
	padding:0px;
	vertical-align: middle;
}

.ShoppingCartStepSeparator
{
    border: none;
    margin-top: 10px;
    padding: 0 20px;
    vertical-align: middle;
}

.CartStepHeader
{
	padding: 5px;	
	margin-bottom: 5px;
}


.CartStepTable
{
	border: none;
	border-collapse: separate;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
}

.CartStepPanel
{
	padding: 0px;width: 100%;       
}

.CartStepBody
{
    width: 100%;       
}

.CartContentTable, .CartContentTable2
{
    color: #474747;
    border-top: solid 1px #c36;
}

.CartContentTable td, .CartContentTable2 td
{
	font-size: 13px;
	padding: 4px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}



.CartContentTable th, .CartContentTable2 th
{
    border: none;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
	background-image: url(Images/t_title_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

.CartContentTable2 td
{
    border-bottom: solid 1px #fcf;    
}

.ErrorLabel{ color: red; font-weight: bold; }
.ErrorPanel{ border: 1px dashed red; width: auto; padding: 10px; margin-right: 22px; margin-bottom: 10px; float: left; }

.LineErrorLabel
{
color: #ff0000;
text-align: left;
}


.BlockTitle{
font-size: 14px;
font-weight: bold;
padding: 5px 0 5px 0;
margin: 15px 5px;
display: block;
}

.PricePanel
{
	float: right;
}

.ItemsNotAvailable{
color: red;
}

.MyCredit, .MyOrders, .MyAddresses{
padding: 0px 6px;
}

.UniGridHead td, .UniGridHead th
{
	text-align: left;
}

.UniGridGrid td, .UniGridGrid th
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: none;
    border-left: none;
}

.UniGridGrid td td, .UniGridGrid th td
{
    border: none;
}

.NewAttachmentDisabled
{
	text-decoration: underline;
}
.AttachmentsList 
{
	border:1px solid #CCCCCC;
	padding:5px;
}

.AttachmentsList .Icon
{
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-bottom: -3px;
    border-right: 5px solid white;
}

.shoppingCart input[type=submit]
{
	padding: 0px 15px;
}
.UnitsTextBox
{
	width: 40px;
}
.TextboxField, .TextBoxField
{
	width: 280px;
}
.DropDownField
{
	width: 285px;
}

.galleryPreview{
width: 120px;
height: 120px;
float: left;
border: 1px solid #c4dbe7;
text-align: center;
margin: 5px;
}

.IE6 .galleryPreview
{
margin: 4px;
}

.DesignMode .galleryPreview{
margin: 4px;
}

.galleryImage{
display: table-cell;
vertical-align: middle;
width: 120px;
height: 120px;
text-align: center;
line-height: 120px;
}

.IE6.galleryImage{
height: 123px;
}

.hotOffers
{
	float: left;
	border: 1px solid silver;
	margin: 2px;
	background: #297dae;
}

.hotOffers img
{
	border: none;
}

.hotImage
{
	height: 200px;
	line-height: 200px;
	width: 268px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: white url(../App_Themes/EcommerceSite/Images/product_top_bg.gif) repeat-x;
}

.IE6 .hotImage img
{
	padding-top: 20px;
}
.PagePlaceholderBorder .hotImage
{
	width: 266px;
}

.hotPrice
{
	margin-bottom: 2px;
	background-color: #fff;
	padding: 0px 0px 5px;
}
.hotPrice span
{
	width: 140px;
	padding: 5px 15px;
	display: block;
	background: url(../App_Themes/EcommerceSite/Images/priceBackground.gif) no-repeat top left;
	font-weight: bold;
}
.hotLink
{
	height: 30px;
	width: 266px;
}

.hotText
{
	text-align: center;
	height: 30px;
	width: 266px;
	display:table-cell;
	vertical-align:middle;
	line-height: 25px;
}



.hotText a
{
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.hotOffersBox{
padding: 4px 0px 1px 2px;
}




table.productDetailInfo td{
vertical-align: top;
}

table.productDetail td{
vertical-align: top;
}

.NewsReleaseTitle{
width: 165px;
padding-left: 10px;
}

.panelOptions
{
	background-color: red;
}

/*#Wishlist#*/
.wishlist
{
	margin-top: 10px;
}
.wishlist .ProductImage
{
	width: 100px;
	text-align: center;
}
.wishlist .ProductDetail
{
	margin-top: 15px;
}
.wishlist .ProductPrice
{
	width: 140px;
	padding: 5px 15px;
	height: 26px;
	display: block;
	background: url(../App_Themes/EcommerceSite/Images/priceBackground.gif) no-repeat top left;
	font-weight: bold;
	margin: 5px 0px 0px;
}
.btnContinue
{
	text-align: right;
	padding:10px 0px;
}
td.ProductImageWishlist
{
padding-top: 30px;	
vertical-align: top;
width: 100px;
text-align: center;
}


td.ProductImageWishlist img{
border: none;
}

.ProductData h2{
font-size: 16px;
}
/*#Company#*/
.zoneCompanyContent
{
	float: left;
	width: 400px;
}
.zoneCompanyMap
{
	float: left;
	width: 330px;
}

.Map
{
	padding-left:10px
}

.Map img
{
	border: solid 1px #cccccc;
	padding: 3px;
}

.Map .Header
{
	font-weight: bold;
}

.Map .Address
{
	font-size: 10px;
}

.OfficeDetail img
{
	border: solid 1px #cccccc;
	padding: 3px;
}

.OfficeDetail .Description
{
	padding-top: 5px;
	padding-left: 5px;
}

/*#Random product right column#*/

.randomProductWithStatusRightBlock
{
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	background: #b6d2e0;

}
.IE6 .randomProductWithStatusRightBlock
{
	margin-left: 2px;
}
.featuresProdContent{
	padding-top: 10px;
}
.IE6 .featuresProdContent{
	padding-top: 0px;
}

.imageLink
{
	width: 50px;
	float: left;
	height: 50px;
	background: white;
}


.imageLinkContent
{
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.imageLinkContent img
{
	border: none;
	float: none;
	line-height: 50px;
}

.randomProductWithStatusRightBlock .randomProductRight
{
	float: left;
	width: 119px;
	padding-left: 5px;
	font-weight: bold;
}

.DesignMode .randomProductWithStatusRightBlock .randomProductRight
{
	width: 112px;
}

.randomProductWithStatusRightBlock .randomProductRight div
{
	width: 120px;
	height: 33px;
	padding-top: 3px;

}


.PagerControl{
padding: 20px 0px;
background: url(../App_Themes/EcommerceSite/Images/product_top_bg.gif) repeat-x;
}

/*#Send to friend#*/
.sendToFriendYourMessage
{
 color: #356B99;
 text-decoration: underline;
 padding-top: 3px;
 display: block;
 cursor: pointer;
}
.sendToFriendYourMessage:hover
{
 text-decoration: none;
 cursor: pointer;
}

input.sendToFriendEmailTextbox{
width: 210px;
}

.boxBlueRight h2{
color: #356B99;
}

/*#Modal popup#*/
.ModalBackground
{
	z-index: 10000 !important;
	background-color: #888888;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPanel
{
    background-color: #ffffff;
    padding: 10px;
    /* position: fixed !important; */
}


.SubscriptionsGroup
{
	padding: 8px;
}

.SubscriptionsPanel
{
	padding-top: 22px;
}

/*#Content rating#*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../App_Themes/Default/Images/CMSDesk/Content/Properties/ContentRating/SavedStar.png);
}

.CntRatingResult
{
    clear:left;
    padding-top:5px;
}

.CntRatingRadioTable tr
{
    text-align: center;
}
