@import url("/common/styles-profile.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #4d4d4b;
}


a {
	color: #20201e;
}

#pageContent a:visited {
	color: #616161;
}

a:hover,
#pageContent a:hover {
	color: #967400;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


#homepage h1 {
	font-size: 1.65em;
}

#homepage h2 {
	font-size: 1.2em;
}

#homepage h3 {
	font-size: 1.1em;
}


h1 {
	color: #000;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal {
	width: 999px;
	height: 2px;
	margin: 0 0 -2px 0;
	font-size: 1px;
}


*.gray,
*.gray *,
.gray a {
	color: #959285 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #2f2d26 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #796621 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #000 !important;
}


*.red,
*.red *,
.red a {
	color: #dd654d !important;
}

a.red:hover,
.red a:hover,
.red a:hover * {
	color: #cc1e01 !important;
}


*.white,
*.white *,
.white a {
	color: #a6a6a5 !important;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #ffffff !important;
}



#pageHeader {
		margin: 0 40px 0 40px;
	padding: 10px 0 0 0;
}


#logotype {
	display: block;
}

#logotype img {
	vertical-align: bottom;
}


#register {
	margin: 0 0 8px 12px;
}

#registerTitle {
	font-size: 1.17em;
}

#registerContent {
}

#registerContent a {
	margin: 0 0 0 0.45em;
	white-space: nowrap;
}


#headerBox {	
	padding:23px 23px;
	margin:0;
	width:100%;
}

.frame1px {
	border: 1px solid #cdc9bf;
}

.frame1px-lt {
	width:100%;
	height:5px;
	background:url('/images/page/frame1px-lt.gif') no-repeat left bottom;
	
	margin:-5px 0 0 0;
	position:relative;
	top:5px;
	left:0;
	z-index:100;
}

.frame1px-rt {
	width:100%;
	height:5px;
	background:url('/images/page/frame1px-rt.gif') no-repeat right bottom;
}

.frame1px-lb {
	width:100%;
	height:5px;
	background:url('/images/page/frame1px-lb.gif') no-repeat left top;
	
	margin:0 0 -5px 0;
	position:relative;
	top:-5px;
	left:0;
	z-index:100;	
}

.frame1px-rb {
	width:100%;
	height:5px;
	background:url('/images/page/frame1px-rb.gif') no-repeat right top;
}



#basket {
	width:100%;
	text-align: left;
}

.box-red {
	width:100%;
	background-color:#cc1e01;
}

#basket .box-red {
	background-image:url('/images/page/icon-basket.gif');
	background-repeat: no-repeat;
	background-position: 15px 9px;		
	text-align:left;
}

.box-red-lt {
	width:100%;
	height:5px;
	background:url('/images/page/box-red-lt.gif') no-repeat left bottom;
	
	margin:-5px 0 0 0;
	position:relative;
	top:5px;
	left:0;
	z-index:100;
}

.box-red-rt {
	width:100%;
	height:5px;
	background:url('/images/page/box-red-rt.gif') no-repeat right bottom;
}

.box-red-lb {
	width:100%;
	height:5px;
	background:url('/images/page/box-red-lb.gif') no-repeat left top;
	
	margin:0 0 -5px 0;
	position:relative;
	top:-5px;
	left:0;
	z-index:100;	
}

.box-red-rb {
	width:100%;
	height:5px;
	background:url('/images/page/box-red-rb.gif') no-repeat right top;
}

#basketTitle {
	/*padding: 11px 17px 13px 43px;*/
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

#basketTitle a {
	display: block;
	color: #fff;
	white-space: nowrap;
}

#basketTitle span {
	display: block;
	padding: 11px 106px 13px 43px;
}

#basketContent {
	padding: 6px 10px 0;
	text-align: left;
}

#basketContent a {
	margin: 0 0.65em 0 0;
	white-space: nowrap;
}


#telephone {
	width: 180px;
	height: 47px;
	text-align:left;
	background: url("/images/page/icon-telephone.gif") no-repeat top left ;
	padding:1px 0 0 33px;
	margin:10px 0 0 0;
}

