

*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

html{ height:101%;}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-position: 0px -80px;
	background-attachment: fixed;
	 height:101%;
}

.left { float:left;}

.right{ float:right;}

.clear{clear:both;}

a{
	color: #360;
	text-decoration: none;
}

a:hover{
	color: #090;
}

a:active{
	outline: none;
}



a:focus{
-moz-outline-style: none;
outline:none;
}

#container_header{
	width: 100%;
	padding-top: 40px;
}

#header{
	margin: auto;
	width: 948px;
	position: relative;
	z-index: 40;
	background-color: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 100px;
	padding-top: 20px;
}



a#logo{
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 87px;
	position: fixed;
	z-index: 1001;
	left: 50%;
	top: 5px;
	width: 59px;
	margin-left: -485px;
	text-indent: -10000px;
}

a#homelink{
	font-size: 10px;
	background-image: url(../images/free.gif);
	width: 207px;
	height: 43px;
	float: left;
	text-indent: -10000px;
	margin-top: -15px;
	margin-left: 37px;
}


ul.topmenu{
	text-align: right;
	width: 200px;
	position: absolute;
	top: 15px;
	right: 35px;
}

ul.topmenu li{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}

ul.topmenu li a{
	font-size: 11px;
}

#header ul.menu{
	display: block;
	float: left;
	position: absolute;
	left: 25px;
	top: 60px;
	background-image: url(../images/menu_link2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 900px;
}



#header ul.menu li{
	float: left;
	list-style-type: none;
	position: relative;
	background-image: url(../images/menu_link.gif);
	background-position: right top;
	height: 35px;
	margin-left: -3px;
	
}

#header ul.menu li:hover, #header ul.menu li.current{
	background-position: right bottom;
}

#header ul.menu li a{
	color: #FFF;
	background-image: url(../images/menu_link_end.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 28px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	font-size: 13px;
}



.menuend{
	background-image: url(../images/menu_link2end.gif);
	float: left;
	height: 35px;
	width:10px;
}


/* submenu, it's hidden by default */
#header ul.menu ul {
	position:absolute;
	left:0px;
	display:none;
	list-style:none;
	width: 260px;
	top: 35px;
	background-image: url(../images/back_header_menu.png);
	height: auto;
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 5px;
}


#header ul.menu ul li {
	float:left;
	clear: both;
	background-image: none;
	height: auto;
	width: 100%;
}

/* display block will make the link fill the whole area of LI */
#header ul.menu ul li a {
	display:block;
	color:#FFF;
	background-image: none;
	height: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom: 1px solid #99cc99;
	width: 230px;
	background-repeat: repeat;
	font-size: 11px;
}

#header ul.menu ul a:hover {
	background-image: url(../images/back_header_menu_sub.gif);
}

#header ul.menu ul .current{
	background-color: #FFF;
	color: #000;
}

#header ul.menu ul a.current {
	color: #000;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

.phone_number{
	position: absolute;
	top: -5px;
	right:25px;
	font-size: 17px;
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/tel_back.gif);
	background-repeat: no-repeat;
	width: 594px;
	height: 50px;
	padding-top:8px;
	text-align: right;
}



.phone_number span{
	font-size: 35px;
	color: #669966;
	font-weight: bold;

}

#header .phone_number{ right:-10px; }

#footer .phone_number{
	background-image:none;
	padding-right: 0px;
	padding-left: 0px;
	top: 10px;
}

#header .phone_number span, #header .phone_number b{ right:30px;	position: relative;	 }

#header ul.menu ul label{
	position: absolute;
	left: 0px;
	top: -5px;
	height: 10px;
	width: 100%;
	background-image: url(../images/back_header_menu_subTop.png);
	background-position: 0px -1px;
}




#content{
	width: 900px;
	position: relative;
	z-index: 30;
	float: left;
	margin-left: -475px;
	left: 50%;
	padding-bottom: 140px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFF;
}





h1, .textfull h1{	
	font-size: 20px;
	font-weight: normal;
	position: relative;
	width: 486px;
	left: 15px;
	background-image: url(../images/h1_back.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
}


h1 span, .textfull h1 span{
	background-image: url(../images/h1_top.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 510px;
	position: absolute;
	left: 0px;
	top: 0px;

}

.textfull h1{
	background-image: url(../images/h1_back_full.gif);
	width: 848px;
}

.textfull h1 span{
	background-image: url(../images/h1_top_full.gif);
	width: 872px;
}

#scrollingDiv{
	position: absolute;
	z-index: 50;
	background-color: #5a8177;
	display: block;
	font-size: 20px;
	left:-7px;
	width: 871px;
	top: -50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
}


#scrollingDiv label{
	background-image: url(../images/fade_white_bottom.png);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	width: 100%;
	left: 0px;
	bottom: -20px;
	position: absolute;
	border-top: 1px solid #FFF;
}


