@charset "UTF-8";

body {
	color: #333;
	background: #fff;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

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

a:active {
	color: #999;
	text-decoration: none;
}

.quick-access .links a:link {
	color: #333;
	text-decoration: underline;
}

.quick-access .links a:visited {
	color: #333;
	text-decoration: underline;
}

.quick-access .links a:hover {
	color: #930;
	text-decoration: underline;
}

.quick-access .links a:active {
	color: #999;
	text-decoration: none;
}


/*all*/

.quick-access {
	background: #eee;
}

#calendermonth h4,
#calendernext h4 {
	border-left: #333 solid 3px;
	color: #333;
}

#calenderside h3,
#categoryside h3,
#recently-viewed-items h3,
#sidecmslinks h3,
#blogside h3,
#newsfront h3,
.recommended-products-list h2,
.new-products-list h2,
.block1 h3,
.block2 h3,
.block3 h3,
.block4 h3,
.block5 h3,
.block6 h3,
.block7 h3,
.block8 h3,
#ranking h3,
h3.product-view-description,
h3.product-view-details,
h3.product-view-terms,
h3.storeinfo,
#tweets h3,
div.box-up-sell h3,
#newsletterside h3,
.sideblock h3 {
	background: none;
	background: #f3f3f3;
	border-bottom: #222 solid 2px;
	color: #222;
	font-weight: bold;
	font-size: 108%;
	padding-left: 7px;
}

ul#product-mark li {
	border: #fff double 3px;
	background: #222;
	color: #fff;
	font-weight: bold;
	font-size: 77%;
}

#newsfront p.newsrss a {
	color: #F60;
}


/*product view*/

div.product-view-topleft {
	background:#fff;
	border: #bbb double 3px;
	padding-bottom: 12px;
}

div.product-view-price {
	background: #f5f3ef;
	border: #ccc double 3px;
}

div.product-view-timer {
	border: #ccc double 3px;
	color: #111;
	background: #f5f3ef;
}

div.product-view-qty {
	border: #ccc double 3px;
	color: #111;
	background: #f5f3ef;
}

div.product-view-active {
	border: #ccc double 3px;
	color: #111;
	background: #f5f3ef;
}