@CHARSET "UTF-8";

/* default */

body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	background: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width: 100%;
}

a:link, a:visited {
	color: #FF4800;
	text-decoration: underline;
}

a:hover {
	color: #259DAB;
	text-decoration: underline;
}

/* layout */

#container {
	width: 950px;
	padding-bottom: 100px;
}

#content {

}

#header {
	background-image: url(../images/header_img.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
	height: 323px;
	width: 950px;
}

/* styles - header */

#logo {
	height: 90px;
	float: left;
}

#header_links {
	letter-spacing: -1px;
	font-size: 10px;
	color: #ADADAD;
	
	float: right;
	padding-top: 10px;
}
	
	#shopping_cart {
		float: right;
		padding-left: 20px;
		padding-top: 5px;
	}
	
		.cart_link {
			background-image: url(../images/shopping_cart.jpg);
			background-position: left;
			background-repeat: no-repeat;	
			
			color: #FF4800;
			font-size: 11px;
			letter-spacing: normal;
			padding-left: 25px;
			margin-top: 10px;
		}
		
		.cart_del {
			background-image: url(../images/cart_del.jpg);
			background-position: center;
			background-repeat: no-repeat;
			
			width: 11px;
			height: 11px;
			display: block;
		}
		
		.cart_del_all {
			background-image: url(../images/cart_del_all.jpg);
			background-position: center;
			background-repeat: no-repeat;
			
			width: 11px;
			height: 11px;
			display: block;
			float: right;
		}

	#company_phone {
		border-right: 1px solid #E6E6E6;
		text-align: right;
		
		padding-right: 20px;
		padding-top: 3px;
		padding-bottom: 5px;
		
		float: right;
	}
	
		.phone_number {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			color: #FF4800;
			float: right;
			clear: both;
		}
		
/* styles - menu */
		
#main_menu {
	position: absolute;
	top: 91px;
	left: 25px;
	z-index: 50;
	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	width: 193px;
}

	.menu_item {
		background-image: url(../images/menu_bckgrnd.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		
		line-height: 36px;	
		
		height: 37px;
		margin-bottom: 1px;
		padding-left: 9px;
	}
	
	.menu_link, .menu_link_sel {
		background-position: left;
		background-repeat: no-repeat;
		
		padding-left: 20px;
	}
	
	.menu_link {
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

	.menu_link {
		background-image: url(../images/menu_bullet.jpg);
	}
	
	.menu_link_sel {
		background-image: url(../images/menu_bullet_sel.jpg);
	}

/* styles - content */

#left_column {
	width: 223px;
}

.box {
	padding-left: 20px;
	margin-bottom: 10px;
}
	
	#catalog {
		background-color: #FFFFFF;
		padding: 5px;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		.catalog_item {

		}
		
	.box img {
		margin-right: 7px;
		
	}

	.box_sl {
		background-image: url(../images/box_shade_left.jpg);
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	.box_title {
		background-image: url(../images/box_title_bckgrnd.jpg);
		background-position: top;
		background-repeat: repeat-x;
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #333333;
		line-height: 28px;
	
		height: 29px;
		padding-left: 14px;
		margin-left: 5px;
		margin-right: 5px;
		
	}
	
		.title_icon {
			background-image: url(../images/box_icon_main.gif);
			background-position: left;
			background-repeat: no-repeat;
			padding-left: 16px;
		}
		
		.title_icon_search {
			background-image: url(../images/box_icon_search.gif);
			background-position: left;
			background-repeat: no-repeat;
			padding-left: 20px;
		}
	
	.box_body {
		background-image: url(../images/box_shade_right.jpg);
		background-position: top right;
		background-repeat: repeat-y;
		background-color: #F5F5F5;
		padding: 14px;
		font-size: 11px;
	
		margin-left: 5px;
		margin-right: 0px;
	}
	
			.box input, .box select {
				line-height: normal;
				font-size: 11px;
				color: 333333;
				width: 160px;
			}
			
#main_content {
	padding-left: 20px;
}

#navigation {
	background-image: url(../images/link_home.jpg);
	background-position: left;
	background-repeat: no-repeat;

	line-height: 25px;
	color: #FF4800;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	border-bottom: 2px solid #DCDCDC;
	padding-left: 20px;
}

#search {
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	padding-left: 0px;
	vertical-align: middle;
	height: 30px;
	position: absolute;
	left: 240px;
	top: 290px;
}
#search div
{
	height: 30px;
	float: left;
	padding-right: 10px;
}

	#search ac_input {
		height: 20px;
	}
	
