/* General styles */

body,th,td,tt,p,div,span {
	color: #2d2d2d;
	font: 13px verdana, tahoma, arial, sans-serif;
}

@media only screen and (max-width: 768px) {
 .body,th,td,tt,p,div,span  {
    font-size: 18px;
  }
}

body,form,div {
	margin:	0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
input,textarea,select {
	color: #2d2d2d;
	font: 12px verdana, tahoma,  arial, sans-serif;
	padding: 0px;
	margin: 0px 3px 0px 0px;
}
input, textarea {
	padding: 1px;
}
textarea {
	margin: 0px;
}
.underlined_mod:link, .underlined_mod:visited, .underlined_mod:active {
	color: #1E69C7;
	text-decoration: underline;
}
.underlined_mod:hover {
	color: #1E69C7;
	text-decoration: none;
}
.input-text {
	color: #2d2d2d;
	border: 1px solid #6e9db7;
	vertical-align: top;
	font-weight: normal;
}
.input-textarea {
	border: 1px solid #6e9db7;
	font-weight: normal;
}
.input-text-100 {
	color: #2d2d2d;
	border: #333333 1px solid;
	width: 100%;
}
p {
	margin-top:	6px;
	margin-bottom: 0px;
	color: #2c2b2b;
	font-weight: normal;
}
span {
	color: #2c2b2b;
	font: 12px verdana, tahoma,  arial, sans-serif;
	line-height: 16px;
}

a:link, a:visited, a:active {
	color: #3333ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.underlined:link, .underlined:visited, .underlined:active {
	/*inherits*/
}
.underlined:hover {
	/*inherits*/
}
.underlined-bold:link, .underlined-bold:visited, .underlined-bold:active {
	font-weight: bold;
}
.underlined-bold:hover {
	font-weight: bold;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
hr {
	border: solid #717171 0px;
	border-top-width: 1px;
	height: 0px;
}
.dark-hr {
	border: solid #717171 0px;
	border-top-width: 1px;
	height: 0px;
	margin: 14px 0px 19px 0px;
}
.page-title:link, .page-title:visited, .page-title:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.page-title:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.error-text {
	color: #f27a00;
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
/* /General styles */

/* View large image link */

.view-large-image-link:link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active {
	background: url('images/view_larger.gif') no-repeat left 2px;
	padding: 1px 0px 1px 15px;
}

/* Header styles */
.language-currency-selectors {
	float: right; 
	padding-top: 9px;
}
.top-search-wrapper {
	float: left;
	padding: 8px 0px 0px 10px;
}
.top-bg {
	background-color: #465766;
	background-repeat: repeat-x;
	background-position: top;
}
.select-language {
 	color: #2e2e2e;
	font: 11px tahoma, arial, verdana, sans-serif;
}
/* /Header styles */

/* Footer styles */
.bottom-copyright {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}
.bottom-copyright-links:link, .bottom-copyright-links:visited, .bottom-copyright-links:hover, .bottom-copyright-links:active {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}
.bottom-menu, .bottom-menu-links:link, .bottom-menu-links:visited, .bottom-menu-links:hover, .bottom-menu-links:active {
	color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
/* /Footer styles */

/* Side boxes styles */
.sidebox-link:link, .sidebox-link:visited, .sidebox-link:active {
	color: #2d2d2d;
	font: 14px tahoma, arial, verdana, sans-serif;
}
.sidebox-link:hover {
	color: #2d2d2d;
	font: 14px tahoma, arial, verdana, sans-serif;
}
.sidebox-input-text {
	color: #2d2d2d;
	background-color: #ffffff;
	border: #8fb1da 1px solid;
	width: 113px;
}
/* /Side boxes styles */

/* Categories side box */
.sidebox-rootcategory, .sidebox-rootcategory:link, .sidebox-rootcategory:visited, .sidebox-rootcategory:hover, .sidebox-rootcategory:active, .sidebox-subcategory:link, .sidebox-subcategory:visited, .sidebox-subcategory:hover, .sidebox-subcategory:active {
	color: #333333;
.sidebox-category {
	color: #000066;
	font: bold 12px Tahoma;
}

.sidebox-category:hover {
	color: #296dc1;
 	font: bold 12px Tahoma;
 }
 /* [/goland] copy_mod*/

	font: bold 12px tahoma, verdana, arial, sans-serif;
}
/* /Categories side box */

/* Search side box */
.search-text {
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.search-selectbox {
	width: 150px;
}
/* /Search side box */

/* Notification box */
.notification-body {
	padding: 6px 10px 6px 22px;
	text-align: justify;
}
.notification-title-n { /* Notification message */
	color: #475b6b;
	font: bold 12px arial, verdana, sans-serif;
}
.notification-border-n {
	border: 1px solid #475b6b;
	background-color: #f1f2f2;
	color: #000000;
	margin: 0px 39px;
}
.notification-th-n {
	text-align: left;
	padding: 5px 4px 0px 2px;
}
.notification-title-e { /* Error message */
	color: #c12929;
	font: bold 12px arial, verdana, sans-serif;
}
.notification-border-e {
	border: 1px solid #c12929;
	background-color: #fff7f4;
	color: #000000;
	margin: 0px 39px;
}
.notification-th-e {
	text-align: left;
	padding: 5px 4px 0px 2px;
}
.notification-border-w { /* Warning message */
	border: 1px solid #eba600;
	background-color: #fff7f4;
	color: #000000;
	margin: 0px 39px;
}
.notification-title-w {
	color: #eba600;
	font: bold 12px arial, verdana, sans-serif;
}
.notification-th-w {
	text-align: left;
	padding: 5px 4px 0px 2px;
}
/* /Notification box */

/* Section in main box */
.section-border {
	border: 1px solid #475b6b;
	background-color: #f1f2f2;
	color: #000000;
}
.section-title, .section-title-over {
	padding: 3px 0px 6px 0px;
}
.section-title img, .section-title-over img {
	padding: 0px 6px 0px 7px;
}
.section-title span, .section-title-over span {
	text-decoration: underline;
	color: #475b6b;
	font: bold 12px arial, verdana, helvetica, sans-serif;
	vertical-align: middle;
}
.section-title-over span {
	text-decoration: none;
	vertical-align: middle;
}
.section-body {
	padding: 16px;
}
.section-body-details {
	background: #fbfdfe url(images/section_body_bg.gif) repeat-x bottom;
	color: #2d2d2d;
	padding: 18px 16px;
}
/* Section in main box */

/* Buttons */
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #143c59;
	color: #ffffff;
	background: #cc0000 repeat-x 0 0;
	font: normal 20px Arial, Verdana, Geneva, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
	border: 1px solid #822e2e;
	background: #cc5252 url('images/action_but_bg.gif') repeat-x 0 0;
}
.big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #b75128;
	background: #ff501a url('images/big_but_bg.gif') repeat-x 0 0;
	padding: 5px 14px 5px 17px;
}
.disabled_big_button:link, .disabled_big_button:visited, .disabled_big_button:hover, .disabled_big_button:active {
    background: #ededed url(images/big_but_disable_bg.gif) repeat-x;
    color: #b4b4b4;
    border: 1px solid #c1c1c1;
    text-decoration: none;
	display: inline;
    font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;    
    padding: 5px 14px 5px 17px;
    cursor: not-allowed;
}

.text_button_link:link, .text_button_link:visited, .text_button_link:hover, .text_button_link:active, .action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:hover, .action_text_button_link:active {
	white-space: nowrap;
	margin-right: 1px;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 2px 5px 2px 0px;
	color: #000000;
}
.text_button_link:hover, .action_text_button_link:hover {
}

.action_text_button_link:link, .action_text_button_link:visited, .action_text_button_link:hover, .action_text_button_link:active {
	color: #b82c2c;
}
/* /Buttons */

/* Category page */
.category-description {
	color: #2d2d2d;
	font: 11px tahoma, arial, verdana, sans-serif;
	padding-bottom: 13px;
}
.categories-columns {
	float: left;
	padding-right: 40px;
}
.categories-columns ul {
	line-height: 18px;
}
.categories-image {
	float: left;
	margin: 0px 15px 15px 0px;
	display: inline;
}
.subcategories {
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	display: table;
}
.subcategories p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
}
.product-title:link, .product-title:visited, .product-title:active, .list-product-title:link, .list-product-title:visited, .list-product-title:active {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-bottom: 2px;
}
.product-title:hover, .list-product-title:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 2px;
}
.product-details-title {
	color: #2d2d2d;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
.sku {
	font-size: 12px;
	margin: 0px;
}
.more-info {
	font-size: 12px;
	text-align: center;
}
.list-price {
	color: #555555;
	font-size: 12px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
.price, .sub-price {
	color: #d13232;
	font: bold 14px Arial;
	padding: 0px;
	margin: 0px;
}
.sub-price {
	color: #333333;
}
.cart-price {
	font-size: 12px;
	font-weight: bold;
}
.discount {
	color: #666666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/* Category page */

/* Form styles */
.required-field-mark {
	color: #ff0000;
	font-size: 11px;
}
/* Form styles */

/* Checkout pages */

.tab-wrapper {
	overflow: hidden;
	background: url(images/tab_wrapper_bg.gif) repeat-x bottom;
}
.section-active-tab-bg {
	white-space: nowrap;
	color: #ff6410;
	font: bold 14px tahoma, verdana, arial, sans-serif;
	background-color: #ffffff;
	border-top: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 4px 10px 6px 10px;
}
.section-inactive-tab-bg {
	font: bold 14px tahoma, verdana, arial, sans-serif;
	color: #000000;
	white-space: nowrap;
	background: #cfcfcf url('images/tab_bg_active2.gif');
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 4px 10px;
	margin-bottom: 1px;
}
.tab-content-border {
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 17px;
	clear: both;
	margin-bottom: 8px;
}
.section-outer-border {
	border: 1px #7A7A7A solid;
	clear: both;
}
a.sort-link:link, a.sort-link:visited, a.sort-link:hover, a.sort-link:active {
	color: #ffffff;
	font-weight: bold;
}

.affiliate-code {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding: 3px;
	margin: 3px;
	margin-right: 10px;
}
.field-name {
	font: bold 11px tahoma, arial, verdana, helvetica,	sans-serif;
	white-space: nowrap;
}

.valign {
	vertical-align: middle;
}
.compare-table td {
	padding-left: 8px;
}
.table-td-left-border {
	border-left: solid #ced6da 1px;
}
.table-td-bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
	white-space: nowrap;
}
table label {
	width: auto;
	font-weight: normal;
}

/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background-color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 90%;
	width: 65px;
	display: none;
	z-index: 9999;
}
.ajax-message-wrapper {
	display: none;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 9999;
	position: absolute; 
	width: 339px;
	border-top: 1px solid #ffffff; 
	border-left: 1px solid #ffffff; 
	border-right: 1px solid #545454;  
	border-bottom: 1px solid #545454;
	cursor: pointer;
}
.ajax-message {
	border: 1px solid #787878; 
	background: #ffffff url('images/ajax_message_bg.gif') repeat-x bottom; 
	padding: 25px 29px 10px 29px;
}

.ajax-notification-n, .ajax-notification-e, .ajax-notification-w {
	padding-left: 17px; 
	padding-bottom: 15px;
}

.ajax-notification-e {
	background: url('images/ajax_notification_e.gif') no-repeat left 1px; 
}

.ajax-notification-w {
	background: url('images/ajax_notification_w.gif') no-repeat left 1px; 
}

.ajax-notification-n {
	color: #1b7bdd; 
	font-weight: bold; 
	background: url('images/ajax_notification_n.gif') no-repeat left 1px; 
}
/* /Ajax*/

/* Listmania */
.lm-scroller {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
.lm-category-breadcrumbs-link, .lm-category-breadcrumbs-link:link, .lm-category-breadcrumbs-link:visited,  .lm-category-breadcrumbs-link:hover, .lm-category-breadcrumbs-link:active {
	font-weight: normal;
}
.lm-columns {
	float: left;
	width: 48%;
	min-width: 100px;
}
.lm-links {
	padding-bottom: 1px;
}
.lm-description {
	padding: 4px 0px 15px 0px;
	text-align: justify;
}
.lm-top {
	border-top: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-center {
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	padding-top: 5px;
}
.lm-bottom {
	border-bottom: 1px solid #b7b7b7;
	font-size: 1px;
}
.lm-buttons-wrapper {
	padding: 0px 3px 0px 0px;
}
.lm-buttons {
	float: right;
	margin-left: 6px;
	margin-bottom: 1px;
}
.item-wrap {
	background: url('images/sidebox_delim.gif') repeat-x bottom center;
	margin-bottom: 4px;
	padding-bottom: 10px;
	clear: both;
}
.item-image {
	float: left;
	width: 35%;
	margin-right: 5%;
}
.item-description {
	float: right;
	width: 59%;
}
.lm-manufacturer {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.lm-product-name {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
.lm-cell-content {
	padding: 5px 9px 9px 9px;
}
/* /Listmania */

/* common styles */
.products-list-wrapper {
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
}
.float-wrapper {
	position: relative;
	overflow: hidden;
}
.border {
	/*border: 1px solid #a3a3a3;*/
	background-color: #ffffff;
/*	padding: 1px;*/
	margin-bottom: 12px;
}
/* /common styles */

/* main styles */
.header {
	clear: both;
}
.footer {
	clear: both;
	margin: 0px 6px;
	padding-bottom: 6px;
}
.container {
	float:left;
	width:100%;
}
.central-column {
	margin: 0 187px 0 227px; /* Col width + right[left] margin + central margin */
	min-width: 500px;
}

.central-column-long {
	margin: 0 6px; /* right[left] margin */
}
.left-column {
	float:left;
	width:216px;
	padding-left: 5px; /* left margin */
	margin-left:-100%;

}

.right-column {
	float:left;
	width:177px;
	margin-left:-182px; /* Col width + right margin*/

}
/* /main styles */

/* top styles */
.top-quick-link, .top-quick-link:link, .top-quick-link:visited, .top-quick-link:hover, .top-quick-link:active  {
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 10px;
}
.top-quick-link:hover {
	text-decoration: underline;
}
.wrapper-top-menu-left {
	background: #ffffff url(images/top_menu_wrap_left_bg.gif) no-repeat bottom left;
	margin-top: 0px;
	height: 81px;
}
.wrapper-top-menu-right {
	background: #ffffff url(images/top_menu_wrap_right_bg.gif) no-repeat bottom right;
	margin-left: 3px;
	height: 81px;
}
.wrapper-top-menu {
	background: #ffffff url(images/top_menu_wrap_bg.gif) repeat-x bottom left;
	margin-right: 8px;
	height: 81px;
}
.logo-image-wrapper {
	width: 19%; 
	float: left;
}
.logo-bg {
	background-color: #425360;
}
.top-menu-tabs-wrapper {
	width: 79%; 
	float: right;
}
.top-menu-tabs {
	clear: both; 
	height: 27px; 
	padding-top: 31px;
}
.top-menu-title:link, .top-menu-title:visited, .top-menu-title:hover, .top-menu-title:active {
	color: #ffe185;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.top-menu-title-active:link, .top-menu-title-active:visited, .top-menu-title-active:hover, .top-menu-title-active:active {
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.top-menu-left-bg, .top-menu-active-left-bg {
	background: #def3ff url(images/top_menu_left_bg.gif) no-repeat left;
	height: 27px;
	float: right;
	margin-left: 1px;
	cursor: pointer;
}
.top-menu-active-left-bg {
	background: #bbe6fe url(images/top_menu_active_left_bg.gif) no-repeat left;
}

.top-menu-right-bg, .top-menu-active-right-bg {
	background: #def3ff url(images/top_menu_right_bg.gif) no-repeat right;
	height: 27px;
	float: left;
	margin-left: 1px;
	cursor: pointer;
}
.top-menu-active-right-bg {
	background: #bbe6fe url(images/top_menu_active_right_bg.gif) no-repeat right;
}

.top-menu-bg, .top-menu-active-bg {
	background-color: #a6abb6;
	background-image: url('images/top_menu_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
.top-menu-active-bg {
	background-color: #56a9f7;
	cursor:pointer;
}
/* /top styles */

/* main menu style */
.buttons-wrapper {
	margin-top: 10px;
}

/* /main menu style */

/* search styles */
.search-products-text {
	font: bold 12px tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	margin-right: 1px;
}
.search-advanced:link, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	color: #ffffff;
	font-size: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: underline;
	margin-left: 2px;
}
.search-advanced:hover {
	text-decoration: none;
}
.search-label {
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
}
/* /search styles */

/* breadcrumbs links */
.breadcrumbs-text {
	color: #ffffff;
	font: bold 11px arial, verdana, sans-serif;
	text-transform: uppercase;
	float: left;
	padding: 7px 9px 0px 11px;
}
.breadcrumbs {
	color: #ffffff;
	font: bold 11px arial, verdana, sans-serif;
	float: left;
	padding: 7px 0px 0px 0px;
}
.breadcrumbs-link:link, .breadcrumbs-link:visited, .breadcrumbs-link:active {
	color: #ffffff;
	font: normal 10px verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}
.breadcrumbs-link:hover {
	color: #ffffff;
	font: bold 11px arial, verdana, sans-serif;
	text-decoration: underline;
}
.breadcrumbs-arrow {
	width: 3px;
	height: 5px;
	margin: 0px 9px;
}
.bc-wrapper {
	padding: 3px 0px;
	border: 1px solid black;
}
.bc-text {
	color: #333333;
	font: bold 11px arial, verdana, sans-serif;
	margin: 0px 0px 6px 9px;
}
.bc-arrow {
	margin: 0px 6px;
	vertical-align: -3px;
}
.bc-link:link, .bc-link:visited, .bc-link:hover, .bc-link:active {
	color: #333333;
	font: bold 11px arial, verdana, sans-serif;
	text-decoration: underline;
}
.bc-link:hover {
	text-decoration: none;
	color: #425262;
}
/* /breadcrumbs links */

/* cart box styles */
.cart-box-bg {}
.cartbox-link:link, .cartbox-link:visited, .cartbox-link:hover, .cartbox-link:active {
	color: #2d2d2d;
	font: 11px tahoma, arial, verdana, sans-serif;
	padding-left: 11px;
	text-decoration: underline;
	background: url(images/cart_arrow.gif) no-repeat left 5px;
}
.cartbox-link:hover {
	text-decoration: none;
}
.cartbox-image {
	vertical-align: middle;
	margin: 0px 20px 0px 10px;
}
/* /cart box styles */

/* common sidebox style */
.sidebox-wrapper {
/*	border: 1px solid #a3a3a3;*/
	background-color: #ffffff;
	padding: 1px;
	margin-bottom: 8px;	

}

.sidebox-title, .sidebox-categories {
	color: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.sidebox-body {
	color: #2d2d2d;
	background-color: #c2c6cf;
	padding: 10px 11px;
}
/* /common sidebox style */

/* categories sidebox style */
.sidebox-categories-wrapper {
	margin: 0px 0px 9px 1px;
}
.sidebox-categories-wrapper .sidebox-body {
	padding: 10px 10px 10px 11px;
	background-color: #ffcc66;
}
.sidebox-categories-plain-wrapper  {
	margin: 0px 0px 9px 1px;
}

.sidebox-categories-plain-wrapper .sidebox-body {
	background-color: #ffffff;
	margin: 0;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 3px 1px 0px 1px;
}

.sidebox-categories-plain-wrapper .sidebox-title {
	background: #586975 url('images/sidebox_categories_title_bg.gif') repeat-x left top;
	height: 12px;
	border: 1px solid #0d669f;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 0px 7px 8px;
}
/* /categories sidebox styles */


/***** Tables *****/


/* Common table */
.table {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.table th {
	background-color: #636e86;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 5px 2px 5px;
	white-space: nowrap;
	color: #ffffff;
	text-transform: uppercase;
}
.table tr {
	background-color: #ffffff;
}
.table td {
	border-right: 1px solid #ffffff;
	padding: 2px 7px 2px 7px;
}
.table .table-footer td {
	background-color: #636e86;
	border-right: 1px solid #ffffff;
	padding: 0px;
	margin: 0px;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f3f3f3;
}
.padding-td {
	padding: 3px 0px;;
}
/* /Common table */

/* Cart table */
.cart-table-td {
	padding: 5px;
	font-weight: bold;
}
.cart-table-td-slim {
	padding: 5px;
	font-weight: normal;
}
.cart-table-bg {
	background-color: #f3f3f3;
}
.cart-table-dark-bg {
	background-color: #efefef;
}
.cart-total-bg {
	background: #f0f0f0 url(images/cart_total_bg.gif) repeat-x;
	border: 1px solid #a3a3a3;
	height: 34px;
	line-height: 34px;
	padding-right: 5px;
}
/* /Cart table */

/* Utility styles */
.noborder td {
	border: 0px solid #ffffff;
}
.table-bg {
	background: #f7f7f7 url(images/table_bg.gif) repeat-x;
	height: 34px;
}
/* /Utility styles */

/***** /Tables *****/

/* mainbox */
.mainbox-wrapper {
	margin-bottom: 10px;
}
.mainbox-title {
	color: #ffffff;
	font-size: 13px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	background-color: #364655;
	padding-left: 4px;
}
.mainbox-welcome-title {
	color: #333333;
	font-size: 13px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	background-color: #c2c6cf;
}
.mainbox-body {
	color: #141414;
/*	background-color: #ffffff;*/
	padding: 9px;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	color: #023f8a;
	text-transform: uppercase;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	background: url('images/pf-mainbox-delim.gif') repeat-x bottom;
	padding: 13px 0px 12px 0px; /* T R B L*/
	margin: 0px 15px 0px 15px; /* T R B L*/
	display: block;
}
.mainbox2-body, .subheaders-group {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	margin: 21px 15px 21px 15px; /* T R B L*/
}

.subheaders-group {
	margin: 0px 15px 21px 15px; /* T R B L*/
}

.subheader {
	color: #141414;
	font: bold 13px Tahoma;
	display: block;
	padding: 0px 0px 6px 0px;
	margin-bottom: 15px;
	background: #ffffff repeat-x left bottom;
}

/* /mainbox2 */

/* color mainbox */
.mainbox-cart-wrapper {
}

.mainbox-cart-title {
	background: #3b4c5a url('images/mainbox_cart_title_bg.gif') repeat-x;
	border: 1px solid #606060;
	height: 26px;
	color: #ffffff;
	padding-left: 10px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

.mainbox-cart-body-flex, .mainbox-cart-body {
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	border-bottom: 1px solid #dee1e5;
	padding: 14px 14px 0px 14px;
}

.mainbox-cart-body {
	min-height:296px;
	/*max-height: 296px;
	height: 345px;*/
	overflow: auto;
}

.cart-buttons-wrapper {
	background-color: #f1f1f1;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	height: 18px;
	padding: 6px 6px 6px 6px;
}
/* /color mainbox */

.updates-wrapper {
	border-top: 1px solid #717171;
	padding: 8px 3px;
}
.updates-wrapper p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
	font: normal 11px tahoma, verdana, arial, sans-serif;
}
.updates-wrapper-gc {
	border: 1px solid #cdcdcd;
	background-color: #efefef;
	padding: 9px;
}
.updates-wrapper-gc p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
	font: normal 11px Tahoma;
}

/* Listmania */
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}

.lm-link:link, .lm-link:visited, .lm-link:active {
	font-weight: bold;
	text-decoration: underline;
}

.lm-link:hover {
	font-weight: bold;
	text-decoration: none;
}

.lm-bc-icon {
	padding: 0px 7px;
}

/* /Listmania */

/* Log in/out styles */
.sign-in-wrapper {
	float: right;
	padding: 4px 8px 0px 0px;
}
.sign-in-wrapper #sign_io {
	color: #ff6600;
	font: bold 11px tahoma, verdana, arial, sans-serif;
}
.sign-link:link, .sign-link:visited, .sign-link:hover, .sign-link:active {
	color: #ff6600;
	font: bold 11px tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	padding-right: 8px;
	background: url('images/red_arrow.gif') no-repeat right 4px;
}
.sign-link:hover {
	text-decoration: underline;
}
/* /Log in/out styles */

/* Bottom styles */
.bottom-search {
	background: #f1f1f1 url(images/bottom_search_bg.gif) repeat-x;
	height: 25px;
	text-align: center;
	margin: 8px 0px 17px 0px;
	padding-top: 5px;
}
.search-input {
	color: #2d2d2d;
	background-color: #ffffff;
	border: 1px solid #808080;
	width:118px;
	padding: 1px;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
	padding: 5px 10px;
	margin: 0px -12px -11px -12px;
}
.recent-prod-link:link, .recent-prod-link:visited, .recent-prod-link:hover, .recent-prod-link:active {
	padding: 5px 0px;
	color: #333333;
	text-decoration: underline;
}
.recent-prod-link:hover {
	text-decoration: none;
}
/* /recently viewed */

/* product LIST view styles */
.product-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.product-description {
	display: table;
	padding: 0px 1px 1px 1px;
	border: 1px solid #ffffff;
	width: 90%px;
}
.product-bulk-add-wrapper {
	padding-right: 3px;
	margin: 3px 0px;
}
.product-price-wrap {
	margin: 7px 0px 8px 0px;
}
.product-price-float {
	float: left;
	margin: 7px 30px 0px 0px;
}
.discount-label {
	background: #dc7d29 url(images/discount_label_right.gif) no-repeat right top;
	float: left;
	padding: 0px 32px 0px 0px;
	margin-top: 16px;
}
.discount-label-text {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

/* /product LIST view styles */
/* pagination styles */
.pagination-wrapper {
	background-color: #f3f3f3;
	padding: 2px 0px 2px 0px;
	margin: 14px 0px 8px 0px;
}

.pagination-link:link, .pagination-link:visited, .pagination-link:hover, .pagination-link:active, .pagination-selected-page {
	padding: 0px 4px 1px 4px;
	border: 1px solid #f3f3f3;
}

.pagination-link:hover, .pagination-selected-page {
	border: 1px solid #014ead;
	background-color: #ffffff;
}

.pagination-selected-page {
	font-weight: bold;
}
/* /pagination styles */
/* login page */
.reload-icon {
	margin-left: 7px;
	vertical-align: middle;
}
/* login page */

.info-field-title {
	background-color: #f3f3f3;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 4px 4px 8px;
	display: block;
}

.info-field-body {
	padding: 10px 0px 25px 10px;
}

p.info-field {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
}

p.info-field label {
	padding: 0;
	margin: 0;
	font: normal 11px verdana, geneva, arial, helvetica, sans-serif;
	width: 100px;
	line-height: 18px;
	float: left;
}

/* product details styles */
.product-details-options {
	background: #fffdd7 url(images/product_details_options_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding: 9px;
	margin-top: 15px;
	margin-left: -1px;
	clear: left;
	width: 310px;
}
.product-details-options p {
	font-size: 18px;
}


/* /product details styles */

/* progress bar styles */
.pb-main-bg {
	background: #eef4f8 url(images/pb_main_bg.gif) repeat-x;
	height: 26px;
}
.pb-bg {
	background: #dfebef url(images/pb_bg.gif) repeat-x;
	color: #708fb5;
	font-weight: bold;
	padding: 0px 18px;
	white-space: nowrap;
}
.pb-bg-active {
	background: #b7e3ef url(images/pb_bg_active.gif) repeat-x;
	padding: 0px 18px;
	white-space: nowrap;
}
.pb-link:link, .pb-link:visited, .pb-link:active {
	color: #014ead;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
.pb-link:hover {
	color: #014ead;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
/* /progress bar styles */

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}

/* Basic list definition */
ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	font-size: 11px;
	list-style-type: none;
}

ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.subcategories ul li {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 6px;
}
/* /Basic list (w/delimiters) */

/* List with circle bullets */
ul.bullets-list li {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 13px;
}
ul.bullets-list li .underlined:link, ul.bullets-list li .underlined:visited, ul.bullets-list li .underlined:hover, ul.bullets-list li .underlined:active {
	color: #333333;
} 
/* /List with circle bullets */

/* List with 2 arrows as bullet */
ul.arrows-list li {
	background-image: url(images/cart_arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left: 13px;
}

ul.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
	padding: 0px;
	margin: 0px;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
}
ul.arrows-list li .underlined:link, ul.arrows-list li .underlined:visited, ul.arrows-list li .underlined:hover, ul.arrows-list li .underlined:active {
	color: #333333;
} 
/* /List with 2 arrows as bullet */

/* Tree list */
ul.tree-list li ul {
	margin-left: 7px;
}

ul.tree-list .expanded {
	background: url('images/links_expanded.gif') no-repeat scroll right 5px;
}

ul.tree-list .collapsed {
	background: url('images/links_collapsed.gif') no-repeat scroll right 5px;
}
/* /Tree list */

/* Bottom list */
ul.bottom-list {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	line-height: 17px;
}
ul.bottom-list li {
	padding-left: 10px;
	background: url(images/blue_arrow.gif) no-repeat 1px 6px;
}
ul.bottom-list li a.underlined:link, ul.bottom-list li a.underlined:visited, ul.bottom-list li a.underlined:hover, ul.bottom-list li a.underlined:active {
	font-weight: bold;	
}
ul.inside-list {
	margin: 0px;
	padding: 0px;
}
ul.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
/* /Bottom list*/

/* Action bullets */
ul.action-bullets {
	padding: 0;
	margin: 0;
}

ul.action-bullets li {
	background-image: url('images/dot_dark.gif');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0px 10px 0px 13px;
	display: inline;
}
/* /Action bullets*/

/* plain/dynamic menu */
ul.menu-root-categories {
	padding: 0px;
	margin: 0px;
}
ul.menu-root-categories li, ul.menu-root-dynamic-categories li, ul.menu-root-dynamic-categories-active li {
	padding: 2px 5px 1px 3px;
	height: 1%;
	background-color: #ffcc66;
}
ul.menu-root-categories li .underlined-bold:link, ul.menu-root-categories li .underlined-bold:visited, ul.menu-root-categories li .underlined-bold:hover, ul.menu-root-categories li .underlined-bold:active, ul.menu-root-dynamic-categories li .underlined-bold:link, ul.menu-root-dynamic-categories li .underlined-bold:visited, ul.menu-root-dynamic-categories li .underlined-bold:hover, ul.menu-root-dynamic-categories li .underlined-bold:active, ul.menu-root-dynamic-categories-active li .underlined-bold:link, ul.menu-root-dynamic-categories-active li .underlined-bold:visited, ul.menu-root-dynamic-categories-active li .underlined-bold:hover, ul.menu-root-dynamic-categories-active li .underlined-bold:active {
	color: #333333;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
ul.menu-root-dynamic-categories li {
	background-image: url(images/category_collapsed.gif);
	background-repeat: no-repeat;
	background-position: 140px 2px;
	background-color: #ffcc66;
}
ul.menu-root-dynamic-categories-active li {
	background-image: url(images/category_expanded.gif);
	background-repeat: no-repeat;
	background-position: 140px 2px;
	background-color: #ffcc66;
}
ul.menu-subcategories {
	padding: 1px 0px 1px 6px;
	margin: 0px;
	background-color: #ffcc66;
}
ul.menu-subcategories li {
	padding: 0px 10px 0px 0px;
	line-height: 12px;
	background-color: #ffcc66;
	height: 1%;
}
ul.plain-categories-delim {
	padding: 0px;
	margin: 0px;
}
ul.plain-categories-delim li {
	background-repeat: repeat-x;
	background-position: center;
	line-height: 1px;
	height: 1px;
	list-style-type: none;
	font-size: 1px;
}
.subcategories-link:link, .subcategories-link:visited, .subcategories-link:active {
	text-decoration: none;
	color: #2d2d2d;
}
.subcategories-link:hover {
	text-decoration: underline;
	color: #2d2d2d;
}
.subcategories-link-active:link, .subcategories-link-active:visited, .subcategories-link-active:active {
	text-decoration: underline;
	color: #2d2d2d;
	font-weight: bold;
}
.subcategories-link-active:hover {
	text-decoration: none;
	color: #2d2d2d;
	font-weight: bold;
}
ul.sitemap-list {
	margin: 0px;
	padding: 0px;
}
ul.sitemap-list li {
	padding-left: 10px;
}
ul.sitemap-list li .underlined-bold:link, ul.sitemap-list li .underlined-bold:visited, ul.sitemap-list li .underlined-bold:hover, ul.sitemap-list li .underlined-bold:active {
	color: #333333;
	font: bold 11px tahoma;
}

ul.inside-list {
	margin: 0px;
	padding: 0px;
}
ul.inside-list li {
	list-style: none none;
	background-image: none;
	padding: 2px 0px 3px 0px;
	line-height: 12px;
}
ul.inside-list li .underlined:link, ul.inside-list li .underlined:visited, ul.inside-list li .underlined:active {
	color: #333333;
	font: normal 11px tahoma;
	text-decoration: none;
}
ul.inside-list li .underlined:hover {
	color: #333333;
	font: normal 11px tahoma;
	text-decoration: underline;
}
/* /plain/dynamic menu */

/* form styles */
.form-elm-required {
	border: 1px solid #ff0000;
}

/* for checkboxes in FF */
input[type=checkbox].form-elm-required {
	outline: 1px solid #ff0000; 
}

.form-field {
	margin-bottom: 5px;
	z-index: 100;
	clear: both;
}

.form-field label span {
	float: left;
	clear: left;
	text-align: left;
	width: 170px;
	padding-top: 1px;
	font: normal 12px verdana, geneva, arial, helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
.form-field label span {
	float: left;
	clear: left;
	text-align: left;
	width: 170px;
	padding-top: 1px;
	font: normal 14px verdana, geneva, arial, helvetica, sans-serif;
  }
}

select {
	border: 1px solid #6e9db7;
}

p.textarea-break {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.search-field {
	margin-bottom: 7px;
}

/* Form field hack to avoid float div float outside the container */
.form-field:after, .search-field:after, .info-field-title:after, .item-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.search-field label, .search-field label.long{
	float: left;
	clear: left;
	text-align: left;
	width: 95px;
	font: bold 11px verdana, geneva, arial, helvetica, sans-serif;
	padding-top: 1px;
}

.search-field label.long {
	width: 150px;
}

.search-field div label {
	width: auto;
	font: normal 11px tahoma, verdana, arial, sans-serif;
}
.search-field input {
	font-weight: normal;
}
.search-field select {
	font-weight: normal;
	border: 1px solid #6e9db7;
}
.search-field textarea {
	font-weight: normal;
	border: 1px solid #6e9db7;
}
.search-field span {
	font-weight: normal;
	font-size: 11px;
}
.product-list-field, .product-features {
	margin-bottom: 3px;
}
.product-list-field label, .product-features label {
	float: left;
	clear: left;
	text-align: left;
	width: 180px;
	padding-top: 1px;
	font-weight: bold;
}

/* form styles */

/* One page checkout styles */
.step-title-bg {
	height: 34px;
	background: #f0f0f0 url(images/cart_total_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding-left: 4px;
	margin-top: 2px;
}

.step-title-active-bg {
	height: 34px;
	background: #f0f0f0 url(images/op_checkout_title_active_bg.gif) repeat-x bottom;
	border: 1px solid #a3a3a3;
	padding-left: 4px;
	margin-top: 2px;
}

.step-body {
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	padding: 15px 39px 20px 39px;
}
.step-complete {
	font: bold 12px tahoma, verdana, arial, sans-serif;
	color: #369408;
	white-space: nowrap;
}

.step-title-active {
	color: #000000;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
}

.step-not-complete {
	color: #ff7800;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
}
.step-title {
	color: #a3a3a3;
	font: bold 12px tahoma, verdana, arial, sans-serif;
	white-space: nowrap;
}

.step-complete-wrapper {
	overflow: hidden;
}

.step-complete-wrapper p {
	color: #858585;
	padding: 0px;
	margin: 0px;
}

.checkout-textarea {
	width: 100%;
}
.step-complete-text {
	color: #858585;
}
/* One page checkout styles */

/* Estimation form */
.popup-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	width: 350px;
	padding: 11px;
}
.popup-box .search-field label {
	width: 105px;
}
.box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
	padding: 11px;
}

/* /Estimation form */

/* Rating styles */
#content_discussion p {
	margin: 2px 0px 10px 0px;
}
.html-checkboxes {
	margin-top: 7px;
}
label.label-html-checkboxes {
	width: auto;
	font: normal 11px tahoma, verdana, arial, sans-serif;
}
  
.order-search-label {
	display: table;
}
.order-search-label label {
	width: 80px;
	float: none;
	font-weight: normal;
}
.main-banner-bg {
	background-color: #506372;
	background-repeat: repeat-x;
	background-position: top;
}
.select-language label, .select-currency label {
	color: #ffffff;
	font: normal 11px Arial, Helvetica, sans-serif;
	vertical-align: -1px;
}
.select-language select, .select-currency select {
	margin: 0px;
}
.sorting .underlined:link, .sorting .underlined:visited, .sorting .underlined:active, .sorting .underlined-bold:link, .sorting .underlined-bold:visited, .sorting .underlined-bold:active {
	color: #475b6b;
}
.sorting .underlined:hover, .sorting .underlined-bold:hover {
	color: #f27a00;
}
/* Wholesale trade table */
.wholesale-trade-table {
	border-collapse: collapse;
	border: 1px solid #f1f3f7;
}
.wholesale-trade-table th, .wholesale-trade-table td {
	background-color: #f1f3f7;
	border: 1px solid #f1f3f7;
	padding: 2px 4px;
}
.wholesale-trade-table th {
	font-weight: bold;
}
.wholesale-trade-table td {
	background-color: #ffffff;
}
/* /Wholesale trade table */
.notification-checkout {
	color: #61646E;
}
.notification-checkout:link, .notification-checkout:visited, .notification-checkout:active {
	color: #425262;
}
.notification-checkout:hover {
	color: #f27a00;
}
.notification-checkoutl {
	color: #61646E;
}
.notification-checkoutl:link, .notification-checkoutl:visited, .notification-checkoutl:active {
	color: #61646E;
	text-decoration: none;
}
.notification-checkoutl:hover   {
	color: #f27a00;
	text-decoration: underline;
}
.notification-checkoutblue {
	color:#425262;
}
input[type=checkbox].tall-checkbox {
	margin: 4px 3px 3px 4px;
}

@media only screen and (max-width: 768px) {
input[type=checkbox], input[type=radio] {
  width: 25px;
  height: 25px;
  }
}

/* Dave styles */

#navigation {font-size:0.75em; width:202px;}
#navigation ul {margin:0px; padding:0px;}
#navigation li {list-style: none;} 
ul.top-level {background: #525354 url(images/side_menu_bg.gif);}
ul.top-level li {
 border-top: #333333 solid;
 border-bottom: #333333 solid;
 border-width: 1px;
}
#navigation a {
 color: #ffffff;
 cursor: pointer;
 display: block;
 height: 25px;
 line-height: 25px;
 text-indent: 3px;
 text-decoration:none;	
 width:100%;
 font-family:Arial;
 font-size:15px;
 font-weight:bold;
}
#navigation a:hover{
 text-decoration:none;
  color: #ffffff;
  background: #525354;
}
#navigation li:hover {
 background: #cc3333;
 position: relative;
}	
ul.sub-level {
    display: none; 
}
li:hover .sub-level {
    background: #cc3333;
    border-top: #333333 solid;
    border-bottom: #999999 solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 195px;
    top: -3px;
	background: #525354 url(images/side_menu_bg.gif);
}
ul.sub-level li {
    border: none;
    float:left;
    width:335px;
	border: #333333 solid;
    border-width: 1px;
    display: block;
}
  a:hover {
    -webkit-transform: scale(1.01,1.01);
    -moz-transform: scale(1.01,1.01);
    -o-transform: scale(1.01,1.01);
    -ms-transform: scale(1.01,1.01);
    transform: scale(1.01,1.01);
}


/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

#ddmenu ul
{ 
    margin:0 auto;
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#cc0000;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    border-radius:2px;
padding-top:2px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:16px;
    display:inline-block;   
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#ffffff;
    line-height:35px; /*This determines the height of the menu*/
    transition:background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu .full-width {
    position:static;
}

#ddmenu .over
{
    color:#333333;
background-color:#e4e7ea;
}

#ddmenu .over.no-sub {
    color:#fff;
background-color:#366078;
border-radius:0;
}

#ddmenu .top-heading
{
    font-weight:normal;
    font-size:16px;
    white-space:nowrap;
    margin:0 10px;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color:inherit;
}
#ddmenu a:hover
{
    text-decoration:underline;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret
{
    color:inherit;
    left:-10px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;
    color:#333333;   
    padding:0;margin:0;display:none;position:absolute;
    top:100%;    
    border:1px solid #bbb;border-top:none;
border-radius:0 0 3px 3px;
box-shadow: 0px 6px 6px rgba(0,0,0,0.175);
}

#ddmenu .full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:0px;
    background-color:#ffffff;
    white-space:nowrap;
    font-size:15px;
    line-height:1.35;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{  
    display:table-row;
    *display:block;
    color:#444;
    line-height:22px;
    text-decoration:none;
    padding:0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column
{
    text-align:left;
    font-size:22px;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:275px;
padding:0 30px;
border-right:1px solid #333;
}

#ddmenu div.dd-inner div:last-child
{
    border-right:none;
}

#ddmenu .column h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu li {border-radius:3px 3px 0 0;}

#ddmenu div.column h3 {
text-transform:uppercase;
border-bottom:1px solid #333;
}
#ddmenu div.column260 {width:260px;}
#ddmenu div.column340 {width:340px;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon   
{
    display:none; /* hide menu icon initially */
}



/*styles for mobile*/
@media only screen and (max-width: 928px) 
{
    #ddmenu .column.mayHide {
        display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0; 
         
    }
	
    #ddmenu li {
        position:relative;
        display:block;
        font-size:22px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }

    #ddmenu .full-width {
       position:relative;
    }
    
    #ddmenu .dropdown {
        position:relative;
        *top:auto;/*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        text-align:left;
        background-color:#e4e7ea;
    }
    
    #ddmenu .offset300 {
        left:0;
    }
    
    #ddmenu .full-width .dropdown{
        width:auto;
    }
    
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top: 19px;
        border-width:5px;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        font-size:32px;/*icon size*/
		display: block;
        position: relative;
		width: 40px;
		height:36px;
        text-align:center;
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
        background-color: #eeeeee;
        border-radius: 3px;

        margin-bottom:6px;	
        /*align the icon to the left*/
        margin-left: 12px;
        margin-right: auto;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #000000;
        border-bottom: 0.125em solid #000000;
        box-sizing:content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: #000000;
    }

    #ddmenu .menu-icon-active::before {
      border-color: #eeeeee;
    }
}

/* Dave styles */



/*  GRID OF THREE  */
.span_1_of_3 .span_3 {
    margin-bottom: 20px;
    vertical-align: middle;
    display: inline-block;
    width: 33.33%;
}

.span_3 a:not(:last-child) {
    display: flex;
    justify-content: center;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
    /*  COLUMN SETUP  */
    .span_1_of_3 .span_3 { vertical-align: inherit; display: inherit; width: inherit; }
    .col { display: block !important; float:left !important; margin: 1% 0 1% 0% !important; } 
    .col:first-child { margin-left: 0 !important; }
    .span_1_of_3 { width: 100% !important; }
    .view-large-image-link:link, .view-large-image-link:visited, .view-large-image-link:hover, .view-large-image-link:active { background: url(images/view_larger.gif) no-repeat left 8px; }

    .section-inactive-tab-bg { padding: 3px 5px !important; }
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    margin: 1% 0 1% 1.6%;
    font-size: 0;
}

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }



