body {
	margin: 0;
	padding:0;
	height:100%;
	font-family: "Roboto Condensed", sans-serif, Arial;
	font-size: 14px;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial;
}


.ThumbNailColumn {
	width: 125px;
	height: auto;
	float: left;
	padding: 0px;
	margin-right: 13px;
	margin-left: 0px;
	margin-bottom:5px;
	position: relative;
	top: 0;	
	}


/* Style the images inside the grid */
.ThumbNailColumn img {
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	border: 1px solid #ccd6e2;
	text-align: center;	
	float: left;
	position: relative;
		}  

.ThumbNailColumn img:hover {
	opacity: 0.8;
	border: 1px solid #00346d;
}


.ThumbNailText {
	font-family: "Roboto Condensed", sans-serif, Arial;
	font-size:11px;
	color: #333333;
	padding-bottom:30px;
	height:200px;
	}

/* Clear floats after the columns*/
.row:after {
    content: "";
    display: table;
    clear: both;
} 

/* The expanding image container */
.container {
	position: fixed;
	display: none;
	width:355px;
	height:370px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	border: 1px solid #cc0000;
	background-color: #FFFFFF;
	text-align: center;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Expanding image text */
#imgtext {
	font-family: "Roboto Condensed", sans-serif, Arial;
	font-size:14px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 2px;
	right: 2px;
}

/* Closable button inside the expanded image */
.closebtn {
	position: absolute;
	top: 0%;
	right: 0%;
	/*  color: Red;*/
	font-size: 16px;
	cursor: pointer;
	background-color: #cc0000;
	color: white;
	cursor: pointer;
	font-family: "Roboto Condensed", sans-serif, Arial;
	padding-right: 4px;
	padding-left: 4px;
	}


.ProductTextBold{
	font-size:11px;
	font-weight:bold;
	color: #604B34;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
/*	
.ProductList {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	font-weight: lighter;
	padding-top: 0px;
	*background-image: url(../images/Bullet_Product_Red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 22px;
	}

a{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00346d;
	font-weight: lighter;
	padding-top: 0px;
	background-image: url(../images/Bullet_Product_Red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 22px;
	}


a:hover{
	color: #313132;
	background-image: url(../images/Bullet_Product_Blue.gif);
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 22px;
	text-decoration: none;
	}
*/
.ProductList{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	font-weight: lighter;
	padding-top: 0px;
	background-image: url(../images/Bullet_Product_Red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 22px;
	}

.ProductList:hover	{
	color: #313132;
	background-image: url(../images/Bullet_Product_Blue.gif);
	cursor:pointer;
	text-decoration: none;
	}

.ProductList_SubLink{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: lighter;
	padding-top: 0px;
	background-image: url(../images/bullet_Red_aerow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 18px;
	text-decoration: none;
	padding-left: 10px;
	}

.ProductList_SubLink:hover	{
	color: #313132;
	background-image: url(../images/bullet_Blue_aerow.gif);
	cursor:pointer;
	text-decoration: none;
	}
	
	
.tableLeftMenu{
	background-color: #d6e6f8;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	}

.ProductHeading {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: Bold;
}

.ProductBreadcrum{
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color: #cc0000;
	font-weight: lighter;
}


.ProductBreadcrum a:{
	font-weight: lighter;
	text-decoration:none;
	color: #00346d;	}
	
.ProductBreadcrum a:hover{
	font-weight: lighter;
	color: #313132;


}

.PageNo a {
	font-family: "Roboto Condensed", sans-serif, Arial;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	color: #f1f1f1;
	background-color: #00346d;
	border-radius: 4px;
}


.PageNo a:hover {
    background-color: #cc0000;
