* { margin: 0; padding: 0; }
p, dl { margin: 1em 0; }
a img { border: 0; }
.clear { clear: both; height: 20px; }


body {
	margin: 0 20px;
	font: 76%/1.6em Tahoma, "Lucida Grande", Verdana, Sans-serif;
	color: #333;
	text-align: center;
	background: #F5F5F5;
	}


a:link, a:visited { color: #2A5785; }
a:hover, a:active { color: #333; }


#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #DDD;
	background: #FFF;
	}


#navigation {
	position: relative;
	width: 760px;
	overflow: hidden;
	margin: 20px auto 0 auto;
	text-align: left;
	background: #F5F5F5;
	}
* html #navigation { height: 1%; }
#navigation ul li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	}
#navigation ul li a {
	display: block;
	padding: 0 10px 2px 10px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-bottom: 0;
	background: #EF9431;
	}
#navigation ul li a:hover, #navigation ul li a:active {
	background: #CCC;
	}
#navigation ul li#current a {
	color: #F78C00;
	background: #FFF;
	}
#navigation ul li.search {
	position: absolute;
	top: 0; right: 0;
	font-size: .9em;
	}
#navigation ul li.search input#q {
	width: 100px;
	font-size: .9em;
	border: 1px solid #BBB;
	}
#navigation ul li.search input#go {
	margin: 0 0 0 2px; padding: 0;
	font-size: .9em;
	color: #2A5785;
	border: 0;
	background: #E6E6E6;
	}



#branding {
	clear: both;
	width: 250px;
	margin: 10px;
	float: left;
	}
#branding h1 a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	width: 393px; height: 115px;
	background: #FFF url(branding-logo2.gif) no-repeat right bottom;
	}
#branding h2 {
	display: none;
	}


#status {
	float: right;
	padding: 15px 20px 0 0;
	text-align: right;
	background: #FFF url(nav-tab-right-current.gif) no-repeat right top;
	}
* html #status { padding-top: 25px; }
#status dl dt, #status dl dd {
	display: inline;
	margin-right: 10px;
	height: 45px;
	}
#status dl dt.updating {
	padding-left: 20px;
	background: url(status-update.gif) no-repeat 0 50%;
	}
#status dl dt.notupdating {
	padding-left: 0;
	background: #FFF;
	}


#landscape {
	clear: both;
	margin: 10px;
	height: 120px;
	color: #FFF;
	background: #FFF;
	}
* html #landscape { margin-top: 0; }
#landscape h2 {
	width: 20px;
	text-indent: -9000em;
	}


#content {
	margin: 10px 10px 10px 30px;
	overflow: auto;
	}
* html #content { height: 1%; }
#content h3 {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	}
#content h3 span {
	font-size: .9em;
	font-weight: normal;
	}
#content h4 {
	margin: 1em 0 1em 0;
	font-size: 1.1em;
	}
#content h5 {
	margin: 1em 0;
	font-size: 1em;
	}


#content-main {
	float: left;
	width: 240px;
	margin-right: 40px;
	}
* html #section-index #content-main { margin-right: 20px; }

#section-cart #content-main, #section-blog #content-main, #section-search #content-main, #section-page #content-main, #section-collection #content-main {
	width: 459px;
	}
#section-product #content-main {
	width: 720px;
	margin-right: 20px;
	}

#section-page .logo {
	float: right;
	margin: 0 0 10px 10px;
	width: 100px; height: 100px;
	}

#content-secondary {
	float: left;
	width: 200px;
	margin-right: 20px;
	}


.content-sidebar {
	float: left;
	width: 240px;
	}
.content-sidebar p.related {
	margin-bottom: 2em;
	}
.content-sidebar p.related a {
	text-decoration: none;
	}
.content-sidebar .ssl {
	text-align: center;
	}


dl.subnav {
	overflow: auto;
	padding-bottom: 1em;
	}
* html dl.subnav { height: 1%; }
dl.subnav dt {
	padding-bottom: .8em;
	font-size: 1.2em;
	}
dl.subnav dt a {
	color: #333;
	text-decoration: none;
	}
dl.subnav dd {
	float: left;
	width: 50%;
	line-height: 1.6em;
	}
dl.subnav dd a {
	text-decoration: none;
	}


