html {
	*	padding-left: 1px; /*IE Tweak*/
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-color: #f4f6eb;
	font-family: arial;
	font-size: 10pt;
	color: #666666;
}


A {
	color: #918A18;
}

A:hover {
	color: #d5700e;
}




h1 {
	margin: 0;
	font-family: arial;
	font-size: 19pt;
	color: #DA7310;
	font-weight: normal;
	letter-spacing: -.5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

h2 {
	margin: 0;
	font-family: arial;
	font-size: 14pt;
	color: #DA7310;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2em;
}

h3 {
	margin: 0;
	font-family: arial;
	font-size: 11pt;
	color: #DA7310;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2em;
}


p {
	margin: 0;
	padding: 0 0 20px;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0; 
	padding: 0; 
}

.sectionHeader {
	background: url('/images4/section_header.png');
	font-size: 12pt;
	font-family: arial;
	color: #f1f4e6;
	height: 34px;
}

.sectionHeader div {
	padding:8px 12px 0;
}


.dotted_lines {
	height: 7px;
	background: url('/images3/dotted_lines.gif') center center repeat-x;
	padding: 10px;
}



.indexBox {
	width: 128px;
	height: 168px;
	border: 1px solid #c7d19a;
}

.indexBox:hover {
	border-color: #da7310;
	cursor: pointer;
}

.highlight { 
    border-bottom: solid 1px #e3e2c5;
    font-weight: bold;
    padding:0 1px;
}


.voteUp {
	background:url('/images4/thumbs_up.gif');
	width: 16px;
	height: 16px;
}

.voteUp:hover {
	background-position: 0 -16px;
	cursor: pointer;
}

.voteDown {
	background:url('/images4/thumbs_down.gif');
	width: 16px;
	height: 16px;
}

.voteDown:hover {
	background-position: 0 -16px;
	cursor: pointer;
}


.heightTest {
	background: url('/images4/heightTest.gif') top left no-repeat;
}



/* ############################################################ */
/* PRICE */

.price:hover {
	background-color: #e5f1e0;
	cursor: pointer;
}

.priceMasters:hover {
	background-color: #e4dcd0;
	cursor: pointer;
}



/* ############################################################ */
/* CONTENT */

#mainContentDiv {
	width:967px;
	*padding-left:1px;
}

#mainContent {
	padding-top: 165px;
}

#topContentWrapper {
	position: fixed;
	width: 100%;
	z-index: 3000;
}

#topContent {
	width: 967px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #f6f6ea;
}

#widgetsDiv {
	padding: 35px 0 35px 0;
}

#searchDiv {
	position: fixed;
	width: 217px;
	height: 35px;
}


.content {
	float: left;
	text-align: left;
	width: 575px;
	background-color: #ffffff;
}

.content_2_columns {
	float: left;
	width: 749px;
	text-align: left;
	background-color: #ffffff;
}

.dropShadow {
	position: fixed;
	height: 3px;
	background-color: #000000;
	width: 218px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: 0.2;
	z-index:100;
}

.content_padding {
	padding: 20px;
}



/* ############################################################ */
/* INFO */

.info_picture {
	padding: 6px 16px 30px 16px;
}

.info_picture div {
	width: 500px;
	-moz-box-shadow: 0 2px 12px rgba(137,129,7,0.5);
	-webkit-box-shadow: 0 2px 12px rgba(137,129,7,0.5);
	border: solid 1px #fff;
}




/* ############################################################ */
/* PRODUCT LINKS */

.product {
	padding-left: 10px;
}

.product A {
	font-family: arial;
	font-size: 9pt;
	color: #555f3a;
	text-decoration: none;
}

.product A:hover {
	color: #d5700e;
}

.productSelected {
	padding-left: 10px;
}

.productSelected A {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #d5700e;
	text-decoration: none;
}

.ratingScore {
	padding-right: 10px;
	color: #a9b48c;
}

.ratingScoreSelected {
	padding-right: 10px;
	font-weight: bold;
	color: #d5700e;
}




/* ############################################################ */
/* SUBNAV */

.subnav {
	float: left;
	width: 174px;
	font-size: 8pt;
	font-family: arial;
	text-align: left;
}



/* ############################################################ */
/* HOLIDAY QUICK ORDER PAGE */

.holidayQuickOrder {
	position: fixed;
	background: #ffffff;
	width: 749px;
}



/* ############################################################ */
/* SIDE HEADER */

