* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

html, body {
	width: 100%;
	background-color: #03236e;
	color: #000000;
}

a {
	color: #03236e;
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	empty-cells: show;
}

div.clearfix {
	clear: both;
}

div#sitewrapper {
	position: relative;
	width: 900px;
	margin: 21px auto;
	border: 1px solid #828282;
	background-color: #e7e7e7;
}

div#header {
	position: relative;
	padding: 12px;
	background-color: #03236e;
	background-image: -moz-linear-gradient(center top, #03236e 20%, #05329c 50%, #03236e 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03236e), color-stop(50%,#05329c), color-stop(100%,#03236e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03236e', endColorstr='#05329c', GradientType=0);
	border: 1px solid #828282;
	border-width: 0 0 1px 0;
}

img#searchcart {
	position: absolute;
	top: 12px;
	right: 12px;
}

div#carttext {
	position: absolute;
	top: 56px;
	left: 681px;
	font-size: 11px;
}

div#carttext a {
	color: #000000;
	font-size: 11px;
}

input#searchtext {
	position: absolute;
	top: 24px;
	left: 689px;
	font-size: 11px;
	border: 0;
	background-color: #e7e7e7;
}

div#topnav {
	position: relative;
	padding: 12px 6px 6px 6px;
	background-color: #e7e7e7;
	border: 1px solid #828282;
	border-width: 0 0 1px 0;
}

div#topnav div {
	display: inline;
}

div#topnav div a {
	background-color: #03236e;
	color: #ffffff;
	padding: 6px 12px;
	margin-right: 3px;
}

div#topnav div a:hover, div#topnav div a.current {
	background-color: #828282;
	color: #ffea00;
}

div#sidenav {
	position: relative;
	padding: 3px 6px 6px 6px;
	background-color: #e7e7e7;
	float: left;
}

div#sidenav div a, div#sidenav div a.sub {
	display: block;
	background-color: #03236e;
	color: #ffffff;
	padding: 6px 12px;
	border: 3px solid #e7e7e7;
	border-width: 3px 0 0 0;
}

div#sidenav div a.sub {
	margin-left: 9px;
	padding: 3px 12px;
	border: 1px solid #05329c;
	border-width: 1px 0 0 0;
	font-size: 11px;
}

div#sidenav div a:hover, div#sidenav div a.current {
	background-color: #828282;
	color: #ffea00;
}

div#content {
	position: relative;
	padding: 12px;
	background-color: #ffffff;
	border: 1px solid #828282;
	border-width: 0 0 0 1px;
	width: 700px;
	float: right;
}

div#content h1 {
	font-size: 22px;
	font-weight: bold;
	color: #03236e;
	margin-bottom: 12px;
}

div#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #03236e;
	margin: -12px 0 12px 0;
}

div#content h3 {
	font-weight: bold;
	color: #03236e;
	margin: 15px 0 6px 0;
}

div#content p {
	margin: 9px 0;
}

div#content table.cart {
	width: 100%;
}

div#content table.cart img {
	vertical-align: middle;
}

div#content table.cart td, div#content table.cart th {
	padding: 0 9px 6px 0;
}

div#content table.cart th {
	font-weight: bold;
	text-align: left;
}

div#content table.cart .right {
	text-align: right;
}

div#content table.cart small {
	font-size: 11px;
	font-weight: normal;
}

div#content table.cart a.delete_x {
	font-weight: bold;
	color: #ff0000;
}

div#content div.product {
	border: 2px solid #ffffff;
	float: left;
	margin: 0 3px 3px 0;
	padding: 9px;
	text-align: center;
	width: 200px;
	position: relative;
}

div#content div.product div.banner {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 3px 9px;
	position: absolute;
	top: 0;
	right: 0;
}

div#content div.product:hover {
	border: 2px dashed #ffea00;
}

div#content div.product p {
	margin-bottom: -6px;
}

div#content div.product p.productsubtitle {
	font-size: 11px;
}

div#content div.product p.productprice {
	font-weight: bold;
}

div#content div.detailpicture {
	float: left;
}

div#content div.detailpicture img {
	vertical-align: middle;
}

.cloud-zoom-big {
	border: 2px dashed #ffea00;
	overflow: hidden;
}

.cloud-zoom-loading {
	color: #e7e7e7;
	background-color: #828282;
	padding: 3px;
	border: 1px solid #828282;
}

div#content div.detailpicture a.popup-zoom {
	font-size: 11px;
	margin-top: 6px;
	color: #000000;
}

div#content div.detailinfo {
	float: left;
	width: 388px;
	margin-left: 12px;
}

div#content div.detailinfo p.productprice {
	font-size: 22px;
	font-weight: bold;
	color: #03236e;
	margin-bottom: 6px;
}

div#content p.productrights {
	font-size: 9px;
	color: #828282;
}

div#content div.detailinfo button {
	background-color: #03236e;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 15px;
	border: 0px solid #ffffff;
	margin-top: 18px;
}

div#content div.detailinfo button:hover {
	background-color: #828282;
	color: #ffea00;
}

div#content div.detailtext {
	margin-top: 15px;
}

div#content div.detailtext p {
	margin-bottom: 12px;
}

div#pagination {
	text-align: center;
	clear: both;
	color: #03236e;
}

div#footer {
	position: relative;
	padding: 6px;
	background-color: #000000;
	background-image: url(./footer.png);
	background-repeat: repeat-x;
	border: 1px solid #828282;
	border-width: 1px 0 0 0;
	max-height: 138px;
	overflow: hidden;
	font-size: 9px;
	color: #828282;
	clear: both;
}
