body {
	font: 14px 'Times New Roman', serif;
	margin: 10px 0 20px 0;
	padding: 0;
	background: url('/images/background.jpg') repeat top;
	color: #585858;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#container {
	width: 1070px;
	margin: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 230px;
	margin: auto;
	background: url(/images/header.png) no-repeat;
}

#header .contact {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 200px;
}

#header .contact h1 { padding-bottom: 3px; font-size: 13px; margin: 0; }
#header .contact, #header .contact h2 { margin: 0; font-size: 11px; text-align: center; }
#header .contact p {
	margin: 0;
	line-height: 16px;
}

#header .counter {
	position: absolute;
	top: 115px;
	left: 545px;
	color: #313131;
}

#header .menu {
	position: absolute;
	top: 198px;
	right: 35px;
	list-style: none;
}

#header .menu li { float: left; }

#header .menu li a {
	padding: 0 10px;
	color: #585858;
}
#header .menu li a:hover {	color: #c70101; text-decoration: none; }

#header .ad {
	position: absolute;
	top: 160px;
	left: 274px;
	color: #585858;
}

#header .ad2 {
	position: absolute;
	top: 105px;
	left: 274px;
	width: 240px;
	height: 45px;
	color: #633;
	text-shadow: 0 0 3px #fff, 0 0 2px #fff;
}

#header .edition {
	position: absolute;
	top: 115px;
	right: 45px;
	text-align: right;
}

#header .cart {
	position: absolute;
	top: 45px;
	left: 274px;
	width: 200px;
}

#header .cart img { float: left; display: block; padding-right: 5px; }

#header .date {
	position: absolute;
	top: 160px;
	right: 45px;
	font-weight: bold;
	text-align: right;
}

#header .category {
	position: absolute;
	top: 200px;
	left: 51px;
}

#header .gg {
	position: absolute;
	top: 200px;
	left: 270px;
}

#header .gg a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#content {
	width: 100%;
	background: url(/images/content.png) repeat-y;
}

#leftcol {
	float: left;
	width: 204px;
	padding: 10px 5px 10px 53px;
}

#leftcol ul {
	padding: 10px 0 0 10px;
	list-style: none;
	line-height: 18px;
}

#leftcol li a, #leftcol .return {
	color: #000;
	font-weight: bold;
}

#leftcol li a span { color: #bf0000; }

#rightcol {
	float: left;
	width: 743px;
	padding: 10px 50px 10px 15px;
}

#rightcol h1.title {
	padding-bottom: 10px;
	font-size: 20px;
}

#rightcol a {
	color: #bf0000;
}

#searchForm {
	padding: 10px 0;
}

#searchForm p {
	color: #000;
	font-size: 14px;
}

#searchForm p span {
	color: #c00;
	font-weight: bold;
}

#searchForm input {
	width: 156px;
	vertical-align: middle;
}

#searchForm input.checkbox {
	width: auto;
}

#searchForm input.submit {
	width: 72px;
	height: 23px;
	background: #c0c0c0 url(/images/btn_search.png) no-repeat;
	border: 0 none;
	cursor: pointer;
}

#rightcol .products {
	list-style: none;
}

#rightcol .products li {
	padding: 10px 0;
	border-bottom: 1px solid #c5c5c5;
}

#rightcol .products img {
	float: left;
	width: 154px;
	border: 1px solid #737373;
	box-shadow: 0 0 8px #888;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px #888;
	margin-right: 10px;
}

#rightcol .products .no_photo {
	float: left;
	width: 154px;
	height: 101px;
	border: 0 solid #737373;
	margin-right: 10px;
}

#rightcol .products .panel {
	float: left;
	width: 410px;
}

#rightcol .products .name {
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
}

#rightcol .products .price {
	float: left;
	color: #4f4f4f;
	font-weight: bold;
	font-size: 24px;
}

#rightcol .products .price span { color: #000; }

#rightcol .products .count {
	float: left;
	padding: 3px 0 0 30px;
	font-size: 18px;
}

#rightcol .products .count input {
	width: 50px;
	padding: 2px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#rightcol .products .cart { float: right; outline: none; }
#rightcol .products .cart img {
	width: auto;
	height: auto;
	margin: 0;
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#rightcol .product {
	padding: 10px 0;
}

#rightcol .product .click {
	padding-bottom: 10px;
	text-align: center;
}

#rightcol .product .colorbox img {
	display: block;
	width: 240px;
	margin: auto;
	padding-bottom: 10px;
}

#rightcol .product h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#rightcol .product .attributes {
	padding: 10px 0 10px 50px;
	font-size: 16px;
	list-style: none;
	line-height: 20px;
}

#rightcol .product .cart, #rightcol .product .return {
	display: block;
	width: 170px;
	margin-left: 280px;
	padding: 2px 0;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#rightcol .product .return {
	display: block;
	width: 150px;
	margin-left: 280px;
	font-weight: bold;
}

.order {
	line-height: 20px;
	text-shadow: 1px 1px 3px #fff;
	color: #333;
}

#footer {
	width: 100%;
	height: 26px;
	background: url(/images/footer.png) no-repeat;
}

table {
	border: 0px none;
	border-collapse: collapse;
	font: 11px Verdana, Arial;
	text-align: center
}

td {
	border: 0px solid;
	padding: 0px;
	margin: 0px
}

td.tdr1 {
	text-align: right;
	padding-right: 5px
}

input {
	font: 11px Verdana, Arial;
	height: 18px
}

input.it {
	width: 200px;
	border: 1px solid #B0B0B0;
}

input.ibtn {
	border: 1px solid #B0B0B0;
	background-color: #D0D0D0
}

textarea {
	border: 1px solid #505050;
	font: 11px Verdana, Arial
}

select {
	font: 11px Verdana, Arial
}

#logging_form {
	width: 250px;
	margin: auto;
}

.cl { clear: both; }

.notice {
	padding: 50px 0 50px 0;
	background: #fff;
	border-top: 2px solid #009;
	border-bottom: 2px solid #009;
	opacity: 0.5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #006;
}

#rightcol .pagination {
	padding: 10px 0;
	text-align: center;
}

#rightcol .pagination a {
	display: inline-block;
	min-width: 20px;
	width: auto !important;
	width: 20px;
	padding: 3px;
	background: #fff;
	border: 1px solid #666;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px #000;
	text-decoration: none;
	font-weight: bold;
	color: #900;
	text-shadow: 0 0 4px #666;
	vertical-align: middle;
}

#rightcol .pagination a.selected {
	background: #a00;
	color: #fff;
}
