@import url('typography.css');

html {
	overflow-y: scroll;
}

body {
	margin: 1em auto;
	width: 730px;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
	border: none;
}

.columns {
	overflow: auto;
	width: 100%;
}

.column {
	float: left;
}

#contentcol {
	float: right;
	width: 565px;
}

#header {
	background: url('../images/site/logo.png') no-repeat -165px 15px;
	height: 134px;
}

#sitenav {
	margin: 0;
	text-align: right;
}

#sitenav li {
	background: url('../images/site/sitenav-separator.png') no-repeat left 2px;
	display: inline;
	margin-left: 8px;
	padding-left: 12px;
}

#sitenav li.first {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

#sitenav a:link,
#sitenav a:visited,
#sitenav a:hover,
#sitenav a:active {
	color: #999999;
	text-decoration: none;
}

#sitenav a:hover {
	text-decoration: underline;
}

#sitetitle {
	font-size: 100%;
	margin: 20px 0 0 0;
}

#sitetitle a {
	display: block;
	height: 38px;
	outline: none;
	text-indent: -10000px;
}

#search {
	color: #333333;
	margin-top: 17px;
	text-align: right;
}

#search label {
	font-size: 14px;
	font-weight: bold;
	margin: 0 6px 0 0;
	text-transform: uppercase;
}

#search input.text {
	border: 2px solid;
	border-color: #969696 #eeeeee #eeeeee #969696;
	width: 176px;
}

#search input.image {
	vertical-align: middle;
}

#content {
	margin: 0 0 0 32px;
}

.pagetitle-returnto {
	margin: 1em 0 3em 0;
}

.pagetitle-returnto #pagetitle {
	margin: 0;
}

.pagetitle-returnto .returnto {
	color: #666666;
	font-size: 11px;
	margin: 0;
}

#pagetitle a:link,
#pagetitle a:visited,
#pagetitle a:hover,
#pagetitle a:active {
	color: #e10101;
	text-decoration: none;
}

#pagetitle a:hover {
	text-decoration: underline;
}

.flash {
	background: #ffffcc;
	border: 1px solid #ddddaa;
	color: #000000;
	list-style: none;
	margin: 1em 0 2em 0;
	padding: 0.4em 0.8em;
}

.pageerrors {
	background: #ffcccc;
	color: #000000;
	list-style: none;
	margin: 1em 0;
	padding: 0.4em 0.8em;
}

.sectiontitle {
	margin-top: 2.5em;
}

#footer {
	margin: 7em 0 1em 0;
	text-align: center;
}

#footernav {
	color: #000000;
	font-weight: bold;
	margin: 0;
	list-style: none;
	padding: 0;
}

#footernav li {
	background: url('../images/site/footernav-separator.png') no-repeat left 2px;
	display: inline;
	margin-left: 8px;
	padding-left: 12px;
}

#footernav li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

#footernav a:link,
#footernav a:visited,
#footernav a:hover,
#footernav a:active {
	color: #000000;
	text-decoration: none;
}

#footernav a:hover {
	text-decoration: underline;
}

#copyright {
	color: #000000;
	font-weight: bold;
}

#sidebar {
	background: url('../images/site/logo.png') no-repeat left top;
	color: #333333;
	margin: 15px 0 0 0;
	padding-top: 179px;
}

#sidebar {
	float: left;
	width: 165px;
}

#sidebar .section {
	border: solid #e10101;
	border-width: 0 4px;			
}

#sidebar .section h2 {
	background: #e10101;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .section h2 a:link,
#sidebar .section h2 a:visited,
#sidebar .section h2 a:hover,
#sidebar .section h2 a:active {
	color: #ffffff;
	text-decoration: none;
}

#sidebar .section h2 a:hover {
	text-decoration: underline;
}

#sidebar .section ul {
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}

#sidebar .categories li {
	font-size: 13px;
	margin: 8px 0;
}

#sidebar .categories a:link,
#sidebar .categories a:visited,
#sidebar .categories a:hover,
#sidebar .categories a:active {
	color: #333333;
	text-decoration: none;
}

#sidebar .categories a:hover {
	text-decoration: underline;
}

#sidebar .basket .empty {
	text-align: center;
}

#sidebar .basket ul {
	font-size: 11px;
	text-align: left;
	margin: 4px 8px 20px 8px;
}

#sidebar .basket .item {
	font-weight: bold;
	margin: 0.4em 0;
	overflow: auto;
	width: 100%;
}

#sidebar .basket .item .quantity {
	float: left;
	width: 2em;
}

#sidebar .basket .item .title {
	display: block;
	margin: 0 1px 0 2em;
	text-align: right;
}

#sidebar .basket .item .title a:link,
#sidebar .basket .item .title a:visited,
#sidebar .basket .item .title a:hover,
#sidebar .basket .item .title a:active {
	color: #000000;
	text-decoration: none;
}

#sidebar .basket .item .title a:hover {
	text-decoration: underline;
}

#sidebar .basket .total {
	font-weight: bold;
	margin-top: 1em;
}

#sidebar .basket .total,
#sidebar .basket .delivery {
	overflow: auto;
	width: 100%;
}

#sidebar .basket .total .caption,
#sidebar .basket .delivery .caption {
	float: left;
	margin-left: 3em;
}

#sidebar .basket .total .price,
#sidebar .basket .delivery .price {
	float: right;
}

#sidebar .basket form {
	margin: 0;
	padding-right: 5px;
	text-align: right;
}

#sidebar .security {
	background: url('../images/site/sidebar-bottom.png') no-repeat left top;
	border: none;
	padding: 0 4px;
}

#sidebar .security .cards {
	margin: 4px 0;
	text-align: center;
}

#sidebar .security .cards li {
	display: inline;
	margin: 0 6px;
}

#sidebar .security .comodo {
	text-align: center;
}

#sidebar .security .notice {
	color: #666666;
	font-size: 11px;
	margin: 0 18px;
	padding: 0 0 16px 0;
	text-align: center;
}
