/* ============================================================
 *
 *  scmaster.css
 *
 *  Master CSS file for 3.0, containing basic definitions and
 *  styles common to all themes.  Of course, any and all of
 *  these can be overridden in a theme or theme family.
 *
 * =============================================================
 */

/* -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */

HTML, BODY {
	margin				: 0;
	padding				: 0;
	font-family			: arial, sans-serif;
	font-size			: 100%;
	text-align			: center;
	height				: 100%;
}

TD, TEXTAREA, INPUT {
	font-family			: arial, sans-serif;
	font-size			: small;
}

IMG {
	border				: 0;
}

A {
	font-weight			: bold;
	color				: blue;
	text-decoration		: none;
}

/**********************
 * MISCELLANEOUS
 *********************
 */

#divBrandingLogo {
text-align:center;
margin:20px auto 0 auto;
}

/**********************
Inline images
***********************/

.scImageInlineLeft{float:left;margin:0 15px 10px 0;border:solid white 5px;}
.scImageInlineRight{float:right;margin:0 0 15px 10px;border:solid white 5px;}

/*Shoutout */
#divColumn99 #scShoutoutWidget{font-family:"Trebuchet MS" /*!important*/;float:left;margin:20px 8px 20px 8px;padding-bottom:16px;background:#fff; 
border:solid 5px #e5e3e3;}
#divColumn99 #scShoutoutWidget h1{color:#999;background:#eaeaea;text-align:center;border-bottom:solid 5px #e5e3e3;margin:0/*!important*/;padding:12px;font-family:"Trebuchet MS";font-size:30px;}
#divColumn99 #scShoutoutWidget h2, #divColumn99 .scShoutoutWidget h3, #divColumn99 .scShoutoutWidget p, #divColumn99 .scShoutoutWidget h4 
{padding:6px 20px;font-size:140%} 
#divColumn99 #scShoutoutWidget h3{margin:0 0 4px 0;}
#divColumn99 #scShoutoutWidget p {color:#666;margin:0 0 0 0;}

#divColumn2 #scShoutoutWidget{margin:8px;padding:8px;background:#fff}
#divColumn2 #scShoutoutWidget p {color:#666;margin:0 0 0 0;}


#divPartnerLogo{margin:auto;text-align:center;width:100%;}

#scPaymentOptionsWidget ul{margin:12px 0 0 0;padding: 0;list-style-type: none;text-align: center;}
#scPaymentOptionsWidget ul li {display: inline;}
#scPaymentOptionsWidget ul li a {text-decoration: none;padding: .2em 1em; color: #fff; background-color: #036;}
#scPaymentOptionsWidget ul li a:hover {color: #fff;background-color: #369;}

/* Breadcrumbs */
ul.scBreadcrumbs li{float:left;line-height:auto}

#scBraceletBuilder{clear:both; width:910px;height:698px;padding:0;margin:auto;z-index:0;position:static;}

.scFlashWidget, .headerPhotoWidget, .photoWidgetImg {}

/*------------------------------*/
/* Nested lists for the sidebar
/* The following code will hide all nested lists except for the selectedParent
/*-------------------------------*/

#divLeftSideNav ul ul{display:none;}
#divLeftSideNav ul li.selected ul {display:block;} 
#divLeftSideNav ul li.selectedParent ul{display:block;} 

/*------------------------------*/
/* News abstract cleanup
/* 
/*-------------------------------*/

.scNewsWidget dd.scAbstract{}
.scNewsWidget dd.scAbstract p
{margin:0!important ;padding:0!important;font-weight:normal;}

/*-------------------------------------------------------------------------------------------*/
/* Everything above here was pasted from scMaster.css when we detached the private themes
/* from scmaster.css This was the quickest way to keep older themes intact rather than a full cleanup
/*-------------------------------------------------------------------------------------------*/




/* ==================================================================
 *  tartan.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */


