/* CSS Document */
body {
	background: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover, a:visited {
	text-decoration: underline;
	color: #000;
}

fieldset {
	display: block;
	border: 1px solid #cecece;
	padding: 10px;
}

p {
	margin: 10px 0;
}

.nu a, .nu a:visited, .nu a:hover {
	text-decoration: none;
}

.back {
	float: right;
}

.nav {
	float: left;
}

/** start styling menu **/
.menu a, .menu a:visited {
	font-weight: 700;
	color: #29325f;
	background-color: inherit;
	padding: 2px;
}

.menu a:hover {
	font-weight: 700;
	color: #fff;
	background-color: #29325f;
	padding: 2px;
	text-decoration: none;
}
/** end styling menu **/

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}

#header {
	position: relative;
	height: 80px;
	clear: both;
}

#logo {
	position: absolute;
	top: 12px;
	left: 10px;
}

#content {
	float: left;
	width: 555px;
}

#content strong, #content b {
	font-weight: 700;
}

#content h1 {
	font-size: 18px;
	display: block;
	clear: both;
	line-height: 20px;
	margin-bottom: 5px;
}

#content ul {
	list-style: disc;
	list-style-position: inside;
	padding: 5px;
}


#content .msgInfo {
	display: block;
	font-size: 14px;
	color: #29325f;
	margin: 10px auto;
}

/** start styling left menu **/
#leftMenu {
	float: left;
	width: 190px;
	margin-right: 10px;
	text-align: left;
}

.mGroup {	
	text-decoration: none;
	display: block;
	color: #000;
	text-align: left;
	border-left: 4px solid #efefef;
	border-bottom: 1px dotted #cecece;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1px;
}

.mGroup a, .mGroup a:visited {
	padding: 3px 5px;
	margin-right: 0px;
	display: block;	
	background: #fff;
	color: #29325f;
	text-decoration: none;
}

.mGroup a:hover {
	display: block;	
	background: #29325f;
	color: #fff;
	text-decoration: none;
}

.mContent {
	display: block;	
	font-size: 11px;
	padding-top: 1px;
	font-weight: normal;
	text-transform: none;
	background: #cecece;
}

.mEntry {
	display: block;
	font-size: 11px;
	text-transform: none;
	background: #fff;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.mEntry a, .mEntry a:visited {
	display: block;
	font-size: 11px;
	text-transform: none;
	background: #fff;
	color: #333;
	text-align: left;
	padding: 3px 0 0 0;
	margin: 0;
}

.mEntry a:hover {
	display: block;
	font-size: 11px;
	text-transform: none;
	background: #fff;
	color: #29325f;
	text-align: left;
	font-weight: bold;
}

.level0 { padding-left: 15px; }
.level1 { padding-left: 30px; }
.level2 { padding-left: 45px; }
.level3 { padding-left: 60px; }
.level4 { padding-left: 75px; }

#mSelected {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

#mailing {
	display: block;
	float: left;
	margin: 20px 0;
	width: 190px;
}

#mailing .title {
	color: #29325f;
	font-weight: 700;
}

#mailing .btn {
	margin-top: 5px;
}

#mailing .input {
	margin-top: 5px;
	width: 180px;
}

#content .imgBrand {
	width: 260px;
	float: left;
	margin-right: 10px;
}

#content .imgIndex {
	width: 170px;
	height: 130px;
	float: left;
	margin: 3px;
	padding: 3px;
	background: #efefef;
	border: 1px solid #cecece;
}

#content .imgIndex:hover {
	background: #29325f;
}

/** end styling left menu **/

.alignRight {
	float: right;
	display: inline;
}

.search {
	position: absolute;
	bottom: 6px;
	right: 10px;
}

.field {
	border: 1px solid #b3b3b3;
	height: 13px;
	font-size: 11px;
	padding: 2px;
	color: #858585;
}

form {
	margin: 0;
}