dl.preview {
	float: left;
	width: 102px; height: 12em;
	margin-right: 50px;
	font-size: .9em;
	line-height: 1.2em;
	}
* html dl.preview { margin-right: 38px; }
#section-index dl.preview {
	margin-right: 18px;
	}
dl.preview a {
	text-decoration: none;
	}
dl.preview dt a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #CCC;
	}
dl.preview dt a:hover { border-color: #2A5785; }
dl.preview dt img {
	border: 0;
	}
dl.preview dd a strong { color: #333; font-weight: bold; }


.related { clear: left; padding-top: 1em; }
.related ul { margin: -1em 0 1em 0; }
#section-page .related ul { margin: 0 0 1em 0; }
.related ul li { display: inline; padding-right: .5em; }


table.cart {
	margin: 1em 0;
	width: 100%;
	font-size: .9em;
	border: 1px solid #CCC;
	border-collapse: collapse;
	}
table.cart thead tr {
	border-bottom: 1px solid #CCC;
	}
table.cart tr {
	padding: 4px 0;
	}
table.cart th {
	padding: 4px;
	text-align: left;
	font-weight: bold;
	background: #E6E6E6;
	}
table.cart td {
	padding: 4px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	}
table.cart th.price, table.cart td.price {
	text-align: right;
	}
table.cart td.qty input {
	width: 2em;
	}
p.checkout {
	margin: 2em 0 1em 0;
	text-align: center;
	}
p.checkout input, p.add input {
	font-size: 1.5em;
	}
p.soldout {
	color: #900;
	font-weight: bold;
	}
p.paypal {
	margin: 2em 0 1em 0;
	text-align: center;
	font-size: .9em;
	}
p.paypal img {
	margin: 1em 5px 0 0;
	}

dl.sidebox {
	padding: 20px; margin-bottom: 0;
	background: #EDEDED url(sidebar-bg-top.gif) no-repeat left top;
	}
* html dl.sidebox { padding-bottom: 10px; }
dl.sidebox dt {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	}
dl.sidebox dd img {
	float: right;
	margin: 0 0 5px 5px;
	}
.sidebox-bottom {
	margin: -1px 0 1.5em 0;
	height: 7px;
	background: #EDEDED url(sidebar-bg-bottom.gif) no-repeat left bottom;
	}


#section-product .photo {
	float: right;
	width: 242px;
	overflow: hidden;
	text-align: right;
	}
#section-product .photo div { position: relative; }
#section-product .photo div span {
	position: absolute;
	top: 2px; right: 2px;
	width: 12px; height: 12px;
	background: url(icon-zoom.gif) no-repeat;
}
#section-product .photo a {
	text-decoration: none;
	}
#section-product .photo a img {
	border: 1px solid #CCC;
	}
#section-product .photo a:hover img {
	border-color: #2A5785;
	}
#section-product .photo .icon {
	float: right;
	margin: 4px 0 6px 6px;
	text-align: right;
	}
* html #section-product .photo .icon {
	margin-top: 4px;
	}


.details {
	float: left;
	width: 100%;
	}
.details .stock {
	font-size: .9em;
	}
.details .variants {
	padding-top: .5em;
}
.details .variants p {
	margin: .5em 0;
	}
.details .variants label.disable {
	color: #666;
	text-decoration: line-through;
	}
.details .add {
	padding-top: 6px;
	}

#hidelink {
	clear: both;
	padding: 30px 0 0 0;
	}

#section-page table.rates {
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 0 0 1em 0;
	}
#section-page table.rates th {
	font-weight: bold;
	text-align: left;
	background: #EEE;
	}

#siteinfo {
	clear: both;
	width: 760px;
	overflow: auto;
	margin: 0 auto;
	text-align: left;
	font-size: .9em;
	color: #999;
	background: #F5F5F5;
	}
* html #siteinfo { height: 1%; }
#siteinfo p {
	float: left;
	width: 300px;
	line-height: 1.2em;
	}
#siteinfo p img {
	vertical-align: text-bottom;
	}
#siteinfo ul {
	float: right;
	width: 300px;
	margin: 1em 0;
	font-size: 1.1em;
	text-align: right;
	}
#siteinfo ul li {
	display: inline;
	margin-left: 10px;
	list-style: none;
	}