#telephoneCaption {
	color: #7b7767;
	font-size: 1.0em;
	font-weight:bold;
}

#telephoneNumber {
	color: #7b7767;
	font: bold 1.75em/1em Arial, sans-serif;
	white-space: nowrap;
	margin:0.1em 0 0 0;
}


#telephoneNone {
}


#pageMenuBox {
	margin:7px 0;
}

#pageMenu .menuItem {

}

#pageMenu .menuItemFirst {
}

#homepage .menuItemFirst a,
#homepage .menuItemFirst a:hover {
	text-decoration: none !important;
	cursor: default;
}

#pageMenu .menuItemLast {
}

#pageMenu .menuItemPrevious {
}

#pageMenu .menuItemNow {
}

#pageMenu a {
	display: block;
	min-height: 38px;
	color: #fff;
	font: normal 1.1em/1em Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

#pageMenu span {
	display: block;
}


#pageMenu .menuItemNow {
}

#pageMenu .menuItemNow a {
	color: #151514 !important;
	text-decoration: none;
}

.menuItemNow .menuItem-x {
	background: #ffce25 url("/images/page/menu-item-now-x.gif") repeat-x top center;
}

.menuItemNow .menuItem-r {
	background: url("/images/page/menu-item-now-r.gif") no-repeat right top;
}

.menuItemNow .menuItem-l {
	background: url("/images/page/menu-item-now-l.gif") no-repeat left top;
}


#pageMenu a:hover {
	color: #fc0;
	text-decoration: underline;
}


.menuItem-x {
	background: #151515 url("/images/page/menu-item-x.gif") repeat-x top center;
}

.menuItem-r {
	background: url("/images/page/menu-item-r.gif") no-repeat right top;
}

.menuItem-l {
	background: url("/images/page/menu-item-l.gif") no-repeat left top;
}

.menuItemContent {
	padding: 11px 18px 0;
}


.menuItem2 .menuItem-x {
	background: #3c8305 top url("/images/page/menu-item2.gif") repeat-x;
}

.menuItem2 .menuItem-l {
	background: left -38px url("/images/page/menu-item2.gif") no-repeat;
}

.menuItem2 .menuItem-r {
	background: right -76px url("/images/page/menu-item2.gif") no-repeat;
}

#pageMenu .menuItem2 a:hover {
	color: #e6f9b4 !important;
}


.pageMenu-separator {
}

.pageMenu-separator .spacer {
	width: 4px;
	height: 46px;
}


#newsTicker {
	padding: 0 0 0 5px;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	text-decoration: underline;
}

.newsTicker {
	width: 90%;
	height: 1.4em;
	overflow: hidden;
	font: 0.95em/1.2em Arial, sans-serif;
	}


#search {
	width: 100%;
	height: 47px;
	text-align: left;
	white-space: nowrap;
	background:url('/images/page/icon-search.gif') no-repeat;
	margin:15px 0 0 0;
}

#search-x {
	background: center top url("/images/page/search-x.gif") repeat-x;
	margin: 0 0 0 49px;
}

#search-l {
	background: left top url("/images/page/search-l.gif") no-repeat;
}

#search-r {
	background: right top url("/images/page/search-r.gif") no-repeat;
}

#searchForm {
	/*width: 235px;
	height: 46px;
	cursor: default;*/
}

#searchInput {
	width: 100%;
	height: 34px;
	margin: 8px 7px;
	padding: 0;
		background: transparent;
	color: #605b49;
	border: none !important;
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	line-height: 18px;
	cursor: text;
}

#searchButton {
	width: 34px;
	height: 34px;
	margin: 0 0 0 4px;
	padding: 0;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

#searchDescription {
	margin: 0 12px 8px 2.5em; 
}

#searchDescription span {
	margin: 0 0 0 0.6em;
}

#searchDescription a {
	white-space: nowrap;
}


#pageContent {
		margin: 0 40px 0 40px;
	padding: 10px 0;
}

#homepage #pageContent {
}


#pageBody {
}

