body {
	margin: 0;
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	background: url(../images/common/body-tile.jpg) top center repeat-x;	
}
/* Typography */
#header {
	position: relative;
	z-index: 1000;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration:  underline;
}
strong {
	font-weight: bold;
}
h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
#home #content p a {
 color: #508c42;
 text-decoration: underline;
}

#content h1,
#content-wide h1 {
	color: #162738;	
	font-size: 23px;
	font-weight: bold;
	margin-left: 5px;
}
#content span.blue,
#content-wide span.blue {
	color: #003e5f; /* alt value: #2f4e5f; original value: #61a1c3. Changed for holiday season 2011 */
}
.intro-copy {
	font-size: 12px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
/* End Typography */
#container {
	width: 854px;
	margin: 0 auto;
	background: url(../images/common/holiday-back.jpg) top center no-repeat; /* was header-back.jpg. changed for holiday season. */
}
#pre-header { 
  width: 854px;
  margin: 0 auto;
  text-align: right;
  font-size: 15px;
  color: #fff;
}
#pre-header a {
	color: #fff;
}
#header {
	position: relative;
	padding: 93px 6px 5px 6px;	
}
#body {
	min-height: 300px;
}
#logo {
	display: block;
	position: absolute;
	top: -5px;
	left: -25px;
}
#left_column {
	float: left;
	width: 200px;
	margin-left: 24px;
	min-height: 400px;
	padding-bottom: 15px;
}
.half-column {
	width: 388px;
	float: left;
	clear: none;
  padding-bottom: 4px;
}
.column-container {
  width: 100%;
}
.column-container .left-column {
	margin: 0 4px 0 4px;
}
.column-container .right-column {
	margin: 0 0px 0 4px;
}
.column-container .half-column {
	clear: none;
}
#content-inner .half-block {
	width: 46%;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0 1%;
}
#content-inner .half-block p,
#content-inner .half-block h2 {
	margin-left: 108px;
}
hr {
	clear: both;
	height: 1px;
	background: #BEBEBE;
	border: none;
}
.half-block a.product_thumb {
	display: block;
	float: left;
	margin-right: 10px;
	width: 97px;
	text-align: center;
}
#content-inner h3,
#content-inner-wide h3 {
	border-bottom: 1px solid black;
	padding-bottom: 3px;
	font-weight: bold;
	margin-top: 5px;
}

