/* default styles */

body { 
	padding: 0;
	margin: 0; 
	font: 0.7em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
    color: #E0691A;
    background: inherit;
}

a:hover {
    color: #6C757A;
    background: inherit;
}

h1 {
    font: normal 2.1em Arial, Sans-Serif;
    line-height: 1.1em;
    padding: 7px 0 0 8px;
    margin: 0;
    color: #333333;
}

h2 {
    margin: 0;
    padding: 12px 3px 3px 0;
    font: bold 1.5em Arial, Sans-Serif;
    color: #333333;
    background: inherit;
}

h3 {
    margin: 0;
    padding: 0 0 3px 0;
    font: bold 1em Tahoma, Sans-Serif;
    color: #333333;
    background: inherit;
}

h1 a, h2 a, h3 a {
    color: #333333;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    color: #333333;
    background: inherit;
}

input { 
	font: 1.2em Tahoma, sans-serif;
	border: solid 1px #999999;
	padding: 2px;
	margin: 1px 1px 1px 1px;
}

textarea { 
	font: 1.2em Tahoma, sans-serif;
	border: solid 1px #999999;
	padding: 2px;
	margin: 1px 1px 1px 1px;
}

select { 
	font: 1.2em Tahoma, sans-serif;
	border: solid 1px #999999;
	padding: 2px;
	margin: 1px 1px 1px 1px;
}

option { 
	font: inhert;
}

p {margin: 0 0 5px 0;}
ul {margin: 0; padding: 0; list-style: none;}
form {margin: 0;}
img {border: 0;}

div.Cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/* layout */
.Content {
    position: relative;
    top: 0;
	margin: 0 auto;
	width: 768px;
	padding: 0 0 0 0; 
}

/* info */
div.Info {
	font: bold 1.2em Tahoma, Sans-Serif; 
    margin: 3px 0 6px  0;
}
div.Info span {
	color: #666666;
    margin: 0 3px 3px  0;
}
div.Info img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

/* Error */
div.Error {
    color: #ff0000;
	text-align: center;
	font: bold 1.2em Tahoma, Sans-Serif; 
    margin: 9px 0 0 0;
}

/* forms */
div.Form {
    clear: both;
    border: dotted 1px #cccccc;
    margin: 6px 0 6px 0;
    padding: 5px 5px 5px 5px;
}
div.FormFields div.Label {
    width: 140px;
    float: left;
    margin: 2px 0 0 6px;
}
div.FormFields br {
    clear: both;
}
.FormField input {
    width: 240px;
    float: left;
    margin: 2px 0 0 6px;
}
.FormField textarea{
    width: 240px;
    float: left;
    margin: 2px 0 0 6px;
}
.FormField select {
	font: 1.2em Tahoma, sans-serif; 
    margin: 2px 0 0 6px;
}
.FormField option {
	font: 13px Tahoma, sans-serif; 
    margin: 0;
    padding: 0;
}
div.Buttons {
    position: relative;
    height: 36px;
    margin: 6px 0 0 0;
}
div.SubmitButton {
    clear: both;
    background-color: #ffe4c4;
	border: 1px solid #ff9148;
	height: 22px;
	width: 120px;
	background: #ff9148 url(images/button-background.gif);
    text-align: center;
    margin: 6px auto 0 auto;
}
a.SubmitButton {
	color: #FFF;
	font: bold 1.1em Arial, Sans-Serif;
	line-height: 20px;
	text-decoration: none;
}
a.SubmitButton div {
	display:inline;
}

/* header */

.Header { 
    position: absolute;
    top: 0px;
	height: 153px;
	width: 768px;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #ccc;
}

.HeaderLeft {
    position: absolute;
    height: 153px;
    width: 180px;
   	top: 0px; 
	left: 0px; 
    /*background: #f0f0f0;*/
}

.HeaderRight {
    position: absolute;
    height: 41px;
    width: 585px;
   	top: 0px; 
	left: 183px; 
    /*background: #f0f0f0;*/
}

.HeaderCoustomerLine {
    position: absolute;
    height: 40px;
    width: 240px;
   	top: 0px; 
	left: 351px;
}

.HeaderCoustomerLine div {
    position: absolute;
   	top: 18px; 
	left: -54px;
}

.HeaderCoustomerLine a, a:hover {
    color: inherit;
    background: inherit;
}

.HeaderLogo {
    position: absolute;
  	top: 0px; 
	/*left: -4px;*/
    margin: 18px 0 0 28px;
}

