/*************************/
/* standard html styles */
/*************************/
body {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	margin: 0;
}

p {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: small;
	line-spacing: 150%;
	margin-top: 0;
	margin-bottom: 10px;
}

td {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: small;
	line-spacing: 150%;
}

p.patternpage {
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: x-large;
	font-weight: 400;
	color: #003440;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: large;
	font-weight: 400;
	color: #003440;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: medium;
	font-weight: 400;
	color: #003440;
	margin-top: 0;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #5B97B1;
}
a:hover, a:active {
	color: #9E1B34;
}

hr {
	height: 0px;
	border: solid #D5C4A1 0px;
	border-top-width: 1px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	margin: 0px 0px 0px 15px;
}
li {
	margin-left: 10px;
}

/*************************/
/* common styles */
/*************************/

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

p.intro, div.intro {
	width: 680px;
}

img.border {
	border: 1px solid #D5C4A1;
}

.warning {
	color: #A42A42;
	font-weight: bold;
}

.hint {
	color: #999999;
	font-weight: bold;
}

.offer {
	color: #A42A42;
}

p.top {
	text-align: right;
}

.hr {
	height: 0px;
	border: solid #D5C4A1 0px;
	border-top-width: 1px;
}
.hr hr {
	display: none;
}
/*************************/
/* page header */
/*************************/
td#straplinewrapper {
	background: #98C7DB url(../images/shared/bg_header.gif) top left no-repeat;
	height: 59px;
	padding: 0px;
	vertical-align: middle;
}
#strapline {
}
form.simplesearch {
	margin: 0px 0px 0px 195px;
}
form.simplesearch input#keyword {
	vertical-align: middle;
	border: 1px solid #98C7DB;
	padding: 2px 2px 1px 2px;
}
form.simplesearch input#simplesearchgo {
	vertical-align: middle;
}

.commonmenu {
	vertical-align: middle;
	padding-left: 10px;
}
.commonmenu img {
	vertical-align: middle;
}
.mainmenu {
	font-size: 18px;
	font-weight: lighter;
	border-top: 1px solid #D5C4A1;
	border-bottom: 1px solid #D5C4A1;	
	padding: 2px 0px 2px 15px;
}
.secondarymenu {
	font-size: 18px;
	font-weight: lighter;
	border-bottom: 1px solid #D5C4A1;
	padding: 2px 0px 2px 15px;
}
.secondarymenu a:link, .secondarymenu a:visited {
	color: #B59B64;
}
.secondarymenu a:hover, .secondarymenu a:active {
	color: #9E1B34;
}
.mainmenu .navseparator, .secondarymenu .navseparator {
	display: none;
}
.mainmenu a, .secondarymenu a {
	text-decoration: none;
	margin-left: 2px;
}
.mainmenu a.current, 
.secondarymenu a.current:link, .secondarymenu a.current:visited {
	color: #9E1B34;
}

/***********************************/
/* home page/'static' pages */
/***********************************/
#maincontent img {
	border: 1px solid #D5C4A1;
}

.notice {
	border: 1px solid #9E1B34;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 0px;
	color: #9E1B34;
}

#homecontent {
	width: 720px;
}
#homecontent table {
	border-collapse: collapse;
}
#homecontent table td {
	width: 170px;
	vertical-align: top;
}
#homecontent .imagecontent {
	width: 360px;
	float: left;
	position: relative;
}
#homecontent div.imgframe {
	width: 160px;
	height: 160px;
	border: 1px solid #D5C4A1;
	margin-right: 10px;
	text-align: center;
}
#homecontent div.imgcaption {
	text-align: left;
	min-height: 35px;
}
#homecontent div.hr {
	clear: both;
}

#homecontent h2 a:link, #homecontent h2 a:visited {
	color: #003440;
}

