@charset "utf-8";
/* CSS Document */

img, div  { behavior: url(iepngfix.htc); }

html {
	padding:0px;
	margin:0px;
}
body{
/*	background:#801800;*/
	background:#f7edbe;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:12px;
	margin:0px 0px 00px 0px;
	padding:0px;

}

a:link, a:hover, a:visited {
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
}


h1, h2 , h3{
	color:#a70024;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	padding:0px;
	margin:0px;
}

h2 {
	text-align:right;
}

h3 {
	text-align:left;
	font-size:14px;
 	text-transform:uppercase;
	border-bottom:#a70024 1px solid;
}


h4{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	padding:4px 0px ;
	margin:0px;
}

h6{
	color:#a70024;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	padding:0px 0px 4px 0px ;
	margin:20px 0px 0px 0px;
}

.clear {
	clear:both;
}
#container {
	width:870px;
	margin: 0px auto auto auto;
	background:url(images/bg.jpg) repeat-y;
	padding:0px 15px;
}

#header {
	width:870px;
	margin: 0px auto 0px auto;
	background:url(images/header.jpg) no-repeat top;
	padding:0px 15px;
}


#logo {
	float:left;
	display:inline;
	margin-top:61px;
	width:261px;
}
	
#header-right {
	float:left;
	display:inline;
	width:609px;
	overflow:hidden;
}
#basket {
	background:url(images/basketbg.png) no-repeat right;
	behavior: url(iepngfix.htc);
	margin:32px 10px 0px 330px;
	width:252px;
	height:73px;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
}
	
/*Nav*/

#nav {

	background:url(images/arrow.jpg) no-repeat right #a70024;
	display:block;
	width:609px;

}

#nav ul {

	list-style:none;
	padding:0px;
	margin:0px;
	width:609px;
}

#nav ul li {
	float:left;
	display:inline;
	color:#fff;
	font-style:italic;
	padding:0px 12px 0px 12px;
	font-weight:bold;
	font-size:12px;
	line-height:23px;
}

#nav ul li a:link, #nav ul li a:visited {
	color:#fff;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#c0d8fb;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}



/* Sidebar*/


#sidebar {
	float:left;
	display:inline;
	width:200px;
	padding:16px;
}

#sidebar h3 {
	margin-bottom:1px;
}


#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:#a70024 1px solid;
	margin:0px;
}

#sidebar li  {
	border-top:#a70024 1px solid;
	text-align:left;
	margin:0px;
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	line-height:30px;

}

#sidebar li a:link, #sidebar li a:visited  {
	line-height:40px;
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	display:block;
	width:195px;
	padding-left:5px;
}

#sidebar li a:hover, .category-header:hover{
	line-height:40px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	background:#3d68a0;
	width:195px;
	padding-left:5px;
}

#sidebar li.em a:link, #sidebar li.em a:visited, #sidebar li.em a:hover  {
	font-size:19px;
		padding-left:5px;
}

#sidebar li.xmas a:link, #sidebar li.xmas a:visited {
	background:#a70024;
	color:#fff;
	padding-left:5px;
}

 #sidebar li.xmas a:hover {
	background:#3d68a0;
	color:#fff;
	padding-left:5px;
 }


/*Content*/
#content{
	float:right;
	display:inline;
	width:604px;
	padding:10px 20px 10px 10px;
	margin-bottom:20px;
	font-weight:bold;
}


#offer {
	background:url(images/offerbg.jpg) no-repeat;
	width:617px; height:164px;

}

#best-sellers{
	margin:20px 0px; 
}
.bestseller {
	float:left;
	display:inline;
	width:296px;
	border:1px solid #cacaca;
	margin:5px 2px 5px 2px ;
	padding:0px;
}

h5{
	color:#fff;
	background:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	padding:3px 10px;
	margin:0px 0px 0px 0px;
	text-transform:capitalize;
}

.prodimg{
	margin:0px;
	padding:0px;
	width:130px;
	padding:5px;
	float:left;
	display:inline;
	overflow:hidden;
	width:130px;
	height:95px;
}

.prodimg img {
	border:1px solid #cacaca;
	/*
	width:130px;
	*/
	height:95px;
	
	display:block;
	margin:0 auto;
	
}

