/* Start of CMSMS style sheet 'Product' */
/* PRODUCT LAYOUTS */

.layout_catalog #col2 {
	margin-top: 55px;
}

.layout_product #col2 {
	position: relative;
	margin-top: 25px;
	text-align: center;
	z-index: 1000;
}

.layout_product #col2 h2 {
	margin: 0 0 0.3em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}

.layout_product #col2 h3 {
	margin: 0 0 0.3em;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

.layout_product #col2 p {
	text-align: center;
	margin: 0 0 15px;
	overflow: hidden;
}

.layout_product #col2 img {
	float: right;
}

.layout_product #col2 ul,
.layout_product #col2 li {
	list-style-type: none;
}

.layout_product #col2 ul {
	overflow: hidden;
	margin: 0;
}

.layout_product #col2 li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
}

.layout_product #col2 a:link,
.layout_product #col2 a:visited {
	display: block;
	padding: 2px 0px 2px 16px;
	color: #000;
	background: url(uploads/images/site/icon_pdf.png) no-repeat center left;
	font-weight: normal;
	text-transform: uppercase;
}

.layout_product #col2 a:hover,
.layout_product #col2 a:active {
	color: #fff;
}


/* PRODUCT TABS */

#nav_tabs {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 40px;
}

#nav_tabs ul,
#nav_tabs li {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#nav_tabs ul li {
	float: left;
	width: 145px;
	height: 34px;
	margin: 0 10px 0 0 !important;
	background: url(uploads/images/site/backgrounds/bg_tab_shadow.png) no-repeat top left;
	text-align: left;
}

#nav_tabs ul li a:link,
#nav_tabs ul li a:visited {
	display: block;
	width: 137px;
	height: 24px;
	margin: 0 0 0 4px;
	font: normal 12px/24px 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#nav_tabs ul li a:hover,
#nav_tabs ul li a:active {
	color: #fff !important;
}

#nav_tabs ul li a.current {
	background: #000 !important;
	cursor: default;
}

.ygreen #nav_tabs ul li a:link,
.ygreen #nav_tabs ul li a:visited {
	color: #3d7203;
	background: url(uploads/images/site/backgrounds/bg_tab_ygreen.png) repeat-x top left;
}

.ygreen #nav_tabs ul li a.current {
	color: #a1c83e !important;
}

.blue #nav_tabs ul li a:link,
.blue #nav_tabs ul li a:visited {
	color: #09347f;
	background: url(uploads/images/site/backgrounds/bg_tab_blue.png) repeat-x top left;
}

.blue #nav_tabs ul li a.current {
	color: #408cbd !important;
}

.orange #nav_tabs ul li a:link,
.orange #nav_tabs ul li a:visited {
	color: #ac1405;
	background: url(uploads/images/site/backgrounds/bg_tab_orange.png) repeat-x top left;
}

.orange #nav_tabs ul li a.current {
	color: #f66222 !important;
}

.purple #nav_tabs ul li a:link,
.purple #nav_tabs ul li a:visited {
	color: #3f1c3a;
	background: url(uploads/images/site/backgrounds/bg_tab_purple.png) repeat-x top left;
}

.purple #nav_tabs ul li a.current {
	color: #95388d !important;
}

.gray #nav_tabs ul li a:link,
.gray #nav_tabs ul li a:visited {
	color: #383838;
	background: url(uploads/images/site/backgrounds/bg_tab_gray.png) repeat-x top left;
}

.gray #nav_tabs ul li a.current {
	color: #bbbbbb !important;
}

.yellow #nav_tabs ul li a:link,
.yellow #nav_tabs ul li a:visited {
	color: #944403;
	background: url(uploads/images/site/backgrounds/bg_tab_yellow.png) repeat-x top left;
}

.yellow #nav_tabs ul li a.current {
	color: #f2b92d !important;
}

.pink #nav_tabs ul li a:link,
.pink #nav_tabs ul li a:visited {
	color: #55010c;
	background: url(uploads/images/site/backgrounds/bg_tab_pink.png) repeat-x top left;
}

.pink #nav_tabs ul li a.current {
	color: #e82147 !important;
}

div.panes div {
	display:none;
}

#overview {
	margin-top: 25px;
}

#features {
	margin-top: 0;
}

/* 'Up' button */

#up {
	position: absolute;
	top: 0;
	left: -42px;
	width: 33px;
	height: 32px;
	background: url(uploads/images/site/backgrounds/bg_up_shadow.png) no-repeat top left;
	text-align: center;
}

#up a {
	display: block;
	width: 25px;
	height: 24px;
	margin: 0 0 0 4px;
	color: #fff;
	background: #000;
}


/* PRODUCT SCROLLING */

/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position: relative;
	overflow: hidden;
 
    /* vertical scrollers have typically larger height than width */ 
	width: 405px;
    height: 375px;
} 
 
/* root element for scrollable items */ 
div.scrollable ul.table { 
    position: absolute; 
 
    /* this time we have very large space for the height */ 
	/*height: 20000em;*/
}

/* the action buttons above the scrollable */

span.actions * {
	z-index: 200;
}

.disabled {
	visibility:hidden;		
}

.prevPage,
.nextPage {
	position: absolute;
	left: 189px;
	width: 26px;
	height: 7px;
	text-indent: -20000em;
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

a.prevPage:hover,
a.nextPage:hover {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.prevPage {
	top: 0;
	background: url(uploads/images/site/arrow_up.png) no-repeat center center;
}

.nextPage {
	bottom: 20px;
	background: url(uploads/images/site/arrow_down.png) no-repeat center center;
}


/* PRODUCT FEATURES TABLES */

#content ul.table,
#content ul.table * {
	margin: 0;
	padding: 0;
}

#content ul.table {}

ul.table li {
	overflow: hidden;
	width: 400px;
	margin: 0;
	padding: 3px 0 10px 0;
	border-top: 1px solid #000;
	font-weight: bold;
	list-style-type: none;
}

ul.table li span {
	display: block;
	float: left;
	width: 200px;
	padding: 0 0 6px !important;
}

ul.table li ul {
	display: block;
	float: right;
	width: 200px;
	margin: 0;
}

ul.table li ul * {
	float: none;
	border: 0;
	font-weight: normal;
}

ul.table li ul li {
	width: 200px !important;
	padding: 0 5px 3px 0px;
}

#content ul.table li ul li ul {}

ul.table li ul li ul li {
	overflow: visible;
	width: 190px !important;
	padding: 0 5px 3px 15px !important;
	border: 0;
	font-weight: normal;
	background: url(uploads/images/site/bullet.png) no-repeat 2px 7px;
}

ul.table li.th {
	display: block;
	float: left;
	width: 200px !important;
	padding: 25px 0 10px !important;
	border: 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

/* Cart styles */
.addToCart {
	border: 1px solid #000;
	padding: 2px 4px; 
	color: #000000 !important; 
	display: block; 
	width: 100px; 
	text-align: center;
}
.addToCart:hover {
        color: #555555 !important;
}

/* End of 'Product' */

