﻿/* For all boxes */
.box_area
{
    text-align:left;
    margin-bottom:15px;
}

/* For all boxes */
.box_contents
{
    padding:10px 5px 10px 10px;
    font-size:0.9em;
}

/* Function box */
.function_box_header
{
	background-image: url(../../images/box_header2.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 178px;
}

.function_box_header h2
{
    font-size:1.2em;
    margin:0 auto;
    padding:14px 0 0 20px;
    color:#333;
}

.function_box_bodyarea
{
	width: 178px;
	background-attachment: scroll;
	background-image: url(../../images/box_repeat.png);
	background-repeat: repeat-y;
}

.function_box_footer
{
	background-image: url(../../images/box_footer.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 178px;
}

/* Marketing box */
.marketing_box_header
{
	background-image: url(../../images/box_header2.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 178px;
}

.marketing_box_header h2
{
    font-size:1.2em;
    margin:0 auto;
    padding:14px 0 0 20px;
    color:#333;
}

.marketing_box_bodyarea
{
	width: 178px;
	background-attachment: scroll;
	background-image: url(../../images/box_repeat.png);
	background-repeat: repeat-y;
}

.marketing_box_footer
{
	background-image: url(../../images/box_footer.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 178px;
}

/* Main box */
.mainbox_header
{
	background-image:url(../../images/products_header.png);
	background-repeat:no-repeat;
	width: 550px;
	height:32px;
}

.mainbox_bodyarea 
{
	background-image: url(../../images/mainbox_repeat.png);
	background-repeat: repeat-y;
	width: 550px;
}	

.mainbox_contents
{
    padding:1px 10px 10px 20px;
}

.mainbox_footer 
{
	background-image:url(../../images/mainbox_footer.png);
	background-repeat:no-repeat;
	width:550px;
	height:20px;
}

/* Promotions box */
.promotions_header
{
	background-image:url(../../images/promotions_header.png);
	background-repeat:no-repeat;
	width: 550px;
	height:32px;
}

.promotions_footer 
{
	background-image:url(../../images/promotions_footer.png);
	background-repeat:no-repeat;
	width:550px;
	height:56px;
}

/* Articles box */
.articles_header
{
	background-image:url(../../images/mainbox_header.png);
	background-repeat:no-repeat;
	width: 550px;
	height:21px;
}

/* Shopping cart box */
.shopping_cart_box
{
    text-align:center;
}

#ShoppingCartBox
{
    font-size:0.9em;
}

#ShoppingCartBox .left
{
    margin:0;
}

#ShoppingCartBox .right
{
    margin:0;
}

#ShoppingCartBox_Totals
{
    margin:10px 0;
    font-size:1.1em;
}

.ShoppingCartBox_Small
{
    font-size:0.9em;
}

.delete_button
{
    float:left;
    padding-top:5px;
    margin:0 3px 0 0;
}

.plus_button
{
    display:block;
}

.minus_button
{
    display:block;
    margin-bottom:2px;
    margin-top:1px;
}

/* Search box */
#search_box
{
}

.filter_header
{
	background-image:url(../../images/search_header.png);
	background-repeat:no-repeat;
	width: 178px;
	height:45px;
}

.search_bodyarea 
{
	background-image: url(../../images/search_background.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 178px;
}

.search_footer 
{
	background-image:url(../../images/search_footer.png);
	background-repeat:no-repeat;
	width: 178px;
	height: 27px;
}

.search_box_contents
{
    padding:5px 8px 10px 5px;
    font-size:0.9em;
}

#search_box h2
{
    margin:10px 0 5px 0;
    font-size:1.2em;
    padding:0;
    color:#ffffff;
}

.collapse_header_search
{
    cursor:pointer;
    font-weight:bold;
    margin:8px 0 5px 0;
}

.collapse_text_search
{    
    color:#ffffff;
    margin-left:5px;
}

#search_box table
{
    margin:0;
    padding:0;
}

a.searchtips
{
    display:block;
    color:#ffffff;
    font-size:1.2em;
    margin-top:10px;
    font-weight:normal;
}

.search_box_checkboxes
{
    width:100px;
    float:left;
}

.search_box_go
{
    float:right;
    margin:0 10px 0 0;
}

.search_box_magnifying_glass
{
    float:right;
}

.autocomplete_list
{
    background-color:#fff;
    color:#000;
    border:1px solid #666;
	margin : 0px!important;
    padding:0;
    text-align:left;
    line-height: 20px; 
	height : 240px; 
	font-size:0.9em;
	cursor : 'default';
	overflow : auto;
}

.autocomplete_item
{
    list-style:none;
    cursor:pointer;
    width:100px;
    margin:0;
    padding:1px;
    border-bottom: dotted 1px #cccccc; 
}

.autocomplete_highlight
{
    list-style:none;
    background-color:#ccc;
    cursor:pointer;
    width:100px;
    margin:0;
	padding:1px;
    border-bottom: dotted 1px #cccccc; 
}

/* SubCategory SubDepartment box */
ul.subcategory_menu
{
    margin:0;
}

ul.subcategory_menu li
{
    text-indent:0;
    list-style:none;
}

.SubCategoryItem, .SubCategorySelected
{
    line-height:2em;
    width:160px;
}

.SubCategoryItem
{
    color:#FF760E;
    font-weight:normal;
    font-weight:bold;
    text-transform:uppercase;
}

.SubCategoryItem:Hover
{
    color:#FF760E;
    text-decoration:underline;
}

.SubCategorySelected
{
    color:#FF760E;
    text-decoration:underline;
    font-weight:bold;
    text-transform:uppercase;
    padding-right:20px;
    background: url('../../images/ArrowR2.gif') no-repeat right;
}

.SubDepartments ul
{
    margin:5px 0 10px 0;
    list-style:none;
}

.SubDepartments ul li
{
    text-indent:15px;
    list-style:none;   
    background: url(../../images/tab.gif) no-repeat 5px; 
}

.SubDepartmentItem, .SubDepartmentSelected
{
    text-indent:1.5em;
}

.SubDepartmentItem
{
    color:#666;
    font-weight:normal;
}

.SubDepartmentItem:Hover
{
    color:#FF760E;
    text-decoration:underline;
    font-weight:normal;
}

.SubDepartmentSelected
{
    color:#FF760E;
    text-decoration:underline;
    font-weight:bold;
    padding-right:0px;
    background: url('../../images/ArrowR2.gif') no-repeat right;
}

/* Delivery box */
.delivery_header 
{
	background-image: url(../../images/delivery_header.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 178px;
}

.delivery_bodyarea 
{
	width: 178px;
	background-attachment: scroll;
	background-image: url(../../images/delivery_background.png);
	background-repeat: repeat-y;
	text-align:center;
}

.delivery_footer 
{
	background-image: url(../../images/delivery_footer.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 178px;
}	

/* Newsletter box */
.newsletter_header 
{
	background-image: url(../../images/newsletter_header.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 178px;
}

.newsletter_bodyarea 
{
	width: 178px;
	background-attachment: scroll;
	background-image: url(../../images/newsletter_background.png);
	background-repeat: repeat-y;
}

.newsletter_footer 
{
	background-image: url(../../images/newsletter_footer.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 178px;
}

/* Login - new box */
.login_new_box_header 
{
	background-image: url(../../images/login_new_header.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 434px;
	margin-top:20px;
}

.login_new_box_bodyarea
{
	width: 434px;
	background-attachment: scroll;
	background-image: url(../../images/login_new_bg.png);
	background-repeat: repeat-y;
}

.login_new_box_footer 
{
	background-image: url(../../images/login_new_footer.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 434px;
}

/* Login - existing box */
.login_existing_box_header 
{
	background-image: url(../../images/login_existing_header.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 360px;
	margin-top:20px;
}

.login_existing_box_bodyarea
{
	width: 360px;
	background-attachment: scroll;
	background-image: url(../../images/login_existing_bg.png);
	background-repeat: repeat-y;
	color:#fff;
}

.login_existing_box_bodyarea a
{
	color:#fff;    
}

.login_existing_box_footer 
{
	background-image: url(../../images/login_existing_footer.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 360px;
}

.login_left
{
    float:left;
}

.login_box_contents
{
    padding:10px 20px 0 20px;
}

.login_table table tr td
{
    padding-bottom: 5px;
}