BODY {
	margin				: 0;
	padding				: 0;
	font-family			: verdana, sans-serif;
	font-size			: small;
}

TD, INPUT, TEXTAREA {
	font-family			: verdana, sans-serif;
	font-size			: small;
}

A {
	font-weight			: bold;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}

IMG {
	border				: 0;
}



/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
	padding-top			: 10px;
	padding-bottom		: 10px;
}

#divPage {
	position			: relative;
	margin				: auto;
	width				: 952px;
	padding				: 0px;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
	border				: 1px solid white;
}



/* -------------------------------
 *  Top region
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 261px;
	overflow			: hidden;
}


/* subsections */

#divSectionLogo {
	display				: block;
	/* START JRF */
	/* width				: 180px; */
	/* height				: 201px; */
	width				: 157px;
	height				: 181px;
	/* END JRF */
	overflow			: hidden;
	position			: absolute;
	top					: 47px;
	left				: 0;
}

#divSectionHeaderTitle {
	display				: block;
	overflow			: hidden;
	position			: absolute;
	top					: 47px;
	left				: 157px;
	width				: 795px;
	height				: 36px;
	padding-top			: 20px;
	font-size			: 16px;
	text-align			: center;
}

#divSectionHeader {
	display				: block;
	/* START JRF */
	/* width				: 772px; */
	/* height				: 201px; */
	width				: 795px;
	height				: 125px;
	/* END JRF */
	overflow			: hidden;
	position			: absolute;
	top					: 103px;
	/* START JRF */
	/* left				: 180px; */
	left				: 157px;
	/* END JRF */
	background-repeat	: no-repeat;
	background-image	: none;
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg {
	background-image	: none;
}


#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 33px;
	overflow			: hidden;
	position			: absolute;
	top					: 46px;
	top					: 227px;
	left				: 0;
	border-bottom		: 1px solid white;
}

#divSectionTopSecondaryNav {
	display				: block;
	width				: 100%;
	height				: 30px;
	position			: absolute;
	top					: 10px;
	right				: 30px;
}



/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	min-height			: 400px;
	background-repeat	: repeat-y;
	overflow			: hidden;
	width				: 100%;		/* for container stretching in IE */
}


/* main column */

#divColumn99 {
}



/* left nav column */

#divColumn1 {
	color				: white;
	text-align			: left;
}


/* right nav column */

#divColumn2 {
	color				: white;
	text-align			: left;
	border-top			: 1px solid white;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 *
 * Note: #divRegionBottom is sized and positioned in the layout CSS file
 */

/* region container */

#divRegionBottomInner {
	margin				: 0;
	padding				: 10px 10px;
	border-top			: 1px solid black;
}

/* subsections */

#divSectionBottomContent {
	display				: block;
	margin-bottom		: 20px;
}

#divSectionCopyright {
	display				: block;
	margin				: 5px auto;
}


/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	display				: block;
	/* START JRF */
	/* width				: 180px; */
	/* height				: 201px; */
	width				: 157px;
	height				: 181px;
	/* END JRF */
}

#divSectionHeader IMG {
	display				: block;
	/* START JRF */
	/* width				: 772px; */
	/* height				: 201px; */
	width				: 795px;
	height				: 125px;
	/* END JRF */
}

#divColumn2 DIV.featurePhotoWidget IMG {
	width				: 150px;
}



/* -------------------------------
 *  Widgets
 * -------------------------------
 */

DIV.widgetTitle,
#divShoppingCartWidget DIV.cartTitle {
	background-color	: black;
	color				: white;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	font-size			: 14px;
	text-align			: left;
	text-transform		: uppercase;
	padding				: 6px 10px 6px 20px;
}



/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
	background			: url('menubg.gif') 0 -0px repeat-x;
}

#divSectionTopNav A {
	font-weight			: bold;
}

