/* Products */
#left ul.categories { margin: 10px 0 0 0; list-style: none; }
#left ul.categories ul { list-style: none; }

ul.categories li {
	font-size: 1.16em;
	font-weight: bold;
}

ul.categories li a {
	color: #004d98;
	background: transparent url(../../elements/skin/product/categories_open.gif) no-repeat left 4px;
	padding-left: 20px;
}

ul.categories li a.closed { background-image: url(../../elements/skin/product/categories_closed.gif); }

ul.categories li li {
	font-size: .85em;
	font-weight: normal;
}

ul.categories li li a { color: #323133; background: none; padding: 0; }

/* Product Category */
#left ul.subCategories { margin: 0 0 10px 0; list-style: none; }

ul.subCategories li { 
	display: inline;
	border-left: solid 1px #024e99;
}

ul.subCategories li a { padding: 0 5px; }

ul.subCategories li:first-child { border: none; }
ul.subCategories li:first-child a { padding-left: 0;}

.products td {
	border-bottom: solid 1px #ebe9e9;
	padding: 10px 0;
}

.products a { 
	text-decoration: underline;
	font-size: 1.16em; /* 1.4/1.2 = 1.6 */
}

/* Product */
#product .images {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#product .thumbs {
	margin-top: 10px;
}

#product .thumb {
	width: 55px;
	height: 56px;
	background: transparent url(../../elements/skin/product/thumbnail_mask.gif) no-repeat left top;
	overflow: hidden;
	margin: 0 5px 0 0;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#product .thumb .mask {
	width: 46px;
	height: 47px;
	overflow: hidden;
	margin: 2px 0 0 2px;
	display: block;
}

#product .description {
	width: 470px;
	float: left;
}

#product .description .productInfo h2 { margin-top: 10px; padding: 3px 5px; background: #cfcfcf; border-bottom: solid 1px #d9d5d5; color: #014883; font-size: 14px; font-weight: bold; padding-top: 5px; padding-bottom: 5px; }

#product .description .productInfo h2 span {
	font-size: .9em;
	font-weight: normal;
}

#product .description .smaller { font-size: x-small; }

/*
#left #product .description .links {
	list-style: none;
	margin: 0;
	clear: both;
}

#product .description .links li {
	display: block;
	float: left;
	width: 225px;
}
*/
.documents { width: 100%; }
.documents td { width: 50%; }
.documents td a img { display: block; width: 20px; height: 17px; float:left; background: transparent url(../../elements/skin/product/document_icons.gif) no-repeat left top; }
.documents td a.pdf img { background-position: left -17px; }


#product .description .links li a { text-decoration: underline; }
#product .description .links li a.button { text-decoration: none; }
#product .description .links li a.button span span { text-align: center; }

/* Video Player */
.videos th,
.videos td,
.documents td { padding: 3px 5px; vertical-align: middle; }

.videos th { background: #cfcfcf; border-bottom: solid 1px #d9d5d5; color: #014883; font-size: 14px; font-weight: bold; padding-top: 5px; padding-bottom: 5px; }

.videos th a,
.videos th strong {
	font-size: 10px;
	font-weight: normal;
	color: #014883;
}

.videos .flv a img {
	display: block;
	color:#666;
	text-decoration: none;
	background: transparent url(../../elements/skin/product/video_icons.gif) no-repeat left top;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	float: left;
}

.videos .video { width: 30px; }

.videos .video a,
.videos .video span {
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	background: transparent url(../../elements/skin/product/video_icons.gif) no-repeat left top;
}

.videos .mov a { background-position: 0 -24px; }
.videos .blackberry a { background-position: 0 -48px; }
.videos .avi a { background-position: 0 -72px; }
.videos .wmv a { background-position: 0 -96px; }

.videos .mov span { background-position: -24px -24px; }
.videos .blackberry span { background-position: -24px -48px; }
.videos .avi span { background-position: -24px -72px; }
.videos .wmv span { background-position: -24px -96px; }

.videos tr td,
.documents tr td { background-color:#e5e5e5; }
.videos tr.even td,
.documents tr.even td { background-color:#FFF; }

#videoOverlay { border: solid 1px #666666; }

#videoOverlay .title {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px;
}

#videoOverlay .flashContainer {
	width: 473px;
	height: 289px;
	background: #999;
}

#videoOverlay .videos th { color: #FFF; background: #9a9a9a; }
#videoOverlay .videos th strong { color: #FFF; }
#videoOverlay .videos tr.current td { background: #93a6b6; }
#videoOverlay .videos tr.current td a { color: #194d78;}



#product .icons {
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}

