/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-image: url(img/bg.jpg);
	color: #ffffff;
}

a {
	color: #BA4770;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link {
	margin: 0px;
	padding: 0px;
	color:#ffffff;
	text-decoration: underline;
}

a.more {
	margin: 0px;
	padding: 7px 0px 0px 11px;
	width: 72px;
	height: 22px;
	background-image: url('img/bgasubmit.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

a.back {
	margin: 0px;
	padding: 5px 10px;
	display: block;
	float: left;
}

a.addbasketbig {
	margin: 0px;
	padding: 0px;
	width: 107px;
	height: 26px;
	display: block;
	background-image: url(img/bgaddbasketbig.jpg);
	background-repeat: no-repeat;
}

a.addbasketsmall {
	margin: 0px;
	padding: 0px;
	width: 29px;
	height: 26px;
	display: block;
	background-image: url(img/bgaddbasketsmall.jpg);
	background-repeat: no-repeat;
}

a.showbasket {
	margin: 0px;
	padding: 0px;
	width: 77px;
	height: 19px;
	display: block;
	background-image: url(img/bgshowbasket.jpg);
	background-repeat: no-repeat;
}

a.submit {
	margin: 0px;
	padding: 7px 0px 0px 7px;
	width: 76px;
	height: 22px;
	background-image: url('img/bgasubmit.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

a.submitbig {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	width: 100px;
	height: 22px;
	background-image: url('img/bgasubmitbig.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

a.submitbig:hover {
	color: #000000;
}

a.delete {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(img/bgdelete.jpg);
	background-repeat: no-repeat;
}

a.convert {
	margin: 0px;
	padding: 0px;
	width: 22px;
	height: 22px;
	display: block;
	background-image: url(img/bgconvert.jpg);
	background-repeat: no-repeat;
}

p {
	margin: 0px;
	padding: 5px;
}

p.price {
	
}

p.price span {
	color: #D00000;
	font-size: 14px;
}

p.basket {
	padding-left: 30px;
	color: #E0D2AB;
	font-size: 11px;
}

p.basket span {
	font-weight: bold;
	color: #D6A060;
	font-size: 14px;
}


form {
	margin: 0px;
	padding: 0px;
}

input.text {
	margin: 0px;
	padding: 6px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #A92646;
	background-color: #7C0C25;
}

input.texterror {
	margin: 0px;
	padding: 6px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
}

input.blank {
	margin: 0px;
	padding: 0px;
	color: #D4A561;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 0px;
	background-color: transparent;
	width: 100%;
}

select {
	margin: 0px;
	padding: 2px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #ffffff;
	background-color: #4C4C4C;
}

select.text {
	margin: 0px;
	padding: 6px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #A92646;
	background-color: #7C0C25;
}

select.texterror {
	margin: 0px;
	padding: 6px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
}

textarea.text {
	margin: 0px;
	padding: 6px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #A92646;
	background-color: #7C0C25;
}

textarea.texterror {
	margin: 0px;
	padding: 6px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	margin: 0px;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: #3F2800;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	margin: 0px;
	padding: 0px;
	color: #3F2800;
	font-size: 12px;
	font-weight: bold;
}

table.tablebasket {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

table.tablebasket th {
	margin: 0px;
	padding: 2px 5px;
	text-align:left;
	font-size: 11px;
	font-weight: normal;
}

table.tablebasket td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	text-align:right;
	font-size: 11px;
	color: #000000;
}

table.tablebasket a {
	color: #000000;
}

table.tableorder {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

table.tableorder th {
	margin: 0px;
	padding: 2px 5px;
	text-align:center;
	font-size: 11px;
}

table.tableorder td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 11px;
}

table.tableorder a {
	color: #000000;
}

table.tableproduct {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.tableproduct th {
	margin: 0px;
	padding: 2px;
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 11px;
}

table.tableproduct td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 11px;
}

table.tableproduct a {
	color: #C40F3A;
}

table.tableparam {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

table.tableparam th {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 11px;
}

table.tableparam td {
	margin: 0px;
	padding: 2px 2px;
	font-size: 11px;
}

table.tableparam a {
	color: #C40F3A;
}

table.tablereview {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.tablereview th {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	text-align:left;
	font-size: 11px;
}

table.tablereview td {
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 11px;
}

table.tablereview a {
	color: #000000;
}

tr.even {
	background-color: #ffffff;
}

tr.white {
	color: #ffffff;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}




.pagebg {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bgpage.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.pagebgbottom {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 210px;
	background-image: url('img/bgbottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.pagebgbottom a {
	color: #ffffff;
}

.page {
	margin: 0px auto;
	padding: 0px;
	width: 979px;
}

.top {
	margin: 0px;
	padding: 0px;
	width: 979px;
	height: 500px;
	position: relative;
}

.logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 276px;
	height: 79px;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
}

.logo a {
	margin: 0px;
	padding: 0px;
	width: 276px;
	height: 79px;
	display: block;
}

.logo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.menutop {
	margin: 0px;
	padding: 0px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.menutop a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 40px 20px 0px 20px;
	height: 50px;
	float: left;
}

.menutop a:hover {
	text-decoration: none;
	padding: 40px 19px 0px 19px;
	background-image: url('img/bgmenutophover.jpg');
	border-left: 1px solid #A62544;
	border-right: 1px solid #A62544;
}

.bgsearch {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 120px;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

.bglogin {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 120px;
	position: absolute;
	bottom: 0px;
	left: 470px;
}

.bgbasket {
	margin: 0px;
	padding: 0px;
	width: 210px;
	height: 110px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.basketinfo {
	margin: 0px;
	padding: 0px;
	width: 207px;
	height: 65px;
	background-image: url('img/bgbasket.jpg');
	background-repeat: no-repeat;
}

.topline {
	margin: 0px auto;
	padding: 0px;
	width: 933px;
	height: 20px;
	background-image: url('img/bgtopline.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.bgcontent {
	margin: 0px;
	padding: 0px 23px;
	background-image: url('img/bgcontent.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1B0206;
}

.pageleft {
	margin: 0px;
	padding: 0px;
	width: 208px;
	float: left;
}

.pagecenter {
	margin: 0px;
	padding: 0px 18px;
	width: 481px;
	float: left;
}

.pageright {
	margin: 0px;
	padding: 0px;
	width: 208px;
	float: left;
}

.headsmall {
	margin: 0px;
	padding: 12px 0px 0px 15px;
	width: 193px;
	height: 29px;
	background-image: url('img/bgheadsmall.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}

.headmediaum {
	margin: 0px;
	padding: 12px 0px 0px 15px;
	width: 466px;
	height: 29px;
	background-image: url('img/bgheadmediaum.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}

.headbig {
	margin: 0px;
	padding: 12px 0px 0px 15px;
	width: 692px;
	height: 29px;
	background-image: url('img/bgheadbig.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}

.boxsmall {
	margin: 0px;
	padding: 0px;
	background-color: #330510;
}


















.path {
	margin: 0px auto;
	padding: 5px 10px;
	width: 882px;
}

.path a {
	color: #CD1740;
	text-decoration: none;
}

.path a:hover {
	text-decoration: underline;
}










.productimage {
	margin: 5px;
	padding: 5px;
	width: 180px;
	height: 180px;
	text-align: center;
	border: 1px solid #CED3D6;
	overflow: hidden;
}

.productimage img {
	margin: 0px;
	padding: 0px;
	width: 180px;
	border: none;
}

#wrapper {
  display: table;
	width: 180px;
  height: 180px;
  padding: 0px;
  margin: 0px;
}

#wrapper #cell {
  display: table-cell;
  vertical-align: middle;
}

* html #wrapper {
  position: relative;
}
	
* html #cell {
  position: absolute;
	top: 50%;
	left: 50%;
}
	
* html #hack {
  position: relative;
  top: -50%;
  left: -50%;
}

*:first-child+html #wrapper {
  position: relative;
}

*:first-child+html #cell {
  position: absolute;
	top: 50%;
	left: 50%;
}

*:first-child+html #hack {
  position: relative;
  top: -50%;
  left: -50%;
}

.productimage-small {
	margin: 5px;
	padding: 0px;
	width: 180px;
	height: 50px;
	text-align: center;
	border: 1px solid #CED3D6;
	background-color: #fff;
}

.productimage-small img {
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	border: none;
}

#wrapper-small {
  display: table;
	width: 200px;
  height: 50px;
  padding: 0px;
  margin: 0px;
	text-align: center;
	overflow: hidden;
}

#wrapper-small #cell-small {
  display: table-cell;
  vertical-align: middle;
}

* html #wrapper-small {
  position: relative;
}
	
* html #cell-small {
  position: absolute;
	top: 50%;
	left: 50%;
}
	
* html #hack-small {
  position: relative;
  top: -50%;
  left: -50%;
}

*:first-child+html #wrapper-small {
  position: relative;
}

*:first-child+html #cell-small {
  position: absolute;
	top: 50%;
	left: 50%;
}

*:first-child+html #hack-small {
  position: relative;
  top: -50%;
  left: -50%;
}

.productdescription {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: left;
}

.review {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid #CED3D6;
}

.rss {
	margin: 0px;
	padding: 0px;
	width: 38px;
	height: 16px;
	background-image: url(img/rss.gif);
	background-repeat: no-repeat;
}

.rss a {
	display: block;
	width: 38px;
	height: 16px;
}


.sort {
	margin: 0px;
	padding: 10px 10px;
}

.sort p {
	margin: 0px;
	padding: 2px 5px;
}

.pagination {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}














.simpleproduct-product {
	margin: 0px 0px 2px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #BA4770;
	background-color: #330510;
}

.simpleproduct-product-even {
	margin: 0px 0px 2px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #BA4770;
	background-color: #220309;
}

.bgsimpleproduct-product {
	margin: 0px;
	padding: 5px;
	background-image: url('img/bgbgsimpleproduct.jpg');
	background-repeat: no-repeat;
	width: 471px;
	height: 105px;
}

.bgsimpleproduct-product-even {
	margin: 0px;
	padding: 5px;
	background-image: url('img/bgbgsimpleproduct-even.jpg');
	background-repeat: no-repeat;
	width: 471px;
	height: 105px;
}

.simpleproduct-product-name {
	margin: 0px;
	padding: 5px 10px;
	width: 195px;
	text-align: left;
	float: left;
}

.simpleproduct-product-name a {
	color: #ffffff;
	font-weight: bold;
}

.simpleproduct-product-price {
	margin: 0px;
	padding: 5px 10px;
	width: 230px;
	text-align: right;
	float: left;
}

.simpleproduct-product-price a {
	color: #ffffff;
}

.simpleproduct-product-description {
	margin: 0px;
	padding: 5px 5px;
	width: 325px;
	height: 30px;
	overflow: hidden;
	float: left;
}

.simpleproduct-product-more {
	margin: 0px;
	padding: 5px 10px;
	width: 70px;
	text-align: left;
	float: left;
}

.simpleproduct-product-more a {
	color: #ffffff;
	text-decoration: underline;
}

.simpleproduct-product-img {
	margin: 0px;
	padding: 2px;
	width: 120px;
	height: 99px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #5C373F;
	float: left;
}

.simpleproduct-product-img img {
	margin: 0px;
	padding: 0px;
	width: 120px;
	border: 0px;
}

.fullproduct-product-bg {
	margin: 0px;
	padding: 0px 5px 8px 5px;
	width: 149px;
	float: left;
}

.fullproduct-product {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 149px;
	float: left;
	border: 1px solid #5C373F;
	text-align: center;
	background-color: #330510;
}

.fullproduct-product-name {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	height: 15px;
	text-align: center;
	overflow: hidden;
}

.fullproduct-product-name a {
	color: #ffffff;
	font-weight: bold;
}

.fullproduct-product-price {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
	font-size: 14px;
}

.fullproduct-product-price a {
	color: #BA4770;
}

.fullproduct-product-description {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	height: 55px;
	overflow: hidden;
}

.fullproduct-product-img {
	margin: 0px auto;
	padding: 2px;
	width: 120px;
	height: 100px;
	overflow: hidden;
}

.fullproduct-product-img img {
	margin: 0px;
	padding: 0px;
	width: 120px;
	border: none;
}

.normalproduct-product {
	margin: 0px 4px 8px 4px;
	padding: 0px;
	width: 105px;
	float: left;
	background-image: url(img/bgproduct.jpg);
	border-bottom: 1px solid #F2F2F2;
}

.normalproduct-product-name {
	margin: 0px;
	padding: 0px;
	height: 35px;
	overflow: hidden;
}

.normalproduct-product-name a {
	font-weight: bold;
	color: #48110C;
	text-decoration: none;
}

.normalproduct-product-name a:hover {
	text-decoration: underline;
}

.normalproduct-product-price {
	margin: 0px;
	padding: 5px 10px;
	height: 30px;
}

.normalproduct-product-img {
	margin: 0px auto;
	padding: 2px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.normalproduct-product-img img {
	margin: 0px;
	padding: 0px;
	width: 80px;
	border: none;
}





.newproduct {
	margin: 0px auto;
	padding: 5px 10px;
	width: 188px;
	height: 70px;
	background-color: #330510;
	overflow: hidden;
}

.newproduct-img {
	margin: 5px;
	padding: 0px;
	width: 60px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #D4AE65;
	float: left;
}

.newproduct-img img {
	margin: 0px;
	padding: 0px;
	width: 60px;
	border: 0px;
}

.newproduct-name {
	margin: 0px;
	padding: 5px;
}

.newproduct-name a {
	color: #FFFFFB;
	font-weight: bold;
}

.newproduct-price {
	margin: 0px;
	padding: 0px 5px;
}





/*css menu*/

ul.tree {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #330510;
}

ul.tree ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding: 20px 0px 0px 20px;
	background-image: url("img/menutreedocument.gif");
	background-position: left 25px;
	background-repeat: no-repeat;
}

ul.tree li.first {
	display: block;
	list-style-type: none;
	padding: 11px 10px 10px 35px !important;
	background-image: url("img/bgmenuleftfirst.jpg") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #2D2D2D !important;
}

ul.tree li.closed {
	background-image: url("img/menutreeclosed.gif");
	background-position: left 25px;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("img/menutreeopened.gif");
	background-position: left 25px;
	background-repeat: no-repeat;
}

ul.tree li a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: underline;
}


/*css page default*/

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -400px;
}

.date {
	margin: 0px;
	padding: 2px 0px;
	font-style: italic;
	text-align: right;
}

.article {
	margin: 0px;
	padding: 10px 10px;
}

.article ul {
	list-style: url(img/arow.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.article li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}

.download {
	margin: 0px;
	padding: 10px 20px;
	text-align: left;
}

.download img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: none;
}

.errortext {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}

.successtext {
	font-weight: bold;
	color: #55b32b;
	text-align: center;
	margin: 0px;
}

.update {
	margin: 0px;
	padding: 5px 10px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.prevnext {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