.proddec {
	float:right;
	display:inline;
	font-size:10px;
	color:#a56055;
	width:140px;
	height:95px;
	display:block;
	overflow:hidden;
	padding:5px;
	font-weight:normal;
}

.proddec a:link.button, .proddec a:visited.button  {
	background:url(images/buttonbg.jpg) repeat-x;
	border:1px solid #c8c8c8;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
}

.proddec a:hover.button {
	background:url(images/buttonbghover.jpg) repeat-x;
	border:1px solid #c8c8c8;
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	padding:0px 5px;
	text-decoration:none;
}

.proddec .prodprice {
	display:block;
	font-size:12px;
	font-weight:normal;
}

 .button  {
	background:url(images/graybuttonbg.jpg) repeat-x;
	border:1px solid #c8c8c8;
	line-height:22px;
	font-weight:bold;
	color:#efefef;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
}

 .enlarge  {
	background:url(images/buttonbg.jpg) repeat-x;
	border:1px solid #c8c8c8;
	line-height:22px;
	font-weight:bold;
	color:#efefef;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
}



/*footer*/
#footer {
	width:870px;
	margin: 0px auto auto auto;
	background:url(images/footer.jpg) no-repeat top;
	text-align:center;
	font-style:italic;
	font-size:85%;
	padding:0px 15px;
	height:50px;
}

#footer a:link, #footer a:visited {
	color:#a70024;
}

#footer a:hover {
	color:#3d68a0;
}

ul#footerlist{ 
 margin:0px;
 padding:0px;
}

ul#footerlist li{
	float:left;
	padding:2px 5px;
	list-style:none;
	}
	
#quicknav {
	text-align:center;
	padding:20px 0px 20px 0px;
	border-top:1px solid #a70024;
	margin:00px 30px 0px 30px;
}



/* STYLES ADDED BY MB */

/*.category-header {
	border-top:#a70024 1px solid;
	text-align:center;
	margin:0px;
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	line-height:30px;
	display:block;
}

.category-header:hover {
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	background:#3d68a0;
}*/

/*.category-header a:hover {
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	background:#3d68a0;
	line-height:30px;
	width:200px;

}*/
/*#sidebar h4.category-header {
	line-height:35px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	width:200px;
	height:35px;
}

#sidebar h4.category-header a, #sidebar h4.category-header a:link, #sidebar h4.category-header a:visited  {
	line-height:35px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	color:#a70024;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	width:200px;
	height:35px;

	border-bottom:#a70024 1px solid;
	padding:0px;
	margin:0px;
}

#sidebar h4.category-header:hover, #sidebar h4.category-header a:hover{
	line-height:35px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	background:#3d68a0;
	width:200px;
	height:35px;
	display:inherit;
	border-bottom:#a70024 1px solid;
	padding:0px;
	margin:0px;


}*/


.category-header  {
	width:195px;
	border-bottom:#a70024 1px solid;	
	line-height:35px;
	height:35px;
	color:#a70024;
	text-align:left;
	font-size:15px;
	cursor:pointer;
	padding-left:5px;
	background-color:#D1DDEF;
}

.category-header a {
	display:block;
	width:100%;
	margin-left:-5px;
	text-indent:5px;
	height:100%;
	padding-bottom:5px;
	line-height:35px;
	padding-left:5px;
}

.category-header a:hover{
	color:#FFFFFF;
}

.subcategorys li {
	background-color:#e9edf3;
}

#sidebar ul .subcategorys {

}

/*Product Page*/
.proddec-page {
	float:left;
	width:390px;
	font-size:12px;
	font-weight:bold;
}

.productimg {
	float:right;
	width:202px;
	text-align:center;

}



.prodimg2 {
	width:200px;
	display:block;
	overflow:hidden;
	text-align:center;
	border:1px solid #adadad;
}

.infos {
	background:#f9f9f9;
	border:1px solid #d2d2d2;
	color: #afafaf;
	font-size: 11px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
#infos, #infos1 {
	background:#f9f9f9;
	border:1px solid #d2d2d2;
	color: #afafaf;
	font-size: 11px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#infos1{
text-align:center;
}

input#addtobasket {
	height:23;
	width:96;
	padding:0px;
	margin:0px;
}

.ourprice {
	font-size:13px;
	font-weight:bold;
}