#content {
	float: left;
	margin-left: 5px;
	width:600px;
	margin-top: 5px;
	margin-right: 25px;
	padding-top: 5px;
	background: url(../images/common/list-top.png) top center no-repeat;
	margin-bottom: 15px;
}
#content-outer {
	padding-bottom: 10px;
	background: url(../images/common/list-bottom.png) bottom center no-repeat;
}
#content-inner {
	margin: 0 2px;
	padding: 0px 5px 10px 5px;	
	background: url(../images/common/list-tile.png) top center repeat-y;
}
#content-wide {
	background: url(../images/common/list-top-wide.png) top center no-repeat;	
	margin: 5px 28px 15px 28px;
	padding-top: 5px;	
}
#content-outer-wide {
	padding-bottom: 10px;
	background: url(../images/common/list-bottom-wide.png) bottom center no-repeat;
}
#content-inner-wide {
	margin: 0 0;
	padding: 0px 5px 10px 5px;	
	background: url(../images/common/list-tile-wide.png) top center repeat-y;
}
#content-footer { /* IE6 Fixer */
	display: none;
}
#content-header {
	margin-bottom: 20px;
}
.breadcrumb {
	margin-left: 25px;
}
.breadcrumb,
.breadcrumb a {
	color: #111; /* original value: #777. changed for holiday season 2011. */
	font-size: 13px;
}
/* Headers */
.headphones #body, 
.ampsdacs #body,
.packages #body,
.accessories #body,
.selection_guide #body,
.learning_center #body,
.misc #body {
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
.headphones #body {
	background-image: url(../images/headers/holiday.jpg);
}
.ampsdacs #body {
	background-image: url(../images/headers/holiday.jpg);
}
.packages #body {
	background-image: url(../images/headers/holiday.jpg);
}
.accessories #body {
	background-image: url(../images/headers/holiday.jpg);
}
.selection_guide #body {
	background-image: url(../images/headers/holiday.jpg);
}
.learning_center #body {
	background-image: url(../images/headers/holiday.jpg);
}
.misc #body {
	background-image: url(../images/headers/holiday.jpg);
}
/* Footer Styles */
#footer {
	min-height: 210px;
	border-top: 1px solid #6e6e6e;
	background: url(../images/common/footer-tile.jpg) #fff top left repeat-x;
	padding: 20px;
	margin: 20px 8px;
	font-size: 13px;
	line-height: 18px;
	clear: both;
}
#footer-below {
	clear: left;
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}
#icons {
	margin-bottom: 10px;
}
#icons a {
	padding: 0 10px;
}
#icons a img {
    vertical-align:text-top;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	width: 22.5%;
	padding: 0 1.25%;
	float: left;
	margin: 0;
}
#footer li li {
	float: none;
	width: auto;
}
.footer-phone {
	font-size: 2em;
	vertical-align: middle;
	padding: 0 15px;
}
/* End Footer Styles */
/* Main Menu Styles */
#main_menu a:hover, 
#sub_menu a:hover {
	text-decoration: none;
}
#main_menu {
	height: 30px;
	list-style: none;
	background: url(../images/nav/main-back.png);
}
#header #menu {
	padding: 0;
	margin: 0 21px;
}
#main_menu li,
#sub_menu li {
	float: left;
	position: relative;
	z-index: 1000;
}
#main_menu a,
#sub_menu a {
	display: block;
	cursor: pointer;
}
#main_menu a {
	font-weight: bold;	
	color: #fff;	
}
#main_menu span {
	height: 16px;
	padding: 9px 9px 5px 9px;
	display: block;
	text-align: center;
}
#main_menu a:hover span, 
#main_menu a.active span {
	border-right: 1px solid #293539;
	border-left: 1px solid #293539;
	margin-left: -1px; /* So we don't get a double line on rollover */
	padding-left: 10px; /* Increase left padding to offset negative margin */
	background: url(../images/nav/main-tile-on.png) repeat-x;	
}
/* End Main Menu Styles */
/* First Main Menu Option Styles */
#main_menu li.first a, 
#main_menu li.first a:hover {
	padding-left: 5px;
}
#main_menu li.first a span, /* IE6 selector doesn't work, so set for all states */
#main_menu li.first a:hover span, 
#main_menu li.first a.active span {
	border-left: none;
	margin: 0;
}
#main_menu li.first a:hover, 
#main_menu li.first a.active {
	background: url(../images/nav/main-left-on.png) top left no-repeat;
}
/* End First Option Styles */
/* Learning Center (far right tab) Styles */
#main_menu li.last a, 
#main_menu li.last a:hover {
	padding-right: 5px;
}
#main_menu li.last a:hover, 
#main_menu li.last a.active {
	background: url(../images/nav/main-right-on.png) top right no-repeat;
}
#main_menu li.last a:hover span, 
#main_menu li.last a.active span {
	padding-left: 9px;
	border-left: 1px solid #293539;
	border-right: none;
	background: url(../images/nav/learning-tile-on.png) repeat-x top right;
}
/* End Learning Center Tab Styles */
/* Main Menu Tab Widths - Must be hardcoded due to lack of display: table-cell */
#headphone_nav {
	width: 130px;
}
#amp_nav {
	width: 126px;
}
#packages_nav {
	width: 100px;
}
#accessories_nav {
	width: 130px;
}
#selection_guide_nav {
	width: 152px;
}
#learning_center_nav {
	width: 162px;
}
/* Subnav Styles */
#sub_menu {
	height: 21px;
	font-size: 12px;
	margin-right: 3px;
	background: url(../images/nav/sub-back.png) top left no-repeat;
}
#sub_menu span {
	display: block;
	padding: 3px 8px 3px 8px;
}
#sub_menu li:hover span,
#sub_menu li.hover span {
	background: url(../images/nav/sub-tile-on.png) top left repeat-x;
	color: #fff;
}
#sub_menu li.first a, 
#sub_menu li.first:hover a,
#sub_menu li.first_hover a {
	padding-left: 5px;
}
#sub_menu li.first:hover a,
#sub_menu li.first_hover a {
	background: url(../images/nav/sub-tile-on.png) top left repeat-x;
	border-left: 1px solid #293539;
	padding-left: 4px;	
}
#sub_menu li.first span, 
#sub_menu li.first:hover span,
#sub_menu li.first_hover span {
	border-left: none !important;
}
#sub_menu li.first:hover span, 
#sub_menu li.first:hover span,
#sub_menu li.first_hover span {
	padding: 3px 7px 3px 8px;
}
#sub_menu li.last {
	float: right;
	margin-right: -3px;
}
#sub_menu li:hover span, 
#sub_menu li.hover span {
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #293539;
	border-left: 1px solid #293539;
}
#sub_menu li.last span, 
#sub_menu li.last:hover span,
#sub_menu li.last_hover span {
	border-right: none;
	border-left: 1px solid #293539;	
}
#sub_menu li.last:hover span,
#sub_menu li.last_hover span {
	padding: 3px 12px 3px 8px;
}
#sub_menu li.last a, 
#sub_menu li.last:hover a,
#sub_menu li.last_hover a {
	padding-right: 5px;
	background: url(../images/nav/sub-right-off.png) top right no-repeat;
}
#sub_menu li.last a {
	color: #fff;
}
#sub_menu li.last li a { color: #000; }
#sub_menu li.last span {
	background: url(../images/nav/brands-tile-off.png) repeat-x;
}
#sub_menu li.last:hover a,
#sub_menu li.last_hover a {
	border-right: 1px solid #293539;
	padding-right: 0px;
}
#sub_menu li.last:hover a span,
#sub_menu li.last_hover a span {
	background: url(../images/nav/sub-right-tile-on.png) repeat-x;
}
/* End Subnav Styles */
/* Mega Dropdowns */
#sub_menu li:hover .popout,
#sub_menu li.hover .popout {
	display: block;
}
#sub_menu .popout {
	display: none;
	position: absolute;
	top: 20px;
	border: 1px solid #293539;
	padding: 10px;
	background: url(../images/nav/pullout-tile.png);
	z-index: 1000;
}

