﻿
/* --------------------------------------------------------- MainTabStrip --------------------------------------------------------- */

#MainTabStrip {
	width: 100%;
	height: 700px;
    margin: 0;
	padding: 0;
    animation: toggle;
}
#MainTabStrip .k-tabstrip-items {
	display: none;
}
#MainTabStrip-1 {
    width: 100%;
	height: 90%;
    margin: 0;
	padding: 0;
    border: none;
}
#MainTabStrip-2 {
    width: 100%;
	height: 90%;
    margin: 0;
	padding: 0;
    border: none;
}
#MainTabStrip-3 {
    width: 100%;
	height: 90%;
    margin: 0;
	padding: 0;
    border: none;
}
#MainTabStrip-4 {
    width: 100%;
	height: 90%;
    margin: 0;
	padding: 0;
    border: none;
}
/* --------------------------------------------------------- HierarchyPaneTabStrip --------------------------------------------------------- */

#HierarchyPaneTabStrip {
	width: auto;
	height: auto;
    margin: 0;
	padding: 0;
    border: none;
    animation: toggle;
}
#HierarchyPaneTabStrip .k-tabstrip-items {
	display: block;
}
#HierarchyPaneTabStrip-1 {
    width: 100%;
	height: 100%;
    margin: 0;
	padding: 0;
    border: none;
}
#HierarchyPaneTabStrip-2 {
    width: 100%;
	height: 100%;
    margin: 0;
	padding: 0;
    border: none;
}

/* --------------------------------------------------------- ProductsScreen --------------------------------------------------------- */

#ProductsScreen {
    width: 100%;
	height: 100%;
    border: none;
}
#HierarchyTree {
    border: none;
    overflow: auto;
}
#AttributesListView {
    border: none;
}
#ProductsGrid {
    border: none;
}
#ProductsGrid .styleCol0 {
    width: 110px; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid .styleCol1 {
    width: auto; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid .styleCol2 {
    width: 80px; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid .styleCol3 {
    width: 1px; 
    border: none;
    padding: 1px 4px;
}
#ProductsGrid .styleCatalogNumber {
    display: block;
}
#ProductsGrid .styleDescription {
    display: block;
}
#ProductsGrid .styleListPrice {
    text-align: right;
}
#ProductsGrid .styleTightButton { 
    min-width: 0px; 
    margin: 1px;
    padding: 1px;
    align-content: center;
    border:none;
    background-color:transparent;
    color:#003e7e;
}
#ProductsGrid .styleTightButtonIcon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
}

/* --------------------------------------------------------- CartScreen --------------------------------------------------------- */

#CartScreen {
    width: 100%;
	height: 100%;
    border: none;
}
#CartGrid {
    border: none;
}
#CartGrid .styleCol0 {
    width: 80px; 
    padding: 4px;
    border: none;
}
#CartGrid .styleCol1 {
    width: auto; 
    padding: 4px;
    border: none;
}
#CartGrid .styleCol2 {
    width: 40px; 
    padding: 4px;
    border: none;
}
#CartGrid .styleCol3 {
    width: 80px; 
    padding: 4px;
    border: none;
}
#CartGrid .styleCol4 {
    width: 1px; 
    padding: 4px;
    border: none;
}
#CartGrid .styleThumbnailBox {
    display: block;
    width: 70px; 
    height: 70px;
    margin: auto;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}
#CartGrid .styleThumbnail {
    display: block;
    width: auto;
    margin: auto;
}
#CartGrid .styleCatalogNumber {
    display: block;
    font-size: 1.6em; 
    font-weight: bold;
}
#CartGrid .styleDescription {
    display: block;
    padding-top: 1.0em;
}
#CartGrid .styleQuantity {
    font-size: 1.6em; 
    text-align: center;
}
#CartGrid .styleListPrice {
    text-align: right;
}
#CartGrid .styleTightButton {
    min-width: 0px; 
    margin: 1px;
    padding: 1px;
    align-content: center;
}
#CartGrid .styleTightButtonIcon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
}

/* --------------------------------------------------------- DetailsScreen --------------------------------------------------------- */

#DetailsScreen {
    width: 100%;
	height: 100%;
    border: none;
}
#DetailsScreen .k-splitbar{
    display: none;
}

/* --------------------------------------------------------- DetailsLeftGrid --------------------------------------------------------- */

#DetailsLeftGrid {
    border: none;
    position:absolute; 
    top:50%; 
    width:250px; 
    height:340px; 
    margin-top:-170px
}
#DetailsScreen .styleThumbnailRow {
    display: block;
    width: 200px; 
    height: 200px;
    margin: auto;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}
#DetailsLeftGrid .styleThumbnail {
    display: block;
    width: auto;
    margin: auto;
}
#DetailsLeftGrid .styleCatalogNumberRow {
    text-align: center;
}
#DetailsLeftGrid .styleCatalogNumber {
    display: block;
    font-size: 1.6em; 
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
#DetailsLeftGrid .styleReturnButtonRow {
    padding: 0;
}
#DetailsLeftGrid .styleReturnButton {
    padding: 2px;
    margin: 12px 0px 0px 90px;
    min-width: 0px;
}
#DetailsLeftGrid .styleReturnButtonIcon {
    width: 64px; 
    height: 64px;
    vertical-align: middle;
}  
    
/* --------------------------------------------------------- DetailsRightGrid --------------------------------------------------------- */

#DetailsRightGrid {
    border-style: none;
}
#DetailsRightGrid .styleTD {
    padding: 0;
}
    