.text{
	width: 540px;
	margin-left: 3px;
	border: 1px solid #CCC;
	background-color: #f4f8ee;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 21px;
	
}



.text h2, .text h3, .textfull h2, .textfull h3{
	font-size: 17px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
	
}

.text h2 strong	{ font-weight: normal!important;}

.textfull h4{
	font-size: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

.text p, .textfull p{
	margin-bottom: 10px;
	line-height: 21px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

.text strong, .textfull strong{
	font-weight: bold;
}

.text p span{
	color: #999;
}

.text p a{
	text-decoration: underline;
}

.text ul, .text ol{
	width: 551px!important;
	clear: both;
	float: left;
	margin-bottom: 15px;
	position: relative;
	left: -6px;
	background-color: #FFF;
	border-top: 1px solid #e0e7d8;
	border-right: 1px solid #FFF;
	border-bottom: none;
	border-left: 1px solid #FFF;
	padding-top: 15px;
	background-image: url(../images/ul_end.gif);
	background-position: left bottom;
	padding-bottom: 21px;
	background-repeat: no-repeat;
}

.text ul li, .text ol li{
	list-style-type: none;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-bottom: 0px;
	border-style: none!important;
	padding-right: 28x;
	padding-left: 28px;
	width: 495px;
}

.text ol li{
	list-style-type: decimal;
	padding-right: 0x;
	padding-left: 0px;
	left:8px;
	position: relative;
}

.textfull ul.submenu li{
	position: relative;
	left: 45px;
}

ul.submenu li.section{
	font-size: 15px;
	margin-left: -20px;
}

.textfull{
	width: 900px;
	margin-left: 3px;
	border: 1px solid #CCC;
	background-color: #f4f8ee;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 21px;
}

.content_image{
	width: 330px;
	background-color: #f4f8ee;
	border: 1px solid #CCC;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 21px;
	clear: both;
	text-align: center;
	float: right;
}

.content_image img{
	max-width:290px;
}



ul.eventslist{
	width: 860px;
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

ul.eventslist li{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 5px!important;
	padding-bottom: 5px!important;
	border-bottom: 1px solid #CCC;
	list-style-type: none;
}

ul.eventslist li span{
	float: left;
	margin-right: 20px;
}

.t00{
	width:80px;
	}

.t01{
	width:300px;
}

.t02{
	width:200px;
}

.rightside{
	position: relative;
	width: 330px;
}

.rightside .rounded{
	width: 330px;
	background-color: #f4f8ee;
	border: 1px solid #CCC;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 21px;
	clear: both;
}



.rightside h3, .rightside h4, .rightside h6{
	font-size: 17px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	width: 276px!important;
	left: 15px;
	background-image: url(../images/h3_back.gif);
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	float: left;
}

.rightside h3 span, .rightside h4 span, .rightside h6 span{
	background-image: url(../images/h3_top.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width:300px!important;
	position: absolute;
	left: 0px;
	top: 0px;

}

h3.top_a{
	background-image: url(../images/h3_back_a.gif)!important;
	color: #FFFFFF;
}

h3.top_a span{background-image: url(../images/h3_top_a.gif)!important;}

.rightside h4{
	font-size:13px;
	margin-right: 20px;
	margin-left: 20px;
}

.rightside h5{
	font-size: 13px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.rightside h6{
	font-size: 13px;
	margin-bottom: 0px;

}

.rightside p{
	font-size: 11px;
	color: #999;
	padding-left: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

ul.submenu, ol.submenu{
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

ol.submenu{
	width: 50%;
}

ul.submenu li, ol.submenu li{
	list-style-type: none;
	float: left;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 5px;
	clear: both;
	padding-left: 15px;
	width: 275px;
}

ul.submenu li a, ol.submenu li a{
	clear: both;
	font-weight: bold;
}

.sitemap ul.submenu li a{
	font-weight: normal;
}

ul.submenu li span, ol.submenu li span{
	color: #999999;
}

ul.submenu ul li, ol.submenu ol li{
	background-image: none;
	margin-bottom: 2px;
	padding-left: 0px;
}


a#butt_back{
	background-image: url(../images/butt_back.gif);
	height: 7px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
	background-color: #FFF;
	padding: 5px;
	display: block;
	float: left;
	margin-left: 450px;
	position: fixed;
	left: 50%;
	top: 190px;
	z-index: 80;
}

.pagination {
		font-size: 11px;
	position: relative;
	left: 15px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.pagination a, .pagination .current{
	background-image: url(../images/pagination.gif);
	text-align: center;
	float: left;
	height: 24px;
	width: 38px;
	padding-top: 8px;
	margin-left: -5px;
	background-position: left top;
	}

.prev_page, .next_page{
	background-image: url(../images/pagination_next_prev.gif)!important;
	height: 24px;
	width: 64px!important;
	padding-left: 12px;
	float: left;
	padding-top: 8px;
	background-position: left top;
}

.pagination a:hover, .pagination .current{
	background-position: left bottom;
}

.pagination span.gap{display:none;}

/*











ul.submenu li label{
	background-image: url(../images/back_menu_top.png);
	height: 10px;
	width: 424px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: -10px;
	display: block;
}



ul.subyear{
	float: right;
	margin-right: 10px;
	margin-bottom: -9px;
	position: relative;
	z-index: 0;
	left: 1px;
}

ul.subyear li{
	float: left;
	list-style-type: none;
	margin-right: 1px;
	margin-left: 1px;
}

ul.subyear li a{
	background-image: url(../images/submenu_year.png);
	text-align: center;
	height: 22px;
	width: 66px;
	padding-top: 9px;
	display: block;
	font-size: 10px;
	color: #FFF;
	background-position: center top;
}

ul.submonth{
	float: right;
	margin-right: 10px;
	position: relative;
	z-index: 0;
	left: 1px;
}

ul.submonth li{
	float: left;
	list-style-type: none;
	margin-right: 1px;
	margin-left: 1px;
}

ul.submonth li a{
	background-image: url(../images/submenu_month.png);
	text-align: center;
	height: 22px;
	width: 32px;
	padding-top: 9px;
	display: block;
	font-size: 10px;
	color: #FFF;
	background-position: center top;
}

*/

#container_footer{
	clear: both;
	width: 100%;
	position: fixed;
	z-index: 50;
	left: 0px;
	bottom: 0px;
	float: left;
	padding-top: 5px;
}

#footer{
	margin: auto;
	width: 948px;
	position: relative;
	z-index: 20;
	background-image: url(../images/back_footer.png);
	background-repeat: repeat-x;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	height: 120px;
	padding-top: 10px;
}



#footer h4 {
	background-image: url(../images/foot_logo.png);
	float: left;
	width: 49px;
	position: absolute;
	top: -10px;
	right: -27px;
	z-index: 20;
	height: 66px;
}

#footer h5{
	float: right;
	color: #777;
	margin-right: 30px;
	position: absolute;
	top: 60px;
	right: 0px;
}



#footer ul.menu{
	float: left;
	position: relative;
	clear: both;
	margin-left: 35px;
}

#footer ul.menu li{
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

#footer ul.menu li a{
	font-size: 11px;
}



#search{
	float: left;
	margin-top: 18px;
	margin-left: 22px;
	margin-bottom: 10px;
}

