/* CSS Document - Chateau Capion Styles - All - (c)2005 Strange Corporation -  */

/* Redefined Styles */

html {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #E9F8FC;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	height: 100%;
}

form {padding:0px;margin:0px;}

a { 
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.bluelink { 
	font-size: 65%;
	font-weight: bold;
	color: #6BA4C2;
	text-decoration: none;
}

a.bluelink:hover { 
	text-decoration: underline;
}


p {
	font-size: 70%;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 150%;
}
	p.small {
		line-height: 100%;
		font-size: 65%;
	}

	p.greysmall {
		font-size: 65%;
		color: #666666;
	}

	p.basket { 
		font-size: 70%;
		padding: 0px;
		color: #38636E;
	}

	p.white {
		line-height: 100%;
		color: #FFFFFF;
		font-size: 70%;
		padding: 0px;
	}
	
	p.white a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	p.white a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	p.blue {
		margin: 0px;
		padding: 0px;
		color: #0FB2E8;
		font-size: 70%;
	}
	
	p.blue a {
		color: #0FB2E8;
		text-decoration: none;
	}
	
	p.blue a:hover {
		color: #0FB2E8;
		text-decoration: underline;
	}
	
	p.footer {
		font-size: 65%;
		color: #5BCAEF;
	}
	
	p.footer a {
		color: #5BCAEF;
		text-decoration: none;
	}
	
	p.footer a:hover {
		color: #5BCAEF;
		text-decoration: underline;
	}

	p.paging {
		margin: 0px;
		padding: 0px;
		line-height: 100%;
		font-weight: 60%;
	}
	
	p.paging a {
		color: #666666;
		text-decoration: none;
	}
	
	p.paging a:hover {
		color: #666666;
		text-decoration: underline;
	}

	p.prodtitle {
		color: #666666;
		font-weight: bold;
	}

.paragraph {
	font-size: 70%;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
    font-size: 100%;
	color: #666;
}

h1.blue {
	color: #0D7497;
	font-size: 75%;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

h1.pink {
	color: #EC008C;
	font-size: 70%;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

h2.pink {
	color: #EC008C;
	font-size: 75%;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

ul {
	font-size: 70%;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	list-style-type: disc;
	line-height: 150%;
}

.searchfield {
	background: #FFFFFF;
	border: 1px solid #004D83;
	font-size: 70%;
	color: #666666;
	width: 200px;
}

.field {
	background: #FFFFFF;
	border: 1px solid #0FB2E8;
	font-size: 70%;
	color: #666666;
	width: 148px;
	padding: 2px;
	text-align: left;
}

.mailing_list_field {
	background: #FFFFFF;
	border: 1px solid #0FB2E8;
	font-size: 70%;
	color: #666666;
	width: 130px;
	padding: 2px;
	text-align: left;
}

.short_field {
	background: #FFFFFF;
	border: 1px solid #0FB2E8;
	font-size: 70%;
	color: #666666;
	width: 30px;
	padding: 2px;
	text-align: left;
}

.dropdown {
	background: #FFFFFF;
	border: 1px solid #0FB2E8;
	font-size: 70%;
	color: #666666;
	width: 154px;
	padding: 2px;
	text-align: left;
}

#product {
	height: 264px;
	padding: 5px;
	margin: 0px;
	border: 0px;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

#product h2 {
	color: #EC008C;
	font-size: 75%;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	height:2.5em;
}


.account {
	color: #515151;
	font-size: 70%;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 150%;
}
.tablecontent {
	font-size: 70%;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	line-height: 150%;
}
	a.tablecontent {
	text-decoration: none;
	color: #666666;
	font-size: 70%;
}
	a.tablecontent:hover {
	text-decoration: underline;
}

.redasterisk {
	font-size: 12px;
	font-weight: bold;
	color: #0FB2E8;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

.error {
	padding-left:130px;;
	font-size: 70%;
	font-weight: normal;
	color: #0FB2E8;
	padding-bottom: 5px;

	line-height: 150%;
}

.error li{

	margin-left: 80px;

}

img { border: 0px; }

hr {
	height: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #E1E1E1;
}

hr.dotted {
	border-bottom: 1px dashed #A8A8A8;
}

.tablebg1 {
	background: #EFEFEF;
}

.tablebg2 {
	background: #FCFCFC;
}

.tableborder {
	border-color:#666666;
	background: #DDDDDD;
}

#wrapper {
	background: url(/images/shared/background_texture.jpg) repeat-x;
	height: 100%;
}

#topseller {
	padding: 0px;
	margin: 0px;
}

	#topseller ul {
		background: none;
		padding: 0px;
		margin: 0px;
	}
	
	#topseller li {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	
	#topseller a {
		color: #88B500;
		font-weight: bold;
		text-decoration: none;
	}
	
	#topseller a:hover {
		text-decoration: underline;
		}

	#topseller hr{
		border-bottom: 1px dashed #A8A8A8;
		clear: both;
		margin: 0px;
		padding: 0px;
	}
	
	#topseller p {
		margin: 0px;
		padding: 0px;
	}

	#topseller .price {
	    font-size: 100%;
		color: #88B500;
		font-weight: bold;
		float: right;
	}
	
	#topseller a.key  {
		font-size: 65%;
		font-weight: normal;
		color: #9ED9ED;
		text-decoration: none;
	}
		
	#topseller a.key:hover  {
		text-decoration: underline;
	}
	
	/* GREEN (BUTTON) */
	#topseller input.related {
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		font-size:70%;
		font-weight:bold;
		background:url(/images/buttons/green/bg_green.gif) repeat-x top left ;
		background-color:#AECF37;
		border:outset 1px #AECF37;
		cursor:pointer;
		width:110px;
		text-align:center;
	}



	/* SILVER */
	.silver {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:70%;
		color:#000;
		text-align:center;
		background:url(/images/buttons/grey/bg_grey.gif) repeat-x top left ;
		background-color:#CCCCCC;
		padding:1px 5px;
		border:outset 1px #CCCCCC;
		cursor:pointer;
	}
	
	.silver.noborder {
		border: none;
		}
	
	.silver a{
		color:#000;
		display: block;
	}
	
	.silver a:hover{
		text-decoration:none;
	}
	
	/* PINK */
	.hotpink{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:70%;
		color:#000;
		text-align:center;
		background:url(/images/buttons/pink/bg_pink.gif) repeat-x top left;
		padding:1px 5px;
		border:outset 1px #CCCCCC;
		cursor:pointer;
	}
	
	.hotpink a{
		color: #000;
		display: block;
	}
	
	.hotpink a:hover{
		text-decoration:none;
	}
	
	/* BLUE */

	.bluebutton{
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:70%;
		color:#000;
		text-align:center;
		background:url(/images/buttons/blue/bg_blue.gif) repeat-x top left ;
		padding:1px 5px;
		border:outset 1px #CCCCCC;
		cursor:pointer;
	}
	
	.bluebutton a{
		color:#000;
		display: block;
	}
	
	.bluebutton a:hover{
		text-decoration:none;
	}
	
	
	
	/* BLUE SEARCH (SUBMIT BUTTON) */
	#header input.search {
		font-family: Arial, Helvetica, sans-serif;
		color:#000;
		font-size:65%;
		font-weight:bold;
		background: url(/images/buttons/blue/bg_blue.gif) repeat-x;
		background-color:#12B3E9;
		border:outset 1px #0059A5;
		cursor:pointer;
	}
	
	
	/* //////////////// END button styles ///////////////////// */
	
