/*css reset */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{
	border: 0px none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0px;
	padding: 0px;
	vertical-align: baseline;
}
:focus
{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
body
{
	background: #fff;
	color: black;
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 100%;
	margin: 0;
	text-align: center;
}
ol, ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
em, i
{
	font-style: italic; 
}
strong, b
{
	font-weight: bold; 
}
p
{
	padding-bottom: 10px;
}
/*end css reset */

body
{
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
	background-color: #fff;
	font-size: 11px;
	font-family: Lucida Sans Unicode, Lucida Grande, Verdana, sans-serif;
	color: #999;
}
/*global tag styles, don't be scared of these, they are your friend*/
a:active, a:link, a:visited
{
	text-decoration: none;
	color: #999;
}
a:hover
{
	color: #0780c4;
}
h1
{
	margin-bottom: 5px;
	line-height: 30px;
	color: #252525;
	font-size: 18px;
	text-transform: uppercase;
}
h2
{
	font-size: 12pt;
	margin-bottom: 5px;
}
h3
{
	color: #666;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 2px #666;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
input[type=submit], input[type=button], input[type=image]
{
	cursor: pointer;
}
/*add list formatting back into the main content area.*/
#mainContent ol, #mainContent ul
{
	padding: 0px 25px;
}
#mainContent ol li
{
	list-style: decimal outside;
}
#mainContent ul li
{
	list-style: disc outside;
}
#mainContent td
{
	padding: 3px; /* adding padding to the checkout and account page tables*/
	vertical-align: top; /*vertical ailign the product pages*/
}
button
{
	vertical-align: middle;
}
/*PAGE SETUP*/
.wrapper
{
	width: 942px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.box
{
	background: url(CustomImages/boxBg.jpg) repeat-x left bottom;
}

#pageWrap
{
	background: #BCC5D4 url(CustomImages/bg.jpg) repeat-x left top;
}
#header
{
	text-align: left;
	padding-top: 0px;
}

#breadcrumb
{
	text-transform: uppercase;
	margin-bottom: 10px;
}
#bodyWrap
{
	border-top: solid 4px #F0EEEF;
	border-bottom: solid 4px #F0EEEF;
	padding: 4px 0px;
}
#verticalNavWrap
{
	float: left;
	width: 136px;
	display: none;
}

#contentWrap
{
	float: right;
	width: 942px;
}
#contentBox
{
}
/*HEADER ELEMENTS*/
.logo
{
	margin-right: 10px;
	text-decoration: none;
	float: left;
	width: 148px;
}

#shipPromoWrap
{
	float: left;
	width: 415px;
	margin-left: 94px;
	display: inline; /*ie6*/
	margin-top: 10px;
}
#login
{
	float: right;
	padding-bottom: 10px;
}
#mainHeader
{
	margin-top: 65px;
	float: right;
	width: 784px;
}
#headerRight
{
	float: right;
	width: 233px;
}
#accountLinks
{
	text-align: right;
	clear: right;
	padding-bottom: 5px;
	font-size: 10px;
	text-transform: lowercase;
}
#accountLinks a
{
	color: #C46261;
	line-height: 22px;
	margin-right: 5px;
}
#accountLinks a.cartLink
{
	display: block;
	float: right;
	background: #C46261 url(CustomImages/cartIcon.gif) no-repeat left top;
	padding: 0px 10px 0px 30px;
	color: White;
	margin-left: 10px;
	display: inline;
	text-align: center;
	margin-right: 0px;
}
#ctl00_ctrlSearch_SearchText
{
	width: 169px;
	height: 22px;
	background: #F0EEEF;
	border: none;
	vertical-align: middle;
}
#ctl00_ctrlSearch_SearchButton
{
	width: 42px;
	height: 22px;
	line-height: 22px;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	background: #0F7EB6;
	color: White;
	vertical-align: middle;
}
#searchWrap
{
	text-align: right;
}
/*HORIZ NAV*/
#horizNav
{
	line-height: 25px;
	text-align: left;
	height: 25px;
	clear: both;
	
	padding-top: 20px;
	text-transform: uppercase;
}

#horizLinks a
{
	text-decoration: none;
	padding: 0px 19px;
	font-size: 12px;
	display: inline-block;
	border-left: solid 1px #F0EEEF;
}
#horizLinks a:first-child
{
	border-left: none;
	padding-left: 0px;
}
#horizLinks a:hover
{
}


#searchBox
{
	width: 184px;
}
/* VERTICAL NAV */
#verticalNav
{
	background-color: #F0EEEF;
	padding: 6px;
}
.navHeader
{
	font-size: 14px;
	margin-bottom: 4px;
	background: #143C7A url(CustomImages/headerBg.jpg) repeat-x left top;
	line-height: 30px;
	color: White;
	padding: 0px 6px;
}
.leftNav
{
	padding-bottom: 4px;
}
ul.tame, ul.tame li
{
	list-style: none;
}
ul.tame li
{
	padding-bottom: 10px;
	font-size: 13px;
}
ul.tame li li
{
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
}
ul.tame li
{
	padding-bottom: 10px;
	font-size: 13px;
}
ul.tame li a
{
	color: #0780c4;
	text-transform: uppercase;
}
ul.tame li li a
{
	text-transform: none;
	color: #666;
}
ul.tame li a.selected, ul.tame li li a.selected
{
	color: #ad2d2d;
}
/* FOOTER */
#footer
{
	background-color: White;
	border-bottom: solid 4px #F0EEEF;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px 0px;
}

#footerLinks
{
	float: right;
	width: 91px;
	text-align: right;
	padding-top: 10px;
}
#footerLinks a
{
	font-size: 12px;
	line-height: 18px;
	text-transform: lowercase;
}
.footerPromo
{
	float: left;
	width: 282px;
}
.footerPromoImage
{
	float: left;
}

#certificationFooter
{
	margin-bottom: 12px;
}
#creditCardIcons
{
	float: right;
}
/* PRODUCT PAGE */

#productImageWrap
{
    float:left;
    width:250px;
    overflow: auto;
}
#productImageWrap img
{
    max-width:250px;
}

#productInfoWrap
{
    float:right;
    width:510px;
    overflow:hidden;
}

#productNameWrap
{
	font-size: 24px;
	color: #363636;
}

#productPriceWrap, #productOptionsWrap, #prodPageAddToCartWrap
{
    margin-bottom:10px;
}
.AddToCartButton
{
	color: White;
	font-size: 18px;
	background: #C7615F;
	height: 35px;
	line-height: 35px;
	border: none;
	text-transform: lowercase;
}
.AddToWishButton
{
	color: #666;
	font-size: 18px;
	background: #F0EEEF;
	height: 35px;
	line-height: 35px;
	border: none;
	text-transform: lowercase;
}
.WishListWarning, #lblKitError
{
	color: Red;
}
#productPriceWrap
{
	color: #c16363;
	font-size: 13px;
}
#productDescWrap
{
	margin-bottom: 24px;
}
#KitError
{
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}
/* default class for stock hint display */
.StockHint_OutOfStock
{
	color: red;
}
.StockHint_InStock
{
	color: blue;
}
/* indented class variation for stock hint display */

.StockHint_Indented_OutOfStock
{
	color: red;
}
.StockHint_Indented_InStock
{
	color: blue;
}
/* CSS for productratings [begin] */

.CommentHelpfulText
{
	font-family: Arial,Helvetica;
	color: #009999;
}
/****** [end] ******/

/* CSS for Checkout GiftCard [begin] */

.CheckoutEmailGiftCardHeader
{
	background-color: #cccccc;
	color: #000000;
}
/****** [end] ******/

/* CSS for Checkout Terms And Conditions [begin] */
.CheckOutTermsBorder
{
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
}
/****** [end] ******/

/**************TabbedUI prototype*******************/

#pagetabs
{
	width: 100%;
	overflow:hidden;
}

#pagetabs a
{
	background-color: #DDDDDD;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	color: #696969;
	padding: 0px 5px;
	line-height: 20px;
	height: 20px;
	position: relative;
	margin-right: 3px;
	text-decoration: none;
	vertical-align: middle;
	float: left;
}

#pagetabs a:hover
{
	text-decoration: underline;
}

#pagetabs a.activetab
{
	position: relative;
	color: #ffffff;
	border-bottom-color: white;
	background: #666;
}
#pagetabs a.activetab:hover
{
	text-decoration: none;
}
#tabcontent
{
	border: solid 1px gray;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
#tabcontent div.hiddenTab
{
	display: none;
}
#tabcontent div.selectedTab
{
	display: block;
}


/*** Templating ********/
.template
{
	border:solid 1px #ddd;
}

.template_header
{
	background-color:#ddd;
	border:dashed 1px #ddd;
	padding:5px 5px 5px 5px;
}

.template_header_settings,
.template_header_settings a,
.template_header_settings a:active,
.template_header_settings a:visited,
.template_header_settings a:link
{
	cursor: hand;
    cursor: pointer;
    text-decoration:none !important;
    font-size:12px;
}

.template_header_settings a:hover
{
	color:#ffffff !important;
}

.template_header_edit_options
{
	border:solid 1px #919C9D;
	background-color:#fff;
}

.template_header_edit_options ul,
.template_header_edit_options li
{
	margin-left: 10px;
	margin-right: 10px;
    padding: 0;
    display: list-item;
    list-style: none;
    line-height: 1.25em;
}

.behavior_panel
{
	border-style:none;
}

.behavior_panel .behavior_left
{
	width:10%;
	background-color:#ddd;
}

.behavior_panel .behavior_option
{
	width:80%;
	background-color:#fff;
	padding:5px 5px 5px 5px;
}


#quickeditnav a:active, 
#quickeditnav a:link, 
#quickeditnav a:visited
{
	padding-left:15px;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

.modal_popup
{
 	background-color:White;
 	border:solid 1px #52355;
}
 
.modal_popup_background 
{
	opacity:0.7;
    background-color:Gray;
    filter: alpha(opacity = 70);
}

.modal_popup_Header
{
	height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    color:White;
    text-align:center;
	vertical-align:middle;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
}

.modal_popup_Content
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.modal_popup_Content table
{
	border-style:none;
}

.modal_popup_Content table td
{
	border-style:none;
}

.modal_popup_Footer
{
	border-top:solid 1px #ccc;
	margin-left:25px;
	margin-right:25px;
	padding-top:5px;
	padding-bottom:10px;
}

.modal_popup_Header_Close        
{
	float:right;
	padding-right:7px;
}

.pnlMain
{
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:30px;
}

#quickeditnav
{
    text-align: left;
    width: 100%;
    margin: 0;
    clear: left;
    line-height: 35px;
    height: 35px;
    background: #699EDC url(images/nav-bg.gif) repeat;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    z-index: 1;
}

.watermarked
{
	color: #BBBBBB;
}

.entityPaging
{
	text-align: right;
	float: right;
}
.entityPaging a
{
	color: #0780C4;
	text-decoration: underline;
}
.entityProductImage
{
	margin-bottom: 5px;
}
.entityProductCell
{
	font-size: 12px;
	padding-bottom:10px;
}