/*Tabs*/

#block1 {
	display:block;
}

#block2, #block3, #block4, #block5, #block6, #block7 {
	display:none;
}

#recipeNav td {
	background: url(../images/bullet.off.gif) 10px 13px no-repeat;
}

#recipeNav td.active {
	background: #fbfeff url(../images/bullet.on.gif) 10px 13px no-repeat;
}

#recipeNav td.active a {
	color: #44aadd;
}

#recipeNav td a {
	margin-left:20px;
}

/*Flash Tip*/

#mainPageFlash {
	position: absolute;
	top: 0px;
	left: -17px;
}

#flashToolTip {
	position: absolute;
	top: 30%;
	left: 50%;
	width:1px;
	height: 1px;
	overflow:hidden;
	z-index: 14000;
	background: url(../images/pixel.gif);
	/*border: 1px solid #000;*/
}

/*tool tips*/

.en-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.en-title {
	width:112px;
	height:28px;
	padding: 11px 0 0 17px;
	color: #747474;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/tooltip.gif) 0 0 no-repeat;
}
 
.en-text {
	display: none;
}


.fr-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.fr-title {
	width:127px;
	height:28px;
	padding: 11px 0 0 4px;
	color: #747474;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	background: url(../images/tooltip.gif) 0 0 no-repeat;
}
 
.fr-text {
	display: none;
}

/*Navigation*/

#navigation {
	width:956px;
	margin-left:0;
	height: 42px;
	background: url(../images/nav.bg.gif) 0 0 no-repeat;
	position: relative;
}

ul#nav { 
	list-style-type: none;
	margin:0;
	padding:0;
}

ul#nav li {
	float: left;
	line-height: 22px;
	margin:0;
}

ul#nav li#liHome a {
	
}

ul#nav li#liHome a:hover {
	
}

/*subNav*/

ul#nav li ul#subNav, ul#nav li ul#subNav-prod,ul#nav li ul#subNav-false, ul#nav li ul#subNav-prod-false, ul#nav li ul#subNav-wl {
	display: none;
	position: absolute;
	list-style-type: none;
	top:22px;
	left:10px;
	margin: 0;
	padding:0;
	width:956px;
}

ul#nav.products li ,ul#nav.parents li ul#subNav, ul#nav.products li ul#subNav.parents, ul#nav.products li ul#subNav-prod, ul#nav.wishlist li ul#subNav-wl {
	display: block;
}

#subNav-prod-false, #subNav-false, #subNav-wl-false {
	display: none;
}

ul#nav li ul#subNav-false li, ul#nav li ul#subNav-prod-false li,ul#nav li ul#subNav li, ul#nav li ul#subNav-prod li, ul#nav li ul#subNav-wl li {
	margin-left: 15px;
	padding-right: 20px;
	background: url(../images/sub.nav.separator.gif) right 7px no-repeat;
	height:23px;
	line-height:18px;
	float: left;
	/* border: 1px solid #000;*/
}

ul#nav li ul#subNav-false li.last, ul#nav li ul#subNav-prod-false li.last,ul#nav li ul#subNav li.last, ul#nav li ul#subNav-prod li.last, ul#nav li ul#subNav-wl li.last  {
	background: transparent;
}

/* comment form */

#commentForm {
	display: block;
}

#commentForm label {
	display: block;
	margin-bottom: 10px;
}

#commentForm input, #commentForm textarea {
	display: block;
}

#commentForm input.textBox {
	width: 230px;
}

#commentForm textarea {
	width:510px;
	height: 70px;
}

#commentForm input.button {
	margin-bottom: 30px;
}

/* Comments */

#comments .comment {
	margin: 0.5em 0;
}

#comments .comment p {
	padding: 0.5em 0 0.4em 0;
	margin:0;
}

#comments .moreButton {
	display:block;
	background: url(../images/bullet.off.gif) 0 0 no-repeat;
	padding-left: 16px;
}

/*Screenshots*/

#screenShotsFrame {
	width: 262px;
	height: 151px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

#screenShots {
	position: absolute;
	left: 0;
}

#screenShots img {
	float:left;
}