#headnav {
	font-size: 65%;
}

	#headnav a {
		text-decoration: none;
	}
	
	#headnav a:hover {
		text-decoration: underline;
	}
	
	#headnav select.dropdown {
		background: #FFFFFF;
		font-size: 9px;
		color: #666666;
		width: 130px;
		padding: 1px;
		text-align: left;
	}

#sitemap {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
}

	#sitemap h1 {
		font-size: 70%;
		font-weight: bold;
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}

	#sitemap ul {
		margin: 0px;
		padding: 0px;
		list-style-type: square;
		list-style-position: inside;
		margin-bottom: 5px;
		}
	
	#sitemap li{
		margin: 0px;
		margin-left: 5px;
		padding: 0px;
		line-height: 140%;
		}
		
	#sitemap a {
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		}
		
	#sitemap a:hover {
		text-decoration: underline;
		}
		
	#sitemap img {
		margin: 0px;
		margin-right: 5px;
		padding: 0px;
		}
		
/* Layout Divs */

div.mainmenu { 
	font-size: 70%;
	color:#5C676B;
	font-weight:bold;
	}
	div.mainmenu a { 
	text-decoration: none;
	}
div.mainmenuselected {
	font-size: 70%;
	color:#A4A8B3;
	font-weight:bold;
	}


	

#mainnav {
}

#maincontent {
}

#print_area {
}

#footer {
}
