/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color:#000000;
}

a {
	color: #AB4382;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.black {
	color: #000000;
}

a.gray {
	color: #A6A6A6;
}

a.submit {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

a.delete {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(img/delete.gif);
	background-repeat: no-repeat;
}

a.convertbasketsmall {
	margin: 0px;
	padding: 0px;
	width: 21px;
	height: 23px;
	display: block;
	background-image: url(img/bgconvertbasketsmall.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

p {
	margin: 0px;
	padding: 5px;
}

p.price {
	font-size: 14px;
	padding: 5px 0px;
	border-bottom: 1px solid #000000;
}

p.price span {
	color: #AB4382;
	font-weight: bold;
}

p.title {
	padding: 0px 5px;
	color: #AB4382;
	font-weight: bold;
}

p.collection {
	font-size: 14px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}

h2 {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

h2.dotted {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

h2.solid {
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #AB4382;
}

form {
	margin: 0px;
	padding: 0px;
}

input.submit {
	margin: 0px;
	padding: 2px 10px;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #A6A6A6;
}

input.text {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

input.texterror {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
}

input.blank {
	margin: 0px;
	padding: 2px;
	color: #675D51;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 0px;
	background-color: transparent;
	width: 100%;
}

select.text {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

select.collection {
	margin: 0px;
	padding: 2px;
	color: #AB4382;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

textarea.text {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
}

textarea.texterror {
	margin: 0px;
	padding: 4px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF0000;
	background-color: #ffffff;
}

table.tablebasket {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

table.tablebasket th {
	margin: 0px;
	padding: 2px 5px;
	text-align:left;
	font-size: 11px;
}

table.tablebasket td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	text-align:right;
	font-size: 11px;
}

table.tablebasket a {
	color: #AB4382;
}

table.tableorder {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

table.tableorder th {
	margin: 0px;
	padding: 2px 5px;
	text-align:center;
	font-size: 12px;
}

table.tableorder td {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 12px;
}

table.tableorder a {
	color: #AB4382;
}

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: 12px;
}

table.tableproduct td {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 12px;
}

table.tableproduct a {
	color: #AB4382;
}

table.tableparam {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}

table.tableparam th {
	margin: 0px;
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	text-align:center;
	font-size: 12px;
}

table.tableparam td {
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 12px;
}

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: 12px;
}

table.tablereview td {
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 12px;
}

table.tablereview a {
	color: #000000;
}

tr.even {
	background-color: #EFEFEF;
}

tr.odd {
	background-color: #E8E8E8;
}

.clr {
	clear:both;
}
	
.ctr {
	text-align: center;
	float: none;
}

.page {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}

.bgtop {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bgtop.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
}

.bgbottom {
	margin: 0px;
	padding: 0px;
	background-image: url('img/bgbottom.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 120px;
}

.pagetop {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 105px;
	position: relative;
}

.logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 164px;
	height: 75px;
	/*
	background-image: url('img/bglogo.jpg');
	*/
	background-image: url('img/bglogo2.png');
	background-repeat: no-repeat;
}

.logo a {
	margin: 0px;
	padding: 0px;
	width: 164px;
	height: 75px;
	display: block;
}

.logo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.bgtopmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #A6A6A6;
}

.bgtopmenu a {
	text-decoration: none;
}

.bgbasket {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 35px;
	right: 0px;
	width: 250px;
	height: 34px;
	/*
	background-image: url('img/bgbasket.jpg');
	*/
	background-image: url('img/bgbasket2.png');
	background-repeat: no-repeat;
}

.bgbasket a {
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 34px;
	display: block;
	color: #000000;
	text-decoration: none;
}

.bgbasket p {
	margin: 0px;
	padding: 0px;
}

.pagebottom {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 105px;
	position: relative;
}

.bgmenubottom {
	margin: 0px;
	padding: 25px 0px 5px 0px;
	text-align: center;
}

.bgmenubottom a {
	padding: 0px 13px;
	font-size: 11px;
	color: #000000;
}

.bgnewsletter {
	margin: 0px auto;
	padding: 10px 0px;
	width: 400px;
	text-align: center;
}

.bgmenutop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 980px;
	height: 27px;
}

.menutop {
	margin: 0px;
	padding: 0px;
	height: 27px;
	text-align: center;
	position: relative;
	float: left;
}

.menutop a {
	padding: 5px 29px 0px 29px;
	color: #ffffff;
	height: 22px;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.menutop a:hover {
	background-color: #A12E71;
	display: block;
}

.dropmenudiv {
	margin: 0px;
	padding: 0px 0px;
	width: 180px;
	position: absolute;
	top: 27px;
	left: 0px;
	text-align: left;
	display: block;
	background-color: #000000;
	z-index: 9999;
	visibility: hidden;
	float: none;
}

.dropmenudiv a.drop {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	display: block;
	width: 180px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	white-space: normal;
	border-bottom: 1px solid #ffffff;
	z-index: 9999;
	float: none;
}

.menutopspacer {
	margin: 0px;
	padding: 0px;
	width: 2px;
	height: 27px;
	background-image: url('img/bgmenutopspacer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

.pageleft {
	margin: 0px;
	padding: 0px;
	width: 240px;
	float: left;
}

.pageright {
	margin: 0px;
	padding: 0px;
	width: 740px;
	float: left;
}

.boxprev {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 260px;
	float: left;
	position: relative;
}

.boxprev a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 13px;
	height: 54px;
	background-image: url('img/bgprev.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 0px;
}

.boxprev a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.boxproduct {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 260px;
	float: left;
}

.boxproduct-scroller {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 260px;
}

.productbox {
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: 260px;
	float: left;
}

.productbox-img {
	margin: 0px auto;
	padding: 0px;
	width: 175px;
	height: 200px;
	overflow: hidden;
}

.productbox-img img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 170px;
}

.productbox-name {
	margin: 0px;
	padding: 5px 10px;
	width: 165px;
	height: 50px;
	text-align: center;
}

.productbox-name a {
	color: #000000;
	font-weight: bold;
}

.boxnext {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 260px;
	float: left;
	position: relative;
}

.boxnext a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 13px;
	height: 54px;
	background-image: url('img/bgnext.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	right: 0px;
}

.boxnext a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.productrefillbox {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 280px;
	float: left;
}

.productrefillbox-img {
	margin: 0px auto;
	padding: 0px;
	width: 175px;
	height: 190px;
	overflow: hidden;
}

.productrefillbox-img img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 170px;
}

.productrefillbox-name {
	margin: 0px;
	padding: 5px;
	width: 300px;
	height: 50px;
	text-align: center;
}

.productrefillbox-name a {
	color: #000000;
	font-weight: bold;
}

.productimage {
	margin: 0px;
	padding: 0px 10px;
	width: 340px;
	float: left;
}

.productimagemedium {
	margin: 0px auto;
	padding: 0px;
	width: 340px;
	height: 400px;
	overflow: hidden;
	position: relative;
	border: 1px solid #000000;
}

.productimagemedium img {
	margin: 0px;
	padding: 0px;
	width: 340px;
	border: 0px;
}

#medium-image {
	cursor:crosshair;
}

.productinfo {
	margin: 0px;
	padding: 0px;
	padding: 100px 0px 0px 10px;
	width: 370px;
	position: relative;
	visibility: visible;
	float: left;
}

div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #000000;
	visibility: hidden;
}

.jqZoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(img/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

.jqZoomWindow {
	border: 1px solid #ccc;
	background-color: #FFF;
	height: 400px !important;
	width: 390px !important;
}

.boxprevsmall {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 70px;
	float: left;
	position: relative;
}

.boxprevsmall a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 13px;
	height: 54px;
	background-image: url('img/bgprev.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0px;
	cursor:pointer;
}

.boxprevsmall a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.boxproductsmall {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 70px;
	float: left;
	position: relative; 
	overflow: hidden; 
}

.boxproductsmall-scroller {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 70px;
}

.productsmallbox {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 70px;
	text-align: center;
	float: left;
}

.productsmallbox img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 60px;
}

.productsmallbox a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

.boxnextsmall {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 70px;
	float: left;
	position: relative;
}

.boxnextsmall a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 13px;
	height: 54px;
	background-image: url('img/bgnext.jpg');
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 0px;
	cursor:pointer;
}

.boxnextsmall a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}


/*css page default*/

.hide {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	top: -500px;
	left: -1000px;
}

a.more {
	padding: 10px;
	margin: 0px;
	display: block;
	float: right;
}

a.back {
	padding: 10px;
	margin: 0px;
	display: block;
	float: left;
}

.date {
	margin: 0px;
	padding: 2px 0px;
	font-style: italic;
}

.article {
	margin: 0px;
	padding: 0px 10px;
}

.article ul {
	list-style: url(img/arow.gif);
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.article li {
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
.article li a {
	color: #575757;
}

.download {
	margin: 0px;
	padding: 10px 20px;
	text-align: left;
}

.download a {
	color: #333333;
}

.download img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: 0px;
}

.errortext {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 0px;
}

.successtext {
	font-weight: bold;
	color: #AB4382;
	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;
}