#search input[type="text"]{
	background-image: url(../images/back_search.gif);
	float: left;
	height: 28px;
	width: 241px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: none;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 1px;
}

.submit_search{
	background-image: url(../images/submit_search.gif);
	height: 37px;
	width: 70px;
	text-align: center;
	border-style: none;
	background-position: 0px 1px;
	cursor:pointer;
	padding-top: 0px;
	text-indent: -10000px;
	line-height: 1px;
}

#hidesite {
	position: fixed;
	z-index: 1000;
	width: 278px;
	top: -10px;
	height: 30px;
	left: 50%;
	margin-left: 170px;
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../images/hidesite.gif);
	background-position: right bottom;
	color: #FFFFFF;
}

#hidesite a{
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
}

form{}

form h3{
	margin-right: 25px;
	margin-left: 25px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	}

form ul{
	margin-bottom: 15px;
	position: relative;
	left: -26px;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 51px!important;

}

form ul li{

}

form ul li label{
	display: block;
	float: left;
	width: 100px;
}

form ul li label.error{
	display: block;
	float: left;
	width: 130px;
	position: absolute;
	top: 5px;
	right: -140px;
}


form ul li span.rounded{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	position: relative;
	top: -6px;
}

form ul li input[type="text"], form ul li input[type="password"], form ul li textarea{
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-style: none;

}

form ul li textarea{
	height: 150px;

}

.submit00{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color:transparent!important;
	border-style: none;
	cursor:pointer;

}