.pageContentInner {
	padding:23px;
	zoom:1;
}


#pageFooter {
		margin: 5px 40px 0 40px;
	padding: 0 0 40px 0;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageFooter h2 {
	margin:0 0 10px 0;
	color:#959285;
	font-size:1.35em;
}

.box-gray {
	/*width:100%;*/
	background-color:#f0efeb;
	padding: 24px;
}

.box-gray-lt {
	width:100%;
	height:5px;
	background:url('/images/page/box-gray-lt.gif') no-repeat left bottom;
	
	margin:-5px 0 0 0;
	position:relative;
	top:5px;
	left:0;
	z-index:100;
}

.box-gray-rt {
	width:100%;
	height:5px;
	background:url('/images/page/box-gray-rt.gif') no-repeat right bottom;
}

.box-gray-lb {
	width:100%;
	height:5px;
	background:url('/images/page/box-gray-lb.gif') no-repeat left top;
	
	margin:0 0 -5px 0;
	position:relative;
	top:-5px;
	left:0;
	z-index:100;	
}

.box-gray-rb {
	width:100%;
	height:5px;
	background:url('/images/page/box-gray-rb.gif') no-repeat right top;
}


#subscribeBox {
	width: 100%;
	height: 47px;
	text-align: left;
	white-space: nowrap;
	background:url('/images/page/icon-subscribe.gif') no-repeat;
}

#subscribe-x {
	background: center top url("/images/page/subscribe-x.gif") repeat-x;
	margin: 0 0 0 49px;
}

#subscribe-l {
	background: left top url("/images/page/subscribe-l.gif") no-repeat;
}

#subscribe-r {
	background: right top url("/images/page/subscribe-r.gif") no-repeat;
}

#subscribeForm {
	/*width: 235px;
	height: 46px;
	cursor: default;*/
}

#subscribeInput {
	width: 100%;
	height: 20px;
	margin: 8px 7px;
	background: transparent;
	color: #605b49;
	border: none !important;
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	line-height: 18px;
	cursor: text;
}

#subscribeButton {
	width: 34px;
	height: 34px;
	margin: 0 0 0 4px;
	padding: 0;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}


#pageNavigation {
	padding: 0 2.5em 15px 0;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 0.85em 0 0;
	cursor: default;
}


#clock {
	padding: 0 0 15px 0;
	line-height: 1.5em;
	text-align: right;
}


#copyright {
	margin: 1em 0 1em 0;
}

#copyright-spacer {
}


#profile {
	padding: 0 2.5em 0 0;
}


#brick {
}

#brick p {
	margin: 0 0 0.95em;
}

#brick div {
	margin: -0.25em 0 0 0;
}


#pageList {
	margin: 0 35px 0 0;
}

#pageList h2 {
	display:none;
	margin: 0 0 0.15em;
	color:#616161;
	font-size:1.2em;
}

#pageList ul,
#bodyMap ul {
	margin: 1em 0 1.5em 0.75em;
}

#pageList ul ul,
#bodyMap ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


.listParent {
}

.listNow {
	color: #20201e;
}


#pageList a {
	color: #20201e;
}

#pageList a:visited {
	color: #616161;
}

#pageList a:hover {
	color: #967400;
}


#pageList span {
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList em a,
#pageList em a:visited {
}

#pageList em a:hover {
}


#pageList strong a,
#pageList strong a:visited,
#pageList strong a:hover {
	color: #000;
	text-decoration: none;
	cursor: text;
}


#pageList li {
	color: #ccc;
}


#pageList-spacer {
}


#homepage {
}


#homepageBody {
}


.crnr-w-lt {
	width:100%;
	height:9px;
	background:url('/images/page/crnr-w-lt.png') no-repeat left bottom;
	
	margin:-9px 0 0 0;
	position:relative;
	top:9px;
	left:0;
	z-index:100;
}

.crnr-w-rt {
	width:100%;
	height:9px;
	background:url('/images/page/crnr-w-rt.png') no-repeat right bottom;
}