a {
	font-face: verdana, tahoma,  arial, sans-serif;
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1040px) {
  .tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) and (max-width: 3000px) {
  .checkout-tablets {
    display: none !important;
  }
}


@media screen and (min-width: 0px) and (max-width: 1040px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) and (max-width: 3000px) {
  .tablet-top {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) and (max-width: 3000px) {
  table.tablet-top {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 905px) {
  td.banner-center {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1070px) {
  td.left-column2 {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1070px) {
  td.right-column2 {
    display: none !important;
  }
}

body, .body-bg {
	background-color: #ffffff;
	min-width: 100%;
}

  #foo {
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 1000;
  }
  
@media screen and (min-width: 0px) and (max-width: 600px) {
  #foo {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
 .span {
	color: #2c2b2b;
	font-face: verdana, tahoma,  arial, sans-serif;
    font-size: 20px;
	line-height: 16px;
  }
}


@media only screen and (max-width: 768px) {
 a {
	font-face: verdana, tahoma,  arial, sans-serif;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
 .list-product-title, link  {
    font-size: 20px;
	margin: 3px;
  }
}

@media only screen and (max-width: 768px) {
.list-price  {
    font-size: 20px;
	margin: 3px;
  }
}

@media only screen and (max-width: 768px) {
.price, .sub-price  {
    font-size: 20px;
	margin: 3px;
  }
}

@media only screen and (max-width: 768px) {
.bc-text {
	color: #333333;
	font: bold 14px verdana, arial, sans-serif;
	margin: 0px 0px 6px 9px;
  }
}


@media only screen and (max-width: 768px) {
.bc-arrow {
	margin: 0px 12px;
	vertical-align: -3px;
  }
}

@media only screen and (max-width: 768px) {
.bc-link:link, .bc-link:visited, .bc-link:hover, .bc-link:active {
	color: #333333;
	font: bold 14px verdana, arial, sans-serif;
	text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
.sku {
    font-size: 20px;
	margin: 3px;
  }
}


@media only screen and (max-width: 768px) {
.underlined {
	font-size: 20px;
	margin: 3px;
	text-align: center;
  }
}


@media only screen and (max-width: 768px) {
.mainbox-title {
	color: #ffffff;
	font-size: 20px;
	font-family:  verdana, arial, tahoma, sans-serif;
	font-weight: bold;
	background-color: #364655;
	padding-left: 4px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.input,textarea,select {
	font-size: 20px;
	font-family:  verdana, arial, tahoma, sans-serif;
	padding: 0px;
	margin: 0px 3px 0px 0px;
  }
}

@media only screen and (max-width: 768px) {
.product-title:link, .product-title:visited, .product-title:active, .list-product-title:link, .list-product-title:visited, .list-product-title:active {
	font: bold 20px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
.mainbox-welcome-title {
	color: #333333;
	font-size: 20px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	background-color: #c2c6cf;
	valign: top;
  }
}

@media only screen and (max-width: 768px) {
span {
	color: #2d2d2d;
	font-size: 18px;
	padding: 1px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .top-links {
    display: none !important;
  }
}

@media screen and (min-width: 935px) and (max-width: 3000px) {
  .mobile-menu {
    display: none !important;
  }
}




@media screen and (min-width: 620px) and (max-width: 3000px) {
  tr.taser-banner-desktop-mobile-small {
    display: none !important;
  }
}


@media screen and (min-width: 0px) and (max-width: 619px) {
  tr.taser-banner-desktop-mobile2 {
    display: none !important;
  }
}

@media screen and (min-width: 715px) and (max-width: 3000px) {
  tr.taser-banner-desktop-mobile2 {
    display: none !important;
  }
}


@media screen and (min-width: 0px) and (max-width: 714px) {
  tr.taser-banner-desktop-mobile1 {
    display: none !important;
  }
}

@media screen and (min-width: 930px) and (max-width: 3000px) {
  tr.taser-banner-desktop-mobile1 {
    display: none !important;
  }
}

@media screen and (min-width: 931px) and (max-width: 3000px) {
  table.taser-banner-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 930px) {
  table.taser-banner-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 929px) {
  tr.taser-banner-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 931px) and (max-width: 3000px) {
  tr.taser-banner-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 620px) and (max-width: 3000px) {
  tr.taser-menu-small {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 619px) {
  tr.taser-menu-medium {
    display: none !important;
  }
}

@media screen and (min-width: 929px) and (max-width: 3000px) {
  tr.taser-menu-medium {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 928px) {
  tr.desktop-menu {
    display: none !important;
  }
}

@media screen and (min-width: 929px) and (max-width: 3000px) {
  tr.tablet-menu {
    display: none !important;
  }
}


@media screen and (min-width: 0px) and (max-width: 750px) {
  table.three-column-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 3000px) {
  table.three-column-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  p.three-column-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 3000px) {
  p.three-column-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 787px) {
  .sale-banner {
    display: none !important;
  }
}

@media screen and (min-width: 788px) and (max-width: 3000px) {
  .sale-banner-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 550px) {
  .christmas-lights {
    display: none !important;
  }
}

@media screen and (min-width: 551px) and (max-width: 3000px) {
  .christmas-lights2 {
    display: none !important;
  }
}

@media screen and (min-width: 620px) and (max-width: 3000px) {
  tr.bottom-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 619px) {
  tr.bottom-desktop {
    display: none !important;
  }
}


#video-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; 
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  h1 {
    font-size: 26px;
  }
}

.large-font {
    font-size: 18px;
	font-weight: bold;
  }
  
td.large-font2 {
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	width:100%;
	max-width: 650px;
  }
  
  td.large-font {
    font-size: 14px;
	font-weight: bold;
  }
  
  
.image-border {
   border-width: 20px;
   border-color: white;
   border-style: solid;
  }
  
  @media screen and (min-width: 0px) and (max-width: 1200px) {
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #333333;
	color: #ffffff;
	background: #cc0000 repeat-x 0 0;
	font: normal 24px Arial, Verdana, Geneva, Helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
  }
}

a { 
  position: relative;
}
a:active {
  top: 1px;
}
  

@media screen and (min-width: 0px) and (max-width: 500px) {
  td.noonlight-spacer {
    display: none !important;
	align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 550px) {
  td.fb-icon {
    display: none !important;
	align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 515px) {
  td.about-icon {
    display: none !important;
	align: center;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  td.contact-icon {
    display: none !important;
	align: center;
  }
}

h2 {
    font-size: 18px;
	font-weight: bold;
  }
  

/* Taser Pricing */
  
.pulse-list-price span {
	display: none;
}
.bolt-list-price span {
	display: none;
}
.m26c-list-price span {
	display: none;
}
.x26c-list-price span {
	display: none;
}
.x2-list-price span {
	display: none;
}



.pulse-list-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #000000;
	content: "$499.99";
}
.pulse-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "$499.99";
}

.pulse-rebate:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "-$110.00";
}

.bolt-list-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #000000;
	content: "$499.99";
}
.bolt-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "$449.99";
}

.m26c-list-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #000000;
	content: "$599.99";
}
.m26c-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "$549.95";
}

.x26c-list-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #000000;
	content: "$999.99";
}
.x26c-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "$899.99";
}

.x2-list-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #000000;
	content: "$1499.99";
}
.x2-price:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "$1499.99";
}
.x2-rebate:after {
    font-size: 16px;
	font-weight: 900;
	color: #FF0000;
	content: "-$410.00";
}