.sideHeader {
	background: #d4cda2;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#d4cda2), to(#c6c086));
	background: -moz-linear-gradient(top, #d4cda2 0%, #c6c086 33%);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 15px;
}

.sideHeader div {
	padding: 12px 15px 7px;
	font-size: 18pt;
	color: #756805;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

.sideContent {
	padding: 0 15px;
	background: #e4e3d8;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sideContent .sideContentDiv {
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url('/images3/dotted_lines.gif') bottom center repeat-x;
	clear: both;
}

.sideContent .sideContentDiv a {
	color: #000;
	text-decoration: none;
}

.sideContent .sideContentDiv .articleLink:hover {
	color: #d5700e;
	background: url('http://www.teamuse.com/images_shared/arrow_hover.gif') 0 4px no-repeat;
}

.sideContent .sideContentDiv .sideContentHeader {
	font-size: 15pt;
	padding-bottom: 5px;
}

.sideContent .sideContentDiv .sideContentHeader a {
	color: #756805;
	text-decoration: none;
}



/* ############################################################ */
/* SEARCH */

.go {
	width: 37px;
	height: 24px;
	background: url('/images4/go.png') no-repeat;
	border: 0;
	margin: 0;
}

.go:focus, * html 

.go {
	background-position: 0 -24px;
} * html




/* ############################################################ */
/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images3/bg_button_v2_a.png') no-repeat scroll top right;
    color: #330;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 38px;
    margin-right: 1px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
    letter-spacing: 0.5px;
}

a.button span {
    background: transparent url('/images3/bg_button_v2_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 12px 0 12px 25px;
} 

a.button:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover {
    color: #220;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 13px 0 11px 25px; /* push text down 1px */
} 


a.buttonDark {
    background: transparent url('/images3/bg_button_dark_v2_a.png') no-repeat scroll top right;
    color: #330;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 38px;
    margin-right: 1px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
    letter-spacing: 0.5px;
}

a.buttonDark span {
    background: transparent url('/images3/bg_button_dark_v2_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 12px 0 12px 25px;
} 

a.buttonDark:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:hover {
    color: #220;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:active span {
    background-position: bottom left;
    padding: 13px 0 11px 25px; /* push text down 1px */
} 


a.buttonCart {
    background: transparent url('/images3/bg_button_cart_v2_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 38px;
    margin-right: 1px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
    letter-spacing: 0.5px;
}

a.buttonCart span {
    background: transparent url('/images3/bg_button_cart_v2_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 12px 0 12px 25px;
} 

a.buttonCart:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCart:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCart:active span {
    background-position: bottom left;
    padding: 13px 0 11px 25px; /* push text down 1px */
} 

a.buttonCartDark {
    background: transparent url('/images3/bg_button_cart_dark_v2_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 38px;
    margin-right: 1px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
    letter-spacing: 0.5px;
}

a.buttonCartDark span {
    background: transparent url('/images3/bg_button_cart_dark_v2_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 12px 0 12px 25px;
} 

a.buttonCartDark:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCartDark:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCartDark:active span {
    background-position: bottom left;
    padding: 13px 0 11px 25px; /* push text down 1px */
} 



a.buttonWish {
    background: transparent url('/images3/bg_button_wish_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonWish span {
    background: transparent url('/images3/bg_button_wish_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 9px;
} 

a.buttonWish:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonWish:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonWish:active span {
    background-position: bottom left;
    padding: 6px 0 4px 9px; /* push text down 1px */
} 


a.buttonCartOff {
    background: transparent url('/images3/bg_button_cart_off_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonCartOff span {
    background: transparent url('/images3/bg_button_cart_off_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 9px;
} 

a.buttonCartOff:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCartOff:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonCartOff:active span {
    background-position: bottom left;
    padding: 6px 0 4px 9px; /* push text down 1px */
} 


.buttonNew {
	padding-top: 3px;
}

.buttonNew a {
	text-decoration:none;
	background-color: #898107;
	padding: 4px 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 9pt;
	font-style: italic;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#898107), to(#696100));
	background: -moz-linear-gradient(top, #898107 0%, #696100 33%);
}

.buttonNew a:hover {
	background-color: #716A00;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#696100), to(#494100));
	background: -moz-linear-gradient(top, #696100 0%, #494100 33%);
}

.buttonNewOff {
	padding-top: 3px;
}

.buttonNewOff a {
	text-decoration:none;
	background-color: #999999;
	padding: 4px 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 9pt;
	font-style: italic;
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 33%, from(#c4c4c4), to(#a6a6a6));
	background: -moz-linear-gradient(top, #a6a6a6 0%, #999999 33%);
	cursor: default;
}
			

/* ############################################################ */
/* CHECKOUT */

.errorBox {
	width: 380px;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffa044;
	text-align: left;
	padding: 12px 12px 12px 120px;
	margin: 12px;
	background-image: url('/images4/please_note.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.errorColor {
	font-weight: bold;
	color: #cc0000;
}

.checkoutButton {
	font-size: 10pt;
	font-family: arial;
	margin: 0;
	padding: 0;
	border: 0;
	width: 180px;
	height: 29px;
	background: url('/images_checkout/checkout_blank.png') no-repeat;
	color: white;
	text-align: center;
}

.checkoutNote {
	font-family: arial;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}



/* ############################################################ */
/* FORMS */

.qty_field {
	/* Hide from IE-Mac \*/
	width: 27px;
	height: 18px;
	padding: 2px 0 0 0;
	border: 0;
	background: url('/images4/qty_bg.png') 0 0 no-repeat;
	font: bold 1.0em Arial, sans-serif;
	text-align: center;
	/* End hide */
}

.search_field {
	width: 147px;
	height: 20px;
	/* Hide from IE-Mac \*/
	padding: 2px 6px;
	/* End hide */
	border: 0;
	background: url('/images4/search_bg.png') 0 0 no-repeat;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #666600;
}

.search_field:focus, * html 

.search_field {
	background-position: 0 -24px;
} * html




#facebook-widget {background:#f1f1f1; text-align: center; margin:0; width:180px}
#facebook-widget .widget-inner {padding:0 0 0 6px}
#facebook-widget h2 {padding:0 0 10px; color:#003E84; font-weight:bold; font-size:12px }
#facebook-widget .facebookPlus {padding:0; display: block}
#facebook-widget .number-friends {color:#7F8184; font:normal 11px Arial; text-align: center; padding:0}
#facebook-widget ul#fans {padding:0; margin:0; overflow: hidden; height: 100%}
#facebook-widget ul#fans li {width:37px; height:37px; float:left; margin:3px; background:#fff; display:block }
#facebook-widget .widget-inner img {border:0; width:35px; height:35px;}