.HeaderTopInfo {
    position: absolute;
	top: 1px;
	left: 1px; 
    height: 41px;
	width: 585px;
	color: #808080;
}

.HeaderTopMenu {
    position: absolute;
	top: 41px;
	left: 1px; 
	width: 585px;
	margin: 1px 0 0 0;
}
.HeaderTopMenu ul {
	float: left;
	margin: 0 1px 0 0;
}
.HeaderTopMenu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
.HeaderTopMenu a {
	background: #6c757a;
	color: #eee;
	display: block;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 186px;
}
.HeaderTopMenu a#current {
	background: #ff9148;
	color: #fff;
}
.HeaderTopMenu a:hover {
	background: #999;
	color: #fff;
}

.HeaderBar { 
    position: absolute;
    font-size: 0px;
    top: 156px;
	height: 3px; 
	width: 768px;
	background: #ff9148;
}

/* main */
.Main {
    position: relative;
    top: 159px;
	width: 768px;
}
.MainLeft {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 180px;
    margin: 1px 0 20px 0;
}
.MainRight
{
    float: right;
    position: relative;
    left: 0px;
    top: 3px;
    width: 582px;
    margin: 0 0 20px 0;
    min-height: 480px;
}

/* banner on the right */
.BannerRight {
    position: absolute;
    top: 0px;
    left: 768px;
	height: 600px;
	width: 120px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
}

/* home page */
.HomePageTitle {
    display: none;
}

/* top categories */
.TopCategories {
    margin: 3px 0 6px 0;
}
.TopCategories div {
    background: #f0f0f0;
    padding: 3px 3px 3px 6px;
}

/* home page left */


/* search */
.Search {
    width: 180px;
    height: 60px;
    background: #6c757a;
    margin: 0 0 6px 0;
}
.Search input.SearchText {
    width: 163px; 
	border: 1px solid #ff9148;
	background: #fff;
	padding: 1px;
	margin: 6px 3px 3px 6px;
}
.Search div.SearchButton {
    position: relative;
	left: 105px;
	border: 1px solid #ff9148;
	width: 65px;
	height: 22px;
	background: #ff9148 url(images/button-background.gif);
	text-align: center;
}
.Search a.SearchButton {
	color: #FFF;
	font: bold 1.1em Arial, Sans-Serif;
	line-height: 20px;
	text-decoration: none;
}
.Search a.SearchButton div {
	display:inline;
}

/* customer */
.CustomerMenu {
}
.CustomerMenuHeader {
	height: 61px;
}
.CustomerMenuHeader div {
    position: absolute;
	background: #6c757a;
	margin: 25px 0 0 0;
	height: 36px;
	width: 100%;
}
.CustomerMenuHeader div.CustomerInfo {
    position: absolute;
	background: #ffffff;
	color: #ff9148;
	margin: 5px 0 0 0;
	height: 15px;
	width: 100%;
	font: 1.2em Tahoma, sans-serif;
	font-weight: bold; 
	text-align: center;
}
.CustomerMenuHeader img {
    position: absolute;
	margin: 22px 0 0 0;
	text-align: right;
}
.CustomerMenuBody {
	height: 330px;
    background: #f0f0f0;
   	color: #808080;
    padding: 3px 6px 3px 6px;
}
.CustomerMenuInfo {
    line-height: 1.2em;
}
.CustomerMenuItems {
    margin: 3px 0 0 0;
    border-top: solid 1px #ffffff;
}
.CustomerLogin {
	margin: 50px 0 100px 100px;
}
.CustomerListPager {
	position: relative;
    background: #ffe4c4;
    height: 17px;
}
.CustomerList table {
    width: 100%;
    border-collapse: collapse;
}
.CustomerList tr.Alt {
    background: #f0f0f0;
}
.CustomerList td {
    padding: 1px 2px 1px 2px;
    border-left: solid 1px #ffffff;
}
.CustomerList tr.ColumnsHeader {
    background: #f0f0f0;
    font-weight: bold;
}
.CustomerOrderHeader table {
    width: 100%;
	font-size: 1.3em;
	font-weight: bold;
    color: #ff9148;
}
.CustomerOrderItems {
    margin: 0 0 3px 0;
}
.CustomerOrderItems table {
    width: 100%;
    border-collapse: collapse;
}
.CustomerOrderItems tr.ItemsHeader {
    background: #f0f0f0;
    font-weight: bold;
}
.CustomerOrderItems td {
    padding: 0 1px 0 1px;
    border: solid 1px #f0f0f0;
    vertical-align: top;
}
.CustomerOrderItems tr.ItemsFooter {
    background: #f0f0f0;
    font-weight: bold;
}
.CustomerOrderItems td.ItemsTotals {
    background-color: #ffe4c4;
    font-weight: bold;
}
.CustomerOrderNotes {
    line-height: 1.3em;
    margin: 0 0 3px 0;
}