.rrp {
	font-size:10px;
	text-decoration:line-through;
}

.stars{
	vertical-align: middle;
}

.instock {
	color:#090;
	font-weight:bold;
}

.nostock {
	color:#C00;
	font-weight:bold;
}

.infosthanks{
	background:#bcf5ca;
	border:1px solid #d2d2d2;
	color: #367545;
	font-size: 11px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	text-align:center;
}

.infosfail{
	background:#f1c6c7;
	border:1px solid #d2d2d2;
	color: #6d2b2c;
	font-size: 11px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	text-align:center;
}

.infosfail a:link, .infosfail a:hover, .infosfail a:visited{

	color: #6d2b2c;
	font-weight:bold;
	text-decoration:underline;
}

.infosthanks a:link, .infosthanks a:hover, .infosthanks a:visited{

	color: #367545;
	font-weight:bold;
	text-decoration:underline;
}


#no-products-text {
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

#cat-image {
	background-color:#CCCCCC;
	display:block;
	width:100%;
	height:200px;
	margin-top:10px;
}

#view-options {
	background-color:#a70024;
	text-align:right;
	padding:5px;
	display:block;
	color:#fff;
}

#view-options form {
	display:inline
}


.bold-text {
	font-weight:bold;
}

.rrp-text {
	text-decoration:line-through;
	padding-right:20px;
}

.yousavetext {
	display:inline;
	color:#A70024;
	font-weight:bold;
	font-size:14px;
	padding-left:20px;
}

#product-back-link {
	text-align:center;
	background:url(images/buttonbg.jpg) repeat-x;
	border:1px solid #c8c8c8;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
}

.align-right {
	float:right;
	clear:both;
}

.right {
	text-align:right;
}

#search-bar {
	text-align:right;
	padding:5px;

}

#search-bar input.search, #addtobasket, #newsletter-box input.send {
	color: white;
	background: transparent url(images/buttonbg.jpg) repeat-x 0 0;
	font-weight:bold;
	border:1px solid #c8c8c8;
}


#search-bar input, #newsletter-box input {
	border:1px solid #a70024;
}

#newsletter-box {
	margin-top:10px;
	border:solid 1px #a70024;
	padding:5px;
	text-align:center;
}

#newsletter-box p {
	margin:0;
	padding-bottom:5px;
	color:#A80026;
	font-weight:bold;
}

#newsletter-box label {
	font-weight:bold;
}

#newsletter-box #email {
	margin-bottom:5px;
}

#newsletter-box #error {
	display:block;
	margin-top:5px;
	color:#A80026;
	background-color:#FFEFEF;
	border:dotted 1px #FF0000;
}

#newsletter-box #success {
	display:block;
	color:#000000;
	font-weight:bold;
	color:#A70024;
}




	
	/*billing */
#checkout {
	margin-bottom:10px
}

fieldset#billing {
	border:solid 1px #a70024;
	margin-top:5px;
	padding: 2px;
	float:left;
	width:280px;
	
}

fieldset#shipping {
	border:solid 1px #a70024;
	margin-top:5px;
	padding: 2px;
	float:right;
	width:280px;
	
}

#checkout fieldset {
	border:solid 1px #a70024;
	margin-top:5px;
	padding: 4px;

}

#checkout legend{
	background:#a70024;
	color:#fff;
	margin-top:5px;
	padding: 4px;
}

#checkout .fieldset-legend {
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	padding: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
}

#checkout ul {
	list-style:none;
	padding:2px;
	margin:2px;
}



#checkout #checkout-summary-price { color: #a70024; }

#checkout #billing input, #checkout #shipping input {
	border: 1px solid #a70024;
	padding: 2px;
}

#checkout #billing-shipping-form label {
	font-weight: bold;
	display: block;
	width: 90px;
	text-align: right;
	float: left;
	margin-right:3px;
	margin-top: 5px;
}

#checkout #billing-shipping-form .form-title {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-indent: -50px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: -20px;
	margin-right: 210px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#checkout #billing, #checkout #shipping {
	margin-bottom: 0px;
	padding: 5px;
	height:400px;
}

#checkout #billing select, #checkout #shipping select {
	font-size:9px;
}

#checkout #billing li, #checkout #shipping li {
	margin-bottom: 5px;
	padding-left: 10px;
}

