﻿body
{
    font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color:#f5f5f5;
    width:100%;
    margin: 0px 0px 0px 0px;
    color: rgb(45, 66, 90);
}
.Wrapper 
{
	font-family: "Segoe UI",Segoe,"Roboto","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color:Transparent;
    /*width:100%;*/
    margin:0px 0px 0px 0px;   
/*    color: rgb(68, 68, 68); */
    width: 80%;
    margin: 0px auto;
}
h1
{
    text-align:center;
    color:rgb(47, 47, 85);
    background-image: url("Images/BackgroundLine.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.MenuTopWrapper 
{
    background-color:#3A7EF9;
    width: 100%;
    padding: 15px;
    border-right-width:1px;
    border-left-width:1px;
    border-right-style:solid;
    border-left-style:solid;
    border-left-color:#E0EBFE;
    border-right-color:#E0EBFE;
    /*border-bottom-color:navy;
    border-bottom-style:solid;*/
    min-height: 45px;    
    height:45px;
    line-height: 1.4em;
    -moz-box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-box-shadow: 0px 0px 10px #CFDFFE;
    box-shadow: 0px 0px 10px #CFDFFE;
    /*-webkit-border-bottom-left-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;*/
}

.MenuWrapper 
{
    background-color:White;
    width: 100%;
    margin-bottom:15px;    
    padding: 15px;
    position: relative;      
    border: 1px solid #E0EBFE;/*#ccc;*/
    min-height: 35px;    
    height:35px;
    float:left; 
    line-height: 1.4em;
    -moz-box-shadow: 0px 0px 10px #CFDFFE;/*#c3c3c3;*/
    -webkit-box-shadow: 0px 0px 10px #CFDFFE;
    box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-border-bottom-left-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.logo
{
    background:url('Images/Logo.png') no-repeat;
    width:453px;
    min-height:40px;
    float:left;
}
.Menu
{
    background-color:Transparent;
    min-height:40px;    
    float:right;
    margin-left:auto;
    margin-top:10px;    
    margin-right:10px;
    width:300px;
}

.MenuSeach
{
    width:400px;
    height:40px;
    background-color:white;      
    margin: 5px auto;
}

.MainWrapper_
{
    background-color:white;
    width:100%;
    padding: 5px 5px 5px 5px;
    position: relative;
    border: 0px solid rgb(123, 146, 165);    
    min-height: 600px;
    border-radius: 4px 4px 4px 4px;
    overflow:hidden;
    float:left;
}

.MainWrapper 
{
    padding: 15px;
    border: 1px solid #E0EBFE;/*#AFCAFD;#ccc;*/    
    background: white;
    line-height: 1.4em;    
    -moz-box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-box-shadow: 0px 0px 10px #CFDFFE;
    box-shadow: 0px 0px 10px #CFDFFE;/*#c3c3c3;*/
   /* -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-bottomright: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;*/
    
    border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    
    width:100%;
    min-height: 600px;
    overflow:hidden;
    float:left;
}

.LeftPanel {
    width: 20%;
    min-height: 600px;       
    background-color:white;
    float:left;
}

.MainPanel {
    width: 80%;    
    background-color:white;
    margin: 0px 0px 0px 0px;
    float:left;
}

.FooterWrapper 
{
    background-color:white;
    width: 100%;
    margin-top:15px;
    padding: 15px;
    position: relative;      
    border: 1px solid #E0EBFE;/*#ccc;*/
    height:60px;
    float:left; 
    -moz-box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-box-shadow: 0px 0px 10px #CFDFFE;
    box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    text-align:center;
}

.Products_
{   
    background-color:Transparent;
    float: left; 
    width: 220px;
    height: 260px;
    margin:2px 2px 15px 2px;
    border: 1px solid rgb(199, 211, 225);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 3px;
	color: rgb(45, 66, 90);
}

.Products
{   
    background-color:Transparent;
    float: left; 
    width: 220px;
    height: 260px;
    /*margin:2px 2px 15px 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 3px;
	color: rgb(45, 66, 90);*/

    padding: 7px;
    margin: 5px 5px 14px 5px;
    border: 1px solid #ddd;
    line-height: 1.4em;
    font-size: 12px;
    -moz-box-shadow: 1px 1px 4px #cccccc;
    -webkit-box-shadow: 1px 1px 4px #cccccc;
    box-shadow: 1px 1px 4px #ccc;
}
.ProductWrapper
{
    width: 100%;
    height:260px;
}

.Product
{
    border-width:0px;
    text-align:center;
}

.Product.Title 
{
    color: rgb(45, 66, 90);
}

.Product.Brand 
{
    color:Orange;
} 

.Product.Price
{
    color:#900;
    font-weight:bold;
}

.Product.FrameContainer
{	
	width:210px;
	height:195px;
	margin: 0px auto 5px;		
}

.Product.Frame
{	
	max-width:210px;	
	max-height:195px;
}

.ProductDetail.Frame
{	
	max-width:360px;
	max-height:400px;
	margin: 0px auto 5px;	
	float:left;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:10px;
}

.ProductDetails.Data
{    
    text-align:justify;
    float:left;
    margin-left:50px;
    margin-top:10px;
    color:Navy;
    width:500px;  
    min-height:400px;  
}
.ProductDetails.Details
{         
    min-height:375px;  
}
.ProductDetails.Details h1
{
    display: block;
    font-size: 1.7em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    background-image:url('Images/BackgroundLine.png');
    background-repeat:repeat-x;  
    background-position:left bottom;  
}

.ProductDetails.Title 
{
    color: rgb(45, 66, 90);
    margin-bottom:10px;
}

.ProductDetails.Brand 
{
    color:rgb(255, 112, 0);
    font-weight:bold;
    margin-bottom:10px;
} 

.ProductDetails.Price
{
    color:#900;
    font-weight:bold;
    margin-bottom:20px;    
}

.ProductDetails.Description
{
    color:Black;
    font-size:14px;
    border:0px !important;    
}

.ProductDetails.Price a
{
    color: #58B3D1;
    font-size:16px;    
}

.ProductDetails.Price.NotInStock a
{
    color:#58B3D1;
    font-size:16px;
    text-decoration:underline;  
    margin-top:50px;  
}

.ProductDetails.Bottom
{
    margin-bottom:10px;
    margin-top:10px;
}

.ProductDetails.Back
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    height: 24px;
    line-height: 20px;
    text-align: center;
}

.Lines_Wrapper
{   
    width:100%;
    padding: 7px;
    height: 270px;
    font-size:12px;
}
.Lines_Wrapper .Left
{
    background:url('Images/Left.png') no-repeat;
    float:left;
    width:25px;     
    Height:37px;
    border:0px;
    margin:115px 0px 0px 0px;
}
.Lines_Wrapper .Right
{
    background:url('Images/Right.png') no-repeat;
    float:right;
    width:25px;     
    Height:37px;
    border:0px;
    margin:115px 15px 0px 0px;    
}

.Line_Wrapper
{   
    background-color:Transparent;
    width: 230px;
    height: 260px;    
    margin: 5px 5px 5px 0px;
    float:left;
}

.Line.FrameContainer
{	
	width:225px;	
	margin: 0px auto 5px;
	height: 195px;	
}
.Line.Frame
{	
	border-width:0px;
	max-width:210px;	
	max-height:195px;
}

.Line.FrameSelected
{	
	border-color:Red;
	border-width:2px;
}

.LineName
{
    color: #58B3D1;
    font-size:16px;   
    font-weight:bold; 
}

.Details 
{
    text-decoration:none;
    
}


.Details:hover {
    /*background-color:#dddddd;
    background-image: url('images/arrow-right.png');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display:block;
    opacity:0.7;
}

/*  Form Style */
.Currency
{
    text-align:right;
}
.CurrencyTotal
{
    text-align:right;
    font-weight:bold;
}
.table_container .Header
{
    background-color:#EE7E27;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa915), to(#EE7E27));
    background: -webkit-linear-gradient(top, #ffa915, #EE7E27);    
    background: -moz-linear-gradient(top, #ffa915, #EE7E27);
    background: -ms-linear-gradient(top, #ffa915, #EE7E27);
    
    height:28px;        
    vertical-align:middle;
    color:White;
    margin: 0 auto;
    margin-bottom: 5px;
    -moz-box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-box-shadow: 0px 0px 10px #CFDFFE;
    box-shadow: 0px 0px 10px #CFDFFE;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
}
                
.table_container
{    
    text-align:left;
    border-width:1px;
    border-bottom-color:#EE7E27;
    background-color:beige;
}
.table_container .table_1 {
    width: 60px;
}
.table_container .table_2 
{
    width: 140px;
}
.table_container .table_3 {
  width: 220px;
}
.table_container .table_4 {
  width: 300px;
}
.table_container .table_5 {
  width: 380px;
}
.table_container .table_6 {
  width: 460px;
}
.table_container .table_7 {
  width: 540px;
}
.table_container .table_8 {
  width: 620px;
}
.table_container .table_9 {
  width: 700px;
}
.table_container .table_10 {
  width: 780px;
}
.table_container .table_10 input{
  width: 99% !important;
}
.table_container .table_11 {
  width: 860px;
}
.table_container .table_12 {
  width: 940px;
}
.table_container .column {
  display: inline;
  float: left;
  margin: 0 10px;
}
.table_container .row 
{
  margin: 0 auto;
  width: 100%;  
}
.table_container .row .row {
  display: inline-block;
  margin: 10px -10px;
  width: auto;
}
.table_container .row .row1 {
  display: inline-block;
  margin: 0px -10px;
  width: auto;
}
.table_container .row .row2 {
  display: inline-block;
  margin: 2px 0px 0px 0px;
  width: auto;
}
.table_container .clear {
  clear: both;
}
#contactUsForm input {
   width : 97%;
}

#contactUsForm textarea {
    width: 98%;
}                

#contactUsForm h3 {
    font-weight: normal;
    font-size: 1.4em;
    border-bottom: 1px solid #ccc;
}

#contactUsForm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contactUsForm li {
    margin: 10px 0 0 0;
}

#contactUsForm label {
    display: inline-block;
    text-align: right;    
    vertical-align: top;
}

.required {
    font-weight: bold;
}

.valid {
    color: green;
}
.status
{
    text-align:center !important;
}

.invalid {
    color: red;
}
span.k-tooltip {
    margin-left: 1px;
    position: absolute;
}
/*end grid*/  