#search div input, #search div select
{
	width: 235px;
}
#search div.control
{
	margin-top: 5px;
}
#search div.last
{
	margin-top: 3px;
	padding-right: 0px;
}
#page_descr {
	text-align: justify;
	padding: 10px;
	padding-top: 0px;
	border-bottom: 2px solid #DCDCDC;
	border-top: 2px solid #FFFFFF;
}

#products_table {
	margin-top: 20px;
}

	#products_table img {
		border: none;
	}
	
	.product_image {
		width: 210px;
		height: 185px;
	}
	
	.product_title {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		line-height: 24px;
		color: #FF4800;
		text-align: left;
		padding-top: 5px;
	}
	
	.product_categories {
		line-height: normal;
		text-align: left;
	}
	
	.brdr {
		border-bottom: 2px solid #DCDCDC;
		margin-bottom: 15px;
		height: 15px;
	}
	
	.table_space {
		width: 10px;
	}

/* styles - footer */

#footer {
	height: 70px;
	width: 950px;
		
	font-size: 10px;
	color: #666666;
	
	border-top: 4px solid #FF4800;
}

	#copyrights {
		float: left;
		text-align: left;
		line-height: 70px;
	}
	
	#logo img, #navigation img, .box img, #footer img {
		border: none;
	}
	
	#od_logo,  #seo_logo {
		float: right;
		margin-top: 17px;
		margin-left: 10px;
	}

/* links */

#account_link a:link, #account_link a:visited {
	color: #FF4800;
	text-decoration: none;
}

#account_link a:hover {
	color: #259DAB;
	text-decoration: none;
}




#navigation a:link, #navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}



#main_menu a:link, #main_menu a:visited {
	color: #666666;
	text-decoration: none;
}

#main_menu a:hover {
	color: #FF4800;
	text-decoration: none;
}
#main_menu a.turquoise:link, #main_menu a.turquoise:visited {
	color: #259DAB;
}
#main_menu a.turquoise:hover {
	color: #FF4800;
}

#catalog a:link, #catalog a:visited {
	color: #FF4800;
	text-decoration: none;
}

#catalog a:hover {
	color: #333333;
	text-decoration: none;
}

.product_title a:link, .product_title a:visited {
	color: #FF4800;
	text-decoration: none;
}

.product_title a:hover {
	color: #259DAB;
	text-decoration: none;
}

.product_categories a:link, .product_categories a:visited {
	color: #666666;
	text-decoration: none;
}

.product_categories a:hover {
	color: #259DAB;
	text-decoration: underline;
}

/* cms styles */

.module_title {
	display: none;
}

.panel_div {
	display: none;
}

.articleContent {
	text-align: justify;
}

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

.amodule_container div {
	background-image: url(../images/menu_bckgrnd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	
	line-height: 35px;	
	
	height: 35px;
	margin-bottom: 1px;
	padding-left: 14px;
}

.contentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #259DAB;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.contentTitle {
	height: 30px;	
}

h1 {
	margin: 0px;
	padding: 0px;
}

.subProductListOuter {
	float: left;
	white-space: nowrap;
}

.subProductList {
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}