#sub_menu .popout ul {
	height: auto;
}
#sub_menu .popout a:hover {
	text-decoration: underline;
}
#sub_menu .popout li {
	float: none;
	position: static;
}
#sub_menu h3 {
	border-bottom: 1px solid #CACCCD;
	padding-bottom: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}
#sub_menu .popout li * {
	background: none !important;
	border: none !important;
}
#sub_menu .popout .column {
	width: 260px;
	padding-right: 10px;
	float: left;
}
#sub_menu .three_column {
	width: 810px;
}
#sub_menu .two_column {
	width: 560px;
}
#sub_menu .one_column {
	width: 270px;
}
.right_justify_popout {
	right: 0px;
}
#sub_menu li.last .popout {
	width: 300px;
}
#sub_menu li.last .column {
	width: 140px;
	padding-right: 10px;
	float: left;
}
/* Button Styles */
.button,
.large_button {
	display: block;
	text-align: center;
	margin: 2px 0;
	text-decoration: none !important;
}
.button span,
.large_button span {
	display: block;
	white-space: nowrap;
}
.button span,
.large_button span {
	padding: 2px 10px 4px 5px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
.large_button span {
	font-size: 14px;
}
.button {
	padding-left: 5px;
	height: 18px;
}
.button:hover,
.large_button:hover {
	text-decoration: none;
}
.button_narrow {
	width: 80px;
}
.button_medium {
	width: 120px;
}
.button_wide {
	width: 150px;
}
.button_green {
	background: url(https://www.headphone.com/images/buttons/new-green-left.png) top left no-repeat;
}
.button_green span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-green-right.png) top right no-repeat;
}
.button_green:hover {
	background: url(https://www.headphone.com/images/buttons/new-green-left.png) bottom left no-repeat;
}
.button_green:hover span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-green-right.png) bottom right no-repeat;
}
.button_blue {
	background: url(https://www.headphone.com/images/buttons/new-blue-left.png) top left no-repeat;
}
.button_blue span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-blue-right.png) top right no-repeat;
}
.button_blue:hover {
	background: url(https://www.headphone.com/images/buttons/new-blue-left.png) bottom left no-repeat;
}
.button_blue:hover span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-blue-right.png) bottom right no-repeat;
}
.button_slate {
	background: url(https://www.headphone.com/images/buttons/new-slate-left.png) top left no-repeat;
}
.button_slate span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-slate-right.png) top right no-repeat;
}
.button_slate:hover {
	background: url(https://www.headphone.com/images/buttons/new-slate-left.png) bottom left no-repeat;
}
.button_slate:hover span {
    height:12px;
	background: url(https://www.headphone.com/images/buttons/new-slate-right.png) bottom right no-repeat;
}
.button_large_green {
	background: url(https://www.headphone.com/images/buttons/new-green-large-left.png) top left no-repeat;
}
.button_large_green span {
    height:16px;
	background: url(https://www.headphone.com/images/buttons/new-green-large-right.png) top right no-repeat;
}
.button_large_green:hover {
	background: url(https://www.headphone.com/images/buttons/new-green-large-left.png) bottom left no-repeat;
}
.button_large_green:hover span {
    height:16px;
	background: url(https://www.headphone.com/images/buttons/new-green-large-right.png) bottom right no-repeat;
}
.button_large_blue {
	background: url(https://www.headphone.com/images/buttons/new_blue_large_left.png) top left no-repeat;
}
.button_large_blue span {
	background: url(https://www.headphone.com/images/buttons/new_blue_large_right.png) top right no-repeat;
}
.button_large_blue:hover {
	background: url(https://www.headphone.com/images/buttons/new_blue_large_left.png) bottom left no-repeat;
}
.button_large_blue:hover span {
	background: url(https://www.headphone.com/images/buttons/new_blue_large_right.png) bottom right no-repeat;
}
/* End Button Styles */
/* Search Box */
.search_box {
	float: right;
	font-size: 0px;
	margin-top: 5px;
}
.search_box .search_terms {
	color: #757575;
	border: 1px solid #a3a3a3;
	padding: 1px;
	margin: 0;
	font-size: 9px;
	height: 14px;
	float: left;
	display: block;
}
.search_box .search_button {
	padding: 0px 4px 4px 4px;	
	background: #68b556;
	font-size: 10px;
	font-weight: bold;
	color: white;
	border: none;
	height: 18px;
	width: 20px;
	margin: 0;
	float: left;
	display: block;	
	background: url(../images/buttons/green-right-off.png) top right no-repeat;
}
.search_box .search_button:hover {
	background: url(../images/buttons/green-right-on.png) top right no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
/* Sidebar Styles */
.top_buttons {
	margin-bottom: 25px;
	width: 194px;
	margin-left: 3px;
}
.my_cart, .my_headroom {
	display: block;
	font-size: 18px;
	color: white;
	padding: 3px 10px;
}
.my_cart {
	height: 21px;
}
.my_cart:hover, .my_headroom:hover {
	text-decoration: none;
}
.my_cart {
	background: url(https://www.headphone.com/images/buttons/new-cart.png) top center no-repeat;
}
.my_headroom {
    height:27px;
	background: url(https://www.headphone.com/images/buttons/new-my.png) top center no-repeat;
	line-height: 14px;
	padding: 7px 10px;
}
.my_cart:hover {
	background: url(https://www.headphone.com/images/buttons/new-cart.png) bottom center no-repeat;
}
.my_headroom:hover {
	background: url(https://www.headphone.com/images/buttons/new-my.png) bottom center no-repeat;
}
.smaller {
	font-size: 0.8em;
}
.smallest {
	font-size: 0.6em;
	line-height: 0.6em;
}
.sidebar_box h3 {
	background: url(../images/sidebar/header-top.png) top center no-repeat;
	font-size: 18px;
	color: white;
	padding-top: 6px;
	line-height: 16px;
}
.sidebar_box h3.inner {
	padding-top: 5px;	
	background: url(../images/sidebar/header-inner-top.png) top center no-repeat;
}
.sidebar_box h3 a {
	color: white;
  text-decoration: none;
}
.sidebar_box h3.inner span {
	background: url(../images/sidebar/header-inner-bottom.png) bottom center no-repeat;
}
.sidebar_box h3.learning_center {
	background: url(../images/sidebar/header-lc-top.png) top center no-repeat;
}
.sidebar_box h3.learning_center span {
	background: url(../images/sidebar/header-lc-bottom.png) top center no-repeat;
}
.sidebar_box h3 span {
	padding: 0 5px 7px 8px;
	display: block;
	background: url(../images/sidebar/header-bottom.png) top center no-repeat;
}
.sidebar_box {
	background: url(../images/sidebar/box-footer.png) bottom center no-repeat;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}
.sidebar_box p {
	margin-bottom: 1em;
}
.sidebar_box_inner {
	padding: 5px 5px 6px 8px;	
	background: url(../images/sidebar/box-tile.png) top center repeat-y;
}
.sidebar_box ul {
	font-size: 12px;
}
.sidebar_box a {
	color: #508c42;
	text-decoration: underline;
}
.sidebar_box .box_footer {
	display: none;
}
/* Rounded Corners 
		see: http://www.schillmania.com/projects/dialog2/
*/
.box {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:800px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
 margin-left:4px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.box .content,
.box .t,
.box .b,
.box .b div {
 background:transparent url(../images/common/box.png) repeat-y top right;
}

.box .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 4px 0px 0px;
}

.box .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:4px; /* top slice width */
 margin-left:-4px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.box .b {
 /* bottom */
 position:relative;
 width:100%;
}

.box .b,
.box .b div {
 height:4px; /* height of bottom cap/shade */
 font-size:1px;
}

.box .b {
 background-position:bottom right;
}

.box .b div {
 position:relative;
 width:4px; /* bottom corner width */
 margin-left:-4px;
 background-position:bottom left;
}

.box .hd,
.box .bd,
.box .ft {
 position:relative;
}

.box .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.box h1,
.box p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.box h1 {
 padding-bottom:0px;
}
/* Product Styles */
.product-teaser {
	clear: both;
}
.product-teaser h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.product-teaser p {
	font-size: 12px;
}
.product-teaser p,
.product-teaser h2 {
	margin: 0 105px;
}
.product-teaser .product_thumb {
	display: block;
	float: left;
	margin: 0 5px 5px 0px;
}
.product-teaser .product_thumb img {
	border: 1px solid #ADADAD;
}
.product-teaser .content {
	padding-top: 5px;
	min-height: 120px;
}
.product-teaser .product-buttons {
	width: 100px;
	float: right;
	margin: 0 0 0 5px;
}
.product-teaser .product-buttons .content {
	min-height: 0;
	padding: 1px 4px 1px 1px;
}
.product-buttons {
	color: #898989;
	font-size: 10px;
}
.product-teaser .our_price {
	color: #3d677f;
	font-size: 22px;
}
.product-teaser .compare_toggle {
	display: block;
	font-size: 12px;
}
.product-teaser ul.stats li {
	float: left;
	width: 250px;
	font-weight: bold;
}
.product-teaser ul.stats li.availability {
	float: left;
	width: 110px;
	font-weight: bold;
}
.compare_selected {
	margin: 5px 0;
	clear: both;
}
.compare_selected a {
	text-decoration: underline;
}
/* Product Details */
#product .top_buttons {
	margin-left: 3px;
	margin-bottom: 20px;
}
#product .sidebar_box {
	margin-left: 2px;
}
/*#product #column-wrapper #left_column {
	margin-left: 0px;
	padding-left: 5px;
}
#product #column-wrapper {
	margin-top: 5px;
	margin-left: 29px;
	background: url(../images/products/content-top.png) top left no-repeat;
}*/
#product_images {
	width: 205px;	
	position: relative;
	z-index: 500;
	margin-left: 4px;
	padding-bottom: 12px;
	background: url(../images/products/slideshow-footer.png) bottom left no-repeat;	
}
#product_images_inner {
	padding: 10px 0 0 0;
	background: url(../images/products/slideshow-back.jpg) top left no-repeat;		
}
#product_images .product_large {
	display: block;
	padding-left: 5px;
	margin-bottom: 5px;
}
#product_images .product_large img {
	border: 1px solid #9F9F9F;
	width: 193px;	
}
#product_images li a {
	border: 1px solid #9F9F9F;
	display: block;
}
#product_images li a:hover {
	border: 1px solid #000;
}
#product_images li {
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
}
#product-content p {
	margin: 0 0 1em 0;
}
h2 {
	font-size: 24px;
	color: #2f5972;
	font-weight: bold;
	padding-top: 10px;
}
#product #content #product-content h2 {
	margin-left: -10px;
}
#product #content h2 {
	margin-left: 5px;
}
#product #content h3 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom: 1px solid #666;
}
#product .half-column {
	width: 49%;
}
#product .half-column .left-column {
	margin-right: 1%;
}
#product .half-column .right-column {
	margin-left: 1%;
}
#product-content {
	margin-left: 15px;
	font-size: 13px;
}
#product-cart {
	margin-left: 15px;
	width: 247px;
	float: right;
	margin-right: 10px;
}
#product-buttons {
	float: right;
	width: 144px;
}
#add-to-cart {
	display: block;
	width: 144px;
	text-align: right;
	font-size: 18px;
	color: white;
	border: none;
	background: url(https://www.headphone.com/images/buttons/new-add-to-cart.png) top left no-repeat;
	cursor: pointer;
	margin: 5px 0 20px 0;
	height: 30px;
	padding: 5px 10px 5px 0;
}
#add-to-cart:hover, #add-to-cart.hover {
	background: url(https://www.headphone.com/images/buttons/new-add-to-cart.png) bottom left no-repeat;	
}
#best-price {
	display: block;
	text-indent: -10000px;
	width: 131px;
	height: 35px;
	background: url(../images/products/bestprice.png) top left no-repeat;
}
#best-price:hover {
	background: url(../images/products/bestprice.png) bottom left no-repeat;
}
#product-attributes {
	padding-bottom: 5px;
	background: url(../images/products/attributes-bottom.png) bottom left no-repeat;
}
#product-price {
	background: url(../images/products/attributes-top.png) top left no-repeat;
	padding: 10px;
}
#product-choices {
	padding: 0 10px 10px 10px;
}
/* Stars */
/*
#headroom-ratings {
	margin-bottom: 30px;
}
*/
.blue-star-on,
.blue-star-half,
.orange-star-on,
.orange-star-half,
.star-off {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
}
.blue-star-on {
	background: url(../images/stars/blue_star_on.png) top left no-repeat;
}
.blue-star-half {
	background: url(../images/stars/blue_star_left_half.png) top left no-repeat;	
}
.orange-star-on {
	background: url(../images/stars/orange_star_on.png) top left no-repeat;
}
.orange-star-half {
	background: url(../images/stars/orange_star_left_half.png) top left no-repeat;	
}
.star-off {
	background: url(../images/stars/star_off.png) top left no-repeat;	
}
.stars {
	height: 14px;
	float: left;
	padding-right: 10px;
}
#social {
	font-size: 12px;
}
#product-content #social a {
	text-decoration: none;
}
#product-content #social a:hover {
	text-decoration: underline;
}
#social img {
	vertical-align: bottom;
}
.gray {
	color: #898989;
}
.blue {
	color: #3e6078;
}
.dark_blue {
	color: #224964;
}
.green {
	color: #339821;
}
.orange {
	color: #ff7100;
}
.right {
	float: right;
}
#product-price .price {
	font-size: 22px;
	color: #3d677f;
}
#product-price .stats {
	margin: 10px 0;
}
#product-price .stats li {
	padding: 1px 0;
}
#product-choices label {
	width: 60px;
	display: block;
	float: left;
	text-align: right;
	line-height: 24px;
	padding-right: 5px;
	font-weight: normal;
}
#product-choices .form-item {
	clear: left;
	padding: 2px 0 0 0;
}
#product-choices input, #product-choices select {
	border: 1px solid #929291;
	font-size: 12px;
}
#product-choices select {
	width: 145px;
}
#product-choices input {
	text-align: center;
}
.value-rating {
	line-height: 23px;
}
.box-tab {
	border-top: 1px solid #9F9F9F;
}
.box-tab .t {
	background: none;
	border-left: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
	top: -1px;	
}
.box-tab .content {
	border-right: 1px solid #9F9F9F;	
	background: none;
	padding: 10px;
	font-size: 13px;
}
.tab-contents {
	border-right: 1px solid black;	
}
.product-tabs .content a,
#product-content a {
	color: #508c42;	
	text-decoration: underline;
}
#product-content .value-rating a {
	color: #000000;	
  text-decoration: none;
}
#product-content .value-rating a:hover {
  text-decoration: underline;
}
.product-tabs {
	margin-top: 15px;
}
.product-tabs ul.tabs {
	height: 23px;
}
.product-tabs ul.tabs li {
	float: left;
	margin-right: 3px;
	border-bottom: 1px solid #9F9F9F;	
}
.product-tabs ul.tabs li a {
	display: block;
	background: url(../images/tabs/tab-left-off.png) top left no-repeat;
	padding-left: 5px;
}
.product-tabs ul.tabs li a span {
	background: url(../images/tabs/tab-right-off.png) top right no-repeat;
	padding: 4px 15px 3px 10px;
	display: block;
	height: 16px;
}
.product-tabs ul.tabs li a:hover, .product-tabs ul.tabs li a.active {
	background: url(../images/tabs/tab-left-on.png) top left no-repeat;
	color: white;
	text-decoration: none;
}
.product-tabs ul.tabs li a:hover span, .product-tabs ul.tabs li a.active span {
	background: url(../images/tabs/tab-right-on.png) top right no-repeat;
}
.product-tabs .content ul {
	margin: 1em 0;
}
.product-tabs .content li {
	list-style: disc outside;	
	margin-left: 20px;
}
/* Article Styles */
.article-teaser,
.content-box {
	clear: both;
}
.article-teaser h2,
.content-box h2{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.article-teaser p,
.content-box p {
	font-size: 13px;
}
.article-teaser .content,
.content-box .content {
	padding: 5px;
}
.article-teaser a,
.content-box a {
	color: #508c42;
	text-decoration: underline;
	font-weight: bold;
}
.article-teaser a:hover,
.content-box a:hover {
	text-decoration: none;
}
/* Page Nav */
.page-nav {
	height: 19px;
	margin: 5px 2px;
	background: url(../images/common/green-bar-right.png) top right no-repeat;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 800;
}
.page-nav-narrow {
	width: 325px;
	float: right;
	clear: right;
}
.page-nav-narrow li.first {
	margin-left: -5px;
}
.page-nav li {
	float: left;
	padding: 0 20px 0 30px;
	color: #fff;
	height: 19px;
}
.page-nav li.first {
	background: url(../images/common/green-bar-left.png) top left no-repeat;
	padding-left: 20px;
}
.page-nav li {
	background: url(../images/common/green-bar-divider.png) top left no-repeat;
	position: relative;
}
.page-nav li ul {
	display: none;
	position: absolute;
	top: 18px;
	right: 0px;
	border: 1px solid #757C7D;
	background: #75BB65;
	z-index: 1000;	
	width: 100px;
}
.page-nav li ul a {
	color: white;
}
.page-nav li:hover ul,
.page-nav li.hover ul {
	display: block;
}
.page-nav li li {
	background: none;
	padding: 3px 10px;
	float: none;
}
.page-nav a {
	color: #fff;
}
.page-nav img {
	vertical-align: middle;
}
a.ascending,
a.descending {
	display: block;
	padding-right: 15px;
}
a.ascending {
	background: url(../images/common/arrow-down.png) right center  no-repeat;
}
a.descending {
	background: url(../images/common/arrow-up.png) right center  no-repeat;
}
/* Home-Specific Styles */
#home #body {
	background: url(../images/home/body-tile.jpg) top center repeat-x;
}
#home #container {
	background: none;
}
#home #home-features {
	height: 231px;
