/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	margin-top:10px;
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000;
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:bold;
}
.border_r {
	border-right:1px solid #ccc;
	padding:2px;
}
.border_l {
	border-left:1px solid #ccc;
	padding:2px;
}	
.border_t {
	border-top:1px solid #ccc;
	padding:2px;
}
.border_b {
	border-bottom:1px solid #ccc;
	padding:2px;
}
.border {
	border:1px solid #ccc;
	padding:2px;
}
.bg_dddddd {
	background-color:#ccc;
	color:#333;
        height: 25px;
}
.hr {
	border-bottom:1px solid #ccc;
	margin:10px 0px 10px 0px;
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
    border:1px solid #333;
	cursor:pointer;
	white-space: nowrap;
    margin: 0px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
    font-weight:bold;
    letter-spacing: 1px;
	text-align:center;
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#c2cf55');
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #c2cf55 url("/shared/style/images/white_gradient.png") repeat-x top;
    }

/******* BEGIN HOVER FOR ACTION BUTTON *******/

/* IE will apply the behavior hover.htc for the hover */
input.actn_button { 
    * behavior:url("/shared/style/behaviors/hover.htc"); 
	}
/* Both browsers apply the border and color to the hover. */ 
.actn_button_color.actn_button:hover {
    border:1px solid #333;
	color:#333;
	}
/* IE uses the filter for the hover along with the hover.htc behavior */
.actn_button_color.actn_button:hover { 
    * filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#8c8b8f'); 
	}
/* FireFox uses the background color and white gradient for the hover */
html>body .actn_button_color.actn_button:hover { 
   background: #8c8b8f url("/shared/style/images/white_gradient.png") repeat-x top;
    }
/******* END HOVER FOR ACTION BUTTON *******/


/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:1px solid #333;
	cursor:pointer;
	white-space: nowrap;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
    letter-spacing: 1px;
	font-weight:bold;
	text-align:center;
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#cccccc');
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #cccccc url("/shared/style/images/white_gradient.png") repeat-x top;
}

/******* BEGIN HOVER FOR REGULAR BUTTON *******/

/* IE will apply the behavior hover.htc for the hover */
input.button { 
    * behavior:url("/shared/style/behaviors/hover.htc");
	}
/* Both browsers apply the border and color to the hover. hover.htc allows IE to apply it */
.button_color.button:hover {
    border:1px solid #333;
	color:#333;
}
/* IE uses the filter for the hover. hover.htc allows IE to apply it */
.button_color.button:hover {
   * filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#8c8b8f');
   }
/*FireFox uses the background color and white gradient for the hover */
html>body .button_color.button:hover {
   background: #8c8b8f url("/shared/style/images/white_gradient.png") repeat-x top;
   }
/******* END HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:10px;
}		
.btn_update {
	font-size:10px;
}	
.btn_continue {
	width:170px;
	padding:4px;
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px;
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px;
}	
.btn_ordering_info {
 font-size:11px;
 width:150px;
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {padding:0px;}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size:12px;
	color:#333;
        border:1px solid #666;
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

/* product detail page */
.large_price {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:#666666;
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:#666666;
	text-align:right;
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#fff;
}
.tab_on {
	color:#666666;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap;
	}
.tab_off {
	color:#333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap;
	}
.descriptioncontainer {
	width:100%;
	position:relative;
}
.detaildesc {
	padding:0px;
	margin:0px;
	text-align:left;
}

/****** MULTIPLE IMAGES ****** product detail page */

.click {cursor:pointer;}

.imagesmallcontainer {
	background-color:#fff;
	border:2px solid #CCC;
	float:left;
	width:65px;
	margin:10px 10px 0px 0px;

}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding: 0px;
	margin: 5px 0px 20px 0px;
	width:330px;
}
.notavailable {width: 330px;
        height: 420px;
	background-color: #E5E5E5;
	border:1px solid #cccccc;
	color:#666;
	padding:0px;
        margin: 0px 0px 20px 0px;
	text-align:center;
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #ccc;
	text-align:center;
	margin:5px;
	padding:0px;
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666;
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;
	}
.all_categories {
	width:220px;
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	font-weight:normal;
	}
.parent {
	margin-top:3px;
	margin-bottom:3px;
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold;
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:#666666;
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:#666666;
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px;
	}
.sub_category_more {	
	font-weight:bold;
	color:#666666;
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid #666666;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec;
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle;
}
.clear {
	clear:both;
	}
.floatRight {
	float:right;
	}
.floatLeft {
	float:left;
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}	
					
					