.rounded_submit{
	background-color: #669966!important;
	padding: 5px!important;
	border: 1px solid #CCCCCC!important;
	float: left!important;
	position: relative!important;
	position: absolute!important;
	padding-top: 5px!important;
	padding-bottom: 5px!important;
	right: 133px;
}



#toTop{
	height: 17px;
	width: 923px;
	position: absolute;
	left: 0px;
	z-index: 10;
	font-size: 11px;
	color: #000;
	cursor:pointer;
	text-transform: uppercase;
	top: 1px;
	padding-top: 2px;
	text-align: right;
	padding-right: 25px;
	background-color: #e0e7d8;
	border-top: 1px solid #FFF;
}

#backlogo{
	background-image: url(../images/ndvf_logo.jpg);
	display: block;
	position: fixed;
	z-index: 0;
	height: 289px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-position: left top;
	background-repeat: repeat-x;
}

#sitedate{
	font-size: 11px;
	color: #999;
}

.line00{
	height: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e0e7d8;
	display: block;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}



#slider{
	height: 64px!important;
	width: 905px!important;
	background-image: url(../images/back_home_head.gif);
	margin-bottom: 15px;
	display: block;
}	

#sliderhold{
	height: 64px!important;
	width: 800px!important;
	display: block;
	overflow: hidden;
	margin-left:53px;
}	

#slider ul{
	height:64px;
	font-size: 20px;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#slider ul li{
	float: left;
	width: 800px!important;
	padding-top: 17px;
	text-align: center;
}

#slider q:before { content: open-quote; }

#slider q:after { content: close-quote; }


	
#prevBtn, #nextBtn{
	display:none;
	}	


.c00, .c01, .c02, .c03{
	display: block;
	height: 5px;
	width: 5px;
	position: absolute;
}

.c00{
	background-image: url(../images/c00.gif);
	left: -1px;
	top: -1px;
}

.c01{
	background-image: url(../images/c01.gif);
	top: -1px;
	right: -1px;
}

.c02{
	background-image: url(../images/c02.gif);
	right: -1px;
	bottom: -1px;
}

.c03{
	background-image: url(../images/c03.gif);
	left: -1px;
	bottom: -1px;
}

/************************* SHOP *******************************/

h1, .textfull h1{	
	font-size: 20px;
	font-weight: normal;
	position: relative;
	width: 486px;
	left: 15px;
	background-image: url(../images/h1_back.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
}


h1 span, .textfull h1 span{
	background-image: url(../images/h1_top.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 510px;
	position: absolute;
	left: 0px;
	top: 0px;

}

ul.categorymenu{
	width: 224px!important;
	clear: none;
	float: left;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	background-color: transparent!important;
	border: none!important;
	background-image: url(../images/h4_back.gif)!important;
	padding-bottom: 0px!important;
	padding-right: 12px;
	padding-left: 12px;
}

ul.categorymenu li{
	list-style-type: none;
	float: left;
	margin-bottom: 5px;
	position: relative;
	margin-right: 10px!important;
	margin-left: 0px!important;
	font-size: 20px;
	clear: none!important;
	width: 212px!important;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC!important;
}

ul.categorymenu li.nolinebottom{border-bottom: none!important;}


ul.options{
	width: 224px!important;
	clear: none;
	float: left;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	background-color: transparent!important;
	border: none!important;
	background-image: url(../images/h4_back.gif)!important;
	padding-bottom: 0px!important;
	padding-right: 12px;
	padding-left: 12px;
}

ul.options li{
	list-style-type: none;
	clear: both;
	float: left;
	margin-bottom: 10px;
	position: relative;
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-bottom: 0px;
	padding-right: 0px!important;
	padding-left: 0px!important;
	width: 100%!important;
	font-size: 12px;
	border-bottom: 1px solid #E6E6E6!important;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.products{
	width: 250px;
	position: relative;
}


.products.left, ul.options.left{margin-left:15px;}

.products.right, .product_image.right{margin-right:15px;}

.products h4{
	font-size: 20px;
	font-weight: normal;
	position: relative;
	width: 226px;
	background-image: url(../images/h4_back.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-right: 12px;
	clear: both;
	float: left;
}

.products h4 label, ul.categorymenu label, ul.options label{
	background-image: url(../images/h4_top.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.product{
	float: left;
	width: 100%;
	position: relative;
}


.product div.title{
    background-image: url("../images/h1_back.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    left: 15px;
    margin-bottom: 10px;
    padding: 10px 12px;
    position: relative;
    width: 486px;
}
.product div.title span{
    font-size: 20px;
    font-weight: normal;
}

.product label{
	background-image: url(../images/h1_top.gif);
	display: block;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 510px;
	position: absolute;
	left: 0px;
	top: 0px;

}

.product p{
	float: left;
	width: 230px;
	margin-right:0px;
}

.imageright{
	float: right;
	position: relative;
	width: 270px;
}
	

.product_image{
	float: right;
	position: relative;
	width: 250px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
	min-height: 250px;
	overflow: hidden;
}


.product_image img{
	position: relative;
	z-index: 0;
	width: 245px;
	float: left;
}

.product_image_top{
	background-image: url(../images/product_top.png);
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.product_image_bot{
	background-image: url(../images/product_bot.png);
	height: 15px;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: -2px;
}

#navi{
	float: left;
	width: 250px!important;
	margin-top: -15px;
	margin-bottom: 15px;
	position: relative;
	clear: both;
}

#navi a{
	background-color: #669966;
	height: 20px;
	width: 20px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-indent: -10000px;
	margin-right: 5px;
}

#navi .activeSlide{ opacity:0.4;filter:alpha(opacity=40)}

#navi span{
	float: left;
	margin-top: 2px;
}


.product .other-information{
    margin-left: 25px;
}

ul.options{
	width: 250px;
}
ul.options li{
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
		color: #555;

}

ul.options li b{
	font-size: 12px;
}

ul.options li strong{
	color: #000;
}

input[type="radio"]{
	float: right;
}

#googlecart-widget{position: relative!important;}

#googlecart-widget-head{
	background-color: transparent!important;
	width: 312px!important;
	border-style: none!important;
	
	margin-bottom: 5px;
	padding-bottom: 10px;

}

#googlecart-title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 20px!important;
	
}

#googlecart-summary{
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 20px!important;	
}

#googlecart-arrow{ }


#googlecart-widget-body {
	background-color: #FFFFFF;
	width: 312px!important;
	height: 0;
	position: relative!important;
	border-style: none!important;

	padding-bottom: 50px;	
	border-top: 1px solid #CCCCCC!important;
}

