@charset "utf-8";
html 
{
	margin: 0px;
 	padding: 0px;
	overflow: auto;
}

body#siteBody {
	color: #000;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small; 
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

body#shopBody
{
	color: #000;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small; 
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-color: #fefaed;
}

body#admin
{
	color: #000;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small; 
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

img 
{
	border: none;
	float: left;
}

img.none
{
	float: none;
}

img.advert 
{
	border: none;
	float: none;
}

img.shop 
{
	margin: 0px 10px 0px 0px;
	border: solid 0px #FFFFFF;
}

hr
{
	color: #342810;
	height: 0px;
}

div.logo 
{
	margin: 0px auto;
	margin-top: 60px;
	width: 500px;
}

div.language 
{
	color: #666666;
	padding: 0px 0px 0px 120px;
	width: 70px;
	float: left;
	font-weight: bold;
}

table.admin
{
	margin-left: auto;
	margin-right: auto;
}

input.admin {
	border-width: 1px;
	border-style: solid;
	border-color: #FC3;
	background: #FFC;
	color: #000000;
}

textarea.admin {
	border-width: 1px;
	border-style: solid;
	border-color: #FC3;
	background: #FFC;
	color: #000000;
}

select.admin {
	border-width: 1px;
	border-style: solid;
	border-color: #FC3;
	background: #FFC;
	color: #000000;
}

div#main 
{
	width: 1000px;
	height: 740px;
	margin: 0px auto;
}

div#top 
{
	width: 1000px;
	height: 203px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/layout/top.jpg);
}

div#middle 
{
	width: 1000px;
	height: 40px;
	background-image: url(img/layout/middle.jpg);
}

div#bottom {
	clear: both;
	width: 1000px;
	height: 457px;
	background-image: url(img/layout/bottom.jpg);
}

div#left_news {
	float: left;
	width: 150px;
	height: 407px;
	padding: 20px 20px 30px 30px;
}

div#menu 
{
	width: 780px;
	height: 27px;
	padding: 13px 0px 0px 20px;
	float: left;
}

div.site_menu 
{
	width: 65px;
	float: left;
	text-align: center;
	font-weight: bold;
}

div#search {
	width: 130px;
	height: 30px;
	padding: 10px 0px 0px 70px;
	float: left;
}

img.searchGo 
{
	float: left;
}

input.search {
	border-width: thin;
	border-style: solid;
	border-color: #332710;
	background-color: #000;
	color: #FFF;
	font-size: x-small;
}

input.site {
	border-width: thin;
	border-style: solid;
	border-color: #960;
	background-color: #000;
	color: #FFF;
	font-size: xx-small;
}

select.site {
	border-width: thin;
	border-style: solid;
	border-color: #960;
	background-color: #000;
	color: #FFF;
	font-size: xx-small;
}

div#content {
	float: left;
	width: 770px;
	height: 407px;
	padding: 0px 25px 0px 0px;
	margin: 20px 5px 30px 0px;
	overflow: auto;	
}

div#footer {
	text-align: center;
	color: #666;
	height: 40px;
}

div#marquee
{
	color: #000;
	width: 580px;
	height: 200px;
	overflow: hidden;
	border: dotted 0px #CCCCCC;
	padding: 30px 40px 0px 20px;
	background-image: url(img/layout/shopNewsBg.jpg);
}

div#marquee_site
{
	color: #FFF;
	width: 150px;
	height: 407px;
	overflow: hidden;
}

div.goBack {
	width: 100%;
	text-align: center;
}

div.underLogo {
	clear: both;
	color: #999;
	text-align: center;
}

td.ttz
{
	width: 220px;	
}

td.ooz
{
	width: 75px;	
}

td.stz
{
	width: 595px;	
}

div#sitePlayer
{
	position: absolute;
	width: 480px;
	height: 22px;
	z-index: 2;
	top: 20px;
	padding: 0px 0px 0px 350px;
}

div#siteList
{
	position: absolute;
	width: 50px;
	height: 22px;
	z-index: 2;
	top: 17px;
	padding: 0px 0px 0px 760px;
}

div#siteBaner
{
	position: absolute;
	width: 1000px;
	height: 52px;
	z-index: 2;
	top: 87px;
}

div#siteBanerView
{
	width: 400px;
	height: 52px;
	padding: 0px 0px 0px 350px;
	float: left;
}

div#siteLinks
{
	position: absolute;
	width: 33px;
	height: 150px;
	z-index: 2;
	top: 32px;
	padding: 0px 0px 0px 0px;
}

.textCenter
{
	text-align: center;
}

.textUnderline
{
	text-decoration: underline;	
}