/* --------------------------------------------------------- DetailsRightGrid - Headers --------------------------------------------------------- */

#DetailsRightGrid .styleHeaderRow {
    padding: 2px;
    margin: 8px 4px 0px 0px;
    background-color: whitesmoke;
}
#DetailsRightGrid .styleHeaderTitle {
    font-size: 1.6em; 
    font-weight: bold;
}
    
/* --------------------------------------------------------- DetailsRightGrid - Attributes --------------------------------------------------------- */

#DetailsRightGrid .styleAttributeRow {
    padding: 0;
    margin: 0px 4px 0px 0px;
}
#DetailsRightGrid .styleAttributeCol0 {
    width: 200px;
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleAttributeCol1 {
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleAttributeTitle {
    padding: 0;
    line-height: 1.1em;
}
#DetailsRightGrid .styleAttributeValue {
    padding: 0;
    line-height: 1.1em;
}
    
/* --------------------------------------------------------- DetailsRightGrid - Accessories --------------------------------------------------------- */

#DetailsRightGrid .styleAccessoryRow {
    padding: 0;
    margin: 0px 4px 0px 0px;
}
#DetailsRightGrid .styleAccessoryCol0 {
    width: 200px; 
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleAccessoryCol1 {
    width: auto; 
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleAccessoryCol2 {
    width: 80px; 
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleAccessoryCol3 {
    width: 1px; 
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleCatalogNumber {
    padding: 0;
    line-height: 1.1em;
}
#DetailsRightGrid .styleDescription {
    padding: 6px;
    line-height: 1.1em;
}
#DetailsRightGrid .styleListPrice {
    padding: 0;
    line-height: 1.1em;
    text-align: right;
}

/* --------------------------------------------------------- DetailsRightGrid - Documents --------------------------------------------------------- */

#DetailsRightGrid .styleDocumentRow {
    padding: 0;
    margin: 0px 4px 0px 0px;
}
#DetailsRightGrid .styleDocumentCol0 {
    width: 30px;
    padding: 0px 4px;
}
#DetailsRightGrid .styleDocumentCol1 {
    width: auto;
    padding: 0px 4px;
    border: none;
}
#DetailsRightGrid .styleTightButton {
    min-width: 0px; 
    margin: 0px;
    padding: 1px;
    align-content: center;
    border:none;
    background-color:transparent;
    color:#003e7e;

}
#DetailsRightGrid .styleTightButtonIcon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
}
#DetailsRightGrid .styleDocumentTitle {
    display: block;
    text-align: left;
    padding: 0;
}

#DetailsRightGrid tr {
    background-color: #e8e8e8;
}
#DetailsRightGrid tr.k-alt {
    background-color: #fff;
}

/* --------------------------------------------------------- MiniConfigurator --------------------------------------------------------- */
#MiniConfiguratorScreen {
    width: 100%;
	height: 100%;
    border: none;
}
#AttributesListView1 {
    border: none;
}
#ProductsGrid1 {
    border: none;
    margin: 7px 0 10px 15px !important;
}
#ProductsGrid1 .styleCol0 {
    width: 110px; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid1 .styleCol1 {
    width: auto; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid1 .styleCol2 {
    width: 80px; 
    border: none;
    padding: 0px 4px;
}
#ProductsGrid1 .styleCol3 {
    width: 1px; 
    border: none;
    padding: 1px 4px;
}
#ProductsGrid1 .styleCatalogNumber {
    display: block;
}
#ProductsGrid1 .styleDescription {
    display: block;
}
#ProductsGrid1 .styleListPrice {
    text-align: right;
}
#ProductsGrid1 .styleTightButton { 
    min-width: 0px; 
    margin: 1px;
    padding: 1px;
    align-content: center;
    border:none;
    background-color:transparent;
    color:#003e7e;

}
#ProductsGrid1 .styleTightButtonIcon {
    width: 24px; 
    height: 24px;
    vertical-align: middle;
}

#ProductsGrid1 tr {
    background-color: #e8e8e8;
}
#ProductsGrid1 tr.k-alt {
    background-color: #fff;
}


/* --------------------------------------------------------- Scrolling menu approach - did not work as Rockwell would like--------------------------------------------------------- */
/*.k-ie .k-menu .k-group

{

   overflow: visible !important;

}*/

/* --------------Styles from Rockwell -------------- */

#ProductsGrid tr {
    background-color: #e8e8e8;
}
#ProductsGrid tr.k-alt {
    background-color: #fff;
}

#ProductsPane {
	/*margin-left: 15px;*/
	/*width: 685px;*/
}

#MiniConfiguratorProductsPane {
	margin-left: 5px;
	/*width: 685px;*/
}

#ProductsGridDiv {
    margin: 7px 0 0px 15px !important;
    /*padding-bottom: 12px !important;*/
}

/* --------------Styles from Rockwell -------------- */
/* -------------- fixes for styles from Rockwell*/

#ProductsGrid {
	margin-left: 15px;
   /* margin-top:-5px;*/
	/*width: 685px;*/  /* pushes scroll bar off of page*/
}

#ProductsGrid td {
        padding: 6px;
}

#ProductsGrid1 {
    border: none;
    margin-top:-5px;
}

#ProductsGrid1 td {
        padding: 6px;
}

#ProductsGrid1Div {
    margin: 7px 0 10px 15px !important;
    padding-bottom: 12px !important;
}

#DetailsRightGrid td {
    padding:6px;
}