/* Wrap Divs */

#wrap-div-container {
   text-align: center;
   border-color:#ffffff;
   border-style: solid;
   border-width: 3px;
   top: 6px;
   margin-top: 10px;
   width:100%;
}

.wrap-inner-div {
   display: inline-block;
   margin-left: 10px;
   margin-right: 10px;
   font-family: arial;
   font-size: 16px;
   font-color: #000000;
   font-weight: 600;
   border-color:#ffffff;
   border-style: solid;
   border-width: 1px;
   margin-bottom:30px;
   width:130px;
}

.wrap-inner-div img {
   width:100%;
   border-width: 0px;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* myButton */

.myButton {
   background-color:#cc0000;
   -moz-border-radius:22px;
   -webkit-border-radius:22px;
   border-radius:22px;
   border:1px solid #000000;
   display:inline-block;
   cursor:pointer;
   color:#ffffff;
   font-family:Arial;
   font-size:17px;
   padding:4px 10px;
   text-decoration:none;
   text-shadow:0px 1px 0px #660000;
   margin-top:7px;
}
.myButton:hover {
   background-color:#660000;
}
.myButton:active {
   position:relative;
   top:1px;
}


#wrap-div-container a:link {
  text-decoration: none;
  color: #ffffff;
}
#wrap-div-container a:visited {
  text-decoration: none;
  color: #ffffff;
}

#wrap-div-container a:hover {
  text-decoration: underline;
  color: #ffffff;
}