#leftcontent {
	float: left;
	width: 340px;
	margin-right: -340px;
}
#leftcontent table td {
	vertical-align: top;
}
#leftcontent div.imgframe {
	width: 160px;
	height: 200px;
	border: 1px solid #D5C4A1;
	margin-right: 10px;
}
#rightcontent {
	padding-left: 360px;
	max-width: 450px;
}
#leftcontent h2 a:link, #leftcontent h2 a:visited,
#rightcontent h2 a:link, #rightcontent h2 a:visited {
	color: #003440;
}
#leftcontent h2 a:hover, #leftcontent h2 a:active,
#rightcontent h2 a:hover, #rightcontent h2 a:active {
	color: #9E1B34;
}


/***********************************/
/* search results/ product listings pages */
/***********************************/
form.productsearch {

}
form.productsearch input, form.productsearch select {
	vertical-align: middle;
}
form.productfilter {
	float: right;
}
form.productfilter input, form.productfilter select {
	vertical-align: middle;
}

p.productsort, div.productsort {
	float: right;
}

div.searchresults {
	margin-top: 10px;
}
div.searchresults .result {
	width: 320px;
	float: left;
	margin: 0px 20px 20px 0px;
}
div.searchresults .result .imgframe {
	width: 160px;
	height: 200px;
	border: 1px solid #D5C4A1;
	margin-right: 10px;
}
div.searchresults .result .info {
	width: 160px;
}

div.imgframe img {
}

p.pagenav, div.pagenav {
	margin: 5px 0px;
}



/***********************************/
/* shoppoing basket/checkout */
/***********************************/
table.basket {
	border-color: #D5C4A1;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
}
table.basket th, table.basket td {
	border-color: #D5C4A1;
	border-width: 2px;
	border-style: solid;
}

table.border {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}
table.border td, td.border {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}
table.border td {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}
table.border th {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}

input.voucherCode {
	background-color: #FFFFFF;
	border-color: #D5C4A1;
	border-width: 2px;
	border-style: solid;

}
input.address, textarea.address {
	background-color: #FFFFFF;
	border-color: #D5C4A1;
	border-width: 2px;
	border-style: solid;
	width: 400px;
}

input.cvm {
	background-color: #FFFFFF;
	border-color: #D5C4A1;
	border-width: 2px;
	border-style: solid;
	width: 100px;
}

.subnav {
	font-size: medium;
	font-weight: 600;
	color: #D5C4A1;
	margin-top: 0;
	margin-bottom: 10px;
}
.subnav_selected {
	font-size: medium;
	font-weight: 600;
	color: #A42A42;
	margin-top: 0;
	margin-bottom: 10px;
}

.sitemap h2 a:link, .sitemap h2 a:visited {
	color: #003440;
	text-decoration: none;
}
.sitemap h2 a:hover, .sitemap h2 a:active {
	color: #9E1B34;
	text-decoration: underline;
}


.sidemenu {
	width: 160px;
	text-align: right;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 20px;
}

.sidemenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidemenu ul li {
	width: 160px;
	margin: 0px;
	padding: 0px;
}
.sidemenu ul li a {
	display: block;
	padding: 0px 20px 3px 10px;
	text-decoration: none;
}
.sidemenu ul li a.current {
	color: #9E1B34;
}



/* submenu tabs */
.submenu {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
* html .submenu {
	width: auto;
}

.submenu a, .submenu a:visited {
	margin: 0 5px 0 0;
	padding: 3px 5px;
	display: block;
	float: left;
	background: #CBE3ED;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.submenu a:hover {
	background: #98C7DB;
	font-weight: bold;
	color: #9E1B34;
	text-decoration: none;
	
}
.submenu .current a, .submenu .current a:visited {
	background: #98C7DB;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu .divider {
	display: none;
}
.submenu .clear {
	display: block;
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background: #D5C4A1;
	color: #D5C4A1;
}

table.form {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}
table.form td {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
}
table.form th {
	border-color: #D5C4A1;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
table.form input.text {
	
}


.footer {
	color: #5B97B1;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 20px;
}

