html, body
{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	background-color: #F0F0EE;
	height:100%;
	margin:0px;
	padding:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
*
{
	margin:0px;
	padding:0px;
	z-index:0;
}
a, a span
{
	text-decoration: none;
}
a:hover, a span:hover
{
	text-decoration: underline;
}
hr
{
	border:none;
	color: #DFDFDF;
	background-color: #DFDFDF;
	height: 1px;
	margin: 6px 0px;
}
/* loading */
#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(../images/uploader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity:.75;
	z-index:10;
}
/* loading */

/* Maintenance (when site is shut down for maintenance) */
.clsMaintenanceLogo
{
	position:relative;
	margin:100px auto 0px auto;
}
.clsMaintenanceTitle
{
	position:relative;
	clear:both;
	margin:0px auto;
	padding:5px;
	width:300px;
	height:auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FFCC00;
}
.clsMaintenanceMsg
{
	position:relative;
	clear:both;
	margin:0px auto;
	padding:5px;
	width:300px;
	height:auto;
	font-size:11px;
	font-style:italic;
	text-align:center;
	color:#CCFFFF;
	border:1px solid #D2D2D2;
}
/* Maintenance end */

#dvHolder
{
	position:relative;
	width:100%;
	height:auto;
	min-height:900px;
}
#dvHeader
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	z-index:100;
	border-top:1px solid #0c1303;
}
#dvTop
{
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	margin:0px auto;
}
#dvHdLogo
{
	position:relative;
	width: 990px;
	margin: 10px auto 0px auto;
}
/* hyper menu */
#hyperMnuDiv
{
	position:relative;
	width: 990px;
	margin: 10px auto 0px auto;
}
.hyper_slide
{
	list-style:none;
	float: right;
}
.hyper_slide li
{
	position:relative;
	float:left;
	margin:2px;
	padding:1px;
}
.dvHypLang
{
	width:16px;
	height:16px;
}
/* hyper menu end */

/* main menu */
#dvNavHolder
{
	position:relative;
	clear: both;
	width:100%;
	height:40px;
	z-index:1000;
}
#navDiv
{
	position:relative;
	clear:both;
	width:990px;
	height: 40px;
	margin:1px auto;
	padding:1px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #7DC623));
	background:-moz-linear-gradient(top, #b8e356 5%, #7DC623 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #7DC623 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #7DC623 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #7DC623 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #7DC623 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#7DC623',GradientType=0);
	background-color:#b8e356;
	border-radius:6px;
	z-index:1000;
}
ul.main_slide
{
	list-style:none;
}
ul.main_slide ul
{
	position:absolute;
	width:141px;
	height:auto;
	margin:5px 0px 0px -2px;
	padding:1px;
	list-style:none;
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	box-shadow:1px 0px 5px #a5cc52;
	-moz-box-shadow:1px 0px 5px #a5cc52;
	-webkit-box-shadow:1px 0px 5px #a5cc52;
	display:none;
}
ul.navSubUls
{
	top: -6px;
	left: 145px;
}
.main_slide li
{
	position:relative;
	float:left;
	margin:0px;
	padding:1px;
}
.dvNvMainMnu
{
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #7DC623) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #7DC623 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#7DC623');
	background-color:#b8e356;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #324f0e;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:137px;
	text-decoration:none;
	text-align:center;
	cursor: auto;
}
.dvNvMainMnu:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
	cursor: pointer;
}
.dvNvMainMnu:active
{
	position:relative;
	top:1px;
}
.dvAdditionalMnuItm, .dvAdditionalMnuItmSel
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	min-height:14px;
	padding: 10px;
	width:185px;
	margin-bottom: 5px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	cursor: auto;
}
.dvAdditionalMnuItm:hover, .dvAdditionalMnuItmSel
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d8edbd), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #d8edbd 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8edbd', endColorstr='#f9f9f9');
	background-color:#d8edbd;
	cursor: pointer;
}
.dvAdditionalMnuItmSel
{
	cursor:auto;
}
#dvAdditionalMenu > ul, #dvAdditionalMenu > ul > li
{
	margin: 0px;
	padding: 0px;
}
/* main menu end */