#checkout #shipping-billing-same input {
	float: left;
	margin-right: 5px;
	border: none;
}

#checkout #billing-shipping-form #required-caption {
	display: block;
	font-style: italic;
	margin-top: 5px;
	clear: left;
}

#checkout #billing-shipping-form .billing-shipping-same input {
	border: none;
	padding: 0px;
}

/*#checkout #billing-shipping-form #user-payment-options {  }*/



#checkout #billing-shipping-form #ways-to-pay-title {
	font-weight: bold;
	color: #FFF;
	background-color: #a70024;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 0px;

}

#checkout #billing-shipping-form .ways-to-pay {
	text-align: center;
	width: 180px;
	float: left;
}

#checkout #billing-shipping-form #user-payment-options #ways-to-pay-left { margin-left: 64px; }

#checkout #billing-shipping-form #user-payment-options .ways-to-pay img { display: inline; }

#checkout #billing-shipping-form #user-payment-options .ways-to-pay label {
	float: none;
	display: block;
	width: 180px;
	text-align: center;
	padding-bottom: 5px;
}

#user-payment-options {
	text-align: center;
	width:600px;
}


#checkout #billing-shipping-form #form-submit {
	clear: left;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-right: 10px;
}

/* form */




#contact {
	padding:0px;
	width:600px;
	margin:auto;
	margin-bottom:10px;
}


#contact1{

	float:left;
	padding:5px;
	width:280px;
	background:#f9f9f9;
	border:1px solid #efefef;
	color: #333;
	font-size: 11px;

}

#contact2{

	float:right;
	padding:5px;
	width:280px;
	background:#f9f9f9;
	border:1px solid #efefef;
	color: #333;
	font-size: 11px;

}

#contact2 h4, #contact1 h4 {
	color:#a70024
}

fieldset {
	border:1px solid #e2e2e2;
	padding:10px;
	margin:auto;
}

legend {
	background:#f9f9f9;
	border:1px solid #e2e2e2;
	padding:5px;
	color:#a70024;
	font-size:13px;
	font-weight:bold;
}
.inputtext1 {
	width:150px;
	margin-right:5px;
}

.inputtext, .textarea1 {
	width:310px;
}

#related-products {
	clear:both;
	border-top:#A70024 dotted 1px;
	margin-top:100px;
}

#related-products h3 {
	text-align:center;
	border:none;
	padding:2px;
	font-size:18px;
	font-style:normal;
	text-transform:none;
}

#basket-contents { 
	width: 100%;
	margin-bottom:10px;
}

#basket-contents td {
	vertical-align: middle;
	text-align: center;
}

#basket-contents th {
	padding: 5px;
	background-color: #A70024;
	color: #FFFFFF;
}
#basket-contents td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A70024;
	padding: 5px;
}

#basket-contents #remove-column { width: 70px; }

#basket-contents #price-column { width: 70px; }

#basket-contents #quantity-column { width: 70px; font-weight:bold; }

#basket-contents #product-column {
	text-align: left;
}

#basket-contents .product-quantity {
	font-weight:bold; 
}

#basket-contents .product-price {
	font-weight:bold; 
	color:#A70024;
}

#basket-contents .product-details img {
	height: 60px;
	width: 60px;
	float: left;
	background-color: #CCCCCC;
	
}

#basket-contents .product-details a {
	display: block;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
	color: #A70024;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

#basket-contents .product-remove a { color: #A70024; text-decoration:underline; }

#basket-summary {
	margin-bottom:10px;
	width: 100%;
}

#basket-summary ul {
	display: block;
	margin:0;
	padding: 0px;
	list-style: none;
	border: 1px solid #A70024;
	color:#000000;
	padding-bottom:5px;
}




#basket-summary #basket-summary-header-container { padding-bottom: 5px; }

#basket-summary #basket-summary-header {
	background-color: #A70024;;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	font-size:11px;
	text-transform:none;
	font-style:normal;
	font-size:12px;
}

#basket-summary .label {
	font-weight: bold;
	display: block;
	width: 290px;
	padding: 5px;
	float: left;
	text-align: right;
}

#basket-summary .value {
	display: block;
	float: left;
	width: 180px;
	padding: 5px;
}