.textPrice
{
	font-size: small;	
}

div#main_admin 
{
	background-color: #FFFFFF;
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}

div#top_admin 
{
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
	clear: both;
	padding: 5px 5px 10px 5px;
}

div#left_admin
{
	width: 170px;
	padding: 5px 5px 5px 5px;
	float: left;
}

div#right_admin
{
	margin-left: 180px;
	margin-right: 0px;
	padding: 5px 5px 5px 5px;
}

div.section_admin
{
	width: 100%;
	height: 20px;
	background-color: #FFC;
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: small;
	border-bottom: solid 1px #F00;
}

div.uSec_admin
{
	width: 100%;
	margin: 0px auto;
	border: solid 1px #F00;
	padding: 0px 0px 0px 0px;
}

ul.ulAdmin
{
	
}

li.liAdmin
{
	list-style: circle;	
}

tr.pointed
{
	background-color: #FFC;
}

tr.noPointed
{
	background-color: #FFF;
}

table.adminTab
{
	border: #CCC dotted 1px;
	width: 100%;	
}

td.adminTab
{
	border: #CCC dotted;
	border-width: 0px 1px 1px 0px;	
}

div#popup
{
	position: absolute;
	background: #FFC;
	border: #F00 solid 1px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 390px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 1;	
}

div#shopMain
{
	margin: auto;
	width: 1068px;
	overflow: hidden;
	background-image: url(img/layout/shopBg.jpg);
}

div#shopTop
{
	width: 1068px;
	height: 177px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/layout/shopBanner.jpg);
	clear: both;
}

div#shopMenu
{
	width: 1068px;
	height: 37px;
	background-image: url(img/layout/shopMenu.jpg);
	padding: 0px 0px 0px 0px;
	clear: both;
}

div#shopHelp
{
	font-weight: bold;
	text-align: center;
	width: 350px;
	height: 24px;
	padding: 13px 0px 0px 40px;
	float: left;
}

div#shopSearchText
{
	width: 40px;
	height: 24px;
	padding: 13px 0px 0px 50px;
	float: left;
}

div#shopSearch
{
	width: 250px;
	height: 32px;
	padding: 5px 0px 0px 10px;
	float: left;
}

input.shopSearch
{
	color: #000;
	font-size: x-small;
	background-image: url(img/layout/shopInputBg.jpg);	
	border: 0px none #FFF;	
}

div#shopPremium
{
	width: 50px;
	height: 27px;
	padding: 10px 0px 0px 12px;
	float: left;
}