/* footer menu */
.dvNvFtrMnu
{
	color: #000033;
	text-decoration:none;
	font-size: 11px;
	cursor:auto;
}
.dvNvFtrMnu:hover
{
	color: #000033;
	text-decoration: underline;
	font-size: 11px;
	cursor:pointer;
}
/* footer menu end */
.dvNvHypMnu
{
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #253b0a;
	padding: 0px 6px;
	cursor:auto;
}
.dvNvHypMnu:hover
{
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}
/* hypermenu */

/* hypermenu end*/

div.dvDivider10
{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	height:10px;
}
#dvMiddle
{
	position:relative;
	clear:both;
	width:100%;
	height:auto;
	z-index:0;
}
#dvMidHolder
{
	position:relative;
	clear:both;
	width:990px;
	height:auto;
	margin:15px auto 0px auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px solid #d8edbd;
	background-image: url(../images/mdHolder.png);
	background-repeat: repeat-y;
	overflow:hidden;
	z-index:0;
}
div.dvMidCnt
{
	position:relative;
	clear:both;
	float:left;
	width:750px;
	height:auto;
	margin:0px;
	padding:5px;
}

/* posts */
#dvPostHolder
{
	position:relative;
	float:left;
	width:732px;
	height:auto;
	padding:5px;
	margin-left: 1px;
	overflow: hidden;
}
ul.clsUlWithAds, ul.clsUlSingleWithAds
{
	list-style:none;
	width:100%;
	height:auto;
}
ul.clsUlWithAds li
{
	position:relative;
	float:left;
}
div.dvBnElm, div.dvHeaderImg
{
	border:4px solid #f8f9fb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8f9fb;
	margin: 0px 0px 10px 16px;
}
div.clsSinglePstShell
{
	border:1px solid #D8EDBD;
	/* background-color: #f8f9fb; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px;
	width: 706px;
}
div.clsPstShell1, div.clsPstShell2, div.clsPstShell3, div.clsSinglePstShellXT /* the last digit designates how many such elements reside in the same row*/
{
	position:relative;
	float:left;
	width:726px;
	height:auto;
	margin:3px 3px 3px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid rgba(255,255,255, 0.6);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
div.clsPstShell1:hover, div.clsPstShell2:hover, div.clsPstShell3:hover, div.clsSinglePstShellXT:hover
{
	-moz-box-shadow: 0px 0px 1px 1px #8acb38;
	-webkit-box-shadow: 0px 0px 1px 1px #8acb38;
	box-shadow: 0px 0px 1px 1px #8acb38;
	border:1px solid rgba(151,209,78, 0.4);
}
div.clsPstShell2 /* the last digit designates how many such elements reside in the same row*/
{
	width:353px;
	margin-right:6px;
	padding: 3px;
}
.clsSinglePstCore ul li
{
	list-style: disc;
	margin-left: 20px;
}
div.clsPstShell3, div.clsSinglePstShellXT
{
	width: 194px;
	padding: 10px 15px;
	margin-right: 14px;
}
div.clsSinglePstShellXT
{
	width: 950px;
	margin: 4px;
}
div.clsPstTop
{
	position:relative;
	width:100%;
	height:25px;
}
div.clsPstTLC
{
	position:relative;
	float:left;
	width:5px;
	height:25px;
}
div.clsPstTMD
{
	position:relative;
	float:left;
}
div.auxSingleClsXT
{
	width: 950px;
}
div.auxCls1, div.auxSingleCls
{
	width:708px;
}
div.auxCls2
{
	width:340px;
}
div.auxCls3
{
	width: 166px;
}
div.dvTxTitle1, div.dvTxTitle2, div.dvTxTitle3, div.dvTxSingleTitle, div.dvTxSingleTitleXT
{
	margin:3px 0px 6px 3px;
	padding:1px 1px 3px 1px;
	font-size:14px;
	font-weight: bold;
	border-bottom:1px solid #817D62;
	color:#253b0a;
}

div.dvTxSingleTitle h1, div.dvTxSingleTitleXT h1
{
	font-size:14px;

}

div.dvTxSingleTitle, div.dvTxSingleTitleXT
{
	margin:3px 0px 12px 0px;
	padding:1px 0px 6px 0px;
	color:#253b0a;
}
a.txTitle
{
	text-decoration:none;
	color:#253b0a;
}
a.txTitle:hover
{
	color:#3e6311;
}
div.clsPstTRC
{
	position:relative;
	float:left;
	width:5px;
	height:25px;
}
div.clsPstCore1, div.clsPstCore2, div.clsPstCore3
{
	position:relative;
	clear:both;
	width:713px;
	height:auto;
	padding:5px 5px;
	color:#000000;
	line-height:16px;
}
div.clsPstCore2
{
	width:340px;
}
div.clsPstCore3
{
	width: 190px;
}
div.clsPstBtm
{
	position:relative;
	clear:both;
	width:100%;
}
div.clsPstBLC
{
	position:relative;
	float:left;
	width:5px;
	height:25px;
}
div.clsPstBMD
{
	position:relative;
	float:left;
	padding-bottom: 10px;
}
div.dvTxMore
{
	position:relative;
	clear:both;
	float:right;
	font-size:12px;
	margin:5px 10px 0px 0px;
}
a.txMore
{
	text-decoration:none;
	color:#253b0a;
}
a.txMore:hover
{
	text-decoration:underline;
	color:#3e6311;
}
div.clsPstBRC
{
	position:relative;
	float:left;
	width:5px;
	height:25px;
}
/* posts end */

/* features */
div.dvMidFts
{
	position:relative;
	float:left;
	width:237px;
	height:auto;
	padding:5px;
	overflow: hidden;
}
#dvBulletinHolder, div.dvTickerHolder, #dvAdditionalMenu
{
	position:relative;
	clear:both;
	width:206px;
	height:auto;
	margin:3px 0px 15px -4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	margin-left: 4px;
	overflow: hidden;
}
div.dvBulletinPst
{
	position:relative;
	clear:both;
	width:170px;
	height:auto;
	padding:5px;
}
div.dvBbTitle
{
	position:relative;
	clear:both;
	width:168px;
	margin:3px 0px 0px 0px;
	padding:1px;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
}
a.aBbTitle
{
	text-decoration:none;
	color:#253b0a;
	font-size: 14px;
	font-weight: bold;
}
a.aBbTitle:hover
{
	text-decoration:underline;
	color:#3e6311;
}
div.dvBbMain
{
	position:relative;
	clear:both;
	width:200px;
	height:auto;
	padding:6px 3px;
}
div.dvBbMore
{
	position:relative;
	clear:both;
	font-size:12px;
	height:16px;
	margin:10px 5px 5px 0px;
	text-align:right;
}
a.aBbMore
{
	text-decoration:none;
	color:#253b0a;
}
a.aBbMore:hover
{
	text-decoration:underline;
	color:#3e6311;
}
div.dvBbDivider
{
	position:relative;
	clear:both;
	width:185px;
	margin:6px 0px 0px 6px;
	padding:0px 6px;
}
div.dvTickerHolder
{
	padding:10px 15px;
}
#dvTckContent
{
	width:190px;
	height:auto;
	overflow: hidden;
}
div.dvTckTitle
{
	color: #253b0a;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #DFDFDF;
}
div.dvTckElm
{
	width:180px;
	height:auto;
	overflow:hidden;
	margin-left:10px;
}
div.dvTckElm a
{
	text-decoration: none;
}
/* features end */

/* gallery */
#dvCatHeaderWithAds
{
	width:187px;
	height:auto;
	padding:2px 0px 2px 3px;
	font-size:12px;
	font-weight:bold;
	color:#660000;
	background-color:#F7F7F7;
}
#dvRecListWithAds
{
	position:relative;
	clear:both;
	float:left;
	width:190px;
	margin:0px;
	padding:0px;
}
.aCiImg
{
	width:120px;
	padding:3px;
	background-color:#CCCCCC;
}
.aCiImg:hover
{
	width:120px;
	padding:3px;
	background-color:#FFCCFF;
}
#dvCatHeaderNoAds
{
	width:187px;
	height:auto;
	padding:2px 0px 2px 3px;
	font-size:12px;
	font-weight:bold;
	color:#660000;
	background-color:#F7F7F7;
}
#dvRecListNoAds
{
	position:relative;
	clear:both;
	float:left;
	width:190px;
	margin:0px;
	padding:0px;
}
#dvCatItmsWithCatsNoAds
{
	position:relative;
	float:left;
	width:790px;
	height:auto;
	padding:0px 5px;
	margin-top:-20px;
}
#dvNoRecsWithAds
{
}
#dvNoRecsNoAds
{
}
#dvNoItmRecsWithCatsWithAds
{
}
#dvNoItmRecsWithCatsNoAds
{
}
#dvNoRecsNoCatsWithAds
{
}
#dvNoRecsNoCatsNoAds
{
}
#olCatLstWithAds
{
	list-style:none;
	width:100%;
	height:auto;
}
.dvCatRc
{
	background-color:#FFFFFF;
	color:#333333;
	padding-left:3px;
	border-bottom:1px solid #666666;
	margin-bottom:1px;
}
.dvCatRc:hover
{
	background-color:#FFFFD2;
	color:#0000CC;
	padding-left:3px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:1px;
}
.dvCatRcS
{
	background-color:#D7FFFF;
	color:#0000FF;
	padding-left:3px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:1px;
}
#olCatLstNoAds
{
	list-style:none;
	width:100%;
	height:auto;
}
#olCatLstNoAds li
{
}
#olCatLstNoAds li div
{
}
#dvCatListLabel
{
	width:100%;
	height:auto;
	padding:2px 0px 2px 3px;
	font-size:12px;
	font-weight:bold;
	color:#660000;
	background-color:#F7F7F7;
}
div.dvGalWithFC
{
	position:relative;
	clear:both;
	width:750px;
	height:auto;
}
#dvGalleryHolderWithCatsWithAds
{
	position:relative;
	clear:both;
	float:left;
	width:740px;
	height:auto;
	padding:5px;
}
#dvCatItmsWithCatsWithAds
{
	position:relative;
	float:left;
	width:540px;
	height:auto;
	padding:0px 5px;
	margin-top:-20px;
}
div.dvGalNoFC
{
	position:relative;
	clear:both;
	width:990px;
	height:auto;
}
#dvGalleryHolderWithCatsNoAds
{
	position:relative;
	clear:both;
	float:left;
	width:990px;
	height:auto;
	padding:5px;
}
#dvGalleryHolderNoCatsWithAds
{
	position:relative;
	clear:both;
	float:left;
	width:740px;
	height:auto;
	padding:5px;
}
#dvCatItmsNoCatsWithAds
{
}
#dvGalleryHolderNoCatsNoAds
{
}
#dvCatItmsNoCatsNoAds
{
}
#dvDspFlt
{
}
#aDspFlt
{
}
#dvFiltLabel
{
	position:relative; float:right; font-size:10px; color:#666666; margin-left:10px; margin-top:6px;
}
#dvRcLstNoCatsWithAds
{
	position:relative;
	clear:both;
	float:left;
	width:750px;
}
#dvRcLstWithCatsNoAds
{
	position:relative;
	clear:both;
	float:left;
	width:790px;
}
#dvCatLstNoCatsWithAds
{
	position:relative;
	float:left;
	width:740px;
	padding:0px 5px;
}
#dvCatLstWithCatsNoAds
{
	position:relative;
	float:left;
	width:780px;
	padding:0px 5px;
}
#dvRcLstNoCatsNoAds
{
	position:relative;
	clear:both;
	float:left;
	width:990px;
}
#dvCatLstNoCatsNoAds
{
	position:relative;
	float:left;
	width:980px;
	padding:0px 5px;
}
ul.ulCatLstWithCatsWithAds
{
	list-style:none;
	width:100%;
	height:auto;
}
ul.ulCatLstWithCatsNoAds
{
	list-style:none;
	width:100%;
	height:auto;
}
ul.ulCatLstNoCatsWithAds
{
	list-style:none;
	width:750px;
	height:auto;
}
ul.ulCatLstNoCatsNoAds
{
	list-style:none;
	width:100%;
	height:auto;
}
li.liCatItmWithCatsWithAds
{
	position:relative;
	float:left;
	margin:6px 6px 6px 0px;
	padding:0px 6px 3px 1px;
	width:120px;
	height:250px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
li.liCatItmWithCatsNoAds
{
	position:relative;
	float:left;
	margin:6px 20px 6px 0px;
	padding:0px 6px 3px 1px;
	width:120px;
	height:250px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
li.liCatItmNoCatsWithAds
{
	position:relative;
	float:left;
	margin:6px 20px 6px 0px;
	padding:0px 6px 3px 1px;
	width:120px;
	height:250px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
li.liCatItmNoCatsNoAds
{
	position:relative;
	float:left;
	margin:6px 20px 6px 0px;
	padding:0px 6px 3px 1px;
	width:120px;
	height:250px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
div.dvCatItmNoCatsWithAds, div.dvCatItmWithCatsWithAds, div.dvCatItmWithCatsNoAds, div.dvCatItmNoCatsNoAds
{
	position:relative;
	float:left;
}
li.liCatItmNoCatsNoAds
{
	position:relative;
	float:left;
	margin:6px 20px 6px 0px;
	padding:0px 6px 3px 1px;
	width:120px;
	height:250px;
	background-color:#CCCCCC;
	border:1px solid #000000;
}
div.dvCatItmNoCatsNoAds
{
}
div.dvCatItmInfoNoCatsWithAds, div.dvCatItmInfoNoCatsNoAds, div.dvCatItmInfoWithCatsWithAds, div.dvCatItmInfoWithCatsNoAds
{
	position:relative;
	clear:both;
	float:left;
	width:116px;
	height:auto;
	margin:0px;
	padding:5px;
}
div.dvItmTitleNoCatsWithAds, div.dvItmTitleWithCatsWithAds, div.dvItmTitleNoCatsNoAds, div.dvItmTitleWithCatsNoAds
{
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
}
.aItmLink
{
	text-decoration:none;
	color:#666666;
}
.aItmLink:hover
{
	text-decoration:none;
	color:#FFFFFF;
}
div.dvItmMore
{
	position:absolute;
	bottom:0px;
	right:0px;
	margin:5px;
	text-align:right;
}
.dvItmOriginNoCatsWithAds
{
}
div.dvItmDescNoCatsWithAds, div.dvItmDescWithCatsWithAds, div.dvItmDescNoCatsNoAds, div.dvItmDescWithCatsNoAds
{
	position:relative;
	clear:both;
	margin-top:2px;
}
.dvItmPriceNoCatsWithAds
{
}
.dvItmDiscountNoCatsWithAds
{
}
.dvItmOfferNoCatsWithAds
{
}
div.dvCatItmInfoNoCatsNoAds
{
	margin-top:5px;
	padding:0px 2px;
}
.dvItmTitleNoCatsNoAds
{
}
.dvItmOriginNoCatsNoAds
{
}
.dvItmDescNoCatsNoAds
{
}
.dvItmPriceNoCatsNoAds
{
}
.dvItmDiscountNoCatsNoAds
{
}
.dvItmOfferNoCatsNoAds
{
}
/* gallery end*/

/* footer */
#dvFooter
{
	position:relative;
	clear:both;
	width:100%;
	height:100px;
	margin:0px;
	padding:0px;
	background-color: #212810;
	border-top: 10px solid #70b21f;
	border-right:none;
	border-left:none;
	z-index:0;
}
 /* footer menu */
#footerMnuDiv
{
	position:relative;
	float:left;
}
.footer_slide
{
	list-style:none;
}
.footer_slide li
{
	position:relative;
	float:left;
	margin:2px;
	padding:1px;
}
/* footer menu end */
#dvFtrHolder
{
	position:relative;
	width:990px;
	height:auto;
	margin:0px auto;
}
#dvFtrCont
{
	position:relative;
	float:right;
	font-size:12px;
	color: #ebeff2;
	margin-top:30px;
}
/* input field */
.inpField
{
	background-color:#ECF4F4;
	color:#000066;
	font-size:11px;
	border:1px solid #CEE7FF;
}
.inpField:hover
{
	background-color:#F4FAFF;
	color:#333333;
	font-size:11px;
	border:1px solid #CCCCCC;
}
/* input field w/focus */
.inpFieldFc
{
	background-color:#ECF4F4;
	color:#000066;
	font-size:11px;
	border:1px solid #FFCC33;
}
.inpFieldFc:hover
{
	background-color:#F4FAFF;
	color:#333333;
	font-size:11px;
	border:1px solid #FFCC33;
}

/* mandatory field */
.inpMndField
{
	background-color:#ECF4F4;
	color:#000066;
	font-size:11px;
	border:1px solid #CEE7FF;
}
.inpMndField:hover
{
	background-color:#F4FAFF;
	color:#333333;
	font-size:11px;
	border:1px solid #CCCCCC;
}
/* mandatory field w/focus */
.inpMndFieldFc
{
	background-color:#ECF4F4;
	color:#000066;
	font-size:11px;
	border:1px solid #FFCC33;
}
.inpMndFieldFc:hover
{
	background-color:#F4FAFF;
	color:#333333;
	font-size:11px;
	border:1px solid #FFCC33;
}
/* mandatory field - success */
.inpMndFieldOK
{
	background-color:#CCFFCC;
	color:#006600;
	font-size:11px;
	border:1px solid #A4E4A8;
}
.inpMndFieldOK:hover
{
	background-color:#CCFFCC;
	color:#006600;
	font-size:11px;
	border:1px solid #66CC33;
}
/* mandatory field - success w/focus */
.inpMndFieldOKFc
{
	background-color:#CCFFCC;
	color:#006600;
	font-size:11px;
	border:1px solid #FFCC99;
}
.inpMndFieldOKFc:hover
{
	background-color:#E8FFE8;
	color:#006600;
	font-size:11px;
	border:1px solid #FFCC99;
}
/* mandatory field - failure */
.inpMndFieldBd
{
	background-color:#FFCCFF;
	color:#660000;
	font-size:11px;
	border:1px solid #FF99CC;
}
.inpMndFieldBd:hover
{
	background-color:#FFCCFF;
	color:#660000;
	font-size:11px;
	border:1px solid #CC3366;
}
/* mandatory field - failure w/focus */
.inpMndFieldBdFc
{
	background-color:#FFCCFF;
	color:#660000;
	font-size:11px;
	border:1px solid #FF99CC;
}
.inpMndFieldBdFc:hover
{
	background-color:#FFE8F3;
	color:#660000;
	font-size:11px;
	border:1px solid #FFCC99;
}
/* end of input classes */
.smLink
{
	position:relative;
	width:120px;
	height:19px;
	margin:0px;
	padding:6px 0px 0px 0px;
	text-align:center;
	background-image:url(../images/btns/ps/smNormal_lb.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000033;
	font-size:11px;
	cursor: auto;
}
.smLink:hover
{
	position:relative;
	width:120px;
	height:19px;
	margin:0px;
	padding:6px 0px 0px 0px;
	text-align:center;
	background-image:url(../images/btns/ps/smHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000066;
	font-size:11px;
	cursor: pointer;
}
.smDeadLink
{
	position:relative;
	width:120px;
	height:19px;
	margin:0px;
	padding:6px 0px 0px 0px;
	text-align:center;
	background-image:url(../images/btns/ps/smHover.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000066;
	font-size:11px;
}