.CustomerOrderLogisticsHeader table {
    width: 100%;
	font-size: 1.3em;
	font-weight: bold;
    color: #ff9148;
}
.CustomerOrderLogistics table {
    width: 100%;
    border-collapse: collapse;
}
.CustomerOrderLogistics tr.LogisticsHeader {
    background: #f0f0f0;
    font-weight: bold;
}
.CustomerOrderLogistics td {
    padding: 0 1px 0 1px;
    border: solid 1px #f0f0f0;
    vertical-align: top;
}

.CustomerInvoicesHeader table {
    width: 100%;
	font-size: 1.3em;
	font-weight: bold;
    color: #ff9148;
}
.CustomerInvoices table {
    width: 100%;
    border-collapse: collapse;
}
.CustomerInvoices tr.InvoicesHeader {
    background: #f0f0f0;
    font-weight: bold;
}
.CustomerInvoices td {
    padding: 0 1px 0 1px;
    border: solid 1px #f0f0f0;
    vertical-align: top;
}

/* left menu */
.LeftMenu {
    width: 180px;
}
.LeftMenuTop {
	/*clear: both;*/
	/*background: #6c757a;*/
	background: #6c757a;
	color: #ff9148;
	padding: 5px 0 5px 5px;
    font: bold 1.2em Tahoma, Arial, Sans-Serif;
	margin: 0 0 1px 0;
}
.LeftMenu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
.LeftMenu a {
	background: #f0f0f0;
	color: #414141;
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	margin: 0 0 1px 0;
}
.LeftMenu a#current {
	background: #ff9148;
	color: #fff;
}
.LeftMenu a:hover {
	background: #fafafa;
}

.LeftMenuSubmenu {
    background: #f0f0f0;
	color: #414141;
	padding: 0 0 0 12px;
	margin: 0 0 1px 0;
}
.LeftMenuSubmenu a {
	padding: 1px 0px 1px 5px;	
}
.LeftMenuSubmenu a#current {
	background: #ff9148;
	color: #fff;
}
.LeftMenuSubmenu a:hover {
	background: #fafafa;
}

/* breadcrumbs */
.Breadcrumbs {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #808080;
}
.Breadcrumbs a {
	color: #808080;
	text-decoration: none;
}
.Breadcrumbs a:hover {
	text-decoration: underline;
}

/* pager */
.Pager {
	position: relative;
    background: #f0f0f0;
    height: 17px;
}
.PagerLeft {
	position: absolute;
	left: 3px;
}
.PagerRight 
{
	position: absolute;
	right: 3px;
}

/* catalog page */
.CategoryDescription {
    display: block;
    font: normal 1.1em Tahoma, Sans-Serif;
	line-height: 1.1em;
    padding: 3px 0 3px 8px;
    margin: 0 0 6px 0;
    color: #333333;
}
.CategoryDescription p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 3px 0 18px 0;
}
.CategoryDescription h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 3px 0 3px 0;
}
.CategoryDescription h3 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 3px 0 3px 0;
}
.CategoryDescription ul {
    font-size: 1em;
    padding: 0 0 0 0;
    margin: 0 0 6px 24px;
    list-style-type: disc;
}
.CategoryDescription ol {
    font-size: 1em;
    padding: 0 0 0 0;
    margin: 0 0 6px 18px;
}

