﻿body
{
}







a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(51, 102, 204);
}
a:hover
{
	text-decoration: underline;
}
.container
{
	min-height:350px;
	position:relative;
}
.subContainer
{
	padding: 10px;
}

.CompanyLogoDiv img
{
	min-height: 50px;
	min-width: 130px;
	width: 10%;
	height: 8%;
	position: fixed;
	left: 2%;
	top: 4%;
}
.Link
{
	float: right;
	display: inline-block;
	background: none repeat scroll 0% 0% transparent;
	border: medium none;
	border-radius: 0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	color: rgb(58, 117, 196);
	font: 10px/12px "ZurichBTWGL4-Black" ,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0px none;
}
.text
{
	padding: 5px 32px 6px 9px;
	display: inline-block;
	position: relative;
	color: rgb(58, 117, 196);
	background: url("../img/button.png") repeat-x scroll left top rgb(241, 245, 247);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px 4px 4px 4px;
	font: 10px/12px "ZurichBTWGL4-Black" ,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
.arrow
{
	display: block;
	width: 14px;
	height: 16px;
	position: absolute;
	right: 9px;
	top: 3px;
	background: url("../img/circular_arrow.png") no-repeat scroll center center transparent;
}

.DivContainer
{
	background-image: url('../img/Tab_Home.png');
	height: 140px;
	width: 960px;
	background-position: -8px 0;
}

.BoxDiv
{
	width: 200px;
	float: left;
	position: relative;
	left: 20px;
	height: 100px;
	color: rgb(30, 30, 30);
	font-size: 11px;
	padding: 15px 15px;
}

.BoxDiv .Header
{
	color: rgb(58, 117, 196);
	font-size: 16px;
	letter-spacing: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.search-input
{
	outline: medium none;
	background: url("../img/search-input.png") no-repeat scroll 0% 0% transparent;
	width: 136px;
	height: 21px;
	line-height: 23px;
	border: 0px none;
	padding: 0px 30px 0px 25px;
	margin: 0px;
	color: rgb(153, 153, 153);
	font-size: 11px;
	vertical-align: baseline;
}

.search-submit-btn
{
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("../img/btn-search-submit.png") no-repeat scroll 0% 0% transparent;
	border: 0px none;
	width: 22px;
	height: 21px;
	font-size: 100%;
	margin: 0px;
	vertical-align: baseline;
}
.search-submit-btn:hover
{
	background: url("../img/btn-search-submit.png") no-repeat scroll 0% 100% transparent;
}

.inputext
{
	outline: medium none;
	background: url("../img/bg-search-input.png") no-repeat scroll 0% 0% transparent;
	width: 136px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	padding: 0px 30px 0px 25px;
	margin: 0px;
	color: Black;
	font-size: 11px;
	vertical-align: baseline;
}
.inputtextarea
{
	outline: medium none;
	line-height: 15px;
	height: 60px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	color: Black;
	border: 1px solid #ccc;
	font-size: 11px;
	vertical-align: baseline;
	text-transform: capitalize;
}

.textbox
{
	padding: 5px 6px 6px 6px;
	display: inline-block;
	position: relative;
	color: rgb(58, 117, 196);
	background: url("../img/button.png") repeat-x scroll left top rgb(241, 245, 247);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px 4px 4px 4px;
	font: 10px/12px "ZurichBTWGL4-Black" ,Arial,Helvetica,sans-serif;
	min-width:200px;
	max-width:200px;
}

.SearchDiv
{
	font-weight: bold;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
	color: rgb(128, 128, 128);
	text-align: left;
	font-size: 16px;
	font-family: arial,tahoma,verdana,sans-serif;
}

.SearchTextBox
{
	height: 15px;
	width: 350px;
	padding: 10px 10px 9px 32px;
	outline: 0px none;
	border: 2px solid rgb(2, 114, 167);
	border-radius: 2px 0px 0px 2px;
	font-size: 13px;
	font-family: arial,tahoma,verdana,sans-serif;
	color: rgb(51, 51, 51);
	text-align: left;
	background: url("../img/icon-search.png") no-repeat 4px 4px transparent;
}
.InputTextBox
{
	height: 15px;
	width: 350px;
	padding: 9px 10px 10px 32px;
	outline: 0px none;
	border: 2px solid rgb(2, 114, 167);
	border-radius: 2px 0px 0px 2px;
	font-size: 13px;
	font-family: arial,tahoma,verdana,sans-serif;
	color: rgb(51, 51, 51);
	text-align: left;
	background-color:White;
	margin:-5px 0px ;
}
.SearchDropdown
{
	height: 38px;
	width: 350px;
	padding: 10px 10px 9px 10px;
	outline: 0px none;
	border: 2px solid rgb(2, 114, 167);
	border-radius: 2px 0px 0px 2px;
	font-size: 13px;
	font-family: arial,tahoma,verdana,sans-serif;
	color: rgb(51, 51, 51);
	text-align: left;
}
.SearchButton
{
	background-color: rgb(253, 217, 34);
	border: 1px solid rgb(224, 188, 39);
	border-radius: 0px 2px 2px 0px;
	text-transform: uppercase;
	color: rgb(86, 86, 86);
	position: absolute;
	line-height: 17px;
	height: 38px;
	cursor: pointer;
	width: 110px;
	-moz-appearance: button;
	font-size: 13px;
	font-weight: bold;
}

.ResetButton
{
	background-color:Orange;
	border: 1px solid rgb(224, 188, 39);
	border-radius: 2px;
	text-transform: uppercase;
	color: rgb(86, 86, 86);
	line-height: 17px;
	height: 38px;
	cursor: pointer;
	width: 110px;
	-moz-appearance: button;
	font-size: 13px;
	font-weight: bold;
	float:right; 
}

.Button
{
	background-color:rgb(253, 217, 34);
	border: 1px solid rgb(224, 188, 39);
	border-radius: 2px;
	text-transform: uppercase;
	color: rgb(86, 86, 86);
	line-height: 17px;
	height: 38px;
	cursor: pointer;
	width: 110px;
	-moz-appearance: button;
	font-size: 13px;
	font-weight: bold;
	margin:0px;
}

.UnderSearch
{
	color: rgb(128, 128, 128);
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 13px;
}
.Right
{
	float: right;
}
.Left
{
	float: left;
}

.Product-Container
{
	padding: 0px;
	display: block;
	margin: 5px;
}
.ProductCol
{
	width: 24%;
	padding: 5px;
	float: left;
	position: relative;
	margin: 3px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
	color: rgb(132, 132, 132);
	text-align: left;
}
.browse-Product
{
	position:relative;
	padding: 15px;
	border: 2px solid transparent;
	margin-bottom: 10px;
	display: block;
	font: inherit;
	vertical-align: baseline;
	color: rgb(132, 132, 132);
	text-align: left;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.browse-Product:hover
{
	border: 2px solid orange;
}

.ProductImage
{
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	height: 140px;
	width: 140px;
}
.imgProduct
{
	max-height: 125px;
	max-width: 140px;
}
.ProductDetails
{
	margin: 5px;
	text-align: center;
}

.ProductType
{
	color: Black;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	overflow: hidden;
	height: 12px;
	line-height: 12px;
	display: inline-block;
}

.barslide
{
	width: 120px;
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 6px;
	margin-bottom: 18px;
	background-color: rgb(247, 247, 247);
	background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(249, 249, 249));
	background-repeat: repeat-x;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-radius: 4px 4px 4px 4px;
}
.bar
{
	line-height: 12px;
	font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: rgb(51, 51, 51);
	background-color: rgb(20, 155, 223);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	width: 0px;
	height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: rgb(14, 144, 210);
	background-image: -moz-linear-gradient(center top , rgb(20, 155, 223), rgb(4, 128, 190));
	background-repeat: repeat-x;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
	-moz-box-sizing: border-box;
	transition: width 0.6s ease 0s;
}

.Offer
{
	background-color: rgb(111, 186, 84);
	font-weight: bold;
	position: absolute;
	color: rgb(255, 255, 255);
	padding: 4px 6px 2px;
	margin-top: -34px;
}


.LargeProductImage
{
	height: 340px;
	width: 320px;

	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}


.Product_Details
{
	width: 340px;
	padding: 0px;
	float: left;
	position: relative;
	margin: 3px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
	color: rgb(132, 132, 132);
	text-align: left;
}

.Large_ProductName
{
	font-weight: normal;
	font-size: 21px;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	vertical-align: baseline;
	color: Black;
}

.OrderNow
{
	border: 1px solid rgb(236, 103, 35);
   /* fallback/image non-cover color */
   background-color: #FF4500; 


   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#FF4500));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #ffffff, #FF4500); 

   /* Firefox 3.6+ */
   background-image: -moz-linear-gradient(top, #ffffff, #FF4500);
 
   /* IE 10+ */
   background-image: -ms-linear-gradient(top, #ffffff, #FF4500);

   /* Opera 11.10+ */
   background-image: -o-linear-gradient(top, #ffffff, #FF4500);
   
    display: inline-block;
    line-height: 1.3;
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    vertical-align: baseline;
    font-size: 18px;
    width: 232px;
    padding: 8px 0px;
    background-image: -webkit-linear-gradient(top, #ffffff, #FF4500);/* for IE */
	}

.ShowBar
{
	width: 25%;
	background: url("../img/Barback.gif") repeat-x scroll center bottom rgb(255, 255, 255);
	width: 130px;
	padding: 22px;
	float: left;
	position: relative;
	margin: 0.5px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
	color: rgb(132, 132, 132);
	text-align: left;
	text-transform: capitalize;
}


.barDetails
{
	padding: 15px;
	vertical-align: middle;
}



.Large_barslide
{
	width: 120px;
	display: inline-block;
	float: left;
	margin: 0px;
	overflow: hidden;
	height: 12px;
	margin-bottom: 18px;
	background-color: rgb(247, 247, 247);
	background-image: -moz-linear-gradient(center top , rgb(245, 245, 245), rgb(249, 249, 249));
	background-repeat: repeat-x;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	line-height: 22px;
	font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
	font-size: 13px;
	color: rgb(51, 51, 51);
}
.Large_bar
{
	font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: rgb(51, 51, 51);
	line-height: 22px;
	width: 0px;
	height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	background-color: rgb(14, 144, 210);
	background-image: -moz-linear-gradient(center top , rgb(20, 155, 223), rgb(4, 128, 190));
	background-repeat: repeat-x;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
	-moz-box-sizing: border-box;
	transition: width 0.6s ease 0s;
	background-color: rgb(20, 155, 223);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	width: 48px;
}

.SpacificationContainer
{
	width: 100%;
	float: left;
	margin: 10px;
	padding: 15px;
	margin: 0px;
	font-size: 24px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.details
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	text-align: justify;
}
.offer-green
{
	display: block;
	width: 70px;
	height: 60px;
	background: url("../img/offer.png") no-repeat scroll 0px 0px transparent;
	float: left;
}
.offer-box
{
	border-width: 0px 0px 0px medium;
	border-style: none;
	border-color: -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 0px;
	margin: 11px 0px 0px 15px;
	padding: 15px 5px 15px 5px;
	background-color: rgb(249, 249, 249);
	overflow: hidden;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: rgb(132, 132, 132);
}

.box
{
	background-color: #E6E6E6;
	filter: alpha(opacity=.10);
}

.DetailsText
{
	padding: 1px;
	margin: 1px;
}

.headding
{
	font-size: 14px;
	font-weight: bold;
}

.Blue h1
{
	font-size: 42px;
	letter-spacing: -1px;
	font-family: ZurichBTWGL4-Roman,Arial,Helvetica,sans-serif;
	line-height: 48px;
	text-transform: uppercase;
	color: rgb(58, 117, 196);
	margin: 0px;
	padding: 0px 0px 10px;
}
.error-message
{
	color: Red;
}
.left-align
{
	text-align: left;
}


.form-submit-button{
border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 12px 5px 12px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #49c0f0; background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);
 }

.form-submit-button:hover{
 border:1px solid #1090c3;
 background-color: #1ab0ec; background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
 }







#Background
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: black;
	filter: alpha(opacity=50);
	opacity: 0.4;
	z-index: 10000;
}

#Progress
{
	position: fixed;
	top: 30%;
	left: 30%;
	right: 30%;
	text-align: center;
	background-color: transparent;
	color: Black;
	height: 20%;
	z-index: 10001;
}


.LargeProductImage{
    cursor: url('../img/magnify.cur'), zoom-in;
}
#showImage img
{
    max-height:500px;
    max-width:600px;
}

#showImage
{
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    width:100%;
}

