/*---------------------------Reset Css------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	word-wrap: break-word;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #000000;*/
}

html, body
{
	width: 100%;
	height: 100%;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #D37B20;
	text-decoration: none;
	outline: none;
	/*display: inline-block;*/
}

	a:hover
	{
		text-decoration: none;
	}

	a img
	{
		border: none;
		outline: none;
		text-decoration: none;
	}

	a:hover img
	{
		border: none;
		outline: none;
		text-decoration: none;
	}

input, select
{
	vertical-align: middle;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

.textbox40
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 2px 1px 1px 2px;
	font-size: 8pt;
	font-family: Verdana,Arial,Lucida Sans Regular;
	background-color: #FFF;
	width: 40px;
	color: black;
}
/*---------------------------Common Css------------------------------------------- */
p
{
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.clearFix
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.fltLft
{
	float: left;
}

.fltRht
{
	float: right;
}

.leftColumn
{
	float: left;
}

.rightColumn
{
	float: right;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

h1
{
	font-size: 22px;
	color: #FFF;
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

.errormessage
{
	font-size: 15px;
	font-weight: bold;
	color: Red;
}

.errorMessageFocus
{
	background-color: Yellow !important;
	border: 1px solid #ccc !important;
}

	
/**************BUTTONS CSS*****************/
.grayBtn
{
	border: #d16f6f solid 1px;
	/*background: url(../images/graybg.gif) left top repeat-x;*/
	height: 33px;
	line-height: 33px;
	font-size: 15px;
	color: #ffffff;
	padding: 0 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

	.grayBtn img
	{
		vertical-align: middle;
	}

	.grayBtn:hover
	{
		background: #20478c;
	}

.grayEdgeBtn
{
	float: left;
	background: url(../images/edgeBtnleft.gif) left top no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

	.grayEdgeBtn span
	{
		float: left;
		/*background: url(../images/graybg.gif) left top repeat-x;*/
		height: 33px;
		line-height: 33px;
		font-size: 15px;
		color: #ffffff;
		padding: 0 15px 0 5px;
		border: #d16f6f solid 1px;
		border-left: none;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

		.grayEdgeBtn span:hover
		{
			color: #fe0106;
		}

#header .cartBtn
{
	float: right;
}

#header .loginBtn
{
	float: left;
}

#header .grayEdgeBtn
{
	margin-right: 10px;
}

.poweredBy
{
	padding-bottom: 5px;
}

.secondCategories .mobileTab
{
	margin-top: 0px !important;
}
/*------------------------------------------------------------------------------------*/
.wrapper
{
	margin: 0 auto;
	width: 96%;
	padding: 0 2%;
}

#outer
{
	float: left;
	width: 100%;
}

#header
{
	float: left;
	width: 100%;
	background-color: #0c62ac;
	background-image: -moz-linear-gradient(center top, #E6E6E6, #E6E6E6);
	min-height: 40px;
	border-bottom: #c5c5c5 solid 1px;
	padding-top: 5px;
}

#logoContainer
{
	float: left;
	
	background: #ffffff;
	padding: 7px 0 5px 0;
}

#logo
{
	float: left;
}

#contactUs
{
	float: right;
	width: 170px;
	/*background: #f9f9f9;*/
	border-top: #d5d5d5 solid 1px;
	padding: 10px 0 13px 0;
}

	#contactUs p
	{
		color: #2f2f2f;
		font-size: 18px;
		padding-bottom: 0px;
		
	}

	#contactUs img
	{
		vertical-align: middle;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-right: 4px;
	}

#searchBox
{
	float: left;
	width: 100%;
	background: #3871B4;
	padding: 8px 0;
}

	#searchBox input
	{
		float: left;
		height: 30px;
		line-height: 30px;
		border: #cecece solid 1px;
		background: #ffffff;
		width: 76%;
		padding: 0px 2%;
		color: #4e4e4e;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

		#searchBox input.submit
		{
			height: 30px;
			border: none;
			width: 15%;
			margin-left: 4%;
			background-color: #3a8dcd;
			background-image: -moz-linear-gradient(center top, #ff4443, #d40203);
			font-size: 19px;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			text-align: center;
			color: #FFF;
			cursor: pointer;
		}

#breadCrumb
{
	float: left;
	width: 100%;
	background: #f9f9f9;
	border-bottom: #e3e3e3 solid 1px;
	padding: 8px 0;
}

	#breadCrumb ul
	{
		float: left;
	}

		#breadCrumb ul li
		{
			float: left;
			color: #fe0000;
			font-size: 13px;
			margin-right: 8px;
		}

			#breadCrumb ul li span
			{
				float: left;
				color: #777777;
				font-size: 13px;
				margin-top: -2px;
			}

			#breadCrumb ul li a
			{
				float: left;
				color: #777777;
				margin-right: 8px;
			}

#content
{
	float: left;
	width: 100%;
	background: #ffffff;
}

.contentHeading
{
	float: left;
	width: 100%;
	color: #4c4c4c;
	font-size: 14px;
	padding: 4px 0px 4px 0;
}

.catalogMenu
{
	float: left;
	width: 100%;
	background: #0c62ac;
	border-bottom: #0c62ac solid 3px;
}

	.catalogMenu ul
	{
		float: left;
	}

		.catalogMenu ul li
		{
			float: left;
			padding: 8px 18px;
			color: #ffffff;
			text-transform: uppercase;
			font-size: 18px;
		}

			.catalogMenu ul li.active
			{
				background-color: #3a8dcd;
				background-image: -moz-linear-gradient(center top, #3a8dcd, #3a8dcd);
			}

.secondCategories
{
	float: left;
	width: 100%;
	padding: 10px 0;
}

	.secondCategories ul
	{
		float: left;
		width: 100%;
	}

		.secondCategories ul li
		{
			float: left;
			width: 100%;
			background-color: #e6e6e6;
			background-image: -moz-linear-gradient(center top, #fafafa, #e6e6e6);
			border: #c6c6c6 solid 1px;
			margin-bottom: 1px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

			.secondCategories ul li a
			{
				display: block;
				padding: 0px 0px 0px 10px;
				margin-right: 10px;
				line-height: 44px;
				font-size: 20px;
				color: #152f5c;
				background: url(../images/subcategoryarrow.png) right center no-repeat;
			}

			/*.secondCategories ul li:hover
			{
				background: #20478C;
			}*/

				/* .secondCategories ul li:hover a
				{
					color: #FFF;
				} */

#categories
{
	float: left;
	width: 100%;
	background: #ffffff;
}

	#categories ul
	{
		float: left;
		width: 100%;
		padding: 10px 0;
	}

		#categories ul li
		{
			float: left;
			width: 100%;
			background-color: #20478C;
			background-image: -moz-linear-gradient(center top, #20478C, #20478C);
			margin-bottom: 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

			#categories ul li a
			{
				padding: 0 10px;
				height: 46px;
				line-height: 46px;
				/*background: url(../images/categoryarrow.png) right 11px no-repeat;*/
				font-size: 22px;
				color: #ffffff;
				display: block;
				margin-right: 10px;
			}

			#categories ul li:hover
			{
				background: #3871B4;
			}

#socialLinksBox
{
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 15px 0;
	border-top: #d3d3d3 solid 1px;
}

.socialLinks
{
	float: left;
}

	.socialLinks a
	{
		float: left;
		width: 27px;
		height: 28px;
		margin-right: 5px;
	}

		.socialLinks a img
		{
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

.siteVersion
{
	float: right;
	margin: 8px 0 0 0;
	color: #000000;
	text-decoration: underline;
}

#copyright
{
	float: left;
	width: 100%;
	text-align: center;
	color: black;
	background: #E6E6E6;
	padding: 15px 0;
}

.rot
{
	background: #066;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.productBox
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: #c6c6c6 solid 1px;
}

.productName
{
	display: block;
	background: #3871B4;
	padding: 5px 10px;
	font-size: 17px;
	color: #ffffff;
	-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;
}

.productDetailBox
{
	float: left;
	width: 100%;
	background: url(../images/productdetailbox.gif) left top repeat-x #e6e6e6;
}

.productBox .firstColumn
{
	float: left;
	width: 30%;
	text-align: center;
	padding-top: 20px;
}

.productBox .secondColumn
{
	float: left;
	width: 35%;
	padding: 9px 2%;
	border-right: #c7c7c7 solid 1px;
	border-left: #c7c7c7 solid 1px;
	padding-bottom: 50px;
	min-height: 180px;
}

.productBox .thirdColumn
{
	float: left;
	width: 26%;
	padding: 9px 2%;
}

.productBox p
{
	font-size: 12px;
	padding-bottom: 0px;
	color: #6a6a6a;
	line-height: 22px;
}

	.productBox p span
	{
		color: #2c61b6;
		font-size: 13px;
	}

.redBtn
{
	float: left;
	height: 30px;
	line-height: 30px;
	background: url(../images/redbtnbg.gif) left top repeat-x;
	padding: 0 15px;
	color: #FFF;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.specificationBox
{
	float: left;
	width: 100%;
	background: url("../images/productdetailbox.gif") repeat-x scroll left top #E6E6E6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C6C6C6;
}

	.specificationBox .heading
	{
		float: left;
		width: 96%;
		padding: 5px 2%;
		background: #20478C;
		-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;
		font-size: 22px;
		color: #ffffff;
	}

	.specificationBox .fullwidth
	{
		float: left;
		width: 96%;
		padding: 10px 2%;
		border-bottom: 1px solid #C6C6C6;
	}

		.specificationBox .fullwidth input
		{
			float: left;
			margin: 0px;
			padding: 0px;
		}

.radio
{
	height: 13px;
	width: 13px;
	background: none;
	margin: 2px 10px 0 0 !important;
}

.specificationBox input.submit
{
	height: 40px;
	border: none;
	background: url(../images/submitbg.gif) left top repeat-x;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 2%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
}

.specificationBox .last
{
	border: none;
}

.formOuter
{
	float: left;
	width: 100%;
	padding: 15px 0px 30px 0;
}

.formOuter2
{
	padding-top: 0px !important;
}

.formOuter input
{
	float: left;
	height: 38px;
	border: #cecece solid 0px;
	background: #F9F9F9;
	width: 100%;
	color: #4e4e4e;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.formOuter .inputBg
{
	background-color: #F9F9F9;
	border: 1px solid #CECECE;
	border-radius: 7px 7px 7px 7px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 12px;
	padding: 0 12px;
}

.formOuter .radio
{
	width: 13px;
	height: 13px;
}

.submitBtnOuter
{
	float: left;
	width: 100%;
}

.formOuter span
{
	display: inline-block;
	margin: 0 5px;
}

.formOuter a
{
	color: #FE0000;
}

.formOuter .submit
{
	height: 40px;
	border: none;
	background-color: #d40203;
	background-image: -moz-linear-gradient(center top, #ff4443, #d40203);
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 2%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: auto;
}

.formOuter .grayBtn
{
	color: #FFF;
	height: 40px;
	line-height: 40px;
	background: #313131;
	border: none;
	float: left;
	margin: 0px 10px 0 0;
}

	.formOuter .grayBtn:hover
	{
		background: #20478C;
	}

.formOuter select
{
	width: 100%;
	height: 25px;
	margin-top: 8px;
	padding: 2px 4px 2px 0px;
	border: #cecece solid 0px;
	background: #F9F9F9;
	color: #4e4e4e;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.rememberColumn
{
	padding: 5px 0px 20px 5px;
}

.rememberColumn2
{
	float: right;
}

.paymentThumbOuter
{
	float: left;
	padding: 10px 0 20px;
	width: 130px;
}

	.paymentThumbOuter .radio
	{
		margin-top: 20%;
	}

.cardThumb
{
	float: left;
	height: 65px;
	width: 100px;
}

.paymentLogoBox
{
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 28px;
	text-align: center;
}

.productDetailBox a.redBtn
{
	color: #FFF;
}

.formOuter table
{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

	.formOuter table tr.heading
	{
		background: #3871B4;
		border: 1px solid #CECECE;
		border-right: none;
		border-left: none;
	}

		.formOuter table tr.heading td
		{
			padding: 15px 5px;
			color: #FFF;
			font-weight: bold;
		}

	.formOuter table .productName1
	{
		font-size: 15px;
		color: #4C4C4C;
		padding-left: 5px;
	}

	.formOuter table tr td
	{
		padding: 15px 5px;
		border-bottom: 1px solid #CECECE;
	}

	.formOuter table .price, .totalPrice
	{
		text-align: right;
	}

	.formOuter table tr.highlighted td
	{
		background: #F9F9F9;
	}

	.formOuter table tr .label
	{
		font-size: 15px;
	}

.totalPrice span
{
	color: #F00;
	font-size: 20px;
}

.mobileTab
{
	margin-top: 30px;
	float: left;
	width: 100%;
	background: #FFFFFF;
}

	.mobileTab h1
	{
		margin-bottom: 0px !important;
	}

	.mobileTab h1
	{
		background-color: #d40203;
		background-image: -moz-linear-gradient(center top, #ff4443, #d40203);
		border-radius: 5px 5px 0 0;
		display: block;
		padding: 10px 15px;
		margin: 0px 0px;
	}

.iconsDiv
{
	float: left;
	width: 100%;
}

	.iconsDiv a
	{
		margin-right: 5px;
		float: left;
	}

		.iconsDiv a img
		{
			vertical-align: middle;
		}

@media only screen and (max-width:480px)
{
	.contentHeading
	{
		font-size: 14px;
	}

	.catalogMenu ul li
	{
		padding: 8px 10px;
		font-size: 16px;
	}

	#breadCrumb ul li
	{
		font-size: 12px;
	}

	.secondCategories ul li a
	{
		font-size: 18px;
	}

	.productBox .secondColumn
	{
		width: 30%;
	}

	.productBox .thirdColumn
	{
		width: 31%;
	}
	
		.formOuter .submit
{

	height: 40px;
	border: none;
	background-color: #d40203;
	background-image: -moz-linear-gradient(center top, #ff4443, #d40203);
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 2%;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: auto;
	margin: 3px 5px 0 0;
}
}

@media only screen and (max-width:380px)
{
	.grayBtn
	{
		padding: 0 10px;
	}
	#searchBox input.submit
		{
		font-size: 12px;
		}
		
	.formOuter .submit
{

	height: 40px;
	border: none;
	background-color: #d40203;
	background-image: -moz-linear-gradient(center top, #ff4443, #d40203);
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 2%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 103px;
	margin: 4px 3px 0 0;
	
}
}
.errorMessageFocus input
	{
		background-color: transparent;
	}
.qtyavail
{
	font-weight: bold !important;
	color: Green !important;
}
.qtynotavail
{
	font-weight: bold !important;
	color: #f66 !important;
}