.CategoryDescriptionShrunk  {
    display: none;
}
.CategoryDescriptionHandle {
    clear: both;
    height: 18px;
    margin: -10px 0 0 0;
}
.CategoryDescriptionHandle div {
	display: block;
	float: right;
    height: 17px;
}
.CategoryDescriptionHandleText {
    margin-right: 2px;
}
.CategoryDescriptionHandleIconDown {
    width: 12px;
    background: url('/images/ico-description.gif') no-repeat -0px 4px;
}
.CategoryDescriptionHandleIconUp {
    width: 12px;
    background: url('/images/ico-description.gif') no-repeat -13px 4px;
}
.FilterAndSettings {
    background-color: #ffe4c4;
    padding: 3px;
    margin: 0 0 2px 0;
}
.FilterAndSettingsShrunk {
    display: none;
}
.FilterAndSettingsHandle {
    clear: both;
    height: 18px;
    margin: -3px 0 0 0;
}
.FilterAndSettingsHandle div {
	display: block;
	float: right;
    height: 17px;
}
.FilterAndSettingsHandleText {
    margin-right: 2px;
}
.FilterAndSettingsHandleIconDown {
    width: 12px;
    background: url('/images/ico-filter.gif') no-repeat -0px 4px;
}
.FilterAndSettingsHandleIconUp {
    width: 12px;
    background: url('/images/ico-filter.gif') no-repeat -13px 4px;
}
.FilterAndSettings div.FieldsPanel {
    float: left;
    background-color: #ffe4c4;
    margin: 0 0 2px 0;
}
.FilterAndSettings div.FieldsPanel div {
    width: 120px;
    float: left;
    margin: 2px 0 0 6px;
}
.FilterAndSettings input, select {
    margin-bottom: 1px;
}
.FilterAndSettings input.SearchText {
    width: 200px;
}
.FilterAndSettings input.PriceFrom {
    width: 60px;
}
.FilterAndSettings input.PriceTo {
    width: 60px;
}
.FilterAndSettings select.Manufacturer {
    width: 206px;
    margin-top: 1px;
}
.FilterAndSettings option.Manufacturer {
    width: 206px;
    height: 20px;
    margin-top: 1px;
}
.FilterAndSettings div.SwitchesPanel {
    float: right;
    width: 150px;
    background-color: #ffe4c4;
}
.FilterAndSettings div.SubmitPanel {
    clear: both;
    padding: 1px;
	border-top: solid 1px #ffffff;
}

.PageModeSwitch {
    margin-right: 2px;
    float: right;
}
.PageModeSwitch img {
    vertical-align: text-bottom;
}
.PageModeSwitch div {
    float: left;
    margin-left: 2px;
    padding: 0 2px 0 2px;
}
.PageModeSwitch div#current {
	/* background: #f0f0f0; */
}

.PageModeSwitchL {
    width: 580px;
    float: left;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #f0f0f0;
}
.PageModeSwitchL img {
    vertical-align: text-bottom;
}
.PageModeSwitchL div {
    float: left;
    margin-left: 2px;
    padding: 0 2px 0 2px;
}
.PageModeSwitchL div#current {
	/* background: #f0f0f0; */
}


.CatalogList {
    margin: 3px 0 3px 0;
	border-collapse: collapse;
	width: 100%;
}
.CatalogList th {
	padding: 0 0 0 0;
    background-color: #ffe4c4;
	border: solid 1px #ffffff;
	line-height: 1.3;
}
.CatalogList td {
	padding: 0 0 0 0;
	border: solid 1px #ffffff;
}
.CatalogList td.Alt {
	padding: 0 0 0 0;
	border: solid 1px #ffffff;
    background-color: #f0f0f0;
}
.CatalogList a {
    color: #333333;
    text-decoration: none;
}
.CatalogList a:hover {
    color: #333333;
    text-decoration: underline;
}

.CatalogPage {
	margin: 0 0 20px 0;
}
.CatalogPage br {
    clear: both;
}


