/* CSS for globalcalendars.co.uk */

html body{
	margin-top: 0px;
	padding: 0;
	/*	background-color: #EAEDF6;*/
	background-color: #F0F0F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

form,h1,h2,h3,h4,h5,h6,hr {
	margin-top:0px;
	margin-bottom:0px;
}

a {
	COLOR: #000000;
	text-decoration: underline;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	background-color: #F0F0F2;
	margin-bottom: 5px;
	padding-top: 10px;
	position: relative;
}

#header {
	margin-left: auto;
	margin-right: auto;
}

#contentwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 876px;
	background-color: #FFFFFF;
}

.headline {
	color: #d86061;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:2.6em;
	text-align:center
}

#headerlinks {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #3A68AB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
}

#headerlinks a {
	text-decoration: none;
	color: #d86061;
}

.hrule{
	background-color: #3A68AB;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	margin: 10px 6px 10px 6px;
	padding: 0px;
}

.clearfloat {
	height: 0px;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.blankdiv {
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

/*  Range list  */

#rangearea {
	margin-left: auto;
	margin-right: auto;
	width:831px;
}

.rangewrapper {
	width: 150px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
}

.rangebox {
	border: 1px solid #EAEDF6;
	position: relative;
}

.rangebox_on {
	border: 1px solid #EAEDF6;
	position: relative;
	background-color: #F6E6D9;
}

.rangethumbimg {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	border: 0px;
}

/*  END Range list  */


/*  Product list  */

.productwrapper {
	width: 280px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}

.productbox {
	border: 1px solid #ddd;
	position: relative;
	height: 178px;
}

.productbox_on {
	border: 1px solid #ddd;
	position: relative;
	height: 178px;
	background-color: #e6cac7;
}

.ptitle a {
	background-color: #e5ccc8;
	text-align: center;
	color: #be5f63;
	padding: 4px 0px;
	display: block;
	width: 100%; 
}

.ptitle_on a {
	background-color: #c06763;
	text-align: center;
	color: #fff;
	padding: 4px 0px;
	display: block;
	width: 100%; 
}

.ptitle a:hover{
	background-color: #c06763;
	padding: 4px 0px;
	color: #fff;
	display: block;	
}

.ptitleh1 {
	font-weight: bold;
	font-size: 0.8em;
}

.thumbbox {
	width: 146px;
	float: left;
	position: relative;
}

.thumbimg {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;	
}

.infobox {
	margin-top: 10px;
	margin-left: 146px;
	margin-right: 5px;
	font-size: 0.7em	
}

/*  END Product list  */

/*  START Product Details  */

#productdetailarea {
	margin-left: auto;
	margin-right: auto;
	width:864px;
}

#imagecolumn {
	width: 542px;
	float: left;
	margin-right: 15px;
}

.largeimg {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

#productdetailcolumn {

}

.producttitle {
	font-weight:bold;
	font-size: 1.2em;
	color: #d86061;
}

.productsize {
	font-size: 0.8em;
	color:#999999;
	font-weight:normal;
}

/*  END Product Details  */

/*  START Basket page  */

.basketheadertext {
	font-size: 0.8em;
	color:#ffffff;
}

.baskettext {
	font-size: 0.8em;
	color:#000000;
}

.basketimg {
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

/*  END Basket page  */

.price{
	font-weight: bold;
}

.oldprice{
	text-decoration: line-through;
}

.saleprice{
	font-weight:bold;
	color:#FF0000;
}

.txt {
	font-size:0.8em;
}

.error_checkout {
color:#CC0000;
}