@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial;
}	
#bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}
body {
	background:url("../img/backgr.png") top;
	background-repeat:repeat-x;
	background-color:#0f0f0f;
}
img { border:0; }
.sizeselect{
	width:85px;
	
	BORDER-BOTTOM-COLOR : #eeeeee;
	BORDER-BOTTOM-WIDTH : 1px;
	BORDER-LEFT-COLOR : #eeeeee;
	BORDER-LEFT-WIDTH : 1px;
	BORDER-RIGHT-COLOR : #eeeeee;
	BORDER-RIGHT-WIDTH : 1px;
	BORDER-TOP-COLOR : #eeeeee;
	BORDER-TOP-WIDTH : 1px;
	COLOR : #3c3c3c;
	FONT-SIZE : 12px;
	-moz-border-radius: 20px 0px 0px 20px;
	-webkit-border-radius: 20px 0px 0px 20px;
	border-radius: 20px 0px 0px 20px;
	behavior: url(border-radius.htc);
	padding-left:5px;
}
.rund {
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	behavior: url(border-radius.htc);
}
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
padding:10px;
border-right:3px solid #666;
border-bottom:3px solid #666;

}
.quantityselect{
	width:60px;
	
	BORDER-BOTTOM-COLOR : #eeeeee;
	BORDER-BOTTOM-WIDTH : 1px;
	BORDER-LEFT-COLOR : #eeeeee;
	BORDER-LEFT-WIDTH : 1px;
	BORDER-RIGHT-COLOR : #eeeeee;
	BORDER-RIGHT-WIDTH : 1px;
	BORDER-TOP-COLOR : #eeeeee;
	BORDER-TOP-WIDTH : 1px;
	COLOR : #3c3c3c;
	FONT-SIZE : 12px;
	padding-left:5px;
}

option{
	padding-left:5px;
}
#menu {
	background-color:black;
	height:35px;
	position:absolute;
	top:0;
	right:0;
	
	background-color:transparent;
}
.titleline {
	color:#147A00;
	font-size:18px;
	font-weight:bold;
}
.rel {
	margin: 150px 0 0 0px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
#box_table {
	margin:auto;
}
#right_box_table {
	font-size:12px;
	font-weight:normal;
}
#right_box_table td {
	padding-top:3px;
	padding-bottom:3px;
}
#right_box_table .tdone {
	width:120px;
}
#right_box_table .tdtwo {
	width:30px;
}
#right_box_table .tdthree {
	width:50px;
	text-align:right;
}
#box_left {
	/*background-color:#f5f5f5;*/
	background:url("../img/boxbg.jpg") repeat scroll 0 0 transparent;

	width: 740px;
	height: 355px;
	padding:10px;
	font-weight: bold;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);

}
#box_right {
	/*background-color:#f5f5f5;*/
	background:url("../img/boxbg.jpg") repeat scroll 0 0 transparent;

	width: 200px;
	padding: 15px;
	color:#333;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}
#box_right_top {
	/*background-color:#f5f5f5;*/
	background:url("../img/boxbg.jpg") repeat scroll 0 0 transparent;

	width: 200px;
	padding: 15px;
	color:#333;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}

#cartTotal {
	background-color:#147A00;
	font-size:16px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:1px;
	padding-bottom:1px;
	color:white;
	width:70px;
	text-align:center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#priceTag {
	background-color:#147A00;
	font-size:14px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top:1px;
	padding-bottom:1px;
	color:white;
	width:50px;
	text-align:center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	margin:auto;
}
#footer {
	width:970px;
	margin:auto;
	color:#eee;
	padding-bottom:10px;
}
#footer a:link {
	font-size:14px;
	font-weight:normal;
	color:#eee;
	text-decoration:none;
} 
#footer a:active {
	font-size:14px;
	font-weight:normal;
	color:#eee;
	text-decoration:none;
}
#footer a:visited {
	font-size:14px;
	font-weight:normal;
	color:white;
	text-decoration:none;
}
#footer a:hover {
	font-size:14px;
	font-weight:normal;
	color:#eee;
	text-decoration:underline;
}
#menu a:link {
	display:block;
	color:white;
	text-decoration:none;
	width:145px;
	height:27px;
	padding-top:8px;
	text-align:center;
	background-color:transparent;
}
#menu a:active {
	display:block;
	color:white;
	text-decoration:none;
	width:145px;
	height:27px;
	padding-top:8px;
	text-align:center;
	background-color:transparent;
}
#menu a:visited {
	display:block;
	color:white;
	text-decoration:none;
	width:145px;
	height:27px;
	padding-top:8px;
	text-align:center;
	background-color:transparent;
}	
#menu a:hover {
	display:block;
	text-decoration:none;
	width:145px;
	background-color:#FFF;
	color:#000;
	font-weight:bold;
	height:27px;
	padding-top:8px;
	text-align:center;
	
}	
#topbar {
	width:100%;
	background-color:#333;
	height:35px;
	position:absolute;
	top:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity: .4;
	filter: alpha(opacity=40);

}
#logo {
	width:436px;
	height:72px;
	position:absolute;
	top:58px;
	left:0px;
}
#logo img {
	width:436px;
}
#flourish {
	width:1800px;
	height:94%;
	position:absolute;
	top:50px;
	right:20px;
	z-index:-1;
	background-image:url("../img/flourish_white.png");
}
/* slider specific CSS */
        .sliderGallery {
            
            overflow: hidden;
            position: relative;
            height: 340px;
            width: 740px;
		padding-top:10px;
        }
		.sliderGallery td{
            
            text-align:center;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 734px;
            height: 20px;
            margin-top: 305px;
            padding: 3px;
            position: relative;
            background: url(../img/scrollbar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 181px;
            top: 3;
            background: url(../img/handle.png) no-repeat;
            z-index: 100;
	padding-right:5px;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }	
