/* CSS Document */

/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #000000; text-decoration: underline;}
a:active {	color: #000000;	text-decoration: underline;}
a:visited {	color: #000000;	text-decoration: underline;}
a:hover {	color: #C69C6D;	text-decoration: none;}

.footerlink {
	color: #959595;
	background-image: url(../images/core/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
}
.footerlink a:link {	color: #000000;	text-decoration: none;}
.footerlink a:active {	color: #000000;	text-decoration: none;}
.footerlink a:visited {	color: #000000;	text-decoration: none;}
.footerlink a:hover {	color: #C69C6D;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input,select{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}
textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A4242;
	background-color: #FFFFFF;
	padding: 2px;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6A4242;
	line-height: 18px;
	list-style-type: square;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style:italic;
	color: #36A9BF;
}
.textPadding {
	background-image: url(../images/core/watermark.gif);
	background-repeat: no-repeat;
	background-position: left  bottom;
	padding-bottom: 40px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
}
.footer-contact {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #E2D8CC;
	border-bottom-color: #E2D8CC;
}
.product-name {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
.product-price {
	color: #000000;
	font-size: 10px;
	line-height: 15px;
}
.product-name-popup {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}
.product-price-popup {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.box{
	border: 0px;
	vertical-align: center;
	margin-top: 3px;
	margin-left: -6px;
	padding: 0px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 0;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 0;
	clear: right;
}

ul#giftwares { list-style:none;  }
ul#giftwares li { float:left; display:block; padding:2px; }