@charset "utf-8";
/* CSS Document */

body, div, p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color:#FFFfff;
}
a, a:visited, a:hover, a:active {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	color: #F27A00;
	text-decoration: underline;
}
input, textarea, select {
	font-size: 12px;
}
.logo-image {
	margin: 0px 0px 0px 0px;
}
/* Buttons */
.button a, .button-action a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	background:#F7941C url(images/but_bg.gif) repeat-x scroll 0 0;
	border:1px solid #FF8900;
	font: bold 11px Verdana;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 0px;
}

.product-title, .product-title:visited, .product-title:hover, .product-title:active {
	color: #F27A00;
	font: bold 12px Tahoma;
	text-decoration: underline;
}
.tabs ul li a, .tabs ul li a:hover, .tabs ul li.cm-active a, .tabs ul li.cm-active a:hover {
	text-decoration: none;
	color: #2B2B2B;
	font: bold 12px Tahoma;
}
#header {
	background: #FEFEFE url(images/top_bg.gif) repeat-x top left;
}
#footer {
	background: url(images/bottom_bg.gif) repeat-x left top;
	padding: 6px;
	margin-top: 15px;
}
#container {
	padding: 0px;
}
#content {
	background: url(images/content_bg.gif) repeat-x left top;
	padding-top: 22px;
}
.exception #content {
	background-image: none;
}
/* Styles for the fixed width layout */ 

.helper-container, x:-moz-any-link {
	padding-right: 1px;
}
.central-column, .container-right .central-column, .container-left .central-column {
	margin: 0 10px 15px 10px;
	padding: 0px;
	width: 1000px;
}
.container-right .central-column, .container-left .central-column {
	margin: 0px 5px 15px 10px;
	width: 1000px;
}
.container-left .central-column {
	margin: 0px 10px 15px 5px;
}
.container-long .central-content {
	padding: 0px 5px 10px;
}
.left-column {
	float: left;
	width: 180px;
	margin-left: -1010px;
}
.right-column {
	float: left;
	width: 180px;
	
}
*/
/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout. */
/*
#container {
	width: 100%;
}
.central-column {
	padding: 0px;
	float: center;
	display: inline;
	width: 100%;
	margin:0;
}
.central-content {
	margin: 0 197px;
}
.container-long .central-column {
	margin: 0; 
	width: 100%;
}
.container-long .central-content {
	padding: 0px 20px 10px;
	margin: 0; 
}
.container-right .central-column, .container-left .central-column {
	width: 1000px;
	float: center;
	display: inline;
	margin: 0px;
	padding: 0;
}
.container-right .central-content {
	margin: 0 5px 0 197px;
}
.container-left .central-content {
	margin: 0 197px 0 5px;
}
.left-column {
	float: left;
	width: 180px;
	margin-left: -100%;
	padding-left: 5px;
}
.right-column {
	float: left;
	width: 180px;
	margin-left: -185px;
}

/* Styles for the 100% width layout */ 
#top_menu li.first-level a, #top_menu li.first-level a:hover, #top_menu li.first-level.cm-active a, #top_menu li.first-level.cm-active a:hover {
	color: #ffffff;
	font-size: 14px;
	font: bold
}
#top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a:hover {
	color: #ffffff;
}
#top_menu ul ul {
	margin-top: 0px;
}
#top_menu ul li.first-level ul li a, #top_menu ul li.first-level ul li a:hover, #top_menu ul li.first-level.cm-active ul li a, #top_menu ul li.first-level.cm-active ul li a:hover {
	color: #2d2d2d;
	text-align: left;
	padding: 4px 20px 4px 4px;
	font: bold 14px Tahoma;
	text-decoration: none;
}
#top_menu ul li.first-level span, #top_menu ul li.first-level.cm-active span {
	background: url('images/top_menu_delim.gif') no-repeat left top;
	padding: 8px 10px;
	text-align: center;
	min-width: 90px;
}
.quick-links {
	text-align: right;
	float: none;
	padding: 10px 15px 22px 0px;
	font: normal 12px Tahoma;
}
.quick-links a, .quick-links a:visited, .quick-links a:active, .quick-links a:hover {
	font: bold 12px Tahoma;
	padding: 0px 3px;
	text-decoration: underline;
	margin: 0;
}
.litext{
		margin-bottom: 10px;
}
.headerback {
	background-image: url(http://67.20.93.82/images/header_bg.gif);
	background-repeat: repeat-x;
}
.bottomborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFF;
}
.contentborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.brownbox {
	background-color: #F9F9F4;
	padding: 5px;
	border: thin solid #666;
}

/* Styles for the fixed width layout */ 
/*
.helper-container, x:-moz-any-link {
	padding-right: 1px;
}
.central-column, .container-right .central-column, .container-left .central-column {
	margin: 0 197px 15px 197px;
	padding: 0px;
	width: 574px;
}
.container-right .central-column, .container-left .central-column {
	margin: 0px 5px 15px 197px;
	width: 767px;
}
.container-left .central-column {
	margin: 0px 197px 15px 5px;
}
.container-long .central-content {
	padding: 0px 5px 10px;
}
.left-column {
	float: left;
	width: 180px;
	margin-left: -963px;
}
.right-column {
	float: left;
	width: 180px;
	margin-left: -185px;
}
*/
/* /Styles for the fixed width layout */
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	background: url('images/icons/text_but_arrow.gif') no-repeat right 2px;
	font: bold 12px Tahoma;
	padding: 2px 19px 2px 0;
	color: #06C;
}

.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #06C;
	padding-right: 8px;
	background: url('images/icons/action_text_but_arrow.gif') no-repeat right 6px;
}

.subcategories-link, .subcategories-link:visited, .subcategories-link:hover, .subcategories-link:active {
	color: #333333;
	text-decoration: underline;
}
.subcategories-link-active, .subcategories-link-active:visited, .subcategories-link-active:hover, .subcategories-link-active:active {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.subcategories-link:hover, .subcategories-link-active:hover {
	text-decoration: none;
}
.subcategories ul {
	list-style-type:disc;
	padding-left: 35px;
	padding-top: 10px;
}
.subcategories ul li {
	padding: 0px;
}
.subcategories ul li a, .subcategories ul li a:active, .subcategories ul li a:visited, .subcategories ul li a:hover {
	text-decoration: underline;
	font-size: 14px;
	line-height: 25px;
}
.subcategories ul li a:hover {
	text-decoration: none;
