@charset "utf-8";

/* CSS Document */

body
{
	color: #333;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkg.gif);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-position: center 14px;
}

h2
{
	font-size: 22px;
	font-weight: bold;
	color: #BCCE0F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3
{
	font-size: 20px;
	font-weight: normal;
	color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

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

a
{
	color: #A3B40E;
}

a:hover
{
	color: #111;
}

table
{
	font-size: 12px;
}

.hr
{
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCCE0F;
	clear: both;
}

.hr hr,
.hr2 hr,
.hr3 hr,
.hrTitle hr
{
	display: none;
}

.hr2
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #BCCE0F;
	clear: both;
	margin-bottom: 10px;
}

.hr3
{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

.hrTitle
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4F361;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

#bodyBkg
{
	background-image: url(../images/headerline.gif);
	background-repeat: repeat-x;
	background-position: center 60px;
}

#sideLink
{
	position: absolute;
	left: 980px;
	top: 180px;
}

#wrapper
{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrapper #top
{
	height: 145px;
	position: relative;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #BCCE0F;
}

#wrapper #top #logo
{
	position: absolute;
	left: 10px;
	top: 13px;
	z-index: 5;
}

#wrapper #top #menuTop
{
	position: absolute;
	top: 18px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

#wrapper #top #menuTop li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper #top #menuTop li a
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #BCCE0F;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
}

#wrapper #top #menuTop li a:hover,
#wrapper #top #menuTop li a.active
{
	color: #111;
	background-color: #BED600;
}

.popupMenu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 40;
}

.popupMenu li
{
	margin: 0px;
	padding: 0px;
}

.popupMenu li a
{
	color: #FEFEFE;
	text-decoration: none;
	background-color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 6px;
	_height:10px;
	_width:180px;
}

.popupMenu li a:hover
{
	background-color: #BCCE0F;
	color: #111;
}

#wrapper #top h1
{
	font-size: 25px;
	font-weight: normal;
	color: #BCCE0F;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 4px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper #top #navigation
{
	font-size: 10px;
	color: #BCCE0F;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-transform: uppercase;
}

#wrapper #top #navigation a
{
	color: #7E7E7E;
	text-decoration: none;
}

#wrapper #top #navigation a:hover
{
	color: #BCCE0F;
}

#wrapper #top #formSearch
{
	position: absolute;
	top: 60px;
	font-size: 10px;
	right: 0px;
	color: #FFF;
	background-color: #BCCE0F;
	padding: 7px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 22px;
	width: 185px;
}

#wrapper #top #formSearch #search
{
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	padding: 4px;
	width: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0px none;
}

#wrapper #top #formSearch #buttonSearch
{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	float: right;
}

#wrapper #subMenu
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	background-color: #3f3f3f;
	width: 980px;
	height: 28px;
}

#wrapper #subMenu li
{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper #subMenu li a
{
	color: #FFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 10px;
	text-transform: uppercase;
	background-image: url(../images/submenua.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#wrapper #subMenu li a:hover,
#wrapper #subMenu li a.active
{
	background-color: #BCCE0F;
	color: #111;
	background-image: url(../images/submenuaa.gif);
}

#wrapper #content,
#content
{
	background-color: #FFF;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
}

#content #colLeft
{
	float: left;
	width: 450px;
	margin-right: 30px;
}

#content #colRight
{
	width: 450px;
	float: left;
}

#wrapper #news
{
	background-image: url(../images/newsbkg.gif);
	height: 148px;
	width: 940px;
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: 11px;
	color: #111;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

#wrapper #news .newsItem
{
	float: left;
	width: 207px;
	overflow: hidden;
	height: 115px;
	padding-left: 15px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4F361;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#wrapper #news .newsItem a
{
	color: #FFF;
}

#wrapper #news .newsItem a:hover
{
	color: #111;
}

#wrapper #news .newsItem h3
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#wrapper #news #logoutButton
{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #85930B;
	display: block;
	padding: 5px;
	float: right;
	font-size: 10px;
}

#wrapper #news #logoutButton:hover
{
	color: #FFF;
	background-color: #C00;
}

#wrapper #news .hrLogin
{
	background-color: #515151;
	height: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#wrapper #news #loginButtonDocuments
{
	background-image: url(../images/button-client.jpg);
	height: 28px;
	width: 163px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-repeat: no-repeat;
}

#wrapper #news #loginButtonDocuments:hover
{
	color: #000;
}

#wrapper #footer
{
	font-size: 10px;
	color: #666;
	padding: 18px;
	margin-bottom: 40px;
}

#wrapper #footer a
{
	color: #999;
}

.catalogItem
{
	float: left;
	;
	display: block;
	height: 200px;
	width: 145px;
	padding: 5px;
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	position: relative;
}

.catalogItem .catalogItemPhoto
{
	height: 160px;
	overflow: hidden;
}

.catalogItem .catalogItemName
{
	display: block;
	margin-top: 5px;
	width: 100px;
}

.catalogItem .catalogItemArrow
{
	background-image: url(../images/item-arrow.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 29px;
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.catalogItem:hover .catalogItemArrow
{
	background-image: url(../images/item-arrow-a.jpg);
}

.detailTabLabel
{
	font-weight: bold;
	float: left;
	font-size: 11px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	margin-top: 10px;
}

.detailTabLabel2
{
	font-weight: bold;
	float: right;
	font-size: 11px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
}
.detailTabLabel3
{
	font-weight: bold;
	float: right;
	font-size: 11px;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images/_box_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
	padding-right: 10px;
}

.detailTab
{
	color: #111;
	background-color: #DFDFDF;
	margin-right: 1px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 1px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-top: 10px;
}

.detailTab:hover,
.detailTab.active
{
	background-color: #BCCE0F;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

#detailGallery
{
	float: left;
	width: 570px;
}

#detailGallery .detailGalleryItem
{
	text-align: center;
	display: block;
	height: 70px;
	width: 65px;
	float: left;
	border: 3px solid #FFF;
	position: relative;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 3px;
}

#detailGallery .detailGalleryItem:hover,
#detailGallery .detailGalleryItem.active
{
	border: 3px solid #BCCE0F;
}

#detailGallery .detailGalleryItem .new,
.decor .new,
.catalogItem .new,
.backSide .new
{
	background-image: url(../images/star.gif);
	height: 13px;
	width: 13px;
	position: absolute;
	left: 2px;
	bottom: 2px;
	display: block;
	z-index: 5;
}

#detailGallery .detailGalleryItem .soldout,
.decor .soldout,
.catalogItem .soldout,
.backSide .soldout
{
	background-image: url(../images/_box_open.gif);
	height: 16px;
	width: 16px;
	position: absolute;
	right: 2px;
	bottom: 2px;
	display: block;
	z-index: 5;
}


.catalogItem .new
{
	top:8px;
	left:8px;
	bottom:none;
}

#detailPhoto
{
	float: right;
	width: 350px;
	margin-left: 20px;
	text-align: center;
	height: 450px;
}

#detailPhoto #detailPhotoName
{
	font-size: 18px;
	color: #BCBCBC;
	text-align: right;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#detailDocuments
{
	float: left;
	width: 450px;
	padding-right: 15px;
}

.ulDocuments
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.ulDocuments li a
{
	background-image: url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
}

.ulDocuments li a.iconPdf
{
	background-image: url(../images/icon-pdf.png);
}

.ulDocuments li a.iconWord
{
	background-image: url(../images/icon-word.png);
}

.ulDocuments li a.iconExcel
{
	background-image: url(../images/icon-excel.png);
}

#detailRelated
{
	float: left;
	width: 450px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-left: 15px;
}

#detailRelated ul
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#detailRelated ul li a
{
	background-image: url(../images/linkicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
}

.detailPhoto
{
	float: left;
	height: 180px;
	width: 140px;
	text-align: center;
	position: relative;
}

.detailPhoto .detailPhotoLabel
{
	position: absolute;
	height: 28px;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	color: #999;
}

.decor
{
	float: left;
	height: 150px;
	width: 120px;
	display: block;
	margin: 7px;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	position: relative;
	text-align:center;
}
.decor .new
 
{
	top:2px;
	bottom:none;
	display: block;
	z-index: 5;
}
.decor .soldout
 
{
	top:2px;
	bottom:none;
	display: block;
	z-index: 5;
}

.backSide
{
	float: left;
	height: 185px;
	width: 120px;
	display: block;
	margin: 7px;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	position: relative;
}

.messageForm
{
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #F7F7F7;
}

.textbox01
{
	font-size: 11px;
	color: #646464;
	background-color: #BCCE0F;
	background-image: url(../images/formbkg1.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 188px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.textbox02
{
	font-size: 11px;
	color: #646464;
	background-color: #FFF;
	width: 430px;
	padding: 2px;
	border: 1px solid #999;
}

.textbox03
{
	font-size: 11px;
	color: #646464;
	background-color: #FFF;
	width: 150px;
	padding: 2px;
	border: 1px solid #999;
}

.button01
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #BCCE0F;
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	width: 70px;
}

.toSmall
{
	font-size: 10px;
	line-height: normal;
}

.toNormal
{
	font-size: 12px;
}

.toCenter
{
	text-align: center;
}

.toRight
{
	float: right;
}

.toLeft
{
	float: left;
}

.clearBoth
{
	clear: both;
}