.CatalogItem {
    position: relative;
	margin: 3px 1px 0 2px;
	float: left;
    height: 150px;
    border-bottom: dotted 1px #333333;
    border-right: dotted 1px #333333;
    overflow: hidden;
}
.CatalogItem1 {
    position: relative;
	margin: 3px 1px 0 2px;
    height: 250px;
    border-bottom: dotted 1px #333333;
    border-right: dotted 1px #333333;
    background-color: #ff0;
    overflow: hidden;
}
.CatalogItem div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.CatalogItem img, .CatalogItem1 img {
    position: absolute;
    top: 0;
    z-index: 0;
}
.CatalogItem div.Transparent {
    padding: 0 0 0 2px;
}
.CatalogItem div.TransparentBgr {
    position: absolute;
    padding-top: 1px;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    background: #cccccc;
}
.CatalogItem div.Code {
    left: 2px;
    bottom: -2px;
}
.CatalogItem div.AddToCart {
	position: relative;
    text-align: right;
    margin: 0 7px 10px 0;
}
.CatalogItem input {
    font: 1.1em Arial, Sans-Serif;
    width: 14px;
    height: 17px;
	border: 1px solid #666666;
	text-align: center;
/*	vertical-align: middle; */
}
.CatalogItem a.AddToCart {
    margin-left: 3px;
	text-decoration: none;
	color: #ffffff;
}
.CatalogItem a.AddToCart strong {
	padding: 4px 6px 4px 6px;
	background-color: #cccccc;
	background-image: url(/images/button-background-gray.gif);
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

.CatalogItem div.InActiveProduct {
	margin-bottom : 14px;
}

div.InActiveProduct a.AddToCart {
	border-left: solid 1px #666666;
}

div.InActiveProduct button {
	border: solid 1px #666666;
    background-color: #cccccc;
	background-image: url(/images/button-background-gray.gif);
    color: #fff;
}


.CatalogItem a.AddToCart em {
	padding: 4px 6px 4px 6px;
	background-color: #ff9148;
	background-image: url("/images/button-background.gif");
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.CatalogItem a.AddToCart em span {
	padding-right: 6px;
	background-image: url("/images/button-background-arrow-white.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.CatalogItem div.ItemInformation {
    position: relative;
    top:0;
    padding: 0 0 42px 6px;
    line-height: 1.2;
}
.CatalogItem1 div.ItemInformation {
    position: relative;
    top:0;
    padding: 0 0 42px 6px;
    line-height: 1.2;
}
.CatalogItem1 div.Description {
    height:140px;
}
.CatalogItem div.ItemInformation div.WhiteBgr {
    top: 120px;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.CatalogItem div.ItemInformation img.StockInfo {
    position: relative;
    float: right;
}
.CatalogItem div.ItemInformation div.CatalogTree {
    position: relative;
    margin: 0 0 6px 0;
}
.CatalogItem div.Price {
    bottom: 36px;
    text-align: right;
}
.CatalogItem div.Price span.PriceMain {
    font: bold 1.6em Tahoma, Arial, Sans-Serif;
    color: #cc0033;
    padding-right: 6px;
}
.CatalogItem div.Price span.PriceAlt {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    color: #666666;
    padding-right: 6px;
}
.CatalogItem div.PriceShaddow {
    bottom: 29px;
    left: 1px;
    text-align: right;
}
.CatalogItem div.PriceShaddow span.PriceMain {
    font: bold 1.6em Tahoma, Arial, Sans-Serif;
    color: #ffffff;
    padding-right: 6px;
}
.CatalogItem div.PriceShaddow span.PriceAlt {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    color: #ffffff;
    padding-right: 6px;
}
.CatalogItem div.MinHeight, .CatalogItem1 div.MinHeight {
    position: relative;
    float: left;
    width: 1px;
    height: 150px;
}

/* product page */
.ProductPage div.ProductTopPanel {
    position: relative;
    margin: 5px 0 0 0;
}
.ProductPage div.ProductTopPanel div.ProductInfo {
    position: relative;
    margin: -7px 0 0 0;
    float: right;
    width: 270px;
}
.ProductPage div.ProductTopPanel div.ProductInfo h1 {
    font: normal 1.8em Arial, Sans-Serif;
    margin: 0 0 6px -8px;
}
.ProductPage div.ProductTopPanel div.ProductInfo img.StockInfo {
    position: relative; 
    float: right;
}
.ProductPage div.ProductTopPanel div.Price {
    position: absolute;
    bottom: 30px;
	right: 0;
    text-align: right;
}
.ProductPage div.ProductTopPanel div.Price span.PriceMain {
    font: bold 1.6em Tahoma, Arial, Sans-Serif;
    color: #cc0033;
}
.ProductPage div.ProductTopPanel div.Price span.PriceAlt {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    color: #666666;
}
.ProductPage div.ProductTopPanel div.AddToCart {
	position: absolute;
	bottom: 0;
	right: 0;
    text-align: right;
}
.ProductPage div.ProductTopPanel input {
    font: 1.1em Arial, Sans-Serif;
    width: 14px;
    height: 17px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.ProductPage div.ProductTopPanel a.AddToCart {
    margin-left: 3px;
	text-decoration: none;
	color: #ffffff;
	vertical-align: middle;
}
.ProductPage div.ProductTopPanel a.AddToCart strong {
	padding: 4px 6px 4px 6px;
	background-color: #cccccc;
	background-image: url(/images/button-background-gray.gif);
	border-top: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.ProductPage div.ProductTopPanel a.AddToCart em {
	padding: 4px 6px 4px 6px;
	background-color: #ff9148;
	background-image: url("/images/button-background.gif");
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.ProductPage div.ProductTopPanel a.AddToCart em span {
	padding-right: 6px;
	background-image: url("/images/button-background-arrow-white.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.ProductPage div.ProductTopPanel div.ProductImage {
    position: relative;
    width: 301px;
    height: 301px;
    border: dotted 1px #cccccc;
    overflow: hidden;
    margin: 5px 5px 5px 0;
}
.ProductPage div.ProductTopPanel div.ProductImage table {
    width: 100%;
    height: 100%;
}
.ProductPage div.ProductTopPanel div.ProductImage td {
    text-align: center;
    vertical-align: middle;
}
.ProductPage div.ProductImage img {
    z-index: -1;
}
.ProductPage div.ProductTopPanel div.ProductImage div.Transparent {
    position: absolute;
    bottom: 0;
    width: 301px;
}
.ProductPage div.ProductTopPanel div.ProductImage div.TransparentBgr {
    position: absolute;
    padding-top: 1px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    background: #cccccc;
}
.ProductPage div.ProductTopPanel div.ProductImage div.Code {
    position: relative;
    padding: 1px 0 0 2px;
}
.ProductPage div.ProductTopPanel div.ProductImage span {
	cursor: pointer;
}
.ProductPage div.ProductTopPanel div.ProductImagesThumbnails {
    position: relative;
    width: 305px;
}
.ProductPage div.ProductTopPanel div.ProductImagesThumbnails div {
    width: 57px;
    height: 57px;
    border: dotted 1px #cccccc;
    margin: 1px 1px 1px 0;
}
.ProductPage div.ProductTopPanel div.ProductImagesThumbnails ul {
    clear: both;
}
.ProductPage div.ProductTopPanel div.ProductImagesThumbnails li {
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	cursor: pointer;
}
.ProductPage div.Tabs {
	clear: both;
	height: 44px;
    border-bottom: 1px solid #e0e0e0;
    border-bottom: 1px solid #ff9148;
	margin: 20px 0 5px 0;
}
.ProductPage div.Tabs div {
	display: block;
	float: left;
	width: 94px;
	height: 38px;
	background: url('/images/tabs-background-gray-orange-fading.gif') no-repeat left top;
	margin: 0 1px -1px 0;
	padding: 7px 3px 0 3px;
    font: bold 1em Tahoma, Arial, Sans-Serif;
    color: #333333;
	text-align: center;
	cursor: pointer;
}
.ProductPage div.Tabs div.TabSelected {
	background: url('/images/tabs-background-gray-orange-fading.gif') no-repeat -100px;
}
.ProductPage div.Panels {
    min-height: 200px;
}
.ProductPage div.Panel {
    /*min-height: 200px;*/
}
.ProductPage div.PanelHidden {
    display:none;
    /*min-height: 200px;*/
}
.ProductPage div.Configurator {
    clear: both;
    border: dotted 1px #cccccc;
    padding: 5px 5px 5px 5px;
}
.ProductPage div.Configurator div.OptionCategory {
    clear: both;
    font: bold 1em Tahoma, Arial, Sans-Serif;
    line-height: 1.5em;
    background-color: #eeeeee;
    padding: 0 0 0 6px;
}
.ProductPage div.Configurator div.Options {
    float: left;
    line-height: 1.3em;
    vertical-align: top;
    margin: 4px 0 4px 0;
}
.ProductPage div.Configurator div.Radio {
    float: left;
    width: 26px;
    margin: inherit;
}
.ProductPage div.Configurator div.Radio input {
    margin-top: -3px;
}
.ProductPage div.Configurator div.Name {
    float: left;
    width: 430px;
    margin: inherit;
}
.ProductPage div.Configurator div.Name a {
    color: inherit;
}
.ProductPage div.Configurator div.Name a:hover {
    color: inherit;
    text-decoration: underline;
}
.ProductPage div.Configurator div.Price {
    float: left;
    width: 110px;
    font: bold 1em Tahoma, Arial, Sans-Serif;
    color: #cc0033;
    text-align: right;
    margin: inherit;
}
.ProductPage div.Configurator div.Description {
    float: left;
    width: 430px;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
}
.ProductPage div.Configurator div.Description img {
    float: left;
    margin: 3px 5px 0 0;
}
.ProductPage div.Parameters {
    clear: both;
    border: dotted 1px #cccccc;
    padding: 5px 5px 5px 5px;
}
.ProductPage table.Parameters {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ffffff;
}
.ProductPage table.Parameters td {
    width: 50%;
    border: solid 1px #ffffff;
    padding: 0 0 0 2px;
    vertical-align: top;
}
.ProductPage table.Parameters tr {
    background-color: #f3f3f3;
}
.ProductPage table.Parameters tr.Alternate {
    background-color: #eeeeee;
}
.ProductPage div.ShortDescription {
    clear: both;
    margin: 6px 0 0 0;
    padding: 5px 0 5px 0;
  	line-height: 1.3em;
}
.ProductPage div.Description {
    clear: both;
    margin: 6px 0 0 0;
    padding: 5px 0 5px 0;
  	line-height: 1.3em;
}
.ProductPage div.UpdateTimeStamp {
    margin: 6px 0 0 0;
    padding: 5px 0 5px 0;
}

/* Checkout pages */
.CheckoutSteps {
   margin: 6px 0 0 0; 
}

/**** NEW ****/
.Checkout {
    background: #ffffff;
}
.Checkout idv {
    width: 100%;
    padding: 0 3px 0 3px;
}
.Checkout table {
    width: 100%;
    border-collapse: collapse;
}
.Checkout tr.ItemsHeader {
    background: #f0f0f0;
    font-weight: bold;
}
.Checkout tr.PaymentHeader {
    background: #f0f0f0;
    font: bold 1.5em Arial, Sans-Serif;
    color: #333333;
}

.Checkout tr.PaymentHeader td {
    vertical-align:middle;
}

.Checkout td {
    padding: 0 3px 0 3px;
    border: solid 1px #f0f0f0;
    vertical-align: top;
}
.Checkout tr.ItemsTotals {
    background: #f0f0f0;
    font-weight: bold;
}
.Checkout td.ItemsTotals {
    background-color: #ffe4c4;
    font-weight: bold;
}
.Checkout td.ItemsShipping {
    font-weight: normal;
}
.Checkout tr.OrderHeader {
    font-weight: bold;
}
.Checkout tr.OrderHeader td {
    width: 50%;
    border: 0;
    padding: 0 6px 0 6px;
}
.Checkout td.Order {
    border: 0;
    padding: 0 6px 12px 12px;
}
.Checkout td.Cell {
    border: 1px solid #CCC;
    padding: 0;
}
.Checkout td.Title {
    background-color : #CCC;
    font-weight : bold;
    padding: 0;
}
.Checkout img {
    padding: 3px 3px 3px 3px;
}
.Checkout h2 {
    padding: 0 3px 3px 0;
}
.Checkout input.CartQty  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 20px;
    height: 17px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}
.Checkout td.CartQtyLabel  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 20px;
    height: 17px;
	text-align: center;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}
.Checkout input.CartText  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 200px;
    height: 17px;
	border: 1px solid #666666;
	text-align: left;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}
.Checkout td.CartTextLabel  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 200px;
    height: 17px;
	text-align: left;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}
.Checkout input.CartPrice  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 40px;
    height: 17px;
	border: 1px solid #666666;
	text-align: right;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}
.Checkout td.CartPriceLabel  {
    font: normal 1em Tahoma, Arial, Sans-Serif;
    width: 40px;
    height: 17px;
	text-align: right;
	vertical-align: middle;
	margin: 2px 0 0 3px;
}

.Checkout img.CartQty {
	width: 17px;
	hight: 17px;
	padding: 2px 0 0 0;
	vertical-align: middle;
}
.Checkout span.PaymentMethodPrice {
    color: #cc0033;
}
.CartButtonEmpty {
    position: absolute;
    left: 30px;
    width: 120px;
}
.CartButtonRecalculate {
    position: absolute;
    left: 160px;
    width: 120px;
}
.CartButtonOrder {
    position: absolute;
    right: 110px;
    width: 120px;
}
.CheckoutButtonSubmitDiscountCoupon {
    position: relative;
    top: -6px;
    left: 0px;
    width: 120px;
}
.CheckoutButtonPrevious {
    position: absolute;
    left: 30px;
    width: 120px;
}
.CheckoutButtonNext {
    position: absolute;
    right: 110px;
    width: 120px;
}

.CheckoutProgress ul {
	position: relative;
	width: 768px;
	height: 33px;
	padding: 0 0 0 0;
	margin: 9px 0 9px 0;
}
.CheckoutProgress li {
	float: left;
	width: 192px;
	height: 33px;
    margin: 0;
    padding: 0;
}
.CheckoutProgress div {
    font: bold 1.2em Tahoma, Sans-Serif;
    color: #999999;
    text-align: center;
    margin: 8px 0 0 0;
}
.CheckoutProgress li.Step1On {
    background: url("/images/progress-start-on.gif") no-repeat center;
}
.CheckoutProgress li.Step1Off {
    background: url("/images/progress-start-off.gif") no-repeat center;
}
.CheckoutProgress li.Step2On {
    background: url("/images/progress-middle-on.gif") no-repeat center;
}
.CheckoutProgress li.Step2Off {
    background: url("/images/progress-middle-off.gif") no-repeat center;
}
.CheckoutProgress li.Step3On {
    background: url("/images/progress-middle-on.gif") no-repeat center;
}
.CheckoutProgress li.Step3Off {
    background: url("/images/progress-middle-off.gif") no-repeat center;
}
.CheckoutProgress li.Step4On {
    background: url("/images/progress-end-on.gif") no-repeat center;
}
.CheckoutProgress li.Step4Off {
    background: url("/images/progress-end-off.gif") no-repeat center;
}
.CheckoutProgress div.StepOn {
    color: #ff9148;
}

.Loading {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 120%;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    background: #ffffff;
    text-align: center;
}
.Loading div {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 101;
    background: #cccccc;
    border: solid 1px #ff9148;
  	font: bold 1.2em Tahoma, Sans-Serif; 
}


/* footer */
.Footer {
    top: 160px;
	clear: both;
	color: #414141;
	border-top: 1px solid #6c757a;
}

.FooterMenu {
	background: #f0f0f0;
	background-image: url("/images/background-gray-126x1.gif");
	text-align: center;
	margin: 0 0 0 0;
	height: 126px;
}
.FooterMenu div {
	width: 143px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 4px 0 0 10px;
    float: left;
}
.FooterMenu span {
    font: bold 1.0em Tahoma, Sans-Serif;
    color: #666666;
}
.FooterLinks {
    color: #808080;
}
.FooterLinks a {
    color: #808080;
}

.FooterInfo { 
	text-align: center;
	padding: 10px 0 10px 0;
}
.FooterInfo a {
    color: #808080;
}

.ServerError {
    margin: 6px 0 6px 0;
	border: 1px dotted #ff0000;
	background-color: #ffefef;
}
.ServerError h1 {
    color: #ff0000;
}
.ServerError h2 {
    font: normal 1.25em Tahoma, Sans-Serif;
    color: #ff0000;
    margin: 1px 8px 8px 8px;
}
.ServerError a {
    color: #ff0000;
    font-weight: bolder;
}

.Article {
    font-size: 1em;
    margin: 6px 0 0 0;
}
.Article p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 3px 0 18px 0;
}
.Article h2 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 3px 0 3px 0;
}

.Article a.alink {
    float: right;
}

.Article div.ArticleInfo {
    color: #999999;
    font-size: 0.9em;
    line-height: 1.3em;
}
.Article div.ArticleBody {

}
.Article div.BackToArticles {
    text-align: right;
}

.ArticlePreview {
    clear: both;
    margin: 3px 0 6px 0;
}
.ArticlePreview img {
    border: 0;
    width: 80px;
    float: left;
}
.ArticlePreview div {
    margin: 0 0 0 80px;
    padding: 0 0 0 6px;
    line-height: 1.2em;
}
.ArticlePreview h2 {
    padding: 0 0 3px 0;
    
}

.ArticlsByCategory {
    clear: both;
    margin: 3px 0 6px 0;
}
.ArticlsByCategory div.CategoryHeader {
    clear: both;
}
.ArticlsByCategory div.Article {
    clear: both;
}
.ArticlsByCategory div.Date {
    width: 60px;
    margin: 0 6px 0 0;
    text-align: right;
    float: left;
}

.ArticleHomePageTitle {
    font-size: 14px;
    color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}
a.ArticleHomePageTitle {
    color: #333333;
    text-decoration: none;
}
a.ArticleHomePageTitle:link {
    color: #333333;
    text-decoration: none;
}
a.ArticleHomePageTitle:visited {
    color: #333333;
    text-decoration: none;
}
a.ArticleHomePageTitle:hover  {
    color: #333333;
    text-decoration: underline;
}
.ArticleCaption {
    font-size: 11px;
    color: #666699;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

div.FBLikeButton {
    padding: 10px 0 0 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.LoginHead
{
    color : #666666;
    font-size : 12px;
    font-weight : bold;
}

.Login
{
    color : #666666;
    font-size : 11px;
    font-weight : normal;
}

.LoginTextBox
{
    font-size : 12px;
    font-weight : normal;
}

.Version
{
    font-size : 9px;
}

.Copyright, a.Copyright, a.Copyright:link, a.Copyright:visited, a.Copyright:hover
{
    font-size : 9px;
    color : #eeeeee;
    text-decoration : none;
}