#catalog {
	background-image: url(../images/catalog_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat;
	
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.menulevel1 {
	background-image: url(../images/catalog_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	
	padding-left: 30px;
	line-height: 26px;
}

.menulevel1 li {
	list-style: none;
}
	
	.title_icon {
		background-image: url(../images/box_icon_main.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 16px;
	}
	
	.title_icon_search {
		background-image: url(../images/box_icon_search.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#search_title {
	background-image: url(../images/box_title_bckgrnd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	line-height: 28px;

	height: 29px;
	padding-left: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

#search_internal {
	background-image: url(../images/box_shade_right.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #F5F5F5;
	padding: 14px;
	font-size: 11px;

	margin-left: 5px;
	margin-right: 0px;
}

#search_container {
	background-image: url(../images/box_shade_left.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}

#ShoppingCart {
	display: none;
}

/* cms catalog styles */

form {
	background-color: none;
	margin: 0px;
	padding: 0px;
}

#filter_box {
	position: relative;
}

#filter {
	border-bottom: 1px solid #DBDBDB;
	background-color: #F7F7F7;
	line-height: normal;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#filter_body
{
	border-top: 1px solid #DBDBDB;
	padding: 15px;
	padding-bottom: 0px;
}

#search_buttons {
	padding: 0px;
	margin: 0px;
}

.filter_bttn {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 9px;
	width: 96px;
	height: 28px;
	background-image: url(../images/bttn_filter_down.jpg);
}
.expanded_state
{
	background-image: url(../images/bttn_filter_up.jpg) !important;
}
.invisible_item
{
	display: none;
}

.filter_reset_all
{
	float: right;
}
.filter_content img, .filter_content_first img
{
	border: none;
}
.filter_content, .filter_content_first
{
	height: 55px;
	float: left;
}
.filter_content
{
	border-left: 1px dotted #CCCCCC;
	margin-left: 5px;
	$width: 300px;
}
.optionValue, .optionValueTitle
{
	float: left;
	padding-left: 5px;
	height: 25px;
	margin-top: 1px;
}
.optionValue .resetIcon
{
	padding-top: 3px;
}
.optionValueTitle
{
	font-weight: bold;
	line-height: 19px;
	white-space: nowrap;
}

.productContainer img {
	border: none;
}

.pager, .pager_all {
	clear:both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;

	font-size: 12px;
	line-height: 20px;
	height: 20px;
}

.pager {
	padding-left: 270px;
}

.pager_currentPage {
	font-weight: bold;
}

	.pager_toFirstPage, .pager_prevPage, .pager_nextPage, .pager_toLastPage, .pager_allPage, .pager_links {
		display: block;
		float: left;
	}
	
	.pager_toFirstPage_disabled, .pager_prevPage_disabled, .pager_nextPage_disabled, .pager_toLastPage_disabled, .pager_allPage_disabled {
		display: block;
		float: left;
	}

.pager_allPage {
	margin-left: 10px;
}

.pager_toFirstPage {
	background-image: url(../images/arrow_home_act.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 20px;
	margin-right: 10px;
}

.pager_prevPage {
	background-image: url(../images/arrows_prew_act.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	margin-right: 10px;
}

.pager_nextPage {
	background-image: url(../images/arrows_next_act.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	margin-left: 10px;
}

.pager_toLastPage {
	background-image: url(../images/arrow_end_act.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 20px;
	margin-left: 10px;
}

.pager_toFirstPage_disabled {
	background-image: url(../images/arrow_home.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 20px;
	margin-right: 10px;
}

.pager_prevPage_disabled {
	background-image: url(../images/arrows_prew.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	margin-right: 10px;
}

.pager_nextPage_disabled {
	background-image: url(../images/arrows_next.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 20px;
	margin-left: 10px;
}

.pager_toLastPage_disabled {
	background-image: url(../images/arrow_end.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 6px;
	height: 20px;
	margin-left: 10px;
}

.current_path {
	font-style: italic;
	color: #666666;
}

.contentHeader {
	display: none;
}

.productItem {
	float: left;
	width: 330px;
	height: 210px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	
	border-bottom: 1px dashed #CCCCCC;
}

.actionItem, .actionItemLast {
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
}
.actionItem {
	border-bottom: 1px dashed #CCCCCC;
}
.actionAllItems a {
	float: right;
}

.productItemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FF4800;

	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.productItemImage {
	height: 80px;
}

.productItemBid {
}

.productItemCheck {
	margin-bottom: 5px;
}

.productPrice, .price {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FF4800;
}
.priceName {
display:none;
}
.categoryList {
	font-size: 11px;
}

.contentItem {
	margin-bottom: 3px;
	padding-top: 5px;
	border-top: 1px dashed #CCCCCC;
	clear: left;
}

.contentItemTitle {
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.subCategoryList, .contentItemCompare, .subCategoryEnter {
	padding-left: 10px;
}

.subCategoryList {
	float: left;
	clear: left;
	padding-bottom: 5px;
}

.subCategoryEnter {
	float: left;
}

.contentItemCompare {
	float: left;
	padding-bottom: 5px;
	$padding-bottom: 0px;
}

.contentItemAnnotation {
	float: left;
	clear: left;
	padding-bottom: 5px;
	$padding-bottom: 0px;
}

.categoryContent {
	padding-bottom: 5px;
	$padding-bottom: 0px;
}

.imageHolder {
	margin-bottom: 10px;
	font-style: italic;
}

.imageHolder img {
	margin-bottom: 5px;
	border:none;
}

.orderButton img {
	border: none;
}

.price {
	margin-bottom: 10px;
}

.productContent, .attributes {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #CCCCCC;
}

.groupName {
	font-weight: bold;
	color: #259DAB;
}

.attributeName {
	font-style: italic;
	padding-left: 10px;
}

.edit input, .edit select {
	width: 220px;
	margin-bottom: 5px;
}

.edit .count_prod
{
	width:40px !important;
}

.productDetails th, .edit th {
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.productDetails td {
	vertical-align: top;
}

#orderDetails {
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	padding-top: 10px;
}

.products {
	padding: 0px;
}

#product_table td {
	padding-left: 10px;
	padding-right: 10px;
}

.field {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}

#orderInfo {
	clear: both;
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	margin-top: 10px;
}

.productDetails a:link, .productDetails a:visited, .actionAllItems a:link, .actionAllItems a:visited {
	color: #259DAB;
	text-decoration: none;
}

.productDetails a:hover, .actionAllItems a:hover {
	color: #FF4800;
	text-decoration: underline;
}

.categoryList a:link, .categoryList a:visited {
	color: #333333;
	text-decoration: none;
}

.categoryList a:hover {
	color: #FF4800;
	text-decoration: underline;
}

.contentItemCompare a:link, .contentItemCompare a:visited {
	color: #FF4800;
	text-decoration: underline;
	font-style: italic;
}

.contentItemCompare a:hover {
	color: #259DAB;
	text-decoration: underline;
	font-style: italic;
}

.subCategoryEnter a:link, .subCategoryEnter a:visited {
	color: #FF4800;
	text-decoration: underline;
	font-style: italic;
}

.subCategoryEnter a:hover {
	color: #259DAB;
	text-decoration: underline;
	font-style: italic;
}

.pager a:link, .pager a:visited {
	text-decoration: none;
	font-weight: normal;
}

.pager a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.pager_allPage a:link, .pager_allPage a:visited {
	text-decoration: underline;
	color: #666666;
}

.pager_allPage a:hover {
	text-decoration: underline;
	color: #259DAB;
}

.selectLink {
	font-size: 12px;
	margin-bottom: 20px;
}

.selectLink  a:link, .selectLink a:visited {
	text-decoration: underline;
	color: #333333;
}

.selectLink a:hover {
	text-decoration: underline;
	color: #666666;
}

#Form_editButtons table tr td {
width: 0px !important;
}

#Form_editButtons {
	padding-left: 450px;
}

.field {
	width: 205px;
}

.imgButton {
	border: 0px;
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
	margin-left: 5px;
}
div.detailed_filter
{
	float: left;
	padding: 10px 10px 10px 0;
	margin-top: 5px;
}
div.form_buttons
{
	float: right;
	margin-top: 1px;
	margin-bottom: 10px;
}
div.form_buttons div.form_button
{
	float: left;
	padding: 10px 0px 10px 10px;
}
div.searchValue, div.searchValueDouble, div.searchValueDoubleMoney
{
	height: 25px;
}
div.searchValueDouble, div.searchValueDoubleMoney
{
	float: left;
	vertical-align: middle;
	width: 50%;
}
td.searchValueCell
{
	text-align: right;
}
div.searchValueDouble input
{
	width: 200px;
	$width: 190px;
}
div.searchValueDoubleMoney input
{
	width: 190px;
	$width: 185px;
}
div.searchValue input, div.searchValue select
{
	width: 100%;
}
div.content_inner 
{
	clear: both;
}
.errorField
{
	color: red;
}
#need_credit_tr
{
	display: none;
}
td.value
{
	vertical-align: top;
}
td.value div
{
	padding-bottom: 3px;
}
td.value input, td.value select
{
	width: 100%;
	vertical-align: middle;
}
div.radio_check_group_margin
{
	padding: 5px 0;
}
div.radio_check_group_margin div
{
	vertical-align: middle;
}
td.value input.radio, td.value input.check
{
	padding: 0;
	margin: 0 5 2 0;
	width: 16px;
}
td.value input.check_single
{
	padding: 0;
	margin: 5 5 0 0;
	width: 16px;
}
tr.listAttributeItem
{
	vertical-align: top;
}
td.listAttributeName
{
	white-space: nowrap;
}
td.listAttributeValue
{
	width: 100%;
	text-align: left;
}
.action_info_block
{
	padding-left: 20px;
	margin-bottom: 10px;
}
.action_info_block img 
{
	border:medium none;
	margin-bottom:5px;
}

.city_phone select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0px;
}

.mobile_phone {
	background-image: url(../images/mobile.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	padding-left: 17px;
}

.phone_number {
	margin-top: 3px;
}

.phone_number select {
	width: 115px;
	margin-right: 5px;
}

.light_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	letter-spacing: 0px;
	font-weight: normal;
}
.reset_filter img
{
	border: none;
	padding-right: 5px;
	vertical-align: middle;
}
.search_item
{
	border-bottom: 1px dashed #CCCCCC;
	margin: 10px 0 10px 10px;
	padding-bottom: 10px;
}
.search_item .card_block
{
	width: 190px;
	float: left;
}
.search_item img 
{
	border: none;
}

.message_icon
{
	vertical-align: top;
	width: 25px;
	padding-top: 5px;
}
.message_warning
{
	font-size: 13px;
	font-weight: bold;
	color: #FF4800;
}