﻿.descontain{
	width: 99%;
	height:auto;
	padding: 2px 5px 1px 5px;
	text-align: left;
	margin-bottom:5px;
	float:left;
	background-color:White;
}

.quicky
{
    padding:1px 0px 1px 10px;
    width:98%;
    margin-bottom:5px;
	border-bottom:2px solid white;
	border-top:1px solid white;
	border-left:5px solid white;
	border-right:5px solid white;
	background-color:White;
}

.descPara
{
	text-align:justify;
	padding:5px 10px;
	font-size:small;
	font-family:Arial;
	background-color:White;
	float:left;
}

.quickLink
{
	text-align:left;
	font-size:0.7em;
	color:Green;
	font-family:Arial;
	font-style:normal;
	background-color:White;
	float:left;
	width:140px;
}

.quickLink:hover
{
    color:Blue;
}

/*.quickLink:visited
{
    color:Purple;
}*/

.imageProduct
{
	float:left;
	width:29%;
}

/*the above can be deleted*/

.gridContents {
	border-style: outset;
	border-width: 1px;
	text-align: left;
	font-size:small;
}

.listTop
{
	padding:6px 0px;
	width:100%;
}

.mainTitle
{
	float:left;
	text-align:left;
	font-family:Arial;
	font-size:medium;
	color:Navy;
}

.Gotocart
{
	float:right;
}

.Title, .Contents
{
	text-align:left;
	font-family:Verdana;
	font-style:normal;
	font-size:small;
}

.item
{
	width:98%;
	padding: 10px 0px;
}

.leftPart
{
	float:left;
	width:10%;
	margin-bottom:10px;
}

.rightPart
{
	float:right;
	width:89%;
	margin-bottom:5px;
}

.pic
{
    max-width:80px;
	/*width:60px;
	height:80px;*/
	max-height:80px;
}

.mainBlock
{
	clear:both;
	border:1px solid #999999;
	background-color:White;
}

.itemBottom
{
	clear:both;
	width:100%;
	text-align:left;
	margin-top:30px;
}

.itemBottom a
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:Blue;
	text-decoration:none;
	margin-right:20px;
}

.itemBottom a:hover
{
	text-decoration:underline;
}

.itemNumber
{
	margin-left:10px;
	margin-bottom:0px;
	width:20px;
	font-weight:bold;
	font-size:small;
}

.seperator
{
	clear:both;
	height: 0px;
	border-top:solid 1px Silver;
}

.prodLink
{
	display:inline;
}

.nextPrevious
{
	margin-top:15px;
	width: 99.8%;
}

.number
{
	display:inline;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: yellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.prodTitle
{
	color:#006666;
	font-family:Verdana;
	text-align:left;
	margin-left:10px;
	margin-bottom:5px;
	border-bottom:2px double #006666;
	font-size:0.85em;
	width:96.5%;
}