/*	visibility: hidden; */
}
#home #home-features a {
/*	display: none; */
}
#home #header {
	background: url(../images/headers/holiday.jpg) no-repeat;
	background-position: 6px 1px;
	padding: 137px 6px 5px 6px;
}
#home #body {
	font-size: 12px;
	padding-top: 5px;
	background: url(../images/home/body-back-top.jpg) top center no-repeat;
}
#home #content {
	margin: 0;
	padding: 0 5px 0 5px;
	width: auto;
	float: none;
	position: relative;
	background: none;
}
#home-feature-prev, #home-feature-next {
	display: block;
	width: 13px;
	height: 14px;
	position: absolute;
	z-index: 100;
	top: 10px;
}
#home-feature-prev {
	right: 30px;
	background: url(../images/home/previous.png) top left no-repeat;
}
#home-feature-next {
	right: 15px;
	background: url(../images/home/next.png) top left no-repeat;
}
#home #logo {
	display: block;
	position: absolute;
	top: -15px;
	left: -40px;
}
#buttons {
	height: 20px;
}
#buttons .button {
	float: left;
	margin-right: 3px;	
}
.feature_box {
	width: 133px;
	text-align: center;
	background: url(../images/home/box-top.png) top center no-repeat;
	padding-top: 4px;
	cursor: pointer;	
	margin: 10px 9px 10px 0;
	float: left;
	padding-bottom: 10px;
}
.feature_box div {
	height: 127px;
	padding: 0 0px;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;	
}
.feature_box div img {
    width:127px;
    height:127px;
    margin-bottom:2px;
    margin-left:1px;
}
.feature_box h4 a {
	background: url(../images/home/box-footer-off.png) bottom center no-repeat;
	display: block;
	color: #fff;
	
	height: 16px;
	padding: 6px 0;
}
.feature_box h4 a:hover, .feature_box:hover h4 a {
	background: url(../images/home/box-footer-on.png) bottom center no-repeat;
	text-decoration: none;
}
.last_box {
	margin-right: 0;
}
.link_box {
	float: left;
	width: 132px;
	margin: 10px 0px 10px 0;	
}
.link_box a {
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	padding: 6px 0;
}
.link_box li {
	height: 32px;
	font-size: 16px;
}
.link_box li.first {
	background: url(../images/home/link-top.png) bottom left no-repeat;
	height: 31px;
}
.link_box li {
	background: url(../images/home/link-single.png) top left no-repeat;
}
.link_box li.last {
	background: url(../images/home/link-bottom.png) top left no-repeat;
}
/* Form Styles */
.form-item {
	padding: 5px 0;
	font-size: 11px;	
	line-height: 24px;
}
.form-item input {
	font-size: 12px;
}
.form-item label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
	font-weight: bold;
}
.form-item-error label {
	color: red;
}
.form-options {
	float: left;
}
.form-options label {
	display: block;
	float: none;
	width: auto;
	font-weight: normal;
	text-align: left;
}
.form-item-error input,
.form-item-error select,
.form-item-error textarea {
	border: 2px solid red;
}
.form-item-checkbox label {
	float: none;
	width: auto;
	text-align: left;
	font-weight: normal;
	text-indent: -15px;
}
.form-item-checkbox {
	margin-left: 15px;
}