#divSectionTopNav UL {
	margin				: -11px 10px 0;
	padding				: 0;
	line-height			: 56px;
	white-space			: nowrap;
	overflow			: hidden;
}

#divSectionTopNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 12px;
	text-transform		: uppercase;
	padding				: 12px 14px 14px 17px;
	margin				: 0;
	background-position	: 0 14px;
	background-repeat	: no-repeat;
	background-image	: url('menu_separator_white.gif');
}

#divSectionTopNav UL LI:first-child,
#divSectionTopNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Secondary Nav Menu */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav A {
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL {
	display				: inline;
	float				: right;
	margin				: 0 auto;
	padding				: 6px 5px;
	white-space			: nowrap;
	border				: 1px solid white;
	overflow			: visible;
}

#divSectionTopSecondaryNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 11px;
	text-transform		: uppercase;
	padding				: 0px 13px 0px 15px;
	background-position	: 0 2px;
	background-repeat	: no-repeat;
	background-image	: url('menu_separator_white.gif');
}

#divSectionTopSecondaryNav UL LI.selected {
}

#divSectionTopSecondaryNav UL LI:first-child,
#divSectionTopSecondaryNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}


/* Left Nav Menu */

#divLeftSideNav {
	padding-top			: 12px;
	padding-bottom		: 5px;
}

#divLeftSideNav UL {
	margin				: 0;
	padding				: 0;
	margin-left			: 16px;
	margin-right		: 4px;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	font-size			: 12px;
	text-transform		: uppercase;
	list-style			: none;
}

#divLeftSideNav UL.menuLevel1 {
	margin-top			: 15px;
	margin-right		: 0;
}

#divLeftSideNav UL.menuLevel2 {
	display				: none;
	padding-top			: 4px;
	font-size			: 11px;
	margin-left			: 15px;
}

#divLeftSideNav LI {
	margin-bottom		: 4px;
	line-height			: 20px;
}

#divLeftSideNav LI.menuLevel2 A {
	padding-left		: 15px;
	background-repeat	: no-repeat;
	background-position : 2px 4px;
	background-image	: none;
}




/* Left Category Menu */

#divLeftShopCategories {
	margin-top			: 10px;
}

#divLeftShopCategories DIV.categoryMenuTitle {
	display				: none;
}

#divLeftShopCategories {
	padding-top			: 8px;
	padding-bottom		: 5px;
}

#divLeftShopCategories UL {
	margin				: 0;
	padding				: 0;
	margin-left			: 16px;
	margin-right		: 4px;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	font-size			: 12px;
	text-transform		: uppercase;
	list-style			: none;
}

#divLeftShopCategories UL.menuLevel1 {
	padding-top			: 10px;
	font-size			: 11px;
	margin-left			: 12px;
	margin-right		: 0;
}

#divLeftShopCategories LI {
	margin-bottom		: 12px;
}

#divLeftShopCategories LI.menuLevel1 A {
	padding-left		: 15px;
	background-repeat	: no-repeat;
	background-position : 2px 4px;
	background-image	: none;
}

#divLeftShopCategories UL.menuLevel3 {
	display				: none;
}



/* Bottom Tertiary Nav Menu */

#divSectionBottomNav {
	text-align			: center;
}

#divSectionBottomNav A {
	font-weight			: normal;
}

#divSectionBottomNav UL {
	margin				: 0 auto;
	display				: inline;
	padding				: 0;
	line-height			: 12px;
	white-space			: nowrap;
}

#divSectionBottomNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 7pt;
	text-transform		: uppercase;
	padding				: 3px 6px 3px 9px;
	background-position	: 0 5px;
	background-repeat	: no-repeat;
	background-image	: none;
}

#divSectionBottomNav UL LI A.selected,
#divSectionBottomNav UL LI A.selectedParent {
	font-weight			: bold;	
}

#divSectionBottomNav UL LI:first-child,
#divSectionBottomNav UL LI.navFirstItem
{
	background-image	: none;
}