#product .icons img { margin-left: 10px; }


#product .specs,
#product .relations {
	clear: both;
	border-top: solid 1px #ebe9e9;
	padding-top: 10px;
	margin-top: 10px;
}

#product .specs table {
	width: 100%;
	border-top: solid 1px #818386;
	border-right: solid 1px #818386;
	margin: 10px 0 0 0;
}

#product .specs table th {
	background-color: #0f4d9a;
	color: #FFF;
	text-align: center;
	text-transform: lowercase;
}

#product .specs table th,
#product .specs table td {
	border-bottom: solid 1px #818386;
	border-left: solid 1px #818386;
	padding: 2px;
}


#product .productIcons {}
#product .productIcons img { vertical-align: middle; margin-left: 2px; }

#product .specs table tr:nth-child(even) {background: #e1e2e2}


#product .relations table {width: 100%; }

#videoOverlay {
	width: 473px;
	height: 420px;
	background-color: #FFF;
}

#productSearch .resultsFound { background: #eeecec; padding: 2px; }
#productSearch .reslutsFound strong { color: #a10421; }
#productSearch .result { margin-top: 10px; padding-bottom: 10px; border-bottom: solid 1px #eeecec; }





/* OLD CSS
/* Products */
#left ul.categories { margin: 10px 0 0 0; list-style: none; }
#left ul.categories ul { list-style: none; }

ul.categories li {
	font-size: 1.16em;
	font-weight: bold;
}

ul.categories li a {
	color: #004d98;
	background: transparent url(../../elements/skin/product/categories_open.gif) no-repeat left 4px;
	padding-left: 20px;
}

ul.categories li a.closed { background-image: url(../../elements/skin/product/categories_closed.gif); }

ul.categories li li {
	font-size: .85em;
	font-weight: normal;
}

ul.categories li li a { color: #323133; background: none; padding: 0; }

/* Product Category */
#left ul.subCategories { margin: 0 0 10px 0; list-style: none; }

ul.subCategories li { 
	display: inline;
	border-left: solid 1px #024e99;
}

ul.subCategories li a { padding: 0 5px; }

ul.subCategories li:first-child { border: none; }
ul.subCategories li:first-child a { padding-left: 0;}

.products td {
	border-bottom: solid 1px #ebe9e9;
	padding: 10px 0;
}

.products a { 
	text-decoration: underline;
	font-size: 1.16em; /* 1.4/1.2 = 1.6 */
}

/* Product */
#product .images {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#product .thumbs {
	margin-top: 10px;
}

#product .thumb {
	width: 55px;
	height: 56px;
	background: transparent url(../../elements/skin/product/thumbnail_mask.gif) no-repeat left top;
	overflow: hidden;
	margin: 0 5px 0 0;
	
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#product .thumb .mask {
	width: 46px;
	height: 47px;
	overflow: hidden;
	margin: 2px 0 0 2px;
	display: block;
}

#product .description {
	width: 470px;
	float: left;
}


/* New CSS WhiteSpace DeCapite December 13, 2010 */

#product .description .productInfo h2 { margin-top: 10px; padding: 3px 5px; background: #cfcfcf; border-bottom: solid 1px #d9d5d5; color: #014883; font-size: 14px; font-weight: bold; padding-top: 5px; padding-bottom: 5px; }

#product .description .productInfo h2 span {
	font-size: .9em;
	font-weight: normal;
}


/* OLD CSS BEFORE December 13, 2010
#product .description h2 { margin-top: 10px; }

#product .description h2 span {
	font-size: .9em;
	font-weight: normal;
}

*/

