/* ---------------------------------------- */
/* Tag Styling */
/* ---------------------------------------- */

#description h4{
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_body.png) repeat-x top left;
	color: #666666;
	text-align: center;
}

h2, .contentheading, .componentheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #164E92;
	margin-bottom: 5px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px
}

a {
	color: #008FDD;
	text-decoration: none;
}

a:hover {
	color: #008FDD;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* ---------------------------------------- */
/* General styling */
/* ---------------------------------------- */

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 213px;
}

#topbar {
	height: 34px;
}

#topbar p {
	background: url(../images/ico_card.gif) no-repeat top left;
	padding: 6px 0 0 20px;
	background-position: 0 8px;
	float: right;
	margin-right: 20px;
}

#topbar #p2 {
	background: url(../images/ico_find.gif) no-repeat top left;
	padding: 6px 0 0 20px;
	background-position: 0 8px;
	float: right;
	margin-right: 20px;
}

#logo {
	float: left;
	margin: 30px 0 0 30px;
}

#header-image {
	float: right;
	margin-right: 30px;
}

#mainnav {
	height: 69px;
	background: url(../images/bg_mainnav.png) repeat-x top left;
}

#mainnav ul {
	list-style: none;
	margin: 0;
}

#mainnav ul li {
	float: left;
	padding: 0 29px;
	margin-top: 7px;
	background: url(../images/mainnav_separator.png) no-repeat top left;
}

#mainnav ul li#first-nav {
	background: none;
}

#mainnav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.product-row {
	border-bottom: 1px solid #ECECEC;
}

.product-title {
	padding: 5px 0;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-transform: uppercase;
	color: #333333;
}

.product-item {
	padding: 0 10px;
	margin: 10px 0;
    float: left;
	border-left: 1px solid #ECECEC;
}

.first-product {
	border-left: none;
}

#footer {
	margin: 30px 20px;
	color: #999999;
}

#footer p {
	margin-bottom: 0;
}

#footer span {
	color: #CCCCCC;
	margin: 0 8px;
}

#footer a {
	color: #333333;
}

/* ---------------------------------------- */
/* Homepage
/* ---------------------------------------- */

#home-about {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#home-featured-product1 {
	float: left;
	width: 330px;
    height: 180px;
	margin-right: 10px;
	padding: 0 10px;
	border: 1px solid #ECECEC;
}

#home-featured-product {
	float: right;
    height: 180px;
	width: 330px;
	margin-right: 10px;
    margin-top: 20px;
	padding: 0 10px;
	border: 0px solid #ECECEC;
}

.img-featured-product {
	float: left;
	margin: 0 15px 0 5px;
}

#home-section-left {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}

#home-section-right {
	float: right;
	width: 380px;
	margin-right: 20px;
	margin-top: 20px;
}

/* ---------------------------------------- */
/* Product page
/* ---------------------------------------- */

#product-image {
	margin-top: 40px;
	float: left;
	width: 300px;
}

#main-image {
	float: left;
	width: 220px;
    text-align: center;
}

#main-other {
    float: left;
	width: 70px;
    text-align: center;
    border-left: 1px solid #ECECEC;
}

#product-info {
	float: right;
	width: 380px;
	margin-right: 20px;
}

#productlinks {
	list-style: none;
	margin: 0;
}

#productlinks li {
	float: left;
	padding: 0 0 0 10px;
	margin-right: 25px;
	font-size: 90%;
	background: url(../images/arrow.gif) no-repeat center left;
}

#product-buypanel {
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-top: 35px;
}

#product-specs {
	width: 150px;
	padding: 10px 0;
	float: left;
	margin-left: 10px;
}

#product-specs table {
	margin: 0;
}

#product-specs td {
	padding: 2px;
}

#product-specs select {
	margin: 0;
}

#product-price {
	text-align: right;
	float: right;
	padding: 10px 0;
	margin-right: 10px;
}

#price {
	font-size: 120%;
	color: #333333;
}

/* ---------------------------------------- */
/* Styling for button
/* ---------------------------------------- */

.btn {
	background: transparent url("../images/btn_left.png") top left no-repeat;
	display: inline;
	font-size: 85%;
	font-weight: bold;
	padding: 3px 0 6px 4px;
	text-transform: uppercase;
	line-height: 1em;
}

.btn span {
	background: transparent url("../images/btn_right.png") top right no-repeat;
	padding: 3px 10px 6px 6px;
}

a.btn:link, a.btn:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.btn:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 11pt;}
#JT_copy p, #JT_copy ul{font-size: 10pt;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

.JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:5px 5px 5px 5px;
	color:#333333;
    font-size: 10pt;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}