.crnr-w-lb {
	width:100%;
	height:9px;
	background:url('/images/page/crnr-w-lb.png') no-repeat left top;
	
	margin:0 0 -9px 0;
	position:relative;
	top:-9px;
	left:0;
	z-index:100;	
}

.crnr-w-rb {
	width:100%;
	height:9px;
	background:url('/images/page/crnr-w-rb.png') no-repeat right top;
}


.opasity-box a img, opasity-box a:visited img {
	opacity:0.5;
	/*filter: progid:DXImageTransform.Microsoft.BasicImage( Rotation=0,Mirror=0,Invert=0,XRay=0,Grayscale=1,Opacity=0.50);*/
	
}

.opasity-box a:hover img {
	opacity:1.0;
	/*filter: none;*/
}

.opasity-box a img {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) progid:DXImageTransform.Microsoft.Alpha(opacity=25) progid:DXImageTransform.Microsoft.Fade(Overlap=1.00, Duration=0.1);
	behavior:url('/common/opasity.htc');
}


#homePic {
	background-color:#20201e;
}

#homePic td {
	/*color:#8b8b8a;*/
	/*font-size:1.25em;*/
}

#noFlashText {
	width:90%;
	height:230px;
	overflow:auto;
	padding:0 8px 0 0;
	margin: 20px 0;
		
	scrollbar-arrow-color: #4c4c4a;
	scrollbar-base-color: #4c4c4a;
	scrollbar-darkshadow-color: #20201e;
	scrollbar-3dlight-color: #4c4c4a;
	scrollbar-face-color: #20201e;
	scrollbar-highlight-color: #20201e;
	scrollbar-shadow-color: #4c4c4a;
	scrollbar-track-color: #20201e;
}

#bodyCategories {
	width:100%;
	margin:1em 0 10px 0;
	
	/*width:95%;
	height:150px;
	overflow:auto;
	margin:20px 20px 10px 0;*/
}

#bodyCategories .categoryItem {
	padding:0 10px 0 0;
}

#bodyHomepage {
	padding:23px 0;
	margin:0 23px;
}

#bodyNews {
	margin:1em 0;
}


.crnr-wb-lt {
	width:100%;
	height:5px;
	background:url('/images/page/crnr-wb-lt.gif') no-repeat left bottom;
	
	margin:-5px 0 0 0;
	position:relative;
	top:5px;
	left:0;
	z-index:100;
}

.crnr-wb-rt {
	width:100%;
	height:5px;
	background:url('/images/page/crnr-wb-rt.gif') no-repeat right bottom;
}

.crnr-wb-lb {
	width:100%;
	height:5px;
	background:url('/images/page/crnr-wb-lb.gif') no-repeat left top;
	
	margin:0 0 -5px 0;
	position:relative;
	top:-5px;
	left:0;
	z-index:100;	
}

.crnr-wb-rb {
	width:100%;
	height:5px;
	background:url('/images/page/crnr-wb-rb.gif') no-repeat right top;
}


.ttl {
	background:#ffce25;
	padding:10px 17px;
	zoom:1;
}

.ttl h2, #homepage .ttl h2 {
	text-transform:uppercase;
	font-size:1.1em;
	margin:0;
}

.ttl-lt {
	width:100%;
	height:5px;
	background:url('/images/page/ttl-lt.gif') no-repeat left bottom;
	
	margin:-5px 0 0 0;
	position:relative;
	top:5px;
	left:0;
	z-index:100;
}

.ttl-rt {
	width:100%;
	height:5px;
	background:url('/images/page/ttl-rt.gif') no-repeat right bottom;
}

.ttl-lb {
	width:100%;
	height:5px;
	background:url('/images/page/ttl-lb.gif') no-repeat left top;
	
	margin:0 0 7px 0;
	position:relative;
	top:-5px;
	left:0;
	z-index:100;	
}

.ttl-rb {
	width:100%;
	height:5px;
	background:url('/images/page/ttl-rb.gif') no-repeat right top;
}


#FloatAdBox .ad-bg {
	background-color:#ffce25;
	width:100%;
}

