/* core ***********************************************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	background: #F3EEE3 url(../img/body_bg.jpg) repeat-x top center;
	font: 12px/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #666057;
}

hr {
	border: 0 solid #DAD6C7;
	border-top-width: 3px;
	clear: both;
	height: 0;
}

/* typo */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #4280A8;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}


h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	background: transparent url(../img/dot.gif) repeat-x left bottom;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #4280A8;
	border-bottom: 1px dotted #609BBF;
}

a:hover {
	border-bottom: 1px solid #4280A8;
}

a.button {
	background: url(../img/btn_bg_right.gif) top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	color: #F3EEE3;
	padding: 4px 0 4px 0;
	border: 0;
}

*:first-child+html a.button {
	padding: 0;
}

* html a.button {
	padding: 0;
}

a.button span {
	background: url(../img/btn_bg_left.gif) no-repeat top left;
	padding: 4px 6px;
}

h1 a, h2 a, h3 a, h4 , h5 a, h6 a {
	border: 0;
}

p, ul {
	margin-bottom: 1em;
}

li {
	padding-left: 17px;
	background: transparent url(../img/li.gif) no-repeat left 4px;
	line-height: 1.6em;
}

ul.errors li {
	color: #944736;
	padding: 0;
	background: none;
	font-size: 0.9em;
}

table {
	margin-bottom: 2em;
}

table thead th {
	background: #C3B7A6;
	color: #666057;
	text-align: left;
	padding: 2px 5px;
}

table tbody td {
	padding: 2px 5px;
}

table tbody .row2 td {
	background: #DAD6C7;
}

/* layout ***********************************************************************************/

#wrapper {
	
}

* html #wrapper {
	height: 100%; /* IE 6 Fix */
}

/* header ***********************************************************************************/

#header {
	height: 360px;
}

#header .logo {
	display: block;
	float: left;
	width: 240px;
	height: 80px;
	margin: 0 0 10px 0;
}

* html #header .logo {
	margin-bottom: 6px;
}

#header .teaser {
	float: right;
	background: transparent url(../img/header_teaser.jpg) no-repeat top right;
	width: 630px;
	height: 180px;
}

#header .image {
	float: left;
	width: 330px;
	height: 180px;
}

#header .teaser p {
	font-family: Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	color: #EEF2E6;
	padding-top: 25px;
	padding-left: 10px;
	line-height: 1.8em;
}

#header .teaser p span {
	padding-left: 35px;
}

#header h1 {
	margin: 0;
}

#header h1 a:hover {
	border: 0;
}

#header .search {
	float: right;
	margin-top: 5px;
	padding: 5px 5px 5px 0px;
	background: #CEE3F2;
}

#header .search input {
	margin-left: 0.5em;
	font-size: 0.9em;
}

#header .search .input {
	background: #fff url(../img/search.gif) no-repeat 2px 1px;
	border: 1px solid #B9CBD9;
	padding: 3px 2px 3px 20px;
	float: left;
}

/* breadcrumb ***********************************************************************************/

#breadcrumb {
	clear: both;
	padding: 5px 0 5px 10px;
	color: #EEF2E6;
}

*:first-child+html #breadcrumb {
	padding: 3px 0 5px 10px;
}

#breadcrumb strong {
	margin-right: 5px;
}

#breadcrumb a {
	color: #EEF2E6;
}

#breadcrumb a:hover {
	color: #fff;
	border-color: #fff;
}

#breadcrumb .separator {
	position: relative;
	top: -1px;
	padding: 0 2px;
}

/* content ***********************************************************************************/

#content {
	margin: 10px 0;
	position: relative;
	min-height: 100%;
	padding-bottom: 195px;
}

#content img {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

/* box style ***********************************************************************************/

.box_outer {
	border: 1px solid #C3B7A6;
	background: transparent url(../img/box_outer_bg.jpg) top left;
	margin-bottom: 10px;
	padding: 5px;	
}

.box_inner {
	padding: 5px 5px 10px 5px;
	background: transparent url(../img/box_inner_bg.jpg) top left;
}

.home .box_inner {
	min-height: 350px;
}

* html .home .box_inner {
	height: 350px;
}

.home .box_inner h2 {
	background: none;
}

.home .box_inner img {
	margin: 0 0 5px 0 !important;
}

/* footer ***********************************************************************************/

#footer {
	height: 195px;
	margin-top: -195px;
	z-index: 9999;
	position: relative;
}

#footer1 {
	clear:both;
	height: 151px;
	background: #E5E0D5;
	border-top: 3px solid #DAD6C7; 
	border-bottom: 1px solid #C8C4BA;
}

#footer1 h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	color: #807B6F;
	border-bottom: 2px solid #DAD6C8; 
}

#footer1 p {
	margin-bottom: 1em;
	font-size: 0.9em;
	color: #807B6F;
}

#footer2 {
	clear:both;
	height: 39px;
	background: url(../img/footer_bg.gif) repeat-x bottom center;
	border-top: 1px solid #D8D4C6;
	color: #F3EEE3;
}

#footer .bookmarks a {
	border: 0;
}


#footer a {
	color: #666057;
	border-color: #666057;
}

/* webgv form */

#webgv {
	
}

#webgv_form .field {
	clear: both;
	padding-bottom: 10px;	
}

