html .ddsmoothmenu{height: 1%;}
html {
	overflow-y: scroll;
	overflow-x: auto;
	}
body {
	background: url(../images/bg.jpg);
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, Times New Roman, ,Arial Times,Serif;
	}

form {
	padding: 0px;
	margin: 0px;
	}

img { behavior: url(iepngfix.htc); }

br {
	line-height: 22px;
	}

.selectPrice {
	border: 1px #85A167 solid;
	background: #B4D6A3;
	}

input[type=text],input[type=password],textarea,select {
	border: 1px #93804E solid;
	background: #DFD1AB;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	}

.regSelect {
	border: 1px #93804E solid;
	width: 200px;
	background-color: #DFD1AB;
	font-size: 11px;
	font-style: italic;
	font-family: Georgia;
	color: #453919;
	}

.headerSearch {
	width: 220px;
	height: 26px;
	background: url('../images/input_bg.jpg');
	font-size: 11px;
	font-style: italic;
	font-family: Georgia;
	color: #453A0C;
	}

table,tr,td {
	color: #2E210B;
	font-size: 14px;
	font-family: Georgia, Times New Roman, ,Arial Times,Serif;
	font-style: italic;
	}

.storeStyle {
	font-style: italic;
	color: #2F2002;
	font-size: 16px;
	}

a {
	outline:none;
	font-family: Georgia, Arial, Times New Roman, Times,Serif;
	text-decoration: none;
	color: #391E00;
	font-size: 12px;
	}

a:focus, a:active { 
	outline: 0;
	-moz-outline: none;
	}

a:hover {
	font-family: Georgia, Arial, Times New Roman, Times,Serif;
	text-decoration: none;
	color: #90333A;
	font-size: 12px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman,Arial Times,Serif;
	font-size: 24px;
	font-style: italic;
	color: #332302;
	}

h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, ,Arial Times,Serif;
	font-size: 14px;
	font-style: italic;
	color: #443111;
	}

.Must {
	color: red;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	}
	
.rMust {
	color: red;
	font-family: Georgia;
	}

.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	}

select {
	font-size: 12px;
	font-family: Arial;
	}

.appBar {
	background: #EDEDED;
	border: 1px #AEAEAE solid;
	font-family: Arial;
	font-size: 12px;
	}

.picOut {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}
	
.picOver {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}
	
/* ----------------------------------------------------------------- [ Scroller ] ----------------------------------------------------------------- */
	/* scrollable div area */
	#scrollable1 {
		float: right;
		width: 99%;
		height: 444px;
		overflow: hidden;
		white-space: nowrap;
	}
	/* wrap to make sure that image area is clickable */
	#wrap1 {
		float: right;
		clear: both;
		width: 100%;
		height: 20px;
		background: transparent url(../images/scrollbar/scrollbar-track-right.png) no-repeat top right;
	}
	
	/* left image of track */
	#track1-left {
		position: absolute;
		width: 15px;
		height: 20px;
		background: transparent url(../images/scrollbar/scrollbar-track-left.png) no-repeat top left;
	}
	
	/* horizontal track */
	#track1 {
		position: absolute;
		width: 100%;
		height: 20px;
	}
	
	/* horizontal track handle */
	#handle1 {
		width: 37px;
		height: 20px;
	}
/* ----------------------------------------------------------------- [ Scroller ] ----------------------------------------------------------------- */

.videoDiv {
	width: 315px;
	height: 401px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-base-color: #4C4F25;
	scrollbar-arrow-color: #D3BE8A;
	scrollbar-3dlight-color: #D3BE8A;
	scrollbar-darkshadow-color: #D3BE8A;
	scrollbar-face-color: #4C4F25;
	scrollbar-highlight-color: #D3BE8A;
	scrollbar-shadow-color: #D3BE8A;
	scrollbar-track-color: #D3BE8A;
	}

.scrollDiv {
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-base-color: #4C4F25;
	scrollbar-arrow-color: #D3BE8A;
	scrollbar-3dlight-color: #D3BE8A;
	scrollbar-darkshadow-color: #D3BE8A;
	scrollbar-face-color: #4C4F25;
	scrollbar-highlight-color: #D3BE8A;
	scrollbar-shadow-color: #D3BE8A;
	scrollbar-track-color: #D3BE8A;
	}

/* ----------------------------------------------------------------- [ Price Classes ] ----------------------------------------------------------------- */

.spanLine {
	font-size: 11px;
	background: #B4D6A3;
	text-align: left;
	cursor: pointer;
	}

.spanLine:hover {
	font-size: 11px;
	background: #E1FFE3;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	}

/* ----------------------------------------------------------------- [ Price Classes ] ----------------------------------------------------------------- */