/** start styling rounded corners **/
.box { background: #ffffff; }
.boxT div { background: url(img/bTl.gif) no-repeat top left; }
.boxT { background: url(img/bTr.gif) no-repeat top right; }
.boxB div { background: url(img/bBl.gif) no-repeat bottom left; }
.boxB { background: url(img/bBr.gif) no-repeat bottom right; }

.boxT div, .boxT, .boxB div, .boxB {
   width: 100%;
   height: 11px;
   font-size: 1px;
}
.boxC { margin: 0 11px; color: #000; }
/** end styling rounded corners **/

.clear {
	height: 1px;
	clear: both;
}

/** Styling the forms **/
fieldset {
	display: block;
}

legend {
	font-size: 14px;
	font-weight: 700;
	color: #666;
	margin: 0;
	padding: 5px 5px;
}

.oneField {
	display: block;
	margin: 2px 0px;
}

.oneField label {
	width: 150px;
	float: left;
	color: #000;
}
/** End styling for forms **/

/** Styling the validation form **/
#myForm {
	/*border: 1px solid #cac9b9;*/
	padding: 5px;
	margin-bottom: 50px;
}

#myForm ul, #myForm li {
	list-style: disc;
	list-style-position: inside;
	padding: 5px;
}

#myForm label {
	float: left;
	width: 150px;
}

#myForm .red {
	border: 1px solid red;
}

#myForm .fred {
	color: #ff0000;
	font-weight: 700;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#validationMessage {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	display: none;
}
/** End styling validation form **/

/** start styling for upload **/
#imgCont {
	text-align: center;
	margin: 10px auto;
}

#imgCont img {
	vertical-align: middle;
}

.img {
	margin: 10px 25px;
	float: left;
	text-align: center;
	width: 135px;
	height: 200px;
}

.imgThumb {
	margin: 10px 16px;
	float: left;
	height: 140px;
	width: 100px;
}

.imgThumb>.floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
.floating { /*for IE*/
	width:100px;
	height:100%;
	position:relative;
}
.floating div { /*for IE*/
	position:absolute;
	top:50%;
}
.floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
.floating div div {
	position:relative;
	top:-50%;
	text-align: center;
}

.imgP {
	margin: 10px 15px;
	float: left;
	text-align: center;
}

.img img {
	padding-bottom: 5px;
}

.imgBig {
	width: 270px;
	margin-right: 10px;
	float: left;
	text-align: center;
	background: #fff;
}

/** End styling for upload **/

.errorMsg {
	color: #ff0000;
	font-weight: 700;
}

.success {
	background: #affcb1;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #11a914;
	width: auto;
}

.notFound {
	background: #fddede;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #ff0000;
	width: auto;
	margin: 10px 0;
}

.price {
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 5px;
}

.bigFont {
	font-size: 14px;
	font-weight: 700;
}

.fontGrey {
	color: #b5b5b5;
}

.bigFont a, .bigFont a:visited {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.bigFont a:hover {
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px dashed #cecece;
	color: #ff0000;
}

div.hr {
	height: 15px;
	background: url(img/hr.gif) repeat-x scroll center;
	clear: right;
}

div.hrClear {
	clear: both;
}

div.hr hr {
	display: none;
}

#pagination {
	display: block;
	text-align: right;
	width: 100%;
}

/** start styling table **/
#table {
	width: 100%;
	padding: 0;
	margin: 0;
}

th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 2px 2px 10px;
	background: #CAE8EA url(img/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 2px 2px 2px 10px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(img/bullet1.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(img/bullet2.gif) no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-transform: capitalize;
}
/** end styling table **/

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:inherit;
    color:#000;
    text-decoration:none}

a.info:hover {z-index:25; background-color:#efefef;text-decoration:none}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #797268;
    background-color:#f5f5f5; color:#000;
    text-align: left;
    padding: 3px;
}

#logos {
	text-align: center;
}

#logos img {
	margin: 5px 0;
}

#gemax { text-align: center; padding-top: 15px; }