/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	color:#454545;
}

img {
	border:none;
}

ul, ol {
	margin-left:25px;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

input {
	padding:2px;
}

a {
	color:#0343bf;
}

a:hover {
	color:#333;
}

p {
	margin-bottom:10px;
}

h1 {
	margin-bottom:8px;
	margin-top:10px;
	color:#0343bf;
	font-size:16px;
}

h2 {
	margin-bottom:8px;
	margin-top:14px;
	color:#0343bf;
	font-size:14px;
}

h2 a {
	color:#0343bf;
	text-decoration:none;
}

h3 {
	margin-bottom:8px;
	margin-top:10px;
	color:#0343bf;
	font-size:12px;
}

#container {
	width:988px;
	margin:0 auto;
}

#header {
	height:342px;
	background:url(/images/header-bg.jpg) bottom no-repeat;
}

#logo {
	float:left;
	width:207px;
}

#header-content {
	float:right;
	width:761px;
	padding-right:20px;
	height:173px;
	padding-top:30px;
	background:url(/images/header-content-bg.jpg) no-repeat;
	font-size:11px;
	color:#fff;
	text-align:right;
}

#header-content a {
	color:#fff;
}

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

#menu {
	float:left;
	width:152px;
	padding:5px 0;
}

#menu ul {
	list-style:none;
	border-top:1px solid #84dffe;
	margin:0;
}

#menu li {
}

#menu a {
	display:block;
	padding:10px;
	text-decoration:none;
	border-left:3px solid #84dffe;
	border-bottom:1px solid #84dffe;
	color:#0754c0;
}

#menu .category_level0 a, #menu .category_level0_sel a {
	font-weight:bold;
}

#menu a:hover {
	color:#fff;
	background:#1eabe0;
}

#menu .category_level0_sel a:hover, #menu .category_level1_sel a:hover, #menu .category_level2_sel a:hover {
	color:#0754c0;
}

#menu .category_level1 a, #menu .category_level2 a {
	font-size:11px;
	border-left:8px solid #84dffe;
	background:#ddf6ff;
}

#menu .category_level2 a {
	border-left:13px solid #84dffe;
	background:#ecfaff;
}

#menu .category_level1 a:hover, #menu .category_level2 a:hover {
	color:#fff;
	background:#47bbe7;
}

#menu .category_level0_sel a {
	background:#fff;
}

#menu .category_level1_sel a, #menu .category_level2_sel a  {
	font-size:11px;
	border-left:8px solid #84dffe;
	background:#fff;
}

#menu .category_level2_sel a {
	border-left:13px solid #84dffe;
}

#content {
	float:left;
	width:816px;
	padding:0 0 20px 20px;
}

#footer {
	background:url(/images/footer.jpg) no-repeat;
	height:86px;
	padding-top:420px;
	padding-left:45px;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

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

#search {
	padding-top:10px;
}

#search-input {
	float:right;
	width:150px;
}

.search-input {
	padding:2px;
	padding-top:4px;
	height:15px;
	width:140px;
	font-size:11px;
}

#search-button {
	float:right;
	width:65px;
}

#navtrail {
	padding-bottom:10px;
	font-size:11px;
}

#navtrail a {
	color:#0343bf;
}

#listing-image {
	float:left;
	width:510px;
}

#listing-image-enlarge {
	padding-top:10px;
	text-align:center;
	font-size:11px;
	color:#666;
}

#listing-text {
	padding-bottom:10px;
}

#listing-content {
	width:286px;
	padding-left:20px;
	float:right;
}

.cat-container {
	float:left;
	width:260px;
	text-align:center;
	margin-bottom:30px;
}

.cat-container a {
	color:#0343bf;
	text-decoration:none;
	font-size:14px;
}

.cat-container a:hover {
	color:#333;
}

.cat-image img {
	padding:2px;
	border:1px solid #cbe8f2;
	margin-bottom:5px;
}

.list-container {
	height:185px;
	margin-bottom:5px;
}

.list-image {
	float:left;
	width:170px;
}

.list-content {
	float:right;
	width:646px;
}

.list-price {
	font-weight:bold;
	padding-top:12px;
}

.listing_option_price {
	font-size:22px;
}

.option-buy {
	padding:20px 0;
}

.listing_custom {
	padding:8px 0;
}

.listing_custom_name {
	font-size:14px;
	color:#0343bf;
	padding-bottom:5px;
}

.listing_custom input {
	margin-bottom:5px;
}

.note {
	font-size:11px;
}

.note_red {
	color:#a00;
	font-size:11px;
}

.listing-thumbnail {
	margin-right:5px;
}

.checkout-table td {
	padding:4px;
}