.help{
	border: 2px solid gray;
	padding: 2px;
}
#couponlayer{
	width: 95%;
	height: 110px;
	border: dotted 1px #2E8802;
	background-color: #EAFFDF;
	padding: 1em;
}
#couponlayer p{
	margin: 4px 0px;
}
ol{
	padding: 5px 0px 0px 50px;
	margin-left: 20px;
}
ul{
	padding: 5px 0px 0px 20px;
	margin-left: 50px;
}

li{
	list-style-image: url(../images/dot.gif);
	padding: 2px 0px;
}

h2{
	margin: 6px 0px;
	color: #000000;
	font-size: 10pt;
	font-size: 10pt;
}
p{
	margin: 6px 0px;
}

.nice{
	width: 100%;
	padding: 4px;
}

.nice th{
	padding: 8px;
	border-bottom: 1px solid #CFCFCF;
}

.nice td{
	padding: 4px;
	/*background-color: #EFEFEF;*/
	border-bottom: 1px dotted gray;
	vertical-align: top;
}

.productbox{
	font-size: 12px;
	margin: 5px;
	float: left;
	width: 220px;
	/*height: 184px;*/
	height: 214px;
	overflow: hidden;
	background-image: url(../images/product-box-middle.gif);
	background-repeat: repeat-y;
	z-index: 3;
}
.productbox-image{
	position: absolute;
	margin: 4px 0px 0px 2px;
	float: left;
	height: 170px;
	z-index: 5;
}
.productbox-top{
	padding: 4px 6px 0px 6px;
	background-image: url(../images/product-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	overflow: hidden;
	text-align: left;
	font-size: x-small;
	z-index: 3;
}
.productbox-top-2{
	padding: 4px 6px 0px 6px;
	background-image: url(../images/product-box-middle.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 90px;
	overflow: hidden;
	text-align: left;
	font-size: x-small;
	z-index: 3;
}
.productbox-top-2 a{
	font-size: 13px;
	
}
.productbox-middle{
	padding: 0px 6px;
	margin-right: 5px;
	text-align: right;
	height: 26px;
	overflow: hidden;
	z-index: 3;
}
.productbox-middle-bottom{
	width: 210px;
	text-align: right;
	
	height: 30px;
	z-index: 3;
}
.productbox-bottom{
	padding: 0px 6px;
	background-image: url(../images/product-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
	z-index: 3;
}


.fontbold{
	font-weight: bold;
	color: #A93947;
}

.fontsmall{
	color: #A93947;
	font-size: x-small;
	/*text-decoration: line-through;*/
}
.productbox .fontbigger{
	font-size: x-large;
}


.productbox a{
	color: #000000;
	text-decoration: none;
}

.productbox a:hover{
	color: #000000;
	text-decoration: underline;
}

.productbox p.title{
	color: #00923F;
}
.productbox p.title a{
	color: #00923F;
	text-decoration: none;
}

.productbox p.title a:hover{
	color: #00923F;
	text-decoration: underline;
}


.main-menu a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.main-menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}



a {
	color: #736E6E;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #736E6E;
	text-decoration: underline;
}


.logintext{
	border: 1px solid #5F5F5F;
	width: 80px;
	height: 18px;
}

.comments-tooltip{
	margin: 5px;
	padding: 1em;
	background-color: #F2FFDF;
	border: 3px solid #549801;
	width: 400px;
	position: absolute;
	z-index: 300;
}

.comments-tooltip p.tooltip-text{
	font-size: 8pt;
}


#box{
	width: 180px ;
	border: 1px solid gray;
	text-align: center;
	margin: 2px 0px;
	padding: 0px;
}
#box .title{
	background-image: url(../images/menu-item-selected.gif);
	height: 24px;
	line-height: 24px;
	padding: 0px;
	margin:0px;
}
#box .title a{
	color: #ffffff;
}

#box .price{
	color: #DC214C;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;
}

#box .fontsmall{
	font-size: x-small;
	text-decoration: line-through;
}

#product-pagging{
	color: #736E6E;
	margin: 0px 0px 0px 10px;
}
#product-pagging a{
	color: #736E6E;
	font-weight: bold;
}

#product #product-description{
	width: 530px; clear: right; display: table; border-top: 1px solid #939B97; text-align:justify
	}
#product #product-description li{
	list-style-image: url(../images/dot.gif);
	padding: 2px 0px;
	margin: 0px;
}

.errormsg{
	color: #DA251E;
	font-weight: bold;
}

.payment-method{
	height: 60px;
	width: 80px;
	float: left;
	padding: 15px;
	margin: 4px;
	border: 1px solid #c0c0c0;
}

input{
	border: 1px solid #5F5F5F;
	height: 16px;
	font-size: 8pt;
	background-color: #ffffff;	
	vertical-align: middle;
}


textarea{
	background-color: #ffffff;	
}
.submit{
	height: 20px;
	border: 1px solid #5F5F5F;
	color: #DA251E;
	background-color: #ffffff;	
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
}