/* Shopping Cart */

/* Utilities */
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

.clear {
	display: block;
	height: 0px;
	clear: both;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 22px;
}

.center {
	text-align: center;
}
del {
	text-decoration: line-through;
}
//New and Super-Awesome CSS Classes!
#mh_checksleft {
	display:block;
	float:left;
}
#mh_checksright {
	display:block;
	float:right;
	margin-right:80px;
	width:200px;
}
.mh_textarea {
	width:550px;
	float:left;
}
div.profcols {
	width:430px;
	margin-left:120px;
}
.profcols_left {
	float:left;
	width:120px;
}
.profcols_thumb {
	margin:10px 10px 0px 0px;
	position:relative;
}
.profcols_thumb img {
	margin-top:10px;
}	
h2.prof_title {
	margin-left:0px;
}
span.wrap_box {
	display:block;
	float:left;
	width:400px;
}
div.sort_wrap {
	width:100%;
	margin: 0 4px 0 0;
	position:relative;
	height:20px;
}
div.sort_right {
	position:absolute;
	right:0px;
	top:-5px;
	width:200px;
}
div.sort_left {
	position:absolute;
	left:0px;
	top:0px;
}
#ataglance {
	width:200px;
	display:block;
}
#ataglance div span {
	font-size:12px;
}
#ratingblock {
	width:200px;
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#ratingblock span {
	font-size:12px;
	line-height:10px;
}
#ratingblock img.thumb {
	display:block;
	float:left;
	border:1px solid #DDD;
	margin:6px 6px 6px 4px;
	width:30px;
	height:30px;
}
#ratingblock div.inner {
	height:36px;
	padding-top:6px;
}	
#ratingblock div.inner span {
	font-size:12px;
	line-height:16px;
	margin-top:8px;
}
.icon_wrap {
	width:190px;
	text-align:left;
}
.icon_wrap div {
	margin-left:12px;
}
.icon_wrap div a {
	line-height:15px;
	height:15px;
	font-size:12px;
	text-decoration:none;
	color:#CCCCCC;
}
.icon_wrap div a img {
	padding:0px 3px 4px 0px;
	margin-right:12px;
}
.icon_wrap .textwrap {
	display:none;
	margin-left:4px;
}
.textwrap input {
	width:180px;
	margin:0 auto;
}
#review_title {
	margin-left:100px;
}
.buttonwrapper {
	width:300px;
}
.buttonwrapper a {
	width:75px;
}	
#prod_disp_title {
	font-size:16px;
	color:#2F5972;
	margin-bottom:0px;
}
#alt_prod_desc {
	width:140px;
	display:block;
	margin-left:42px;
	margin-bottom:6px;
}
#alt_prod_image {
	display:block;
	float:left;
	border:1px solid #DDD;
	margin:6px;
	margin-left:4px;
	width:30px;
	height:30px;
}
.three-cols {
  		width: 254px;
		float: left;
		clear: none;
  		padding-bottom: 4px;
}

/* Messages */
.message {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
.message-inner {
	padding: 10px 10px 5px 10px;
}
.success-message {
	background: url(../images/messages/success-bottom.png) bottom left no-repeat;
}
.success-message .message-inner {
	background: url(../images/messages/success-top.png) top left no-repeat;
}
.error-message {
	background: url(../images/messages/error-bottom.png) bottom left no-repeat;
}
.error-message .message-inner {
	background: url(../images/messages/error-top.png) top left no-repeat;
}
.info-message {
	background: url(../images/messages/info-bottom.png) bottom left no-repeat;
}
.info-message .message-inner {
	background: url(../images/messages/info-top.png) top left no-repeat;
}
