/*	SWATCHES					*/
/*	#F06D90;	Pink 			*/
/*	#B83957;	Dark Pink 		*/
/*	#F0A6B4;	Light Pink 		*/
/*	#F1D4CD;	Pale Pink		*/
/*	#3A3A3A;	Dark Grey		*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	color:#B83957;
}
a:hover{
	color:#F06D90;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
p{
	line-height:1.3em;
}
body{
	background:#B83957;
	color:#777;
	font-family:arial;
}
#site{
	width:960px;
	background:#fff;
	overflow:hidden;
	margin:20px auto;
	padding:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	
}
#banner{
	margin:0 0 0 30px;;
}
#logo{
	width:316px;
	height:138px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:#fff url('/_library/images/gfx-logo.png') no-repeat;
	margin:0 0 0 8px;
	float:left;
}
#nav{
	display:none;
	width:100%;
	overflow:hidden;
	margin:10px 0 0 0;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	padding:7px 10px;
	color:#fff;
	font-weight:bold;
	margin:0 4px 0 0;
	background:#f27;
	border:1px solid #ddd;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khmtl-border-radius:5px 5px 0 0;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#nav ul li a:hover,#nav ul li.active a {
	background:#66d;
	border-bottom:none;
}
#aside{
	width:260px;
	float:right;
	padding:10px;
	margin:10px 0 0 0;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khmtl-border-radius:5px;
}
#aside ul{
	list-style:none;
}
#aside h2{
	font-weight:bold;
	font-size:16px;
	color:#F06D90;
	margin:0 0 10px;
}
#aside ul li{
	font-size:13px;
	padding:5px 10px;
	font-weight:bold;
}
#aside ul li li{
	color:#B83957;
	font-weight:normal;
	list-style:inside circle;
	padding:2px 10px;
}
#aside ul li a{
	text-decoration:none;
}
#aside ul li a:hover{
	text-decoration:underline;
}
#footer{
	overflow:hidden;
	width:100%;
	text-align:center;
	font-size:14px;
	margin:20px 0 0 0;
}
#content{
	overflow:hidden;
	padding:10px;
}
#product-list{
	float:left;
	width:640px;
	overflow:hidden;
	list-style:none;
	display:block;;
}
.hproduct{
	background:#fbfbfb;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khmtl-border-radius:5px;
	padding:10px;
	margin:10px 0;
	min-height:100px;
}
.hproduct:hover{
	background:#f6e8ec;
	border:1px solid #f27;
}
.hproduct img{
	float:left;
	padding:2px;
	background:#eee;
	border:1px solid #ddd;
	margin:0 10px 0 0;
}
.hproduct .info{
	float:left;
	width:250px;
}
.hproduct p{
	font-size:12px;
}
.hproduct .price{
	font-weight:bold;
	color:#B83957;
	font-size:18px;
	text-align:center;
	margin:10px 0 15px 0;
}
.hproduct .store{
	float:left;
	margin:0 20px;
}
#intro{
	padding:10px;
	background:#B83957 url('/_library/images/bg-intro.png') repeat-x;
	color:#fff;
	border:1px solid #F68B43;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khmtl-border-radius:5px;
	font-size:13px;
}
#intro h2{
	font-size:16px;
	padding:0 0 10px 0;
	font-weight:bold;
}
#more-info{
	padding:10px;
	margin:0 10px;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khmtl-border-radius:5px;
	font-size:13px;
}
#more-info h5{
	font-weight:bold;
	color:#B83957;
	font-size:16px;
	margin:0 0 10px;
}
#more-info p{
	margin:0 0 10px;
}
.btn-visit-store{
	display:block;
	padding:5px 10px;
	margin:5px 0 0;
	border:1px solid #B83957;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khmtl-border-radius:5px;
	background:#B83957 url('/_library/images/bg-btn.png') repeat-x;
	width:100px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	float:left;
	text-align:center;
	font-size:12px;
}
.btn-visit-store:hover{
	background:#F68B43 url('/_library/images/bg-btn-over.png') repeat-x;
	color:#fff;
	border:1px solid #B83957;
}
.availability{
	font-weight:bold;
	padding:10px 0;
}
.availability strong{
	color:#7d7;
}
