﻿       fieldset {
              width: 55%;
       }
       
       .empfieldset {Width:70%}

       fieldset ul {
              list-style: none;
              margin: 0px;
              padding: 5px 0px;
       }

       fieldset li {
              padding: 2px 0px;
       }

       fieldset label {
              width: 75px;
              float: left;
              vertical-align: top;
              padding-right: 5px;
              padding-left:40px;
              text-align: right;
			  font-weight: 700;
}

.emplabel
{
	  width: 200px;
	  padding-left:10px;

}
     

/******************************************************************************************/
/**   This section is used to define the styles of the background of a modal popup form  **
*******************************************************************************************/
.modalBackground
{
	background: url(images/modalbkg.png);
	filter:alpha(opacity=90);
	opacity:0.90;
}

/******************************************************************************************/
/**   This section is used to define the styles of the background of a modal popup form  **
*******************************************************************************************/
.popup{
	border: 3px;
	width: 400px;
	height: 500px;
	border: 1px dashed Black;
	background-color: #C6C8FF;
}

.popup .image{
 color: red;
}

.popup .caption{
 font-size: 120%
}




#productCrumbTrail
{
	padding: 5px 10px 10px 0;
}

#productLine
{
	padding: 4px 10px 10px 10px;
	border-bottom: 1px #cccccc solid;
}

#productLineContent
{
	padding: 10px;
	height: 100px;
}

#productLineHeader
{
	padding: 2px 0 2px 0;
}

#productHeader
{
	padding: 0 0 10px 0;
}

#productModelNumbers
{
	padding: 0 0 10px 0;
	font-weight: bold;
}
#productFeature
{
	padding: 10px;
	margin: 0 0 5px 5px;
	border: 1px #cccccc solid;
}
#productRating
{
	border-bottom: 1px #cccccc solid;
	height: 15px;
	padding: 2px 0 2px 0;
	width: 260px;
}
#productRatingTitle
{
	float: left;
	width: 140px;
	clear: left;
}

#productRatingValue
{
	float: left;
	width: 96px;
	padding: 2px 0 0 0;
	clear: right;
}

#productImageRatingContainer
{
	height: 100px;
	padding: 0 0 10px 0;;
}

#productImageContainer
{
	float: left;
	width: 100px;
	clear: left;
	padding: 0 6px 0 0;
}
#productRatingContainer
{
	float: left;
	width: 200px;
	clear: right;
}

#productViewLeft
{
	width: 300px;
}

#productIconContainer
{
	clear: both;
	padding: 5px 0 5px 0;
}

#productIcon
{
	padding: 0 4px 0 0;
	float: left;
}



#productSpecsHeader
{
	clear: both;
	background-color: #cccccc;
	padding: 5px;
	border: 1px solid #999999;
	margin: 10px;
}

#productSpecsContent
{
	clear: both;
	margin: 0px 10px 0px 10px;
}

#productSpecsLabel
{
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
}

#productSpecsValue
{
	float: left;
	width: 280px;
}

#productKeyFeaturesContainer
{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 5px;
}

#productKeyFeaturesContainer ul 
{
	padding: 0;
	margin: 0;
}

#productKeyFeaturesContainer li 
{
	padding: 0 0 2px 0;
	margin: 0 0 0 20px;
}

#productsAll
{
	padding: 10px;
	margin: 5px;
	border: 1px #cccccc solid;
}

#formContainer
{
	width: 150px;
}

#formContactField
{
	display: none;
	width: 50px;
}

.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