#divSectionBottomNav UL.menuLevel1 {
	display				: none;
}


/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	margin-top 			: 0.8em;
	margin-bottom 		: 0.7em;
}

H1 { font-size: 170%; font-weight: bold; font-style: normal; }
H2 { font-size: 140%; font-weight: bold; font-style: normal; }
H3 { font-size: 120%; font-weight: bold; font-style: normal; }
H4 { font-size: 110%; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }

H1 {
	line-height			: 2em;
	border-bottom		: 1px solid black;
}


/* main content */

#divColumn99 {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 11px;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 10px;
}

#divColumn99 A {
	text-decoration		: underline;
}

#divColumn99 A:hover {
	text-decoration		: none;
}


/* footer */

#divSectionBottomContent {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 8pt;
	text-align			: center;
}

#divSectionCopyright {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 7pt;
	text-align			: center;
}

#divBrandingLogo {
	text-align			: center;
	margin-top			: 20px;
}


/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */
 
#divShoppingCartWidget {
	margin				: 35px 0 5px;
	padding				: 8px 0 8px;
	text-align			: left;
}

#divShoppingCartWidget DIV.cartItems {
	margin-top			: 10px;
	text-align			: left;
	font-size			: 10px;
	line-height			: 20px;
}

#divShoppingCartWidget A {
	display				: block;
	font-size			: 9px;
	font-weight			: bold;
	text-transform		: capitalize;
	padding-left		: 56px;
	background-repeat	: no-repeat;
	background-position	: 20px 4px;
	background-image	: none;
}



/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

DIV.pageToolsWidget.toolsStyleCompact {
	display				: none
}

#divPageToolsWidget {
	padding-top			: 12px;
	padding-bottom		: 20px;
}

#divPageToolsWidget DIV.pageToolsWidget {
	padding-top			: 7px;
	padding-bottom		: 5px;
}

#divPageToolsWidget DIV.pageToolsWidget UL {
	margin				: 0;
	padding				: 0;
	padding-top			: 3px;
	font-family			: verdana, arial, sans-serif;
	font-weight			: bold;
	font-size			: 11px;
	text-transform		: uppercase;
	list-style			: none;
}

#divPageToolsWidget DIV.pageToolsWidget LI {
	margin-bottom		: 1px;
	line-height			: 22px;
}

#divPageToolsWidget DIV.pageToolsWidget LI A {
	padding-left		: 20px;
	padding-top			: 1px;
	padding-bottom		: 1px;
	background-repeat	: no-repeat;
	background-position : 9px 5px;
	background-image	: none;
}


/* -------------------------------
 *  Paragraph styles
 * -------------------------------
 */

.indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}

/**************************
form
**************************/
form.scForm, form.emailForm{float:left;padding:16px;margin:0 auto 20px auto;font-family:tahoma;font-size:13px;width:94%;}
fieldset {padding:4px 0;border:none;}
label {float:left; width:35%;margin:2px 0 0px 0;line-height:24px;}
p. label {width: 100%;}
input.textField, input.fieldText{float:right;width:55%;display:block;height:20px;margin:2px 0;padding:4px 0 0 4px;}

form.scForm select, form.emailForm select{float:right;display:block; width:56%;height:24px;}

label#message, label.message, #message, textarea{width:97.5%;margin-right:-3px;}
textarea {font-size:14px;padding:6px;margin-bottom:10px;font-family:tahoma, arial, sans-serif;}

form.scForm h3 { margin: 20px 0px 10px 0px; }
form.scForm h3.scFirstItem { margin:0px 0px 10px 0px; }
label.scCheckbox {float:none;}

input.submit {clear:both;background: url(submit.gif) no-repeat left top;width:145px;margin:12px -4px 0 0px;border:none;
font-weight:bold;font-style:italic;font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;font-size:16px;display:inline; 
padding:6px 0px 8px 2px; height:39px;}