#webgv_form label {
	display: block;
	float: left;
	width: 90px;
}

#webgv_form input,
#webgv_form select {
	float: left;
	margin-left: 5px;
	font-size: 0.9em;
}

#webgv_form hr {
	margin: 0 0 10px 0;
}

/* article ***********************************************************************************/

.article p {

}

.article table {
	width: 100%;
}

.article table thead th,
.article table thead td {
	background: #C3B7A6;
	font-weight: bold;
	padding: 2px 5px;
}

.article table tbody td {
	padding: 5px;
	border-bottom: 1px dotted #C3B7A6;
}

.readmore { 
	padding: 0;
	margin: 0;
	text-align: right;
}

.article .box_inner {
	padding: 1.5em 2em;
	padding: 0.75em 1em;
}

.article-list .article {
	border-top: 3px solid #DAD6C7;
	padding: 1em 0;
	padding-bottom: 1em;
	margin-top: 0.5em;
}

.article-list .article h2 {
	background: none;
}

.article-list .article .teaser-image img {
	margin-bottom: 0 !important;
}

/* amazon ***********************************************************************************/

.amazon-list {
	
}

.amazon-list .categories {
	padding: 1em;
}

.amazon-list .categories h3 {
	margin-top: 0;
}

.amazon-list .categories ul {
	margin: 0;
}

.amazon-list .categories li {
	background: url("../img/li.gif") no-repeat scroll left 50% transparent;
	padding-left: 1.5em;
}

.amazon-list li {
	padding: 0;
	background: none;
}

.amazon-list h2 {
	margin-top: 2em;
}

.amazon-list ul ul {
	margin-left: 2em;
}

.amazon-list .item {
	border-bottom: 3px solid #DAD6C7;
	padding-top: 1em;
	margin-top: 1em;
	position: relative;
}

.amazon-list .item h3 {
	background: none;
}

.amazon-list .item a img {
	border: 0;
}

.amazon-list .item .order {
	position: absolute;
	bottom: 2em;
	right: 0;
}

.amazon-list .back-to-top {
	margin-top: 1em;
}

/* SpecialOffers ***********************************************************************************/

.specialoffers {
	margin-left: 0;
	list-style-type: none;
}

.specialoffers .specialoffer {
	border-top: 3px solid #DAD6C7;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	position: relative;
}

.specialoffer .wrapper {
	position: relative;
	padding-bottom: 4.5em;
	margin-bottom: 2em;
}

.specialoffer h1,
.specialoffers .specialoffer h2 {
	margin-bottom: 0;
	background: none;
}

.specialoffer .wrapper h2 {
	margin-left: 145px;
	margin-bottom: 0.5em;
	background: none;
}

.specialoffer .specialoffer h3 {
	margin-left: 145px;
}

.specialoffer .description {
	margin-left: 145px;
}

.specialoffer .valid,
.specialoffer .meta,
.specialoffers .tinylist span {
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #807D79;
}

.specialoffers .tinylist {
	border-top: 1px solid #DAD6C7;
}

.specialoffers .tinylist li {
	border-bottom: 1px solid #DAD6C7;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: left 5px;
}

.specialoffers .tinylist span {
	display: block;
	margin: 0;
}

.specialoffer .price {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #B14651;
	position: absolute;
	left: 0;
	bottom: 0;
}

.specialoffer .detail-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* sitemap ***********************************************************************************/

.search .highlight {
	background-color: #F9EFC8;
}


/* sitemap ***********************************************************************************/

#sitemap h2 {
	margin: 0.5em 0;
}

#sitemap li {
	margin: 0.5em 0
}

#sitemap .summary {
	font-size: 0.9em;
	color: #807D79;
}

/* stonecms_form ***********************************************************************************/

.stonecms_form {
	margin-bottom: 1em;
}
.stonecms_form h3 {
	background: transparent url(../img/dot.gif) repeat-x left bottom;
}

.stonecms_form p {
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}

.stonecms_form input,
.stonecms_form select,
.stonecms_form textarea {
	font: 12px/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #666057;
}

.stonecms_form label {
	display: block;
	float: left;
	width: 210px;
}

.stonecms_form input {
	width: 300px;
}

.stonecms_form textarea {
	width: 300px;
	height: 100px;
}

.stonecms_form .button {
	margin-left: 215px;
	width: auto;
}

.stonecms_form .checkbox input {
	width: auto;
}


/* CMS Messages ***********************************************************************************/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	border: 1px solid #70A61C;
	background-color: #CDE1AD;
	font-weight: bold;
	color: #70A61C;
}

#cms_message.failed {
	border: 1px solid #944736;
	background-color: #E5C0B8;
	font-weight: bold;
	color: #944736;
}

/* Links ***********************************************************************************/

.link-list li {
	list-style-type: none;
	padding: 0;
	background: none;
}

.link-list .links li {
	padding-left: 17px;
	background: transparent url(../img/li.gif) no-repeat left 4px;
	line-height: 2em;
}

.link-list .links .description {
	font-size: 0.9em;
	color: #807D79;
	line-height: 1.4em;
	display: block;
	margin-bottom: 0.5em;
}

/* Custom Classes ***********************************************************************************/

.meta {
	font-size: 0.9em;
	color: #807D79;
}