#product .description .smaller { font-size: x-small; }


/* New CSS WhiteSpace DeCapite December 13, 2010 */
/*
#left #product .description .links {
	list-style: none;
	margin: 0;
	clear: both;
}

#product .description .links li {
	display: block;
	float: left;
	width: 225px;
}

/* New CSS WhiteSpace DeCapite December 13, 2010 */

*/
.documents { width: 100%; }
.documents td { width: 50%; }
.documents td a img { display: block; width: 20px; height: 17px; float:left; background: transparent url(../../elements/skin/product/document_icons.gif) no-repeat left top; }
.documents td a.pdf img { background-position: left -17px; }

#product .description .links li a { text-decoration: underline; }
#product .description .links li a.button { text-decoration: none; }
#product .description .links li a.button span span { text-align: center; }



/* New CSS WhiteSpace DeCapite December 13, 2010 */

/* Video Player */
.videos th,
.videos td,
.documents td { padding: 3px 5px; vertical-align: middle; }

.videos th { background: #cfcfcf; border-bottom: solid 1px #d9d5d5; color: #014883; font-size: 14px; font-weight: bold; padding-top: 5px; padding-bottom: 5px; }

.videos th a,
.videos th strong {
	font-size: 10px;
	font-weight: normal;
	color: #014883;
}

.videos .flv a img {
	display: block;
	color:#666;
	text-decoration: none;
	background: transparent url(../../elements/skin/product/video_icons.gif) no-repeat left top;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	float: left;
}

.videos .video { width: 30px; }

.videos .video a,
.videos .video span {
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	background: transparent url(../../elements/skin/product/video_icons.gif) no-repeat left top;
}

.videos .mov a { background-position: 0 -24px; }
.videos .blackberry a { background-position: 0 -48px; }
.videos .avi a { background-position: 0 -72px; }
.videos .wmv a { background-position: 0 -96px; }

.videos .mov span { background-position: -24px -24px; }
.videos .blackberry span { background-position: -24px -48px; }
.videos .avi span { background-position: -24px -72px; }
.videos .wmv span { background-position: -24px -96px; }

.videos tr td,
.documents tr td { background-color:#e5e5e5; }
.videos tr.even td,
.documents tr.even td { background-color:#FFF; }

#videoOverlay { border: solid 1px #666666; }

#videoOverlay .title {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 10px 5px;
}

#videoOverlay .flashContainer {
	width: 473px;
	height: 289px;
	background: #999;
}

#videoOverlay .videos th { color: #FFF; background: #9a9a9a; }
#videoOverlay .videos th strong { color: #FFF; }
#videoOverlay .videos tr.current td { background: #93a6b6; }
#videoOverlay .videos tr.current td a { color: #194d78;}



#product .icons {
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}

#product .icons img { margin-left: 10px; }


#product .specs,
#product .relations {
	clear: both;
	border-top: solid 1px #ebe9e9;
	padding-top: 10px;
	margin-top: 10px;
}

#product .specs table {
	width: 100%;
	border-top: solid 1px #818386;
	border-right: solid 1px #818386;
	margin: 10px 0 0 0;
}

#product .specs table th {
	background-color: #0f4d9a;
	color: #FFF;
	text-align: center;
	text-transform: lowercase;
}

#product .specs table th,
#product .specs table td {
	border-bottom: solid 1px #818386;
	border-left: solid 1px #818386;
	padding: 2px;
}


#product .productIcons {}
#product .productIcons img { vertical-align: middle; margin-left: 2px; }

#product .specs table tr:nth-child(even) {background: #e1e2e2}


#product .relations table {width: 100%; }

#videoOverlay {
	width: 473px;
	height: 420px;
	background-color: #FFF;
}

#productSearch .resultsFound { background: #eeecec; padding: 2px; }
#productSearch .reslutsFound strong { color: #a10421; }
#productSearch .result { margin-top: 10px; padding-bottom: 10px; border-bottom: solid 1px #eeecec; }



 */