div#shopContent
{
	width: 1068px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	clear: both;
	height: 184px;
	background-image: url(img/layout/shopContent.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#shopFooter
{
	width: 1068px;
	height: 51px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	clear: both;
	background-image: url(img/layout/shopFooter.jpg);
}

div#shopLeft 
{
	width: 199px;
	padding: 0px 5px 0px 10px;
	float: left;
}

div#shopCenter
{
	float: left;
	width: 640px;
}

div#shopRight
{
	float: left;
	width: 199px;
	padding: 0px 10px 0px 5px;
}

div#showArticleDetails
{
	height: 150px;
	width: 340px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFF;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 3;
	background-image: url(img/layout/popup.png);
	visibility: hidden;
}

div.shopMenu
{
	width: 199px;
	border: solid 0px #FFFFFF;
}

div.shopLeftMenuHeader
{
	font-size: small;
	font-weight: bold;
	width: 185px;
	height: 20px;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #beaa85;
	border-bottom: 1px dotted #beaa85;
	clear: both;
}

div.shopLeftMenuContent
{
	width: 187px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #beaa85;
	border-top: 0px dotted #beaa85;
	text-align: left;
}

div.shopRightMenuHeader
{
	font-size: small;
	font-weight: bold;
	width: 185px;
	height: 20px;
	padding: 0px 0px 0px 2px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #beaa85;
	border-bottom: 1px dotted #beaa85;
	clear: both;
}

div.shopRightMenuContent
{
	width: 185px;
	padding: 10px 0px 10px 2px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #beaa85;
	border-top: 0px dotted #beaa85;
	text-align: left;
}

div.shopNewBest
{
	width: 167px;
	padding: 0px 20px 0px 10px;
	clear: both;
}

ul.shop, ul.shop li.shop 
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.shop li.shop 
{
	width: 155px;
}

ul.shop a:link, ul.shop a:visited
{
	text-decoration: none;
	padding: 0px 10px;
	font-weight: bold;
	color: #000;
}

ul.shop a:hover 
{
	font-size: x-small;
	color: #beaa85;
}

ul.shop2, ul.shop2 li.shop2 
{
	display: block;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
}

ul.shop2 li.shop2
{
	width: 150px;
}

ul.shop2 a:link, ul.shop2 a:visited
{
	text-decoration: none;
	padding: 0px 10px;
	font-weight: normal;
	color: #000;
}

ul.shop2 a:hover 
{
	font-size: x-small;
	color: #beaa85;
}

input.shop
{
	color: #000;
	font-size: x-small;
	border: 1px dotted #333;
	background-image: url(img/layout/shopInputBg.jpg);	
}

select.shop
{
	color: #000;
	font-size: x-small;
	background-image: url(img/layout/shopInputBg.jpg);	
	border: 1px dotted #333;	
}

textarea.shop
{
	color: #000;
	font-size: x-small;
	background-image: url(img/layout/shopInputBg.jpg);	
	border: 1px dotted #333;	
}

div#shopPlayer
{
	position: absolute;
	width: 480px;
	height: 22px;
	z-index: 2;
	top: 13px;
	padding: 0px 0px 0px 580px;
}

div#shopList
{
	position: absolute;
	width: 50px;
	height: 22px;
	z-index: 2;
	top: 10px;
	padding: 0px 0px 0px 984px;
}

div#shopBaner
{
	position: absolute;
	width: 1068px;
	height: 52px;
	z-index: 2;
	top: 65px;
}

div#shopBanerView
{
	width: 400px;
	height: 52px;
	padding: 0px 0px 0px 599px;
	float: left;
}

div#shopLinks
{
	position: absolute;
	width: 118px;
	height: 28px;
	z-index: 2;
	top: 142px;
	padding: 0px 0px 0px 950px;
}

div.shopNews
{
	width: 150px;
	height: 200px;
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: center;
	font-size: xx-small;
	background-color: transparent;
}

div.shopNewsTmp
{
	width: 150px;
	height: 230px;
	margin: 0px 5px 0px 5px;
	float: left;
	text-align: center;
	font-size: xx-small;
	background-color: transparent;
}

div.siteNews
{
	width: 150px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: center;
	font-size: xx-small;
	background-color: transparent;
}



tr.shopPointed
{
	background-color: #beaa85;
}

tr.shopNoPointed
{
	
}

span.available
{
	color: #3C0;	
}

span.notAvailable
{
	color: #CCC;	
}

span.newsTitle
{
	color: #CCC;
	font-weight: bold;
}

span.warning
{
	color: #F00;
	font-style: italic;	
}

span.info
{
	color: #060;
	font-style: italic;	
}

span.discount
{
	text-decoration: line-through;	
}

img.baner
{
	width: 400px;
	height: 50px;
	border: solid 1px #FFFFFF;
}

img.miniAdvert
{
	width: 150px;
	height: 100px;
}

img.sideBaner
{
	width: 40px;
	height: 150px;
}

img.shopSideBaner
{
	width: 160px;
	height: 600px;
}

img.language
{
	vertical-align: bottom;
	float: left;
}

img.cart
{
	vertical-align: middle;
}

img.noborder
{
	border: solid 0px #FFFFFF;
}

img.site 
{
	border: solid 1px #000000;
}

a:link.link_red
{
	text-decoration: NONE;
	color: #CC0000;
}

fieldset#invoiceField
{
	visibility: collapse;
}

fieldset#altAddressField
{
	visibility: collapse;
}

a {text-decoration: NONE; color: #FFF;}
a:link {text-decoration: NONE; color: #FFF;}
a:visited {text-decoration: NONE; color: #FFF;}
a:active {text-decoration: NONE; color: #CCC;}
a:focus:active {text-decoration: NONE; color: #CCC;}
a:hover {text-decoration: NONE; color: #CCC;}
a:focus:hover {text-decoration: NONE; color: #CCC;}

a.admin {text-decoration: NONE; color: #F00;}
a:link.admin {text-decoration: NONE; color: #F00;}
a:visited.admin {text-decoration: NONE; color: #F00;}
a:active.admin {text-decoration: NONE; color: #F90;}
a:focus:active.admin {text-decoration: NONE; color: #F90;}
a:hover.admin {text-decoration: NONE; color: #F90;}
a:focus:hover.admin {text-decoration: NONE; color: #F90;}

a:link.shop {text-decoration: NONE; color: #000;}
a:visited.shop {text-decoration: NONE; color: #000;}
a:active.shop {text-decoration: NONE; color: #000;}
a:focus:active.shop {text-decoration: NONE; color: #7d6b54;}
a:hover.shop {text-decoration: NONE; color: #7d6b54;}
a:focus:hover.shop {text-decoration: NONE; color: #7d6b54;}

div#phpInfo
{
	font-size: small;	
}