#basket-summary .value #discount-code {
	width: 100px;
	display: block;
	margin-bottom:2px;
	border: solid 1px #A70024;
}

#basket-summary .value #disocunt-code-check-link {
	display: block;
	float:left;
	text-decoration:underline;
}

#basket-summary #discount-code-label, #basket #basket-summary #postage-select-label { margin-top: 6px; }

#postage-select {
	width:250px;
}

#basket-summary #checkout-link {
	text-align: center;
	clear: left;
	padding:15px;
	padding-top:20px;
}

#basket-summary #discount-code-message {
	padding-left:5px;
	padding-right:5px;
}

#basket-summary #discount-applied-text {
	display:block;
	clear:both;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	color:#009900;
}

#basket-summary .standard-button {
	text-align:center;
	background:url(images/buttonbg.jpg) repeat-x;
	border:1px solid #c8c8c8;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	padding:0px 5px;
	text-decoration:none;
	font-size:12px;
}

.red-text {
	color:#A70024;
}




#Yourbasket td {
	background:#fff;
	border-bottom:1px dotted #A70024;
}
#Yourbasket th{
	color:#fff;
	background-color:#A70024;
}

#Yourbasket #totals-row td {
	color:#000000;
}

.bsumit {
	float:right;
	clear:both;
}

#form-error {
	list-style:none;
	padding:5px;
	margin-left:0px;
	background-color:#FFEAEA;
	border:dotted 1px #FF0000;
	color:#FF0000;
	font-weight:normal;
}

#form-error  #error-header {
	color:#000000;
	font-weight:bold;
}

#contact-info {
	text-align:center;
}

#contact-info p {
	font-size:14px;
}

.checkout-form-header {
	font-size:16px;
	font-weight:bold;
	color:#A70024;
}

#checkout-form-details label {
	display:block;
	width:100px;
	float:left;
	margin-top:3px;
}

#checkout-form-details li {
	padding-bottom:5px;
	display:block;
}

#same-details-checkbox, #checkout-form-signup {
	float:left;
	margin-right:5px;
}

#terms-checkbox, #checkout-form-terms {
	float:left;
	margin-right:5px;
}


#same-details-option label {
	width:200px;
	margin-top:1px;
}

#same-details-option {
	overflow:auto;
}

#checkout-form-payment {
	overflow:auto;
	width:330px;
	margin:0 auto;
}

#first-payment-option {
	margin-left:0px;
}


.payment-option {
	display:block;
	float:left;
	text-align:center;
	padding:5px;
	width:100px;
}

.payment-option label {
	display:block;
}

.payment-option img{
	width:80px;
	height:61px;
}

#checkout-form-submit label {
	width:550px;
	margin-top:1px;
}

#checkout-form-submit-button {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#checkout #form-error {
	padding:5px;
}

#checkout #form-error li {
	padding:0px;
}

.checkout {
	float:right;
	width:107px;
	height:37px;
}

.prodaddedtobasket {
	clear:both;
	background:#bcf5ca;
	border:1px solid #d2d2d2;
	color: #367545;
	font-size: 11px;
	text-align:center;
	padding:5px;
	margin-top:5px;
}

.prodaddedtobasket a {
	color: #367545;
	text-decoration:underline;
}

.prodaddedtobasket p {
	padding:0;
	margin:0;
}


#page-count {
	margin-top:50px;
	clear:both;
	text-align:center;
}

#page-count-prev-link, #page-count-next-link {
	margin-left:20px;
	margin-right:20px;
}

#page-count-prev-link-dead, #page-count-next-link-dead {
	color:#999;
	margin-left:20px;
	margin-right:20px;
}

.page-count-number-active {
	font-weight:bold;
	font-size:15px;
}

#ordermessagetxt {
	width:300px;
	height:100px;
	margin-top:5px;
	padding:2px;
	margin-bottom:5px;
}

#carousel-info{
	height:100px;
}

#createyourowncats {
	display:none;
}

#secuirty-info {
	margin-top:25px;
}

div#nav ul li.copenqu {
	font-size:12px;
	line-height:23px;
	color:#f7edbe;
	text-transform:uppercase;
}
div#nav ul li.copenqu a:link, div#nav ul li.copenqu a:visited {
	color:#f7edbe;
}