#googlecart-widget-body a{
	font-weight: normal!important;
	font-size: 15px!important;
	margin-bottom: 5px;
	color: #360!important;

}

/*


*/

#googlecart-widget-list, .googlecart-widget-item{
	background-color: #F5F5F5;
}

/*
#googlecart-widget-item-N

*/

.googlecart-widget-quantity-column{
	padding-top: 0px!important;
	padding-right: 10px!important;
	padding-bottom: 5px!important;
	padding-left: 5px!important;
	border-bottom: 1px solid #CCCCCC!important;
}

.googlecart-widget-quantity-box{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 15px!important;
	padding: 3px!important;
	border: 1px solid #CCCCCC!important;
	width: 27px!important;
	margin-top: 5px;
}
/*
.googlecart-widget-quantity-box
*/
.googlecart-widget-details-column{border-bottom: 1px solid #CCCCCC!important;}

/*

.googlecart-widget-title
*/
.googlecart-widget-short-details{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 15px!important;
	color: #999999!important;
	
	}
/*
.googlecart-widget-long-details

.googlecart-widget-removed-message

.googlecart-widget-image-column

.googlecart-widget-img
*/
.googlecart-widget-price-column{border-bottom: 1px solid #CCCCCC!important;}


.googlecart-widget-price{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 15px!important;
	
}	
/*
.googlecart-widget-remove

.googlecart-widget-restore
*/
#googlecart-widget-emptymessage{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-size: 13px!important;
	color: #999999!important;
	text-align: left!important;
	border-style: none!important;
	border-bottom: 1px solid #e0e7d8!important;
	padding-left:10px!important;
}
/*

#googlecart-widget-foot

.googlecart-widget-footertext



.googlecart-widget-totalmessage, 
*/
.googlecart-widget-totalprice{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 15px!important;
	}

.googlecart-widget-disclaimer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-size: 11px!important;
	color:#999!important;
	width: 300px!important;
	position: absolute;
	}
/*
.googlecart-widget-checkout{}

*/
.googlecart-add-button {
	cursor: pointer!important;
	height: 30px!important;
	width: 99px!important;
	margin-left: 25px!important;
	background-image: url(../images/add_to_cart.gif)!important;
	float: left;
	clear: left;
	margin-bottom: 15px;
}

#googlecart-checkout-button{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size: 15px!important;
	position: relative!important;
	top: 50px!important;
left: -150px;
}
