
/*-- default --*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

td, th {
	text-align: left;
	vertical-align: top;
}

p { padding: 10px 0; }

img { border: 0; }

form, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	vertical-align: middle;
}

/*-- headings --*/

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #7f7f7f;
}

/*-- links --*/

a {
	font-size: 13px;
	color: #0f47a4;
	text-decoration: underline;
}

a:visited {
	font-size: 13px;
	color: #0f47a4;
	text-decoration: underline;
}

a:hover {
	font-size: 13px;
	color: #0f47a4;
	text-decoration: none;
}

/*-- wrapper --*/

#wrapper { min-width: 1000px; }

/*-- header --*/

#header {
	height: 255px;
	background: url(../images/book.jpg) no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 32px;
	left: 195px;
}

#logo img {
	width: 80px;
	height: 91px;
}

#title {
	font-size: 16px;
	color: #5f5f5f;
	padding: 145px 470px 0 195px;
}

/*-- top menu --*/

#top-menu {
	position: absolute;
	top: 32px;
	right: 45px;
}

#top-menu li {
	list-style: none;
	display: block;
	float: left;
	height: 35px;
	line-height: 32px;
}

#top-menu li a, #top-menu li a:visited, #top-menu li a:hover {
	display: block;
	padding: 0 20px;
}

#active { background: url(../images/menu-bg.jpg) no-repeat top left; }

#active span {
	display: block;
	float: left;
	height: 35px;
	background: url(../images/menu-bg-right.jpg) no-repeat top right;
	padding: 0 20px;
}

#order {
	width: 335px;
	position: absolute;
	top: 95px;
	right: 45px;
	font-size: 21px;
	color: #7f7f7f;
}

#order span { color: #d18e1f; }

/*-- search form --*/

#search-form {
	position: absolute;
	top: 170px;
	right: 45px;
}

#search-text {
	background: url(/images/search-text.jpg);
	width: 158px;
	height: 18px;
	font-size: 11px;
	color: #959595;
	padding: 2px 12px;
	border: 0;
}

#search-button {
	width: 60px;
	height: 25px;
}

#example {
	font-size: 11px;
	color: #5b5b5b;
	margin: 0 3px;
}

#example span {
	display: inline-block;
	border-bottom: 1px dashed #000000;
}

/*-- catalog title --*/

#catalog-title-bg {
	height: 47px;
	background: url(../images/catalog-title-bg.jpg);
	margin-left: 20px;
}

#catalog-title {
	height: 33px;
	background: url(../images/catalog-title.jpg) no-repeat;
	font-size: 25px;
	color: #7f7f7f;
	padding: 7px 25px;
}

/*-- sidebar --*/

#sidebar {
	width: 255px;
	padding: 0 0 0 20px;
}

#sidebar p {
	font-size: 11px;
	color: #535353;
	padding: 0 !important;
}

/*-- left menu --*/

#menu-title {
	font-size: 14px;
	color: #b4214b;
	padding-bottom: 5px;
	padding-top: 5px;
}

#menu-title span {
	font-size: 10px;
	margin: 0 5px;
}

#left-menu li {
	list-style: none;
	margin: 12px 0;
}

/*-- rounded block --*/

.rounded-block {
	position: relative;
	width: 100%;
	//height: 100%;
	background: #f9f9f9;
	border: 1px solid #efefef;
}

.rounded-content { margin: 20px; }

.top-left {
	width: 15px;
	height: 15px;
	background: url(../images/top-left.gif) #f9f9f9 no-repeat top left;
	position: absolute;
	top: -2px;
	left: -2px;
}

.top-right {
	width: 15px;
	height: 15px;
	background: url(../images/top-right.gif) no-repeat top right;
	position: absolute;
	top: -2px;
	right: -2px;
}

.bottom-left {
	width: 15px;
	height: 15px;
	background: url(../images/bottom-left.gif) no-repeat bottom left;
	position: absolute;
	bottom: -2px;
	left: -2px;
}

.bottom-right {
	width: 15px;
	height: 15px;
	background: url(../images/bottom-right.gif) no-repeat bottom right;
	position: absolute;
	bottom: -2px;
	right: -2px;
}

.title {
	font-size: 14px;
	color: #7f7f7f;
	margin: 5px 0 20px 0;
}

#recommend-image { float: left; }

#recommend-link {
	width: 70px;
	float: left;
	margin-left: 12px;
}

.clear { clear: both; }

#order-button {
	width: 178px;
	height: 38px;
	margin-top: 20px;
}

/*-- invisible block --*/

.invisible-block {
	padding: 20px;
	overflow: hidden;
	clear: both;
	font-size: 13px;
}

.delivery-date {
	color: #b4214b;
	margin: 20px 0 15px 0;
}

.gray-line {
	background: url(../images/gray-line.gif) 0 50% repeat-x;
	height: 1px;
	margin: 20px 0 30px 0;
	clear: both;
}

/*-- content --*/

#content { padding: 0 15px 0 10px; }

/*-- catalog --*/

.item {
	width: 28%;
	float: left;
	padding-left: 5%;
	margin: 20px 0 5px 0;
}

.item-image {
	float: left;
	margin-bottom: 10px;
}

.price {
	width: 70px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.price span {
	display: block;
	color: #b4214b;
}

.item-link { clear: both; }

.item-link a, .item-link a:visited, .item-link a:hover {
	display: block;
	background: #b4214b;
	padding: 3px 7px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

.catalog-title { margin-left: 40px; }

.rating {
	width: 200px;
	height: 30px;
	margin: 0 0 -7px 12px;
}

/*-- info block --*/

#info {
	border: 1px solid #ececec;
	padding: 25px 30px 30px 25px;
	margin: 40px 0 40px 40px;
}

#scroll-text {
	padding-right: 15px;
	font-size: 13px;
}

/*-- footer --*/

#footer {
	height: 100px;
	background: url(../images/footer-line.gif) repeat-x;
	margin-top: 20px;
	position: relative;
}

#copyright {
	position: absolute;
	top: 35px;
	left: 55px;
}

#copyright span {
	display: block;
	font-size: 11px;
	color: #6e6e6e;
}

#created {
	position: absolute;
	top: 35px;
	right: 280px;
	font-size: 11px;
}
#sponsor {
	position: absolute;
	top: 35px;
	right: 55px;
	font-size: 11px;
}

#created a, #created a:visited, #created a:hover { font-size: 11px; }
#sponsor a, #sponsor a:visited, #sponsor a:hover { font-size: 11px; }

/*-- second page --*/

#exclusive-title {
	float: left;
	margin: 12px 0 30px 0;
	font-size: 16px;
	color: #5f5f5f;
}

#sort-by {
	float: right;
	margin: 12px 0 0 0;
}

#sort-by form select { width: 100px; }

#inner { padding: 0 15px 0 15px; float: left; }

/*-- exclusive items --*/

.exclusive-item {
	width: 45%;
	float: left;
	padding: 0 2%;
	margin-bottom: 30px;
}

.exclusive-item p {
	padding: 0 !important;
	margin-top: -10px;
	font-size: 13px;
}

.exclusive-image { margin: 0 20px 20px 0; }

.item-info {
	clear: both;
	padding: 12px 0;
	line-height: 18px;
	font-size: 13px;
}

.red { color: #b4214b; }

/*-- pages navigation --*/

#pager { clear: both; }

#pager a, #pager a:visited, #pager a:hover {
	font-size: 11px;
	margin-right: 4px;
}

#active-page {
	background: #b4214b;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 3px;
	margin-right: 4px;
}

/*-- added --*/
.each {
	font-size: 13px;
}